@charset "UTF-8";
/*
 * 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, vendor/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 styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *
 */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0b1 | 201101
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */
@import url(/assets/bootstrap-daterangepicker/daterangepicker.css);
/* line 10, app/assets/stylesheets/portal/core/reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 30, app/assets/stylesheets/portal/core/reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 34, app/assets/stylesheets/portal/core/reset.scss */
body {
  line-height: 1;
}

/* line 37, app/assets/stylesheets/portal/core/reset.scss */
ol, ul {
  list-style: none;
}

/* line 40, app/assets/stylesheets/portal/core/reset.scss */
blockquote, q {
  quotes: none;
}

/* line 43, app/assets/stylesheets/portal/core/reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define visible focus styles!
:focus {
  outline: ?????;
} */
/* remember to highlight inserts somehow! */
/* line 55, app/assets/stylesheets/portal/core/reset.scss */
ins {
  text-decoration: none;
}

/* line 58, app/assets/stylesheets/portal/core/reset.scss */
del {
  text-decoration: line-through;
}

/* line 62, app/assets/stylesheets/portal/core/reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 1, app/assets/stylesheets/portal/atoms/typography.scss */
h1, h2, h3,
h4, h5, h6,
p, a, blockquote,
input, select,
label, ul, ol, li,
table, thead, tbody,
tr, th, td, button {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 200;
}

/* line 4, vendor/assets/neat/grid/_box-sizing.scss */
html {
  box-sizing: border-box;
}

/* line 9, vendor/assets/neat/grid/_box-sizing.scss */
*, *::after, *::before {
  box-sizing: inherit;
}

/*!
 * Bootstrap v4.3.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)
 */
/* line 1, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 25, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 46, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 62, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
[tabindex="-1"]:focus {
  outline: 0 !important;
}

/* line 72, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 88, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 97, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 110, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 119, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 125, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 132, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 139, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 143, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 148, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 152, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 157, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
small {
  font-size: 80%;
}

/* line 166, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 174, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 175, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
sup {
  top: -.5em;
}

/* line 182, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

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

/* line 199, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

/* line 17, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

/* line 208, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 218, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 226, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

/* line 240, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 250, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 255, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 267, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
table {
  border-collapse: collapse;
}

/* line 271, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* line 279, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
th {
  text-align: inherit;
}

/* line 290, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 299, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

/* line 308, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 313, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 324, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
button,
input {
  overflow: visible;
}

/* line 329, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 337, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 345, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 358, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 365, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 373, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 380, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 392, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 398, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 413, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 425, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 430, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 435, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 448, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 457, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 466, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

/* line 470, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 475, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
template {
  display: none;
}

/* line 481, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 7, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 17, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 2rem;
}

/* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 19, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 20, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 23, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

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

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

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

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

/* line 55, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 73, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 84, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 89, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 92, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}

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

/* line 106, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 112, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

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

/* line 122, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 8, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

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

/* line 2, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_code.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

/* line 8, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_code.scss */
a > code {
  color: inherit;
}

/* line 14, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

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

/* line 37, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_code.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 45, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 6, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 6, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 6, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 6, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 6, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 1140px;
  }
}

/* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 28, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 34, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 38, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 35, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

/* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

/* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

/* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

/* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

/* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

/* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 47, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-first {
  order: -1;
}

/* line 49, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-last {
  order: 13;
}

/* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-0 {
  order: 0;
}

/* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-1 {
  order: 1;
}

/* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-2 {
  order: 2;
}

/* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-3 {
  order: 3;
}

/* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-4 {
  order: 4;
}

/* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-5 {
  order: 5;
}

/* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-6 {
  order: 6;
}

/* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-7 {
  order: 7;
}

/* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-8 {
  order: 8;
}

/* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-9 {
  order: 9;
}

/* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-10 {
  order: 10;
}

/* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-11 {
  order: 11;
}

/* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-12 {
  order: 12;
}

/* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.3333333333%;
}

/* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.6666666667%;
}

/* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.3333333333%;
}

/* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.6666666667%;
}

/* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.3333333333%;
}

/* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.6666666667%;
}

/* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.3333333333%;
}

/* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  /* line 30, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 35, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 47, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-first {
    order: -1;
  }
  /* line 49, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-last {
    order: 13;
  }
  /* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-0 {
    order: 0;
  }
  /* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1;
  }
  /* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2;
  }
  /* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3;
  }
  /* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4;
  }
  /* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5;
  }
  /* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6;
  }
  /* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7;
  }
  /* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8;
  }
  /* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9;
  }
  /* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10;
  }
  /* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11;
  }
  /* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12;
  }
  /* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  /* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  /* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  /* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  /* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  /* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  /* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  /* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  /* line 30, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 35, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 47, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-first {
    order: -1;
  }
  /* line 49, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-last {
    order: 13;
  }
  /* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-0 {
    order: 0;
  }
  /* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1;
  }
  /* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2;
  }
  /* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3;
  }
  /* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4;
  }
  /* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5;
  }
  /* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6;
  }
  /* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7;
  }
  /* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8;
  }
  /* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9;
  }
  /* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10;
  }
  /* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11;
  }
  /* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12;
  }
  /* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  /* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  /* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  /* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  /* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  /* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  /* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  /* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  /* line 30, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 35, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 47, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-first {
    order: -1;
  }
  /* line 49, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-last {
    order: 13;
  }
  /* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-0 {
    order: 0;
  }
  /* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1;
  }
  /* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2;
  }
  /* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3;
  }
  /* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4;
  }
  /* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5;
  }
  /* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6;
  }
  /* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7;
  }
  /* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8;
  }
  /* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9;
  }
  /* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10;
  }
  /* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11;
  }
  /* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12;
  }
  /* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  /* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  /* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  /* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  /* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  /* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  /* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  /* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  /* line 30, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 35, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 47, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 49, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-last {
    order: 13;
  }
  /* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-0 {
    order: 0;
  }
  /* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  /* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  /* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  /* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  /* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  /* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  /* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  /* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

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

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

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

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

/* line 34, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 45, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #dee2e6;
}

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

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

/* line 62, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

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

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

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

/* line 14, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

/* line 32, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

/* line 14, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

/* line 32, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

/* line 14, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

/* line 32, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

/* line 14, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-info:hover {
  background-color: #abdde5;
}

/* line 32, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

/* line 14, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

/* line 32, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

/* line 14, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

/* line 32, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

/* line 14, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 32, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

/* line 14, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

/* line 32, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 32, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

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

/* line 130, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark {
  color: #fff;
  background-color: #343a40;
}

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

/* line 140, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-bordered {
  border: 0;
}

/* line 145, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

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

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

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

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

/* line 179, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 7, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-control {
    transition: none;
  }
}

/* line 28, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

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

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

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

/* line 57, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 69, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 82, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 90, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 97, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 110, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 122, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 137, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 145, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 155, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
select.form-control[size], select.form-control[multiple] {
  height: auto;
}

/* line 161, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 170, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 174, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 184, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 190, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 202, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 208, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 213, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

/* line 218, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 222, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 229, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 30, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

/* line 38, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 54, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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' 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: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 65, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 70, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 78, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 87, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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 95, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 100, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 109, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 117, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 121, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 129, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 132, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 137, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 142, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 149, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 153, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 163, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 172, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 30, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

/* line 38, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 54, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 65, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 70, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 78, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 87, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 95, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 100, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 109, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 117, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 121, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 129, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 132, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 137, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 142, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 149, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 153, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 163, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 172, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 258, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 266, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 272, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 280, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 289, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 296, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 300, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  /* line 307, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 314, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 322, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 326, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

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

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

/* line 13, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn:hover {
  color: #212529;
  text-decoration: none;
}

/* line 25, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 32, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

/* line 49, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 60, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

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

/* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

/* line 29, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 40, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 50, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 60, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

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

/* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

/* line 29, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 40, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 50, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 60, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

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

/* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 29, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 40, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 50, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 60, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

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

/* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 29, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 40, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 50, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 60, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

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

/* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

/* line 29, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 40, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 50, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 60, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

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

/* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 29, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 40, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 50, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 60, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

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

/* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 29, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 40, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 50, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 60, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

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

/* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 29, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 40, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 50, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 66, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

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

/* line 71, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 76, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

/* line 82, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 89, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 66, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

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

/* line 71, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 76, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 82, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 89, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 66, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

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

/* line 71, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 76, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

/* line 82, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 89, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 66, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

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

/* line 71, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 76, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

/* line 82, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 89, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 66, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

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

/* line 71, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 76, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 82, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 89, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 66, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

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

/* line 71, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 76, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 82, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 89, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 66, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

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

/* line 71, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 76, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 82, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 89, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 66, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

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

/* line 71, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 76, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

/* line 82, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 89, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 77, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

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

/* line 87, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

/* line 93, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

/* line 107, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 111, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 120, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 125, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 134, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

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

/* line 4, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 10, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 2, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 9, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 30, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 17, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 47, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

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

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

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

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

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

/* line 30, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

/* line 30, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 80, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

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

/* line 30, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 49, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 97, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 106, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 123, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

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

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

/* line 172, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 177, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

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

/* line 10, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 13, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 19, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 33, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 40, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 73, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 84, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 116, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 121, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 156, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

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

/* line 25, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 33, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 40, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 46, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 47, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

/* line 56, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 69, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 76, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

/* line 80, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

/* line 85, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 93, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 94, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 102, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 118, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 130, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 135, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 147, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 152, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 164, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

/* line 177, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 186, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

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

/* line 22, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 27, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

/* line 34, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 43, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

/* line 47, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 55, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

/* line 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 69, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 75, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 90, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 108, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

/* line 113, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* line 119, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

/* line 124, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

/* line 130, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 133, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 144, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 150, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 156, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 167, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch {
  padding-left: 2.25rem;
}

/* line 171, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 179, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 179, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

/* line 192, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 199, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 212, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 230, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 239, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 250, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 257, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 263, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select::-ms-expand {
  display: none;
}

/* line 268, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 276, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 289, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 297, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 305, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 310, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

/* line 315, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 320, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 325, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 342, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 366, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 373, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus {
  outline: none;
}

/* line 378, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 379, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 380, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 383, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 387, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 387, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 398, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

/* line 403, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 414, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 414, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 424, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

/* line 429, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 440, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 440, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

/* line 453, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

/* line 458, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 469, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 474, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 481, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 485, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 489, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 493, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 497, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

/* line 503, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 503, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

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

/* line 14, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 17, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

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

/* line 34, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 37, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 41, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

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

/* line 56, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  border-radius: 0.25rem;
}

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

/* line 94, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

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

/* line 114, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 117, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 61, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 68, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 73, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 84, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 99, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 108, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

/* line 123, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 142, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 140, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 153, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 156, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 160, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 167, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 172, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 179, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 142, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 140, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 153, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 156, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 160, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 167, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 172, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 179, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 142, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 140, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 153, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 156, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 160, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 167, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 172, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 179, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 142, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 140, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 153, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 156, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 160, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 167, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 172, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 179, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 140, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 142, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

/* line 153, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 156, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 160, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 167, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

/* line 172, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 179, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 194, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 203, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 17, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 210, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 215, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 223, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 228, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 232, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 234, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 246, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 17, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 255, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 17, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 262, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 267, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 275, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 280, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 284, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 286, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text a {
  color: #fff;
}

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

/* line 5, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 16, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 22, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 28, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 34, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

/* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 46, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 51, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 13, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 60, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 69, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 76, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 81, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 87, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 92, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 102, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 109, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 115, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 124, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

/* line 130, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 135, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 143, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-deck {
  display: flex;
  flex-direction: column;
}

/* line 147, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 143, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 156, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

/* line 173, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-group {
  display: flex;
  flex-direction: column;
}

/* line 179, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 173, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group {
    flex-flow: row wrap;
  }
  /* line 187, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 192, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 199, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 202, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 207, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 214, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 217, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 222, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 239, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 238, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 249, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 262, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card {
  overflow: hidden;
}

/* line 266, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

/* line 270, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

/* line 276, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 281, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 285, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card .card-header {
  margin-bottom: -1px;
}

/* line 1, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 13, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 16, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

/* line 30, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 34, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 38, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #6c757d;
}

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

/* line 7, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 34, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
  .badge {
    transition: none;
  }
}

/* line 17, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

/* line 25, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge:empty {
  display: none;
}

/* line 31, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

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

/* line 51, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-primary {
  color: #fff;
  background-color: #007bff;
}

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

/* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

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

/* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-success {
  color: #fff;
  background-color: #28a745;
}

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

/* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

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

/* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

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

/* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

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

/* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

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

/* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-dark {
  color: #fff;
  background-color: #343a40;
}

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

/* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 13, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 20, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-link {
  font-weight: 700;
}

/* line 29, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 4rem;
}

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

/* line 48, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

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

/* line 10, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #002752;
}

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

/* line 6, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary hr {
  border-top-color: #c8cbcf;
}

/* line 10, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #202326;
}

/* line 48, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* line 6, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success hr {
  border-top-color: #b1dfbb;
}

/* line 10, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success .alert-link {
  color: #0b2e13;
}

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

/* line 6, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info hr {
  border-top-color: #abdde5;
}

/* line 10, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info .alert-link {
  color: #062c33;
}

/* line 48, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* line 6, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning hr {
  border-top-color: #ffe8a1;
}

/* line 10, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #533f03;
}

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

/* line 6, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger hr {
  border-top-color: #f1b0b7;
}

/* line 10, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #491217;
}

/* line 48, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 6, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light hr {
  border-top-color: #ececf6;
}

/* line 10, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light .alert-link {
  color: #686868;
}

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

/* line 6, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark hr {
  border-top-color: #b9bbbe;
}

/* line 10, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

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

/* line 30, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 36, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  /* line 36, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar-animated {
    animation: none;
  }
}

/* line 1, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_media.scss */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 6, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  flex: 1;
}

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

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

/* line 17, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

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

/* line 54, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 58, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 63, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

/* line 71, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 88, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 91, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

/* line 95, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

/* line 100, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  /* line 88, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 91, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 95, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 100, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  /* line 88, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 91, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 95, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 100, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 992px) {
  /* line 88, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 91, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 95, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 100, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1200px) {
  /* line 88, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 91, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 95, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 100, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

/* line 117, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 122, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

/* line 128, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

/* line 134, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

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

/* line 17, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

/* line 17, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

/* line 17, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

/* line 17, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

/* line 17, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

/* line 17, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

/* line 17, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

/* line 17, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:hover {
  color: #000;
  text-decoration: none;
}

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

/* line 29, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_close.scss */
a.close.disabled {
  pointer-events: none;
}

/* line 1, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast.showing {
  opacity: 1;
}

/* line 22, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast.show {
  display: block;
  opacity: 1;
}

/* line 27, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast.hide {
  display: none;
}

/* line 32, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast-body {
  padding: 0.75rem;
}

/* line 7, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 44, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 48, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 53, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 57, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 62, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

/* line 67, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 72, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 78, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

/* line 85, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* line 90, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 94, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 101, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 119, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 129, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 130, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 135, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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: 0.3rem;
  border-top-right-radius: 0.3rem;
}

/* line 143, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 151, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 158, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 167, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 176, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

/* line 177, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

/* line 181, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 192, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 197, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 200, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  /* line 205, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 208, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  /* line 217, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 221, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 228, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 2, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: 0.9;
}

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

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

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

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

/* line 38, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 49, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

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

/* line 68, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 79, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

/* line 27, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 41, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

/* line 44, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 61, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 67, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 84, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

/* line 87, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 116, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 122, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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 163, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 168, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

/* line 14, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 22, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 2, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 29, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 29, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 39, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 45, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

/* line 50, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

/* line 61, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 67, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  /* line 74, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

/* line 87, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 17, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 117, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 125, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

/* line 135, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 145, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators li {
    transition: none;
  }
}

/* line 177, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 187, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

/* line 3, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 4, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-top {
  vertical-align: top !important;
}

/* line 5, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 7, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #007bff !important;
}

/* line 17, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #6c757d !important;
}

/* line 17, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #28a745 !important;
}

/* line 17, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #17a2b8 !important;
}

/* line 17, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 17, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 17, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 17, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 17, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 17, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 7, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 8, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 9, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right {
  border-right: 1px solid #dee2e6 !important;
}

/* line 10, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 13, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-0 {
  border: 0 !important;
}

/* line 14, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 16, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 17, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 20, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-primary {
  border-color: #007bff !important;
}

/* line 20, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-secondary {
  border-color: #6c757d !important;
}

/* line 20, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-success {
  border-color: #28a745 !important;
}

/* line 20, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-info {
  border-color: #17a2b8 !important;
}

/* line 20, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 20, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 20, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 20, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-dark {
  border-color: #343a40 !important;
}

/* line 25, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-white {
  border-color: #fff !important;
}

/* line 33, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-sm {
  border-radius: 0.2rem !important;
}

/* line 37, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 41, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-lg {
  border-radius: 0.3rem !important;
}

/* line 65, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 69, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 73, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 2, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-none {
  display: none !important;
}

/* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-block {
  display: block !important;
}

/* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table {
  display: table !important;
}

/* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-row {
  display: table-row !important;
}

/* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-flex {
  display: flex !important;
}

/* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 24, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 24, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 24, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 24, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 24, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 24, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 24, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 24, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 24, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 3, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 10, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

/* line 35, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 35, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 35, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 13, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 14, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 16, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 17, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 19, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 20, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 22, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 23, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 25, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 26, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 27, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 28, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 29, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 31, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 32, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 33, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-center {
  align-items: center !important;
}

/* line 34, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 35, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 37, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 38, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 39, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-center {
  align-content: center !important;
}

/* line 40, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 41, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 44, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 45, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 46, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 47, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-center {
  align-self: center !important;
}

/* line 48, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 49, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 13, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 28, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 29, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 31, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 32, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 33, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 34, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 38, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 39, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 40, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 41, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 45, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 46, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 47, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 48, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 13, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 28, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 29, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 31, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 32, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 33, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 34, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 38, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 39, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 40, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 41, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 45, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 46, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 47, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 48, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 13, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 28, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 29, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 31, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 32, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 33, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 34, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 38, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 39, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 40, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 41, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 45, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 46, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 47, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 48, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 13, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 28, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 29, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 31, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 32, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 33, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 34, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 38, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 39, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 40, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 41, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 42, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 45, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 46, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 47, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 48, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 7, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-left {
  float: left !important;
}

/* line 8, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-right {
  float: right !important;
}

/* line 9, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 7, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 8, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 9, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 7, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 8, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 9, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 7, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 8, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 9, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 8, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 9, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* line 4, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_overflow.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 4, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_overflow.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 5, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-static {
  position: static !important;
}

/* line 5, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-relative {
  position: relative !important;
}

/* line 5, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-absolute {
  position: absolute !important;
}

/* line 5, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-fixed {
  position: fixed !important;
}

/* line 5, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-sticky {
  position: sticky !important;
}

/* line 10, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_screenreaders.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 24, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 5, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 6, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 7, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 7, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-50 {
  width: 50% !important;
}

/* line 7, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-75 {
  width: 75% !important;
}

/* line 7, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-100 {
  width: 100% !important;
}

/* line 7, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-auto {
  width: auto !important;
}

/* line 7, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-25 {
  height: 25% !important;
}

/* line 7, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-50 {
  height: 50% !important;
}

/* line 7, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-75 {
  height: 75% !important;
}

/* line 7, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-100 {
  height: 100% !important;
}

/* line 7, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-auto {
  height: auto !important;
}

/* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 16, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 17, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 19, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 20, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 6, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important;
}

/* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important;
}

/* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 30, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 31, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 34, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 37, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 40, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 30, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 31, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 34, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 37, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 40, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 30, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 31, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 34, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 37, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 40, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 30, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 31, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 34, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 37, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 40, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 30, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n5 {
  margin: -3rem !important;
}

/* line 31, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 34, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 37, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 40, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 47, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 48, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 51, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 54, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 57, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 30, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 31, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n5 {
    margin: -3rem !important;
  }
  /* line 31, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 48, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 51, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 54, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 57, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 30, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 31, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n5 {
    margin: -3rem !important;
  }
  /* line 31, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 48, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 51, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 54, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 57, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 30, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 31, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n5 {
    margin: -3rem !important;
  }
  /* line 31, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 48, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 51, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 54, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 57, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 15, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 18, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 30, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 31, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n5 {
    margin: -3rem !important;
  }
  /* line 31, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 48, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 51, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 54, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 57, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 7, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}

/* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 13, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 14, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 22, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-left {
  text-align: left !important;
}

/* line 23, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-right {
  text-align: right !important;
}

/* line 24, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 22, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 23, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 24, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 22, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 23, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 24, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 22, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 23, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 24, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 22, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 23, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 24, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 30, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 31, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 32, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 36, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 37, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 38, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 39, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 40, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 41, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-italic {
  font-style: italic !important;
}

/* line 45, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white {
  color: #fff !important;
}

/* line 6, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #007bff !important;
}

/* line 17, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

/* line 6, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-secondary {
  color: #6c757d !important;
}

/* line 17, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

/* line 6, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #28a745 !important;
}

/* line 17, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

/* line 6, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #17a2b8 !important;
}

/* line 17, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

/* line 6, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #ffc107 !important;
}

/* line 17, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

/* line 6, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #dc3545 !important;
}

/* line 17, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

/* line 6, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-light {
  color: #f8f9fa !important;
}

/* line 17, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

/* line 6, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-dark {
  color: #343a40 !important;
}

/* line 17, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

/* line 51, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-body {
  color: #212529 !important;
}

/* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-muted {
  color: #6c757d !important;
}

/* line 54, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 55, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 59, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 65, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

/* line 72, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-reset {
  color: inherit !important;
}

/* line 7, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.visible {
  visibility: visible !important;
}

/* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 13, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 24, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 34, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 49, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 52, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  /* line 63, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 67, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 72, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 79, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 92, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  body {
    min-width: 992px !important;
  }
  /* line 95, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 100, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }
  /* line 103, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .badge {
    border: 1px solid #000;
  }
  /* line 107, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 110, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 117, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  /* line 123, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .table-dark {
    color: inherit;
  }
  /* line 126, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.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, ../../../.rvm/gems/ruby-2.7.7/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/* line 1, vendor/assets/adminplus/sweetalert.css */
body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

/* line 5, vendor/assets/adminplus/sweetalert.css */
.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000;
}

/* line 19, vendor/assets/adminplus/sweetalert.css */
.sweet-alert {
  background-color: white;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999;
}

@media all and (max-width: 540px) {
  /* line 34, vendor/assets/adminplus/sweetalert.css */
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}

/* line 40, vendor/assets/adminplus/sweetalert.css */
.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block;
}

/* line 51, vendor/assets/adminplus/sweetalert.css */
.sweet-alert p {
  color: #797979;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}

/* line 62, vendor/assets/adminplus/sweetalert.css */
.sweet-alert fieldset {
  border: none;
  position: relative;
}

/* line 65, vendor/assets/adminplus/sweetalert.css */
.sweet-alert .sa-error-container {
  background-color: #f1f1f1;
  margin-left: -17px;
  margin-right: -17px;
  overflow: hidden;
  padding: 0 10px;
  max-height: 0;
  webkit-transition: padding 0.15s, max-height 0.15s;
  transition: padding 0.15s, max-height 0.15s;
}

/* line 74, vendor/assets/adminplus/sweetalert.css */
.sweet-alert .sa-error-container.show {
  padding: 10px 0;
  max-height: 100px;
  webkit-transition: padding 0.2s, max-height 0.2s;
  transition: padding 0.25s, max-height 0.25s;
}

/* line 79, vendor/assets/adminplus/sweetalert.css */
.sweet-alert .sa-error-container .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: white;
  line-height: 24px;
  text-align: center;
  margin-right: 3px;
}

/* line 89, vendor/assets/adminplus/sweetalert.css */
.sweet-alert .sa-error-container p {
  display: inline-block;
}

/* line 91, vendor/assets/adminplus/sweetalert.css */
.sweet-alert .sa-input-error {
  position: absolute;
  top: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
  opacity: 0;
  transform: scale(0.5);
  transform-origin: 50% 50%;
  transition: all 0.1s;
}

/* line 103, vendor/assets/adminplus/sweetalert.css */
.sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
  content: "";
  width: 20px;
  height: 6px;
  background-color: #f06e57;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -9px;
}

/* line 114, vendor/assets/adminplus/sweetalert.css */
.sweet-alert .sa-input-error::before {
  transform: rotate(-45deg);
}

/* line 117, vendor/assets/adminplus/sweetalert.css */
.sweet-alert .sa-input-error::after {
  transform: rotate(45deg);
}

/* line 120, vendor/assets/adminplus/sweetalert.css */
.sweet-alert .sa-input-error.show {
  opacity: 1;
  transform: scale(1);
}

/* line 124, vendor/assets/adminplus/sweetalert.css */
.sweet-alert #swalInput {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  height: 43px;
  margin-top: 10px;
  margin-bottom: 17px;
  font-size: 18px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
  padding: 0 12px;
  display: none;
  transition: all 0.3s;
}

/* line 137, vendor/assets/adminplus/sweetalert.css */
.sweet-alert input:focus {
  outline: none;
  box-shadow: 0px 0px 3px #c4e6f5;
  border: 1px solid #b4dbed;
}

/* line 141, vendor/assets/adminplus/sweetalert.css */
.sweet-alert input:focus::-moz-placeholder {
  -moz-transition: opacity 0.3s 0.03s ease;
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

/* line 144, vendor/assets/adminplus/sweetalert.css */
.sweet-alert input:focus:-ms-input-placeholder {
  -ms-transition: opacity 0.3s 0.03s ease;
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

/* line 147, vendor/assets/adminplus/sweetalert.css */
.sweet-alert input:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.03s ease;
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

/* line 150, vendor/assets/adminplus/sweetalert.css */
.sweet-alert input::-moz-placeholder {
  color: #bdbdbd;
}

/* line 152, vendor/assets/adminplus/sweetalert.css */
.sweet-alert input:-ms-input-placeholder {
  color: #bdbdbd;
}

/* line 154, vendor/assets/adminplus/sweetalert.css */
.sweet-alert input::-webkit-input-placeholder {
  color: #bdbdbd;
}

/* line 156, vendor/assets/adminplus/sweetalert.css */
.sweet-alert.show-input input {
  display: block;
}

/* line 158, vendor/assets/adminplus/sweetalert.css */
.sweet-alert .sa-confirm-button-container {
  display: inline-block;
  position: relative;
}

/* line 161, vendor/assets/adminplus/sweetalert.css */
.sweet-alert .la-ball-fall {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden;
}

/* line 169, vendor/assets/adminplus/sweetalert.css */
.sweet-alert button {
  background-color: #55bb66;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
  cursor: pointer;
}

/* line 180, vendor/assets/adminplus/sweetalert.css */
.sweet-alert button:focus {
  outline: none;
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

/* line 183, vendor/assets/adminplus/sweetalert.css */
.sweet-alert button:hover {
  background-color: #0391d6;
}

/* line 185, vendor/assets/adminplus/sweetalert.css */
.sweet-alert button:active {
  background-color: #0279b3;
}

/* line 187, vendor/assets/adminplus/sweetalert.css */
.sweet-alert button.cancel {
  background-color: #C1C1C1;
}

/* line 189, vendor/assets/adminplus/sweetalert.css */
.sweet-alert button.cancel:hover {
  background-color: #b9b9b9;
}

/* line 191, vendor/assets/adminplus/sweetalert.css */
.sweet-alert button.cancel:active {
  background-color: #a8a8a8;
}

/* line 193, vendor/assets/adminplus/sweetalert.css */
.sweet-alert button.cancel:focus {
  box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
}

/* line 195, vendor/assets/adminplus/sweetalert.css */
.sweet-alert button[disabled] {
  opacity: .6;
  cursor: default;
}

/* line 198, vendor/assets/adminplus/sweetalert.css */
.sweet-alert button.confirm[disabled] {
  color: transparent;
}

/* line 200, vendor/assets/adminplus/sweetalert.css */
.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

/* line 204, vendor/assets/adminplus/sweetalert.css */
.sweet-alert button::-moz-focus-inner {
  border: 0;
}

/* line 206, vendor/assets/adminplus/sweetalert.css */
.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important;
}

/* line 208, vendor/assets/adminplus/sweetalert.css */
.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding-bottom: 40px;
}

/* line 210, vendor/assets/adminplus/sweetalert.css */
.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}

/* line 220, vendor/assets/adminplus/sweetalert.css */
.sweet-alert .sa-icon.sa-error {
  border-color: #F27474;
}

/* line 222, vendor/assets/adminplus/sweetalert.css */
.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block;
}

/* line 225, vendor/assets/adminplus/sweetalert.css */
.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #F27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}

/* line 233, vendor/assets/adminplus/sweetalert.css */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  transform: rotate(45deg);
  left: 17px;
}

/* line 237, vendor/assets/adminplus/sweetalert.css */
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  transform: rotate(-45deg);
  right: 16px;
}

/* line 241, vendor/assets/adminplus/sweetalert.css */
.sweet-alert .sa-icon.sa-warning {
  border-color: #F8BB86;
}

/* line 243, vendor/assets/adminplus/sweetalert.css */
.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86;
}

/* line 252, vendor/assets/adminplus/sweetalert.css */
.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86;
}

/* line 261, vendor/assets/adminplus/sweetalert.css */
.sweet-alert .sa-icon.sa-info {
  border-color: #C9DAE1;
}

/* line 263, vendor/assets/adminplus/sweetalert.css */
.sweet-alert .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #C9DAE1;
}

/* line 273, vendor/assets/adminplus/sweetalert.css */
.sweet-alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #C9DAE1;
}

/* line 282, vendor/assets/adminplus/sweetalert.css */
.sweet-alert .sa-icon.sa-success {
  border-color: #A5DC86;
}

/* line 284, vendor/assets/adminplus/sweetalert.css */
.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
  content: '';
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  transform: rotate(45deg);
}

/* line 294, vendor/assets/adminplus/sweetalert.css */
.sweet-alert .sa-icon.sa-success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  transform: rotate(-45deg);
  transform-origin: 60px 60px;
}

/* line 302, vendor/assets/adminplus/sweetalert.css */
.sweet-alert .sa-icon.sa-success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  transform: rotate(-45deg);
  transform-origin: 0px 60px;
}

/* line 310, vendor/assets/adminplus/sweetalert.css */
.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

/* line 321, vendor/assets/adminplus/sweetalert.css */
.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  transform: rotate(-45deg);
}

/* line 331, vendor/assets/adminplus/sweetalert.css */
.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #A5DC86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

/* line 338, vendor/assets/adminplus/sweetalert.css */
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  transform: rotate(45deg);
}

/* line 344, vendor/assets/adminplus/sweetalert.css */
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  transform: rotate(-45deg);
}

/* line 350, vendor/assets/adminplus/sweetalert.css */
.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}

/*
 * Animations
 */

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}

@keyframes slideFromTop {
  0% {
    top: 0%;
  }
  100% {
    top: 50%;
  }
}

@keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}

@keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}

@keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}

/* line 452, vendor/assets/adminplus/sweetalert.css */
.showSweetAlert[data-animation=pop] {
  animation: showSweetAlert 0.3s;
}

/* line 456, vendor/assets/adminplus/sweetalert.css */
.showSweetAlert[data-animation=none] {
  animation: none;
}

/* line 460, vendor/assets/adminplus/sweetalert.css */
.showSweetAlert[data-animation=slide-from-top] {
  animation: slideFromTop 0.3s;
}

/* line 464, vendor/assets/adminplus/sweetalert.css */
.showSweetAlert[data-animation=slide-from-bottom] {
  animation: slideFromBottom 0.3s;
}

/* line 468, vendor/assets/adminplus/sweetalert.css */
.hideSweetAlert[data-animation=pop] {
  animation: hideSweetAlert 0.2s;
}

/* line 472, vendor/assets/adminplus/sweetalert.css */
.hideSweetAlert[data-animation=none] {
  animation: none;
}

/* line 476, vendor/assets/adminplus/sweetalert.css */
.hideSweetAlert[data-animation=slide-from-top] {
  animation: slideToTop 0.4s;
}

/* line 480, vendor/assets/adminplus/sweetalert.css */
.hideSweetAlert[data-animation=slide-from-bottom] {
  animation: slideToBottom 0.3s;
}

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}

/* line 592, vendor/assets/adminplus/sweetalert.css */
.animateSuccessTip {
  animation: animateSuccessTip 0.75s;
}

/* line 596, vendor/assets/adminplus/sweetalert.css */
.animateSuccessLong {
  animation: animateSuccessLong 0.75s;
}

/* line 600, vendor/assets/adminplus/sweetalert.css */
.sa-icon.sa-success.animate::after {
  animation: rotatePlaceholder 4.25s ease-in;
}

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}

/* line 624, vendor/assets/adminplus/sweetalert.css */
.animateErrorIcon {
  animation: animateErrorIcon 0.5s;
}

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}

/* line 670, vendor/assets/adminplus/sweetalert.css */
.animateXMark {
  animation: animateXMark 0.5s;
}

@keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}

/* line 686, vendor/assets/adminplus/sweetalert.css */
.pulseWarning {
  animation: pulseWarning 0.75s infinite alternate;
}

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}

/* line 702, vendor/assets/adminplus/sweetalert.css */
.pulseWarningIns {
  animation: pulseWarningIns 0.75s infinite alternate;
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Layout
 ------------------------------------------*/
/* line 3, vendor/assets/adminplus/summernote.css */
.note-editor {
  position: relative;
  /* dropzone */
}

/* line 6, vendor/assets/adminplus/summernote.css */
.note-editor .dropdown-toggle {
  padding-right: .325rem;
}

/* line 8, vendor/assets/adminplus/summernote.css */
.note-editor .dropdown-toggle::after {
  display: none;
}

/* line 10, vendor/assets/adminplus/summernote.css */
.note-editor .note-dropzone {
  position: absolute;
  display: none;
  z-index: 100;
  color: lightskyblue;
  background-color: white;
  opacity: 0.95;
  pointer-event: none;
}

/* line 18, vendor/assets/adminplus/summernote.css */
.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

/* line 24, vendor/assets/adminplus/summernote.css */
.note-editor .note-dropzone.hover {
  color: #098ddf;
}

/* line 26, vendor/assets/adminplus/summernote.css */
.note-editor.dragover .note-dropzone {
  display: table;
}

/* line 28, vendor/assets/adminplus/summernote.css */
.note-editor .note-editing-area {
  position: relative;
}

/* line 30, vendor/assets/adminplus/summernote.css */
.note-editor .note-editing-area .note-editable {
  outline: none;
}

/* line 32, vendor/assets/adminplus/summernote.css */
.note-editor .note-editing-area .note-editable sup {
  vertical-align: super;
}

/* line 34, vendor/assets/adminplus/summernote.css */
.note-editor .note-editing-area .note-editable sub {
  vertical-align: sub;
}

/* Frame mode layout
------------------------------------------*/
/* line 39, vendor/assets/adminplus/summernote.css */
.note-editor.note-frame {
  border: 1px solid #e5e5e5;
  /* codeview mode */
  /* fullscreen mode */
  /* statusbar */
}

/* line 44, vendor/assets/adminplus/summernote.css */
.note-editor.note-frame.codeview .note-editing-area .note-editable {
  display: none;
}

/* line 46, vendor/assets/adminplus/summernote.css */
.note-editor.note-frame.codeview .note-editing-area .note-codable {
  display: block;
}

/* line 48, vendor/assets/adminplus/summernote.css */
.note-editor.note-frame .note-editing-area {
  overflow: hidden;
  /* editable */
  /* codeable */
}

/* line 52, vendor/assets/adminplus/summernote.css */
.note-editor.note-frame .note-editing-area .note-editable {
  background-color: #fff;
  color: #000;
  padding: 10px;
  overflow: auto;
}

/* line 57, vendor/assets/adminplus/summernote.css */
.note-editor.note-frame .note-editing-area .note-editable[contenteditable="false"] {
  background-color: #e5e5e5;
}

/* line 59, vendor/assets/adminplus/summernote.css */
.note-editor.note-frame .note-editing-area .note-codable {
  display: none;
  width: 100%;
  padding: 10px;
  border: none;
  box-shadow: none;
  font-family: Menlo, Monaco, monospace, sans-serif;
  font-size: 14px;
  color: #ccc;
  background-color: #222;
  resize: none;
  /* override BS2 default style */
  margin-bottom: 0;
}

/* line 72, vendor/assets/adminplus/summernote.css */
.note-editor.note-frame.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
  /* bs3 modal-backdrop: 1030, bs2: 1040 */
}

/* line 79, vendor/assets/adminplus/summernote.css */
.note-editor.note-frame.fullscreen .note-editable {
  background-color: white;
}

/* line 81, vendor/assets/adminplus/summernote.css */
.note-editor.note-frame.fullscreen .note-resizebar {
  display: none;
}

/* line 83, vendor/assets/adminplus/summernote.css */
.note-editor.note-frame .note-statusbar {
  background-color: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 87, vendor/assets/adminplus/summernote.css */
.note-editor.note-frame .note-statusbar .note-resizebar {
  padding-top: 1px;
  height: 8px;
  width: 100%;
  cursor: ns-resize;
}

/* line 92, vendor/assets/adminplus/summernote.css */
.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
  width: 20px;
  margin: 1px auto;
  border-top: 1px solid #e5e5e5;
}

/* line 96, vendor/assets/adminplus/summernote.css */
.note-editor.note-frame .note-placeholder {
  padding: 10px;
}

/* Popover
------------------------------------------*/
/* line 101, vendor/assets/adminplus/summernote.css */
.note-popover.popover {
  max-width: none;
}

/* line 103, vendor/assets/adminplus/summernote.css */
.note-popover.popover .popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* for FF */
  vertical-align: middle;
  /* for FF */
}

/* line 112, vendor/assets/adminplus/summernote.css */
.note-popover.popover .arrow {
  left: 20px !important;
}

/* Popover and Toolbar (Button container)
------------------------------------------*/
/* line 117, vendor/assets/adminplus/summernote.css */
.note-popover .popover-content, .panel-heading.note-toolbar {
  margin: 0;
  padding: 0 0 5px 5px;
  /* dropdown-menu for toolbar and popover */
  /* color palette for toolbar and popover */
}

/* line 122, vendor/assets/adminplus/summernote.css */
.note-popover .popover-content > .btn-group, .panel-heading.note-toolbar > .btn-group {
  margin-top: 5px;
  margin-left: 0;
  margin-right: 5px;
}

/* line 126, vendor/assets/adminplus/summernote.css */
.note-popover .popover-content .btn-group .note-table, .panel-heading.note-toolbar .btn-group .note-table {
  min-width: 0;
  padding: 5px;
}

/* line 129, vendor/assets/adminplus/summernote.css */
.note-popover .popover-content .btn-group .note-table .note-dimension-picker, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker {
  font-size: 18px;
}

/* line 131, vendor/assets/adminplus/summernote.css */
.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
  position: absolute !important;
  z-index: 3;
  width: 10em;
  height: 10em;
  cursor: pointer;
}

/* line 137, vendor/assets/adminplus/summernote.css */
.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
  position: relative !important;
  z-index: 1;
  width: 5em;
  height: 5em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}

/* line 143, vendor/assets/adminplus/summernote.css */
.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
  position: absolute !important;
  z-index: 2;
  width: 1em;
  height: 1em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}

/* line 149, vendor/assets/adminplus/summernote.css */
.note-popover .popover-content .note-style h1, .note-popover .popover-content .note-style h2, .note-popover .popover-content .note-style h3, .note-popover .popover-content .note-style h4, .note-popover .popover-content .note-style h5, .note-popover .popover-content .note-style h6, .note-popover .popover-content .note-style blockquote, .panel-heading.note-toolbar .note-style h1, .panel-heading.note-toolbar .note-style h2, .panel-heading.note-toolbar .note-style h3, .panel-heading.note-toolbar .note-style h4, .panel-heading.note-toolbar .note-style h5, .panel-heading.note-toolbar .note-style h6, .panel-heading.note-toolbar .note-style blockquote {
  margin: 0;
}

/* line 151, vendor/assets/adminplus/summernote.css */
.note-popover .popover-content .note-color .dropdown-toggle, .panel-heading.note-toolbar .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 5px;
}

/* line 154, vendor/assets/adminplus/summernote.css */
.note-popover .popover-content .note-color .dropdown-menu, .panel-heading.note-toolbar .note-color .dropdown-menu {
  min-width: 340px;
}

/* line 156, vendor/assets/adminplus/summernote.css */
.note-popover .popover-content .note-color .dropdown-menu .btn-group, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group {
  margin: 0;
}

/* line 158, vendor/assets/adminplus/summernote.css */
.note-popover .popover-content .note-color .dropdown-menu .btn-group:first-child, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group:first-child {
  margin: 0 5px;
}

/* line 160, vendor/assets/adminplus/summernote.css */
.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-palette-title, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title {
  font-size: 12px;
  margin: 2px 7px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

/* line 165, vendor/assets/adminplus/summernote.css */
.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset {
  font-size: 11px;
  margin: 3px;
  padding: 0 3px;
  cursor: pointer;
  border-radius: 5px;
}

/* line 171, vendor/assets/adminplus/summernote.css */
.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-color-row, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-row {
  height: 20px;
}

/* line 173, vendor/assets/adminplus/summernote.css */
.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset:hover, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover {
  background: #eee;
}

/* line 175, vendor/assets/adminplus/summernote.css */
.note-popover .popover-content .note-para .dropdown-menu, .panel-heading.note-toolbar .note-para .dropdown-menu {
  min-width: 216px;
  padding: 5px;
}

/* line 178, vendor/assets/adminplus/summernote.css */
.note-popover .popover-content .note-para .dropdown-menu > div:first-child, .panel-heading.note-toolbar .note-para .dropdown-menu > div:first-child {
  margin-right: 5px;
}

/* line 180, vendor/assets/adminplus/summernote.css */
.note-popover .popover-content .dropdown-menu, .panel-heading.note-toolbar .dropdown-menu {
  min-width: 90px;
  /* dropdown-menu right position */
  /* http://forrst.com/posts/Bootstrap_right_positioned_dropdown-2KB */
  /* dropdown-menu for selectbox */
}

/* line 185, vendor/assets/adminplus/summernote.css */
.note-popover .popover-content .dropdown-menu.right, .panel-heading.note-toolbar .dropdown-menu.right {
  right: 0;
  left: auto;
}

/* line 188, vendor/assets/adminplus/summernote.css */
.note-popover .popover-content .dropdown-menu.right::before, .panel-heading.note-toolbar .dropdown-menu.right::before {
  right: 9px;
  left: auto !important;
}

/* line 191, vendor/assets/adminplus/summernote.css */
.note-popover .popover-content .dropdown-menu.right::after, .panel-heading.note-toolbar .dropdown-menu.right::after {
  right: 10px;
  left: auto !important;
}

/* line 194, vendor/assets/adminplus/summernote.css */
.note-popover .popover-content .dropdown-menu.note-check li a i, .panel-heading.note-toolbar .dropdown-menu.note-check li a i {
  color: deepskyblue;
  visibility: hidden;
}

/* line 197, vendor/assets/adminplus/summernote.css */
.note-popover .popover-content .dropdown-menu.note-check li a.checked i, .panel-heading.note-toolbar .dropdown-menu.note-check li a.checked i {
  visibility: visible;
}

/* line 199, vendor/assets/adminplus/summernote.css */
.note-popover .popover-content .note-fontsize-10, .panel-heading.note-toolbar .note-fontsize-10 {
  font-size: 10px;
}

/* line 201, vendor/assets/adminplus/summernote.css */
.note-popover .popover-content .note-color-palette, .panel-heading.note-toolbar .note-color-palette {
  line-height: 1;
}

/* line 203, vendor/assets/adminplus/summernote.css */
.note-popover .popover-content .note-color-palette div .note-color-btn, .panel-heading.note-toolbar .note-color-palette div .note-color-btn {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 1px solid #fff;
}

/* line 209, vendor/assets/adminplus/summernote.css */
.note-popover .popover-content .note-color-palette div .note-color-btn:hover, .panel-heading.note-toolbar .note-color-palette div .note-color-btn:hover {
  border: 1px solid #000;
}

/* Dialog
------------------------------------------*/
/* line 214, vendor/assets/adminplus/summernote.css */
.note-dialog > div {
  display: none;
  /* BS2's hide pacth. */
}

/* line 218, vendor/assets/adminplus/summernote.css */
.note-dialog .form-group {
  /* overwrite BS's form-horizontal minus margins */
  margin-left: 0;
  margin-right: 0;
}

/* line 223, vendor/assets/adminplus/summernote.css */
.note-dialog .note-modal-form {
  margin: 0;
  /* overwrite BS2's form margin bottom */
}

/* line 227, vendor/assets/adminplus/summernote.css */
.note-dialog .note-image-dialog .note-dropzone {
  min-height: 100px;
  font-size: 30px;
  line-height: 4;
  /* vertical-align */
  color: lightgray;
  text-align: center;
  border: 4px dashed lightgray;
  margin-bottom: 10px;
}

/* Placeholder
------------------------------------------*/
/* line 239, vendor/assets/adminplus/summernote.css */
.note-placeholder {
  position: absolute;
  display: none;
  color: gray;
}

/* Handle
------------------------------------------*/
/* line 246, vendor/assets/adminplus/summernote.css */
.note-handle {
  /* control selection */
}

/* line 248, vendor/assets/adminplus/summernote.css */
.note-handle .note-control-selection {
  position: absolute;
  display: none;
  border: 1px solid black;
}

/* line 252, vendor/assets/adminplus/summernote.css */
.note-handle .note-control-selection > div {
  position: absolute;
}

/* line 254, vendor/assets/adminplus/summernote.css */
.note-handle .note-control-selection .note-control-selection-bg {
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: .3;
}

/* line 259, vendor/assets/adminplus/summernote.css */
.note-handle .note-control-selection .note-control-handle, .note-handle .note-control-selection .note-control-holder, .note-handle .note-control-selection .note-control-sizing {
  width: 7px;
  height: 7px;
  border: 1px solid black;
}

/* line 263, vendor/assets/adminplus/summernote.css */
.note-handle .note-control-selection .note-control-sizing {
  background-color: white;
}

/* line 265, vendor/assets/adminplus/summernote.css */
.note-handle .note-control-selection .note-control-nw {
  top: -5px;
  left: -5px;
  border-right: none;
  border-bottom: none;
}

/* line 270, vendor/assets/adminplus/summernote.css */
.note-handle .note-control-selection .note-control-ne {
  top: -5px;
  right: -5px;
  border-bottom: none;
  border-left: none;
}

/* line 275, vendor/assets/adminplus/summernote.css */
.note-handle .note-control-selection .note-control-sw {
  bottom: -5px;
  left: -5px;
  border-top: none;
  border-right: none;
}

/* line 280, vendor/assets/adminplus/summernote.css */
.note-handle .note-control-selection .note-control-se {
  right: -5px;
  bottom: -5px;
  cursor: se-resize;
}

/* line 284, vendor/assets/adminplus/summernote.css */
.note-handle .note-control-selection .note-control-se.note-control-holder {
  cursor: default;
  border-top: none;
  border-left: none;
}

/* line 288, vendor/assets/adminplus/summernote.css */
.note-handle .note-control-selection .note-control-selection-info {
  right: 0;
  bottom: 0;
  padding: 5px;
  margin: 5px;
  color: white;
  background-color: black;
  font-size: 12px;
  border-radius: 5px;
  opacity: .7;
}

/* line 299, vendor/assets/adminplus/summernote.css */
.note-hint-popover {
  min-width: 100px;
  padding: 2px;
}

/* line 302, vendor/assets/adminplus/summernote.css */
.note-hint-popover .popover-content {
  padding: 3px;
  max-height: 150px;
  overflow: auto;
}

/* line 306, vendor/assets/adminplus/summernote.css */
.note-hint-popover .popover-content .note-hint-group .note-hint-item {
  display: block !important;
  padding: 3px;
}

/* line 309, vendor/assets/adminplus/summernote.css */
.note-hint-popover .popover-content .note-hint-group .note-hint-item.active, .note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.4;
  color: white;
  white-space: nowrap;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
  cursor: pointer;
}

/* Generated by grunt-webfont */
/* Based on https://github.com/endtwist/fontcustom/blob/master/lib/fontcustom/templates/fontcustom.css */
@font-face {
  font-family: "summernote";
  src: url(/../../assets/vendor/summernote.eot?ad8d7e2d177d2473aecd9b35d16211fb);
  src: url(/../../assets/vendor/summernote.eot?#iefix) format("embedded-opentype"), url(/../../assets/vendor/summernote.woff?ad8d7e2d177d2473aecd9b35d16211fb) format("woff"), url(/../../assets/vendor/summernote.ttf?ad8d7e2d177d2473aecd9b35d16211fb) format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* Bootstrap Overrides */
/* line 331, vendor/assets/adminplus/summernote.css */
[class^="note-icon-"]:before,
[class*=" note-icon-"]:before {
  display: inline-block;
  vertical-align: middle;
  font: normal normal normal 14px summernote;
  font-size: inherit;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Icons */
/* line 345, vendor/assets/adminplus/summernote.css */
.note-icon-align-center:before {
  content: "\f101";
}

/* line 348, vendor/assets/adminplus/summernote.css */
.note-icon-align-indent:before {
  content: "\f102";
}

/* line 351, vendor/assets/adminplus/summernote.css */
.note-icon-align-justify:before {
  content: "\f103";
}

/* line 354, vendor/assets/adminplus/summernote.css */
.note-icon-align-left:before {
  content: "\f104";
}

/* line 357, vendor/assets/adminplus/summernote.css */
.note-icon-align-outdent:before {
  content: "\f105";
}

/* line 360, vendor/assets/adminplus/summernote.css */
.note-icon-align-right:before {
  content: "\f106";
}

/* line 363, vendor/assets/adminplus/summernote.css */
.note-icon-align:before {
  content: "\f107";
}

/* line 366, vendor/assets/adminplus/summernote.css */
.note-icon-arrows-alt:before {
  content: "\f108";
}

/* line 369, vendor/assets/adminplus/summernote.css */
.note-icon-bold:before {
  content: "\f109";
}

/* line 372, vendor/assets/adminplus/summernote.css */
.note-icon-caret:before {
  content: "\f10a";
}

/* line 375, vendor/assets/adminplus/summernote.css */
.note-icon-chain-broken:before {
  content: "\f10b";
}

/* line 378, vendor/assets/adminplus/summernote.css */
.note-icon-circle:before {
  content: "\f10c";
}

/* line 381, vendor/assets/adminplus/summernote.css */
.note-icon-close:before {
  content: "\f10d";
}

/* line 384, vendor/assets/adminplus/summernote.css */
.note-icon-code:before {
  content: "\f10e";
}

/* line 387, vendor/assets/adminplus/summernote.css */
.note-icon-eraser:before {
  content: "\f10f";
}

/* line 390, vendor/assets/adminplus/summernote.css */
.note-icon-font:before {
  content: "\f110";
}

/* line 393, vendor/assets/adminplus/summernote.css */
.note-icon-frame:before {
  content: "\f111";
}

/* line 396, vendor/assets/adminplus/summernote.css */
.note-icon-italic:before {
  content: "\f112";
}

/* line 399, vendor/assets/adminplus/summernote.css */
.note-icon-link:before {
  content: "\f113";
}

/* line 402, vendor/assets/adminplus/summernote.css */
.note-icon-magic:before {
  content: "\f114";
}

/* line 405, vendor/assets/adminplus/summernote.css */
.note-icon-menu-check:before {
  content: "\f115";
}

/* line 408, vendor/assets/adminplus/summernote.css */
.note-icon-minus:before {
  content: "\f116";
}

/* line 411, vendor/assets/adminplus/summernote.css */
.note-icon-orderedlist:before {
  content: "\f117";
}

/* line 414, vendor/assets/adminplus/summernote.css */
.note-icon-pencil:before {
  content: "\f118";
}

/* line 417, vendor/assets/adminplus/summernote.css */
.note-icon-picture:before {
  content: "\f119";
}

/* line 420, vendor/assets/adminplus/summernote.css */
.note-icon-question:before {
  content: "\f11a";
}

/* line 423, vendor/assets/adminplus/summernote.css */
.note-icon-redo:before {
  content: "\f11b";
}

/* line 426, vendor/assets/adminplus/summernote.css */
.note-icon-special-character:before {
  content: "\f11c";
}

/* line 429, vendor/assets/adminplus/summernote.css */
.note-icon-square:before {
  content: "\f11d";
}

/* line 432, vendor/assets/adminplus/summernote.css */
.note-icon-strikethrough:before {
  content: "\f11e";
}

/* line 435, vendor/assets/adminplus/summernote.css */
.note-icon-subscript:before {
  content: "\f11f";
}

/* line 438, vendor/assets/adminplus/summernote.css */
.note-icon-summernote:before {
  content: "\f120";
}

/* line 441, vendor/assets/adminplus/summernote.css */
.note-icon-superscript:before {
  content: "\f121";
}

/* line 444, vendor/assets/adminplus/summernote.css */
.note-icon-table:before {
  content: "\f122";
}

/* line 447, vendor/assets/adminplus/summernote.css */
.note-icon-text-height:before {
  content: "\f123";
}

/* line 450, vendor/assets/adminplus/summernote.css */
.note-icon-trash:before {
  content: "\f124";
}

/* line 453, vendor/assets/adminplus/summernote.css */
.note-icon-underline:before {
  content: "\f125";
}

/* line 456, vendor/assets/adminplus/summernote.css */
.note-icon-undo:before {
  content: "\f126";
}

/* line 459, vendor/assets/adminplus/summernote.css */
.note-icon-unorderedlist:before {
  content: "\f127";
}

/* line 462, vendor/assets/adminplus/summernote.css */
.note-icon-video:before {
  content: "\f128";
}

/* line 3, ../../../.rvm/gems/ruby-2.7.7/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
}

/* line 11, ../../../.rvm/gems/ruby-2.7.7/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
table.dataTable td,
table.dataTable th {
  box-sizing: content-box;
}

/* line 16, ../../../.rvm/gems/ruby-2.7.7/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}

/* line 24, ../../../.rvm/gems/ruby-2.7.7/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

/* line 35, ../../../.rvm/gems/ruby-2.7.7/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

/* line 41, ../../../.rvm/gems/ruby-2.7.7/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
}

/* line 47, ../../../.rvm/gems/ruby-2.7.7/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

/* line 50, ../../../.rvm/gems/ruby-2.7.7/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}

/* line 56, ../../../.rvm/gems/ruby-2.7.7/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}

/* line 63, ../../../.rvm/gems/ruby-2.7.7/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
  white-space: nowrap;
}

/* line 68, ../../../.rvm/gems/ruby-2.7.7/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

/* line 73, ../../../.rvm/gems/ruby-2.7.7/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}

/* line 80, ../../../.rvm/gems/ruby-2.7.7/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

/* line 97, ../../../.rvm/gems/ruby-2.7.7/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}

/* line 103, ../../../.rvm/gems/ruby-2.7.7/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

/* line 108, ../../../.rvm/gems/ruby-2.7.7/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}

/* line 116, ../../../.rvm/gems/ruby-2.7.7/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
}

/* line 124, ../../../.rvm/gems/ruby-2.7.7/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  content: "\2191";
}

/* line 129, ../../../.rvm/gems/ruby-2.7.7/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "\2193";
}

/* line 135, ../../../.rvm/gems/ruby-2.7.7/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
  opacity: 1;
}

/* line 140, ../../../.rvm/gems/ruby-2.7.7/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0;
}

/* line 148, ../../../.rvm/gems/ruby-2.7.7/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

/* line 153, ../../../.rvm/gems/ruby-2.7.7/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 159, ../../../.rvm/gems/ruby-2.7.7/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
div.dataTables_scrollBody table thead .sorting:before,
div.dataTables_scrollBody table thead .sorting_asc:before,
div.dataTables_scrollBody table thead .sorting_desc:before,
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}

/* line 169, ../../../.rvm/gems/ruby-2.7.7/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}

/* line 177, ../../../.rvm/gems/ruby-2.7.7/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}

/* line 180, ../../../.rvm/gems/ruby-2.7.7/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  /* line 191, ../../../.rvm/gems/ruby-2.7.7/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
  div.dataTables_wrapper div.dataTables_length,
div.dataTables_wrapper div.dataTables_filter,
div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}

/* line 208, ../../../.rvm/gems/ruby-2.7.7/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
table.dataTable.table-sm > thead > tr > th {
  padding-right: 20px;
}

/* line 215, ../../../.rvm/gems/ruby-2.7.7/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
  top: 5px;
  right: 0.85em;
}

/* line 220, ../../../.rvm/gems/ruby-2.7.7/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
  top: 5px;
}

/* line 231, ../../../.rvm/gems/ruby-2.7.7/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}

/* line 235, ../../../.rvm/gems/ruby-2.7.7/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}

/* line 241, ../../../.rvm/gems/ruby-2.7.7/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

/* line 248, ../../../.rvm/gems/ruby-2.7.7/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

/* line 254, ../../../.rvm/gems/ruby-2.7.7/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}

/* line 258, ../../../.rvm/gems/ruby-2.7.7/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0;
}

/* line 261, ../../../.rvm/gems/ruby-2.7.7/gems/jquery-datatables-1.10.20/app/assets/stylesheets/datatables/dataTables.bootstrap4.scss */
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0;
}

/* line 1, vendor/assets/adminplus/bootstrap-datepicker.css */
.sidebar-datepicker {
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  padding: 3px;
}

/* line 5, vendor/assets/adminplus/bootstrap-datepicker.css */
.sidebar-datepicker .datepicker, .sidebar-datepicker .datepicker-days, .sidebar-datepicker table {
  width: 100%;
}

/*!
 * Datepicker for Bootstrap v1.5.1 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
/* line 15, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker {
  border-radius: 4px;
  direction: ltr;
}

/* line 19, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker-inline {
  width: 220px;
}

/* line 22, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker.datepicker-rtl {
  direction: rtl;
}

/* line 25, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker.datepicker-rtl table tr td span {
  float: right;
}

/* line 28, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}

/* line 33, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

/* line 43, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}

/* line 52, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

/* line 55, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

/* line 58, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

/* line 61, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

/* line 64, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

/* line 67, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

/* line 70, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}

/* line 75, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}

/* line 80, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker > div {
  display: none;
}

/* line 83, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 91, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}

/* line 99, vendor/assets/adminplus/bootstrap-datepicker.css */
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

/* line 103, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}

/* line 107, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer;
}

/* line 112, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}

/* line 118, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.highlighted {
  color: #000000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}

/* line 124, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000000;
  background-color: #afd9ee;
  border-color: #55bb66;
}

/* line 130, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.highlighted:hover {
  color: #000000;
  background-color: #afd9ee;
  border-color: #52addb;
}

/* line 135, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.highlighted {
  color: #000000;
  background-color: #afd9ee;
  border-color: #52addb;
}

/* line 142, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus:active,
.datepicker table tr td.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.highlighted.focus {
  color: #000000;
  background-color: #91cbe8;
  border-color: #55bb66;
}

/* line 155, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.highlighted {
  background-image: none;
}

/* line 160, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted.focus[disabled],
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}

/* line 172, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}

/* line 175, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #999999;
}

/* line 180, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.today {
  color: #000000;
  background-color: #ffdb99;
  border-color: #ffb733;
}

/* line 185, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000000;
  background-color: #ffc966;
  border-color: #b37400;
}

/* line 191, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.today:hover {
  color: #000000;
  background-color: #ffc966;
  border-color: #f59e00;
}

/* line 196, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open > .dropdown-toggle.datepicker table tr td.today {
  color: #000000;
  background-color: #ffc966;
  border-color: #f59e00;
}

/* line 203, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.open > .dropdown-toggle.datepicker table tr td.today:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.open > .dropdown-toggle.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus:active,
.datepicker table tr td.today.active.focus,
.open > .dropdown-toggle.datepicker table tr td.today.focus {
  color: #000000;
  background-color: #ffbc42;
  border-color: #b37400;
}

/* line 216, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open > .dropdown-toggle.datepicker table tr td.today {
  background-image: none;
}

/* line 221, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today.focus[disabled],
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}

/* line 233, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.today.focused {
  background: #ffc966;
}

/* line 236, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #999999;
}

/* line 241, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.range {
  color: #000000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0;
}

/* line 247, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}

/* line 253, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.range:hover {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}

/* line 258, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open > .dropdown-toggle.datepicker table tr td.range {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}

/* line 265, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus:active,
.datepicker table tr td.range.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.focus {
  color: #000000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}

/* line 278, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open > .dropdown-toggle.datepicker table tr td.range {
  background-image: none;
}

/* line 283, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range.focus[disabled],
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}

/* line 295, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}

/* line 298, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #999999;
}

/* line 303, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.range.highlighted {
  color: #000000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}

/* line 308, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}

/* line 314, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.range.highlighted:hover {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}

/* line 319, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}

/* line 326, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus:active,
.datepicker table tr td.range.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted.focus {
  color: #000000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}

/* line 339, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted {
  background-image: none;
}

/* line 344, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted.focus[disabled],
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}

/* line 356, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}

/* line 359, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #999999;
}

/* line 364, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.range.today {
  color: #000000;
  background-color: #f7ca77;
  border-color: #f1a417;
}

/* line 369, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000000;
  background-color: #f4b747;
  border-color: #815608;
}

/* line 375, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.range.today:hover {
  color: #000000;
  background-color: #f4b747;
  border-color: #bf800c;
}

/* line 380, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open > .dropdown-toggle.datepicker table tr td.range.today {
  color: #000000;
  background-color: #f4b747;
  border-color: #bf800c;
}

/* line 387, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus:active,
.datepicker table tr td.range.today.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.today.focus {
  color: #000000;
  background-color: #f2aa25;
  border-color: #815608;
}

/* line 400, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open > .dropdown-toggle.datepicker table tr td.range.today {
  background-image: none;
}

/* line 405, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today.focus[disabled],
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}

/* line 417, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #999999;
}

/* line 422, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #ffffff;
  background-color: #999999;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 429, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #ffffff;
  background-color: #808080;
  border-color: #161616;
}

/* line 437, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #ffffff;
  background-color: #808080;
  border-color: #373737;
}

/* line 443, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted {
  color: #ffffff;
  background-color: #808080;
  border-color: #373737;
}

/* line 453, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.selected:hover,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.selected:focus,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus:active,
.datepicker table tr td.selected.highlighted.focus:active,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted.focus {
  color: #ffffff;
  background-color: #6e6e6e;
  border-color: #161616;
}

/* line 475, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted {
  background-image: none;
}

/* line 483, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected.focus[disabled],
.datepicker table tr td.selected.highlighted.focus[disabled],
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #999999;
  border-color: #555555;
}

/* line 504, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #ffffff;
  background-color: #55bb66;
  border-color: #55bb66;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 511, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #ffffff;
  background-color: #55bb66;
  border-color: #55bb66;
}

/* line 519, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #ffffff;
  background-color: #55bb66;
  border-color: #55bb66;
}

/* line 525, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  color: #ffffff;
  background-color: #55bb66;
  border-color: #55bb66;
}

/* line 535, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus:active,
.datepicker table tr td.active.highlighted.focus:active,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted.focus {
  color: #ffffff;
  background-color: #55bb66;
  border-color: #55bb66;
}

/* line 557, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  background-image: none;
}

/* line 565, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active.focus[disabled],
.datepicker table tr td.active.highlighted.focus[disabled],
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #55bb66;
  border-color: #55bb66;
}

/* line 586, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}

/* line 596, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td span:hover {
  background: #eeeeee;
}

/* line 599, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}

/* line 605, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #55bb66;
  border-color: #55bb66;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 614, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active.focus:hover,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled.focus:hover {
  color: #ffffff;
  background-color: #55bb66;
  border-color: #55bb66;
}

/* line 626, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #ffffff;
  background-color: #55bb66;
  border-color: #55bb66;
}

/* line 634, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #55bb66;
  border-color: #55bb66;
}

/* line 650, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.active:hover:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled.active:hover:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active.active:hover:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled.active:hover:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus:active,
.datepicker table tr td span.active.focus:hover:active,
.datepicker table tr td span.active.disabled.focus:active,
.datepicker table tr td span.active.disabled.focus:hover:active,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active.active.focus:hover,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled.active.focus:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.focus:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled.focus:hover {
  color: #ffffff;
  background-color: #55bb66;
  border-color: #55bb66;
}

/* line 690, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}

/* line 704, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active[disabled]:hover:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:hover:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active[disabled]:hover:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:hover:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled.focus:hover,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus:hover,
.datepicker table tr td span.active.focus[disabled],
.datepicker table tr td span.active.focus[disabled]:hover,
.datepicker table tr td span.active.disabled.focus[disabled],
.datepicker table tr td span.active.disabled.focus[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active.focus:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus:hover {
  background-color: #55bb66;
  border-color: #55bb66;
}

/* line 743, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}

/* line 747, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker .datepicker-switch {
  width: 145px;
}

/* line 750, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}

/* line 756, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}

/* line 762, vendor/assets/adminplus/bootstrap-datepicker.css */
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

/* line 768, vendor/assets/adminplus/bootstrap-datepicker.css */
.input-group.date .input-group-addon {
  cursor: pointer;
}

/* line 771, vendor/assets/adminplus/bootstrap-datepicker.css */
.input-daterange {
  width: 100%;
}

/* line 774, vendor/assets/adminplus/bootstrap-datepicker.css */
.input-daterange input {
  text-align: center;
}

/* line 777, vendor/assets/adminplus/bootstrap-datepicker.css */
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}

/* line 780, vendor/assets/adminplus/bootstrap-datepicker.css */
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}

/* line 783, vendor/assets/adminplus/bootstrap-datepicker.css */
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #cccccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}

/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
/* line 11, vendor/assets/adminplus/bootstrap-timepicker.css */
.bootstrap-timepicker {
  position: relative;
}

/* line 13, vendor/assets/adminplus/bootstrap-timepicker.css */
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
  left: auto;
  right: 0;
}

/* line 16, vendor/assets/adminplus/bootstrap-timepicker.css */
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
  left: auto;
  right: 12px;
}

/* line 19, vendor/assets/adminplus/bootstrap-timepicker.css */
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
  left: auto;
  right: 13px;
}

/* line 22, vendor/assets/adminplus/bootstrap-timepicker.css */
.bootstrap-timepicker .input-group-addon {
  cursor: pointer;
}

/* line 24, vendor/assets/adminplus/bootstrap-timepicker.css */
.bootstrap-timepicker .input-group-addon i {
  display: inline-block;
  width: 16px;
  height: 16px;
}

/* line 29, vendor/assets/adminplus/bootstrap-timepicker.css */
.bootstrap-timepicker-widget .material-icons.up:before {
  font-family: 'Material Icons';
  font-size: 18px;
  content: '\e5d8';
  position: relative;
  top: -2px;
}

/* line 36, vendor/assets/adminplus/bootstrap-timepicker.css */
.bootstrap-timepicker-widget .material-icons.down:before {
  font-family: 'Material Icons';
  font-size: 18px;
  content: '\e5db';
  position: relative;
  top: -2px;
}

/* line 43, vendor/assets/adminplus/bootstrap-timepicker.css */
.bootstrap-timepicker-widget.dropdown-menu {
  padding: 4px;
}

/* line 45, vendor/assets/adminplus/bootstrap-timepicker.css */
.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block;
}

/* line 48, vendor/assets/adminplus/bootstrap-timepicker.css */
.bootstrap-timepicker-widget.timepicker-orient-left:before {
  left: 6px;
}

/* line 51, vendor/assets/adminplus/bootstrap-timepicker.css */
.bootstrap-timepicker-widget.timepicker-orient-left:after {
  left: 7px;
}

/* line 54, vendor/assets/adminplus/bootstrap-timepicker.css */
.bootstrap-timepicker-widget.timepicker-orient-right:before {
  right: 6px;
}

/* line 57, vendor/assets/adminplus/bootstrap-timepicker.css */
.bootstrap-timepicker-widget.timepicker-orient-right:after {
  right: 7px;
}

/* line 60, vendor/assets/adminplus/bootstrap-timepicker.css */
.bootstrap-timepicker-widget.timepicker-orient-top:before {
  top: -7px;
}

/* line 63, vendor/assets/adminplus/bootstrap-timepicker.css */
.bootstrap-timepicker-widget.timepicker-orient-top:after {
  top: -6px;
}

/* line 66, vendor/assets/adminplus/bootstrap-timepicker.css */
.bootstrap-timepicker-widget.timepicker-orient-bottom {
  margin-top: 70px;
}

/* line 69, vendor/assets/adminplus/bootstrap-timepicker.css */
.bootstrap-timepicker-widget a.btn, .bootstrap-timepicker-widget input {
  border-radius: 4px;
}

/* line 72, vendor/assets/adminplus/bootstrap-timepicker.css */
.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0;
}

/* line 75, vendor/assets/adminplus/bootstrap-timepicker.css */
.bootstrap-timepicker-widget table td {
  text-align: center;
  height: 30px;
  margin: 0;
  padding: 2px;
}

/* line 80, vendor/assets/adminplus/bootstrap-timepicker.css */
.bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px;
}

/* line 82, vendor/assets/adminplus/bootstrap-timepicker.css */
.bootstrap-timepicker-widget table td span {
  width: 100%;
}

/* line 84, vendor/assets/adminplus/bootstrap-timepicker.css */
.bootstrap-timepicker-widget table td a {
  padding: 5px;
  border: 1px solid #efefef;
  border-radius: 3px;
  width: 100%;
  display: inline-block;
  outline: 0;
}

/* line 91, vendor/assets/adminplus/bootstrap-timepicker.css */
.bootstrap-timepicker-widget table td a:hover {
  text-decoration: none;
  background-color: #eee;
  border-radius: 4px;
  border-color: #ddd;
}

/* line 96, vendor/assets/adminplus/bootstrap-timepicker.css */
.bootstrap-timepicker-widget table td input {
  width: 25px;
  margin: 0;
  text-align: center;
}

/* line 101, vendor/assets/adminplus/bootstrap-timepicker.css */
.bootstrap-timepicker-widget .modal-content {
  padding: 4px;
}

/* line 104, vendor/assets/adminplus/bootstrap-timepicker.css */
.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block;
  z-index: 99999 !important;
}

@media (min-width: 767px) {
  /* line 109, vendor/assets/adminplus/bootstrap-timepicker.css */
  .bootstrap-timepicker-widget.modal {
    width: 200px;
    margin-left: -100px;
  }
}

@media (max-width: 767px) {
  /* line 114, vendor/assets/adminplus/bootstrap-timepicker.css */
  .bootstrap-timepicker {
    width: 100%;
  }
  /* line 116, vendor/assets/adminplus/bootstrap-timepicker.css */
  .bootstrap-timepicker .dropdown-menu {
    width: 100%;
  }
}

/* line 1, ../../../.rvm/gems/ruby-2.7.7/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
.toast-title {
  font-weight: bold;
}

/* line 4, ../../../.rvm/gems/ruby-2.7.7/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
.toast-message {
  word-wrap: break-word;
}

/* line 8, ../../../.rvm/gems/ruby-2.7.7/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
.toast-message a,
.toast-message label {
  color: #FFF;
}

/* line 12, ../../../.rvm/gems/ruby-2.7.7/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
.toast-message a:hover {
  color: #CCC;
  text-decoration: none;
}

/* line 17, ../../../.rvm/gems/ruby-2.7.7/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
.toast-top-left {
  top: 12px;
  left: 12px;
}

/* line 22, ../../../.rvm/gems/ruby-2.7.7/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

/* line 27, ../../../.rvm/gems/ruby-2.7.7/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
.toast-bottom-left {
  left: 12px;
  bottom: 12px;
}

/* line 32, ../../../.rvm/gems/ruby-2.7.7/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
#toast-container {
  position: fixed;
  z-index: 9999;
}

/* line 37, ../../../.rvm/gems/ruby-2.7.7/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
#toast-container > div {
  background-position: 15px center;
  background-repeat: no-repeat;
  border-radius: 3px 3px 3px 3px;
  -o-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
  margin: 0 0 6px;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  opacity: 0.8;
  padding: 15px 15px 15px 50px;
  width: 300px;
}

/* line 56, ../../../.rvm/gems/ruby-2.7.7/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
.toast {
  background-color: #030303;
}

/* line 60, ../../../.rvm/gems/ruby-2.7.7/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
.toast-success {
  background-color: #51A351;
}

/* line 64, ../../../.rvm/gems/ruby-2.7.7/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
.toast-error {
  background-color: #BD362F;
}

/* line 68, ../../../.rvm/gems/ruby-2.7.7/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
.toast-info {
  background-color: #2F96B4;
}

/* line 72, ../../../.rvm/gems/ruby-2.7.7/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
.toast-warning {
  background-color: #F89406;
}

/* line 75, ../../../.rvm/gems/ruby-2.7.7/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
.toast-top-right {
  top: 12px;
  right: 12px;
}

/* line 80, ../../../.rvm/gems/ruby-2.7.7/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
#toast-container > :hover {
  -o-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  cursor: pointer;
}

/* line 91, ../../../.rvm/gems/ruby-2.7.7/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

/* line 95, ../../../.rvm/gems/ruby-2.7.7/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

/* line 99, ../../../.rvm/gems/ruby-2.7.7/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

/* line 103, ../../../.rvm/gems/ruby-2.7.7/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

/*!
 * Bootstrap v4.0.0-alpha.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 8, app/assets/stylesheets/portal/adminplus/stock-modified.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 13, app/assets/stylesheets/portal/adminplus/stock-modified.css */
body {
  margin: 0;
}

/* line 16, app/assets/stylesheets/portal/adminplus/stock-modified.css */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 31, app/assets/stylesheets/portal/adminplus/stock-modified.css */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 38, app/assets/stylesheets/portal/adminplus/stock-modified.css */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 42, app/assets/stylesheets/portal/adminplus/stock-modified.css */
[hidden],
template {
  display: none;
}

/* line 46, app/assets/stylesheets/portal/adminplus/stock-modified.css */
a {
  background-color: transparent;
}

/* line 49, app/assets/stylesheets/portal/adminplus/stock-modified.css */
a:active {
  outline: 0;
}

/* line 52, app/assets/stylesheets/portal/adminplus/stock-modified.css */
a:hover {
  outline: 0;
}

/* line 55, app/assets/stylesheets/portal/adminplus/stock-modified.css */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 58, app/assets/stylesheets/portal/adminplus/stock-modified.css */
b,
strong {
  font-weight: bold;
}

/* line 62, app/assets/stylesheets/portal/adminplus/stock-modified.css */
dfn {
  font-style: italic;
}

/* line 65, app/assets/stylesheets/portal/adminplus/stock-modified.css */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 69, app/assets/stylesheets/portal/adminplus/stock-modified.css */
mark {
  background: #ff0;
  color: #000;
}

/* line 73, app/assets/stylesheets/portal/adminplus/stock-modified.css */
small {
  font-size: 80%;
}

/* line 76, app/assets/stylesheets/portal/adminplus/stock-modified.css */
smallish {
  font-size: 65%;
  font-weight: 200;
}

/* line 80, app/assets/stylesheets/portal/adminplus/stock-modified.css */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 87, app/assets/stylesheets/portal/adminplus/stock-modified.css */
sup {
  top: -0.5em;
}

/* line 90, app/assets/stylesheets/portal/adminplus/stock-modified.css */
sub {
  bottom: -0.25em;
}

/* line 93, app/assets/stylesheets/portal/adminplus/stock-modified.css */
img {
  border: 0;
}

/* line 96, app/assets/stylesheets/portal/adminplus/stock-modified.css */
svg:not(:root) {
  overflow: hidden;
}

/* line 99, app/assets/stylesheets/portal/adminplus/stock-modified.css */
figure {
  margin: 1em 40px;
}

/* line 102, app/assets/stylesheets/portal/adminplus/stock-modified.css */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 106, app/assets/stylesheets/portal/adminplus/stock-modified.css */
pre {
  overflow: auto;
}

/* line 109, app/assets/stylesheets/portal/adminplus/stock-modified.css */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 116, app/assets/stylesheets/portal/adminplus/stock-modified.css */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 125, app/assets/stylesheets/portal/adminplus/stock-modified.css */
button {
  overflow: visible;
}

/* line 128, app/assets/stylesheets/portal/adminplus/stock-modified.css */
button,
select {
  text-transform: none;
}

/* line 132, app/assets/stylesheets/portal/adminplus/stock-modified.css */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 139, app/assets/stylesheets/portal/adminplus/stock-modified.css */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 143, app/assets/stylesheets/portal/adminplus/stock-modified.css */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 148, app/assets/stylesheets/portal/adminplus/stock-modified.css */
input {
  line-height: normal;
}

/* line 151, app/assets/stylesheets/portal/adminplus/stock-modified.css */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 156, app/assets/stylesheets/portal/adminplus/stock-modified.css */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 160, app/assets/stylesheets/portal/adminplus/stock-modified.css */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 164, app/assets/stylesheets/portal/adminplus/stock-modified.css */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 168, app/assets/stylesheets/portal/adminplus/stock-modified.css */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 173, app/assets/stylesheets/portal/adminplus/stock-modified.css */
legend {
  border: 0;
  padding: 0;
}

/* line 177, app/assets/stylesheets/portal/adminplus/stock-modified.css */
textarea {
  overflow: auto;
}

/* line 180, app/assets/stylesheets/portal/adminplus/stock-modified.css */
optgroup {
  font-weight: bold;
}

/* line 183, app/assets/stylesheets/portal/adminplus/stock-modified.css */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 187, app/assets/stylesheets/portal/adminplus/stock-modified.css */
td,
th {
  padding: 0;
}

@media print {
  /* line 192, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 197, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 200, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 202, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 206, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  thead {
    display: table-header-group;
  }
  /* line 208, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 211, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  img {
    max-width: 100% !important;
  }
  /* line 213, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 218, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  h2,
h3 {
    page-break-after: avoid;
  }
  /* line 221, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .navbar {
    display: none;
  }
  /* line 223, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  /* line 226, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .label {
    border: 1px solid #000;
  }
  /* line 228, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .table {
    border-collapse: collapse !important;
  }
  /* line 230, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 233, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}

/* line 237, app/assets/stylesheets/portal/adminplus/stock-modified.css */
html {
  box-sizing: border-box;
}

/* line 240, app/assets/stylesheets/portal/adminplus/stock-modified.css */
*,
*::before,
*::after {
  box-sizing: inherit;
}

@-moz-viewport {
  width: device-width;
}

@-webkit-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/* line 257, app/assets/stylesheets/portal/adminplus/stock-modified.css */
html {
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
}

/* line 261, app/assets/stylesheets/portal/adminplus/stock-modified.css */
body {
  font-family: Roboto, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #373a3c;
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 268, app/assets/stylesheets/portal/adminplus/stock-modified.css */
[tabindex="-1"]:focus {
  outline: none !important;
}

/* line 271, app/assets/stylesheets/portal/adminplus/stock-modified.css */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

/* line 275, app/assets/stylesheets/portal/adminplus/stock-modified.css */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 279, app/assets/stylesheets/portal/adminplus/stock-modified.css */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

/* line 284, app/assets/stylesheets/portal/adminplus/stock-modified.css */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 289, app/assets/stylesheets/portal/adminplus/stock-modified.css */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 295, app/assets/stylesheets/portal/adminplus/stock-modified.css */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 301, app/assets/stylesheets/portal/adminplus/stock-modified.css */
dt {
  font-weight: bold;
}

/* line 304, app/assets/stylesheets/portal/adminplus/stock-modified.css */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 308, app/assets/stylesheets/portal/adminplus/stock-modified.css */
blockquote {
  margin: 0 0 1rem;
}

/* line 311, app/assets/stylesheets/portal/adminplus/stock-modified.css */
a {
  color: #55bb66;
  font-weight: bold;
  text-decoration: none;
}

/* line 315, app/assets/stylesheets/portal/adminplus/stock-modified.css */
a:focus, a:hover {
  color: #026899;
  text-decoration: underline;
}

/* line 318, app/assets/stylesheets/portal/adminplus/stock-modified.css */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 323, app/assets/stylesheets/portal/adminplus/stock-modified.css */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 327, app/assets/stylesheets/portal/adminplus/stock-modified.css */
figure {
  margin: 0 0 1rem;
}

/* line 330, app/assets/stylesheets/portal/adminplus/stock-modified.css */
img {
  vertical-align: middle;
}

/* line 333, app/assets/stylesheets/portal/adminplus/stock-modified.css */
[role="button"] {
  cursor: pointer;
}

/* line 336, app/assets/stylesheets/portal/adminplus/stock-modified.css */
a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

/* line 348, app/assets/stylesheets/portal/adminplus/stock-modified.css */
table {
  background-color: transparent;
}

/* line 351, app/assets/stylesheets/portal/adminplus/stock-modified.css */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom;
}

/* line 358, app/assets/stylesheets/portal/adminplus/stock-modified.css */
th {
  text-align: left;
}

/* line 361, app/assets/stylesheets/portal/adminplus/stock-modified.css */
label {
  display: inline-block;
  margin-bottom: .5rem;
}

/* line 365, app/assets/stylesheets/portal/adminplus/stock-modified.css */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 369, app/assets/stylesheets/portal/adminplus/stock-modified.css */
input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0;
}

/* line 377, app/assets/stylesheets/portal/adminplus/stock-modified.css */
textarea {
  resize: vertical;
}

/* line 380, app/assets/stylesheets/portal/adminplus/stock-modified.css */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 386, app/assets/stylesheets/portal/adminplus/stock-modified.css */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

/* line 394, app/assets/stylesheets/portal/adminplus/stock-modified.css */
input[type="search"] {
  box-sizing: inherit;
  -webkit-appearance: none;
}

/* line 398, app/assets/stylesheets/portal/adminplus/stock-modified.css */
output {
  display: inline-block;
}

/* line 401, app/assets/stylesheets/portal/adminplus/stock-modified.css */
[hidden] {
  display: none !important;
}

/* line 404, app/assets/stylesheets/portal/adminplus/stock-modified.css */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}

/* line 412, app/assets/stylesheets/portal/adminplus/stock-modified.css */
h1 {
  font-size: 2.5rem;
}

/* line 415, app/assets/stylesheets/portal/adminplus/stock-modified.css */
h2 {
  font-size: 2rem;
}

/* line 418, app/assets/stylesheets/portal/adminplus/stock-modified.css */
h3 {
  font-size: 1.75rem;
}

/* line 421, app/assets/stylesheets/portal/adminplus/stock-modified.css */
h4 {
  font-size: 1.5rem;
}

/* line 424, app/assets/stylesheets/portal/adminplus/stock-modified.css */
h5 {
  font-size: 1.25rem;
}

/* line 427, app/assets/stylesheets/portal/adminplus/stock-modified.css */
h6 {
  font-size: 1rem;
}

/* line 430, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.h1 {
  font-size: 2.5rem;
}

/* line 433, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.h2 {
  font-size: 2rem;
}

/* line 436, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.h3 {
  font-size: 1.75rem;
}

/* line 439, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.h4 {
  font-size: 1.5rem;
}

/* line 442, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.h5 {
  font-size: 1.25rem;
}

/* line 445, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.h6 {
  font-size: 1rem;
}

/* line 448, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.lead {
  font-size: 1.5rem;
  font-weight: 300;
  margin-top: 15px;
}

/* line 452, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.lead.spaced {
  margin-top: 25px;
}

/* line 456, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
}

/* line 460, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
}

/* line 464, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
}

/* line 468, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
}

/* line 472, app/assets/stylesheets/portal/adminplus/stock-modified.css */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 478, app/assets/stylesheets/portal/adminplus/stock-modified.css */
small,
.small {
  font-size: 80%;
  font-weight: normal;
}

/* line 483, app/assets/stylesheets/portal/adminplus/stock-modified.css */
mark,
.mark {
  padding: .2em;
  background-color: #fff1db;
}

/* line 488, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 492, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 496, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.list-inline-item {
  display: inline-block;
}

/* line 498, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

/* line 501, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.dl-horizontal {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}

/* line 504, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.dl-horizontal::after {
  content: "";
  display: table;
  clear: both;
}

/* line 509, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 513, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef;
}

/* line 519, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.blockquote-footer {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #818a91;
}

/* line 524, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.blockquote-footer::before {
  content: "\2014 \00A0";
}

/* line 527, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0;
}

/* line 534, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.blockquote-reverse .blockquote-footer::before {
  content: "";
}

/* line 537, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014";
}

/* line 540, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.img-fluid, .carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 546, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.img-rounded {
  border-radius: 0.3rem;
}

/* line 549, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.img-thumbnail {
  padding: 0.25rem;
  line-height: 1.5;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 560, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.img-circle {
  border-radius: 50%;
}

/* line 563, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.figure {
  display: inline-block;
}

/* line 566, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 570, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.figure-caption {
  font-size: 90%;
  color: #818a91;
}

/* line 574, app/assets/stylesheets/portal/adminplus/stock-modified.css */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 580, app/assets/stylesheets/portal/adminplus/stock-modified.css */
code {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0.25rem;
}

/* line 587, app/assets/stylesheets/portal/adminplus/stock-modified.css */
kbd {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0.2rem;
}

/* line 593, app/assets/stylesheets/portal/adminplus/stock-modified.css */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

/* line 598, app/assets/stylesheets/portal/adminplus/stock-modified.css */
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  line-height: 1.5;
  color: #373a3c;
}

/* line 605, app/assets/stylesheets/portal/adminplus/stock-modified.css */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

/* line 612, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 616, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

/* line 621, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.container::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 544px) {
  /* line 626, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  /* line 629, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 632, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .container {
    max-width: 940px;
  }
}

@media (min-width: 1200px) {
  /* line 635, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .container {
    max-width: 1140px;
  }
}

/* line 638, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

/* line 643, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.container-fluid::after {
  content: "";
  display: table;
  clear: both;
}

/* line 648, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

/* line 651, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.row::after {
  content: "";
  display: table;
  clear: both;
}

/* line 656, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

/* line 662, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 665, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.col-xs-1 {
  width: 8.33333%;
}

/* line 668, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.col-xs-2 {
  width: 16.66667%;
}

/* line 671, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.col-xs-3 {
  width: 25%;
}

/* line 674, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.col-xs-4 {
  width: 33.33333%;
}

/* line 677, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.col-xs-5 {
  width: 41.66667%;
}

/* line 680, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.col-xs-6 {
  width: 50%;
}

/* line 683, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.col-xs-7 {
  width: 58.33333%;
}

/* line 686, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.col-xs-8 {
  width: 66.66667%;
}

/* line 689, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.col-xs-9 {
  width: 75%;
}

/* line 692, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.col-xs-10 {
  width: 83.33333%;
}

/* line 695, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.col-xs-11 {
  width: 91.66667%;
}

/* line 698, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.col-xs-12 {
  width: 100%;
}

/* line 701, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.col-xs-pull-0 {
  right: auto;
}

/* line 704, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 707, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.col-xs-pull-2 {
  right: 16.66667%;
}

/* line 710, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.col-xs-pull-3 {
  right: 25%;
}

/* line 713, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 716, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.col-xs-pull-5 {
  right: 41.66667%;
}

/* line 719, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.col-xs-pull-6 {
  right: 50%;
}

/* line 722, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 725, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.col-xs-pull-8 {
  right: 66.66667%;
}

/* line 728, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.col-xs-pull-9 {
  right: 75%;
}

/* line 731, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 734, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.col-xs-pull-11 {
  right: 91.66667%;
}

/* line 737, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.col-xs-pull-12 {
  right: 100%;
}

/* line 740, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.col-xs-push-0 {
  left: auto;
}

/* line 743, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.col-xs-push-1 {
  left: 8.33333%;
}

/* line 746, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.col-xs-push-2 {
  left: 16.66667%;
}

/* line 749, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.col-xs-push-3 {
  left: 25%;
}

/* line 752, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.col-xs-push-4 {
  left: 33.33333%;
}

/* line 755, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.col-xs-push-5 {
  left: 41.66667%;
}

/* line 758, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.col-xs-push-6 {
  left: 50%;
}

/* line 761, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.col-xs-push-7 {
  left: 58.33333%;
}

/* line 764, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.col-xs-push-8 {
  left: 66.66667%;
}

/* line 767, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.col-xs-push-9 {
  left: 75%;
}

/* line 770, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.col-xs-push-10 {
  left: 83.33333%;
}

/* line 773, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.col-xs-push-11 {
  left: 91.66667%;
}

/* line 776, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.col-xs-push-12 {
  left: 100%;
}

/* line 779, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 782, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 785, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.col-xs-offset-2 {
  margin-left: 16.66667%;
}

/* line 788, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 791, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 794, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 797, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 800, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 803, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.col-xs-offset-8 {
  margin-left: 66.66667%;
}

/* line 806, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 809, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 812, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.col-xs-offset-11 {
  margin-left: 91.66667%;
}

/* line 815, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 544px) {
  /* line 819, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  /* line 821, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-sm-1 {
    width: 8.33333%;
  }
  /* line 823, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-sm-2 {
    width: 16.66667%;
  }
  /* line 825, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-sm-3 {
    width: 25%;
  }
  /* line 827, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-sm-4 {
    width: 33.33333%;
  }
  /* line 829, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-sm-5 {
    width: 41.66667%;
  }
  /* line 831, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-sm-6 {
    width: 50%;
  }
  /* line 833, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-sm-7 {
    width: 58.33333%;
  }
  /* line 835, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-sm-8 {
    width: 66.66667%;
  }
  /* line 837, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-sm-9 {
    width: 75%;
  }
  /* line 839, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-sm-10 {
    width: 83.33333%;
  }
  /* line 841, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-sm-11 {
    width: 91.66667%;
  }
  /* line 843, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-sm-12 {
    width: 100%;
  }
  /* line 845, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-sm-pull-0 {
    right: auto;
  }
  /* line 847, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  /* line 849, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  /* line 851, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-sm-pull-3 {
    right: 25%;
  }
  /* line 853, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  /* line 855, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  /* line 857, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-sm-pull-6 {
    right: 50%;
  }
  /* line 859, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  /* line 861, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  /* line 863, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-sm-pull-9 {
    right: 75%;
  }
  /* line 865, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  /* line 867, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  /* line 869, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-sm-pull-12 {
    right: 100%;
  }
  /* line 871, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-sm-push-0 {
    left: auto;
  }
  /* line 873, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-sm-push-1 {
    left: 8.33333%;
  }
  /* line 875, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-sm-push-2 {
    left: 16.66667%;
  }
  /* line 877, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-sm-push-3 {
    left: 25%;
  }
  /* line 879, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-sm-push-4 {
    left: 33.33333%;
  }
  /* line 881, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-sm-push-5 {
    left: 41.66667%;
  }
  /* line 883, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-sm-push-6 {
    left: 50%;
  }
  /* line 885, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-sm-push-7 {
    left: 58.33333%;
  }
  /* line 887, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-sm-push-8 {
    left: 66.66667%;
  }
  /* line 889, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-sm-push-9 {
    left: 75%;
  }
  /* line 891, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-sm-push-10 {
    left: 83.33333%;
  }
  /* line 893, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-sm-push-11 {
    left: 91.66667%;
  }
  /* line 895, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-sm-push-12 {
    left: 100%;
  }
  /* line 897, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  /* line 899, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  /* line 901, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  /* line 903, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 905, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  /* line 907, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  /* line 909, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 911, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  /* line 913, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  /* line 915, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 917, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  /* line 919, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  /* line 921, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 768px) {
  /* line 925, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  /* line 927, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-md-1 {
    width: 8.33333%;
  }
  /* line 929, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-md-2 {
    width: 16.66667%;
  }
  /* line 931, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-md-3 {
    width: 25%;
  }
  /* line 933, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-md-4 {
    width: 33.33333%;
  }
  /* line 935, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-md-5 {
    width: 41.66667%;
  }
  /* line 937, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-md-6 {
    width: 50%;
  }
  /* line 939, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-md-7 {
    width: 58.33333%;
  }
  /* line 941, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-md-8 {
    width: 66.66667%;
  }
  /* line 943, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-md-9 {
    width: 75%;
  }
  /* line 945, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-md-10 {
    width: 83.33333%;
  }
  /* line 947, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-md-11 {
    width: 91.66667%;
  }
  /* line 949, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-md-12 {
    width: 100%;
  }
  /* line 951, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-md-pull-0 {
    right: auto;
  }
  /* line 953, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-md-pull-1 {
    right: 8.33333%;
  }
  /* line 955, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-md-pull-2 {
    right: 16.66667%;
  }
  /* line 957, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-md-pull-3 {
    right: 25%;
  }
  /* line 959, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-md-pull-4 {
    right: 33.33333%;
  }
  /* line 961, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-md-pull-5 {
    right: 41.66667%;
  }
  /* line 963, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-md-pull-6 {
    right: 50%;
  }
  /* line 965, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-md-pull-7 {
    right: 58.33333%;
  }
  /* line 967, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-md-pull-8 {
    right: 66.66667%;
  }
  /* line 969, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-md-pull-9 {
    right: 75%;
  }
  /* line 971, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-md-pull-10 {
    right: 83.33333%;
  }
  /* line 973, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-md-pull-11 {
    right: 91.66667%;
  }
  /* line 975, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-md-pull-12 {
    right: 100%;
  }
  /* line 977, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-md-push-0 {
    left: auto;
  }
  /* line 979, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-md-push-1 {
    left: 8.33333%;
  }
  /* line 981, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-md-push-2 {
    left: 16.66667%;
  }
  /* line 983, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-md-push-3 {
    left: 25%;
  }
  /* line 985, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-md-push-4 {
    left: 33.33333%;
  }
  /* line 987, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-md-push-5 {
    left: 41.66667%;
  }
  /* line 989, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-md-push-6 {
    left: 50%;
  }
  /* line 991, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-md-push-7 {
    left: 58.33333%;
  }
  /* line 993, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-md-push-8 {
    left: 66.66667%;
  }
  /* line 995, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-md-push-9 {
    left: 75%;
  }
  /* line 997, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-md-push-10 {
    left: 83.33333%;
  }
  /* line 999, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-md-push-11 {
    left: 91.66667%;
  }
  /* line 1001, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-md-push-12 {
    left: 100%;
  }
  /* line 1003, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-md-offset-0 {
    margin-left: 0%;
  }
  /* line 1005, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  /* line 1007, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  /* line 1009, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 1011, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  /* line 1013, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  /* line 1015, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 1017, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  /* line 1019, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  /* line 1021, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 1023, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  /* line 1025, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  /* line 1027, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  /* line 1031, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  /* line 1033, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-lg-1 {
    width: 8.33333%;
  }
  /* line 1035, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-lg-2 {
    width: 16.66667%;
  }
  /* line 1037, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-lg-3 {
    width: 25%;
  }
  /* line 1039, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-lg-4 {
    width: 33.33333%;
  }
  /* line 1041, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-lg-5 {
    width: 41.66667%;
  }
  /* line 1043, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-lg-6 {
    width: 50%;
  }
  /* line 1045, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-lg-7 {
    width: 58.33333%;
  }
  /* line 1047, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-lg-8 {
    width: 66.66667%;
  }
  /* line 1049, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-lg-9 {
    width: 75%;
  }
  /* line 1051, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-lg-10 {
    width: 83.33333%;
  }
  /* line 1053, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-lg-11 {
    width: 91.66667%;
  }
  /* line 1055, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-lg-12 {
    width: 100%;
  }
  /* line 1057, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-lg-pull-0 {
    right: auto;
  }
  /* line 1059, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  /* line 1061, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  /* line 1063, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-lg-pull-3 {
    right: 25%;
  }
  /* line 1065, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  /* line 1067, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  /* line 1069, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-lg-pull-6 {
    right: 50%;
  }
  /* line 1071, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  /* line 1073, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  /* line 1075, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-lg-pull-9 {
    right: 75%;
  }
  /* line 1077, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  /* line 1079, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  /* line 1081, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-lg-pull-12 {
    right: 100%;
  }
  /* line 1083, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-lg-push-0 {
    left: auto;
  }
  /* line 1085, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-lg-push-1 {
    left: 8.33333%;
  }
  /* line 1087, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-lg-push-2 {
    left: 16.66667%;
  }
  /* line 1089, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-lg-push-3 {
    left: 25%;
  }
  /* line 1091, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-lg-push-4 {
    left: 33.33333%;
  }
  /* line 1093, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-lg-push-5 {
    left: 41.66667%;
  }
  /* line 1095, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-lg-push-6 {
    left: 50%;
  }
  /* line 1097, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-lg-push-7 {
    left: 58.33333%;
  }
  /* line 1099, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-lg-push-8 {
    left: 66.66667%;
  }
  /* line 1101, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-lg-push-9 {
    left: 75%;
  }
  /* line 1103, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-lg-push-10 {
    left: 83.33333%;
  }
  /* line 1105, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-lg-push-11 {
    left: 91.66667%;
  }
  /* line 1107, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-lg-push-12 {
    left: 100%;
  }
  /* line 1109, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  /* line 1111, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  /* line 1113, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  /* line 1115, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 1117, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  /* line 1119, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  /* line 1121, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 1123, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  /* line 1125, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  /* line 1127, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 1129, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  /* line 1131, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  /* line 1133, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  /* line 1137, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  /* line 1139, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-xl-1 {
    width: 8.33333%;
  }
  /* line 1141, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-xl-2 {
    width: 16.66667%;
  }
  /* line 1143, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-xl-3 {
    width: 25%;
  }
  /* line 1145, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-xl-4 {
    width: 33.33333%;
  }
  /* line 1147, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-xl-5 {
    width: 41.66667%;
  }
  /* line 1149, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-xl-6 {
    width: 50%;
  }
  /* line 1151, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-xl-7 {
    width: 58.33333%;
  }
  /* line 1153, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-xl-8 {
    width: 66.66667%;
  }
  /* line 1155, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-xl-9 {
    width: 75%;
  }
  /* line 1157, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-xl-10 {
    width: 83.33333%;
  }
  /* line 1159, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-xl-11 {
    width: 91.66667%;
  }
  /* line 1161, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-xl-12 {
    width: 100%;
  }
  /* line 1163, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-xl-pull-0 {
    right: auto;
  }
  /* line 1165, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-xl-pull-1 {
    right: 8.33333%;
  }
  /* line 1167, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-xl-pull-2 {
    right: 16.66667%;
  }
  /* line 1169, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-xl-pull-3 {
    right: 25%;
  }
  /* line 1171, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-xl-pull-4 {
    right: 33.33333%;
  }
  /* line 1173, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-xl-pull-5 {
    right: 41.66667%;
  }
  /* line 1175, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-xl-pull-6 {
    right: 50%;
  }
  /* line 1177, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-xl-pull-7 {
    right: 58.33333%;
  }
  /* line 1179, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-xl-pull-8 {
    right: 66.66667%;
  }
  /* line 1181, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-xl-pull-9 {
    right: 75%;
  }
  /* line 1183, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-xl-pull-10 {
    right: 83.33333%;
  }
  /* line 1185, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-xl-pull-11 {
    right: 91.66667%;
  }
  /* line 1187, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-xl-pull-12 {
    right: 100%;
  }
  /* line 1189, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-xl-push-0 {
    left: auto;
  }
  /* line 1191, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-xl-push-1 {
    left: 8.33333%;
  }
  /* line 1193, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-xl-push-2 {
    left: 16.66667%;
  }
  /* line 1195, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-xl-push-3 {
    left: 25%;
  }
  /* line 1197, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-xl-push-4 {
    left: 33.33333%;
  }
  /* line 1199, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-xl-push-5 {
    left: 41.66667%;
  }
  /* line 1201, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-xl-push-6 {
    left: 50%;
  }
  /* line 1203, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-xl-push-7 {
    left: 58.33333%;
  }
  /* line 1205, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-xl-push-8 {
    left: 66.66667%;
  }
  /* line 1207, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-xl-push-9 {
    left: 75%;
  }
  /* line 1209, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-xl-push-10 {
    left: 83.33333%;
  }
  /* line 1211, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-xl-push-11 {
    left: 91.66667%;
  }
  /* line 1213, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-xl-push-12 {
    left: 100%;
  }
  /* line 1215, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-xl-offset-0 {
    margin-left: 0%;
  }
  /* line 1217, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-xl-offset-1 {
    margin-left: 8.33333%;
  }
  /* line 1219, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-xl-offset-2 {
    margin-left: 16.66667%;
  }
  /* line 1221, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  /* line 1223, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-xl-offset-4 {
    margin-left: 33.33333%;
  }
  /* line 1225, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-xl-offset-5 {
    margin-left: 41.66667%;
  }
  /* line 1227, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  /* line 1229, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-xl-offset-7 {
    margin-left: 58.33333%;
  }
  /* line 1231, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-xl-offset-8 {
    margin-left: 66.66667%;
  }
  /* line 1233, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  /* line 1235, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-xl-offset-10 {
    margin-left: 83.33333%;
  }
  /* line 1237, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-xl-offset-11 {
    margin-left: 91.66667%;
  }
  /* line 1239, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}

/* line 1242, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

/* line 1246, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.table th,
.table td {
  padding: 0.75rem;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}

/* line 1252, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}

/* line 1255, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.table tbody + tbody {
  border-top: 2px solid #eceeef;
}

/* line 1257, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.table .table {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 1260, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 1264, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.table-bordered {
  border: 1px solid #eceeef;
}

/* line 1266, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.table-bordered th,
.table-bordered td {
  border: 1px solid #eceeef;
}

/* line 1269, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 1273, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 1276, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.table-hover tbody tr:hover {
  background-color: #f5f5f5;
}

/* line 1279, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.table-active,
.table-active > th,
.table-active > td {
  background-color: #f5f5f5;
}

/* line 1284, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.table-hover .table-active:hover {
  background-color: #e8e8e8;
}

/* line 1286, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: #e8e8e8;
}

/* line 1290, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #d2ecd3;
}

/* line 1295, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.table-hover .table-success:hover {
  background-color: #c0e5c2;
}

/* line 1297, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #c0e5c2;
}

/* line 1301, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #e8fcff;
}

/* line 1306, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.table-hover .table-info:hover {
  background-color: #cffaff;
}

/* line 1308, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #cffaff;
}

/* line 1312, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fff1db;
}

/* line 1317, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.table-hover .table-warning:hover {
  background-color: #ffe6c2;
}

/* line 1319, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe6c2;
}

/* line 1323, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fceaea;
}

/* line 1328, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.table-hover .table-danger:hover {
  background-color: #f9d4d3;
}

/* line 1330, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f9d4d3;
}

/* line 1334, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.table-responsive {
  display: block;
  width: 100%;
  min-height: 0.01%;
  overflow-x: auto;
}

/* line 1340, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.thead-inverse th {
  color: #fff;
  background-color: #373a3c;
}

/* line 1344, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.thead-default th {
  color: #55595c;
  background-color: #eceeef;
}

/* line 1348, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.table-inverse {
  color: #eceeef;
  background-color: #373a3c;
}

/* line 1351, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.table-inverse.table-bordered {
  border: 0;
}

/* line 1353, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #55595c;
}

/* line 1358, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.table-reflow thead {
  float: left;
}

/* line 1361, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.table-reflow tbody {
  display: block;
  white-space: nowrap;
}

/* line 1365, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.table-reflow th,
.table-reflow td {
  border-top: 1px solid #eceeef;
  border-left: 1px solid #eceeef;
}

/* line 1369, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.table-reflow th:last-child,
.table-reflow td:last-child {
  border-right: 1px solid #eceeef;
}

/* line 1373, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #eceeef;
}

/* line 1381, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.table-reflow tr {
  float: left;
}

/* line 1383, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.table-reflow tr th,
.table-reflow tr td {
  display: block !important;
  border: 1px solid #eceeef;
}

/* line 1388, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #eceeef;
  border-radius: 0.25rem;
}

/* line 1399, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 1402, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.form-control:focus {
  border-color: #66afe9;
  outline: none;
}

/* line 1405, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.form-control::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

/* line 1408, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 1411, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.form-control:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

/* line 1414, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control::placeholder {
  color: #999;
  opacity: 1;
}

/* line 1417, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.form-control:disabled, .form-control[readonly] {
  background-color: #eceeef;
  opacity: 1;
}

/* line 1420, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.form-control:disabled {
  cursor: not-allowed;
}

/* line 1423, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.form-control-file,
.form-control-range {
  display: block;
}

/* line 1427, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.form-control-label {
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 1432, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  input.form-control[type="date"],
input.form-control[type="time"],
input.form-control[type="datetime-local"],
input.form-control[type="month"] {
    line-height: 2.25rem;
  }
  /* line 1437, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  input.input-sm[type="date"],
.input-group-sm input.form-control[type="date"],
input.input-sm[type="time"],
.input-group-sm
input.form-control[type="time"],
input.input-sm[type="datetime-local"],
.input-group-sm
input.form-control[type="datetime-local"],
input.input-sm[type="month"],
.input-group-sm
input.form-control[type="month"] {
    line-height: 1.8625rem;
  }
  /* line 1449, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  input.input-lg[type="date"],
.input-group-lg input.form-control[type="date"],
input.input-lg[type="time"],
.input-group-lg
input.form-control[type="time"],
input.input-lg[type="datetime-local"],
.input-group-lg
input.form-control[type="datetime-local"],
input.input-lg[type="month"],
.input-group-lg
input.form-control[type="month"] {
    line-height: 3.16667rem;
  }
}

/* line 1462, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.form-control-static {
  min-height: 2.25rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
}

/* line 1467, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

/* line 1475, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 1483, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.33333;
  border-radius: 0.3rem;
}

/* line 1491, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.form-group {
  margin-bottom: 1rem;
}

/* line 1494, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
}

/* line 1499, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.radio label,
.checkbox label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 1505, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.radio label input:only-child,
.checkbox label input:only-child {
  position: static;
}

/* line 1509, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem;
}

/* line 1517, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -.25rem;
}

/* line 1521, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

/* line 1531, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: .75rem;
}

/* line 1536, app/assets/stylesheets/portal/adminplus/stock-modified.css */
input[type="radio"]:disabled, input.disabled[type="radio"],
input[type="checkbox"]:disabled,
input.disabled[type="checkbox"] {
  cursor: not-allowed;
}

/* line 1541, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.radio-inline.disabled,
.checkbox-inline.disabled {
  cursor: not-allowed;
}

/* line 1545, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.radio.disabled label,
.checkbox.disabled label {
  cursor: not-allowed;
}

/* line 1549, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.4625rem 1.4625rem;
}

/* line 1557, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.has-success .text-help,
.has-success .form-control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #43A047;
}

/* line 1569, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.has-success .form-control {
  border-color: #43A047;
}

/* line 1572, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.has-success .input-group-addon {
  color: #43A047;
  border-color: #43A047;
  background-color: #c7e8c9;
}

/* line 1577, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.has-success .form-control-feedback {
  color: #43A047;
}

/* line 1580, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.has-success .form-control-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==");
}

/* line 1583, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.has-warning .text-help,
.has-warning .form-control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #FF9800;
}

/* line 1595, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.has-warning .form-control {
  border-color: #FF9800;
}

/* line 1598, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.has-warning .input-group-addon {
  color: #FF9800;
  border-color: #FF9800;
  background-color: #ffeacc;
}

/* line 1603, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.has-warning .form-control-feedback {
  color: #FF9800;
}

/* line 1606, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+");
}

/* line 1609, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.has-danger .text-help,
.has-danger .form-control-label,
.has-danger .radio,
.has-danger .checkbox,
.has-danger .radio-inline,
.has-danger .checkbox-inline,
.has-danger.radio label,
.has-danger.checkbox label,
.has-danger.radio-inline label,
.has-danger.checkbox-inline label {
  color: #E53935;
}

/* line 1621, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.has-danger .form-control {
  border-color: #E53935;
}

/* line 1624, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.has-danger .input-group-addon {
  color: #E53935;
  border-color: #E53935;
  background-color: #fceaea;
}

/* line 1629, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.has-danger .form-control-feedback {
  color: #E53935;
}

/* line 1632, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=");
}

@media (min-width: 544px) {
  /* line 1636, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 1640, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 1644, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 1646, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 1649, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  /* line 1653, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 1655, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 1658, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 1664, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 1667, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 1671, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 1674, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
}

/* line 1690, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn:focus, .btn.focus, .btn:active:focus, .btn.focus:active, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 1694, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn:focus, .btn:hover {
  text-decoration: none;
}

/* line 1696, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn.focus {
  text-decoration: none;
}

/* line 1698, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
}

/* line 1701, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn.disabled, .btn:disabled {
  cursor: not-allowed;
  opacity: .65;
}

/* line 1705, app/assets/stylesheets/portal/adminplus/stock-modified.css */
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 1709, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-primary {
  color: #fff;
  background-color: #55bb66;
  border-color: #55bb66;
}

/* line 1713, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-primary:hover {
  color: #fff;
  background-color: #0279b3;
  border-color: #0272a9;
}

/* line 1717, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0279b3;
  border-color: #0272a9;
}

/* line 1721, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0279b3;
  border-color: #0272a9;
  background-image: none;
}

/* line 1727, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary.focus:active, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #02618f;
  border-color: #014667;
}

/* line 1734, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary.focus:disabled {
  background-color: #55bb66;
  border-color: #55bb66;
}

/* line 1737, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-primary.disabled:hover, .btn-primary:disabled:hover {
  background-color: #55bb66;
  border-color: #55bb66;
}

/* line 1741, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-secondary {
  color: #fff;
  background-color: #025e8a;
  border-color: #025e8a;
}

/* line 1745, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-secondary:hover {
  color: #fff;
  background-color: #013c58;
  border-color: #01354e;
}

/* line 1749, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #013c58;
  border-color: #01354e;
}

/* line 1753, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-secondary:active, .btn-secondary.active,
.open > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #013c58;
  border-color: #01354e;
  background-image: none;
}

/* line 1759, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary.focus:active, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus,
.open > .btn-secondary.dropdown-toggle:hover,
.open > .btn-secondary.dropdown-toggle:focus,
.open > .btn-secondary.dropdown-toggle.focus {
  color: #fff;
  background-color: #012435;
  border-color: #00080d;
}

/* line 1766, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary.focus:disabled {
  background-color: #025e8a;
  border-color: #025e8a;
}

/* line 1769, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
  background-color: #025e8a;
  border-color: #025e8a;
}

/* line 1773, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-info {
  color: #fff;
  background-color: #00BCD4;
  border-color: #00BCD4;
}

/* line 1777, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-info:hover {
  color: #fff;
  background-color: #008fa1;
  border-color: #008697;
}

/* line 1781, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #008fa1;
  border-color: #008697;
}

/* line 1785, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #008fa1;
  border-color: #008697;
  background-image: none;
}

/* line 1791, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-info:active:hover, .btn-info:active:focus, .btn-info.focus:active, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #006f7d;
  border-color: #004b55;
}

/* line 1798, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info.focus:disabled {
  background-color: #00BCD4;
  border-color: #00BCD4;
}

/* line 1801, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-info.disabled:hover, .btn-info:disabled:hover {
  background-color: #00BCD4;
  border-color: #00BCD4;
}

/* line 1805, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-success {
  color: #fff;
  background-color: #43A047;
  border-color: #43A047;
}

/* line 1809, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-success:hover {
  color: #fff;
  background-color: #347c37;
  border-color: #317534;
}

/* line 1813, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #347c37;
  border-color: #317534;
}

/* line 1817, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #347c37;
  border-color: #317534;
  background-image: none;
}

/* line 1823, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-success:active:hover, .btn-success:active:focus, .btn-success.focus:active, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #29632c;
  border-color: #1d461f;
}

/* line 1830, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success.focus:disabled {
  background-color: #43A047;
  border-color: #43A047;
}

/* line 1833, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-success.disabled:hover, .btn-success:disabled:hover {
  background-color: #43A047;
  border-color: #43A047;
}

/* line 1837, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-warning {
  color: #fff;
  background-color: #FF9800;
  border-color: #FF9800;
}

/* line 1841, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-warning:hover {
  color: #fff;
  background-color: #cc7a00;
  border-color: #c27400;
}

/* line 1845, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #cc7a00;
  border-color: #c27400;
}

/* line 1849, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #cc7a00;
  border-color: #c27400;
  background-image: none;
}

/* line 1855, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning.focus:active, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #a86400;
  border-color: #804c00;
}

/* line 1862, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning.focus:disabled {
  background-color: #FF9800;
  border-color: #FF9800;
}

/* line 1865, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-warning.disabled:hover, .btn-warning:disabled:hover {
  background-color: #FF9800;
  border-color: #FF9800;
}

/* line 1869, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-danger {
  color: #fff;
  background-color: #E53935;
  border-color: #E53935;
}

/* line 1873, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-danger:hover {
  color: #fff;
  background-color: #cd1e1a;
  border-color: #c41d19;
}

/* line 1877, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #cd1e1a;
  border-color: #c41d19;
}

/* line 1881, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #cd1e1a;
  border-color: #c41d19;
  background-image: none;
}

/* line 1887, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger.focus:active, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ad1a16;
  border-color: #891412;
}

/* line 1894, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger.focus:disabled {
  background-color: #E53935;
  border-color: #E53935;
}

/* line 1897, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-danger.disabled:hover, .btn-danger:disabled:hover {
  background-color: #E53935;
  border-color: #E53935;
}

/* line 1901, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-primary-outline {
  color: #55bb66;
  background-image: none;
  background-color: transparent;
  border-color: #55bb66;
}

/* line 1906, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline:active, .btn-primary-outline.active,
.open > .btn-primary-outline.dropdown-toggle {
  color: #fff;
  background-color: #55bb66;
  border-color: #55bb66;
}

/* line 1911, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-primary-outline:hover {
  color: #fff;
  background-color: #55bb66;
  border-color: #55bb66;
}

/* line 1915, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-primary-outline.disabled:focus, .btn-primary-outline.disabled.focus, .btn-primary-outline:disabled:focus, .btn-primary-outline.focus:disabled {
  border-color: #51c5fd;
}

/* line 1917, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-primary-outline.disabled:hover, .btn-primary-outline:disabled:hover {
  border-color: #51c5fd;
}

/* line 1920, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-secondary-outline {
  color: #025e8a;
  background-image: none;
  background-color: transparent;
  border-color: #025e8a;
}

/* line 1925, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-secondary-outline:focus, .btn-secondary-outline.focus, .btn-secondary-outline:active, .btn-secondary-outline.active,
.open > .btn-secondary-outline.dropdown-toggle {
  color: #fff;
  background-color: #025e8a;
  border-color: #025e8a;
}

/* line 1930, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-secondary-outline:hover {
  color: #fff;
  background-color: #025e8a;
  border-color: #025e8a;
}

/* line 1934, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-secondary-outline.disabled:focus, .btn-secondary-outline.disabled.focus, .btn-secondary-outline:disabled:focus, .btn-secondary-outline.focus:disabled {
  border-color: #03a2ef;
}

/* line 1936, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-secondary-outline.disabled:hover, .btn-secondary-outline:disabled:hover {
  border-color: #03a2ef;
}

/* line 1939, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-info-outline {
  color: #00BCD4;
  background-image: none;
  background-color: transparent;
  border-color: #00BCD4;
}

/* line 1944, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-info-outline:focus, .btn-info-outline.focus, .btn-info-outline:active, .btn-info-outline.active,
.open > .btn-info-outline.dropdown-toggle {
  color: #fff;
  background-color: #00BCD4;
  border-color: #00BCD4;
}

/* line 1949, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-info-outline:hover {
  color: #fff;
  background-color: #00BCD4;
  border-color: #00BCD4;
}

/* line 1953, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-info-outline.disabled:focus, .btn-info-outline.disabled.focus, .btn-info-outline:disabled:focus, .btn-info-outline.focus:disabled {
  border-color: #3be9ff;
}

/* line 1955, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-info-outline.disabled:hover, .btn-info-outline:disabled:hover {
  border-color: #3be9ff;
}

/* line 1958, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-success-outline {
  color: #43A047;
  background-image: none;
  background-color: transparent;
  border-color: #43A047;
}

/* line 1963, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-success-outline:focus, .btn-success-outline.focus, .btn-success-outline:active, .btn-success-outline.active,
.open > .btn-success-outline.dropdown-toggle {
  color: #fff;
  background-color: #43A047;
  border-color: #43A047;
}

/* line 1968, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-success-outline:hover {
  color: #fff;
  background-color: #43A047;
  border-color: #43A047;
}

/* line 1972, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-success-outline.disabled:focus, .btn-success-outline.disabled.focus, .btn-success-outline:disabled:focus, .btn-success-outline.focus:disabled {
  border-color: #7fca83;
}

/* line 1974, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-success-outline.disabled:hover, .btn-success-outline:disabled:hover {
  border-color: #7fca83;
}

/* line 1977, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-warning-outline {
  color: #FF9800;
  background-image: none;
  background-color: transparent;
  border-color: #FF9800;
}

/* line 1982, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-warning-outline:focus, .btn-warning-outline.focus, .btn-warning-outline:active, .btn-warning-outline.active,
.open > .btn-warning-outline.dropdown-toggle {
  color: #fff;
  background-color: #FF9800;
  border-color: #FF9800;
}

/* line 1987, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-warning-outline:hover {
  color: #fff;
  background-color: #FF9800;
  border-color: #FF9800;
}

/* line 1991, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-warning-outline.disabled:focus, .btn-warning-outline.disabled.focus, .btn-warning-outline:disabled:focus, .btn-warning-outline.focus:disabled {
  border-color: #ffc166;
}

/* line 1993, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-warning-outline.disabled:hover, .btn-warning-outline:disabled:hover {
  border-color: #ffc166;
}

/* line 1996, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-danger-outline {
  color: #E53935;
  background-image: none;
  background-color: transparent;
  border-color: #E53935;
}

/* line 2001, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-danger-outline:focus, .btn-danger-outline.focus, .btn-danger-outline:active, .btn-danger-outline.active,
.open > .btn-danger-outline.dropdown-toggle {
  color: #fff;
  background-color: #E53935;
  border-color: #E53935;
}

/* line 2006, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-danger-outline:hover {
  color: #fff;
  background-color: #E53935;
  border-color: #E53935;
}

/* line 2010, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-danger-outline.disabled:focus, .btn-danger-outline.disabled.focus, .btn-danger-outline:disabled:focus, .btn-danger-outline.focus:disabled {
  border-color: #f1928f;
}

/* line 2012, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-danger-outline.disabled:hover, .btn-danger-outline:disabled:hover {
  border-color: #f1928f;
}

/* line 2015, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-link {
  font-weight: normal;
  color: #55bb66;
  border-radius: 0;
}

/* line 2019, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
  background-color: transparent;
}

/* line 2021, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-link, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

/* line 2023, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-link:hover {
  border-color: transparent;
}

/* line 2025, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-link:focus, .btn-link:hover {
  color: #026899;
  text-decoration: underline;
  background-color: transparent;
}

/* line 2029, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-link:disabled:focus, .btn-link:disabled:hover {
  color: #818a91;
  text-decoration: none;
}

/* line 2033, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.33333;
  border-radius: 0.3rem;
}

/* line 2039, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 2045, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-block {
  display: block;
  width: 100%;
}

/* line 2049, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 2052, app/assets/stylesheets/portal/adminplus/stock-modified.css */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 2057, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.fade {
  opacity: 0;
  transition: opacity .15s linear;
}

/* line 2060, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.fade.in {
  opacity: 1;
}

/* line 2063, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.collapse {
  display: none;
}

/* line 2065, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.collapse.in {
  display: block;
}

/* line 2068, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height;
}

/* line 2076, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.dropup,
.dropdown {
  position: relative;
}

/* line 2080, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: .25rem;
  margin-left: .25rem;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

/* line 2092, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 2095, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

/* line 2099, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 1rem;
  color: #373a3c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e5e5e5;
  border-radius: 0.25rem;
}

/* line 2118, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 2124, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #373a3c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

/* line 2136, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.dropdown-item:focus, .dropdown-item:hover {
  color: #2b2d2f;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 2140, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
  color: #fff;
  text-decoration: none;
  background-color: #55bb66;
  outline: 0;
}

/* line 2145, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
  color: #818a91;
}

/* line 2147, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
}

/* line 2154, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.open > .dropdown-menu {
  display: block;
}

/* line 2157, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.open > a {
  outline: 0;
}

/* line 2160, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 2164, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 2168, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #818a91;
  white-space: nowrap;
}

/* line 2176, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 2184, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 2188, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 0.3em solid;
}

/* line 2194, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

/* line 2200, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 2205, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 2209, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.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: 2;
}

/* line 2214, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 2;
}

/* line 2218, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 2224, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-toolbar {
  margin-left: -5px;
}

/* line 2226, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-toolbar::after {
  content: "";
  display: table;
  clear: both;
}

/* line 2230, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

/* line 2233, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 2238, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 2241, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 2243, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 2247, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 2252, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-group > .btn-group {
  float: left;
}

/* line 2255, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 2258, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 2263, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 2267, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 2271, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

/* line 2275, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

/* line 2279, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn .caret {
  margin-left: 0;
}

/* line 2282, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 0.3em 0.3em 0;
  border-bottom-width: 0;
}

/* line 2286, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 0.3em 0.3em;
}

/* line 2289, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 2297, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-group-vertical > .btn-group::after {
  content: "";
  display: table;
  clear: both;
}

/* line 2302, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 2305, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 2312, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 2315, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 2320, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 2325, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 2328, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 2333, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 2337, app/assets/stylesheets/portal/adminplus/stock-modified.css */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 2345, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 2349, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 2355, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
  z-index: 3;
}

/* line 2358, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

/* line 2362, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 2367, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 2373, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.input-group-addon {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #55595c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid #eceeef;
  border-radius: 0.25rem;
}

/* line 2383, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

/* line 2389, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

/* line 2395, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 2399, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 2409, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 2412, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 2422, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 2425, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 2429, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.input-group-btn > .btn {
  position: relative;
}

/* line 2431, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 2433, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
  z-index: 3;
}

/* line 2435, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 2438, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 2442, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.input-group-btn:last-child > .btn:focus, .input-group-btn:last-child > .btn:active, .input-group-btn:last-child > .btn:hover,
.input-group-btn:last-child > .btn-group:focus,
.input-group-btn:last-child > .btn-group:active,
.input-group-btn:last-child > .btn-group:hover {
  z-index: 3;
}

/* line 2448, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.c-input {
  position: relative;
  display: inline;
  padding-left: 1.5rem;
  color: #555;
  cursor: pointer;
}

/* line 2454, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.c-input > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 2458, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.c-input > input:checked ~ .c-indicator {
  color: #fff;
  background-color: #0074d9;
}

/* line 2461, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.c-input > input:focus ~ .c-indicator {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
}

/* line 2463, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.c-input > input:active ~ .c-indicator {
  color: #fff;
  background-color: #84c6ff;
}

/* line 2466, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.c-input + .c-input {
  margin-left: 1rem;
}

/* line 2469, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.c-indicator {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  font-size: 65%;
  line-height: 1rem;
  color: #eee;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  margin-top: -3px;
}

/* line 2490, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.c-checkbox .c-indicator {
  border-radius: .25rem;
}

/* line 2493, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.c-checkbox input:checked ~ .c-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);
}

/* line 2496, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.c-checkbox input:indeterminate ~ .c-indicator {
  background-color: #0074d9;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDN2Mmg4VjNIMHoiLz4NCjwvc3ZnPg0K);
}

/* line 2500, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.c-radio .c-indicator {
  border-radius: 50%;
}

/* line 2503, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.c-radio input:checked ~ .c-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==);
}

/* line 2506, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.c-inputs-stacked .c-input {
  display: inline;
}

/* line 2508, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.c-inputs-stacked .c-input::after {
  display: block;
  margin-bottom: .25rem;
  content: "";
}

/* line 2512, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.c-inputs-stacked .c-input + .c-input {
  margin-left: 0;
}

/* line 2515, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.c-select {
  display: inline-block;
  max-width: 100%;
  padding: .375rem 1.75rem .375rem .75rem;
  padding-right: .75rem \9;
  color: #55595c;
  vertical-align: middle;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 0.75rem center;
  background-image: none \9;
  background-size: 8px 10px;
  border: 1px solid #eceeef;
  -moz-appearance: none;
  -webkit-appearance: none;
}

/* line 2528, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.c-select:focus {
  border-color: #51a7e8;
  outline: none;
}

/* line 2531, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.c-select::-ms-expand {
  opacity: 0;
}

/* line 2534, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.c-select-sm {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px;
}

/* line 2538, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.c-select-sm:not([multiple]) {
  height: 26px;
  min-height: 26px;
}

/* line 2542, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.file {
  position: relative;
  display: inline-block;
  height: 2.5rem;
  cursor: pointer;
}

/* line 2548, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.file input {
  min-width: 14rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 2554, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.file-custom {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: .25rem;
}

/* line 2572, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.file-custom::after {
  content: "Choose file...";
}

/* line 2575, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.file-custom::before {
  position: absolute;
  top: -.075rem;
  right: -.075rem;
  bottom: -.075rem;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  content: "Browse";
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 0 .25rem .25rem 0;
}

/* line 2591, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 2596, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.nav-link {
  display: inline-block;
}

/* line 2598, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

/* line 2600, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.nav-link.disabled {
  color: #818a91;
}

/* line 2602, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: transparent;
}

/* line 2607, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.nav-inline .nav-item {
  display: inline-block;
}

/* line 2610, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link {
  margin-left: 1rem;
}

/* line 2614, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 2616, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.nav-tabs::after {
  content: "";
  display: table;
  clear: both;
}

/* line 2620, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.nav-tabs .nav-item {
  float: left;
  margin-bottom: -1px;
}

/* line 2623, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.nav-tabs .nav-item + .nav-item {
  margin-left: .2rem;
}

/* line 2625, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.nav-tabs .nav-link {
  display: block;
  padding: 0.5em 1em;
  border: 1px solid transparent;
  border-radius: 0.25rem 0.25rem 0 0;
}

/* line 2630, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #eceeef #eceeef #ddd;
}

/* line 2632, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
  color: #818a91;
  background-color: transparent;
  border-color: transparent;
}

/* line 2636, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover {
  color: #55595c;
  background-color: rgba(0, 0, 0, 0.05);
  border-color: #ddd #ddd transparent;
}

/* line 2644, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.nav-pills::after {
  content: "";
  display: table;
  clear: both;
}

/* line 2649, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.nav-pills .nav-item {
  float: left;
}

/* line 2651, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.nav-pills .nav-item + .nav-item {
  margin-left: .2rem;
}

/* line 2654, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em;
  border-radius: 0.25rem;
}

/* line 2659, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
  color: #fff;
  cursor: default;
  background-color: #55bb66;
}

/* line 2667, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.nav-stacked .nav-item {
  display: block;
  float: none;
}

/* line 2670, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.nav-stacked .nav-item + .nav-item {
  margin-top: .2rem;
  margin-left: 0;
}

/* line 2674, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.tab-content > .tab-pane {
  display: none;
}

/* line 2677, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.tab-content > .active {
  display: block;
}

/* line 2680, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 2685, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar {
  position: relative;
  padding: 0 0;
}

/* line 2688, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 544px) {
  /* line 2693, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .navbar {
    border-radius: 0.25rem;
  }
}

/* line 2696, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-full {
  z-index: 1000;
}

@media (min-width: 544px) {
  /* line 2699, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .navbar-full {
    border-radius: 0;
  }
}

/* line 2702, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 544px) {
  /* line 2709, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 2713, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-fixed-top {
  top: 0;
}

/* line 2716, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-fixed-bottom {
  bottom: 0;
}

/* line 2719, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%;
}

@media (min-width: 544px) {
  /* line 2726, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .navbar-sticky-top {
    border-radius: 0;
  }
}

/* line 2729, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-brand {
  float: left;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
}

/* line 2735, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

/* line 2737, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-brand > img {
  display: block;
}

/* line 2740, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-divider {
  float: left;
  width: 1px;
  padding-top: .425rem;
  padding-bottom: .425rem;
  margin-right: 0;
  margin-left: 0;
  overflow: hidden;
}

/* line 2748, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-divider::before {
  content: "\00a0";
}

/* line 2751, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-toggler {
  padding: .5rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: none;
  border: 1px solid transparent;
  border-radius: 0;
}

/* line 2758, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

@media (min-width: 544px) {
  /* line 2762, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .navbar-toggleable-xs {
    display: block !important;
  }
}

@media (min-width: 768px) {
  /* line 2766, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .navbar-toggleable-sm {
    display: block !important;
  }
}

@media (min-width: 992px) {
  /* line 2770, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .navbar-toggleable-md {
    display: block !important;
  }
}

/* line 2773, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-nav .nav-item {
  float: left;
}

/* line 2776, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-nav .nav-link {
  display: block;
  padding-top: .425rem;
  padding-bottom: .425rem;
}

/* line 2780, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-nav .nav-link + .nav-link {
  margin-left: 1rem;
}

/* line 2783, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-nav .nav-item + .nav-item {
  margin-left: 1rem;
}

/* line 2786, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.8);
}

/* line 2788, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 2791, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.3);
}

/* line 2793, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.6);
}

/* line 2796, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 2808, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 2811, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-dark .navbar-brand {
  color: white;
}

/* line 2813, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: white;
}

/* line 2816, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 2818, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

/* line 2821, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
  color: white;
}

/* line 2833, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075);
}

/* line 2836, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}

/* line 2844, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card-block {
  padding: 1.25rem;
}

/* line 2847, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 2850, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 2854, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 2857, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card-link:hover {
  text-decoration: none;
}

/* line 2860, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 2863, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card > .list-group:first-child .list-group-item:first-child {
  border-radius: 3px 3px 0 0;
}

/* line 2866, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card > .list-group:last-child .list-group-item:last-child {
  border-radius: 0 0 3px 3px;
}

/* line 2869, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card-header {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
}

/* line 2873, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card-header:first-child {
  border-radius: 3px 3px 0 0;
}

/* line 2876, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
}

/* line 2880, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card-footer:last-child {
  border-radius: 0 0 3px 3px;
}

/* line 2883, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card-primary {
  background-color: #55bb66;
  border-color: #55bb66;
}

/* line 2887, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card-success {
  background-color: #43A047;
  border-color: #43A047;
}

/* line 2891, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card-info {
  background-color: #00BCD4;
  border-color: #00BCD4;
}

/* line 2895, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card-warning {
  background-color: #FF9800;
  border-color: #FF9800;
}

/* line 2899, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card-danger {
  background-color: #E53935;
  border-color: #E53935;
}

/* line 2903, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card-primary-outline {
  background-color: transparent;
  border-color: #55bb66;
}

/* line 2907, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card-secondary-outline {
  background-color: transparent;
  border-color: #025e8a;
}

/* line 2911, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card-info-outline {
  background-color: transparent;
  border-color: #00BCD4;
}

/* line 2915, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card-success-outline {
  background-color: transparent;
  border-color: #43A047;
}

/* line 2919, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card-warning-outline {
  background-color: transparent;
  border-color: #FF9800;
}

/* line 2923, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card-danger-outline {
  background-color: transparent;
  border-color: #E53935;
}

/* line 2927, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card-inverse .card-header,
.card-inverse .card-footer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 2931, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff;
}

/* line 2937, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-blockquote > footer {
  color: rgba(255, 255, 255, 0.65);
}

/* line 2942, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff;
}

/* line 2945, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}

/* line 2950, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card-img {
  border-radius: 0.25rem;
}

/* line 2953, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 2961, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card-img-top {
  border-radius: 3px 3px 0 0;
}

/* line 2964, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card-img-bottom {
  border-radius: 0 0 3px 3px;
}

@media (min-width: 544px) {
  /* line 2968, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .card-deck {
    display: table;
    table-layout: fixed;
    border-spacing: 1.25rem 0;
  }
  /* line 2972, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .card-deck .card {
    display: table-cell;
    width: 1%;
    vertical-align: top;
  }
  /* line 2976, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}

@media (min-width: 544px) {
  /* line 2981, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .card-group {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  /* line 2985, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .card-group .card {
    display: table-cell;
    vertical-align: top;
  }
  /* line 2988, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 2991, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  /* line 2994, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  /* line 2996, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  /* line 2998, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  /* line 3001, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  /* line 3003, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  /* line 3005, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  /* line 3007, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
.card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}

@media (min-width: 544px) {
  /* line 3012, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  /* line 3019, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 3023, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
}

/* line 3030, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.page-item {
  display: inline;
}

/* line 3032, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

/* line 3036, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.page-item:last-child .page-link {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 3039, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #55bb66;
  border-color: #55bb66;
}

/* line 3045, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: #efefef;
  border-color: #ddd;
}

/* line 3051, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.page-link {
  position: relative;
  float: left;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.5;
  color: #55bb66;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 3061, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.page-link:focus, .page-link:hover {
  color: #026899;
  background-color: #eceeef;
  border-color: #ddd;
}

/* line 3066, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.33333;
}

/* line 3071, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
}

/* line 3075, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

/* line 3079, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.pagination-sm .page-link {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 3084, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}

/* line 3088, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

/* line 3092, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.pager {
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  list-style: none;
}

/* line 3098, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.pager::after {
  content: "";
  display: table;
  clear: both;
}

/* line 3102, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.pager li {
  display: inline;
}

/* line 3104, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

/* line 3111, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eceeef;
}

/* line 3114, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: #fff;
}

/* line 3118, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.pager .disabled > span {
  color: #818a91;
  cursor: not-allowed;
  background-color: #fff;
}

/* line 3123, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.pager-next > a,
.pager-next > span {
  float: right;
}

/* line 3127, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.pager-prev > a,
.pager-prev > span {
  float: left;
}

/* line 3131, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.label {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

/* line 3142, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.label:empty {
  display: none;
}

/* line 3145, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 3149, app/assets/stylesheets/portal/adminplus/stock-modified.css */
a.label:focus, a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 3154, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.label-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}

/* line 3159, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.label-default {
  background-color: #818a91;
}

/* line 3161, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.label-default[href]:focus, .label-default[href]:hover {
  background-color: #687077;
}

/* line 3164, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.label-primary {
  background-color: #55bb66;
}

/* line 3166, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.label-primary[href]:focus, .label-primary[href]:hover {
  background-color: #0279b3;
}

/* line 3169, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.label-success {
  background-color: #43A047;
}

/* line 3171, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.label-success[href]:focus, .label-success[href]:hover {
  background-color: #347c37;
}

/* line 3174, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.label-info {
  background-color: #00BCD4;
}

/* line 3176, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.label-info[href]:focus, .label-info[href]:hover {
  background-color: #008fa1;
}

/* line 3179, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.label-warning {
  background-color: #FF9800;
}

/* line 3181, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.label-warning[href]:focus, .label-warning[href]:hover {
  background-color: #cc7a00;
}

/* line 3184, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.label-danger {
  background-color: #E53935;
}

/* line 3186, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.label-danger[href]:focus, .label-danger[href]:hover {
  background-color: #cd1e1a;
}

/* line 3189, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 0.3rem;
}

@media (min-width: 544px) {
  /* line 3195, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 3198, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.jumbotron-hr {
  border-top-color: rgba(0, 0, 0, 0.05);
}

/* line 3201, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 3206, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.alert {
  padding: 15px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 3211, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 3214, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.alert > p + p {
  margin-top: 5px;
}

/* line 3217, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.alert-heading {
  color: inherit;
}

/* line 3220, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.alert-link {
  font-weight: bold;
}

/* line 3223, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.alert-dismissible {
  padding-right: 35px;
}

/* line 3225, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 3231, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.alert-success {
  background-color: #d2ecd3;
  border-color: #d2ecd3;
  color: #2f7132;
}

/* line 3235, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.alert-success hr {
  border-top-color: #c0e5c2;
}

/* line 3237, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.alert-success .alert-link {
  color: #204d22;
}

/* line 3240, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.alert-info {
  background-color: #e8fcff;
  border-color: #e8fcff;
  color: #31708f;
}

/* line 3244, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.alert-info hr {
  border-top-color: #cffaff;
}

/* line 3246, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.alert-info .alert-link {
  color: #245269;
}

/* line 3249, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.alert-warning {
  background-color: #fff1db;
  border-color: #fff1db;
  color: #bd7000;
}

/* line 3253, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.alert-warning hr {
  border-top-color: #ffe6c2;
}

/* line 3255, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.alert-warning .alert-link {
  color: #8a5200;
}

/* line 3258, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.alert-danger {
  background-color: #fceaea;
  border-color: #fceaea;
  color: #bf1c19;
}

/* line 3262, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.alert-danger hr {
  border-top-color: #f9d4d3;
}

/* line 3264, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.alert-danger .alert-link {
  color: #921613;
}

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

/* line 3279, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.progress {
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem;
}

/* line 3285, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.progress[value] {
  color: #0074d9;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 3292, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 0.25rem;
}

/* line 3296, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.progress[value]::-webkit-progress-value::before {
  content: attr(value);
}

/* line 3299, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.progress[value]::-webkit-progress-value {
  background-color: #0074d9;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 3304, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.progress[value="100"]::-webkit-progress-value {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

@media screen and (min-width: 0\0) {
  /* line 3309, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .progress {
    background-color: #eee;
    border-radius: 0.25rem;
  }
  /* line 3312, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .progress-bar {
    display: inline-block;
    height: 1rem;
    text-indent: -999rem;
    background-color: #0074d9;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  /* line 3319, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .progress[width^="0"] {
    min-width: 2rem;
    color: #818a91;
    background-color: transparent;
    background-image: none;
  }
  /* line 3324, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .progress[width="100%"] {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
}

/* line 3328, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.progress-striped[value]::-webkit-progress-value {
  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 3332, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.progress-striped[value]::-moz-progress-bar {
  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;
}

@media screen and (min-width: 0\0) {
  /* line 3337, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .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 3341, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.progress-animated[value]::-webkit-progress-value {
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 3345, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.progress-animated[value]::-moz-progress-bar {
  animation: progress-bar-stripes 2s linear infinite;
}

@media screen and (min-width: 0\0) {
  /* line 3349, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .progress-animated .progress-bar-striped {
    animation: progress-bar-stripes 2s linear infinite;
  }
}

/* line 3353, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.progress-success[value]::-webkit-progress-value {
  background-color: #43A047;
}

/* line 3356, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.progress-success[value]::-moz-progress-bar {
  background-color: #43A047;
}

@media screen and (min-width: 0\0) {
  /* line 3360, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .progress-success .progress-bar {
    background-color: #43A047;
  }
}

/* line 3363, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.progress-info[value]::-webkit-progress-value {
  background-color: #00BCD4;
}

/* line 3366, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.progress-info[value]::-moz-progress-bar {
  background-color: #00BCD4;
}

@media screen and (min-width: 0\0) {
  /* line 3370, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .progress-info .progress-bar {
    background-color: #00BCD4;
  }
}

/* line 3373, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.progress-warning[value]::-webkit-progress-value {
  background-color: #FF9800;
}

/* line 3376, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.progress-warning[value]::-moz-progress-bar {
  background-color: #FF9800;
}

@media screen and (min-width: 0\0) {
  /* line 3380, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .progress-warning .progress-bar {
    background-color: #FF9800;
  }
}

/* line 3383, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.progress-danger[value]::-webkit-progress-value {
  background-color: #E53935;
}

/* line 3386, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.progress-danger[value]::-moz-progress-bar {
  background-color: #E53935;
}

@media screen and (min-width: 0\0) {
  /* line 3390, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .progress-danger .progress-bar {
    background-color: #E53935;
  }
}

/* line 3393, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.media {
  margin-top: 15px;
}

/* line 3395, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.media:first-child {
  margin-top: 0;
}

/* line 3398, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 3403, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.media-body {
  width: 10000px;
}

/* line 3406, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 3412, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.media-middle {
  vertical-align: middle;
}

/* line 3415, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.media-bottom {
  vertical-align: bottom;
}

/* line 3418, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.media-object {
  display: block;
}

/* line 3420, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 3423, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.media-right {
  padding-left: 10px;
}

/* line 3426, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.media-left {
  padding-right: 10px;
}

/* line 3429, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 3433, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 3437, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.list-group {
  padding-left: 0;
  margin-bottom: 0;
}

/* line 3441, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}

/* line 3448, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 3451, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3456, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.list-group-flush .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 3460, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

/* line 3463, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

/* line 3466, app/assets/stylesheets/portal/adminplus/stock-modified.css */
a.list-group-item,
button.list-group-item {
  width: 100%;
  color: #555;
  text-align: inherit;
}

/* line 3471, app/assets/stylesheets/portal/adminplus/stock-modified.css */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 3474, app/assets/stylesheets/portal/adminplus/stock-modified.css */
a.list-group-item:focus, a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 3481, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: #eceeef;
}

/* line 3485, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}

/* line 3487, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  color: #818a91;
}

/* line 3490, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #55bb66;
  border-color: #55bb66;
}

/* line 3495, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small {
  color: inherit;
}

/* line 3503, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  color: #b6e6fe;
}

/* line 3506, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.list-group-item-success {
  color: #2f7132;
  background-color: #d2ecd3;
}

/* line 3510, app/assets/stylesheets/portal/adminplus/stock-modified.css */
a.list-group-item-success,
button.list-group-item-success {
  color: #2f7132;
}

/* line 3513, app/assets/stylesheets/portal/adminplus/stock-modified.css */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 3516, app/assets/stylesheets/portal/adminplus/stock-modified.css */
a.list-group-item-success:focus, a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #2f7132;
  background-color: #c0e5c2;
}

/* line 3521, app/assets/stylesheets/portal/adminplus/stock-modified.css */
a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #2f7132;
  border-color: #2f7132;
}

/* line 3529, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.list-group-item-info {
  color: #31708f;
  background-color: #e8fcff;
}

/* line 3533, app/assets/stylesheets/portal/adminplus/stock-modified.css */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

/* line 3536, app/assets/stylesheets/portal/adminplus/stock-modified.css */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 3539, app/assets/stylesheets/portal/adminplus/stock-modified.css */
a.list-group-item-info:focus, a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #cffaff;
}

/* line 3544, app/assets/stylesheets/portal/adminplus/stock-modified.css */
a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 3552, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.list-group-item-warning {
  color: #bd7000;
  background-color: #fff1db;
}

/* line 3556, app/assets/stylesheets/portal/adminplus/stock-modified.css */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #bd7000;
}

/* line 3559, app/assets/stylesheets/portal/adminplus/stock-modified.css */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 3562, app/assets/stylesheets/portal/adminplus/stock-modified.css */
a.list-group-item-warning:focus, a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #bd7000;
  background-color: #ffe6c2;
}

/* line 3567, app/assets/stylesheets/portal/adminplus/stock-modified.css */
a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #bd7000;
  border-color: #bd7000;
}

/* line 3575, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.list-group-item-danger {
  color: #bf1c19;
  background-color: #fceaea;
}

/* line 3579, app/assets/stylesheets/portal/adminplus/stock-modified.css */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #bf1c19;
}

/* line 3582, app/assets/stylesheets/portal/adminplus/stock-modified.css */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 3585, app/assets/stylesheets/portal/adminplus/stock-modified.css */
a.list-group-item-danger:focus, a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #bf1c19;
  background-color: #f9d4d3;
}

/* line 3590, app/assets/stylesheets/portal/adminplus/stock-modified.css */
a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #bf1c19;
  border-color: #bf1c19;
}

/* line 3598, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 3602, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 3606, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 3612, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.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 3625, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.embed-responsive-21by9 {
  padding-bottom: 42.85714%;
}

/* line 3628, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 3631, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 3634, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.embed-responsive-1by1 {
  padding-bottom: 100%;
}

/* line 3637, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
}

/* line 3645, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
}

/* line 3651, app/assets/stylesheets/portal/adminplus/stock-modified.css */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 3658, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.modal-open {
  overflow: hidden;
}

/* line 3661, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}

/* line 3672, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -25%);
}

/* line 3678, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.modal.in .modal-dialog {
  transform: translate(0, 0);
}

/* line 3682, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 3686, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 3691, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 3699, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 3707, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 3709, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.modal-backdrop.in {
  opacity: 0.5;
}

/* line 3712, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 3715, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.modal-header::after {
  content: "";
  display: table;
  clear: both;
}

/* line 3720, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.modal-header .close {
  margin-top: -2px;
}

/* line 3723, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.modal-title {
  margin: 0;
  line-height: 1.5;
}

/* line 3727, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 3731, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 3735, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.modal-footer::after {
  content: "";
  display: table;
  clear: both;
}

/* line 3739, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 3742, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 3744, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 3747, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 544px) {
  /* line 3755, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  /* line 3758, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 768px) {
  /* line 3762, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .modal-lg {
    width: 900px;
  }
}

/* line 3765, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Roboto, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 0.875rem;
  opacity: 0;
}

/* line 3786, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.tooltip.in {
  opacity: 0.9;
}

/* line 3788, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 3791, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.tooltip.tooltip-top .tooltip-arrow, .tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 3797, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 3800, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.tooltip.tooltip-right .tooltip-arrow, .tooltip.bs-tether-element-attached-left .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 3806, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 3809, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.tooltip.tooltip-bottom .tooltip-arrow, .tooltip.bs-tether-element-attached-top .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 3815, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 3818, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.tooltip.tooltip-left .tooltip-arrow, .tooltip.bs-tether-element-attached-right .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 3825, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* line 3833, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 3840, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: Roboto, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 0.875rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

/* line 3868, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.popover.popover-top, .popover.bs-tether-element-attached-bottom {
  margin-top: -10px;
}

/* line 3870, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.popover.popover-top .popover-arrow, .popover.bs-tether-element-attached-bottom .popover-arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

/* line 3876, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.popover.popover-top .popover-arrow::after, .popover.bs-tether-element-attached-bottom .popover-arrow::after {
  bottom: 1px;
  margin-left: -10px;
  content: "";
  border-top-color: #fff;
  border-bottom-width: 0;
}

/* line 3882, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.popover.popover-right, .popover.bs-tether-element-attached-left {
  margin-left: 10px;
}

/* line 3884, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.popover.popover-right .popover-arrow, .popover.bs-tether-element-attached-left .popover-arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

/* line 3890, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.popover.popover-right .popover-arrow::after, .popover.bs-tether-element-attached-left .popover-arrow::after {
  bottom: -10px;
  left: 1px;
  content: "";
  border-right-color: #fff;
  border-left-width: 0;
}

/* line 3896, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.popover.popover-bottom, .popover.bs-tether-element-attached-top {
  margin-top: 10px;
}

/* line 3898, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.popover.popover-bottom .popover-arrow, .popover.bs-tether-element-attached-top .popover-arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 3904, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.popover.popover-bottom .popover-arrow::after, .popover.bs-tether-element-attached-top .popover-arrow::after {
  top: 1px;
  margin-left: -10px;
  content: "";
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 3910, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.popover.popover-left, .popover.bs-tether-element-attached-right {
  margin-left: -10px;
}

/* line 3912, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.popover.popover-left .popover-arrow, .popover.bs-tether-element-attached-right .popover-arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 3918, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.popover.popover-left .popover-arrow::after, .popover.bs-tether-element-attached-right .popover-arrow::after {
  right: 1px;
  bottom: -10px;
  content: "";
  border-right-width: 0;
  border-left-color: #fff;
}

/* line 3925, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -0.7rem -0.7rem 0 0;
}

/* line 3933, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.popover-content {
  padding: 9px 14px;
}

/* line 3936, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.popover-arrow, .popover-arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 3944, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.popover-arrow {
  border-width: 11px;
}

/* line 3947, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.popover-arrow::after {
  content: "";
  border-width: 10px;
}

/* line 3951, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.carousel {
  position: relative;
}

/* line 3954, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 3958, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.carousel-inner > .carousel-item {
  position: relative;
  display: none;
  transition: .6s ease-in-out left;
}

/* line 3962, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 3966, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .carousel-inner > .carousel-item {
    transition: transform .6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  /* line 3974, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {
    left: 0;
    transform: translate3d(100%, 0, 0);
  }
  /* line 3978, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {
    left: 0;
    transform: translate3d(-100%, 0, 0);
  }
  /* line 3982, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}

/* line 3986, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 3990, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.carousel-inner > .active {
  left: 0;
}

/* line 3992, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 3997, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.carousel-inner > .next {
  left: 100%;
}

/* line 3999, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.carousel-inner > .prev {
  left: -100%;
}

/* line 4001, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 4004, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 4006, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 4009, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
}

/* line 4020, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

/* line 4024, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

/* line 4030, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.carousel-control:focus, .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

/* line 4035, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}

/* line 4046, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

/* line 4049, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

/* line 4052, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.carousel-control .icon-prev::before {
  content: "\2039";
}

/* line 4054, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.carousel-control .icon-next::before {
  content: "\203a";
}

/* line 4057, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

/* line 4067, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
}

/* line 4077, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

/* line 4083, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 4094, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.carousel-caption .btn {
  text-shadow: none;
}

@media (min-width: 544px) {
  /* line 4098, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  /* line 4104, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  /* line 4106, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  /* line 4108, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  /* line 4112, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .carousel-indicators {
    bottom: 20px;
  }
}

/* line 4115, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* line 4120, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 4125, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.pull-xs-left {
  float: left !important;
}

/* line 4128, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.pull-xs-right {
  float: right !important;
}

/* line 4131, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.pull-xs-none {
  float: none !important;
}

@media (min-width: 544px) {
  /* line 4135, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .pull-sm-left {
    float: left !important;
  }
  /* line 4137, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .pull-sm-right {
    float: right !important;
  }
  /* line 4139, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .pull-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 4143, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .pull-md-left {
    float: left !important;
  }
  /* line 4145, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .pull-md-right {
    float: right !important;
  }
  /* line 4147, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .pull-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 4151, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .pull-lg-left {
    float: left !important;
  }
  /* line 4153, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .pull-lg-right {
    float: right !important;
  }
  /* line 4155, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .pull-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 4159, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .pull-xl-left {
    float: left !important;
  }
  /* line 4161, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .pull-xl-right {
    float: right !important;
  }
  /* line 4163, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .pull-xl-none {
    float: none !important;
  }
}

/* line 4166, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 4176, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 4184, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.invisible {
  visibility: hidden !important;
}

/* line 4187, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.text-hide {
  font: "0/0" a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 4194, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.text-justify {
  text-align: justify !important;
}

/* line 4197, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 4200, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 4205, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.text-xs-left {
  text-align: left !important;
}

/* line 4208, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.text-xs-right {
  text-align: right !important;
}

/* line 4211, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.text-xs-center {
  text-align: center !important;
}

@media (min-width: 544px) {
  /* line 4215, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 4217, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 4219, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 4223, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .text-md-left {
    text-align: left !important;
  }
  /* line 4225, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .text-md-right {
    text-align: right !important;
  }
  /* line 4227, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 4231, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 4233, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 4235, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 4239, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 4241, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 4243, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 4246, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 4249, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 4252, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 4255, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.font-weight-normal {
  font-weight: normal;
}

/* line 4258, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.font-weight-bold {
  font-weight: bold;
}

/* line 4261, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.font-italic {
  font-style: italic;
}

/* line 4264, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.text-muted {
  color: #818a91;
}

/* line 4267, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.text-primary {
  color: #55bb66 !important;
}

/* line 4270, app/assets/stylesheets/portal/adminplus/stock-modified.css */
a.text-primary:focus, a.text-primary:hover {
  color: #0279b3;
}

/* line 4273, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.text-success {
  color: #43A047 !important;
}

/* line 4276, app/assets/stylesheets/portal/adminplus/stock-modified.css */
a.text-success:focus, a.text-success:hover {
  color: #347c37;
}

/* line 4279, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.text-info {
  color: #00BCD4 !important;
}

/* line 4282, app/assets/stylesheets/portal/adminplus/stock-modified.css */
a.text-info:focus, a.text-info:hover {
  color: #008fa1;
}

/* line 4285, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.text-warning {
  color: #FF9800 !important;
}

/* line 4288, app/assets/stylesheets/portal/adminplus/stock-modified.css */
a.text-warning:focus, a.text-warning:hover {
  color: #cc7a00;
}

/* line 4291, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.text-danger {
  color: #E53935 !important;
}

/* line 4294, app/assets/stylesheets/portal/adminplus/stock-modified.css */
a.text-danger:focus, a.text-danger:hover {
  color: #cd1e1a;
}

/* line 4297, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.bg-inverse {
  color: #eceeef;
  background-color: #373a3c;
}

/* line 4301, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.bg-faded {
  background-color: #f7f7f9;
}

/* line 4304, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.bg-primary {
  color: #fff !important;
  background-color: #55bb66 !important;
}

/* line 4308, app/assets/stylesheets/portal/adminplus/stock-modified.css */
a.bg-primary:focus, a.bg-primary:hover {
  background-color: #0279b3;
}

/* line 4311, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.bg-success {
  color: #fff !important;
  background-color: #43A047 !important;
}

/* line 4315, app/assets/stylesheets/portal/adminplus/stock-modified.css */
a.bg-success:focus, a.bg-success:hover {
  background-color: #347c37;
}

/* line 4318, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.bg-info {
  color: #fff !important;
  background-color: #00BCD4 !important;
}

/* line 4322, app/assets/stylesheets/portal/adminplus/stock-modified.css */
a.bg-info:focus, a.bg-info:hover {
  background-color: #008fa1;
}

/* line 4325, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.bg-warning {
  color: #fff !important;
  background-color: #FF9800 !important;
}

/* line 4329, app/assets/stylesheets/portal/adminplus/stock-modified.css */
a.bg-warning:focus, a.bg-warning:hover {
  background-color: #cc7a00;
}

/* line 4332, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.bg-danger {
  color: #fff !important;
  background-color: #E53935 !important;
}

/* line 4336, app/assets/stylesheets/portal/adminplus/stock-modified.css */
a.bg-danger:focus, a.bg-danger:hover {
  background-color: #cd1e1a;
}

/* line 4339, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 4343, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.m-a-0 {
  margin: 0 0 !important;
}

/* line 4346, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.m-t-0 {
  margin-top: 0 !important;
}

/* line 4349, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.m-r-0 {
  margin-right: 0 !important;
}

/* line 4352, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.m-b-0 {
  margin-bottom: 0 !important;
}

/* line 4355, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.m-l-0 {
  margin-left: 0 !important;
}

/* line 4358, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 4362, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 4366, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.m-a-1 {
  margin: 1rem 1rem !important;
}

/* line 4369, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.m-t-1 {
  margin-top: 1rem !important;
}

/* line 4372, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.m-r-1 {
  margin-right: 1rem !important;
}

/* line 4375, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.m-b-1 {
  margin-bottom: 1rem !important;
}

/* line 4378, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.m-l-1 {
  margin-left: 1rem !important;
}

/* line 4381, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 4385, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 4389, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.m-a-2 {
  margin: 1.5rem 1.5rem !important;
}

/* line 4392, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.m-t-2 {
  margin-top: 1.5rem !important;
}

/* line 4395, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.m-r-2 {
  margin-right: 1.5rem !important;
}

/* line 4398, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.m-b-2 {
  margin-bottom: 1.5rem !important;
}

/* line 4401, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.m-l-2 {
  margin-left: 1.5rem !important;
}

/* line 4404, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 4408, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 4412, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.m-a-3 {
  margin: 3rem 3rem !important;
}

/* line 4415, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.m-t-3 {
  margin-top: 3rem !important;
}

/* line 4418, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.m-r-3 {
  margin-right: 3rem !important;
}

/* line 4421, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.m-b-3 {
  margin-bottom: 3rem !important;
}

/* line 4424, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.m-l-3 {
  margin-left: 3rem !important;
}

/* line 4427, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 4431, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 4435, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.p-a-0 {
  padding: 0 0 !important;
}

/* line 4438, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.p-t-0 {
  padding-top: 0 !important;
}

/* line 4441, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.p-r-0 {
  padding-right: 0 !important;
}

/* line 4444, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.p-b-0 {
  padding-bottom: 0 !important;
}

/* line 4447, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.p-l-0 {
  padding-left: 0 !important;
}

/* line 4450, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 4454, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 4458, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.p-a-1 {
  padding: 1rem 1rem !important;
}

/* line 4461, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.p-t-1 {
  padding-top: 1rem !important;
}

/* line 4464, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.p-r-1 {
  padding-right: 1rem !important;
}

/* line 4467, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.p-b-1 {
  padding-bottom: 1rem !important;
}

/* line 4470, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.p-l-1 {
  padding-left: 1rem !important;
}

/* line 4473, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 4477, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 4481, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.p-a-2 {
  padding: 1.5rem 1.5rem !important;
}

/* line 4484, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.p-t-2 {
  padding-top: 1.5rem !important;
}

/* line 4487, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.p-r-2 {
  padding-right: 1.5rem !important;
}

/* line 4490, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.p-b-2 {
  padding-bottom: 1.5rem !important;
}

/* line 4493, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.p-l-2 {
  padding-left: 1.5rem !important;
}

/* line 4496, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 4500, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 4504, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.p-a-3 {
  padding: 3rem 3rem !important;
}

/* line 4507, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.p-t-3 {
  padding-top: 3rem !important;
}

/* line 4510, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.p-r-3 {
  padding-right: 3rem !important;
}

/* line 4513, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.p-b-3 {
  padding-bottom: 3rem !important;
}

/* line 4516, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.p-l-3 {
  padding-left: 3rem !important;
}

/* line 4519, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 4523, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 4527, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 4534, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.hidden-xs-up {
  display: none !important;
}

@media (max-width: 543px) {
  /* line 4538, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 544px) {
  /* line 4542, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  /* line 4546, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  /* line 4550, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  /* line 4554, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  /* line 4558, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  /* line 4562, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 4566, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .hidden-xl-up {
    display: none !important;
  }
}

/* line 4569, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.hidden-xl-down {
  display: none !important;
}

/* line 4572, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 4575, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .visible-print-block {
    display: block !important;
  }
}

/* line 4578, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 4581, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 4584, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 4587, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 4591, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .hidden-print {
    display: none !important;
  }
}

/* line 4594, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.bg-white {
  background-color: #ffffff;
}

/* line 4597, app/assets/stylesheets/portal/adminplus/stock-modified.css */
html.bootstrap-layout,
html.bootstrap-layout body {
  position: relative;
  height: 100%;
  overflow: hidden;
}

/* line 4603, app/assets/stylesheets/portal/adminplus/stock-modified.css */
html.bootstrap-layout .layout-content {
  min-width: 320px;
  z-index: 998;
}

/* line 4607, app/assets/stylesheets/portal/adminplus/stock-modified.css */
html.bootstrap-layout.layout-content:not(.simplebar),
html.bootstrap-layout .layout-content:not(.simplebar) {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 4612, app/assets/stylesheets/portal/adminplus/stock-modified.css */
html.bootstrap-layout .layout-container,
html.bootstrap-layout .layout-content {
  height: 100%;
  position: relative;
}

/* line 4617, app/assets/stylesheets/portal/adminplus/stock-modified.css */
html.bootstrap-layout .container,
html.bootstrap-layout .container-fluid {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

/* line 4622, app/assets/stylesheets/portal/adminplus/stock-modified.css */
html.bootstrap-layout .ls-top > .layout-content,
html.bootstrap-layout .ls-top.layout-content {
  padding-top: 20px;
}

@media print {
  /* line 4627, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  html.bootstrap-layout .layout-print .layout-content {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* line 4631, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.footer {
  text-align: center;
  color: #888;
  font-weight: 500;
  background: #fff;
  height: 45px;
  line-height: 45px;
  display: block;
}

/* line 4639, app/assets/stylesheets/portal/adminplus/stock-modified.css */
[class*="bottom-footer"] > .footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  box-shadow: 0 -3px 5px -3px rgba(0, 0, 0, 0.15);
  z-index: 1000;
}

/* line 4648, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.bottom-footer > .layout-content {
  padding-bottom: 45px;
}

/* line 4651, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.ls-bottom-footer > .layout-content {
  padding-bottom: 65px;
}

@media (max-width: 543px) {
  /* line 4655, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  [class*="bottom-footer"] > .layout-content {
    padding-bottom: 0;
  }
  /* line 4657, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  [class*="bottom-footer"] > .footer {
    position: relative;
  }
}

/* line 4660, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.top-navbar > .layout-content,
.top-navbar.layout-content {
  padding-top: 56px;
}

/* line 4663, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.top-navbar > .layout-content > .simplebar-scroll-content,
.top-navbar.layout-content > .simplebar-scroll-content {
  top: 56px;
}

/* line 4667, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.ls-top-navbar > .layout-content,
.ls-top-navbar.layout-content {
  padding-top: 62px;
}

/* line 4670, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.ls-top-navbar > .layout-content > .simplebar-scroll-content,
.ls-top-navbar.layout-content > .simplebar-scroll-content {
  top: 62px;
}

@media (max-width: 543px) {
  /* line 4675, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .ls-top-navbar-xs {
    top: 56px !important;
  }
}

/* line 4678, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.ls-top-navbar-xs-up {
  top: 56px !important;
}

@media (min-width: 544px) and (max-width: 767px) {
  /* line 4682, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .ls-top-navbar-sm {
    top: 56px !important;
  }
}

@media (min-width: 544px) {
  /* line 4686, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .ls-top-navbar-sm-up {
    top: 56px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 4690, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .ls-top-navbar-md {
    top: 56px !important;
  }
}

@media (min-width: 768px) {
  /* line 4694, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .ls-top-navbar-md-up {
    top: 56px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 4698, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .ls-top-navbar-lg {
    top: 56px !important;
  }
}

@media (min-width: 992px) {
  /* line 4702, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .ls-top-navbar-lg-up {
    top: 56px !important;
  }
}

@media (min-width: 1200px) {
  /* line 4706, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .ls-top-navbar-xl {
    top: 56px !important;
  }
}

@media (min-width: 1200px) {
  /* line 4710, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .ls-top-navbar-xl-up {
    top: 56px !important;
  }
}

/* line 4713, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.simplebar {
  position: relative;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  /* Trigger native scrolling for mobile, if not supported, plugin is used. */
  height: 100%;
}

/* line 4719, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.simplebar .simplebar-scroll-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
  overflow-x: auto;
  -ms-overflow-style: none;
}

/* line 4728, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.simplebar .simplebar-scroll-content::-webkit-scrollbar {
  display: none;
}

/* line 4731, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.simplebar-track {
  z-index: 99;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 5px;
}

/* line 4738, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.simplebar-track .simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 7px;
  min-height: 10px;
  opacity: 0;
  transition: opacity 0.2s linear;
  background: #6c6e71;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
}

/* line 4749, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.simplebar-track:hover .simplebar-scrollbar {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.7;
  transition: opacity 0s linear;
}

/* line 4753, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.simplebar-track .simplebar-scrollbar.visible {
  opacity: 0.7;
}

/* line 4756, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.simplebar-horizontal {
  max-width: 100%;
  width: 100%;
}

/* line 4759, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.simplebar-horizontal .simplebar-scroll-content {
  overflow-x: scroll;
  overflow-y: auto;
}

/* line 4762, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.simplebar-horizontal .simplebar-track {
  top: auto;
  left: 0;
  width: auto;
  height: 9px;
}

/* line 4767, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.simplebar-horizontal .simplebar-track .simplebar-scrollbar {
  right: auto;
  top: 2px;
  height: 5px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* line 4775, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 999;
  font-size: 15px;
}

/* line 4782, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar:not(.simplebar) {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 4785, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar > .sidebar-text,
.sidebar > p,
.sidebar .simplebar-scroll-content > .sidebar-text,
.sidebar .simplebar-scroll-content > p {
  padding: 18.75px 18.75px;
}

@media (max-width: 991px) {
  /* line 4791, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .sidebar {
    z-index: 1031;
  }
}

/* line 4793, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-static {
  position: relative;
  display: block;
  z-index: 1;
}

/* line 4798, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-text + .sidebar-text,
.sidebar-text + .sidebar-heading,
.sidebar-text + .sidebar-block,
.sidebar-text + .sidebar-menu,
.sidebar-text + p,
.sidebar-heading + .sidebar-text,
.sidebar-heading + .sidebar-heading,
.sidebar-heading + .sidebar-block,
.sidebar-heading + .sidebar-menu,
.sidebar-heading + p,
.sidebar-block + .sidebar-text,
.sidebar-block + .sidebar-heading,
.sidebar-block + .sidebar-block,
.sidebar-block + .sidebar-menu,
.sidebar-block + p,
.sidebar-menu + .sidebar-text,
.sidebar-menu + .sidebar-heading,
.sidebar-menu + .sidebar-block,
.sidebar-menu + .sidebar-menu,
.sidebar-menu + p,
.list-group + .sidebar-text,
.list-group + .sidebar-heading,
.list-group + .sidebar-block,
.list-group + .sidebar-menu,
.list-group + p,
.sidebar > p + .sidebar-text,
.sidebar > p + .sidebar-heading,
.sidebar > p + .sidebar-block,
.sidebar > p + .sidebar-menu,
.sidebar > p + p,
.simplebar-scroll-content > p + .sidebar-text,
.simplebar-scroll-content > p + .sidebar-heading,
.simplebar-scroll-content > p + .sidebar-block,
.simplebar-scroll-content > p + .sidebar-menu,
.simplebar-scroll-content > p + p {
  padding-top: 0;
}

/* line 4835, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-transition {
  display: block;
  transition-duration: .45s;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 4840, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar.sidebar-visible {
  display: block;
}

@media (max-width: 543px) {
  /* line 4844, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .sidebar.sidebar-visible-xs {
    display: block;
  }
}

/* line 4847, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar.sidebar-visible-xs-up {
  display: block;
}

@media (min-width: 544px) and (max-width: 767px) {
  /* line 4851, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .sidebar.sidebar-visible-sm {
    display: block;
  }
}

@media (min-width: 544px) {
  /* line 4855, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .sidebar.sidebar-visible-sm-up {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 4859, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .sidebar.sidebar-visible-md {
    display: block;
  }
}

@media (min-width: 768px) {
  /* line 4863, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .sidebar.sidebar-visible-md-up {
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 4867, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .sidebar.sidebar-visible-lg {
    display: block;
  }
}

@media (min-width: 992px) {
  /* line 4871, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .sidebar.sidebar-visible-lg-up {
    display: block;
  }
}

@media (min-width: 1200px) {
  /* line 4875, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .sidebar.sidebar-visible-xl {
    display: block;
  }
}

@media (min-width: 1200px) {
  /* line 4879, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .sidebar.sidebar-visible-xl-up {
    display: block;
  }
}

/* line 4882, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar.sidebar-left {
  left: 0;
}

/* line 4884, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar.sidebar-left.sidebar-transition {
  left: -250px;
  transition-property: left;
}

/* line 4887, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar.sidebar-left.sidebar-transition.sidebar-visible {
  left: 0;
}

/* line 4890, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar.sidebar-right {
  right: 0;
}

/* line 4892, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar.sidebar-right.sidebar-transition {
  right: -250px;
  transition-property: right;
}

/* line 4895, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar.sidebar-right.sidebar-transition.sidebar-visible {
  right: 0;
}

/* line 4898, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-si-1 {
  width: 56px;
}

/* line 4901, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-si-2 {
  width: 200px;
}

/* line 4904, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-si-3 {
  width: 250px;
}

/* line 4907, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-l1 > .layout-content, .si-l1 > .st-container > .st-pusher > .st-content > .layout-content {
  margin-left: 56px;
}

/* line 4911, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-r1 > .layout-content, .si-r1 > .st-container > .st-pusher > .st-content > .layout-content {
  margin-right: 56px;
}

/* line 4915, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-l2 > .layout-content, .si-l2 > .st-container > .st-pusher > .st-content > .layout-content {
  margin-left: 200px;
}

/* line 4919, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-r2 > .layout-content, .si-r2 > .st-container > .st-pusher > .st-content > .layout-content {
  margin-right: 200px;
}

/* line 4923, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-l3 > .layout-content, .si-l3 > .st-container > .st-pusher > .st-content > .layout-content {
  margin-left: 250px;
}

/* line 4927, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-r3 > .layout-content, .si-r3 > .st-container > .st-pusher > .st-content > .layout-content {
  margin-right: 250px;
}

/* line 4931, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-l-sum-11 > .layout-content, .si-l-sum-11 > .st-container > .st-pusher > .st-content > .layout-content {
  margin-left: 112px;
}

/* line 4935, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-l-sum-12 > .layout-content, .si-l-sum-12 > .st-container > .st-pusher > .st-content > .layout-content {
  margin-left: 256px;
}

/* line 4939, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-l-sum-13 > .layout-content, .si-l-sum-13 > .st-container > .st-pusher > .st-content > .layout-content {
  margin-left: 306px;
}

/* line 4943, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-r-sum-11 > .layout-content, .si-r-sum-11 > .st-container > .st-pusher > .st-content > .layout-content {
  margin-right: 112px;
}

/* line 4947, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-r-sum-12 > .layout-content, .si-r-sum-12 > .st-container > .st-pusher > .st-content > .layout-content {
  margin-right: 256px;
}

/* line 4951, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-r-sum-13 > .layout-content, .si-r-sum-13 > .st-container > .st-pusher > .st-content > .layout-content {
  margin-right: 306px;
}

/* line 4955, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-l-sum-21 > .layout-content, .si-l-sum-21 > .st-container > .st-pusher > .st-content > .layout-content {
  margin-left: 256px;
}

/* line 4959, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-l-sum-22 > .layout-content, .si-l-sum-22 > .st-container > .st-pusher > .st-content > .layout-content {
  margin-left: 400px;
}

/* line 4963, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-l-sum-23 > .layout-content, .si-l-sum-23 > .st-container > .st-pusher > .st-content > .layout-content {
  margin-left: 450px;
}

/* line 4967, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-r-sum-21 > .layout-content, .si-r-sum-21 > .st-container > .st-pusher > .st-content > .layout-content {
  margin-right: 256px;
}

/* line 4971, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-r-sum-22 > .layout-content, .si-r-sum-22 > .st-container > .st-pusher > .st-content > .layout-content {
  margin-right: 400px;
}

/* line 4975, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-r-sum-23 > .layout-content, .si-r-sum-23 > .st-container > .st-pusher > .st-content > .layout-content {
  margin-right: 450px;
}

/* line 4979, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-l-sum-31 > .layout-content, .si-l-sum-31 > .st-container > .st-pusher > .st-content > .layout-content {
  margin-left: 306px;
}

/* line 4983, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-l-sum-32 > .layout-content, .si-l-sum-32 > .st-container > .st-pusher > .st-content > .layout-content {
  margin-left: 450px;
}

/* line 4987, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-l-sum-33 > .layout-content, .si-l-sum-33 > .st-container > .st-pusher > .st-content > .layout-content {
  margin-left: 500px;
}

/* line 4991, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-r-sum-31 > .layout-content, .si-r-sum-31 > .st-container > .st-pusher > .st-content > .layout-content {
  margin-right: 306px;
}

/* line 4995, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-r-sum-32 > .layout-content, .si-r-sum-32 > .st-container > .st-pusher > .st-content > .layout-content {
  margin-right: 450px;
}

/* line 4999, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-r-sum-33 > .layout-content, .si-r-sum-33 > .st-container > .st-pusher > .st-content > .layout-content {
  margin-right: 500px;
}

/* line 5003, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-si-20pc {
  width: 20%;
}

/* line 5006, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-l-20pc > .layout-content, .si-l-20pc > .st-container > .st-pusher > .st-content > .layout-content {
  margin-left: 20%;
}

/* line 5010, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-r-20pc > .layout-content, .si-r-20pc > .st-container > .st-pusher > .st-content > .layout-content {
  margin-right: 20%;
}

/* line 5014, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-si-25pc {
  width: 25%;
}

/* line 5017, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-l-25pc > .layout-content, .si-l-25pc > .st-container > .st-pusher > .st-content > .layout-content {
  margin-left: 25%;
}

/* line 5021, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-r-25pc > .layout-content, .si-r-25pc > .st-container > .st-pusher > .st-content > .layout-content {
  margin-right: 25%;
}

/* line 5025, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-si-30pc {
  width: 30%;
}

/* line 5028, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-l-30pc > .layout-content, .si-l-30pc > .st-container > .st-pusher > .st-content > .layout-content {
  margin-left: 30%;
}

/* line 5032, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-r-30pc > .layout-content, .si-r-30pc > .st-container > .st-pusher > .st-content > .layout-content {
  margin-right: 30%;
}

/* line 5036, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-si-35pc {
  width: 35%;
}

/* line 5039, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-l-35pc > .layout-content, .si-l-35pc > .st-container > .st-pusher > .st-content > .layout-content {
  margin-left: 35%;
}

/* line 5043, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-r-35pc > .layout-content, .si-r-35pc > .st-container > .st-pusher > .st-content > .layout-content {
  margin-right: 35%;
}

/* line 5047, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-si-40pc {
  width: 40%;
}

/* line 5050, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-l-40pc > .layout-content, .si-l-40pc > .st-container > .st-pusher > .st-content > .layout-content {
  margin-left: 40%;
}

/* line 5054, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-r-40pc > .layout-content, .si-r-40pc > .st-container > .st-pusher > .st-content > .layout-content {
  margin-right: 40%;
}

/* line 5058, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-si-45pc {
  width: 45%;
}

/* line 5061, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-l-45pc > .layout-content, .si-l-45pc > .st-container > .st-pusher > .st-content > .layout-content {
  margin-left: 45%;
}

/* line 5065, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-r-45pc > .layout-content, .si-r-45pc > .st-container > .st-pusher > .st-content > .layout-content {
  margin-right: 45%;
}

/* line 5069, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-si-50pc {
  width: 50%;
}

/* line 5072, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-l-50pc > .layout-content, .si-l-50pc > .st-container > .st-pusher > .st-content > .layout-content {
  margin-left: 50%;
}

/* line 5076, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-r-50pc > .layout-content, .si-r-50pc > .st-container > .st-pusher > .st-content > .layout-content {
  margin-right: 50%;
}

/* line 5080, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-si-55pc {
  width: 55%;
}

/* line 5083, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-l-55pc > .layout-content, .si-l-55pc > .st-container > .st-pusher > .st-content > .layout-content {
  margin-left: 55%;
}

/* line 5087, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-r-55pc > .layout-content, .si-r-55pc > .st-container > .st-pusher > .st-content > .layout-content {
  margin-right: 55%;
}

/* line 5091, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-si-60pc {
  width: 60%;
}

/* line 5094, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-l-60pc > .layout-content, .si-l-60pc > .st-container > .st-pusher > .st-content > .layout-content {
  margin-left: 60%;
}

/* line 5098, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-r-60pc > .layout-content, .si-r-60pc > .st-container > .st-pusher > .st-content > .layout-content {
  margin-right: 60%;
}

/* line 5102, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-si-65pc {
  width: 65%;
}

/* line 5105, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-l-65pc > .layout-content, .si-l-65pc > .st-container > .st-pusher > .st-content > .layout-content {
  margin-left: 65%;
}

/* line 5109, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-r-65pc > .layout-content, .si-r-65pc > .st-container > .st-pusher > .st-content > .layout-content {
  margin-right: 65%;
}

/* line 5113, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-si-70pc {
  width: 70%;
}

/* line 5116, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-l-70pc > .layout-content, .si-l-70pc > .st-container > .st-pusher > .st-content > .layout-content {
  margin-left: 70%;
}

/* line 5120, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-r-70pc > .layout-content, .si-r-70pc > .st-container > .st-pusher > .st-content > .layout-content {
  margin-right: 70%;
}

/* line 5124, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-si-75pc {
  width: 75%;
}

/* line 5127, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-l-75pc > .layout-content, .si-l-75pc > .st-container > .st-pusher > .st-content > .layout-content {
  margin-left: 75%;
}

/* line 5131, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-r-75pc > .layout-content, .si-r-75pc > .st-container > .st-pusher > .st-content > .layout-content {
  margin-right: 75%;
}

/* line 5135, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-si-80pc {
  width: 80%;
}

/* line 5138, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-l-80pc > .layout-content, .si-l-80pc > .st-container > .st-pusher > .st-content > .layout-content {
  margin-left: 80%;
}

/* line 5142, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-r-80pc > .layout-content, .si-r-80pc > .st-container > .st-pusher > .st-content > .layout-content {
  margin-right: 80%;
}

/* line 5146, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-si-85pc {
  width: 85%;
}

/* line 5149, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-l-85pc > .layout-content, .si-l-85pc > .st-container > .st-pusher > .st-content > .layout-content {
  margin-left: 85%;
}

/* line 5153, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-r-85pc > .layout-content, .si-r-85pc > .st-container > .st-pusher > .st-content > .layout-content {
  margin-right: 85%;
}

/* line 5157, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-si-90pc {
  width: 90%;
}

/* line 5160, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-l-90pc > .layout-content, .si-l-90pc > .st-container > .st-pusher > .st-content > .layout-content {
  margin-left: 90%;
}

/* line 5164, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-r-90pc > .layout-content, .si-r-90pc > .st-container > .st-pusher > .st-content > .layout-content {
  margin-right: 90%;
}

/* line 5168, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-si-95pc {
  width: 95%;
}

/* line 5171, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-l-95pc > .layout-content, .si-l-95pc > .st-container > .st-pusher > .st-content > .layout-content {
  margin-left: 95%;
}

/* line 5175, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-r-95pc > .layout-content, .si-r-95pc > .st-container > .st-pusher > .st-content > .layout-content {
  margin-right: 95%;
}

/* line 5179, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-si-100pc {
  width: 100%;
}

/* line 5182, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-l-100pc > .layout-content, .si-l-100pc > .st-container > .st-pusher > .st-content > .layout-content {
  margin-left: 100%;
}

/* line 5186, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-r-100pc > .layout-content, .si-r-100pc > .st-container > .st-pusher > .st-content > .layout-content {
  margin-right: 100%;
}

/* line 5190, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar.sidebar-left.si-of-0 {
  left: 0;
}

/* line 5193, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar.sidebar-left.si-of-1 {
  left: 56px;
}

/* line 5196, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar.sidebar-left.si-of-2 {
  left: 200px;
}

/* line 5199, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar.sidebar-left.si-of-3 {
  left: 250px;
}

/* line 5202, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar.sidebar-right.si-of-0 {
  right: 0;
}

/* line 5205, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar.sidebar-right.si-of-1 {
  right: 56px;
}

/* line 5208, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar.sidebar-right.si-of-2 {
  right: 200px;
}

/* line 5211, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar.sidebar-right.si-of-3 {
  right: 250px;
}

@media (max-width: 543px) {
  /* line 5215, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-si-1-xs {
    width: 56px;
  }
  /* line 5217, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-si-2-xs {
    width: 200px;
  }
  /* line 5219, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-si-3-xs {
    width: 250px;
  }
  /* line 5221, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l1-xs > .layout-content, .si-l1-xs > .st-container > .st-pusher > .st-content > .layout-content {
    margin-left: 56px;
  }
  /* line 5224, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r1-xs > .layout-content, .si-r1-xs > .st-container > .st-pusher > .st-content > .layout-content {
    margin-right: 56px;
  }
  /* line 5227, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l2-xs > .layout-content, .si-l2-xs > .st-container > .st-pusher > .st-content > .layout-content {
    margin-left: 200px;
  }
  /* line 5230, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r2-xs > .layout-content, .si-r2-xs > .st-container > .st-pusher > .st-content > .layout-content {
    margin-right: 200px;
  }
  /* line 5233, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l3-xs > .layout-content, .si-l3-xs > .st-container > .st-pusher > .st-content > .layout-content {
    margin-left: 250px;
  }
  /* line 5236, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r3-xs > .layout-content, .si-r3-xs > .st-container > .st-pusher > .st-content > .layout-content {
    margin-right: 250px;
  }
}

/* line 5240, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-si-1-xs-up {
  width: 56px;
}

/* line 5243, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-si-2-xs-up {
  width: 200px;
}

/* line 5246, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-si-3-xs-up {
  width: 250px;
}

/* line 5249, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-l1-xs-up > .layout-content, .si-l1-xs-up > .st-container > .st-pusher > .st-content > .layout-content {
  margin-left: 56px;
}

/* line 5253, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-r1-xs-up > .layout-content, .si-r1-xs-up > .st-container > .st-pusher > .st-content > .layout-content {
  margin-right: 56px;
}

/* line 5257, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-l2-xs-up > .layout-content, .si-l2-xs-up > .st-container > .st-pusher > .st-content > .layout-content {
  margin-left: 200px;
}

/* line 5261, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-r2-xs-up > .layout-content, .si-r2-xs-up > .st-container > .st-pusher > .st-content > .layout-content {
  margin-right: 200px;
}

/* line 5265, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-l3-xs-up > .layout-content, .si-l3-xs-up > .st-container > .st-pusher > .st-content > .layout-content {
  margin-left: 250px;
}

/* line 5269, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-r3-xs-up > .layout-content, .si-r3-xs-up > .st-container > .st-pusher > .st-content > .layout-content {
  margin-right: 250px;
}

@media (min-width: 544px) and (max-width: 767px) {
  /* line 5274, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-si-1-sm {
    width: 56px;
  }
  /* line 5276, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-si-2-sm {
    width: 200px;
  }
  /* line 5278, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-si-3-sm {
    width: 250px;
  }
  /* line 5280, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l1-sm > .layout-content, .si-l1-sm > .st-container > .st-pusher > .st-content > .layout-content {
    margin-left: 56px;
  }
  /* line 5283, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r1-sm > .layout-content, .si-r1-sm > .st-container > .st-pusher > .st-content > .layout-content {
    margin-right: 56px;
  }
  /* line 5286, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l2-sm > .layout-content, .si-l2-sm > .st-container > .st-pusher > .st-content > .layout-content {
    margin-left: 200px;
  }
  /* line 5289, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r2-sm > .layout-content, .si-r2-sm > .st-container > .st-pusher > .st-content > .layout-content {
    margin-right: 200px;
  }
  /* line 5292, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l3-sm > .layout-content, .si-l3-sm > .st-container > .st-pusher > .st-content > .layout-content {
    margin-left: 250px;
  }
  /* line 5295, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r3-sm > .layout-content, .si-r3-sm > .st-container > .st-pusher > .st-content > .layout-content {
    margin-right: 250px;
  }
}

@media (min-width: 544px) {
  /* line 5300, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-si-1-sm-up {
    width: 56px;
  }
  /* line 5302, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-si-2-sm-up {
    width: 200px;
  }
  /* line 5304, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-si-3-sm-up {
    width: 250px;
  }
  /* line 5306, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l1-sm-up > .layout-content, .si-l1-sm-up > .st-container > .st-pusher > .st-content > .layout-content {
    margin-left: 56px;
  }
  /* line 5309, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r1-sm-up > .layout-content, .si-r1-sm-up > .st-container > .st-pusher > .st-content > .layout-content {
    margin-right: 56px;
  }
  /* line 5312, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l2-sm-up > .layout-content, .si-l2-sm-up > .st-container > .st-pusher > .st-content > .layout-content {
    margin-left: 200px;
  }
  /* line 5315, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r2-sm-up > .layout-content, .si-r2-sm-up > .st-container > .st-pusher > .st-content > .layout-content {
    margin-right: 200px;
  }
  /* line 5318, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l3-sm-up > .layout-content, .si-l3-sm-up > .st-container > .st-pusher > .st-content > .layout-content {
    margin-left: 250px;
  }
  /* line 5321, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r3-sm-up > .layout-content, .si-r3-sm-up > .st-container > .st-pusher > .st-content > .layout-content {
    margin-right: 250px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 5326, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-si-1-md {
    width: 56px;
  }
  /* line 5328, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-si-2-md {
    width: 200px;
  }
  /* line 5330, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-si-3-md {
    width: 250px;
  }
  /* line 5332, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l1-md > .layout-content, .si-l1-md > .st-container > .st-pusher > .st-content > .layout-content {
    margin-left: 56px;
  }
  /* line 5335, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r1-md > .layout-content, .si-r1-md > .st-container > .st-pusher > .st-content > .layout-content {
    margin-right: 56px;
  }
  /* line 5338, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l2-md > .layout-content, .si-l2-md > .st-container > .st-pusher > .st-content > .layout-content {
    margin-left: 200px;
  }
  /* line 5341, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r2-md > .layout-content, .si-r2-md > .st-container > .st-pusher > .st-content > .layout-content {
    margin-right: 200px;
  }
  /* line 5344, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l3-md > .layout-content, .si-l3-md > .st-container > .st-pusher > .st-content > .layout-content {
    margin-left: 250px;
  }
  /* line 5347, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r3-md > .layout-content, .si-r3-md > .st-container > .st-pusher > .st-content > .layout-content {
    margin-right: 250px;
  }
}

@media (min-width: 768px) {
  /* line 5352, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-si-1-md-up {
    width: 56px;
  }
  /* line 5354, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-si-2-md-up {
    width: 200px;
  }
  /* line 5356, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-si-3-md-up {
    width: 250px;
  }
  /* line 5358, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l1-md-up > .layout-content, .si-l1-md-up > .st-container > .st-pusher > .st-content > .layout-content {
    margin-left: 56px;
  }
  /* line 5361, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r1-md-up > .layout-content, .si-r1-md-up > .st-container > .st-pusher > .st-content > .layout-content {
    margin-right: 56px;
  }
  /* line 5364, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l2-md-up > .layout-content, .si-l2-md-up > .st-container > .st-pusher > .st-content > .layout-content {
    margin-left: 200px;
  }
  /* line 5367, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r2-md-up > .layout-content, .si-r2-md-up > .st-container > .st-pusher > .st-content > .layout-content {
    margin-right: 200px;
  }
  /* line 5370, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l3-md-up > .layout-content, .si-l3-md-up > .st-container > .st-pusher > .st-content > .layout-content {
    margin-left: 250px;
  }
  /* line 5373, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r3-md-up > .layout-content, .si-r3-md-up > .st-container > .st-pusher > .st-content > .layout-content {
    margin-right: 250px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5378, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-si-1-lg {
    width: 56px;
  }
  /* line 5380, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-si-2-lg {
    width: 200px;
  }
  /* line 5382, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-si-3-lg {
    width: 250px;
  }
  /* line 5384, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l1-lg > .layout-content, .si-l1-lg > .st-container > .st-pusher > .st-content > .layout-content {
    margin-left: 56px;
  }
  /* line 5387, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r1-lg > .layout-content, .si-r1-lg > .st-container > .st-pusher > .st-content > .layout-content {
    margin-right: 56px;
  }
  /* line 5390, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l2-lg > .layout-content, .si-l2-lg > .st-container > .st-pusher > .st-content > .layout-content {
    margin-left: 200px;
  }
  /* line 5393, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r2-lg > .layout-content, .si-r2-lg > .st-container > .st-pusher > .st-content > .layout-content {
    margin-right: 200px;
  }
  /* line 5396, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l3-lg > .layout-content, .si-l3-lg > .st-container > .st-pusher > .st-content > .layout-content {
    margin-left: 250px;
  }
  /* line 5399, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r3-lg > .layout-content, .si-r3-lg > .st-container > .st-pusher > .st-content > .layout-content {
    margin-right: 250px;
  }
}

@media (min-width: 992px) {
  /* line 5404, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-si-1-lg-up {
    width: 56px;
  }
  /* line 5406, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-si-2-lg-up {
    width: 200px;
  }
  /* line 5408, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-si-3-lg-up {
    width: 250px;
  }
  /* line 5410, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l1-lg-up > .layout-content, .si-l1-lg-up > .st-container > .st-pusher > .st-content > .layout-content {
    margin-left: 56px;
  }
  /* line 5413, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r1-lg-up > .layout-content, .si-r1-lg-up > .st-container > .st-pusher > .st-content > .layout-content {
    margin-right: 56px;
  }
  /* line 5416, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l2-lg-up > .layout-content, .si-l2-lg-up > .st-container > .st-pusher > .st-content > .layout-content {
    margin-left: 200px;
  }
  /* line 5419, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r2-lg-up > .layout-content, .si-r2-lg-up > .st-container > .st-pusher > .st-content > .layout-content {
    margin-right: 200px;
  }
  /* line 5422, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l3-lg-up > .layout-content, .si-l3-lg-up > .st-container > .st-pusher > .st-content > .layout-content {
    margin-left: 250px;
  }
  /* line 5425, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r3-lg-up > .layout-content, .si-r3-lg-up > .st-container > .st-pusher > .st-content > .layout-content {
    margin-right: 250px;
  }
}

@media (min-width: 1200px) {
  /* line 5430, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-si-1-xl {
    width: 56px;
  }
  /* line 5432, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-si-2-xl {
    width: 200px;
  }
  /* line 5434, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-si-3-xl {
    width: 250px;
  }
  /* line 5436, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l1-xl > .layout-content, .si-l1-xl > .st-container > .st-pusher > .st-content > .layout-content {
    margin-left: 56px;
  }
  /* line 5439, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r1-xl > .layout-content, .si-r1-xl > .st-container > .st-pusher > .st-content > .layout-content {
    margin-right: 56px;
  }
  /* line 5442, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l2-xl > .layout-content, .si-l2-xl > .st-container > .st-pusher > .st-content > .layout-content {
    margin-left: 200px;
  }
  /* line 5445, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r2-xl > .layout-content, .si-r2-xl > .st-container > .st-pusher > .st-content > .layout-content {
    margin-right: 200px;
  }
  /* line 5448, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l3-xl > .layout-content, .si-l3-xl > .st-container > .st-pusher > .st-content > .layout-content {
    margin-left: 250px;
  }
  /* line 5451, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r3-xl > .layout-content, .si-r3-xl > .st-container > .st-pusher > .st-content > .layout-content {
    margin-right: 250px;
  }
}

@media (min-width: 1200px) {
  /* line 5456, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-si-1-xl-up {
    width: 56px;
  }
  /* line 5458, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-si-2-xl-up {
    width: 200px;
  }
  /* line 5460, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-si-3-xl-up {
    width: 250px;
  }
  /* line 5462, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l1-xl-up > .layout-content, .si-l1-xl-up > .st-container > .st-pusher > .st-content > .layout-content {
    margin-left: 56px;
  }
  /* line 5465, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r1-xl-up > .layout-content, .si-r1-xl-up > .st-container > .st-pusher > .st-content > .layout-content {
    margin-right: 56px;
  }
  /* line 5468, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l2-xl-up > .layout-content, .si-l2-xl-up > .st-container > .st-pusher > .st-content > .layout-content {
    margin-left: 200px;
  }
  /* line 5471, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r2-xl-up > .layout-content, .si-r2-xl-up > .st-container > .st-pusher > .st-content > .layout-content {
    margin-right: 200px;
  }
  /* line 5474, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l3-xl-up > .layout-content, .si-l3-xl-up > .st-container > .st-pusher > .st-content > .layout-content {
    margin-left: 250px;
  }
  /* line 5477, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r3-xl-up > .layout-content, .si-r3-xl-up > .st-container > .st-pusher > .st-content > .layout-content {
    margin-right: 250px;
  }
}

@media (max-width: 543px) {
  /* line 5482, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-si-1,
.si-si-xs-1 {
    width: 100%;
  }
  /* line 5485, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l1-xs {
    margin-left: 0;
  }
  /* line 5487, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r1-xs {
    margin-right: 0;
  }
}

@media (max-width: 543px) {
  /* line 5491, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l1-xs .ls-left-sidebar {
    left: 56px !important;
  }
}

/* line 5494, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-l1-xs-up .ls-left-sidebar {
  left: 56px !important;
}

@media (max-width: 543px) {
  /* line 5498, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l2-xs .ls-left-sidebar {
    left: 200px !important;
  }
}

/* line 5501, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-l2-xs-up .ls-left-sidebar {
  left: 200px !important;
}

@media (max-width: 543px) {
  /* line 5505, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l3-xs .ls-left-sidebar {
    left: 250px !important;
  }
}

/* line 5508, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-l3-xs-up .ls-left-sidebar {
  left: 250px !important;
}

@media (min-width: 544px) and (max-width: 767px) {
  /* line 5512, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l1-sm .ls-left-sidebar {
    left: 56px !important;
  }
}

@media (min-width: 544px) {
  /* line 5516, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l1-sm-up .ls-left-sidebar {
    left: 56px !important;
  }
}

@media (min-width: 544px) and (max-width: 767px) {
  /* line 5520, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l2-sm .ls-left-sidebar {
    left: 200px !important;
  }
}

@media (min-width: 544px) {
  /* line 5524, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l2-sm-up .ls-left-sidebar {
    left: 200px !important;
  }
}

@media (min-width: 544px) and (max-width: 767px) {
  /* line 5528, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l3-sm .ls-left-sidebar {
    left: 250px !important;
  }
}

@media (min-width: 544px) {
  /* line 5532, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l3-sm-up .ls-left-sidebar {
    left: 250px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 5536, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l1-md .ls-left-sidebar {
    left: 56px !important;
  }
}

@media (min-width: 768px) {
  /* line 5540, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l1-md-up .ls-left-sidebar {
    left: 56px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 5544, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l2-md .ls-left-sidebar {
    left: 200px !important;
  }
}

@media (min-width: 768px) {
  /* line 5548, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l2-md-up .ls-left-sidebar {
    left: 200px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 5552, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l3-md .ls-left-sidebar {
    left: 250px !important;
  }
}

@media (min-width: 768px) {
  /* line 5556, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l3-md-up .ls-left-sidebar {
    left: 250px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5560, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l1-lg .ls-left-sidebar {
    left: 56px !important;
  }
}

@media (min-width: 992px) {
  /* line 5564, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l1-lg-up .ls-left-sidebar {
    left: 56px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5568, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l2-lg .ls-left-sidebar {
    left: 200px !important;
  }
}

@media (min-width: 992px) {
  /* line 5572, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l2-lg-up .ls-left-sidebar {
    left: 200px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5576, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l3-lg .ls-left-sidebar {
    left: 250px !important;
  }
}

@media (min-width: 992px) {
  /* line 5580, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l3-lg-up .ls-left-sidebar {
    left: 250px !important;
  }
}

@media (min-width: 1200px) {
  /* line 5584, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l1-xl .ls-left-sidebar {
    left: 56px !important;
  }
}

@media (min-width: 1200px) {
  /* line 5588, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l1-xl-up .ls-left-sidebar {
    left: 56px !important;
  }
}

@media (min-width: 1200px) {
  /* line 5592, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l2-xl .ls-left-sidebar {
    left: 200px !important;
  }
}

@media (min-width: 1200px) {
  /* line 5596, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l2-xl-up .ls-left-sidebar {
    left: 200px !important;
  }
}

@media (min-width: 1200px) {
  /* line 5600, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l3-xl .ls-left-sidebar {
    left: 250px !important;
  }
}

@media (min-width: 1200px) {
  /* line 5604, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-l3-xl-up .ls-left-sidebar {
    left: 250px !important;
  }
}

@media (max-width: 543px) {
  /* line 5608, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r1-xs .ls-right-sidebar {
    right: 56px !important;
  }
}

/* line 5611, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-r1-xs-up .ls-right-sidebar {
  right: 56px !important;
}

@media (max-width: 543px) {
  /* line 5615, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r2-xs .ls-right-sidebar {
    right: 200px !important;
  }
}

/* line 5618, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-r2-xs-up .ls-right-sidebar {
  right: 200px !important;
}

@media (max-width: 543px) {
  /* line 5622, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r3-xs .ls-right-sidebar {
    right: 250px !important;
  }
}

/* line 5625, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.si-r3-xs-up .ls-right-sidebar {
  right: 250px !important;
}

@media (min-width: 544px) and (max-width: 767px) {
  /* line 5629, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r1-sm .ls-right-sidebar {
    right: 56px !important;
  }
}

@media (min-width: 544px) {
  /* line 5633, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r1-sm-up .ls-right-sidebar {
    right: 56px !important;
  }
}

@media (min-width: 544px) and (max-width: 767px) {
  /* line 5637, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r2-sm .ls-right-sidebar {
    right: 200px !important;
  }
}

@media (min-width: 544px) {
  /* line 5641, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r2-sm-up .ls-right-sidebar {
    right: 200px !important;
  }
}

@media (min-width: 544px) and (max-width: 767px) {
  /* line 5645, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r3-sm .ls-right-sidebar {
    right: 250px !important;
  }
}

@media (min-width: 544px) {
  /* line 5649, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r3-sm-up .ls-right-sidebar {
    right: 250px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 5653, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r1-md .ls-right-sidebar {
    right: 56px !important;
  }
}

@media (min-width: 768px) {
  /* line 5657, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r1-md-up .ls-right-sidebar {
    right: 56px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 5661, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r2-md .ls-right-sidebar {
    right: 200px !important;
  }
}

@media (min-width: 768px) {
  /* line 5665, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r2-md-up .ls-right-sidebar {
    right: 200px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 5669, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r3-md .ls-right-sidebar {
    right: 250px !important;
  }
}

@media (min-width: 768px) {
  /* line 5673, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r3-md-up .ls-right-sidebar {
    right: 250px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5677, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r1-lg .ls-right-sidebar {
    right: 56px !important;
  }
}

@media (min-width: 992px) {
  /* line 5681, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r1-lg-up .ls-right-sidebar {
    right: 56px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5685, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r2-lg .ls-right-sidebar {
    right: 200px !important;
  }
}

@media (min-width: 992px) {
  /* line 5689, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r2-lg-up .ls-right-sidebar {
    right: 200px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5693, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r3-lg .ls-right-sidebar {
    right: 250px !important;
  }
}

@media (min-width: 992px) {
  /* line 5697, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r3-lg-up .ls-right-sidebar {
    right: 250px !important;
  }
}

@media (min-width: 1200px) {
  /* line 5701, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r1-xl .ls-right-sidebar {
    right: 56px !important;
  }
}

@media (min-width: 1200px) {
  /* line 5705, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r1-xl-up .ls-right-sidebar {
    right: 56px !important;
  }
}

@media (min-width: 1200px) {
  /* line 5709, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r2-xl .ls-right-sidebar {
    right: 200px !important;
  }
}

@media (min-width: 1200px) {
  /* line 5713, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r2-xl-up .ls-right-sidebar {
    right: 200px !important;
  }
}

@media (min-width: 1200px) {
  /* line 5717, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r3-xl .ls-right-sidebar {
    right: 250px !important;
  }
}

@media (min-width: 1200px) {
  /* line 5721, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .si-r3-xl-up .ls-right-sidebar {
    right: 250px !important;
  }
}

/* line 5724, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar .simplebar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  z-index: 2;
}

/* line 5733, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-menu {
  margin-bottom: 18.75px;
  padding-left: 0;
  padding-right: 0;
  padding: 0;
  list-style: none;
}

/* line 5740, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-menu + .sidebar-heading {
  padding-top: 0;
}

/* line 5743, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-menu-item {
  position: relative;
  overflow: hidden;
}

/* line 5747, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-menu-button {
  display: block;
  font-weight: 400;
  line-height: 42px;
  padding-left: 18.75px;
  font-size: 15px;
}

/* line 5753, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-menu-button, .sidebar-menu-button:hover, .sidebar-menu-button:focus {
  text-decoration: none;
}

/* line 5756, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-menu-button:not(:only-child):before {
  font-family: "Material Icons";
  content: "";
  position: absolute;
  right: 18.75px;
  display: block;
}

/* line 5763, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.open > .sidebar-menu-button:not(:only-child):before {
  content: "";
}

/* line 5766, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-menu-icon {
  vertical-align: middle;
  width: 31.5px;
  font-size: 24px;
  display: inline-block;
  line-height: normal;
  position: relative;
}

/* line 5773, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-menu-icon.material-icons {
  top: -1px;
}

/* line 5776, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-menu-label {
  position: absolute;
  right: 18.75px;
  margin-top: 13px;
  padding: 0.2rem 0.3rem;
  font-size: 0.75rem;
}

/* line 5783, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-menu-button:not(:only-child) .sidebar-menu-label {
  right: 42.75px;
}

/* line 5786, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-submenu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 5791, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.open > .sidebar-submenu {
  display: block;
}

/* line 5793, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-submenu .sidebar-menu-button {
  line-height: 42px;
  padding-left: 18.75px;
  font-size: 15px;
}

/* line 5797, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-submenu .sidebar-menu-icon {
  top: -1px;
  position: relative;
  font-size: 24px;
  width: 36px;
}

/* line 5802, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-submenu .sidebar-submenu {
  padding-left: 18.75px;
}

/* line 5805, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sm-icons-bullet .sidebar-menu-icon {
  font-size: .68rem !important;
  text-align: center;
}

/* line 5809, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sm-condensed .sidebar-menu-button {
  height: 31.5px;
  line-height: 31.5px;
}

/* line 5813, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sm-condensed .sidebar-submenu .sidebar-menu-button {
  height: 31.5px;
  line-height: 31.5px;
}

/* line 5817, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sm-condensed .sidebar-menu-label {
  margin-top: 8px;
}

/* line 5820, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sm-item-bordered > .sidebar-menu-item:last-of-type {
  border-bottom: none;
}

/* line 5823, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sm-item-bordered .sidebar-submenu {
  border-bottom: none;
}

/* line 5826, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sm-icons-block .sidebar-menu-icon {
  text-align: center;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  width: 34px;
  margin-right: 7.5px;
}

/* line 5834, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sm-icons-block .sidebar-submenu .sidebar-menu-icon {
  height: 30px;
  line-height: 30px;
  width: 30px;
}

/* line 5839, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sm-icons-right .sidebar-menu-icon {
  text-align: right;
  position: absolute;
  right: 18.75px;
  top: 9px;
  margin-right: 0;
}

/* line 5846, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sm-icons-right .sidebar-menu-label {
  right: 47.75px;
}

/* line 5849, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sm-icons-right .sidebar-submenu .sidebar-menu-icon {
  right: 20.75px;
  top: 9px;
}

/* line 5853, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sm-icons-right .sidebar-menu-button:not(:only-child):before {
  right: 47.75px;
}

/* line 5856, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sm-icons-right .sidebar-menu-button:not(:only-child) .sidebar-menu-label {
  right: 67.75px;
}

/* line 5859, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sm-icons-right.sm-icons-block .sidebar-menu-label {
  right: 55.25px;
}

/* line 5862, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sm-icons-right.sm-icons-block .sidebar-menu-button:not(:only-child):before {
  right: 55.25px;
}

/* line 5865, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sm-icons-right.sm-icons-block .sidebar-menu-button:not(:only-child) .sidebar-menu-label {
  right: 75.25px;
}

/* line 5868, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sm-icons-right.sm-icons-block .sidebar-menu-icon {
  text-align: center;
  top: 4px;
}

/* line 5872, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sm-icons-right.sm-icons-block .sidebar-submenu .sidebar-menu-icon {
  top: 6px;
}

/* line 5875, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sm-icons-right.sm-condensed > .sidebar-menu-item .sidebar-menu-icon {
  top: 3.75px;
}

/* line 5878, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sm-icons-right.sm-condensed.sm-icons-block > .sidebar-menu-item .sidebar-menu-icon {
  top: -1.25px;
}

/* line 5881, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.ssm-item-bordered .sidebar-submenu .sidebar-menu-item:last-of-type {
  border-bottom: none;
}

/* line 5884, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.ssm-item-bordered .sidebar-submenu {
  border-bottom: none;
}

/* line 5887, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar .badge {
  margin-left: 5px;
}

/* line 5890, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-block {
  padding: 0 18.75px 18.75px;
  border-bottom: 1px solid transparent;
}

/* line 5893, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-block.sidebar-block-full {
  padding-left: 0;
  padding-right: 0;
}

/* line 5896, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-block .sidebar-heading,
.sidebar-block .sidebar-text {
  padding-left: 0;
  padding-right: 0;
}

/* line 5900, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-block > *:last-child {
  margin-bottom: 0;
}

/* line 5902, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-block:first-child {
  padding-top: 18.75px;
}

/* line 5905, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-brand {
  display: block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  padding: 0 18.75px;
  font-weight: 500;
  font-size: 1.3rem;
}

/* line 5913, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-brand:hover {
  cursor: pointer;
  text-decoration: none;
}

/* line 5916, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-brand i.material-icons {
  margin-top: -3px;
}

/* line 5919, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-heading {
  font-weight: 500;
  font-size: 0.9rem;
  font-family: Roboto, "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: normal;
  padding: 18.75px 18.75px;
  margin: 0;
}

/* line 5929, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar > .sidebar-heading:first-child,
.simplebar-scroll-content > .sidebar-heading:first-child {
  padding-top: 18.75px;
}

/* line 5933, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar .list-group-menu > .list-group-item {
  padding: 0;
}

/* line 5935, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar .list-group-menu > .list-group-item *:last-child {
  margin: 0;
}

/* line 5937, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar .list-group-menu > .list-group-item > a {
  display: block;
  padding: 18.75px 18.75px;
  font-weight: 400;
}

/* line 5941, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar .list-group-menu > .list-group-item > a, .sidebar .list-group-menu > .list-group-item > a:hover {
  text-decoration: none;
}

/* line 5943, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar .list-group-menu > .list-group-item .badge {
  padding-left: 0;
  padding-right: 0;
}

/* line 5946, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar .list-group-menu > .list-group-item.active > a {
  font-weight: bold;
}

/* line 5949, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar .list-group-menu.list-group-striped > .list-group-item:nth-child(odd) {
  background-color: transparent;
}

/* line 5952, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar .sidebar-block.list-group-fit {
  padding: 0;
  margin: 0;
}

/* line 5955, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar .sidebar-block.list-group-fit .list-group-item {
  border-left: none;
  border-right: none;
  border-radius: 0;
}

/* line 5959, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar .sidebar-block.list-group-fit .list-group-item:first-of-type {
  border-top: none;
}

/* line 5961, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar .sidebar-block.list-group-fit .list-group-item:last-of-type {
  border-bottom: none;
}

/* line 5964, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar .sidebar-block.list-group-menu {
  padding: 0;
  margin: 0;
}

/* line 5967, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar .sidebar-block.list-group-menu .list-group-item {
  border-left: none;
  border-right: none;
  border-radius: 0;
}

/* line 5971, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar .sidebar-block.list-group-menu .list-group-item:first-of-type {
  border-top: none;
}

/* line 5973, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar .sidebar-block.list-group-menu .list-group-item:last-of-type {
  border-bottom: none;
}

/* line 5976, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar div.sidebar-block.list-group {
  padding: 0;
  border: none;
  margin-bottom: 0;
}

/* line 5980, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar div.sidebar-block.list-group > .list-group-item {
  border-left: none;
  border-right: none;
}

/* line 5984, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar .media {
  margin-bottom: 18.75px;
}

/* line 5986, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar .media > .media-left {
  margin-right: 18.75px;
}

/* line 5988, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar .media > .media-right {
  margin-left: 18.75px;
}

/* line 5991, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar .progress {
  margin-bottom: 18.75px;
}

/* line 5994, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar .card {
  margin-bottom: 18.75px;
}

/* line 5997, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar .sidebar-block-full > .card {
  border-left: none;
  border-right: none;
  margin: 0;
  border-radius: 0;
}

/* line 6002, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar .sidebar-block-full > .card + .card {
  border-top: none;
}

/* line 6004, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar .sidebar-block-full > .card:last-child {
  border-bottom: none;
}

@media (min-width: 544px) {
  /* line 6008, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .sidebar-mini, .sidebar-mini .dropdown-container, .sidebar-mini .dropdown-container > ul {
    width: 56px;
  }
  /* line 6010, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .sidebar-mini .sidebar-menu-button:not(:only-child):before {
    display: none;
  }
  /* line 6012, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .sidebar-mini .sidebar-menu-button {
    padding: 0;
    text-align: center;
    height: 42px;
  }
  /* line 6016, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .sidebar-mini .sidebar-menu-button span {
    display: none;
  }
  /* line 6018, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .sidebar-mini .sidebar-menu-icon {
    margin-right: 0;
  }
  /* line 6020, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .sidebar-mini .sidebar-heading,
.sidebar-mini .sidebar-block,
.sidebar-mini .sidebar-brand,
.sidebar-mini .sidebar-text {
    display: none;
  }
}

@media (min-width: 544px) and (max-width: 767px) {
  /* line 6027, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .sidebar-mini-sm, .sidebar-mini-sm .dropdown-container, .sidebar-mini-sm .dropdown-container > ul {
    width: 56px;
  }
  /* line 6029, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .sidebar-mini-sm .sidebar-menu-button:not(:only-child):before {
    display: none;
  }
  /* line 6031, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .sidebar-mini-sm .sidebar-menu-button {
    padding: 0;
    text-align: center;
    height: 42px;
  }
  /* line 6035, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .sidebar-mini-sm .sidebar-menu-button span {
    display: none;
  }
  /* line 6037, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .sidebar-mini-sm .sidebar-menu-icon {
    margin-right: 0;
  }
  /* line 6039, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .sidebar-mini-sm .sidebar-heading,
.sidebar-mini-sm .sidebar-block,
.sidebar-mini-sm .sidebar-brand,
.sidebar-mini-sm .sidebar-text {
    display: none;
  }
}

@media (min-width: 544px) {
  /* line 6046, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .sidebar-reveal {
    z-index: 1001;
    transition: transform 0.5s;
  }
  /* line 6051, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .sidebar-reveal .sidebar-menu > .sidebar-menu-item > .sidebar-menu-button span {
    opacity: 0;
    transition: opacity 0.3s;
  }
  /* line 6054, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .sidebar-reveal.sidebar-reveal-size-1, .sidebar-reveal.sidebar-reveal-size-1 .dropdown-container, .sidebar-reveal.sidebar-reveal-size-1 .dropdown-container > ul {
    width: 56px;
  }
  /* line 6056, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .sidebar-reveal.sidebar-reveal-size-1.sidebar-left:not(:hover) {
    transform: translate3d(0px, 0, 0) !important;
  }
  /* line 6059, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .sidebar-reveal.sidebar-reveal-size-1.sidebar-right:not(:hover) {
    transform: translate3d(0px, 0, 0) !important;
  }
  /* line 6062, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .sidebar-reveal.sidebar-reveal-size-2, .sidebar-reveal.sidebar-reveal-size-2 .dropdown-container, .sidebar-reveal.sidebar-reveal-size-2 .dropdown-container > ul {
    width: 200px;
  }
  /* line 6064, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .sidebar-reveal.sidebar-reveal-size-2.sidebar-left:not(:hover) {
    transform: translate3d(-144px, 0, 0) !important;
  }
  /* line 6067, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .sidebar-reveal.sidebar-reveal-size-2.sidebar-right:not(:hover) {
    transform: translate3d(144px, 0, 0) !important;
  }
  /* line 6070, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .sidebar-reveal.sidebar-reveal-size-3, .sidebar-reveal:not([class*="sidebar-reveal-size"]), .sidebar-reveal.sidebar-reveal-size-3 .dropdown-container, .sidebar-reveal:not([class*="sidebar-reveal-size"]) .dropdown-container, .sidebar-reveal.sidebar-reveal-size-3 .dropdown-container > ul, .sidebar-reveal:not([class*="sidebar-reveal-size"]) .dropdown-container > ul {
    width: 250px;
  }
  /* line 6072, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .sidebar-reveal.sidebar-reveal-size-3.sidebar-left:not(:hover), .sidebar-reveal.sidebar-left:not(:hover):not([class*="sidebar-reveal-size"]) {
    transform: translate3d(-194px, 0, 0) !important;
  }
  /* line 6075, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .sidebar-reveal.sidebar-reveal-size-3.sidebar-right:not(:hover), .sidebar-reveal.sidebar-right:not(:hover):not([class*="sidebar-reveal-size"]) {
    transform: translate3d(194px, 0, 0) !important;
  }
  /* line 6078, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .sidebar-reveal .sidebar-category,
.sidebar-reveal .sidebar-heading,
.sidebar-reveal .sidebar-block,
.sidebar-reveal .sidebar-brand,
.sidebar-reveal .sidebar-text {
    opacity: 0;
    transition-delay: 0.2s;
    transition-timing-function: ease-in-out;
    transition-property: opacity;
    transition-duration: 0.3s;
  }
  /* line 6088, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .sidebar-reveal:hover {
    transform: translate3d(0, 0, 0) !important;
  }
  /* line 6091, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .sidebar-reveal:hover .sidebar-category,
.sidebar-reveal:hover .sidebar-heading,
.sidebar-reveal:hover .sidebar-block,
.sidebar-reveal:hover .sidebar-brand,
.sidebar-reveal:hover .sidebar-text {
    opacity: 1;
  }
  /* line 6097, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .sidebar-reveal:hover .sidebar-menu > .sidebar-menu-item > .sidebar-menu-button span {
    opacity: 1;
  }
}

/* line 6100, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light {
  color: rgba(0, 0, 0, 0.54);
  background: #ffffff;
}

/* line 6103, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light.sidebar-left {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #e5e5e5;
}

/* line 6107, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light.sidebar-right {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #e5e5e5;
}

/* line 6111, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .sidebar-link {
  color: rgba(0, 0, 0, 0.54);
}

/* line 6113, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .sidebar-block {
  border-color: #e5e5e5;
}

/* line 6115, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .sidebar-text, .sidebar-light p {
  color: rgba(0, 0, 0, 0.54);
}

/* line 6117, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .sidebar-heading, .sidebar-light .sidebar-heading > a {
  color: rgba(0, 0, 0, 0.54);
}

/* line 6119, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light hr {
  border-color: #e5e5e5;
}

/* line 6121, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .sidebar-brand {
  background: transparent;
  color: #55bb66;
  border-bottom: 1px solid #e5e5e5;
}

/* line 6125, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .sidebar-menu-button {
  color: rgba(0, 0, 0, 0.54);
}

/* line 6127, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .sidebar-menu-button:not(:only-child):before {
  color: rgba(0, 0, 0, 0.24);
}

/* line 6129, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .sidebar-menu-icon {
  color: rgba(0, 0, 0, 0.54);
}

/* line 6131, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .sidebar-menu-label.label-default {
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
}

/* line 6134, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .sidebar-menu-button:hover {
  color: #212121;
  background: rgba(0, 0, 0, 0.03);
}

/* line 6137, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .sidebar-menu-button:hover .sidebar-menu-icon {
  color: rgba(0, 0, 0, 0.54);
}

/* line 6139, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .sidebar-submenu .sidebar-menu-button {
  color: rgba(0, 0, 0, 0.54);
}

/* line 6141, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .sidebar-submenu .sidebar-menu-icon {
  color: rgba(0, 0, 0, 0.54);
}

/* line 6143, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .active > .sidebar-menu-button {
  color: #55bb66;
}

/* line 6145, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .active > .sidebar-menu-button .sidebar-menu-icon {
  color: #55bb66;
}

/* line 6147, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .open {
  background: rgba(0, 0, 0, 0.04);
}

/* line 6149, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .open > .sidebar-menu-button:not(:only-child):before {
  color: rgba(0, 0, 0, 0.54);
}

/* line 6151, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .open > .sidebar-menu-button {
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
}

/* line 6154, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .open > .sidebar-menu-button .sidebar-menu-icon {
  color: rgba(0, 0, 0, 0.54);
}

/* line 6156, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .sm-bordered {
  border-bottom: 1px solid #e5e5e5;
}

/* line 6158, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .sm-item-bordered > .sidebar-menu-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 6160, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .sm-icons-block .sidebar-menu-icon {
  background: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.54);
}

/* line 6163, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .sm-icons-block .open > .sidebar-menu-button .sidebar-menu-icon {
  color: rgba(0, 0, 0, 0.54);
  background: rgba(0, 0, 0, 0.12);
}

/* line 6166, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .sm-icons-block .active > .sidebar-menu-button .sidebar-menu-icon {
  background: #55bb66;
  color: #fff;
}

/* line 6169, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .sm-icons-block.sm-active-button-bg .active > .sidebar-menu-button .sidebar-menu-icon {
  background: #55bb66;
}

/* line 6171, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .ssm-bordered .sidebar-submenu {
  border-bottom: 1px solid #e5e5e5;
}

/* line 6173, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .ssm-item-bordered .sidebar-submenu .sidebar-menu-item {
  border-bottom: 1px solid #e5e5e5;
}

/* line 6175, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .sm-active-button-bg .active > .sidebar-menu-button {
  background: #55bb66;
  color: #fff;
}

/* line 6178, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .sm-active-button-bg .active > .sidebar-menu-button .sidebar-menu-icon {
  color: #fff;
}

/* line 6180, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .sm-active-button-bg .active > .sidebar-menu-button:not(:only-child):before {
  color: #fff;
}

/* line 6182, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .list-group-menu > .list-group-item {
  background: rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.12);
}

/* line 6185, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .list-group-menu > .list-group-item > a {
  color: rgba(0, 0, 0, 0.54);
}

/* line 6188, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark {
  color: rgba(255, 255, 255, 0.54);
  background: transparent;
}

/* line 6191, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark.sidebar-left {
  border-right-width: 0;
  border-right-style: solid;
  border-right-color: transparent;
}

/* line 6195, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark.sidebar-right {
  border-left-width: 0;
  border-left-style: solid;
  border-left-color: transparent;
}

/* line 6199, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark .sidebar-link {
  color: #fff;
}

/* line 6201, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark .sidebar-block {
  border-color: rgba(0, 0, 0, 0.05);
}

/* line 6203, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark .sidebar-text, .sidebar-dark p {
  color: rgba(255, 255, 255, 0.54);
}

/* line 6205, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark .sidebar-heading, .sidebar-dark .sidebar-heading > a {
  color: rgba(255, 255, 255, 0.54);
}

/* line 6207, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark hr {
  border-color: rgba(0, 0, 0, 0.05);
}

/* line 6209, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark .sidebar-brand {
  /* background: rgba(0, 0, 0, 0.12); */
  color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 6213, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark .sidebar-label.label-default {
  color: #55bb66;
  background: #ffffff;
}

/* line 6216, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark .sidebar-menu-button {
  color: #fff;
}

/* line 6218, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark .sidebar-menu-button:not(:only-child):before {
  color: #fff;
}

/* line 6220, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark .sidebar-menu-icon {
  color: rgba(255, 255, 255, 0.54);
}

/* line 6222, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark .sidebar-menu-label.label-default {
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
}

/* line 6225, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark .sidebar-menu-button:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

/* line 6228, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark .sidebar-menu-button:hover .sidebar-menu-icon {
  color: rgba(255, 255, 255, 0.54);
}

/* line 6230, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark .sidebar-submenu .sidebar-menu-button {
  color: rgba(255, 255, 255, 0.54);
}

/* line 6232, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark .sidebar-submenu .sidebar-menu-icon {
  color: rgba(255, 255, 255, 0.54);
}

/* line 6234, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark .active > .sidebar-menu-button {
  color: #fff;
}

/* line 6236, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark .active > .sidebar-menu-button .sidebar-menu-icon {
  color: #fff;
}

/* line 6238, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark .open {
  background: rgba(0, 0, 0, 0.04);
}

/* line 6240, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark .open > .sidebar-menu-button:not(:only-child):before {
  color: rgba(255, 255, 255, 0.54);
}

/* line 6242, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark .open > .sidebar-menu-button {
  background: transparent;
  color: rgba(255, 255, 255, 0.54);
}

/* line 6245, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark .open > .sidebar-menu-button .sidebar-menu-icon {
  color: rgba(255, 255, 255, 0.54);
}

/* line 6247, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark .sm-bordered {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 6249, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark .sm-item-bordered > .sidebar-menu-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 6251, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark .sm-icons-block .sidebar-menu-icon {
  background: rgba(0, 0, 0, 0.12);
  color: rgba(255, 255, 255, 0.54);
}

/* line 6254, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark .sm-icons-block .open > .sidebar-menu-button .sidebar-menu-icon {
  color: rgba(255, 255, 255, 0.54);
  background: rgba(0, 0, 0, 0.12);
}

/* line 6257, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark .sm-icons-block .active > .sidebar-menu-button .sidebar-menu-icon {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

/* line 6260, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark .sm-icons-block.sm-active-button-bg .active > .sidebar-menu-button .sidebar-menu-icon {
  background: rgba(255, 255, 255, 0.12);
}

/* line 6262, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark .ssm-bordered .sidebar-submenu {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 6264, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark .ssm-item-bordered .sidebar-submenu .sidebar-menu-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 6266, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark .sm-active-button-bg .active > .sidebar-menu-button {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

/* line 6269, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark .sm-active-button-bg .active > .sidebar-menu-button .sidebar-menu-icon {
  color: #fff;
}

/* line 6271, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark .sm-active-button-bg .active > .sidebar-menu-button:not(:only-child):before {
  color: #fff;
}

/* line 6273, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark .list-group-menu > .list-group-item {
  background: rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.12);
}

/* line 6276, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark .list-group-menu > .list-group-item > a {
  color: #fff;
}

/* line 6279, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar {
  height: 56px;
  line-height: 56px;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 6286, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar.navbar-fixed-top {
  box-shadow: none;
}

/* line 6288, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar > *:first-child {
  margin-left: 1.25rem;
}

/* line 6290, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar > *.container:first-child, .navbar > *.container-fluid:first-child {
  margin-left: auto;
}

/* line 6292, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar .first-child-xs {
  margin-left: 1.25rem;
}

/* line 6294, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar .first-child-xs.container, .navbar .first-child-xs.container-fluid {
  margin-left: 0;
}

/* line 6296, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar .last-child-xs {
  margin-right: 0;
}

@media (min-width: 544px) {
  /* line 6299, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .navbar .first-child-sm {
    margin-left: 1.25rem;
  }
  /* line 6301, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .navbar .first-child-sm.container, .navbar .first-child-sm.container-fluid {
    margin-left: 0;
  }
  /* line 6303, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .navbar .last-child-sm {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  /* line 6306, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .navbar .first-child-md {
    margin-left: 1.25rem;
  }
  /* line 6308, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .navbar .first-child-md.container, .navbar .first-child-md.container-fluid {
    margin-left: 0;
  }
  /* line 6310, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .navbar .last-child-md {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  /* line 6313, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .navbar .first-child-lg {
    margin-left: 1.25rem;
  }
  /* line 6315, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .navbar .first-child-lg.container, .navbar .first-child-lg.container-fluid {
    margin-left: 0;
  }
  /* line 6317, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .navbar .last-child-lg {
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  /* line 6320, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .navbar .first-child-xl {
    margin-left: 1.25rem;
  }
  /* line 6322, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .navbar .first-child-xl.container, .navbar .first-child-xl.container-fluid {
    margin-left: 0;
  }
  /* line 6324, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .navbar .last-child-xl {
    margin-right: 0;
  }
}

/* line 6326, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar .container > *:last-child,
.navbar .container-fluid > *:last-child {
  margin-right: 0;
}

/* line 6330, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-toggler {
  outline: none;
  line-height: 56px;
  padding: 0 1.25rem;
}

/* line 6334, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-toggler .material-icons {
  vertical-align: top;
  line-height: 54px;
}

/* line 6337, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-toggler:first-child {
  margin-left: 0;
}

/* line 6339, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-toggler.first-child-xs {
  padding-left: 0;
}

/* line 6341, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-toggler.last-child-xs {
  padding-right: 0;
}

@media (min-width: 544px) {
  /* line 6344, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .navbar-toggler.first-child-sm {
    padding-left: 0;
  }
  /* line 6346, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .navbar-toggler.last-child-sm {
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  /* line 6349, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .navbar-toggler.first-child-md {
    padding-left: 0;
  }
  /* line 6351, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .navbar-toggler.last-child-md {
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  /* line 6354, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .navbar-toggler.first-child-lg {
    padding-left: 0;
  }
  /* line 6356, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .navbar-toggler.last-child-lg {
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  /* line 6359, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .navbar-toggler.first-child-xl {
    padding-left: 0;
  }
  /* line 6361, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .navbar-toggler.last-child-xl {
    padding-right: 0;
  }
}

/* line 6364, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.6rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  /* line 6370, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .navbar-brand {
    padding-left: 0;
    margin-left: 0;
  }
}

/* line 6374, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-nav {
  margin-right: 1.25rem;
}

/* line 6376, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-nav .nav-link {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 6379, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-nav .dropdown-menu i.material-icons {
  color: #818a91;
  margin-right: 3px;
}

@media (max-width: 767px) {
  /* line 6384, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .navbar-toggleable-xs {
    display: none !important;
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
  }
  /* line 6390, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .navbar-toggleable-xs.collapse.in, .navbar-toggleable-xs.collapsing {
    display: block !important;
  }
  /* line 6392, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .navbar-toggleable-xs > .navbar-nav {
    clear: both;
    padding: 15px;
    display: block;
    width: 100%;
    line-height: 34px;
  }
  /* line 6398, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .navbar-toggleable-xs > .navbar-nav .nav-item {
    float: none;
    display: block;
    margin-left: 0;
  }
}

/* line 6403, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.nav-item .dropdown-menu {
  border-radius: 0;
  border: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
}

/* line 6408, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.dropdown-menu.dropdown-menu-list {
  padding: 0;
  font-size: .95rem;
}

/* line 6411, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.dropdown-menu.dropdown-menu-list .dropdown-item {
  padding: .625rem 1.25rem;
  border-bottom: 1px solid #e5e5e5;
}

/* line 6414, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.dropdown-menu.dropdown-menu-list .dropdown-item:last-of-type {
  border-bottom-color: transparent;
}

/* line 6416, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.dropdown-menu.dropdown-menu-list .dropdown-item i {
  margin-left: -4px;
}

/* line 6418, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.dropdown-menu.dropdown-menu-list .dropdown-item.active i {
  color: #fff;
}

/* line 6421, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar .form-inline {
  line-height: 56px;
  margin-right: 1.25rem;
  margin-top: -1px;
}

/* line 6425, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar .form-inline .input-group {
  line-height: 0;
  border-right-color: transparent;
  position: relative;
}

/* line 6429, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar .form-inline .input-group .form-control {
  z-index: 1040;
  padding-right: 50px;
  border-radius: 5px;
  border-color: transparent;
}

/* line 6434, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar .form-inline .input-group .input-group-btn {
  position: absolute;
  right: 0;
  z-index: 1041;
}

/* line 6438, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar .form-inline .input-group .input-group-btn .btn {
  background: transparent;
  padding-right: 8px;
}

/* line 6441, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar .form-inline .input-group .input-group-btn .btn:hover, .navbar .form-inline .input-group .input-group-btn .btn:active, .navbar .form-inline .input-group .input-group-btn .btn:focus {
  outline: none;
}

/* line 6444, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-light .form-inline .input-group {
  border-right-color: transparent;
}

/* line 6446, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-light .form-inline .input-group .form-control {
  background: rgba(0, 0, 0, 0.05);
  border-color: transparent;
}

/* line 6449, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-light .form-inline .input-group .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

/* line 6451, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-light .form-inline .input-group .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

/* line 6453, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-light .form-inline .input-group .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

/* line 6455, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-light .form-inline .input-group .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .form-inline .input-group .form-control::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

/* line 6457, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-light .form-inline .input-group .form-control:focus {
  background: #fff;
  border: 1px solid #55bb66;
}

/* line 6460, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-light .form-inline .input-group .input-group-btn .btn {
  background: transparent;
  color: rgba(0, 0, 0, 0.5);
}

/* line 6463, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-light .form-inline .input-group .input-group-btn .btn:hover, .navbar-light .form-inline .input-group .input-group-btn .btn:active, .navbar-light .form-inline .input-group .input-group-btn .btn:focus {
  color: #55bb66;
  outline: none;
}

/* line 6466, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-light .form-inline .input-group .input-group-btn .btn i.material-icons {
  position: relative;
}

/* line 6469, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-light .navbar-toggleable-xs {
  background: #fff;
}

/* line 6472, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-dark .form-inline .form-control {
  background: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(0, 0, 0, 0.05);
}

/* line 6476, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-dark .form-inline .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/* line 6478, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-dark .form-inline .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/* line 6480, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-dark .form-inline .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/* line 6482, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-dark .form-inline .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .form-inline .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/* line 6484, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-dark .form-inline .form-control:focus {
  background: #fff;
  color: rgba(0, 0, 0, 0.84);
}

/* line 6487, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-dark .form-inline .form-control:focus::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.84);
}

/* line 6489, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-dark .form-inline .form-control:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0.84);
}

/* line 6491, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-dark .form-inline .form-control:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.84);
}

/* line 6493, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-dark .form-inline .form-control:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0.84);
}
.navbar-dark .form-inline .form-control:focus::placeholder {
  color: rgba(0, 0, 0, 0.84);
}

/* line 6496, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-dark .form-inline .form-control:focus + .input-group-btn .btn {
  color: rgba(0, 0, 0, 0.24);
}

/* line 6498, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-dark .form-inline .form-control:focus + .input-group-btn .btn:hover {
  color: rgba(0, 0, 0, 0.84);
}

/* line 6501, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-dark .form-inline .input-group-btn .btn {
  background: transparent;
  color: rgba(255, 255, 255, 0.4);
}

/* line 6504, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-dark .form-inline .input-group-btn .btn:hover, .navbar-dark .form-inline .input-group-btn .btn:active, .navbar-dark .form-inline .input-group-btn .btn:focus {
  color: #fff;
}

/* line 6507, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar-dark .navbar-toggleable-xs {
  background: #55bb66;
}

/* line 6510, app/assets/stylesheets/portal/adminplus/stock-modified.css */
body {
  position: relative;
}

/* line 6513, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.page-heading {
  padding: 1.25rem 0;
}

/* line 6516, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.content-wrapper,
.content-wrapper > .container-fluid,
div.page-heading {
  position: relative;
  overflow: hidden;
}

/* line 6522, app/assets/stylesheets/portal/adminplus/stock-modified.css */
a.text-muted:hover {
  color: #55bb66;
  text-decoration: none;
}

/* line 6526, app/assets/stylesheets/portal/adminplus/stock-modified.css */
blockquote {
  border-left: 2px solid #efefef;
  padding-left: 10px;
  font-size: .9rem;
}

/* line 6531, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.bg-white {
  background: #fff;
}

/* line 6534, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.bg-red {
  background: #F44336;
}

/* line 6537, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.bg-deep-purple {
  background: #673AB7;
}

/* line 6540, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.bg-purple {
  background: #9C27B0;
}

/* line 6543, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.bg-orange {
  background: #FF9800;
}

/* line 6546, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.bg-transparent {
  background: transparent;
}

/* line 6549, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.bg-primary-light {
  background: #f7fcff;
}

/* line 6552, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.bg-faded {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 6555, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-xs {
  padding: 0.125rem 0.375rem;
  font-size: 0.75rem;
  line-height: 0.75;
  border-radius: 0.2rem;
}

/* line 6561, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-rounded {
  border-radius: 5px;
}

/* line 6564, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-rounded-deep {
  border-radius: 20px;
}

/* line 6567, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-circle {
  border-radius: 40px;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 38px;
}

/* line 6573, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-circle i {
  margin-top: -1px;
}

/* line 6575, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-circle-large {
  border-radius: 50px;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 48px;
}

/* line 6581, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-circle-large i {
  font-size: 28px;
}

/* line 6584, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-white, .btn-default {
  color: #ffffff;
  background-color: #d2d2d2;
  border-color: #d2d2d2;
}

/* line 6588, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-white:hover, .btn-default:hover {
  color: #818a91;
  background-color: #e6e6e6;
  border-color: #cbd0d3;
}

/* line 6592, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-white:focus, .btn-default:focus, .btn-white.focus, .focus.btn-default {
  color: #818a91;
  background-color: #e6e6e6;
  border-color: #cbd0d3;
}

/* line 6596, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-white:active, .btn-default:active, .btn-white.active, .active.btn-default,
.open > .btn-white.dropdown-toggle,
.open > .dropdown-toggle.btn-default {
  color: #818a91;
  background-color: #e6e6e6;
  border-color: #cbd0d3;
  background-image: none;
}

/* line 6603, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-white:active:hover, .btn-default:active:hover, .btn-white:active:focus, .btn-default:active:focus, .btn-white.focus:active, .btn-default.focus:active, .btn-white.active:hover, .active.btn-default:hover, .btn-white.active:focus, .active.btn-default:focus, .btn-white.active.focus, .active.focus.btn-default,
.open > .btn-white.dropdown-toggle:hover,
.open > .dropdown-toggle.btn-default:hover,
.open > .btn-white.dropdown-toggle:focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .btn-white.dropdown-toggle.focus,
.open > .dropdown-toggle.focus.btn-default {
  color: #818a91;
  background-color: #d4d4d4;
  border-color: #a7b0b5;
}

/* line 6613, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-white.disabled:focus, .disabled.btn-default:focus, .btn-white.disabled.focus, .disabled.focus.btn-default, .btn-white:disabled:focus, .btn-default:disabled:focus, .btn-white.focus:disabled, .btn-default.focus:disabled {
  background-color: #fff;
  border-color: #eceeef;
}

/* line 6616, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-white.disabled:hover, .disabled.btn-default:hover, .btn-white:disabled:hover, .btn-default:disabled:hover {
  background-color: #fff;
  border-color: #eceeef;
}

/* line 6620, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-gradient.btn-primary {
  background: linear-gradient(#55bb66, #0272a9);
}

/* line 6623, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-gradient.btn-secondary {
  background: linear-gradient(#025e8a, #01354e);
}

/* line 6626, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-gradient.btn-success {
  background: linear-gradient(#43A047, #317534);
}

/* line 6629, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-gradient.btn-info {
  background: linear-gradient(#00BCD4, #008697);
}

/* line 6632, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-gradient.btn-warning {
  background: linear-gradient(#FF9800, #c27400);
}

/* line 6635, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn-gradient.btn-danger {
  background: linear-gradient(#E53935, #c41d19);
}

/* line 6638, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.pagination a:hover {
  text-decoration: none;
}

/* line 6641, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.table .pagination {
  line-height: 1;
  margin: 0 !important;
}

/* line 6645, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.jumbotron {
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 1.25rem;
}

/* line 6649, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.jumbotron > :last-child {
  margin-bottom: 0;
}

@media (min-width: 544px) {
  /* line 6652, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .jumbotron {
    padding: 2rem;
  }
}

/* line 6655, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.media-right {
  padding-left: 1.25rem;
}

/* line 6658, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.media-left {
  padding-right: 1.25rem;
}

/* line 6661, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.media-body {
  line-height: normal;
}

/* line 6664, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.list-group {
  margin-bottom: 1.25rem;
}

/* line 6667, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.list-group-fit > .list-group-item {
  border-left: none;
  border-right: none;
}

/* line 6670, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.list-group-fit > .list-group-item:last-of-type {
  border-bottom: none;
}

/* line 6672, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.list-group-fit > .list-group-item:first-of-type {
  border-top: none;
}

/* line 6675, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.list-group-item.active a, .list-group-item.active [class*="text-"] {
  color: #fff;
}

/* line 6678, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.list-group-sm .list-group-item {
  padding: .35rem .70rem;
}

/* Set Desktop Masonry Columns */
@media (min-width: 544px) {
  /* line 6683, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .card-columns {
    -moz-column-count: 2;
    column-count: 2;
  }
}

/* line 6688, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card {
  margin-bottom: 1.25rem;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}

/* line 6691, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card-primary, .card-info, .card-success, .card-warning, .card-red {
  color: #fff;
}

/* line 6693, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card .card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 6695, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card .card-header + .table {
  margin-bottom: 0;
}

/* line 6697, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card .card-header + .table thead th {
  border-top: 0;
}

/* line 6699, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card .card-header + .table tr:first-child td {
  border-top: 0 !important;
}

/* line 6701, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card .card-header + .table.table-bordered {
  border: 0 !important;
}

/* line 6703, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card .card-header + .table.table-bordered th:first-child, .card .card-header + .table.table-bordered td:first-child {
  border-left: 0 !important;
}

/* line 6705, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card .card-header + .table.table-bordered th:last-child, .card .card-header + .table.table-bordered td:last-child {
  border-right: 0 !important;
}

/* line 6707, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card > *:last-child, .card > .card-block > *:last-child {
  margin-bottom: 0 !important;
}

/* line 6710, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card-pagination {
  line-height: 0;
}

/* line 6712, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card-pagination .pagination {
  margin: 0;
}

/* line 6715, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card-pager .pager {
  margin: 0;
}

/* line 6718, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card-block-half {
  padding: .625rem;
}

/* line 6721, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card .card-header,
.card .card-footer {
  padding: .625rem;
  color: rgba(0, 0, 0, 0.84);
}

/* line 6725, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card .card-header .media,
.card .card-footer .media {
  line-height: inherit;
}

/* line 6729, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card .card-title {
  font-size: 1.25rem;
  margin-bottom: .625rem;
}

/* line 6733, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card .card-subtitle {
  color: #818a91;
}

/* line 6736, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card .card-title + .card-subtitle {
  margin-top: -.625rem;
}

/* line 6739, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card .card-header .card-title, .card .card-header .card-subtitle {
  margin: 0 !important;
}

/* line 6742, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card .card-header .media-body {
  line-height: 1.5;
}

/* line 6745, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card-red {
  background-color: #F44336;
  border-color: #F44336;
}

/* line 6749, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card-success .progress[value]::-webkit-progress-value {
  background-color: #317534;
}

/* line 6752, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card-success .progress[value]::-moz-progress-bar {
  background-color: #317534;
}

@media screen and (min-width: 0\0) {
  /* line 6756, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .card-success .progress .progress-bar {
    background-color: #317534;
  }
}

/* line 6759, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card-success .progress[value]::-webkit-progress-bar {
  background-color: #7fca83;
}

/* line 6762, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card.card-stats-primary {
  border-left: 3px solid #55bb66;
}

/* line 6765, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card.card-stats-success {
  border-left: 3px solid #43A047;
}

/* line 6768, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card.card-stats-warning {
  border-left: 3px solid #FF9800;
}

/* line 6771, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card.card-stats-danger {
  border-left: 3px solid #E53935;
}

/* line 6774, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card .card-button-wrapper {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
}

/* line 6778, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card .card-button-wrapper .card-button {
  color: #818a91;
}

/* line 6780, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card .card-button-wrapper .card-button:hover {
  color: #55bb66;
}

/* line 6783, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card > .nav-tabs {
  margin-bottom: -1px;
  background: rgba(0, 0, 0, 0.05);
}

/* line 6786, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card > .nav-tabs .nav-link {
  border-radius: 0;
  color: #818a91;
}

/* line 6789, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card > .nav-tabs .nav-link:hover, .card > .nav-tabs .nav-link.active {
  border-color: transparent;
  color: #55595c;
}

/* line 6793, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card-group {
  margin-bottom: 1.25rem;
}

/* line 6796, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.text-help {
  color: #818a91;
  margin-top: .325rem;
  display: block;
}

/* line 6801, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.radio label,
.checkbox label {
  padding-left: 1.5rem;
}

/* line 6805, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  margin-left: -1.5rem;
}

/* line 6811, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.radio-inline,
.checkbox-inline {
  padding-left: 1.5rem;
}

/* line 6815, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.checkbox label input:only-child,
.radio label input:only-child {
  position: absolute;
}

/* line 6819, app/assets/stylesheets/portal/adminplus/stock-modified.css */
form > *:last-child {
  margin-bottom: 0;
}

/* line 6822, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.form-group > [class*="col-"] > .checkbox,
.form-group > [class*="col-"] > .radio {
  margin-bottom: 0;
}

/* line 6826, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.c-input > input:checked ~ .c-indicator {
  background-color: #55bb66;
}

/* line 6829, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.c-input > input:focus ~ .c-indicator {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #55bb66;
}

/* line 6832, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.c-input > input:active ~ .c-indicator {
  background-color: #51c5fd;
}

/* line 6835, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.c-checkbox input:indeterminate ~ .c-indicator {
  background-color: #55bb66;
}

/* line 6838, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.c-inputs-stacked {
  position: relative;
}

/* line 6840, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.c-inputs-stacked .c-input {
  display: block;
  line-height: 1rem;
}

/* line 6843, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.c-inputs-stacked .c-input::after {
  display: block;
  margin-bottom: .5rem;
  content: "";
}

/* line 6847, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.c-inputs-stacked .c-input:last-child, .c-inputs-stacked .c-input:last-child::after {
  margin-bottom: 0;
}

/* line 6849, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.c-inputs-stacked .c-input + .c-input {
  margin-left: 0;
}

/* line 6852, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.c-select:focus {
  border-color: #55bb66;
}

/* line 6855, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.input-group .form-control:last-child {
  margin-left: -1px;
}

/* line 6858, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.file-custom::before {
  top: auto;
}

/* line 6861, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.file {
  margin-bottom: 0;
}

/* line 6864, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.center {
  text-align: center;
}

/* line 6867, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.right {
  text-align: right;
}

/* line 6870, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.vertical-middle {
  vertical-align: middle !important;
}

/* line 6873, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.lh-0 {
  line-height: 0 !important;
}

/* line 6876, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.img-circle {
  border-radius: 50%;
}

/* line 6879, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.img-bump {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #fff;
}

/* line 6883, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.embed-responsive {
  overflow: visible;
}

/* line 6886, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.width-300 {
  width: 300px;
}

/* line 6889, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.text-muted-light {
  color: #bdc2c5;
}

/* line 6892, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.material-icons,
.icon-text {
  vertical-align: middle;
}

/* line 6896, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.material-icons.md-18 {
  font-size: 18px;
}

/* line 6899, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.material-icons.md-24 {
  font-size: 24px;
}

/* line 6902, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.material-icons.md-36 {
  font-size: 36px;
}

/* line 6905, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.material-icons.md-48 {
  font-size: 48px;
}

/* line 6908, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}

/* line 6910, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

/* line 6913, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.material-icons.md-light {
  color: white;
}

/* line 6915, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

/* line 6918, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.progress {
  height: 6px;
}

/* line 6921, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.progress-primary[value]::-webkit-progress-value {
  background-color: #55bb66;
}

/* line 6924, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.progress-primary[value]::-moz-progress-bar {
  background-color: #55bb66;
}

@media screen and (min-width: 0\0) {
  /* line 6928, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .progress-primary .progress-bar {
    background-color: #55bb66;
  }
}

/* line 6931, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.progress-gray[value]::-webkit-progress-value {
  background-color: #818a91;
}

/* line 6934, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.progress-gray[value]::-moz-progress-bar {
  background-color: #818a91;
}

@media screen and (min-width: 0\0) {
  /* line 6938, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .progress-gray .progress-bar {
    background-color: #818a91;
  }
}

/* line 6941, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.tab-pane > *:last-child {
  margin-bottom: 0;
}

/* line 6944, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.email-header {
  padding: 0.625rem;
  border-bottom: 1px solid #e5e5e5;
}

/* line 6948, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.email-list-attachment {
  position: absolute;
  top: 1px;
  left: 4px;
  color: #818a91;
}

@media (max-width: 991px) {
  /* line 6955, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .email > .media-body {
    display: none;
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    padding: 0.625rem;
    width: auto;
    z-index: 2;
    background: rgba(0, 0, 0, 0.05);
  }
}

/* line 6966, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.post-content a {
  display: inline-block;
}

/* line 6968, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.post-content a img {
  width: 80px;
  border-radius: 3px;
}

/* line 6972, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.login {
  margin-top: 0;
  padding: 0 1.25rem;
}

/* line 6976, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.user-profile-friends {
  display: block;
  background: #efefef;
  border-bottom: 1px solid #e5e5e5;
  padding-top: .325rem;
  padding-right: .325rem;
  min-height: 78px;
}

/* line 6983, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.user-profile-friends a.photo-link {
  float: left;
  margin-right: 0;
  width: 12.5%;
  border: 1px solid rgba(255, 255, 255, 0.54);
  margin-left: .325rem;
  margin-bottom: .325rem;
}

/* line 6990, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.user-profile-friends a.photo-link img {
  display: block;
  width: 100%;
}

/* line 6994, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card-user-cover .preview {
  overflow: hidden;
}

@media (min-width: 544px) {
  /* line 6997, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .card-user-cover .preview {
    max-height: 300px;
  }
}

/* line 6999, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card-user-cover .preview img {
  max-height: 200px;
  width: 100%;
  display: block;
}

/* line 7004, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card-user-cover .user {
  position: absolute;
}

/* line 7006, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card-user-cover .user a.avatar {
  position: absolute;
  bottom: -40px;
  left: 25px;
  border: 3px solid #fff;
  border-radius: 50%;
}

/* line 7013, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card-user-cover ul.menu {
  padding-left: 115px;
  margin: 0;
  height: 55px;
  list-style: none;
  background: #fff;
}

/* line 7019, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card-user-cover ul.menu li {
  display: inline-block;
}

/* line 7021, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card-user-cover ul.menu li.active a {
  color: #373a3c;
}

/* line 7023, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card-user-cover ul.menu li a {
  height: 55px;
  line-height: 53px;
  margin-right: 5px;
  margin-right: 15px;
  color: #ccc;
  font-size: 16px;
}

/* line 7030, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card-user-cover ul.menu li a i.md {
  font-size: 24px;
  vertical-align: middle;
  top: -2px;
  margin-right: 5px;
}

/* line 7035, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.card-user-cover ul.menu li a:hover {
  color: #373a3c;
  text-decoration: none;
}

@media (max-width: 543px) {
  /* line 7039, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .card-user-cover ul.menu li a span {
    display: none;
  }
}

/* line 7042, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.list-appointments {
  list-style: none;
  padding-left: 0;
}

/* line 7045, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.list-appointments li {
  margin-left: 100px;
  border-left: 1px solid #e5e5e5;
  position: relative;
}

/* line 7049, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.list-appointments li:first-of-type {
  padding: 1.25rem 0 0 0;
  margin-top: 1.25rem;
}

/* line 7052, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.list-appointments li:first-of-type .item-time, .list-appointments li:first-of-type .item-icon {
  top: 0 !important;
}

/* line 7054, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.list-appointments li .item-time {
  position: absolute;
  left: -90px;
  top: -.625rem;
  width: 70px;
  text-align: right;
  font-size: .9rem;
}

/* line 7061, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.list-appointments li .item {
  border-bottom: 1px solid #f2f2f2;
  padding: 1rem;
}

/* line 7064, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.list-appointments li .item .item-icon {
  position: absolute;
  text-align: center;
  left: -12px;
  top: -12px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  background: #55bb66;
  border-radius: 50%;
}

/* line 7075, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.list-appointments li .item .item-icon i {
  font-size: 16px;
  position: relative;
  top: -1px;
}

/* line 7079, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.list-appointments li .item a:hover .text-muted {
  color: #fff;
}

@media (max-width: 991px) {
  /* line 7082, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .list-appointments li {
    margin-left: 2rem;
  }
  /* line 7084, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .list-appointments li .item {
    padding: 1.5rem;
  }
  /* line 7086, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .list-appointments li:first-of-type .item-time {
    margin-top: 2px;
  }
  /* line 7088, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .list-appointments li .item-time {
    left: 1.5rem;
    text-align: center;
    background: #fff;
    width: auto;
  }
  /* line 7093, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .list-appointments li .item a .text-muted {
    display: none;
  }
}

/* line 7096, app/assets/stylesheets/portal/adminplus/stock-modified.css */
#chat {
  padding-bottom: 60px;
}

/* line 7098, app/assets/stylesheets/portal/adminplus/stock-modified.css */
#chat .reply {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 7103, app/assets/stylesheets/portal/adminplus/stock-modified.css */
#chat .reply .form-control {
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-radius: none;
}

/* line 7108, app/assets/stylesheets/portal/adminplus/stock-modified.css */
#chat .media-list {
  margin-bottom: 0;
}

/* line 7110, app/assets/stylesheets/portal/adminplus/stock-modified.css */
#chat .media-list .media {
  margin: 0;
}

/* line 7113, app/assets/stylesheets/portal/adminplus/stock-modified.css */
#notes .container-fluid {
  height: 100%;
  padding-bottom: 20px;
}

/* line 7117, app/assets/stylesheets/portal/adminplus/stock-modified.css */
#notes textarea {
  border: none;
  background: none;
  height: 100%;
}

@media print {
  /* line 7123, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  body, .ls-top-navbar {
    margin-top: 0 !important;
  }
  /* line 7125, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  html, body {
    width: 210mm;
    height: 277mm;
  }
  /* line 7128, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  #invoice > .card {
    min-height: 277mm;
  }
  /* line 7130, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  #invoice > .card .row {
    margin-bottom: 10mm;
  }
  /* line 7132, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  #invoice > .card .table {
    margin-bottom: 10mm;
  }
}

/* line 7135, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.o-visible {
  overflow: visible;
}

/* line 7138, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.p-absolute {
  position: absolute;
}

/* line 7141, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.height-180 {
  height: 180px;
}

/* line 7144, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.height-350 {
  height: 350px;
}

/* line 7147, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.fs {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

/* line 7154, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.m-b-05 {
  margin-bottom: .625rem;
}

/* line 7157, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.btn i.material-icons {
  position: relative;
  top: -1px;
}

/* line 7161, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.table-fit {
  border-bottom: 1px solid #eceeef;
}

/* line 7164, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.navbar .dropdown-menu {
  margin: 0;
}

/* line 7167, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.dropdown-menu.notifications {
  min-width: 280px;
  padding: 0;
}

/* line 7170, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.dropdown-menu.notifications > .dropdown-title {
  padding: 0.625rem;
  text-transform: uppercase;
  font-weight: 500;
  font-size: .9rem;
  line-height: normal;
  color: rgba(0, 0, 0, 0.54);
  border-bottom: 1px solid #e5e5e5;
}

/* line 7178, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.dropdown-menu.notifications .dropdown-action {
  line-height: 1rem;
  padding: 0.625rem;
}

/* line 7181, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.dropdown-menu.notifications > .dropdown-item {
  padding: 0.625rem;
  line-height: 1.3;
  font-size: .9rem;
  border-bottom: 1px solid #e5e5e5;
}

/* line 7186, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.dropdown-menu.notifications > .dropdown-item .media-left {
  padding-right: 0.625rem;
}

/* line 7188, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.dropdown-menu.notifications > .dropdown-item a.nav-link {
  position: relative;
  display: block;
  color: #818a91;
}

/* line 7192, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.dropdown-menu.notifications > .dropdown-item a.nav-link strong {
  display: block;
  color: #55595c;
}

/* line 7195, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.dropdown-menu.notifications > .dropdown-item a.nav-link i {
  opacity: .5;
}

/* line 7197, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.dropdown-menu.notifications > .dropdown-item:hover {
  border-color: #eceeef;
  background: rgba(0, 0, 0, 0.05);
}

/* line 7200, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.dropdown-menu.notifications > .dropdown-item:hover a.nav-link i {
  opacity: 1;
  color: #55bb66;
}

@media (max-width: 991px) {
  /* line 7204, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .dropdown-menu.notifications {
    min-width: 220px;
  }
  /* line 7206, app/assets/stylesheets/portal/adminplus/stock-modified.css */
  .dropdown-menu.notifications .dropdown-item small {
    display: block;
  }
}

/* line 7209, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-activity {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 7213, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-activity li {
  padding: .625rem 1.25rem;
  font-size: .9rem;
}

/* line 7216, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-activity li.media {
  margin: 0;
}

/* line 7218, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-activity li.media .media-left {
  padding-right: .625rem;
}

/* line 7220, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-activity li small {
  display: block;
  font-size: .7rem;
  margin-top: .325rem;
}

/* line 7224, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-activity li .sidebar-activity-icon {
  display: inline-block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

/* line 7231, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-activity li .sidebar-activity-icon i {
  font-size: 1.25rem;
  line-height: inherit;
  position: relative;
  top: -1px;
}

/* line 7236, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-activity li .sidebar-activity-message {
  display: inline-block;
}

/* line 7238, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-activity li:hover {
  cursor: pointer;
}

/* line 7241, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-email {
  line-height: normal;
  padding-left: 0;
  margin: 0;
  list-style: none;
}

/* line 7246, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-email .sidebar-email-item .btn {
  margin: .625rem;
}

/* line 7248, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-email .sidebar-email-item a.nav-link {
  position: relative;
  padding: .625rem .625rem  .625rem  2rem;
  display: block;
}

/* line 7252, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-email .sidebar-email-item a.nav-link .sidebar-email-subject {
  display: block;
  font-size: .9rem;
}

/* line 7255, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-email .sidebar-email-item a.nav-link .sidebar-email-message {
  display: block;
  font-size: .8rem;
  margin-top: 2px;
}

/* line 7259, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-email .sidebar-email-item.new a:after {
  position: absolute;
  left: 12px;
  top: .625rem;
  width: 10px;
  height: 10px;
  margin-top: 3px;
  display: inline-block;
  content: '';
  border-radius: 50%;
}

/* line 7270, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-user {
  display: block;
  padding: .625rem 1.25rem;
  background: rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 7275, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-user img {
  width: 40px;
  margin-right: .325rem;
}

/* line 7278, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-user:hover {
  text-decoration: none;
}

/* line 7281, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-user-center {
  display: block;
  padding: .625rem 1.25rem;
  text-align: center;
}

/* line 7285, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-user-center .sidebar-user-avatar {
  display: block;
}

/* line 7287, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-user-center .sidebar-user-avatar img {
  width: 60px;
  margin-bottom: 10px;
  display: inline-block;
}

/* line 7291, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-user-center .user-info {
  display: block;
  margin-bottom: .625rem;
}

/* line 7294, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-user-center .user-extras {
  display: block;
  margin-bottom: .625rem;
}

/* line 7297, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-user-center .user-extras a {
  margin-right: 10px;
}

/* line 7299, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-user-center .user-extras a:last-of-type {
  margin-right: 0;
}

/* line 7301, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-user-center .user-extras a:hover {
  text-decoration: none;
}

/* line 7304, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-stats {
  display: block;
  position: relative;
  text-align: center;
  margin: .625rem;
  border-radius: 5px;
  padding: .625rem;
  line-height: 1;
  color: #818a91;
  background: #fff;
}

/* line 7314, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-stats .sidebar-stats-lead {
  font-size: 2.3rem;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 500;
}

/* line 7320, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-stats .sidebar-stats-lead span {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}

/* line 7324, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-stats .sidebar-stats-lead small {
  font-size: 40%;
  font-weight: bold;
  vertical-align: middle;
}

/* line 7328, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-stats .sidebar-stats-lead small i {
  font-size: 1rem;
}

/* line 7331, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar .list-group-fit {
  border-bottom: 1px solid #e5e5e5;
}

/* line 7333, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar .list-group-fit .active a, .sidebar .list-group-fit .active a:hover {
  color: #fff;
}

/* line 7335, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar .list-group-fit a {
  color: #373a3c;
}

/* line 7337, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar .list-group-fit a:hover {
  text-decoration: none;
  color: #55bb66;
}

/* line 7341, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-filter {
  list-style: none;
  padding: 0 1.25rem;
}

/* line 7344, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-filter li i {
  font-size: .8rem;
  position: relative;
  top: -2px;
  margin-right: 10px;
}

/* line 7349, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-filter li a {
  color: #818a91;
  padding: .325rem 0;
  display: block;
}

/* line 7353, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-filter li a:hover {
  text-decoration: none;
  color: #55bb66;
}

/* line 7357, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark .sidebar-user img {
  border: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 7360, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark .sidebar-user-center {
  background: rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 7363, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark .sidebar-user-center .sidebar-user-avatar img {
  border: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 7365, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark .sidebar-user-center .user-info > a {
  color: #fff;
}

/* line 7367, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark .sidebar-user-center .user-extras a {
  color: rgba(255, 255, 255, 0.54);
}

/* line 7369, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark .sidebar-user-center .user-extras a:hover {
  color: #fff;
  text-decoration: none;
}

/* line 7373, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark .sidebar-activity li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 7375, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark .sidebar-activity li, .sidebar-dark .sidebar-activity li a {
  color: rgba(255, 255, 255, 0.54);
}

/* line 7377, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark .sidebar-activity li small {
  color: rgba(255, 255, 255, 0.34);
}

/* line 7379, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark .sidebar-activity li .sidebar-activity-icon {
  background: rgba(255, 255, 255, 0.12);
}

/* line 7381, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark .sidebar-activity li:hover, .sidebar-dark .sidebar-activity li.active {
  background: rgba(255, 255, 255, 0.12);
}

/* line 7383, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark .sidebar-activity li:hover,
.sidebar-dark .sidebar-activity li:hover a, .sidebar-dark .sidebar-activity li.active,
.sidebar-dark .sidebar-activity li.active a {
  color: #fff;
  transition: all .7s;
}

/* line 7389, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark .sidebar-email .sidebar-email-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 7391, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark .sidebar-email .sidebar-email-item a.nav-link {
  color: rgba(255, 255, 255, 0.54);
}

/* line 7393, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark .sidebar-email .sidebar-email-item.new a:after {
  background: #ffffff;
}

/* line 7395, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark .sidebar-email .sidebar-email-item:hover,
.sidebar-dark .sidebar-email .sidebar-email-item.active a.nav-link,
.sidebar-dark .sidebar-email .sidebar-email-item.active a.nav-link:hover {
  background: rgba(255, 255, 255, 0.12);
}

/* line 7399, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark .sidebar-email .sidebar-email-item:hover .sidebar-email-message,
.sidebar-dark .sidebar-email .sidebar-email-item.active a.nav-link .sidebar-email-message,
.sidebar-dark .sidebar-email .sidebar-email-item.active a.nav-link:hover .sidebar-email-message {
  color: rgba(255, 255, 255, 0.54);
}

/* line 7403, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-dark .sidebar-email .sidebar-email-item:hover *,
.sidebar-dark .sidebar-email .sidebar-email-item.active a.nav-link *,
.sidebar-dark .sidebar-email .sidebar-email-item.active a.nav-link:hover * {
  color: #fff;
}

/* line 7408, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .sidebar-user img {
  border: 1px solid #e5e5e5;
}

/* line 7411, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .sidebar-user-center {
  background: rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #e5e5e5;
}

/* line 7414, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .sidebar-user-center .sidebar-user-avatar img {
  border: 1px solid #e5e5e5;
}

/* line 7416, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .sidebar-user-center .user-info > a {
  color: #55595c;
}

/* line 7418, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .sidebar-user-center .user-info > a:hover {
  color: #55bb66;
}

/* line 7420, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .sidebar-user-center .user-extras a {
  color: rgba(0, 0, 0, 0.24);
}

/* line 7422, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .sidebar-user-center .user-extras a:hover {
  color: #55595c;
  text-decoration: none;
}

/* line 7426, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .sidebar-activity li {
  color: #818a91;
  background: rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #e5e5e5;
}

/* line 7430, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .sidebar-activity li small {
  color: rgba(0, 0, 0, 0.34);
}

/* line 7432, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .sidebar-activity li a {
  color: #818a91;
}

/* line 7434, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .sidebar-activity li .sidebar-activity-icon {
  background: rgba(0, 0, 0, 0.05);
  color: #55595c;
}

/* line 7437, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .sidebar-activity li .sidebar-activity-icon i {
  position: relative;
  top: 1px;
}

/* line 7440, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .sidebar-activity li:hover, .sidebar-light .sidebar-activity li.active {
  background: transparent;
}

/* line 7442, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .sidebar-activity li:hover,
.sidebar-light .sidebar-activity li:hover a, .sidebar-light .sidebar-activity li.active,
.sidebar-light .sidebar-activity li.active a {
  color: #212121;
  transition: all .7s;
}

/* line 7448, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .sidebar-email .sidebar-email-item {
  border-bottom: 1px solid #e5e5e5;
}

/* line 7450, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .sidebar-email .sidebar-email-item a.nav-link {
  color: #55595c;
}

/* line 7452, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .sidebar-email .sidebar-email-item a.nav-link .sidebar-email-message {
  color: #818a91;
}

/* line 7454, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .sidebar-email .sidebar-email-item a.nav-link:hover {
  background: #efefef;
}

/* line 7456, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .sidebar-email .sidebar-email-item.new a:after {
  background: #55bb66;
}

/* line 7458, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .sidebar-email .sidebar-email-item.active a.nav-link,
.sidebar-light .sidebar-email .sidebar-email-item.active a.nav-link:hover {
  background: #55bb66;
}

/* line 7461, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .sidebar-email .sidebar-email-item.active a.nav-link *,
.sidebar-light .sidebar-email .sidebar-email-item.active a.nav-link:hover * {
  color: #fff;
}

/* line 7465, app/assets/stylesheets/portal/adminplus/stock-modified.css */
.sidebar-light .sidebar-stats {
  border: 1px solid #e5e5e5;
  color: #818a91;
}

/* line 1, app/assets/stylesheets/portal/templates/body.scss */
* {
  box-sizing: border-box;
}

/* line 5, app/assets/stylesheets/portal/templates/body.scss */
#flash_alert {
  color: red;
}

/* line 9, app/assets/stylesheets/portal/templates/body.scss */
#flash_notice {
  color: green;
}

/* line 1, app/assets/stylesheets/portal/pages/history.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  border-radius: .25rem;
}

/* line 1, app/assets/stylesheets/portal/pages/search_results.scss */
.search-toggle {
  color: black;
  float: right;
}

/* line 6, app/assets/stylesheets/portal/pages/search_results.scss */
.search-toggle:hover {
  color: #55bb66;
}

/* line 10, app/assets/stylesheets/portal/pages/search_results.scss */
.search-card-header {
  height: 43px;
}

/* line 14, app/assets/stylesheets/portal/pages/search_results.scss */
.user-block {
  margin-top: 20px;
}

/* line 18, app/assets/stylesheets/portal/pages/search_results.scss */
.btn-all-users {
  margin-top: -1.5rem;
}

/* line 1, app/assets/stylesheets/messages.scss */
.multiselect {
  width: 200px;
}

/* line 5, app/assets/stylesheets/messages.scss */
.selectBox {
  position: relative;
}

/* line 9, app/assets/stylesheets/messages.scss */
.selectBox select {
  width: 100%;
  font-weight: bold;
}

/* line 14, app/assets/stylesheets/messages.scss */
.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* line 22, app/assets/stylesheets/messages.scss */
#checkboxes {
  display: none;
  border: 1px #dadada solid;
}

/* line 27, app/assets/stylesheets/messages.scss */
#checkboxes label {
  display: block;
}

/* line 31, app/assets/stylesheets/messages.scss */
#checkboxes label:hover {
  background-color: #1e90ff;
}

/* line 35, app/assets/stylesheets/messages.scss */
.card.card-messages {
  margin-top: 25px;
}

/* line 39, app/assets/stylesheets/messages.scss */
.errors {
  color: red;
}

/* line 42, app/assets/stylesheets/messages.scss */
.errors p {
  margin-bottom: 0px;
}

/* line 1, app/assets/stylesheets/pledge_campaigns.scss */
.user-progress {
  text-align: center;
}

/* line 5, app/assets/stylesheets/pledge_campaigns.scss */
.user-progress > div {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}

/* line 1, app/assets/stylesheets/portal/style.scss */
a.sidebar-brand {
  display: block;
  width: 100%;
  height: 72px;
  line-height: 75px;
  padding: 0 60.75px;
  font-size: 1.3rem;
  margin-top: -10px;
}

/* line 11, app/assets/stylesheets/portal/style.scss */
a.sidebar-brand img {
  display: inline;
  max-width: 125px;
  height: auto;
  max-height: 40px;
}

/* line 18, app/assets/stylesheets/portal/style.scss */
a.navbar-brand img {
  display: inline;
  max-width: 125px;
  height: auto;
  max-height: 40px;
  margin-top: -10px;
}

/* line 26, app/assets/stylesheets/portal/style.scss */
span.dropdown-item {
  border-bottom: 1px solid #e5e5e5 !important;
}

/* line 30, app/assets/stylesheets/portal/style.scss */
p.lead.sub-title {
  margin: 0px !important;
}

/* line 34, app/assets/stylesheets/portal/style.scss */
.charities {
  background: #dfdfdf;
}

/* line 38, app/assets/stylesheets/portal/style.scss */
.charities th, .charities td {
  background: #fff;
}

/* line 42, app/assets/stylesheets/portal/style.scss */
.charities .sub_charities_row td {
  background: #efefef;
}

/* line 46, app/assets/stylesheets/portal/style.scss */
span.green {
  color: green;
}

/* line 50, app/assets/stylesheets/portal/style.scss */
span.red {
  color: red;
}

/* line 54, app/assets/stylesheets/portal/style.scss */
span.warning {
  color: #FF9800;
}

/* line 58, app/assets/stylesheets/portal/style.scss */
.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  overflow: auto;
}

/* line 59, app/assets/stylesheets/portal/style.scss */
.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}

/* line 60, app/assets/stylesheets/portal/style.scss */
.autocomplete-selected {
  background: #F0F0F0;
}

/* line 61, app/assets/stylesheets/portal/style.scss */
.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399FF;
}

/* line 62, app/assets/stylesheets/portal/style.scss */
.autocomplete-group {
  padding: 2px 5px;
}

/* line 63, app/assets/stylesheets/portal/style.scss */
.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}

/* line 65, app/assets/stylesheets/portal/style.scss */
.no-margin {
  margin: 0 !important;
}

/* line 69, app/assets/stylesheets/portal/style.scss */
.breadcrumb {
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0px;
  background-color: #ebebeb;
  padding: 5px 10px;
  font-size: 12px;
  display: none;
}

/* line 78, app/assets/stylesheets/portal/style.scss */
.line-height-32 {
  line-height: 32px;
}

/* line 83, app/assets/stylesheets/portal/style.scss */
.modal_user .modal-body {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}

/* line 89, app/assets/stylesheets/portal/style.scss */
tr.inactive td {
  background: #ff8282;
}

/* line 94, app/assets/stylesheets/portal/style.scss */
.search-filters label {
  font-size: 13px;
  margin-bottom: 3px;
}

/* line 100, app/assets/stylesheets/portal/style.scss */
p.sidebar-give-button {
  padding: 10px;
}

/* line 104, app/assets/stylesheets/portal/style.scss */
p.sidebar-give-button a {
  display: block;
  text-align: center;
  font-weight: bold;
  background: white;
  border-radius: 5px;
  width: 100%;
  font-size: 22px;
  padding: 0px 15px;
}

/* line 115, app/assets/stylesheets/portal/style.scss */
p.sidebar-give-button a:hover {
  text-decoration: none;
}

/* line 119, app/assets/stylesheets/portal/style.scss */
.give-button {
  background: #5b6;
  color: white;
  display: block;
  width: 100%;
  font-size: 22px;
  padding: 36px 0px;
}

/* line 128, app/assets/stylesheets/portal/style.scss */
.give-button:hover {
  text-decoration: none;
  color: white;
}

/* line 133, app/assets/stylesheets/portal/style.scss */
.give-screen {
  margin-top: 25px;
}

/* line 137, app/assets/stylesheets/portal/style.scss */
.f-15 {
  font-size: 15px;
}

/* line 141, app/assets/stylesheets/portal/style.scss */
.badge-success {
  background-color: #54ba66;
}

/* line 1, app/assets/stylesheets/portal/views/events/form.scss */
.event-options {
  height: 16px;
  width: 16px;
  padding: 10px;
}

/* line 7, app/assets/stylesheets/portal/views/events/form.scss */
.submit-button {
  margin-top: 15px;
}

/* line 11, app/assets/stylesheets/portal/views/events/form.scss */
.option-row-css td {
  background: #f1f1f1;
}

/* line 15, app/assets/stylesheets/portal/views/events/form.scss */
.table td {
  vertical-align: middle !important;
}

/* line 19, app/assets/stylesheets/portal/views/events/form.scss */
.disable-button {
  float: right;
  position: relative;
}

/* line 1, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 7, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 14, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 21, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 23, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 26, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 33, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 39, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline {
  float: left;
}

/* line 41, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 47, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 50, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 61, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results {
  display: block;
}

/* line 64, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 69, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 73, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 76, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 79, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 84, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 89, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 92, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 96, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 98, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 101, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 118, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 130, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 134, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 137, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 141, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 143, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 149, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 161, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 164, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 168, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 171, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 174, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 178, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 183, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 189, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 191, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

/* line 198, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 207, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 213, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 216, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 219, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 223, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 227, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 231, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 235, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 238, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 242, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 246, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 249, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 256, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 260, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 263, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 266, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 269, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 271, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 273, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 276, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 279, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 282, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 285, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 289, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 293, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 298, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 308, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 310, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 313, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 318, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 320, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 336, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 348, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 351, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 360, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 362, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 365, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 369, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 379, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 389, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 395, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 397, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 401, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 403, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 412, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 418, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 421, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

/* line 426, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 430, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 433, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 438, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 443, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 447, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 451, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

/* line 455, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 458, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 461, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 465, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 468, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 471, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

/* line 475, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 480, ../../../.rvm/gems/ruby-2.7.7/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* line 1, app/assets/stylesheets/portal/custom_select2.scss */
.select2-results__option--highlighted {
  color: white !important;
  background-color: #55bb66 !important;
}

/* line 45, app/assets/stylesheets/portal.scss */
.full-width {
  width: 100% !important;
}

/* line 49, app/assets/stylesheets/portal.scss */
.select2-selection--multiple {
  border: solid #eceeef 1px !important;
  border-radius: 0px !important;
}

/* line 54, app/assets/stylesheets/portal.scss */
.select2-search__field {
  width: 100% !important;
}

/* line 58, app/assets/stylesheets/portal.scss */
.no-after::after {
  content: none !important;
}

/* line 62, app/assets/stylesheets/portal.scss */
.modal-header .close {
  margin: -1rem -1rem -1rem auto;
}

/* line 66, app/assets/stylesheets/portal.scss */
.amount-box {
  background-color: black;
  height: 50px;
  font-size: 24px;
  line-height: 26px;
}

/* line 73, app/assets/stylesheets/portal.scss */
.nav-link.active {
  background-color: white !important;
}

/* line 77, app/assets/stylesheets/portal.scss */
.modal-xl {
  max-width: 1200px;
  width: 1200px;
}
