@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, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 */
/*!
   * Bootstrap  v5.3.0-alpha3 (https://getbootstrap.com/)
   * Copyright 2011-2023 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
/* line 1, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_root.scss */
:root,
[data-bs-theme="light"] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_color-mode.scss */
[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #adb5bd;
  --bs-body-color-rgb: 173, 181, 189;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(173, 181, 189, 0.75);
  --bs-secondary-color-rgb: 173, 181, 189;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(173, 181, 189, 0.5);
  --bs-tertiary-color-rgb: 173, 181, 189;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  /* line 28, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
  :root {
    scroll-behavior: smooth;
  }
}

/* line 49, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 68, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

/* line 83, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color, inherit);
}

/* line 93, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  /* line 93, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
  h1, .h1 {
    font-size: 2.5rem;
  }
}

/* line 98, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  /* line 98, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
  h2, .h2 {
    font-size: 2rem;
  }
}

/* line 103, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  /* line 103, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
  h3, .h3 {
    font-size: 1.75rem;
  }
}

/* line 108, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  /* line 108, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
  h4, .h4 {
    font-size: 1.5rem;
  }
}

/* line 113, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 118, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 129, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 141, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

/* line 150, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 159, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul {
  padding-left: 2rem;
}

/* line 164, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 171, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 178, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 184, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 192, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 201, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 211, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
small, .small {
  font-size: 0.875em;
}

/* line 218, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
mark, .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

/* line 229, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

/* line 237, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 238, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
sup {
  top: -.5em;
}

/* line 243, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}

/* line 247, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

/* line 259, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 269, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

/* line 281, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

/* line 290, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 297, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

/* line 303, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
a > code {
  color: inherit;
}

/* line 308, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}

/* line 315, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
kbd kbd {
  padding: 0;
  font-size: 1em;
}

/* line 327, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 334, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
img,
svg {
  vertical-align: middle;
}

/* line 344, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
table {
  caption-side: bottom;
  border-collapse: collapse;
}

/* line 349, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

/* line 360, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 366, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

/* line 382, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
label {
  display: inline-block;
}

/* line 389, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

/* line 399, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 405, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 417, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 424, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
[role="button"] {
  cursor: pointer;
}

/* line 428, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 434, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
select:disabled {
  opacity: 1;
}

/* line 442, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}

/* line 451, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 458, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 466, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 473, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  resize: vertical;
}

/* line 484, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 496, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  /* line 496, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
  legend {
    font-size: 1.5rem;
  }
}

/* line 505, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
legend + * {
  clear: left;
}

/* line 513, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

/* line 523, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-inner-spin-button {
  height: auto;
}

/* line 533, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
/* line 554, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 560, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* line 568, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 575, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

/* line 581, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
iframe {
  border: 0;
}

/* line 589, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 599, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 608, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_type.scss */
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_type.scss */
  .display-1 {
    font-size: 5rem;
  }
}

/* line 36, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_type.scss */
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_type.scss */
  .display-2 {
    font-size: 4.5rem;
  }
}

/* line 36, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_type.scss */
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_type.scss */
  .display-3 {
    font-size: 4rem;
  }
}

/* line 36, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_type.scss */
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_type.scss */
  .display-4 {
    font-size: 3.5rem;
  }
}

/* line 36, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_type.scss */
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_type.scss */
  .display-5 {
    font-size: 3rem;
  }
}

/* line 36, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_type.scss */
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_type.scss */
  .display-6 {
    font-size: 2.5rem;
  }
}

/* line 60, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 65, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 68, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 82, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

/* line 88, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 92, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_type.scss */
.blockquote > :last-child {
  margin-bottom: 0;
}

/* line 97, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

/* line 103, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 8, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_images.scss */
.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_containers.scss */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 20, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_containers.scss */
  .container-sm, .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 20, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_containers.scss */
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 20, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_containers.scss */
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 20, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_containers.scss */
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  /* line 20, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_containers.scss */
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_grid.scss */
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_grid.scss */
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

/* line 15, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_grid.scss */
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

/* line 74, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col {
  flex: 1 0 0%;
}

/* line 78, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

/* line 90, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-1 {
  margin-left: 8.33333333%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-2 {
  margin-left: 16.66666667%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-4 {
  margin-left: 33.33333333%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-5 {
  margin-left: 41.66666667%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-7 {
  margin-left: 58.33333333%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-8 {
  margin-left: 66.66666667%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-10 {
  margin-left: 83.33333333%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-11 {
  margin-left: 91.66666667%;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  /* line 74, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm {
    flex: 1 0 0%;
  }
  /* line 78, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  /* line 74, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md {
    flex: 1 0 0%;
  }
  /* line 78, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  /* line 74, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg {
    flex: 1 0 0%;
  }
  /* line 78, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  /* line 74, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl {
    flex: 1 0 0%;
  }
  /* line 78, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  /* line 74, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl {
    flex: 1 0 0%;
  }
  /* line 78, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-0 {
    margin-left: 0;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-3 {
    margin-left: 25%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-6 {
    margin-left: 50%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-9 {
    margin-left: 75%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tables.scss */
.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

/* line 28, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tables.scss */
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

/* line 35, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody {
  vertical-align: inherit;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tables.scss */
.table > thead {
  vertical-align: bottom;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tables.scss */
.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tables.scss */
.caption-top {
  caption-side: top;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tables.scss */
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

/* line 79, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}

/* line 83, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

/* line 91, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

/* line 95, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

/* line 106, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

/* line 114, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tables.scss */
.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

/* line 124, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tables.scss */
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

/* line 134, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

/* line 3, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #bacbe6;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #cbccce;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #bcd0c7;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #badce3;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #e6dbb9;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #dfc2c4;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #dfe0e1;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #373b3e;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 159, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  /* line 159, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  /* line 159, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  /* line 159, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  /* line 159, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  /* line 159, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_labels.scss */
.form-label {
  margin-bottom: 0.5rem;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_labels.scss */
.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 26, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_labels.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_labels.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-text.scss */
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
  .form-control {
    transition: none;
  }
}

/* line 25, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control[type="file"] {
  overflow: hidden;
}

/* line 28, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 47, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}

/* line 75, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

/* line 86, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

/* line 95, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  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 95, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
  .form-control::file-selector-button {
    transition: none;
  }
}

/* line 110, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

/* line 120, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}

/* line 131, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-plaintext:focus {
  outline: 0;
}

/* line 135, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 149, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

/* line 155, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

/* line 162, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

/* line 168, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

/* line 179, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

/* line 183, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}

/* line 187, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

/* line 193, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}

/* line 198, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 202, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}

/* line 207, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}

/* line 212, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}

/* line 213, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-select.scss */
  .form-select {
    transition: none;
  }
}

/* line 28, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 39, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

/* line 45, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}

/* line 52, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

/* line 58, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

/* line 66, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

/* line 76, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-select.scss */
[data-bs-theme="dark"] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="radio"] {
  border-radius: 50%;
}

/* line 55, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:active {
  filter: brightness(90%);
}

/* line 59, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 65, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"]:checked {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

/* line 77, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="radio"]:checked {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 86, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

/* line 97, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

/* line 107, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

/* line 123, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch {
  padding-left: 2.5em;
}

/* line 126, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 126, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-check.scss */
  .form-switch .form-check-input {
    transition: none;
  }
}

/* line 136, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

/* line 140, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: 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 151, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}

/* line 155, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

/* line 162, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

/* line 167, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 174, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

/* line 184, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-check.scss */
[data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus {
  outline: 0;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 20, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 23, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-focus-outer {
  border: 0;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  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 27, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-range.scss */
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 38, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

/* line 43, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-tertiary-bg);
  border-color: transparent;
  border-radius: 1rem;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  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 54, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-range.scss */
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-tertiary-bg);
  border-color: transparent;
  border-radius: 1rem;
}

/* line 80, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled {
  pointer-events: none;
}

/* line 83, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}

/* line 87, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

/* line 1, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating {
  position: relative;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 11, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
  .form-floating > label {
    transition: none;
  }
}

/* line 28, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 42, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 61, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}

/* line 74, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 81, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}

/* line 86, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > :disabled ~ label {
  color: #6c757d;
}

/* line 89, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > :disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group .btn {
  position: relative;
  z-index: 2;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group .btn:focus {
  z-index: 5;
}

/* line 47, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

/* line 68, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

/* line 77, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

/* line 86, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

/* line 101, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 110, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 123, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 128, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 26, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

/* line 35, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/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;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

/* line 51, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  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='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 68, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/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 7, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

/* line 90, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select[size="1"]:valid:not([multiple]), .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid[size="1"]:not([multiple]) {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.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");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 99, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

/* line 118, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}

/* line 122, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

/* line 126, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

/* line 132, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control.is-valid:not(:focus), .was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select.is-valid:not(:focus), .was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating.is-valid:not(:focus-within) {
  z-index: 3;
}

/* line 26, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

/* line 35, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/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;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

/* line 51, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  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 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 68, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/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 7, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

/* line 90, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select[size="1"]:invalid:not([multiple]), .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid[size="1"]:not([multiple]) {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 99, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

/* line 118, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}

/* line 122, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

/* line 126, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

/* line 132, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control.is-invalid:not(:focus), .was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select.is-invalid:not(:focus), .was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating.is-invalid:not(:focus-within) {
  z-index: 4;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  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 5, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
  .btn {
    transition: none;
  }
}

/* line 43, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

/* line 50, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 70, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 81, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

/* line 93, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 103, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

/* line 123, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

/* line 123, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

/* line 123, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

/* line 123, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

/* line 123, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

/* line 123, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

/* line 123, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

/* line 123, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

/* line 149, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

/* line 149, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

/* line 149, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

/* line 149, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

/* line 149, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

/* line 149, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

/* line 149, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

/* line 149, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

/* line 161, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}

/* line 185, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}

/* line 189, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

/* line 201, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

/* line 205, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

/* line 1, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_transitions.scss */
  .fade {
    transition: none;
  }
}

/* line 4, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 16, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 21, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 21, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

/* line 2, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/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 64, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}

/* line 65, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

/* line 92, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-start {
  --bs-position: start;
}

/* line 95, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

/* line 101, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-end {
  --bs-position: end;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 92, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  /* line 95, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 92, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  /* line 95, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 92, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  /* line 95, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 92, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  /* line 95, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  /* line 92, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  /* line 95, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

/* line 116, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}

/* line 36, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/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 64, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 129, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}

/* line 36, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropend .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 64, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 139, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 146, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}

/* line 36, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 51, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::after {
  display: none;
}

/* line 55, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .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 64, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 156, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 164, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

/* line 175, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}

/* line 189, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

/* line 196, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}

/* line 203, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

/* line 213, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 218, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

/* line 228, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

/* line 235, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

/* line 2, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 26, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group {
  border-radius: var(--bs-border-radius);
}

/* line 40, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}

/* line 46, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 56, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 75, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 79, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 85, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_button-group.scss */
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 90, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/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 95, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/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 117, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 122, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 127, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}

/* line 133, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/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 138, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_nav.scss */
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 24, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 24, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_nav.scss */
  .nav-link {
    transition: none;
  }
}

/* line 35, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}

/* line 41, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 47, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

/* line 71, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

/* line 76, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}

/* line 83, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}

/* line 91, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

/* line 98, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 111, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}

/* line 118, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}

/* line 121, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}

/* line 128, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

/* line 140, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_nav.scss */
.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}

/* line 149, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_nav.scss */
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}

/* line 154, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_nav.scss */
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}

/* line 160, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_nav.scss */
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

/* line 174, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 182, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_nav.scss */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 192, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

/* line 203, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 206, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

/* line 41, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

/* line 65, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}

/* line 74, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

/* line 86, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}

/* line 110, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
}

/* line 120, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}

/* line 125, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

/* line 141, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 150, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 150, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggler {
    transition: none;
  }
}

/* line 160, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler:hover {
  text-decoration: none;
}

/* line 164, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

/* line 173, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/* line 184, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  /* line 198, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 206, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  /* line 229, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  /* line 198, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 206, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  /* line 229, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  /* line 198, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 206, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  /* line 229, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  /* line 198, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 206, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  /* line 229, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  /* line 198, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  /* line 206, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  /* line 229, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

/* line 198, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

/* line 203, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 206, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 210, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}

/* line 216, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 220, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 225, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 229, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}

/* line 244, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

/* line 248, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

/* line 269, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 284, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
[data-bs-theme="dark"] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

/* line 41, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

/* line 55, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

/* line 63, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

/* line 77, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

/* line 82, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

/* line 88, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 97, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

/* line 106, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

/* line 113, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

/* line 118, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

/* line 124, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

/* line 134, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}

/* line 140, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

/* line 146, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
.card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
}

/* line 152, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

/* line 162, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

/* line 168, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

/* line 173, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

/* line 186, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}

@media (min-width: 576px) {
  /* line 183, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 195, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 200, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 207, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 210, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/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 215, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/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 222, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 225, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/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 230, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/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 5, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-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, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

/* line 32, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 32, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_accordion.scss */
  .accordion-button {
    transition: none;
  }
}

/* line 47, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

/* line 52, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

/* line 59, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 59, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_accordion.scss */
  .accordion-button::after {
    transition: none;
  }
}

/* line 71, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:hover {
  z-index: 2;
}

/* line 75, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

/* line 83, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-header {
  margin-bottom: 0;
}

/* line 87, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

/* line 92, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}

/* line 95, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

/* line 100, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:not(:first-of-type) {
  border-top: 0;
}

/* line 105, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

/* line 109, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

/* line 114, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

/* line 120, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

/* line 130, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-collapse {
  border-width: 0;
}

/* line 134, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 139, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

/* line 140, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

/* line 143, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

/* line 153, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_accordion.scss */
[data-bs-theme="dark"] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* line 1, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

/* line 26, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

/* line 29, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

/* line 1, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  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 29, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_pagination.scss */
  .page-link {
    transition: none;
  }
}

/* line 40, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}

/* line 48, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}

/* line 56, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

/* line 74, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}

/* line 80, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}

/* line 86, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

/* line 103, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

/* line 107, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_badge.scss */
.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}

/* line 29, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_badge.scss */
.badge:empty {
  display: none;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_alert.scss */
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

/* line 28, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_alert.scss */
.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

/* line 44, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 3rem;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

/* line 61, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

/* line 61, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_alert.scss */
.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

/* line 61, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

/* line 61, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_alert.scss */
.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

/* line 61, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

/* line 61, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

/* line 61, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_alert.scss */
.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

/* line 61, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

/* line 11, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_progress.scss */
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

/* line 33, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 33, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 45, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/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: var(--bs-progress-height) var(--bs-progress-height);
}

/* line 50, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_progress.scss */
.progress-stacked > .progress {
  overflow: visible;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_progress.scss */
.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

/* line 59, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  /* line 59, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar-animated {
    animation: none;
  }
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

/* line 35, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

/* line 51, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}

/* line 65, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

/* line 75, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

/* line 84, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 88, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 92, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}

/* line 100, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}

/* line 108, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 111, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

/* line 126, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 130, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}

/* line 135, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}

/* line 140, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 144, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}

/* line 148, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  /* line 126, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 130, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 768px) {
  /* line 126, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 130, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 992px) {
  /* line 126, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 130, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1200px) {
  /* line 126, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 130, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1400px) {
  /* line 126, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  /* line 130, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

/* line 164, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush {
  border-radius: 0;
}

/* line 167, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}

/* line 170, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 184, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

/* line 184, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

/* line 184, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

/* line 184, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

/* line 184, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

/* line 184, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

/* line 184, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

/* line 184, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_close.scss */
.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}

/* line 29, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_close.scss */
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}

/* line 35, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_close.scss */
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}

/* line 41, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_close.scss */
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

/* line 53, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_close.scss */
.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}

/* line 59, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_close.scss */
[data-bs-theme="dark"] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}

/* line 1, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_toasts.scss */
.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}

/* line 31, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_toasts.scss */
.toast.showing {
  opacity: 0;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_toasts.scss */
.toast:not(.show) {
  display: none;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

/* line 54, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-header .btn-close {
  margin-right: calc(-.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

/* line 70, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}

/* line 61, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/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 61, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 65, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 70, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 75, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}

/* line 78, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

/* line 83, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 88, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

/* line 95, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

/* line 113, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}

/* line 12, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

/* line 125, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

/* line 134, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

/* line 141, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

/* line 148, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

/* line 157, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

/* line 171, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}

@media (min-width: 576px) {
  /* line 178, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  /* line 184, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  /* line 190, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    --bs-modal-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 196, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg,
.modal-xl {
    --bs-modal-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 203, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}

/* line 214, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

/* line 220, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

/* line 226, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

/* line 231, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  /* line 214, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 220, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 226, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-header,
.modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  /* line 231, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 767.98px) {
  /* line 214, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 220, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 226, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-header,
.modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  /* line 231, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 991.98px) {
  /* line 214, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 220, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 226, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-header,
.modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  /* line 231, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1199.98px) {
  /* line 214, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 220, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 226, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-header,
.modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  /* line 231, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1399.98px) {
  /* line 214, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 220, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 226, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-header,
.modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  /* line 231, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

/* line 2, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

/* line 32, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}

/* line 37, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}

/* line 49, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

/* line 62, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
/* line 71, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}

/* line 74, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
/* line 82, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

/* line 87, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
/* line 112, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

/* line 1, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_popover.scss */
.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: ;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}

/* line 40, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_popover.scss */
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}

/* line 45, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_popover.scss */
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

/* line 61, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

/* line 66, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}

/* line 71, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
/* line 80, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

/* line 85, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

/* line 90, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}

/* line 95, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
/* line 105, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

/* line 108, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

/* line 113, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}

/* line 118, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}

/* line 125, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
/* line 139, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

/* line 144, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

/* line 149, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}

/* line 154, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
/* line 179, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_popover.scss */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}

/* line 188, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 193, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_popover.scss */
.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

/* line 14, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 3, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

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

@media (prefers-reduced-motion: reduce) {
  /* line 29, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 39, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 45, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

/* line 50, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* line 61, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

/* line 74, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 74, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

/* line 87, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 87, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 107, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.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 115, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 125, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
/* line 143, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

/* line 146, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* line 155, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}

/* line 169, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 169, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

/* line 189, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 199, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

/* line 213, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

/* line 218, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

/* line 222, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-dark .carousel-caption {
  color: #000;
}

/* line 213, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
[data-bs-theme="dark"] .carousel .carousel-control-prev-icon,
[data-bs-theme="dark"] .carousel .carousel-control-next-icon, .carousel[data-bs-theme="dark"] .carousel-control-prev-icon,
.carousel[data-bs-theme="dark"] .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

/* line 218, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
[data-bs-theme="dark"] .carousel .carousel-indicators [data-bs-target], .carousel[data-bs-theme="dark"] .carousel-indicators [data-bs-target] {
  background-color: #000;
}

/* line 222, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
[data-bs-theme="dark"] .carousel .carousel-caption, .carousel[data-bs-theme="dark"] .carousel-caption {
  color: #000;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

/* line 22, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

/* line 60, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

/* line 73, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 80, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_spinners.scss */
  .spinner-border,
.spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}

/* line 3, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  /* line 33, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm {
    transition: none;
  }
}

@media (max-width: 575.98px) {
  /* line 49, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  /* line 89, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}

@media (min-width: 576px) {
  /* line 33, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  /* line 106, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  /* line 33, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md {
    transition: none;
  }
}

@media (max-width: 767.98px) {
  /* line 49, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  /* line 89, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}

@media (min-width: 768px) {
  /* line 33, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  /* line 106, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  /* line 33, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  /* line 49, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  /* line 89, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}

@media (min-width: 992px) {
  /* line 33, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  /* line 106, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  /* line 33, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl {
    transition: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 49, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  /* line 89, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}

@media (min-width: 1200px) {
  /* line 33, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  /* line 106, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  /* line 33, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl {
    transition: none;
  }
}

@media (max-width: 1399.98px) {
  /* line 49, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  /* line 89, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}

@media (min-width: 1400px) {
  /* line 33, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  /* line 106, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

/* line 33, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 33, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas {
    transition: none;
  }
}

/* line 49, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}

/* line 65, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}

/* line 75, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}

/* line 84, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}

/* line 89, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.offcanvas-backdrop.fade {
  opacity: 0;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.offcanvas-backdrop.show {
  opacity: 0.5;
}

/* line 123, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

/* line 129, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
  margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y));
}

/* line 137, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

/* line 142, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

/* line 1, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}

/* line 9, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

/* line 16, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-xs {
  min-height: .6em;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-sm {
  min-height: .8em;
}

/* line 24, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-lg {
  min-height: 1.2em;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

/* line 41, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
          mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}

/* line 3, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-primary {
  color: RGBA(var(--bs-primary-rgb, var(--bs-link-opacity, 1)));
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1));
}

/* line 10, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1));
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1));
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-secondary {
  color: RGBA(var(--bs-secondary-rgb, var(--bs-link-opacity, 1)));
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1));
}

/* line 10, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1));
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1));
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-success {
  color: RGBA(var(--bs-success-rgb, var(--bs-link-opacity, 1)));
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1));
}

/* line 10, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1));
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1));
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-info {
  color: RGBA(var(--bs-info-rgb, var(--bs-link-opacity, 1)));
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1));
}

/* line 10, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1));
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1));
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-warning {
  color: RGBA(var(--bs-warning-rgb, var(--bs-link-opacity, 1)));
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1));
}

/* line 10, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1));
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1));
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-danger {
  color: RGBA(var(--bs-danger-rgb, var(--bs-link-opacity, 1)));
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1));
}

/* line 10, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1));
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1));
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-light {
  color: RGBA(var(--bs-light-rgb, var(--bs-link-opacity, 1)));
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1));
}

/* line 10, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1));
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1));
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-dark {
  color: RGBA(var(--bs-dark-rgb, var(--bs-link-opacity, 1)));
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1));
}

/* line 10, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1));
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1));
}

/* line 21, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1));
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1));
}

/* line 26, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75));
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75));
}

/* line 1, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_focus-ring.scss */
.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

/* line 1, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_icon-link.scss */
.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* line 9, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_icon-link.scss */
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}

@media (prefers-reduced-motion: reduce) {
  /* line 9, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_icon-link.scss */
  .icon-link > .bi {
    transition: none;
  }
}

/* line 21, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_icon-link.scss */
.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

/* line 3, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio {
  position: relative;
  width: 100%;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

/* line 13, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

/* line 23, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

/* line 23, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

/* line 3, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

/* line 24, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_position.scss */
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_position.scss */
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  /* line 24, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  /* line 24, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  /* line 24, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  /* line 24, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  /* line 24, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

/* line 2, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_stacks.scss */
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

/* line 9, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_stacks.scss */
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_visually-hidden.scss */
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_visually-hidden.scss */
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_stretched-link.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_text-truncation.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_vr.scss */
.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-top {
  vertical-align: top !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.float-start {
  float: left !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.float-end {
  float: right !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.float-none {
  float: none !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.object-fit-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-0 {
  opacity: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-25 {
  opacity: 0.25 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-50 {
  opacity: 0.5 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-75 {
  opacity: 0.75 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-100 {
  opacity: 1 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-visible {
  overflow: visible !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-scroll {
  overflow: scroll !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-x-auto {
  overflow-x: auto !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-x-hidden {
  overflow-x: hidden !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-x-visible {
  overflow-x: visible !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-x-scroll {
  overflow-x: scroll !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-y-auto {
  overflow-y: auto !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-y-hidden {
  overflow-y: hidden !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-y-visible {
  overflow-y: visible !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-y-scroll {
  overflow-y: scroll !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline {
  display: inline !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-block {
  display: block !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-grid {
  display: grid !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline-grid {
  display: inline-grid !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-table {
  display: table !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-table-row {
  display: table-row !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-flex {
  display: flex !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline-flex {
  display: inline-flex !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-none {
  display: none !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-static {
  position: static !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-relative {
  position: relative !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-absolute {
  position: absolute !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-fixed {
  position: fixed !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-sticky {
  position: sticky !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-0 {
  top: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-50 {
  top: 50% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-100 {
  top: 100% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-0 {
  bottom: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-50 {
  bottom: 50% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-100 {
  bottom: 100% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-0 {
  left: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-50 {
  left: 50% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-100 {
  left: 100% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-0 {
  right: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-50 {
  right: 50% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-100 {
  right: 100% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.translate-middle {
  transform: translate(-50%, -50%) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.translate-middle-x {
  transform: translateX(-50%) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.translate-middle-y {
  transform: translateY(-50%) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-0 {
  border: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-end-0 {
  border-right: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-start-0 {
  border-left: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-1 {
  border-width: 1px !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-2 {
  border-width: 2px !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-3 {
  border-width: 3px !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-4 {
  border-width: 4px !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-5 {
  border-width: 5px !important;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-100 {
  --bs-border-opacity: 1;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-25 {
  width: 25% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-50 {
  width: 50% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-75 {
  width: 75% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-100 {
  width: 100% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-auto {
  width: auto !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-25 {
  height: 25% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-50 {
  height: 50% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-75 {
  height: 75% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-100 {
  height: 100% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-auto {
  height: auto !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-evenly {
  justify-content: space-evenly !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-center {
  align-items: center !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-center {
  align-content: center !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-center {
  align-self: center !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-stretch {
  align-self: stretch !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-first {
  order: -1 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-0 {
  order: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-1 {
  order: 1 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-2 {
  order: 2 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-3 {
  order: 3 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-4 {
  order: 4 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-5 {
  order: 5 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-last {
  order: 6 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-0 {
  margin: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-auto {
  margin: auto !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-3 {
  margin-top: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-4 {
  margin-top: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-5 {
  margin-top: 3rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-auto {
  margin-top: auto !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-0 {
  margin-right: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-1 {
  margin-right: 0.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-2 {
  margin-right: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-3 {
  margin-right: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-4 {
  margin-right: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-5 {
  margin-right: 3rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-auto {
  margin-right: auto !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-3 {
  margin-bottom: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-4 {
  margin-bottom: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-5 {
  margin-bottom: 3rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-0 {
  margin-left: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-1 {
  margin-left: 0.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-2 {
  margin-left: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-3 {
  margin-left: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-4 {
  margin-left: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-5 {
  margin-left: 3rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-auto {
  margin-left: auto !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-0 {
  padding: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-3 {
  padding-top: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-4 {
  padding-top: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-5 {
  padding-top: 3rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-0 {
  padding-right: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-1 {
  padding-right: 0.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-2 {
  padding-right: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-3 {
  padding-right: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-4 {
  padding-right: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-5 {
  padding-right: 3rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-3 {
  padding-bottom: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-4 {
  padding-bottom: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-5 {
  padding-bottom: 3rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-0 {
  padding-left: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-1 {
  padding-left: 0.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-2 {
  padding-left: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-3 {
  padding-left: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-4 {
  padding-left: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-5 {
  padding-left: 3rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-0 {
  gap: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-1 {
  gap: 0.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-2 {
  gap: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-3 {
  gap: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-4 {
  gap: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-5 {
  gap: 3rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.row-gap-0 {
  row-gap: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.row-gap-1 {
  row-gap: 0.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.row-gap-2 {
  row-gap: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.row-gap-3 {
  row-gap: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.row-gap-4 {
  row-gap: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.row-gap-5 {
  row-gap: 3rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.column-gap-0 {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.column-gap-3 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.column-gap-5 {
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-5 {
  font-size: 1.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-6 {
  font-size: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fst-italic {
  font-style: italic !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fst-normal {
  font-style: normal !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-lighter {
  font-weight: lighter !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-light {
  font-weight: 300 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-normal {
  font-weight: 400 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-medium {
  font-weight: 500 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-semibold {
  font-weight: 600 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-bold {
  font-weight: 700 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-bolder {
  font-weight: bolder !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-1 {
  line-height: 1 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-sm {
  line-height: 1.25 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-base {
  line-height: 1.5 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-lg {
  line-height: 2 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-start {
  text-align: left !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-end {
  text-align: right !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-center {
  text-align: center !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-decoration-underline {
  text-decoration: underline !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-100 {
  --bs-text-opacity: 1;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

/* line 62, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

/* line 62, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

/* line 62, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

/* line 62, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-100 {
  --bs-link-opacity: 1;
}

/* line 62, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

/* line 79, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

/* line 79, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

/* line 79, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

/* line 62, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

/* line 62, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

/* line 62, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

/* line 62, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

/* line 62, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

/* line 62, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-none {
  pointer-events: none !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-auto {
  pointer-events: auto !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded {
  border-radius: var(--bs-border-radius) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.visible {
  visibility: visible !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.invisible {
  visibility: hidden !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.z-n1 {
  z-index: -1 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.z-0 {
  z-index: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.z-1 {
  z-index: 1 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.z-2 {
  z-index: 2 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-start {
    float: left !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-end {
    float: right !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-none {
    float: none !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-grid {
    display: grid !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-first {
    order: -1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-0 {
    order: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-1 {
    order: 1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-2 {
    order: 2 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-3 {
    order: 3 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-4 {
    order: 4 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-5 {
    order: 5 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-last {
    order: 6 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-auto {
    margin-top: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-0 {
    margin-right: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-auto {
    margin-right: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-auto {
    margin-left: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-0 {
    gap: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-3 {
    gap: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-5 {
    gap: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-sm-start {
    text-align: left !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-sm-end {
    text-align: right !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-start {
    float: left !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-end {
    float: right !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-none {
    float: none !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-grid {
    display: grid !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-first {
    order: -1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-0 {
    order: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-1 {
    order: 1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-2 {
    order: 2 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-3 {
    order: 3 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-4 {
    order: 4 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-5 {
    order: 5 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-last {
    order: 6 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-auto {
    margin-top: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-0 {
    margin-right: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-3 {
    margin-right: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-5 {
    margin-right: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-auto {
    margin-right: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-0 {
    margin-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-auto {
    margin-left: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-0 {
    padding-right: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-0 {
    padding-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-0 {
    gap: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-3 {
    gap: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-5 {
    gap: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-md-start {
    text-align: left !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-md-end {
    text-align: right !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-start {
    float: left !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-end {
    float: right !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-none {
    float: none !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-grid {
    display: grid !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-first {
    order: -1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-0 {
    order: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-1 {
    order: 1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-2 {
    order: 2 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-3 {
    order: 3 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-4 {
    order: 4 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-5 {
    order: 5 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-last {
    order: 6 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-auto {
    margin-top: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-0 {
    margin-right: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-auto {
    margin-right: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-auto {
    margin-left: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-0 {
    gap: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-3 {
    gap: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-5 {
    gap: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-lg-start {
    text-align: left !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-lg-end {
    text-align: right !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-start {
    float: left !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-end {
    float: right !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-none {
    float: none !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-grid {
    display: grid !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-first {
    order: -1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-0 {
    order: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-1 {
    order: 1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-2 {
    order: 2 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-3 {
    order: 3 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-4 {
    order: 4 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-5 {
    order: 5 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-last {
    order: 6 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-auto {
    margin-top: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-0 {
    margin-right: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-auto {
    margin-right: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-auto {
    margin-left: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-0 {
    gap: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-3 {
    gap: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-5 {
    gap: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xl-start {
    text-align: left !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xl-end {
    text-align: right !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-start {
    float: left !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-end {
    float: right !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-none {
    float: none !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline {
    display: inline !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-block {
    display: block !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-grid {
    display: grid !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-table {
    display: table !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-table-row {
    display: table-row !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-flex {
    display: flex !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-none {
    display: none !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-row {
    flex-direction: row !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-column {
    flex-direction: column !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-center {
    align-items: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-center {
    align-content: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-center {
    align-self: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-first {
    order: -1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-0 {
    order: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-1 {
    order: 1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-2 {
    order: 2 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-3 {
    order: 3 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-4 {
    order: 4 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-5 {
    order: 5 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-last {
    order: 6 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-3 {
    margin: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-5 {
    margin: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-auto {
    margin: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-auto {
    margin-right: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-3 {
    padding: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-5 {
    padding: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-0 {
    gap: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxl-start {
    text-align: left !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxl-end {
    text-align: right !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-1 {
    font-size: 2.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-2 {
    font-size: 2rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-3 {
    font-size: 1.75rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-grid {
    display: grid !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-none {
    display: none !important;
  }
}

@font-face {
  font-family: "feather";
  src: url(/assets/feather-webfont-06965b8e4ce002e11dd30d8e7ee0df8143e10b835870d2270def2530aeb928aa.eot);
  src: url(/assets/feather-webfont-06965b8e4ce002e11dd30d8e7ee0df8143e10b835870d2270def2530aeb928aa.eot?#iefix) format("embedded-opentype"), url(/assets/feather-webfont-c4c7729a62142d4a29cd5f805cc8c133ad6c0ba87d5032e5a46563abe3ae0d28.woff) format("woff"), url(/assets/feather-webfont-081c1c5f141c6d0afef1c1f9e17989296f06486d59f4a2682f6a149cd4b96171.ttf) format("truetype"), url(/assets/feather-webfont-3f609423bdfe987bf216c7fd264c13d91740219d1bafc6816d868f8332bd10b9.svg#feather) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Character Mapping Method */
/* line 16, app/assets/stylesheets/theme/feather/feather.css */
[data-icon]:before {
  display: inline-block;
  font-family: "feather";
  content: attr(data-icon);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* CSS Class Mapping Method */
/* line 32, app/assets/stylesheets/theme/feather/feather.css */
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  font-family: "feather";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 46, app/assets/stylesheets/theme/feather/feather.css */
.icon-eye:before {
  content: "\e000";
}

/* line 50, app/assets/stylesheets/theme/feather/feather.css */
.icon-paper-clip:before {
  content: "\e001";
}

/* line 54, app/assets/stylesheets/theme/feather/feather.css */
.icon-mail:before {
  content: "\e002";
}

/* line 58, app/assets/stylesheets/theme/feather/feather.css */
.icon-mail:before {
  content: "\e002";
}

/* line 62, app/assets/stylesheets/theme/feather/feather.css */
.icon-toggle:before {
  content: "\e003";
}

/* line 66, app/assets/stylesheets/theme/feather/feather.css */
.icon-layout:before {
  content: "\e004";
}

/* line 70, app/assets/stylesheets/theme/feather/feather.css */
.icon-link:before {
  content: "\e005";
}

/* line 74, app/assets/stylesheets/theme/feather/feather.css */
.icon-bell:before {
  content: "\e006";
}

/* line 78, app/assets/stylesheets/theme/feather/feather.css */
.icon-lock:before {
  content: "\e007";
}

/* line 82, app/assets/stylesheets/theme/feather/feather.css */
.icon-unlock:before {
  content: "\e008";
}

/* line 86, app/assets/stylesheets/theme/feather/feather.css */
.icon-ribbon:before {
  content: "\e009";
}

/* line 90, app/assets/stylesheets/theme/feather/feather.css */
.icon-image:before {
  content: "\e010";
}

/* line 94, app/assets/stylesheets/theme/feather/feather.css */
.icon-signal:before {
  content: "\e011";
}

/* line 98, app/assets/stylesheets/theme/feather/feather.css */
.icon-target:before {
  content: "\e012";
}

/* line 102, app/assets/stylesheets/theme/feather/feather.css */
.icon-clipboard:before {
  content: "\e013";
}

/* line 106, app/assets/stylesheets/theme/feather/feather.css */
.icon-clock:before {
  content: "\e014";
}

/* line 110, app/assets/stylesheets/theme/feather/feather.css */
.icon-clock:before {
  content: "\e014";
}

/* line 114, app/assets/stylesheets/theme/feather/feather.css */
.icon-watch:before {
  content: "\e015";
}

/* line 118, app/assets/stylesheets/theme/feather/feather.css */
.icon-air-play:before {
  content: "\e016";
}

/* line 122, app/assets/stylesheets/theme/feather/feather.css */
.icon-camera:before {
  content: "\e017";
}

/* line 126, app/assets/stylesheets/theme/feather/feather.css */
.icon-video:before {
  content: "\e018";
}

/* line 130, app/assets/stylesheets/theme/feather/feather.css */
.icon-disc:before {
  content: "\e019";
}

/* line 134, app/assets/stylesheets/theme/feather/feather.css */
.icon-printer:before {
  content: "\e020";
}

/* line 138, app/assets/stylesheets/theme/feather/feather.css */
.icon-monitor:before {
  content: "\e021";
}

/* line 142, app/assets/stylesheets/theme/feather/feather.css */
.icon-server:before {
  content: "\e022";
}

/* line 146, app/assets/stylesheets/theme/feather/feather.css */
.icon-cog:before {
  content: "\e023";
}

/* line 150, app/assets/stylesheets/theme/feather/feather.css */
.icon-heart:before {
  content: "\e024";
}

/* line 154, app/assets/stylesheets/theme/feather/feather.css */
.icon-paragraph:before {
  content: "\e025";
}

/* line 158, app/assets/stylesheets/theme/feather/feather.css */
.icon-align-justify:before {
  content: "\e026";
}

/* line 162, app/assets/stylesheets/theme/feather/feather.css */
.icon-align-left:before {
  content: "\e027";
}

/* line 166, app/assets/stylesheets/theme/feather/feather.css */
.icon-align-center:before {
  content: "\e028";
}

/* line 170, app/assets/stylesheets/theme/feather/feather.css */
.icon-align-right:before {
  content: "\e029";
}

/* line 174, app/assets/stylesheets/theme/feather/feather.css */
.icon-book:before {
  content: "\e030";
}

/* line 178, app/assets/stylesheets/theme/feather/feather.css */
.icon-layers:before {
  content: "\e031";
}

/* line 182, app/assets/stylesheets/theme/feather/feather.css */
.icon-stack:before {
  content: "\e032";
}

/* line 186, app/assets/stylesheets/theme/feather/feather.css */
.icon-stack-2:before {
  content: "\e033";
}

/* line 190, app/assets/stylesheets/theme/feather/feather.css */
.icon-paper:before {
  content: "\e034";
}

/* line 194, app/assets/stylesheets/theme/feather/feather.css */
.icon-paper-stack:before {
  content: "\e035";
}

/* line 198, app/assets/stylesheets/theme/feather/feather.css */
.icon-search:before {
  content: "\e036";
}

/* line 202, app/assets/stylesheets/theme/feather/feather.css */
.icon-zoom-in:before {
  content: "\e037";
}

/* line 206, app/assets/stylesheets/theme/feather/feather.css */
.icon-zoom-out:before {
  content: "\e038";
}

/* line 210, app/assets/stylesheets/theme/feather/feather.css */
.icon-reply:before {
  content: "\e039";
}

/* line 214, app/assets/stylesheets/theme/feather/feather.css */
.icon-circle-plus:before {
  content: "\e040";
}

/* line 218, app/assets/stylesheets/theme/feather/feather.css */
.icon-circle-minus:before {
  content: "\e041";
}

/* line 222, app/assets/stylesheets/theme/feather/feather.css */
.icon-circle-check:before {
  content: "\e042";
}

/* line 226, app/assets/stylesheets/theme/feather/feather.css */
.icon-circle-cross:before {
  content: "\e043";
}

/* line 230, app/assets/stylesheets/theme/feather/feather.css */
.icon-square-plus:before {
  content: "\e044";
}

/* line 234, app/assets/stylesheets/theme/feather/feather.css */
.icon-square-minus:before {
  content: "\e045";
}

/* line 238, app/assets/stylesheets/theme/feather/feather.css */
.icon-square-check:before {
  content: "\e046";
}

/* line 242, app/assets/stylesheets/theme/feather/feather.css */
.icon-square-cross:before {
  content: "\e047";
}

/* line 246, app/assets/stylesheets/theme/feather/feather.css */
.icon-microphone:before {
  content: "\e048";
}

/* line 250, app/assets/stylesheets/theme/feather/feather.css */
.icon-record:before {
  content: "\e049";
}

/* line 254, app/assets/stylesheets/theme/feather/feather.css */
.icon-skip-back:before {
  content: "\e050";
}

/* line 258, app/assets/stylesheets/theme/feather/feather.css */
.icon-rewind:before {
  content: "\e051";
}

/* line 262, app/assets/stylesheets/theme/feather/feather.css */
.icon-play:before {
  content: "\e052";
}

/* line 266, app/assets/stylesheets/theme/feather/feather.css */
.icon-pause:before {
  content: "\e053";
}

/* line 270, app/assets/stylesheets/theme/feather/feather.css */
.icon-stop:before {
  content: "\e054";
}

/* line 274, app/assets/stylesheets/theme/feather/feather.css */
.icon-fast-forward:before {
  content: "\e055";
}

/* line 278, app/assets/stylesheets/theme/feather/feather.css */
.icon-skip-forward:before {
  content: "\e056";
}

/* line 282, app/assets/stylesheets/theme/feather/feather.css */
.icon-shuffle:before {
  content: "\e057";
}

/* line 286, app/assets/stylesheets/theme/feather/feather.css */
.icon-repeat:before {
  content: "\e058";
}

/* line 290, app/assets/stylesheets/theme/feather/feather.css */
.icon-folder:before {
  content: "\e059";
}

/* line 294, app/assets/stylesheets/theme/feather/feather.css */
.icon-umbrella:before {
  content: "\e060";
}

/* line 298, app/assets/stylesheets/theme/feather/feather.css */
.icon-moon:before {
  content: "\e061";
}

/* line 302, app/assets/stylesheets/theme/feather/feather.css */
.icon-thermometer:before {
  content: "\e062";
}

/* line 306, app/assets/stylesheets/theme/feather/feather.css */
.icon-drop:before {
  content: "\e063";
}

/* line 310, app/assets/stylesheets/theme/feather/feather.css */
.icon-sun:before {
  content: "\e064";
}

/* line 314, app/assets/stylesheets/theme/feather/feather.css */
.icon-cloud:before {
  content: "\e065";
}

/* line 318, app/assets/stylesheets/theme/feather/feather.css */
.icon-cloud-upload:before {
  content: "\e066";
}

/* line 322, app/assets/stylesheets/theme/feather/feather.css */
.icon-cloud-download:before {
  content: "\e067";
}

/* line 326, app/assets/stylesheets/theme/feather/feather.css */
.icon-upload:before {
  content: "\e068";
}

/* line 330, app/assets/stylesheets/theme/feather/feather.css */
.icon-download:before {
  content: "\e069";
}

/* line 334, app/assets/stylesheets/theme/feather/feather.css */
.icon-location:before {
  content: "\e070";
}

/* line 338, app/assets/stylesheets/theme/feather/feather.css */
.icon-location-2:before {
  content: "\e071";
}

/* line 342, app/assets/stylesheets/theme/feather/feather.css */
.icon-map:before {
  content: "\e072";
}

/* line 346, app/assets/stylesheets/theme/feather/feather.css */
.icon-battery:before {
  content: "\e073";
}

/* line 350, app/assets/stylesheets/theme/feather/feather.css */
.icon-head:before {
  content: "\e074";
}

/* line 354, app/assets/stylesheets/theme/feather/feather.css */
.icon-briefcase:before {
  content: "\e075";
}

/* line 358, app/assets/stylesheets/theme/feather/feather.css */
.icon-speech-bubble:before {
  content: "\e076";
}

/* line 362, app/assets/stylesheets/theme/feather/feather.css */
.icon-anchor:before {
  content: "\e077";
}

/* line 366, app/assets/stylesheets/theme/feather/feather.css */
.icon-globe:before {
  content: "\e078";
}

/* line 370, app/assets/stylesheets/theme/feather/feather.css */
.icon-box:before {
  content: "\e079";
}

/* line 374, app/assets/stylesheets/theme/feather/feather.css */
.icon-reload:before {
  content: "\e080";
}

/* line 378, app/assets/stylesheets/theme/feather/feather.css */
.icon-share:before {
  content: "\e081";
}

/* line 382, app/assets/stylesheets/theme/feather/feather.css */
.icon-marquee:before {
  content: "\e082";
}

/* line 386, app/assets/stylesheets/theme/feather/feather.css */
.icon-marquee-plus:before {
  content: "\e083";
}

/* line 390, app/assets/stylesheets/theme/feather/feather.css */
.icon-marquee-minus:before {
  content: "\e084";
}

/* line 394, app/assets/stylesheets/theme/feather/feather.css */
.icon-tag:before {
  content: "\e085";
}

/* line 398, app/assets/stylesheets/theme/feather/feather.css */
.icon-power:before {
  content: "\e086";
}

/* line 402, app/assets/stylesheets/theme/feather/feather.css */
.icon-command:before {
  content: "\e087";
}

/* line 406, app/assets/stylesheets/theme/feather/feather.css */
.icon-alt:before {
  content: "\e088";
}

/* line 410, app/assets/stylesheets/theme/feather/feather.css */
.icon-esc:before {
  content: "\e089";
}

/* line 414, app/assets/stylesheets/theme/feather/feather.css */
.icon-bar-graph:before {
  content: "\e090";
}

/* line 418, app/assets/stylesheets/theme/feather/feather.css */
.icon-bar-graph-2:before {
  content: "\e091";
}

/* line 422, app/assets/stylesheets/theme/feather/feather.css */
.icon-pie-graph:before {
  content: "\e092";
}

/* line 426, app/assets/stylesheets/theme/feather/feather.css */
.icon-star:before {
  content: "\e093";
}

/* line 430, app/assets/stylesheets/theme/feather/feather.css */
.icon-arrow-left:before {
  content: "\e094";
}

/* line 434, app/assets/stylesheets/theme/feather/feather.css */
.icon-arrow-right:before {
  content: "\e095";
}

/* line 438, app/assets/stylesheets/theme/feather/feather.css */
.icon-arrow-up:before {
  content: "\e096";
}

/* line 442, app/assets/stylesheets/theme/feather/feather.css */
.icon-arrow-down:before {
  content: "\e097";
}

/* line 446, app/assets/stylesheets/theme/feather/feather.css */
.icon-volume:before {
  content: "\e098";
}

/* line 450, app/assets/stylesheets/theme/feather/feather.css */
.icon-mute:before {
  content: "\e099";
}

/* line 454, app/assets/stylesheets/theme/feather/feather.css */
.icon-content-right:before {
  content: "\e100";
}

/* line 458, app/assets/stylesheets/theme/feather/feather.css */
.icon-content-left:before {
  content: "\e101";
}

/* line 462, app/assets/stylesheets/theme/feather/feather.css */
.icon-grid:before {
  content: "\e102";
}

/* line 466, app/assets/stylesheets/theme/feather/feather.css */
.icon-grid-2:before {
  content: "\e103";
}

/* line 470, app/assets/stylesheets/theme/feather/feather.css */
.icon-columns:before {
  content: "\e104";
}

/* line 474, app/assets/stylesheets/theme/feather/feather.css */
.icon-loader:before {
  content: "\e105";
}

/* line 478, app/assets/stylesheets/theme/feather/feather.css */
.icon-bag:before {
  content: "\e106";
}

/* line 482, app/assets/stylesheets/theme/feather/feather.css */
.icon-ban:before {
  content: "\e107";
}

/* line 486, app/assets/stylesheets/theme/feather/feather.css */
.icon-flag:before {
  content: "\e108";
}

/* line 490, app/assets/stylesheets/theme/feather/feather.css */
.icon-trash:before {
  content: "\e109";
}

/* line 494, app/assets/stylesheets/theme/feather/feather.css */
.icon-expand:before {
  content: "\e110";
}

/* line 498, app/assets/stylesheets/theme/feather/feather.css */
.icon-contract:before {
  content: "\e111";
}

/* line 502, app/assets/stylesheets/theme/feather/feather.css */
.icon-maximize:before {
  content: "\e112";
}

/* line 506, app/assets/stylesheets/theme/feather/feather.css */
.icon-minimize:before {
  content: "\e113";
}

/* line 510, app/assets/stylesheets/theme/feather/feather.css */
.icon-plus:before {
  content: "\e114";
}

/* line 514, app/assets/stylesheets/theme/feather/feather.css */
.icon-minus:before {
  content: "\e115";
}

/* line 518, app/assets/stylesheets/theme/feather/feather.css */
.icon-check:before {
  content: "\e116";
}

/* line 522, app/assets/stylesheets/theme/feather/feather.css */
.icon-cross:before {
  content: "\e117";
}

/* line 526, app/assets/stylesheets/theme/feather/feather.css */
.icon-move:before {
  content: "\e118";
}

/* line 530, app/assets/stylesheets/theme/feather/feather.css */
.icon-delete:before {
  content: "\e119";
}

/* line 534, app/assets/stylesheets/theme/feather/feather.css */
.icon-menu:before {
  content: "\e120";
}

/* line 538, app/assets/stylesheets/theme/feather/feather.css */
.icon-archive:before {
  content: "\e121";
}

/* line 542, app/assets/stylesheets/theme/feather/feather.css */
.icon-inbox:before {
  content: "\e122";
}

/* line 546, app/assets/stylesheets/theme/feather/feather.css */
.icon-outbox:before {
  content: "\e123";
}

/* line 550, app/assets/stylesheets/theme/feather/feather.css */
.icon-file:before {
  content: "\e124";
}

/* line 554, app/assets/stylesheets/theme/feather/feather.css */
.icon-file-add:before {
  content: "\e125";
}

/* line 558, app/assets/stylesheets/theme/feather/feather.css */
.icon-file-subtract:before {
  content: "\e126";
}

/* line 562, app/assets/stylesheets/theme/feather/feather.css */
.icon-help:before {
  content: "\e127";
}

/* line 566, app/assets/stylesheets/theme/feather/feather.css */
.icon-open:before {
  content: "\e128";
}

/* line 570, app/assets/stylesheets/theme/feather/feather.css */
.icon-ellipsis:before {
  content: "\e129";
}

@font-face {
  font-family: 'themify';
  src: url(/assets/themify-f1ba2ff6b8910c974fe48b17a80843b8b19ac6e6ae08d68bd27df2259ce6c658.eot);
  src: url(/assets/themify-f1ba2ff6b8910c974fe48b17a80843b8b19ac6e6ae08d68bd27df2259ce6c658.eot?#iefix) format("embedded-opentype"), url(/assets/themify-efcb3c913adebf3e17d241a55cab2c25f0ff6fbd217d1ae4c29e7c84952a404b.woff) format("woff"), url(/assets/themify-67c745cef69ad6303b7cf19bd616a48401e7bb8e1e1d9de050c7d6622c56fcb5.ttf) format("truetype"), url(/assets/themify-e67cd83894f9e9c70f84ed1dc044bd5c2b8da02050864096a27338d9e7262b8b.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 12, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
[class^="ti-"], [class*=" ti-"] {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 26, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-wand:before {
  content: "\e600";
}

/* line 29, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-volume:before {
  content: "\e601";
}

/* line 32, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-user:before {
  content: "\e602";
}

/* line 35, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-unlock:before {
  content: "\e603";
}

/* line 38, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-unlink:before {
  content: "\e604";
}

/* line 41, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-trash:before {
  content: "\e605";
}

/* line 44, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-thought:before {
  content: "\e606";
}

/* line 47, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-target:before {
  content: "\e607";
}

/* line 50, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-tag:before {
  content: "\e608";
}

/* line 53, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-tablet:before {
  content: "\e609";
}

/* line 56, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-star:before {
  content: "\e60a";
}

/* line 59, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-spray:before {
  content: "\e60b";
}

/* line 62, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-signal:before {
  content: "\e60c";
}

/* line 65, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-shopping-cart:before {
  content: "\e60d";
}

/* line 68, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-shopping-cart-full:before {
  content: "\e60e";
}

/* line 71, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-settings:before {
  content: "\e60f";
}

/* line 74, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-search:before {
  content: "\e610";
}

/* line 77, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-zoom-in:before {
  content: "\e611";
}

/* line 80, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-zoom-out:before {
  content: "\e612";
}

/* line 83, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-cut:before {
  content: "\e613";
}

/* line 86, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-ruler:before {
  content: "\e614";
}

/* line 89, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-ruler-pencil:before {
  content: "\e615";
}

/* line 92, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-ruler-alt:before {
  content: "\e616";
}

/* line 95, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-bookmark:before {
  content: "\e617";
}

/* line 98, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-bookmark-alt:before {
  content: "\e618";
}

/* line 101, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-reload:before {
  content: "\e619";
}

/* line 104, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-plus:before {
  content: "\e61a";
}

/* line 107, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-pin:before {
  content: "\e61b";
}

/* line 110, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-pencil:before {
  content: "\e61c";
}

/* line 113, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-pencil-alt:before {
  content: "\e61d";
}

/* line 116, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-paint-roller:before {
  content: "\e61e";
}

/* line 119, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-paint-bucket:before {
  content: "\e61f";
}

/* line 122, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-na:before {
  content: "\e620";
}

/* line 125, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-mobile:before {
  content: "\e621";
}

/* line 128, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-minus:before {
  content: "\e622";
}

/* line 131, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-medall:before {
  content: "\e623";
}

/* line 134, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-medall-alt:before {
  content: "\e624";
}

/* line 137, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-marker:before {
  content: "\e625";
}

/* line 140, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-marker-alt:before {
  content: "\e626";
}

/* line 143, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-arrow-up:before {
  content: "\e627";
}

/* line 146, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-arrow-right:before {
  content: "\e628";
}

/* line 149, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-arrow-left:before {
  content: "\e629";
}

/* line 152, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-arrow-down:before {
  content: "\e62a";
}

/* line 155, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-lock:before {
  content: "\e62b";
}

/* line 158, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-location-arrow:before {
  content: "\e62c";
}

/* line 161, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-link:before {
  content: "\e62d";
}

/* line 164, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout:before {
  content: "\e62e";
}

/* line 167, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layers:before {
  content: "\e62f";
}

/* line 170, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layers-alt:before {
  content: "\e630";
}

/* line 173, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-key:before {
  content: "\e631";
}

/* line 176, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-import:before {
  content: "\e632";
}

/* line 179, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-image:before {
  content: "\e633";
}

/* line 182, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-heart:before {
  content: "\e634";
}

/* line 185, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-heart-broken:before {
  content: "\e635";
}

/* line 188, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-hand-stop:before {
  content: "\e636";
}

/* line 191, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-hand-open:before {
  content: "\e637";
}

/* line 194, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-hand-drag:before {
  content: "\e638";
}

/* line 197, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-folder:before {
  content: "\e639";
}

/* line 200, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-flag:before {
  content: "\e63a";
}

/* line 203, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-flag-alt:before {
  content: "\e63b";
}

/* line 206, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-flag-alt-2:before {
  content: "\e63c";
}

/* line 209, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-eye:before {
  content: "\e63d";
}

/* line 212, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-export:before {
  content: "\e63e";
}

/* line 215, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-exchange-vertical:before {
  content: "\e63f";
}

/* line 218, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-desktop:before {
  content: "\e640";
}

/* line 221, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-cup:before {
  content: "\e641";
}

/* line 224, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-crown:before {
  content: "\e642";
}

/* line 227, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-comments:before {
  content: "\e643";
}

/* line 230, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-comment:before {
  content: "\e644";
}

/* line 233, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-comment-alt:before {
  content: "\e645";
}

/* line 236, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-close:before {
  content: "\e646";
}

/* line 239, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-clip:before {
  content: "\e647";
}

/* line 242, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-angle-up:before {
  content: "\e648";
}

/* line 245, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-angle-right:before {
  content: "\e649";
}

/* line 248, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-angle-left:before {
  content: "\e64a";
}

/* line 251, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-angle-down:before {
  content: "\e64b";
}

/* line 254, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-check:before {
  content: "\e64c";
}

/* line 257, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-check-box:before {
  content: "\e64d";
}

/* line 260, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-camera:before {
  content: "\e64e";
}

/* line 263, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-announcement:before {
  content: "\e64f";
}

/* line 266, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-brush:before {
  content: "\e650";
}

/* line 269, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-briefcase:before {
  content: "\e651";
}

/* line 272, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-bolt:before {
  content: "\e652";
}

/* line 275, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-bolt-alt:before {
  content: "\e653";
}

/* line 278, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-blackboard:before {
  content: "\e654";
}

/* line 281, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-bag:before {
  content: "\e655";
}

/* line 284, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-move:before {
  content: "\e656";
}

/* line 287, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-arrows-vertical:before {
  content: "\e657";
}

/* line 290, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-arrows-horizontal:before {
  content: "\e658";
}

/* line 293, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-fullscreen:before {
  content: "\e659";
}

/* line 296, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-arrow-top-right:before {
  content: "\e65a";
}

/* line 299, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-arrow-top-left:before {
  content: "\e65b";
}

/* line 302, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-arrow-circle-up:before {
  content: "\e65c";
}

/* line 305, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-arrow-circle-right:before {
  content: "\e65d";
}

/* line 308, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-arrow-circle-left:before {
  content: "\e65e";
}

/* line 311, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-arrow-circle-down:before {
  content: "\e65f";
}

/* line 314, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-angle-double-up:before {
  content: "\e660";
}

/* line 317, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-angle-double-right:before {
  content: "\e661";
}

/* line 320, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-angle-double-left:before {
  content: "\e662";
}

/* line 323, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-angle-double-down:before {
  content: "\e663";
}

/* line 326, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-zip:before {
  content: "\e664";
}

/* line 329, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-world:before {
  content: "\e665";
}

/* line 332, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-wheelchair:before {
  content: "\e666";
}

/* line 335, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-view-list:before {
  content: "\e667";
}

/* line 338, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-view-list-alt:before {
  content: "\e668";
}

/* line 341, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-view-grid:before {
  content: "\e669";
}

/* line 344, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-uppercase:before {
  content: "\e66a";
}

/* line 347, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-upload:before {
  content: "\e66b";
}

/* line 350, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-underline:before {
  content: "\e66c";
}

/* line 353, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-truck:before {
  content: "\e66d";
}

/* line 356, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-timer:before {
  content: "\e66e";
}

/* line 359, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-ticket:before {
  content: "\e66f";
}

/* line 362, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-thumb-up:before {
  content: "\e670";
}

/* line 365, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-thumb-down:before {
  content: "\e671";
}

/* line 368, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-text:before {
  content: "\e672";
}

/* line 371, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-stats-up:before {
  content: "\e673";
}

/* line 374, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-stats-down:before {
  content: "\e674";
}

/* line 377, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-split-v:before {
  content: "\e675";
}

/* line 380, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-split-h:before {
  content: "\e676";
}

/* line 383, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-smallcap:before {
  content: "\e677";
}

/* line 386, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-shine:before {
  content: "\e678";
}

/* line 389, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-shift-right:before {
  content: "\e679";
}

/* line 392, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-shift-left:before {
  content: "\e67a";
}

/* line 395, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-shield:before {
  content: "\e67b";
}

/* line 398, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-notepad:before {
  content: "\e67c";
}

/* line 401, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-server:before {
  content: "\e67d";
}

/* line 404, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-quote-right:before {
  content: "\e67e";
}

/* line 407, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-quote-left:before {
  content: "\e67f";
}

/* line 410, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-pulse:before {
  content: "\e680";
}

/* line 413, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-printer:before {
  content: "\e681";
}

/* line 416, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-power-off:before {
  content: "\e682";
}

/* line 419, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-plug:before {
  content: "\e683";
}

/* line 422, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-pie-chart:before {
  content: "\e684";
}

/* line 425, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-paragraph:before {
  content: "\e685";
}

/* line 428, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-panel:before {
  content: "\e686";
}

/* line 431, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-package:before {
  content: "\e687";
}

/* line 434, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-music:before {
  content: "\e688";
}

/* line 437, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-music-alt:before {
  content: "\e689";
}

/* line 440, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-mouse:before {
  content: "\e68a";
}

/* line 443, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-mouse-alt:before {
  content: "\e68b";
}

/* line 446, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-money:before {
  content: "\e68c";
}

/* line 449, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-microphone:before {
  content: "\e68d";
}

/* line 452, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-menu:before {
  content: "\e68e";
}

/* line 455, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-menu-alt:before {
  content: "\e68f";
}

/* line 458, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-map:before {
  content: "\e690";
}

/* line 461, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-map-alt:before {
  content: "\e691";
}

/* line 464, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-loop:before {
  content: "\e692";
}

/* line 467, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-location-pin:before {
  content: "\e693";
}

/* line 470, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-list:before {
  content: "\e694";
}

/* line 473, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-light-bulb:before {
  content: "\e695";
}

/* line 476, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-Italic:before {
  content: "\e696";
}

/* line 479, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-info:before {
  content: "\e697";
}

/* line 482, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-infinite:before {
  content: "\e698";
}

/* line 485, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-id-badge:before {
  content: "\e699";
}

/* line 488, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-hummer:before {
  content: "\e69a";
}

/* line 491, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-home:before {
  content: "\e69b";
}

/* line 494, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-help:before {
  content: "\e69c";
}

/* line 497, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-headphone:before {
  content: "\e69d";
}

/* line 500, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-harddrives:before {
  content: "\e69e";
}

/* line 503, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-harddrive:before {
  content: "\e69f";
}

/* line 506, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-gift:before {
  content: "\e6a0";
}

/* line 509, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-game:before {
  content: "\e6a1";
}

/* line 512, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-filter:before {
  content: "\e6a2";
}

/* line 515, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-files:before {
  content: "\e6a3";
}

/* line 518, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-file:before {
  content: "\e6a4";
}

/* line 521, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-eraser:before {
  content: "\e6a5";
}

/* line 524, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-envelope:before {
  content: "\e6a6";
}

/* line 527, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-download:before {
  content: "\e6a7";
}

/* line 530, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-direction:before {
  content: "\e6a8";
}

/* line 533, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-direction-alt:before {
  content: "\e6a9";
}

/* line 536, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-dashboard:before {
  content: "\e6aa";
}

/* line 539, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-control-stop:before {
  content: "\e6ab";
}

/* line 542, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-control-shuffle:before {
  content: "\e6ac";
}

/* line 545, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-control-play:before {
  content: "\e6ad";
}

/* line 548, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-control-pause:before {
  content: "\e6ae";
}

/* line 551, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-control-forward:before {
  content: "\e6af";
}

/* line 554, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-control-backward:before {
  content: "\e6b0";
}

/* line 557, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-cloud:before {
  content: "\e6b1";
}

/* line 560, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-cloud-up:before {
  content: "\e6b2";
}

/* line 563, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-cloud-down:before {
  content: "\e6b3";
}

/* line 566, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-clipboard:before {
  content: "\e6b4";
}

/* line 569, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-car:before {
  content: "\e6b5";
}

/* line 572, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-calendar:before {
  content: "\e6b6";
}

/* line 575, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-book:before {
  content: "\e6b7";
}

/* line 578, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-bell:before {
  content: "\e6b8";
}

/* line 581, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-basketball:before {
  content: "\e6b9";
}

/* line 584, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-bar-chart:before {
  content: "\e6ba";
}

/* line 587, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-bar-chart-alt:before {
  content: "\e6bb";
}

/* line 590, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-back-right:before {
  content: "\e6bc";
}

/* line 593, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-back-left:before {
  content: "\e6bd";
}

/* line 596, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-arrows-corner:before {
  content: "\e6be";
}

/* line 599, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-archive:before {
  content: "\e6bf";
}

/* line 602, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-anchor:before {
  content: "\e6c0";
}

/* line 605, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-align-right:before {
  content: "\e6c1";
}

/* line 608, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-align-left:before {
  content: "\e6c2";
}

/* line 611, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-align-justify:before {
  content: "\e6c3";
}

/* line 614, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-align-center:before {
  content: "\e6c4";
}

/* line 617, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-alert:before {
  content: "\e6c5";
}

/* line 620, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-alarm-clock:before {
  content: "\e6c6";
}

/* line 623, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-agenda:before {
  content: "\e6c7";
}

/* line 626, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-write:before {
  content: "\e6c8";
}

/* line 629, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-window:before {
  content: "\e6c9";
}

/* line 632, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-widgetized:before {
  content: "\e6ca";
}

/* line 635, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-widget:before {
  content: "\e6cb";
}

/* line 638, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-widget-alt:before {
  content: "\e6cc";
}

/* line 641, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-wallet:before {
  content: "\e6cd";
}

/* line 644, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-video-clapper:before {
  content: "\e6ce";
}

/* line 647, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-video-camera:before {
  content: "\e6cf";
}

/* line 650, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-vector:before {
  content: "\e6d0";
}

/* line 653, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-themify-logo:before {
  content: "\e6d1";
}

/* line 656, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-themify-favicon:before {
  content: "\e6d2";
}

/* line 659, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-themify-favicon-alt:before {
  content: "\e6d3";
}

/* line 662, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-support:before {
  content: "\e6d4";
}

/* line 665, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-stamp:before {
  content: "\e6d5";
}

/* line 668, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-split-v-alt:before {
  content: "\e6d6";
}

/* line 671, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-slice:before {
  content: "\e6d7";
}

/* line 674, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-shortcode:before {
  content: "\e6d8";
}

/* line 677, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-shift-right-alt:before {
  content: "\e6d9";
}

/* line 680, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-shift-left-alt:before {
  content: "\e6da";
}

/* line 683, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-ruler-alt-2:before {
  content: "\e6db";
}

/* line 686, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-receipt:before {
  content: "\e6dc";
}

/* line 689, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-pin2:before {
  content: "\e6dd";
}

/* line 692, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-pin-alt:before {
  content: "\e6de";
}

/* line 695, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-pencil-alt2:before {
  content: "\e6df";
}

/* line 698, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-palette:before {
  content: "\e6e0";
}

/* line 701, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-more:before {
  content: "\e6e1";
}

/* line 704, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-more-alt:before {
  content: "\e6e2";
}

/* line 707, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-microphone-alt:before {
  content: "\e6e3";
}

/* line 710, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-magnet:before {
  content: "\e6e4";
}

/* line 713, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-line-double:before {
  content: "\e6e5";
}

/* line 716, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-line-dotted:before {
  content: "\e6e6";
}

/* line 719, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-line-dashed:before {
  content: "\e6e7";
}

/* line 722, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout-width-full:before {
  content: "\e6e8";
}

/* line 725, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout-width-default:before {
  content: "\e6e9";
}

/* line 728, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout-width-default-alt:before {
  content: "\e6ea";
}

/* line 731, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout-tab:before {
  content: "\e6eb";
}

/* line 734, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout-tab-window:before {
  content: "\e6ec";
}

/* line 737, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout-tab-v:before {
  content: "\e6ed";
}

/* line 740, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout-tab-min:before {
  content: "\e6ee";
}

/* line 743, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout-slider:before {
  content: "\e6ef";
}

/* line 746, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout-slider-alt:before {
  content: "\e6f0";
}

/* line 749, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout-sidebar-right:before {
  content: "\e6f1";
}

/* line 752, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout-sidebar-none:before {
  content: "\e6f2";
}

/* line 755, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout-sidebar-left:before {
  content: "\e6f3";
}

/* line 758, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout-placeholder:before {
  content: "\e6f4";
}

/* line 761, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout-menu:before {
  content: "\e6f5";
}

/* line 764, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout-menu-v:before {
  content: "\e6f6";
}

/* line 767, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout-menu-separated:before {
  content: "\e6f7";
}

/* line 770, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout-menu-full:before {
  content: "\e6f8";
}

/* line 773, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout-media-right-alt:before {
  content: "\e6f9";
}

/* line 776, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout-media-right:before {
  content: "\e6fa";
}

/* line 779, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout-media-overlay:before {
  content: "\e6fb";
}

/* line 782, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout-media-overlay-alt:before {
  content: "\e6fc";
}

/* line 785, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd";
}

/* line 788, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout-media-left-alt:before {
  content: "\e6fe";
}

/* line 791, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout-media-left:before {
  content: "\e6ff";
}

/* line 794, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout-media-center-alt:before {
  content: "\e700";
}

/* line 797, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout-media-center:before {
  content: "\e701";
}

/* line 800, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout-list-thumb:before {
  content: "\e702";
}

/* line 803, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout-list-thumb-alt:before {
  content: "\e703";
}

/* line 806, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout-list-post:before {
  content: "\e704";
}

/* line 809, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout-list-large-image:before {
  content: "\e705";
}

/* line 812, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout-line-solid:before {
  content: "\e706";
}

/* line 815, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout-grid4:before {
  content: "\e707";
}

/* line 818, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout-grid3:before {
  content: "\e708";
}

/* line 821, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout-grid2:before {
  content: "\e709";
}

/* line 824, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout-grid2-thumb:before {
  content: "\e70a";
}

/* line 827, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout-cta-right:before {
  content: "\e70b";
}

/* line 830, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout-cta-left:before {
  content: "\e70c";
}

/* line 833, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout-cta-center:before {
  content: "\e70d";
}

/* line 836, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout-cta-btn-right:before {
  content: "\e70e";
}

/* line 839, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout-cta-btn-left:before {
  content: "\e70f";
}

/* line 842, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout-column4:before {
  content: "\e710";
}

/* line 845, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout-column3:before {
  content: "\e711";
}

/* line 848, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout-column2:before {
  content: "\e712";
}

/* line 851, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout-accordion-separated:before {
  content: "\e713";
}

/* line 854, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout-accordion-merged:before {
  content: "\e714";
}

/* line 857, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout-accordion-list:before {
  content: "\e715";
}

/* line 860, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-ink-pen:before {
  content: "\e716";
}

/* line 863, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-info-alt:before {
  content: "\e717";
}

/* line 866, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-help-alt:before {
  content: "\e718";
}

/* line 869, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-headphone-alt:before {
  content: "\e719";
}

/* line 872, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-hand-point-up:before {
  content: "\e71a";
}

/* line 875, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-hand-point-right:before {
  content: "\e71b";
}

/* line 878, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-hand-point-left:before {
  content: "\e71c";
}

/* line 881, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-hand-point-down:before {
  content: "\e71d";
}

/* line 884, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-gallery:before {
  content: "\e71e";
}

/* line 887, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-face-smile:before {
  content: "\e71f";
}

/* line 890, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-face-sad:before {
  content: "\e720";
}

/* line 893, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-credit-card:before {
  content: "\e721";
}

/* line 896, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-control-skip-forward:before {
  content: "\e722";
}

/* line 899, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-control-skip-backward:before {
  content: "\e723";
}

/* line 902, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-control-record:before {
  content: "\e724";
}

/* line 905, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-control-eject:before {
  content: "\e725";
}

/* line 908, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-comments-smiley:before {
  content: "\e726";
}

/* line 911, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-brush-alt:before {
  content: "\e727";
}

/* line 914, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-youtube:before {
  content: "\e728";
}

/* line 917, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-vimeo:before {
  content: "\e729";
}

/* line 920, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-twitter:before {
  content: "\e72a";
}

/* line 923, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-time:before {
  content: "\e72b";
}

/* line 926, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-tumblr:before {
  content: "\e72c";
}

/* line 929, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-skype:before {
  content: "\e72d";
}

/* line 932, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-share:before {
  content: "\e72e";
}

/* line 935, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-share-alt:before {
  content: "\e72f";
}

/* line 938, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-rocket:before {
  content: "\e730";
}

/* line 941, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-pinterest:before {
  content: "\e731";
}

/* line 944, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-new-window:before {
  content: "\e732";
}

/* line 947, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-microsoft:before {
  content: "\e733";
}

/* line 950, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-list-ol:before {
  content: "\e734";
}

/* line 953, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-linkedin:before {
  content: "\e735";
}

/* line 956, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout-sidebar-2:before {
  content: "\e736";
}

/* line 959, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout-grid4-alt:before {
  content: "\e737";
}

/* line 962, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout-grid3-alt:before {
  content: "\e738";
}

/* line 965, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout-grid2-alt:before {
  content: "\e739";
}

/* line 968, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout-column4-alt:before {
  content: "\e73a";
}

/* line 971, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout-column3-alt:before {
  content: "\e73b";
}

/* line 974, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-layout-column2-alt:before {
  content: "\e73c";
}

/* line 977, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-instagram:before {
  content: "\e73d";
}

/* line 980, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-google:before {
  content: "\e73e";
}

/* line 983, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-github:before {
  content: "\e73f";
}

/* line 986, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-flickr:before {
  content: "\e740";
}

/* line 989, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-facebook:before {
  content: "\e741";
}

/* line 992, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-dropbox:before {
  content: "\e742";
}

/* line 995, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-dribbble:before {
  content: "\e743";
}

/* line 998, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-apple:before {
  content: "\e744";
}

/* line 1001, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-android:before {
  content: "\e745";
}

/* line 1004, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-save:before {
  content: "\e746";
}

/* line 1007, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-save-alt:before {
  content: "\e747";
}

/* line 1010, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-yahoo:before {
  content: "\e748";
}

/* line 1013, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-wordpress:before {
  content: "\e749";
}

/* line 1016, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-vimeo-alt:before {
  content: "\e74a";
}

/* line 1019, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-twitter-alt:before {
  content: "\e74b";
}

/* line 1022, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-tumblr-alt:before {
  content: "\e74c";
}

/* line 1025, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-trello:before {
  content: "\e74d";
}

/* line 1028, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-stack-overflow:before {
  content: "\e74e";
}

/* line 1031, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-soundcloud:before {
  content: "\e74f";
}

/* line 1034, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-sharethis:before {
  content: "\e750";
}

/* line 1037, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-sharethis-alt:before {
  content: "\e751";
}

/* line 1040, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-reddit:before {
  content: "\e752";
}

/* line 1043, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-pinterest-alt:before {
  content: "\e753";
}

/* line 1046, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-microsoft-alt:before {
  content: "\e754";
}

/* line 1049, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-linux:before {
  content: "\e755";
}

/* line 1052, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-jsfiddle:before {
  content: "\e756";
}

/* line 1055, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-joomla:before {
  content: "\e757";
}

/* line 1058, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-html5:before {
  content: "\e758";
}

/* line 1061, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-flickr-alt:before {
  content: "\e759";
}

/* line 1064, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-email:before {
  content: "\e75a";
}

/* line 1067, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-drupal:before {
  content: "\e75b";
}

/* line 1070, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-dropbox-alt:before {
  content: "\e75c";
}

/* line 1073, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-css3:before {
  content: "\e75d";
}

/* line 1076, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-rss:before {
  content: "\e75e";
}

/* line 1079, app/assets/stylesheets/theme/ti-icons/css/themify-icons.css */
.ti-rss-alt:before {
  content: "\e75f";
}

/* line 2, app/assets/stylesheets/theme/datatables.net-bs4/dataTables.bootstrap4.css */
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
}

/* line 10, app/assets/stylesheets/theme/datatables.net-bs4/dataTables.bootstrap4.css */
table.dataTable td,
table.dataTable th {
  box-sizing: content-box;
}

/* line 15, app/assets/stylesheets/theme/datatables.net-bs4/dataTables.bootstrap4.css */
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}

/* line 19, app/assets/stylesheets/theme/datatables.net-bs4/dataTables.bootstrap4.css */
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

/* line 24, app/assets/stylesheets/theme/datatables.net-bs4/dataTables.bootstrap4.css */
div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

/* line 29, app/assets/stylesheets/theme/datatables.net-bs4/dataTables.bootstrap4.css */
div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
}

/* line 33, app/assets/stylesheets/theme/datatables.net-bs4/dataTables.bootstrap4.css */
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

/* line 36, app/assets/stylesheets/theme/datatables.net-bs4/dataTables.bootstrap4.css */
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}

/* line 41, app/assets/stylesheets/theme/datatables.net-bs4/dataTables.bootstrap4.css */
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}

/* line 46, app/assets/stylesheets/theme/datatables.net-bs4/dataTables.bootstrap4.css */
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
}

/* line 49, app/assets/stylesheets/theme/datatables.net-bs4/dataTables.bootstrap4.css */
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

/* line 54, app/assets/stylesheets/theme/datatables.net-bs4/dataTables.bootstrap4.css */
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}

/* line 59, app/assets/stylesheets/theme/datatables.net-bs4/dataTables.bootstrap4.css */
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 70, app/assets/stylesheets/theme/datatables.net-bs4/dataTables.bootstrap4.css */
table.dataTable > thead > tr > th:active,
table.dataTable > thead > tr > td:active {
  outline: none;
}

/* line 74, app/assets/stylesheets/theme/datatables.net-bs4/dataTables.bootstrap4.css */
table.dataTable > thead > tr > th:not(.sorting_disabled),
table.dataTable > thead > tr > td:not(.sorting_disabled) {
  padding-right: 30px;
}

/* line 78, app/assets/stylesheets/theme/datatables.net-bs4/dataTables.bootstrap4.css */
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 86, app/assets/stylesheets/theme/datatables.net-bs4/dataTables.bootstrap4.css */
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 100, app/assets/stylesheets/theme/datatables.net-bs4/dataTables.bootstrap4.css */
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: "↑";
}

/* line 108, app/assets/stylesheets/theme/datatables.net-bs4/dataTables.bootstrap4.css */
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: "↓";
}

/* line 116, app/assets/stylesheets/theme/datatables.net-bs4/dataTables.bootstrap4.css */
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_desc:after {
  opacity: 1;
}

/* line 120, app/assets/stylesheets/theme/datatables.net-bs4/dataTables.bootstrap4.css */
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:after {
  opacity: 0;
}

/* line 125, app/assets/stylesheets/theme/datatables.net-bs4/dataTables.bootstrap4.css */
div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

/* line 129, app/assets/stylesheets/theme/datatables.net-bs4/dataTables.bootstrap4.css */
div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 134, app/assets/stylesheets/theme/datatables.net-bs4/dataTables.bootstrap4.css */
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 142, app/assets/stylesheets/theme/datatables.net-bs4/dataTables.bootstrap4.css */
div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}

/* line 147, app/assets/stylesheets/theme/datatables.net-bs4/dataTables.bootstrap4.css */
div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}

/* line 150, app/assets/stylesheets/theme/datatables.net-bs4/dataTables.bootstrap4.css */
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  /* line 156, app/assets/stylesheets/theme/datatables.net-bs4/dataTables.bootstrap4.css */
  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 162, app/assets/stylesheets/theme/datatables.net-bs4/dataTables.bootstrap4.css */
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center !important;
  }
}

/* line 166, app/assets/stylesheets/theme/datatables.net-bs4/dataTables.bootstrap4.css */
table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
  padding-right: 20px;
}

/* line 169, app/assets/stylesheets/theme/datatables.net-bs4/dataTables.bootstrap4.css */
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 175, app/assets/stylesheets/theme/datatables.net-bs4/dataTables.bootstrap4.css */
table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
  top: 5px;
}

/* line 181, app/assets/stylesheets/theme/datatables.net-bs4/dataTables.bootstrap4.css */
table.table-bordered.dataTable {
  border-right-width: 0;
}

/* line 184, app/assets/stylesheets/theme/datatables.net-bs4/dataTables.bootstrap4.css */
table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}

/* line 188, app/assets/stylesheets/theme/datatables.net-bs4/dataTables.bootstrap4.css */
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: 1px;
}

/* line 193, app/assets/stylesheets/theme/datatables.net-bs4/dataTables.bootstrap4.css */
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

/* line 198, app/assets/stylesheets/theme/datatables.net-bs4/dataTables.bootstrap4.css */
div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

/* line 202, app/assets/stylesheets/theme/datatables.net-bs4/dataTables.bootstrap4.css */
div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}

/* line 205, app/assets/stylesheets/theme/datatables.net-bs4/dataTables.bootstrap4.css */
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
  padding-left: 0;
}

/* line 208, app/assets/stylesheets/theme/datatables.net-bs4/dataTables.bootstrap4.css */
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  padding-right: 0;
}

/*------------------------------------------------------------------
 [Master Stylesheet]

  Project:	SkyDash Admin
  Version:	1.2.1
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
  ===== Table of Contents =====

  * Bootstrap functions
  * Template variables
  * SCSS Compass Functions
  * Boostrap Main SCSS
  * Template mixins
    + Animation Mixins
    + Badge Mixins
    + Button Mixins
    + Miscellaneous Mixins
    + BlockQuote Mixins
    + Cards Mixins
    + Color Functions Mixins
    + Tooltips
    + popovers
  * Core Styles
    + Reset Styles
    + Fonts
    + Functions
    + Backgrounds
    + Sidebar
    + Navbar
    + Typography
    + Miscellaneous
    + Footer
    + Layouts
    + Utilities
    + Demo styles
  * Components
    + Accordions
    + Badges
    + Bootstrap Alerts
    + Boostrap Progress
    + Buttons
    + Breadcrumbs
    + Cards
    + Checkboxes and Radios
    + Dropdowns
    + Forms
    + Google maps
    + Icons
    + Loaders
    + Lists
    + Modals
    + Pagination
    + Popover
    + Portfolio
    + Preview
    + Tables
    + Tabs
    + Timeline
    + Todo List
    + Tooltips
    + User Profile
    + Pricing table
    + Settings Panel
  * Email
    + Mail Sidebar
    + Mail List Container
    + Message Content
  * Plugin Overrides
    + Ace Editor
    + Avgrund Popup
    + Bootstrap Tour
    + Chartist
    + CodeMirror
    + Colcade
    + Colorpicker
    + Context Menu
    + Data Tables
    + Datepicker
    + Dropify
    + Dropzone
    + Flot chart
    + Full Calendar
    + Google Charts
    + Icheck
    + Jquery File Upload
    + Js-grid
    + Jvectormap
    + Light Gallery
    + Listify
    + No-ui-slider
    + Owl-carousel
    + Progressbar-js
    + Pws-tabs
    + Quill Editor
    + Rating
    + Select2
    + Summernote Editor
    + SweetAlert
    + Switchery
    + Tags
    + TinyMCE Editor
    + Toast
    + Typeahead
    + Wysi Editor
    + X-editable
    + Wizard
  * Landing screens
    + Auth
  * Horizontal Menu
    + Horizontal
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* === Import Bootstrap functions and variables === */
/*-------------------------------------------------------------------*/
/* === Import template variables === */
/*-------------------------------------------------------------------*/
/* === SCSS Compass Functions === */

@keyframes flash {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(-15px);
  }
  80% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-10px);
  }
  20% {
    transform: translateX(10px);
  }
  30% {
    transform: translateX(-10px);
  }
  40% {
    transform: translateX(10px);
  }
  50% {
    transform: translateX(-10px);
  }
  60% {
    transform: translateX(10px);
  }
  70% {
    transform: translateX(-10px);
  }
  80% {
    transform: translateX(10px);
  }
  90% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes tada {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.9) rotate(-3deg);
  }
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30% {
    transform: scale(1.1) rotate(3deg);
  }
  40% {
    transform: scale(1.1) rotate(-3deg);
  }
  50% {
    transform: scale(1.1) rotate(3deg);
  }
  60% {
    transform: scale(1.1) rotate(-3deg);
  }
  70% {
    transform: scale(1.1) rotate(3deg);
  }
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}

@keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    transform-origin: top center 50%;
  }
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}

@keyframes wiggle {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}

@keyframes bounceOut {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.95, 0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1, 1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3, 0.3);
  }
}

@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3, 0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05, 1.05);
  }
  70% {
    transform: scale(0.9, 0.9);
  }
  100% {
    transform: scale(1, 1);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOutUp {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-20px);
    opacity: 0;
  }
}

@keyframes fadeOutDown {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(20px);
    opacity: 0;
  }
}

@keyframes fadeOutRight {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(20px);
    opacity: 0;
  }
}

@keyframes fadeOutLeft {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-20px);
    opacity: 0;
  }
}

@keyframes fadeOutUpBig {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-2000px);
    opacity: 0;
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInDown {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInRight {
  0% {
    transform: translateX(20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeInLeft {
  0% {
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeInUpBig {
  0% {
    transform: translateY(2000px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    transform-origin: center center 50%;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center 50%;
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom 50%;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom 50%;
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom 50%;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom 50%;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom 50%;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom 50%;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom 50%;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom 50%;
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateIn {
  0% {
    transform-origin: center center 50%;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center 50%;
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom 50%;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom 50%;
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom 50%;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom 50%;
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom 50%;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom 50%;
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom 50%;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom 50%;
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left 50%;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left 50%;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left 50%;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    transform-origin: top left 50%;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@keyframes rollIn {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollOut {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
}

/*-------------------------------------------------------------------*/
/* === Boostrap Main SCSS === */
/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* line 8647, app/assets/stylesheets/theme/style.css */
:root {
  --blue: #5E50F9;
  --indigo: #6610f2;
  --purple: #6a008a;
  --pink: #E91E63;
  --red: #f96868;
  --orange: #f2a654;
  --yellow: #f6e84e;
  --green: #46c35f;
  --teal: #58d8a3;
  --cyan: #57c7d4;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #0f1531;
  --blue: #5E50F9;
  --indigo: #6610f2;
  --purple: #6a008a;
  --pink: #E91E63;
  --red: #f96868;
  --orange: #f2a654;
  --yellow: #f6e84e;
  --green: #46c35f;
  --teal: #58d8a3;
  --cyan: #57c7d4;
  --white: #ffffff;
  --gray: #434a54;
  --gray-light: #aab2bd;
  --gray-lighter: #e8eff4;
  --gray-lightest: #e6e9ed;
  --black: #000000;
  --primary: #4B49AC;
  --secondary: #a3a4a5;
  --success: #57B657;
  --info: #248AFD;
  --warning: #FFC100;
  --danger: #FF4747;
  --light: #f8f9fa;
  --dark: #282f3a;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 8694, app/assets/stylesheets/theme/style.css */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 8700, app/assets/stylesheets/theme/style.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 8707, app/assets/stylesheets/theme/style.css */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 8711, app/assets/stylesheets/theme/style.css */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1F1F1F;
  text-align: left;
  background-color: #fff;
}

/* line 8722, app/assets/stylesheets/theme/style.css */
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

/* line 8726, app/assets/stylesheets/theme/style.css */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 8732, app/assets/stylesheets/theme/style.css */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 8737, app/assets/stylesheets/theme/style.css */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 8742, app/assets/stylesheets/theme/style.css */
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 8751, app/assets/stylesheets/theme/style.css */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 8757, app/assets/stylesheets/theme/style.css */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 8764, app/assets/stylesheets/theme/style.css */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 8771, app/assets/stylesheets/theme/style.css */
dt {
  font-weight: 700;
}

/* line 8775, app/assets/stylesheets/theme/style.css */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 8780, app/assets/stylesheets/theme/style.css */
blockquote {
  margin: 0 0 1rem;
}

/* line 8784, app/assets/stylesheets/theme/style.css */
b,
strong {
  font-weight: bolder;
}

/* line 8789, app/assets/stylesheets/theme/style.css */
small, .small {
  font-size: 80%;
}

/* line 8793, app/assets/stylesheets/theme/style.css */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 8801, app/assets/stylesheets/theme/style.css */
sub {
  bottom: -.25em;
}

/* line 8805, app/assets/stylesheets/theme/style.css */
sup {
  top: -.5em;
}

/* line 8809, app/assets/stylesheets/theme/style.css */
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

/* line 8815, app/assets/stylesheets/theme/style.css */
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 8820, app/assets/stylesheets/theme/style.css */
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

/* line 8825, app/assets/stylesheets/theme/style.css */
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 8830, app/assets/stylesheets/theme/style.css */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 8838, app/assets/stylesheets/theme/style.css */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 8845, app/assets/stylesheets/theme/style.css */
figure {
  margin: 0 0 1rem;
}

/* line 8849, app/assets/stylesheets/theme/style.css */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 8854, app/assets/stylesheets/theme/style.css */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 8859, app/assets/stylesheets/theme/style.css */
table {
  border-collapse: collapse;
}

/* line 8863, app/assets/stylesheets/theme/style.css */
caption {
  padding-top: 1.125rem 1.375rem;
  padding-bottom: 1.125rem 1.375rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* line 8871, app/assets/stylesheets/theme/style.css */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 8876, app/assets/stylesheets/theme/style.css */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 8881, app/assets/stylesheets/theme/style.css */
button {
  border-radius: 0;
}

/* line 8885, app/assets/stylesheets/theme/style.css */
button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 8889, app/assets/stylesheets/theme/style.css */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 8900, app/assets/stylesheets/theme/style.css */
button,
input {
  overflow: visible;
}

/* line 8905, app/assets/stylesheets/theme/style.css */
button,
select {
  text-transform: none;
}

/* line 8910, app/assets/stylesheets/theme/style.css */
[role="button"] {
  cursor: pointer;
}

/* line 8914, app/assets/stylesheets/theme/style.css */
select {
  word-wrap: normal;
}

/* line 8918, app/assets/stylesheets/theme/style.css */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 8925, app/assets/stylesheets/theme/style.css */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 8932, app/assets/stylesheets/theme/style.css */
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 8940, app/assets/stylesheets/theme/style.css */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 8946, app/assets/stylesheets/theme/style.css */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 8951, app/assets/stylesheets/theme/style.css */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 8958, app/assets/stylesheets/theme/style.css */
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 8970, app/assets/stylesheets/theme/style.css */
progress {
  vertical-align: baseline;
}

/* line 8974, app/assets/stylesheets/theme/style.css */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 8979, app/assets/stylesheets/theme/style.css */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 8984, app/assets/stylesheets/theme/style.css */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 8988, app/assets/stylesheets/theme/style.css */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 8993, app/assets/stylesheets/theme/style.css */
output {
  display: inline-block;
}

/* line 8997, app/assets/stylesheets/theme/style.css */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 9002, app/assets/stylesheets/theme/style.css */
template {
  display: none;
}

/* line 9006, app/assets/stylesheets/theme/style.css */
[hidden] {
  display: none !important;
}

/* line 9010, app/assets/stylesheets/theme/style.css */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

/* line 9017, app/assets/stylesheets/theme/style.css */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 9021, app/assets/stylesheets/theme/style.css */
h2, .h2 {
  font-size: 2rem;
}

/* line 9025, app/assets/stylesheets/theme/style.css */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 9029, app/assets/stylesheets/theme/style.css */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 9033, app/assets/stylesheets/theme/style.css */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 9037, app/assets/stylesheets/theme/style.css */
h6, .h6 {
  font-size: 1rem;
}

/* line 9041, app/assets/stylesheets/theme/style.css */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 9046, app/assets/stylesheets/theme/style.css */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 9052, app/assets/stylesheets/theme/style.css */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 9058, app/assets/stylesheets/theme/style.css */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 9064, app/assets/stylesheets/theme/style.css */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 9070, app/assets/stylesheets/theme/style.css */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 9077, app/assets/stylesheets/theme/style.css */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 9083, app/assets/stylesheets/theme/style.css */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 9089, app/assets/stylesheets/theme/style.css */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 9094, app/assets/stylesheets/theme/style.css */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 9099, app/assets/stylesheets/theme/style.css */
.list-inline-item {
  display: inline-block;
}

/* line 9103, app/assets/stylesheets/theme/style.css */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 9107, app/assets/stylesheets/theme/style.css */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 9112, app/assets/stylesheets/theme/style.css */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 9117, app/assets/stylesheets/theme/style.css */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

/* line 9123, app/assets/stylesheets/theme/style.css */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 9127, app/assets/stylesheets/theme/style.css */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 9132, app/assets/stylesheets/theme/style.css */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

/* line 9141, app/assets/stylesheets/theme/style.css */
.figure {
  display: inline-block;
}

/* line 9145, app/assets/stylesheets/theme/style.css */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 9150, app/assets/stylesheets/theme/style.css */
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

/* line 9155, app/assets/stylesheets/theme/style.css */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

/* line 9161, app/assets/stylesheets/theme/style.css */
a > code {
  color: inherit;
}

/* line 9165, app/assets/stylesheets/theme/style.css */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

/* line 9173, app/assets/stylesheets/theme/style.css */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 9179, app/assets/stylesheets/theme/style.css */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

/* line 9185, app/assets/stylesheets/theme/style.css */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 9191, app/assets/stylesheets/theme/style.css */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 9196, app/assets/stylesheets/theme/style.css */
.container,
.container-fluid,
.container-xxl,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 9210, app/assets/stylesheets/theme/style.css */
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 9216, app/assets/stylesheets/theme/style.css */
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 9222, app/assets/stylesheets/theme/style.css */
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 9228, app/assets/stylesheets/theme/style.css */
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

/* line 9233, app/assets/stylesheets/theme/style.css */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 9240, app/assets/stylesheets/theme/style.css */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 9245, app/assets/stylesheets/theme/style.css */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 9251, app/assets/stylesheets/theme/style.css */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .lightGallery .image-tile, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .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-sm,
.col-sm-auto, .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-md,
.col-md-auto, .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-lg,
.col-lg-auto, .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, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 9263, app/assets/stylesheets/theme/style.css */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 9269, app/assets/stylesheets/theme/style.css */
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 9274, app/assets/stylesheets/theme/style.css */
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 9279, app/assets/stylesheets/theme/style.css */
.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 9284, app/assets/stylesheets/theme/style.css */
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 9289, app/assets/stylesheets/theme/style.css */
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

/* line 9294, app/assets/stylesheets/theme/style.css */
.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 9299, app/assets/stylesheets/theme/style.css */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 9305, app/assets/stylesheets/theme/style.css */
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

/* line 9310, app/assets/stylesheets/theme/style.css */
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 9315, app/assets/stylesheets/theme/style.css */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 9320, app/assets/stylesheets/theme/style.css */
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 9325, app/assets/stylesheets/theme/style.css */
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

/* line 9330, app/assets/stylesheets/theme/style.css */
.col-6, .lightGallery .image-tile {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 9335, app/assets/stylesheets/theme/style.css */
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

/* line 9340, app/assets/stylesheets/theme/style.css */
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

/* line 9345, app/assets/stylesheets/theme/style.css */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 9350, app/assets/stylesheets/theme/style.css */
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

/* line 9355, app/assets/stylesheets/theme/style.css */
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

/* line 9360, app/assets/stylesheets/theme/style.css */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 9365, app/assets/stylesheets/theme/style.css */
.order-first {
  order: -1;
}

/* line 9369, app/assets/stylesheets/theme/style.css */
.order-last {
  order: 13;
}

/* line 9373, app/assets/stylesheets/theme/style.css */
.order-0 {
  order: 0;
}

/* line 9377, app/assets/stylesheets/theme/style.css */
.order-1 {
  order: 1;
}

/* line 9381, app/assets/stylesheets/theme/style.css */
.order-2 {
  order: 2;
}

/* line 9385, app/assets/stylesheets/theme/style.css */
.order-3 {
  order: 3;
}

/* line 9389, app/assets/stylesheets/theme/style.css */
.order-4 {
  order: 4;
}

/* line 9393, app/assets/stylesheets/theme/style.css */
.order-5 {
  order: 5;
}

/* line 9397, app/assets/stylesheets/theme/style.css */
.order-6 {
  order: 6;
}

/* line 9401, app/assets/stylesheets/theme/style.css */
.order-7 {
  order: 7;
}

/* line 9405, app/assets/stylesheets/theme/style.css */
.order-8 {
  order: 8;
}

/* line 9409, app/assets/stylesheets/theme/style.css */
.order-9 {
  order: 9;
}

/* line 9413, app/assets/stylesheets/theme/style.css */
.order-10 {
  order: 10;
}

/* line 9417, app/assets/stylesheets/theme/style.css */
.order-11 {
  order: 11;
}

/* line 9421, app/assets/stylesheets/theme/style.css */
.order-12 {
  order: 12;
}

/* line 9425, app/assets/stylesheets/theme/style.css */
.offset-1 {
  margin-left: 8.33333%;
}

/* line 9429, app/assets/stylesheets/theme/style.css */
.offset-2 {
  margin-left: 16.66667%;
}

/* line 9433, app/assets/stylesheets/theme/style.css */
.offset-3 {
  margin-left: 25%;
}

/* line 9437, app/assets/stylesheets/theme/style.css */
.offset-4 {
  margin-left: 33.33333%;
}

/* line 9441, app/assets/stylesheets/theme/style.css */
.offset-5 {
  margin-left: 41.66667%;
}

/* line 9445, app/assets/stylesheets/theme/style.css */
.offset-6 {
  margin-left: 50%;
}

/* line 9449, app/assets/stylesheets/theme/style.css */
.offset-7 {
  margin-left: 58.33333%;
}

/* line 9453, app/assets/stylesheets/theme/style.css */
.offset-8 {
  margin-left: 66.66667%;
}

/* line 9457, app/assets/stylesheets/theme/style.css */
.offset-9 {
  margin-left: 75%;
}

/* line 9461, app/assets/stylesheets/theme/style.css */
.offset-10 {
  margin-left: 83.33333%;
}

/* line 9465, app/assets/stylesheets/theme/style.css */
.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  /* line 9470, app/assets/stylesheets/theme/style.css */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 9475, app/assets/stylesheets/theme/style.css */
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 9479, app/assets/stylesheets/theme/style.css */
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 9483, app/assets/stylesheets/theme/style.css */
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 9487, app/assets/stylesheets/theme/style.css */
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 9491, app/assets/stylesheets/theme/style.css */
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 9495, app/assets/stylesheets/theme/style.css */
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 9499, app/assets/stylesheets/theme/style.css */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 9504, app/assets/stylesheets/theme/style.css */
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 9508, app/assets/stylesheets/theme/style.css */
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 9512, app/assets/stylesheets/theme/style.css */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 9516, app/assets/stylesheets/theme/style.css */
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 9520, app/assets/stylesheets/theme/style.css */
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 9524, app/assets/stylesheets/theme/style.css */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 9528, app/assets/stylesheets/theme/style.css */
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 9532, app/assets/stylesheets/theme/style.css */
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 9536, app/assets/stylesheets/theme/style.css */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 9540, app/assets/stylesheets/theme/style.css */
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 9544, app/assets/stylesheets/theme/style.css */
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 9548, app/assets/stylesheets/theme/style.css */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 9552, app/assets/stylesheets/theme/style.css */
  .order-sm-first {
    order: -1;
  }
  /* line 9555, app/assets/stylesheets/theme/style.css */
  .order-sm-last {
    order: 13;
  }
  /* line 9558, app/assets/stylesheets/theme/style.css */
  .order-sm-0 {
    order: 0;
  }
  /* line 9561, app/assets/stylesheets/theme/style.css */
  .order-sm-1 {
    order: 1;
  }
  /* line 9564, app/assets/stylesheets/theme/style.css */
  .order-sm-2 {
    order: 2;
  }
  /* line 9567, app/assets/stylesheets/theme/style.css */
  .order-sm-3 {
    order: 3;
  }
  /* line 9570, app/assets/stylesheets/theme/style.css */
  .order-sm-4 {
    order: 4;
  }
  /* line 9573, app/assets/stylesheets/theme/style.css */
  .order-sm-5 {
    order: 5;
  }
  /* line 9576, app/assets/stylesheets/theme/style.css */
  .order-sm-6 {
    order: 6;
  }
  /* line 9579, app/assets/stylesheets/theme/style.css */
  .order-sm-7 {
    order: 7;
  }
  /* line 9582, app/assets/stylesheets/theme/style.css */
  .order-sm-8 {
    order: 8;
  }
  /* line 9585, app/assets/stylesheets/theme/style.css */
  .order-sm-9 {
    order: 9;
  }
  /* line 9588, app/assets/stylesheets/theme/style.css */
  .order-sm-10 {
    order: 10;
  }
  /* line 9591, app/assets/stylesheets/theme/style.css */
  .order-sm-11 {
    order: 11;
  }
  /* line 9594, app/assets/stylesheets/theme/style.css */
  .order-sm-12 {
    order: 12;
  }
  /* line 9597, app/assets/stylesheets/theme/style.css */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 9600, app/assets/stylesheets/theme/style.css */
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  /* line 9603, app/assets/stylesheets/theme/style.css */
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  /* line 9606, app/assets/stylesheets/theme/style.css */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 9609, app/assets/stylesheets/theme/style.css */
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  /* line 9612, app/assets/stylesheets/theme/style.css */
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  /* line 9615, app/assets/stylesheets/theme/style.css */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 9618, app/assets/stylesheets/theme/style.css */
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  /* line 9621, app/assets/stylesheets/theme/style.css */
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  /* line 9624, app/assets/stylesheets/theme/style.css */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 9627, app/assets/stylesheets/theme/style.css */
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  /* line 9630, app/assets/stylesheets/theme/style.css */
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  /* line 9636, app/assets/stylesheets/theme/style.css */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 9641, app/assets/stylesheets/theme/style.css */
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 9645, app/assets/stylesheets/theme/style.css */
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 9649, app/assets/stylesheets/theme/style.css */
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 9653, app/assets/stylesheets/theme/style.css */
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 9657, app/assets/stylesheets/theme/style.css */
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 9661, app/assets/stylesheets/theme/style.css */
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 9665, app/assets/stylesheets/theme/style.css */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 9670, app/assets/stylesheets/theme/style.css */
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 9674, app/assets/stylesheets/theme/style.css */
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 9678, app/assets/stylesheets/theme/style.css */
  .col-md-3, .lightGallery .image-tile {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 9682, app/assets/stylesheets/theme/style.css */
  .col-md-4, .lightGallery .image-tile {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 9686, app/assets/stylesheets/theme/style.css */
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 9690, app/assets/stylesheets/theme/style.css */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 9694, app/assets/stylesheets/theme/style.css */
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 9698, app/assets/stylesheets/theme/style.css */
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 9702, app/assets/stylesheets/theme/style.css */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 9706, app/assets/stylesheets/theme/style.css */
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 9710, app/assets/stylesheets/theme/style.css */
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 9714, app/assets/stylesheets/theme/style.css */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 9718, app/assets/stylesheets/theme/style.css */
  .order-md-first {
    order: -1;
  }
  /* line 9721, app/assets/stylesheets/theme/style.css */
  .order-md-last {
    order: 13;
  }
  /* line 9724, app/assets/stylesheets/theme/style.css */
  .order-md-0 {
    order: 0;
  }
  /* line 9727, app/assets/stylesheets/theme/style.css */
  .order-md-1 {
    order: 1;
  }
  /* line 9730, app/assets/stylesheets/theme/style.css */
  .order-md-2 {
    order: 2;
  }
  /* line 9733, app/assets/stylesheets/theme/style.css */
  .order-md-3 {
    order: 3;
  }
  /* line 9736, app/assets/stylesheets/theme/style.css */
  .order-md-4 {
    order: 4;
  }
  /* line 9739, app/assets/stylesheets/theme/style.css */
  .order-md-5 {
    order: 5;
  }
  /* line 9742, app/assets/stylesheets/theme/style.css */
  .order-md-6 {
    order: 6;
  }
  /* line 9745, app/assets/stylesheets/theme/style.css */
  .order-md-7 {
    order: 7;
  }
  /* line 9748, app/assets/stylesheets/theme/style.css */
  .order-md-8 {
    order: 8;
  }
  /* line 9751, app/assets/stylesheets/theme/style.css */
  .order-md-9 {
    order: 9;
  }
  /* line 9754, app/assets/stylesheets/theme/style.css */
  .order-md-10 {
    order: 10;
  }
  /* line 9757, app/assets/stylesheets/theme/style.css */
  .order-md-11 {
    order: 11;
  }
  /* line 9760, app/assets/stylesheets/theme/style.css */
  .order-md-12 {
    order: 12;
  }
  /* line 9763, app/assets/stylesheets/theme/style.css */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 9766, app/assets/stylesheets/theme/style.css */
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  /* line 9769, app/assets/stylesheets/theme/style.css */
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  /* line 9772, app/assets/stylesheets/theme/style.css */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 9775, app/assets/stylesheets/theme/style.css */
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  /* line 9778, app/assets/stylesheets/theme/style.css */
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  /* line 9781, app/assets/stylesheets/theme/style.css */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 9784, app/assets/stylesheets/theme/style.css */
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  /* line 9787, app/assets/stylesheets/theme/style.css */
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  /* line 9790, app/assets/stylesheets/theme/style.css */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 9793, app/assets/stylesheets/theme/style.css */
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  /* line 9796, app/assets/stylesheets/theme/style.css */
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  /* line 9802, app/assets/stylesheets/theme/style.css */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 9807, app/assets/stylesheets/theme/style.css */
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 9811, app/assets/stylesheets/theme/style.css */
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 9815, app/assets/stylesheets/theme/style.css */
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 9819, app/assets/stylesheets/theme/style.css */
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 9823, app/assets/stylesheets/theme/style.css */
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 9827, app/assets/stylesheets/theme/style.css */
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 9831, app/assets/stylesheets/theme/style.css */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 9836, app/assets/stylesheets/theme/style.css */
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 9840, app/assets/stylesheets/theme/style.css */
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 9844, app/assets/stylesheets/theme/style.css */
  .col-lg-3, .lightGallery .image-tile {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 9848, app/assets/stylesheets/theme/style.css */
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 9852, app/assets/stylesheets/theme/style.css */
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 9856, app/assets/stylesheets/theme/style.css */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 9860, app/assets/stylesheets/theme/style.css */
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 9864, app/assets/stylesheets/theme/style.css */
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 9868, app/assets/stylesheets/theme/style.css */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 9872, app/assets/stylesheets/theme/style.css */
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 9876, app/assets/stylesheets/theme/style.css */
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 9880, app/assets/stylesheets/theme/style.css */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 9884, app/assets/stylesheets/theme/style.css */
  .order-lg-first {
    order: -1;
  }
  /* line 9887, app/assets/stylesheets/theme/style.css */
  .order-lg-last {
    order: 13;
  }
  /* line 9890, app/assets/stylesheets/theme/style.css */
  .order-lg-0 {
    order: 0;
  }
  /* line 9893, app/assets/stylesheets/theme/style.css */
  .order-lg-1 {
    order: 1;
  }
  /* line 9896, app/assets/stylesheets/theme/style.css */
  .order-lg-2 {
    order: 2;
  }
  /* line 9899, app/assets/stylesheets/theme/style.css */
  .order-lg-3 {
    order: 3;
  }
  /* line 9902, app/assets/stylesheets/theme/style.css */
  .order-lg-4 {
    order: 4;
  }
  /* line 9905, app/assets/stylesheets/theme/style.css */
  .order-lg-5 {
    order: 5;
  }
  /* line 9908, app/assets/stylesheets/theme/style.css */
  .order-lg-6 {
    order: 6;
  }
  /* line 9911, app/assets/stylesheets/theme/style.css */
  .order-lg-7 {
    order: 7;
  }
  /* line 9914, app/assets/stylesheets/theme/style.css */
  .order-lg-8 {
    order: 8;
  }
  /* line 9917, app/assets/stylesheets/theme/style.css */
  .order-lg-9 {
    order: 9;
  }
  /* line 9920, app/assets/stylesheets/theme/style.css */
  .order-lg-10 {
    order: 10;
  }
  /* line 9923, app/assets/stylesheets/theme/style.css */
  .order-lg-11 {
    order: 11;
  }
  /* line 9926, app/assets/stylesheets/theme/style.css */
  .order-lg-12 {
    order: 12;
  }
  /* line 9929, app/assets/stylesheets/theme/style.css */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 9932, app/assets/stylesheets/theme/style.css */
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  /* line 9935, app/assets/stylesheets/theme/style.css */
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  /* line 9938, app/assets/stylesheets/theme/style.css */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 9941, app/assets/stylesheets/theme/style.css */
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  /* line 9944, app/assets/stylesheets/theme/style.css */
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  /* line 9947, app/assets/stylesheets/theme/style.css */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 9950, app/assets/stylesheets/theme/style.css */
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  /* line 9953, app/assets/stylesheets/theme/style.css */
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  /* line 9956, app/assets/stylesheets/theme/style.css */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 9959, app/assets/stylesheets/theme/style.css */
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  /* line 9962, app/assets/stylesheets/theme/style.css */
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  /* line 9968, app/assets/stylesheets/theme/style.css */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 9973, app/assets/stylesheets/theme/style.css */
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 9977, app/assets/stylesheets/theme/style.css */
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 9981, app/assets/stylesheets/theme/style.css */
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 9985, app/assets/stylesheets/theme/style.css */
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 9989, app/assets/stylesheets/theme/style.css */
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 9993, app/assets/stylesheets/theme/style.css */
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 9997, app/assets/stylesheets/theme/style.css */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 10002, app/assets/stylesheets/theme/style.css */
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 10006, app/assets/stylesheets/theme/style.css */
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 10010, app/assets/stylesheets/theme/style.css */
  .col-xl-3, .lightGallery .image-tile {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 10014, app/assets/stylesheets/theme/style.css */
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 10018, app/assets/stylesheets/theme/style.css */
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 10022, app/assets/stylesheets/theme/style.css */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 10026, app/assets/stylesheets/theme/style.css */
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 10030, app/assets/stylesheets/theme/style.css */
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 10034, app/assets/stylesheets/theme/style.css */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 10038, app/assets/stylesheets/theme/style.css */
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 10042, app/assets/stylesheets/theme/style.css */
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 10046, app/assets/stylesheets/theme/style.css */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 10050, app/assets/stylesheets/theme/style.css */
  .order-xl-first {
    order: -1;
  }
  /* line 10053, app/assets/stylesheets/theme/style.css */
  .order-xl-last {
    order: 13;
  }
  /* line 10056, app/assets/stylesheets/theme/style.css */
  .order-xl-0 {
    order: 0;
  }
  /* line 10059, app/assets/stylesheets/theme/style.css */
  .order-xl-1 {
    order: 1;
  }
  /* line 10062, app/assets/stylesheets/theme/style.css */
  .order-xl-2 {
    order: 2;
  }
  /* line 10065, app/assets/stylesheets/theme/style.css */
  .order-xl-3 {
    order: 3;
  }
  /* line 10068, app/assets/stylesheets/theme/style.css */
  .order-xl-4 {
    order: 4;
  }
  /* line 10071, app/assets/stylesheets/theme/style.css */
  .order-xl-5 {
    order: 5;
  }
  /* line 10074, app/assets/stylesheets/theme/style.css */
  .order-xl-6 {
    order: 6;
  }
  /* line 10077, app/assets/stylesheets/theme/style.css */
  .order-xl-7 {
    order: 7;
  }
  /* line 10080, app/assets/stylesheets/theme/style.css */
  .order-xl-8 {
    order: 8;
  }
  /* line 10083, app/assets/stylesheets/theme/style.css */
  .order-xl-9 {
    order: 9;
  }
  /* line 10086, app/assets/stylesheets/theme/style.css */
  .order-xl-10 {
    order: 10;
  }
  /* line 10089, app/assets/stylesheets/theme/style.css */
  .order-xl-11 {
    order: 11;
  }
  /* line 10092, app/assets/stylesheets/theme/style.css */
  .order-xl-12 {
    order: 12;
  }
  /* line 10095, app/assets/stylesheets/theme/style.css */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 10098, app/assets/stylesheets/theme/style.css */
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  /* line 10101, app/assets/stylesheets/theme/style.css */
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  /* line 10104, app/assets/stylesheets/theme/style.css */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 10107, app/assets/stylesheets/theme/style.css */
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  /* line 10110, app/assets/stylesheets/theme/style.css */
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  /* line 10113, app/assets/stylesheets/theme/style.css */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 10116, app/assets/stylesheets/theme/style.css */
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  /* line 10119, app/assets/stylesheets/theme/style.css */
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  /* line 10122, app/assets/stylesheets/theme/style.css */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 10125, app/assets/stylesheets/theme/style.css */
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  /* line 10128, app/assets/stylesheets/theme/style.css */
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

/* line 10133, app/assets/stylesheets/theme/style.css */
.table, .jsgrid .jsgrid-table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

/* line 10139, app/assets/stylesheets/theme/style.css */
.table th, .jsgrid .jsgrid-table th,
.table td,
.jsgrid .jsgrid-table td {
  padding: 1.125rem 1.375rem;
  vertical-align: top;
  border-top: 1px solid #CED4DA;
}

/* line 10147, app/assets/stylesheets/theme/style.css */
.table thead th, .jsgrid .jsgrid-table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #CED4DA;
}

/* line 10152, app/assets/stylesheets/theme/style.css */
.table tbody + tbody, .jsgrid .jsgrid-table tbody + tbody {
  border-top: 2px solid #CED4DA;
}

/* line 10156, app/assets/stylesheets/theme/style.css */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 10161, app/assets/stylesheets/theme/style.css */
.table-bordered {
  border: 1px solid #CED4DA;
}

/* line 10165, app/assets/stylesheets/theme/style.css */
.table-bordered th,
.table-bordered td {
  border: 1px solid #CED4DA;
}

/* line 10170, app/assets/stylesheets/theme/style.css */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 10175, app/assets/stylesheets/theme/style.css */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 10182, app/assets/stylesheets/theme/style.css */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #F5F7FF;
}

/* line 10186, app/assets/stylesheets/theme/style.css */
.table-hover tbody tr:hover {
  color: #212529;
  background-color: #eaeaf1;
}

/* line 10191, app/assets/stylesheets/theme/style.css */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #cdcce8;
}

/* line 10197, app/assets/stylesheets/theme/style.css */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #a1a0d4;
}

/* line 10204, app/assets/stylesheets/theme/style.css */
.table-hover .table-primary:hover {
  background-color: #bcbae0;
}

/* line 10208, app/assets/stylesheets/theme/style.css */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #bcbae0;
}

/* line 10213, app/assets/stylesheets/theme/style.css */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #e5e6e6;
}

/* line 10219, app/assets/stylesheets/theme/style.css */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #cfd0d0;
}

/* line 10226, app/assets/stylesheets/theme/style.css */
.table-hover .table-secondary:hover {
  background-color: #d8dada;
}

/* line 10230, app/assets/stylesheets/theme/style.css */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #d8dada;
}

/* line 10235, app/assets/stylesheets/theme/style.css */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #d0ebd0;
}

/* line 10241, app/assets/stylesheets/theme/style.css */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #a8d9a8;
}

/* line 10248, app/assets/stylesheets/theme/style.css */
.table-hover .table-success:hover {
  background-color: #bee3be;
}

/* line 10252, app/assets/stylesheets/theme/style.css */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #bee3be;
}

/* line 10257, app/assets/stylesheets/theme/style.css */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #c2defe;
}

/* line 10263, app/assets/stylesheets/theme/style.css */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #8dc2fe;
}

/* line 10270, app/assets/stylesheets/theme/style.css */
.table-hover .table-info:hover {
  background-color: #a9d0fe;
}

/* line 10274, app/assets/stylesheets/theme/style.css */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #a9d0fe;
}

/* line 10279, app/assets/stylesheets/theme/style.css */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeb8;
}

/* line 10285, app/assets/stylesheets/theme/style.css */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7a;
}

/* line 10292, app/assets/stylesheets/theme/style.css */
.table-hover .table-warning:hover {
  background-color: #ffe89f;
}

/* line 10296, app/assets/stylesheets/theme/style.css */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe89f;
}

/* line 10301, app/assets/stylesheets/theme/style.css */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ffcbcb;
}

/* line 10307, app/assets/stylesheets/theme/style.css */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ff9f9f;
}

/* line 10314, app/assets/stylesheets/theme/style.css */
.table-hover .table-danger:hover {
  background-color: #ffb2b2;
}

/* line 10318, app/assets/stylesheets/theme/style.css */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ffb2b2;
}

/* line 10323, app/assets/stylesheets/theme/style.css */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

/* line 10329, app/assets/stylesheets/theme/style.css */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

/* line 10336, app/assets/stylesheets/theme/style.css */
.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 10340, app/assets/stylesheets/theme/style.css */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 10345, app/assets/stylesheets/theme/style.css */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c3c5c8;
}

/* line 10351, app/assets/stylesheets/theme/style.css */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #8f9399;
}

/* line 10358, app/assets/stylesheets/theme/style.css */
.table-hover .table-dark:hover {
  background-color: #b6b8bc;
}

/* line 10362, app/assets/stylesheets/theme/style.css */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b6b8bc;
}

/* line 10367, app/assets/stylesheets/theme/style.css */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 10373, app/assets/stylesheets/theme/style.css */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 10377, app/assets/stylesheets/theme/style.css */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 10382, app/assets/stylesheets/theme/style.css */
.table .thead-dark th, .jsgrid .jsgrid-table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

/* line 10388, app/assets/stylesheets/theme/style.css */
.table .thead-light th, .jsgrid .jsgrid-table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #CED4DA;
}

/* line 10394, app/assets/stylesheets/theme/style.css */
.table-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 10399, app/assets/stylesheets/theme/style.css */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

/* line 10405, app/assets/stylesheets/theme/style.css */
.table-dark.table-bordered {
  border: 0;
}

/* line 10409, app/assets/stylesheets/theme/style.css */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 10413, app/assets/stylesheets/theme/style.css */
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 10419, app/assets/stylesheets/theme/style.css */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 10425, app/assets/stylesheets/theme/style.css */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 10431, app/assets/stylesheets/theme/style.css */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 10437, app/assets/stylesheets/theme/style.css */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 10443, app/assets/stylesheets/theme/style.css */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 10449, app/assets/stylesheets/theme/style.css */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 10455, app/assets/stylesheets/theme/style.css */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 10461, app/assets/stylesheets/theme/style.css */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 10466, app/assets/stylesheets/theme/style.css */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 10473, app/assets/stylesheets/theme/style.css */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 10477, app/assets/stylesheets/theme/style.css */
.form-control, .asColorPicker-input, .dataTables_wrapper select, .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text],
.jsgrid .jsgrid-table .jsgrid-filter-row select, .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number], .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-search__field, .typeahead,
.tt-query,
.tt-hint {
  display: block;
  width: 100%;
  height: 2.875rem;
  padding: 0.875rem 1.375rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 2px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 10497, app/assets/stylesheets/theme/style.css */
  .form-control, .asColorPicker-input, .dataTables_wrapper select, .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text],
.jsgrid .jsgrid-table .jsgrid-filter-row select, .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number], .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-search__field, .typeahead,
.tt-query,
.tt-hint {
    transition: none;
  }
}

/* line 10505, app/assets/stylesheets/theme/style.css */
.form-control::-ms-expand, .asColorPicker-input::-ms-expand, .dataTables_wrapper select::-ms-expand, .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]::-ms-expand,
.jsgrid .jsgrid-table .jsgrid-filter-row select::-ms-expand, .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]::-ms-expand, .select2-container--default .select2-selection--single::-ms-expand, .select2-container--default .select2-selection--single .select2-search__field::-ms-expand, .typeahead::-ms-expand,
.tt-query::-ms-expand,
.tt-hint::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 10513, app/assets/stylesheets/theme/style.css */
.form-control:-moz-focusring, .asColorPicker-input:-moz-focusring, .dataTables_wrapper select:-moz-focusring, .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]:-moz-focusring,
.jsgrid .jsgrid-table .jsgrid-filter-row select:-moz-focusring, .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]:-moz-focusring, .select2-container--default .select2-selection--single:-moz-focusring, .select2-container--default .select2-selection--single .select2-search__field:-moz-focusring, .typeahead:-moz-focusring,
.tt-query:-moz-focusring,
.tt-hint:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 10521, app/assets/stylesheets/theme/style.css */
.form-control:focus, .asColorPicker-input:focus, .dataTables_wrapper select:focus, .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]:focus,
.jsgrid .jsgrid-table .jsgrid-filter-row select:focus, .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]:focus, .select2-container--default .select2-selection--single:focus, .select2-container--default .select2-selection--single .select2-search__field:focus, .typeahead:focus,
.tt-query:focus,
.tt-hint: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 10532, app/assets/stylesheets/theme/style.css */
.form-control::-moz-placeholder, .asColorPicker-input::-moz-placeholder, .dataTables_wrapper select::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row select::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]::-moz-placeholder, .select2-container--default .select2-selection--single::-moz-placeholder, .select2-container--default .select2-selection--single .select2-search__field::-moz-placeholder, .typeahead::-moz-placeholder, .tt-query::-moz-placeholder, .tt-hint::-moz-placeholder {
  color: #c9c8c8;
  opacity: 1;
}
.form-control::placeholder, .asColorPicker-input::placeholder, .dataTables_wrapper select::placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]::placeholder,
.jsgrid .jsgrid-table .jsgrid-filter-row select::placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]::placeholder, .select2-container--default .select2-selection--single::placeholder, .select2-container--default .select2-selection--single .select2-search__field::placeholder, .typeahead::placeholder,
.tt-query::placeholder,
.tt-hint::placeholder {
  color: #c9c8c8;
  opacity: 1;
}

/* line 10540, app/assets/stylesheets/theme/style.css */
.form-control:disabled, .asColorPicker-input:disabled, .dataTables_wrapper select:disabled, .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]:disabled,
.jsgrid .jsgrid-table .jsgrid-filter-row select:disabled, .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]:disabled, .select2-container--default .select2-selection--single:disabled, .select2-container--default .select2-selection--single .select2-search__field:disabled, .typeahead:disabled,
.tt-query:disabled,
.tt-hint:disabled, .form-control[readonly], .asColorPicker-input[readonly], .dataTables_wrapper select[readonly], .jsgrid .jsgrid-table .jsgrid-filter-row input[readonly][type=text],
.jsgrid .jsgrid-table .jsgrid-filter-row select[readonly], .jsgrid .jsgrid-table .jsgrid-filter-row input[readonly][type=number], .select2-container--default .select2-selection--single[readonly], .select2-container--default .select2-selection--single .select2-search__field[readonly], .typeahead[readonly],
.tt-query[readonly],
.tt-hint[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 10551, app/assets/stylesheets/theme/style.css */
input.form-control[type="date"], input.asColorPicker-input[type="date"], .jsgrid .jsgrid-table .jsgrid-filter-row input[type="date"][type=text], .jsgrid .jsgrid-table .jsgrid-filter-row input[type="date"][type=number], .select2-container--default input.select2-selection--single[type="date"], .select2-container--default .select2-selection--single input.select2-search__field[type="date"], input.typeahead[type="date"],
input.tt-query[type="date"],
input.tt-hint[type="date"],
input.form-control[type="time"],
input.asColorPicker-input[type="time"],
.jsgrid .jsgrid-table .jsgrid-filter-row input[type="time"][type=text],
.jsgrid .jsgrid-table .jsgrid-filter-row input[type="time"][type=number],
.select2-container--default input.select2-selection--single[type="time"],
.select2-container--default .select2-selection--single input.select2-search__field[type="time"],
input.typeahead[type="time"],
input.tt-query[type="time"],
input.tt-hint[type="time"],
input.form-control[type="datetime-local"],
input.asColorPicker-input[type="datetime-local"],
.jsgrid .jsgrid-table .jsgrid-filter-row input[type="datetime-local"][type=text],
.jsgrid .jsgrid-table .jsgrid-filter-row input[type="datetime-local"][type=number],
.select2-container--default input.select2-selection--single[type="datetime-local"],
.select2-container--default .select2-selection--single input.select2-search__field[type="datetime-local"],
input.typeahead[type="datetime-local"],
input.tt-query[type="datetime-local"],
input.tt-hint[type="datetime-local"],
input.form-control[type="month"],
input.asColorPicker-input[type="month"],
.jsgrid .jsgrid-table .jsgrid-filter-row input[type="month"][type=text],
.jsgrid .jsgrid-table .jsgrid-filter-row input[type="month"][type=number],
.select2-container--default input.select2-selection--single[type="month"],
.select2-container--default .select2-selection--single input.select2-search__field[type="month"],
input.typeahead[type="month"],
input.tt-query[type="month"],
input.tt-hint[type="month"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 10584, app/assets/stylesheets/theme/style.css */
select.form-control:focus::-ms-value, select.asColorPicker-input:focus::-ms-value, .dataTables_wrapper select:focus::-ms-value,
.jsgrid .jsgrid-table .jsgrid-filter-row select:focus::-ms-value, .select2-container--default select.select2-selection--single:focus::-ms-value, .select2-container--default .select2-selection--single select.select2-search__field:focus::-ms-value, select.typeahead:focus::-ms-value,
select.tt-query:focus::-ms-value,
select.tt-hint:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}

/* line 10592, app/assets/stylesheets/theme/style.css */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 10598, app/assets/stylesheets/theme/style.css */
.col-form-label {
  padding-top: calc(0.875rem + 1px);
  padding-bottom: calc(0.875rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1;
}

/* line 10606, app/assets/stylesheets/theme/style.css */
.col-form-label-lg {
  padding-top: calc(0.94rem + 1px);
  padding-bottom: calc(0.94rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 10613, app/assets/stylesheets/theme/style.css */
.col-form-label-sm {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 10620, app/assets/stylesheets/theme/style.css */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.875rem 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 10633, app/assets/stylesheets/theme/style.css */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 10638, app/assets/stylesheets/theme/style.css */
.form-control-sm {
  height: 2.575rem;
  padding: 0.5rem 0.81rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 10646, app/assets/stylesheets/theme/style.css */
.form-control-lg {
  height: 3.175rem;
  padding: 0.94rem 1.94rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 10654, app/assets/stylesheets/theme/style.css */
select.form-control[size], select.asColorPicker-input[size], .dataTables_wrapper select[size],
.jsgrid .jsgrid-table .jsgrid-filter-row select[size], .select2-container--default select.select2-selection--single[size], .select2-container--default .select2-selection--single select.select2-search__field[size], select.typeahead[size],
select.tt-query[size],
select.tt-hint[size], select.form-control[multiple], select.asColorPicker-input[multiple], .dataTables_wrapper select[multiple],
.jsgrid .jsgrid-table .jsgrid-filter-row select[multiple], .select2-container--default select.select2-selection--single[multiple], .select2-container--default .select2-selection--single select.select2-search__field[multiple], select.typeahead[multiple],
select.tt-query[multiple],
select.tt-hint[multiple] {
  height: auto;
}

/* line 10664, app/assets/stylesheets/theme/style.css */
textarea.form-control, textarea.asColorPicker-input, .select2-container--default textarea.select2-selection--single, .select2-container--default .select2-selection--single textarea.select2-search__field, textarea.typeahead,
textarea.tt-query,
textarea.tt-hint {
  height: auto;
}

/* line 10670, app/assets/stylesheets/theme/style.css */
.form-group {
  margin-bottom: 1rem;
}

/* line 10674, app/assets/stylesheets/theme/style.css */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 10679, app/assets/stylesheets/theme/style.css */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 10686, app/assets/stylesheets/theme/style.css */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 10692, app/assets/stylesheets/theme/style.css */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 10698, app/assets/stylesheets/theme/style.css */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 10704, app/assets/stylesheets/theme/style.css */
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #737F8B;
}

/* line 10709, app/assets/stylesheets/theme/style.css */
.form-check-label {
  margin-bottom: 0;
}

/* line 10713, app/assets/stylesheets/theme/style.css */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 10720, app/assets/stylesheets/theme/style.css */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 10727, app/assets/stylesheets/theme/style.css */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

/* line 10735, app/assets/stylesheets/theme/style.css */
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 10751, app/assets/stylesheets/theme/style.css */
.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

/* line 10756, app/assets/stylesheets/theme/style.css */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 10763, app/assets/stylesheets/theme/style.css */
.was-validated .form-control:valid, .was-validated .asColorPicker-input:valid, .was-validated .dataTables_wrapper select:valid, .dataTables_wrapper .was-validated select:valid, .was-validated .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]:valid, .jsgrid .jsgrid-table .jsgrid-filter-row .was-validated input[type=text]:valid,
.was-validated .jsgrid .jsgrid-table .jsgrid-filter-row select:valid, .jsgrid .jsgrid-table .jsgrid-filter-row .was-validated select:valid, .was-validated .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]:valid, .jsgrid .jsgrid-table .jsgrid-filter-row .was-validated input[type=number]:valid, .was-validated .select2-container--default .select2-selection--single:valid, .select2-container--default .was-validated .select2-selection--single:valid, .was-validated .select2-container--default .select2-selection--single .select2-search__field:valid, .select2-container--default .select2-selection--single .was-validated .select2-search__field:valid, .was-validated .typeahead:valid,
.was-validated .tt-query:valid,
.was-validated .tt-hint:valid, .form-control.is-valid, .is-valid.asColorPicker-input, .dataTables_wrapper select.is-valid, .jsgrid .jsgrid-table .jsgrid-filter-row input.is-valid[type=text],
.jsgrid .jsgrid-table .jsgrid-filter-row select.is-valid, .jsgrid .jsgrid-table .jsgrid-filter-row input.is-valid[type=number], .select2-container--default .is-valid.select2-selection--single, .select2-container--default .select2-selection--single .is-valid.select2-search__field, .is-valid.typeahead,
.is-valid.tt-query,
.is-valid.tt-hint {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 10778, app/assets/stylesheets/theme/style.css */
.was-validated .form-control:valid:focus, .was-validated .asColorPicker-input:valid:focus, .was-validated .dataTables_wrapper select:valid:focus, .dataTables_wrapper .was-validated select:valid:focus, .was-validated .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]:valid:focus, .jsgrid .jsgrid-table .jsgrid-filter-row .was-validated input[type=text]:valid:focus,
.was-validated .jsgrid .jsgrid-table .jsgrid-filter-row select:valid:focus, .jsgrid .jsgrid-table .jsgrid-filter-row .was-validated select:valid:focus, .was-validated .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]:valid:focus, .jsgrid .jsgrid-table .jsgrid-filter-row .was-validated input[type=number]:valid:focus, .was-validated .select2-container--default .select2-selection--single:valid:focus, .select2-container--default .was-validated .select2-selection--single:valid:focus, .was-validated .select2-container--default .select2-selection--single .select2-search__field:valid:focus, .select2-container--default .select2-selection--single .was-validated .select2-search__field:valid:focus, .was-validated .typeahead:valid:focus,
.was-validated .tt-query:valid:focus,
.was-validated .tt-hint:valid:focus, .form-control.is-valid:focus, .is-valid.asColorPicker-input:focus, .dataTables_wrapper select.is-valid:focus, .jsgrid .jsgrid-table .jsgrid-filter-row input.is-valid[type=text]:focus,
.jsgrid .jsgrid-table .jsgrid-filter-row select.is-valid:focus, .jsgrid .jsgrid-table .jsgrid-filter-row input.is-valid[type=number]:focus, .select2-container--default .is-valid.select2-selection--single:focus, .select2-container--default .select2-selection--single .is-valid.select2-search__field:focus, .is-valid.typeahead:focus,
.is-valid.tt-query:focus,
.is-valid.tt-hint:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 10789, app/assets/stylesheets/theme/style.css */
.was-validated textarea.form-control:valid, .was-validated textarea.asColorPicker-input:valid, .was-validated .select2-container--default textarea.select2-selection--single:valid, .select2-container--default .was-validated textarea.select2-selection--single:valid, .was-validated .select2-container--default .select2-selection--single textarea.select2-search__field:valid, .select2-container--default .select2-selection--single .was-validated textarea.select2-search__field:valid, .was-validated textarea.typeahead:valid,
.was-validated textarea.tt-query:valid,
.was-validated textarea.tt-hint:valid, textarea.form-control.is-valid, textarea.is-valid.asColorPicker-input, .select2-container--default textarea.is-valid.select2-selection--single, .select2-container--default .select2-selection--single textarea.is-valid.select2-search__field, textarea.is-valid.typeahead,
textarea.is-valid.tt-query,
textarea.is-valid.tt-hint {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

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

/* line 10804, app/assets/stylesheets/theme/style.css */
.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 10809, app/assets/stylesheets/theme/style.css */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

/* line 10813, app/assets/stylesheets/theme/style.css */
.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 10819, app/assets/stylesheets/theme/style.css */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

/* line 10823, app/assets/stylesheets/theme/style.css */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 10827, app/assets/stylesheets/theme/style.css */
.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 10832, app/assets/stylesheets/theme/style.css */
.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 10836, app/assets/stylesheets/theme/style.css */
.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 10840, app/assets/stylesheets/theme/style.css */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

/* line 10844, app/assets/stylesheets/theme/style.css */
.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 10849, app/assets/stylesheets/theme/style.css */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

/* line 10857, app/assets/stylesheets/theme/style.css */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 10873, app/assets/stylesheets/theme/style.css */
.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

/* line 10878, app/assets/stylesheets/theme/style.css */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 10885, app/assets/stylesheets/theme/style.css */
.was-validated .form-control:invalid, .was-validated .asColorPicker-input:invalid, .was-validated .dataTables_wrapper select:invalid, .dataTables_wrapper .was-validated select:invalid, .was-validated .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]:invalid, .jsgrid .jsgrid-table .jsgrid-filter-row .was-validated input[type=text]:invalid,
.was-validated .jsgrid .jsgrid-table .jsgrid-filter-row select:invalid, .jsgrid .jsgrid-table .jsgrid-filter-row .was-validated select:invalid, .was-validated .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]:invalid, .jsgrid .jsgrid-table .jsgrid-filter-row .was-validated input[type=number]:invalid, .was-validated .select2-container--default .select2-selection--single:invalid, .select2-container--default .was-validated .select2-selection--single:invalid, .was-validated .select2-container--default .select2-selection--single .select2-search__field:invalid, .select2-container--default .select2-selection--single .was-validated .select2-search__field:invalid, .was-validated .typeahead:invalid,
.was-validated .tt-query:invalid,
.was-validated .tt-hint:invalid, .form-control.is-invalid, .is-invalid.asColorPicker-input, .dataTables_wrapper select.is-invalid, .jsgrid .jsgrid-table .jsgrid-filter-row input.is-invalid[type=text],
.jsgrid .jsgrid-table .jsgrid-filter-row select.is-invalid, .jsgrid .jsgrid-table .jsgrid-filter-row input.is-invalid[type=number], .select2-container--default .is-invalid.select2-selection--single, .select2-container--default .select2-selection--single .is-invalid.select2-search__field, .is-invalid.typeahead,
.is-invalid.tt-query,
.is-invalid.tt-hint {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 10900, app/assets/stylesheets/theme/style.css */
.was-validated .form-control:invalid:focus, .was-validated .asColorPicker-input:invalid:focus, .was-validated .dataTables_wrapper select:invalid:focus, .dataTables_wrapper .was-validated select:invalid:focus, .was-validated .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]:invalid:focus, .jsgrid .jsgrid-table .jsgrid-filter-row .was-validated input[type=text]:invalid:focus,
.was-validated .jsgrid .jsgrid-table .jsgrid-filter-row select:invalid:focus, .jsgrid .jsgrid-table .jsgrid-filter-row .was-validated select:invalid:focus, .was-validated .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]:invalid:focus, .jsgrid .jsgrid-table .jsgrid-filter-row .was-validated input[type=number]:invalid:focus, .was-validated .select2-container--default .select2-selection--single:invalid:focus, .select2-container--default .was-validated .select2-selection--single:invalid:focus, .was-validated .select2-container--default .select2-selection--single .select2-search__field:invalid:focus, .select2-container--default .select2-selection--single .was-validated .select2-search__field:invalid:focus, .was-validated .typeahead:invalid:focus,
.was-validated .tt-query:invalid:focus,
.was-validated .tt-hint:invalid:focus, .form-control.is-invalid:focus, .is-invalid.asColorPicker-input:focus, .dataTables_wrapper select.is-invalid:focus, .jsgrid .jsgrid-table .jsgrid-filter-row input.is-invalid[type=text]:focus,
.jsgrid .jsgrid-table .jsgrid-filter-row select.is-invalid:focus, .jsgrid .jsgrid-table .jsgrid-filter-row input.is-invalid[type=number]:focus, .select2-container--default .is-invalid.select2-selection--single:focus, .select2-container--default .select2-selection--single .is-invalid.select2-search__field:focus, .is-invalid.typeahead:focus,
.is-invalid.tt-query:focus,
.is-invalid.tt-hint:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 10911, app/assets/stylesheets/theme/style.css */
.was-validated textarea.form-control:invalid, .was-validated textarea.asColorPicker-input:invalid, .was-validated .select2-container--default textarea.select2-selection--single:invalid, .select2-container--default .was-validated textarea.select2-selection--single:invalid, .was-validated .select2-container--default .select2-selection--single textarea.select2-search__field:invalid, .select2-container--default .select2-selection--single .was-validated textarea.select2-search__field:invalid, .was-validated textarea.typeahead:invalid,
.was-validated textarea.tt-query:invalid,
.was-validated textarea.tt-hint:invalid, textarea.form-control.is-invalid, textarea.is-invalid.asColorPicker-input, .select2-container--default textarea.is-invalid.select2-selection--single, .select2-container--default .select2-selection--single textarea.is-invalid.select2-search__field, textarea.is-invalid.typeahead,
textarea.is-invalid.tt-query,
textarea.is-invalid.tt-hint {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

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

/* line 10926, app/assets/stylesheets/theme/style.css */
.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 10931, app/assets/stylesheets/theme/style.css */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

/* line 10935, app/assets/stylesheets/theme/style.css */
.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 10941, app/assets/stylesheets/theme/style.css */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

/* line 10945, app/assets/stylesheets/theme/style.css */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 10949, app/assets/stylesheets/theme/style.css */
.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 10954, app/assets/stylesheets/theme/style.css */
.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 10958, app/assets/stylesheets/theme/style.css */
.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 10962, app/assets/stylesheets/theme/style.css */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

/* line 10966, app/assets/stylesheets/theme/style.css */
.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 10971, app/assets/stylesheets/theme/style.css */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 10977, app/assets/stylesheets/theme/style.css */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 10982, app/assets/stylesheets/theme/style.css */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 10988, app/assets/stylesheets/theme/style.css */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 10995, app/assets/stylesheets/theme/style.css */
  .form-inline .form-control, .form-inline .asColorPicker-input, .form-inline .dataTables_wrapper select, .dataTables_wrapper .form-inline select, .form-inline .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .form-inline input[type=text],
.form-inline .jsgrid .jsgrid-table .jsgrid-filter-row select, .jsgrid .jsgrid-table .jsgrid-filter-row .form-inline select, .form-inline .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .form-inline input[type=number], .form-inline .select2-container--default .select2-selection--single, .select2-container--default .form-inline .select2-selection--single, .form-inline .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .form-inline .select2-search__field, .form-inline .typeahead,
.form-inline .tt-query,
.form-inline .tt-hint {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 11003, app/assets/stylesheets/theme/style.css */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 11006, app/assets/stylesheets/theme/style.css */
  .form-inline .input-group, .form-inline .asColorPicker-wrap,
.form-inline .custom-select {
    width: auto;
  }
  /* line 11010, app/assets/stylesheets/theme/style.css */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 11017, app/assets/stylesheets/theme/style.css */
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 11024, app/assets/stylesheets/theme/style.css */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 11028, app/assets/stylesheets/theme/style.css */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 11033, app/assets/stylesheets/theme/style.css */
.btn, .fc button, .ajax-upload-dragdrop .ajax-file-upload, .swal2-modal .swal2-buttonswrapper .swal2-styled, .swal2-modal .swal2-buttonswrapper .swal2-styled.swal2-confirm, .swal2-modal .swal2-buttonswrapper .swal2-styled.swal2-cancel, .wizard > .actions a {
  display: inline-block;
  font-weight: 400;
  color: #1F1F1F;
  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.875rem 1.5rem;
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 0.1875rem;
  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 11050, app/assets/stylesheets/theme/style.css */
  .btn, .fc button, .ajax-upload-dragdrop .ajax-file-upload, .swal2-modal .swal2-buttonswrapper .swal2-styled, .swal2-modal .swal2-buttonswrapper .swal2-styled.swal2-confirm, .swal2-modal .swal2-buttonswrapper .swal2-styled.swal2-cancel, .wizard > .actions a {
    transition: none;
  }
}

/* line 11055, app/assets/stylesheets/theme/style.css */
.btn:hover, .fc button:hover, .ajax-upload-dragdrop .ajax-file-upload:hover, .swal2-modal .swal2-buttonswrapper .swal2-styled:hover, .wizard > .actions a:hover {
  color: #1F1F1F;
  text-decoration: none;
}

/* line 11060, app/assets/stylesheets/theme/style.css */
.btn:focus, .fc button:focus, .ajax-upload-dragdrop .ajax-file-upload:focus, .swal2-modal .swal2-buttonswrapper .swal2-styled:focus, .wizard > .actions a:focus, .btn.focus, .fc button.focus, .ajax-upload-dragdrop .focus.ajax-file-upload, .swal2-modal .swal2-buttonswrapper .focus.swal2-styled, .wizard > .actions a.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 11065, app/assets/stylesheets/theme/style.css */
.btn.disabled, .fc button.disabled, .ajax-upload-dragdrop .disabled.ajax-file-upload, .swal2-modal .swal2-buttonswrapper .disabled.swal2-styled, .wizard > .actions a.disabled, .btn:disabled, .fc button:disabled, .ajax-upload-dragdrop .ajax-file-upload:disabled, .swal2-modal .swal2-buttonswrapper .swal2-styled:disabled, .wizard > .actions a:disabled {
  opacity: 0.65;
}

/* line 11069, app/assets/stylesheets/theme/style.css */
.btn:not(:disabled):not(.disabled), .fc button:not(:disabled):not(.disabled), .ajax-upload-dragdrop .ajax-file-upload:not(:disabled):not(.disabled), .swal2-modal .swal2-buttonswrapper .swal2-styled:not(:disabled):not(.disabled), .wizard > .actions a:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 11073, app/assets/stylesheets/theme/style.css */
a.btn.disabled, .ajax-upload-dragdrop a.disabled.ajax-file-upload, .swal2-modal .swal2-buttonswrapper a.disabled.swal2-styled, .wizard > .actions a.disabled,
fieldset:disabled a.btn,
fieldset:disabled .ajax-upload-dragdrop a.ajax-file-upload,
.ajax-upload-dragdrop fieldset:disabled a.ajax-file-upload,
fieldset:disabled .swal2-modal .swal2-buttonswrapper a.swal2-styled,
.swal2-modal .swal2-buttonswrapper fieldset:disabled a.swal2-styled,
fieldset:disabled .wizard > .actions a,
.wizard > .actions fieldset:disabled a {
  pointer-events: none;
}

/* line 11084, app/assets/stylesheets/theme/style.css */
.btn-primary, .wizard > .actions a {
  color: #fff;
  background-color: #4B49AC;
  border-color: #4B49AC;
}

/* line 11090, app/assets/stylesheets/theme/style.css */
.btn-primary:hover, .wizard > .actions a:hover {
  color: #fff;
  background-color: #3f3e91;
  border-color: #3b3a88;
}

/* line 11096, app/assets/stylesheets/theme/style.css */
.btn-primary:focus, .wizard > .actions a:focus, .btn-primary.focus, .wizard > .actions a.focus {
  color: #fff;
  background-color: #3f3e91;
  border-color: #3b3a88;
  box-shadow: 0 0 0 0.2rem rgba(102, 100, 184, 0.5);
}

/* line 11103, app/assets/stylesheets/theme/style.css */
.btn-primary.disabled, .wizard > .actions a.disabled, .btn-primary:disabled, .wizard > .actions a:disabled {
  color: #fff;
  background-color: #4B49AC;
  border-color: #4B49AC;
}

/* line 11109, app/assets/stylesheets/theme/style.css */
.btn-primary:not(:disabled):not(.disabled):active, .wizard > .actions a:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled), .wizard > .actions a.active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle,
.wizard > .actions .show > a.dropdown-toggle {
  color: #fff;
  background-color: #3b3a88;
  border-color: #37367f;
}

/* line 11117, app/assets/stylesheets/theme/style.css */
.btn-primary:not(:disabled):not(.disabled):active:focus, .wizard > .actions a:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus, .wizard > .actions a.active:not(:disabled):not(.disabled):focus,
.show > .btn-primary.dropdown-toggle:focus,
.wizard > .actions .show > a.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 100, 184, 0.5);
}

/* line 11123, app/assets/stylesheets/theme/style.css */
.btn-secondary, .wizard > .actions .disabled a {
  color: #212529;
  background-color: #a3a4a5;
  border-color: #a3a4a5;
}

/* line 11129, app/assets/stylesheets/theme/style.css */
.btn-secondary:hover, .wizard > .actions .disabled a:hover {
  color: #fff;
  background-color: #909192;
  border-color: #898b8c;
}

/* line 11135, app/assets/stylesheets/theme/style.css */
.btn-secondary:focus, .wizard > .actions .disabled a:focus, .btn-secondary.focus, .wizard > .actions .disabled a.focus {
  color: #fff;
  background-color: #909192;
  border-color: #898b8c;
  box-shadow: 0 0 0 0.2rem rgba(144, 145, 146, 0.5);
}

/* line 11142, app/assets/stylesheets/theme/style.css */
.btn-secondary.disabled, .wizard > .actions .disabled a.disabled, .btn-secondary:disabled, .wizard > .actions .disabled a:disabled {
  color: #212529;
  background-color: #a3a4a5;
  border-color: #a3a4a5;
}

/* line 11148, app/assets/stylesheets/theme/style.css */
.btn-secondary:not(:disabled):not(.disabled):active, .wizard > .actions .disabled a:not(:disabled):not(.disabled):active, .btn-secondary.active:not(:disabled):not(.disabled), .wizard > .actions .disabled a.active:not(:disabled):not(.disabled),
.show > .btn-secondary.dropdown-toggle,
.wizard > .actions .disabled .show > a.dropdown-toggle {
  color: #fff;
  background-color: #898b8c;
  border-color: #838485;
}

/* line 11156, app/assets/stylesheets/theme/style.css */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .wizard > .actions .disabled a:not(:disabled):not(.disabled):active:focus, .btn-secondary.active:not(:disabled):not(.disabled):focus, .wizard > .actions .disabled a.active:not(:disabled):not(.disabled):focus,
.show > .btn-secondary.dropdown-toggle:focus,
.wizard > .actions .disabled .show > a.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(144, 145, 146, 0.5);
}

/* line 11162, app/assets/stylesheets/theme/style.css */
.btn-success {
  color: #fff;
  background-color: #57B657;
  border-color: #57B657;
}

/* line 11168, app/assets/stylesheets/theme/style.css */
.btn-success:hover {
  color: #fff;
  background-color: #46a146;
  border-color: #429842;
}

/* line 11174, app/assets/stylesheets/theme/style.css */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #46a146;
  border-color: #429842;
  box-shadow: 0 0 0 0.2rem rgba(112, 193, 112, 0.5);
}

/* line 11181, app/assets/stylesheets/theme/style.css */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #57B657;
  border-color: #57B657;
}

/* line 11187, app/assets/stylesheets/theme/style.css */
.btn-success:not(:disabled):not(.disabled):active, .btn-success.active:not(:disabled):not(.disabled),
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #429842;
  border-color: #3e8f3e;
}

/* line 11194, app/assets/stylesheets/theme/style.css */
.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(112, 193, 112, 0.5);
}

/* line 11199, app/assets/stylesheets/theme/style.css */
.btn-info {
  color: #fff;
  background-color: #248AFD;
  border-color: #248AFD;
}

/* line 11205, app/assets/stylesheets/theme/style.css */
.btn-info:hover {
  color: #fff;
  background-color: #0276f8;
  border-color: #0270ec;
}

/* line 11211, app/assets/stylesheets/theme/style.css */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #0276f8;
  border-color: #0270ec;
  box-shadow: 0 0 0 0.2rem rgba(69, 156, 253, 0.5);
}

/* line 11218, app/assets/stylesheets/theme/style.css */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #248AFD;
  border-color: #248AFD;
}

/* line 11224, app/assets/stylesheets/theme/style.css */
.btn-info:not(:disabled):not(.disabled):active, .btn-info.active:not(:disabled):not(.disabled),
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0270ec;
  border-color: #026adf;
}

/* line 11231, app/assets/stylesheets/theme/style.css */
.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(69, 156, 253, 0.5);
}

/* line 11236, app/assets/stylesheets/theme/style.css */
.btn-warning {
  color: #212529;
  background-color: #FFC100;
  border-color: #FFC100;
}

/* line 11242, app/assets/stylesheets/theme/style.css */
.btn-warning:hover {
  color: #212529;
  background-color: #d9a400;
  border-color: #cc9a00;
}

/* line 11248, app/assets/stylesheets/theme/style.css */
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #d9a400;
  border-color: #cc9a00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 6, 0.5);
}

/* line 11255, app/assets/stylesheets/theme/style.css */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #FFC100;
  border-color: #FFC100;
}

/* line 11261, app/assets/stylesheets/theme/style.css */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning.active:not(:disabled):not(.disabled),
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #cc9a00;
  border-color: #bf9100;
}

/* line 11268, app/assets/stylesheets/theme/style.css */
.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, 6, 0.5);
}

/* line 11273, app/assets/stylesheets/theme/style.css */
.btn-danger {
  color: #fff;
  background-color: #FF4747;
  border-color: #FF4747;
}

/* line 11279, app/assets/stylesheets/theme/style.css */
.btn-danger:hover {
  color: #fff;
  background-color: #ff2121;
  border-color: #ff1414;
}

/* line 11285, app/assets/stylesheets/theme/style.css */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #ff2121;
  border-color: #ff1414;
  box-shadow: 0 0 0 0.2rem rgba(255, 99, 99, 0.5);
}

/* line 11292, app/assets/stylesheets/theme/style.css */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #FF4747;
  border-color: #FF4747;
}

/* line 11298, app/assets/stylesheets/theme/style.css */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger.active:not(:disabled):not(.disabled),
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff1414;
  border-color: #ff0707;
}

/* line 11305, app/assets/stylesheets/theme/style.css */
.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(255, 99, 99, 0.5);
}

/* line 11310, app/assets/stylesheets/theme/style.css */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 11316, app/assets/stylesheets/theme/style.css */
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

/* line 11322, app/assets/stylesheets/theme/style.css */
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 11329, app/assets/stylesheets/theme/style.css */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 11335, app/assets/stylesheets/theme/style.css */
.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 11342, app/assets/stylesheets/theme/style.css */
.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 11347, app/assets/stylesheets/theme/style.css */
.btn-dark {
  color: #fff;
  background-color: #282f3a;
  border-color: #282f3a;
}

/* line 11353, app/assets/stylesheets/theme/style.css */
.btn-dark:hover {
  color: #fff;
  background-color: #181d23;
  border-color: #13171c;
}

/* line 11359, app/assets/stylesheets/theme/style.css */
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #181d23;
  border-color: #13171c;
  box-shadow: 0 0 0 0.2rem rgba(72, 78, 88, 0.5);
}

/* line 11366, app/assets/stylesheets/theme/style.css */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #282f3a;
  border-color: #282f3a;
}

/* line 11372, app/assets/stylesheets/theme/style.css */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark.active:not(:disabled):not(.disabled),
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #13171c;
  border-color: #0e1014;
}

/* line 11379, app/assets/stylesheets/theme/style.css */
.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(72, 78, 88, 0.5);
}

/* line 11384, app/assets/stylesheets/theme/style.css */
.btn-outline-primary {
  color: #4B49AC;
  border-color: #4B49AC;
}

/* line 11389, app/assets/stylesheets/theme/style.css */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #4B49AC;
  border-color: #4B49AC;
}

/* line 11395, app/assets/stylesheets/theme/style.css */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(75, 73, 172, 0.5);
}

/* line 11399, app/assets/stylesheets/theme/style.css */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #4B49AC;
  background-color: transparent;
}

/* line 11404, app/assets/stylesheets/theme/style.css */
.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: #4B49AC;
  border-color: #4B49AC;
}

/* line 11411, app/assets/stylesheets/theme/style.css */
.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(75, 73, 172, 0.5);
}

/* line 11416, app/assets/stylesheets/theme/style.css */
.btn-outline-secondary, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-cancel {
  color: #a3a4a5;
  border-color: #a3a4a5;
}

/* line 11421, app/assets/stylesheets/theme/style.css */
.btn-outline-secondary:hover, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-cancel:hover {
  color: #212529;
  background-color: #a3a4a5;
  border-color: #a3a4a5;
}

/* line 11427, app/assets/stylesheets/theme/style.css */
.btn-outline-secondary:focus, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-cancel:focus, .btn-outline-secondary.focus, .editable-container.editable-inline .editableform .control-group .editable-buttons .focus.editable-cancel {
  box-shadow: 0 0 0 0.2rem rgba(163, 164, 165, 0.5);
}

/* line 11431, app/assets/stylesheets/theme/style.css */
.btn-outline-secondary.disabled, .editable-container.editable-inline .editableform .control-group .editable-buttons .disabled.editable-cancel, .btn-outline-secondary:disabled, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-cancel:disabled {
  color: #a3a4a5;
  background-color: transparent;
}

/* line 11436, app/assets/stylesheets/theme/style.css */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-cancel:not(:disabled):not(.disabled):active, .btn-outline-secondary.active:not(:disabled):not(.disabled), .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-cancel.active:not(:disabled):not(.disabled),
.show > .btn-outline-secondary.dropdown-toggle,
.editable-container.editable-inline .editableform .control-group .editable-buttons .show > .dropdown-toggle.editable-cancel {
  color: #212529;
  background-color: #a3a4a5;
  border-color: #a3a4a5;
}

/* line 11444, app/assets/stylesheets/theme/style.css */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-cancel:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.active:not(:disabled):not(.disabled):focus, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-cancel.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-secondary.dropdown-toggle:focus,
.editable-container.editable-inline .editableform .control-group .editable-buttons .show > .dropdown-toggle.editable-cancel:focus {
  box-shadow: 0 0 0 0.2rem rgba(163, 164, 165, 0.5);
}

/* line 11450, app/assets/stylesheets/theme/style.css */
.btn-outline-success, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-submit {
  color: #57B657;
  border-color: #57B657;
}

/* line 11455, app/assets/stylesheets/theme/style.css */
.btn-outline-success:hover, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-submit:hover {
  color: #fff;
  background-color: #57B657;
  border-color: #57B657;
}

/* line 11461, app/assets/stylesheets/theme/style.css */
.btn-outline-success:focus, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-submit:focus, .btn-outline-success.focus, .editable-container.editable-inline .editableform .control-group .editable-buttons .focus.editable-submit {
  box-shadow: 0 0 0 0.2rem rgba(87, 182, 87, 0.5);
}

/* line 11465, app/assets/stylesheets/theme/style.css */
.btn-outline-success.disabled, .editable-container.editable-inline .editableform .control-group .editable-buttons .disabled.editable-submit, .btn-outline-success:disabled, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-submit:disabled {
  color: #57B657;
  background-color: transparent;
}

/* line 11470, app/assets/stylesheets/theme/style.css */
.btn-outline-success:not(:disabled):not(.disabled):active, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-submit:not(:disabled):not(.disabled):active, .btn-outline-success.active:not(:disabled):not(.disabled), .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-submit.active:not(:disabled):not(.disabled),
.show > .btn-outline-success.dropdown-toggle,
.editable-container.editable-inline .editableform .control-group .editable-buttons .show > .dropdown-toggle.editable-submit {
  color: #fff;
  background-color: #57B657;
  border-color: #57B657;
}

/* line 11478, app/assets/stylesheets/theme/style.css */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-submit:not(:disabled):not(.disabled):active:focus, .btn-outline-success.active:not(:disabled):not(.disabled):focus, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-submit.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-success.dropdown-toggle:focus,
.editable-container.editable-inline .editableform .control-group .editable-buttons .show > .dropdown-toggle.editable-submit:focus {
  box-shadow: 0 0 0 0.2rem rgba(87, 182, 87, 0.5);
}

/* line 11484, app/assets/stylesheets/theme/style.css */
.btn-outline-info {
  color: #248AFD;
  border-color: #248AFD;
}

/* line 11489, app/assets/stylesheets/theme/style.css */
.btn-outline-info:hover {
  color: #fff;
  background-color: #248AFD;
  border-color: #248AFD;
}

/* line 11495, app/assets/stylesheets/theme/style.css */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(36, 138, 253, 0.5);
}

/* line 11499, app/assets/stylesheets/theme/style.css */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #248AFD;
  background-color: transparent;
}

/* line 11504, app/assets/stylesheets/theme/style.css */
.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: #248AFD;
  border-color: #248AFD;
}

/* line 11511, app/assets/stylesheets/theme/style.css */
.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(36, 138, 253, 0.5);
}

/* line 11516, app/assets/stylesheets/theme/style.css */
.btn-outline-warning {
  color: #FFC100;
  border-color: #FFC100;
}

/* line 11521, app/assets/stylesheets/theme/style.css */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #FFC100;
  border-color: #FFC100;
}

/* line 11527, app/assets/stylesheets/theme/style.css */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 0, 0.5);
}

/* line 11531, app/assets/stylesheets/theme/style.css */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #FFC100;
  background-color: transparent;
}

/* line 11536, app/assets/stylesheets/theme/style.css */
.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: #FFC100;
  border-color: #FFC100;
}

/* line 11543, app/assets/stylesheets/theme/style.css */
.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, 0, 0.5);
}

/* line 11548, app/assets/stylesheets/theme/style.css */
.btn-outline-danger {
  color: #FF4747;
  border-color: #FF4747;
}

/* line 11553, app/assets/stylesheets/theme/style.css */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #FF4747;
  border-color: #FF4747;
}

/* line 11559, app/assets/stylesheets/theme/style.css */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 71, 71, 0.5);
}

/* line 11563, app/assets/stylesheets/theme/style.css */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #FF4747;
  background-color: transparent;
}

/* line 11568, app/assets/stylesheets/theme/style.css */
.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: #FF4747;
  border-color: #FF4747;
}

/* line 11575, app/assets/stylesheets/theme/style.css */
.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(255, 71, 71, 0.5);
}

/* line 11580, app/assets/stylesheets/theme/style.css */
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 11585, app/assets/stylesheets/theme/style.css */
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 11591, app/assets/stylesheets/theme/style.css */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 11595, app/assets/stylesheets/theme/style.css */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 11600, app/assets/stylesheets/theme/style.css */
.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 11607, app/assets/stylesheets/theme/style.css */
.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 11612, app/assets/stylesheets/theme/style.css */
.btn-outline-dark {
  color: #282f3a;
  border-color: #282f3a;
}

/* line 11617, app/assets/stylesheets/theme/style.css */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #282f3a;
  border-color: #282f3a;
}

/* line 11623, app/assets/stylesheets/theme/style.css */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 47, 58, 0.5);
}

/* line 11627, app/assets/stylesheets/theme/style.css */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #282f3a;
  background-color: transparent;
}

/* line 11632, app/assets/stylesheets/theme/style.css */
.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: #282f3a;
  border-color: #282f3a;
}

/* line 11639, app/assets/stylesheets/theme/style.css */
.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(40, 47, 58, 0.5);
}

/* line 11644, app/assets/stylesheets/theme/style.css */
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

/* line 11650, app/assets/stylesheets/theme/style.css */
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 11655, app/assets/stylesheets/theme/style.css */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

/* line 11659, app/assets/stylesheets/theme/style.css */
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

/* line 11664, app/assets/stylesheets/theme/style.css */
.btn-lg, .btn-group-lg > .btn, .fc .btn-group-lg > button, .ajax-upload-dragdrop .btn-group-lg > .ajax-file-upload, .swal2-modal .swal2-buttonswrapper .btn-group-lg > .swal2-styled, .wizard > .actions .btn-group-lg > a {
  padding: 1rem 3rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}

/* line 11671, app/assets/stylesheets/theme/style.css */
.btn-sm, .btn-group-sm > .btn, .fc .btn-group-sm > button, .ajax-upload-dragdrop .btn-group-sm > .ajax-file-upload, .swal2-modal .swal2-buttonswrapper .btn-group-sm > .swal2-styled, .wizard > .actions .btn-group-sm > a, .fc button {
  padding: 0.5rem 0.81rem;
  font-size: 0.812rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}

/* line 11678, app/assets/stylesheets/theme/style.css */
.btn-block {
  display: block;
  width: 100%;
}

/* line 11683, app/assets/stylesheets/theme/style.css */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 11687, app/assets/stylesheets/theme/style.css */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 11693, app/assets/stylesheets/theme/style.css */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 11698, app/assets/stylesheets/theme/style.css */
  .fade {
    transition: none;
  }
}

/* line 11703, app/assets/stylesheets/theme/style.css */
.fade:not(.show) {
  opacity: 0;
}

/* line 11707, app/assets/stylesheets/theme/style.css */
.collapse:not(.show) {
  display: none;
}

/* line 11711, app/assets/stylesheets/theme/style.css */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 11719, app/assets/stylesheets/theme/style.css */
  .collapsing {
    transition: none;
  }
}

/* line 11724, app/assets/stylesheets/theme/style.css */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 11731, app/assets/stylesheets/theme/style.css */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 11735, app/assets/stylesheets/theme/style.css */
.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 11746, app/assets/stylesheets/theme/style.css */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 11750, app/assets/stylesheets/theme/style.css */
.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 #CED4DA;
  border-radius: 0.25rem;
}

/* line 11770, app/assets/stylesheets/theme/style.css */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 11775, app/assets/stylesheets/theme/style.css */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 11781, app/assets/stylesheets/theme/style.css */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  /* line 11785, app/assets/stylesheets/theme/style.css */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 11792, app/assets/stylesheets/theme/style.css */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  /* line 11796, app/assets/stylesheets/theme/style.css */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 11803, app/assets/stylesheets/theme/style.css */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  /* line 11807, app/assets/stylesheets/theme/style.css */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 11814, app/assets/stylesheets/theme/style.css */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  /* line 11818, app/assets/stylesheets/theme/style.css */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

/* line 11824, app/assets/stylesheets/theme/style.css */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 11831, app/assets/stylesheets/theme/style.css */
.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 11842, app/assets/stylesheets/theme/style.css */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 11846, app/assets/stylesheets/theme/style.css */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 11854, app/assets/stylesheets/theme/style.css */
.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 11865, app/assets/stylesheets/theme/style.css */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 11869, app/assets/stylesheets/theme/style.css */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 11873, app/assets/stylesheets/theme/style.css */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 11881, app/assets/stylesheets/theme/style.css */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 11888, app/assets/stylesheets/theme/style.css */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 11892, app/assets/stylesheets/theme/style.css */
.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 11902, app/assets/stylesheets/theme/style.css */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 11906, app/assets/stylesheets/theme/style.css */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 11910, app/assets/stylesheets/theme/style.css */
.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 11915, app/assets/stylesheets/theme/style.css */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #CED4DA;
}

/* line 11922, app/assets/stylesheets/theme/style.css */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #1F1F1F;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 11935, app/assets/stylesheets/theme/style.css */
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #eaeaf1;
}

/* line 11941, app/assets/stylesheets/theme/style.css */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

/* line 11947, app/assets/stylesheets/theme/style.css */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

/* line 11953, app/assets/stylesheets/theme/style.css */
.dropdown-menu.show {
  display: block;
}

/* line 11957, app/assets/stylesheets/theme/style.css */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #1F1F1F;
  white-space: nowrap;
}

/* line 11966, app/assets/stylesheets/theme/style.css */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #1F1F1F;
}

/* line 11972, app/assets/stylesheets/theme/style.css */
.btn-group, .fc .fc-button-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 11979, app/assets/stylesheets/theme/style.css */
.btn-group > .btn, .fc .fc-button-group > .btn, .fc .btn-group > button, .fc .fc-button-group > button, .ajax-upload-dragdrop .btn-group > .ajax-file-upload, .fc .ajax-upload-dragdrop .fc-button-group > .ajax-file-upload, .ajax-upload-dragdrop .fc .fc-button-group > .ajax-file-upload, .swal2-modal .swal2-buttonswrapper .btn-group > .swal2-styled, .fc .swal2-modal .swal2-buttonswrapper .fc-button-group > .swal2-styled, .swal2-modal .swal2-buttonswrapper .fc .fc-button-group > .swal2-styled, .wizard > .actions .btn-group > a, .fc .wizard > .actions .fc-button-group > a, .wizard > .actions .fc .fc-button-group > a,
.btn-group-vertical > .btn,
.fc .btn-group-vertical > button,
.ajax-upload-dragdrop .btn-group-vertical > .ajax-file-upload,
.swal2-modal .swal2-buttonswrapper .btn-group-vertical > .swal2-styled,
.wizard > .actions .btn-group-vertical > a {
  position: relative;
  flex: 1 1 auto;
}

/* line 11989, app/assets/stylesheets/theme/style.css */
.btn-group > .btn:hover, .fc .fc-button-group > .btn:hover, .fc .btn-group > button:hover, .fc .fc-button-group > button:hover, .ajax-upload-dragdrop .btn-group > .ajax-file-upload:hover, .fc .ajax-upload-dragdrop .fc-button-group > .ajax-file-upload:hover, .ajax-upload-dragdrop .fc .fc-button-group > .ajax-file-upload:hover, .swal2-modal .swal2-buttonswrapper .btn-group > .swal2-styled:hover, .fc .swal2-modal .swal2-buttonswrapper .fc-button-group > .swal2-styled:hover, .swal2-modal .swal2-buttonswrapper .fc .fc-button-group > .swal2-styled:hover, .wizard > .actions .btn-group > a:hover, .fc .wizard > .actions .fc-button-group > a:hover, .wizard > .actions .fc .fc-button-group > a:hover,
.btn-group-vertical > .btn:hover,
.fc .btn-group-vertical > button:hover,
.ajax-upload-dragdrop .btn-group-vertical > .ajax-file-upload:hover,
.swal2-modal .swal2-buttonswrapper .btn-group-vertical > .swal2-styled:hover,
.wizard > .actions .btn-group-vertical > a:hover {
  z-index: 1;
}

/* line 11998, app/assets/stylesheets/theme/style.css */
.btn-group > .btn:focus, .fc .fc-button-group > .btn:focus, .fc .btn-group > button:focus, .fc .fc-button-group > button:focus, .ajax-upload-dragdrop .btn-group > .ajax-file-upload:focus, .fc .ajax-upload-dragdrop .fc-button-group > .ajax-file-upload:focus, .ajax-upload-dragdrop .fc .fc-button-group > .ajax-file-upload:focus, .swal2-modal .swal2-buttonswrapper .btn-group > .swal2-styled:focus, .fc .swal2-modal .swal2-buttonswrapper .fc-button-group > .swal2-styled:focus, .swal2-modal .swal2-buttonswrapper .fc .fc-button-group > .swal2-styled:focus, .wizard > .actions .btn-group > a:focus, .fc .wizard > .actions .fc-button-group > a:focus, .wizard > .actions .fc .fc-button-group > a:focus, .btn-group > .btn:active, .fc .fc-button-group > .btn:active, .fc .btn-group > button:active, .fc .fc-button-group > button:active, .ajax-upload-dragdrop .btn-group > .ajax-file-upload:active, .fc .ajax-upload-dragdrop .fc-button-group > .ajax-file-upload:active, .ajax-upload-dragdrop .fc .fc-button-group > .ajax-file-upload:active, .swal2-modal .swal2-buttonswrapper .btn-group > .swal2-styled:active, .fc .swal2-modal .swal2-buttonswrapper .fc-button-group > .swal2-styled:active, .swal2-modal .swal2-buttonswrapper .fc .fc-button-group > .swal2-styled:active, .wizard > .actions .btn-group > a:active, .fc .wizard > .actions .fc-button-group > a:active, .wizard > .actions .fc .fc-button-group > a:active, .btn-group > .btn.active, .fc .fc-button-group > .btn.active, .fc .btn-group > button.active, .fc .fc-button-group > button.active, .ajax-upload-dragdrop .btn-group > .active.ajax-file-upload, .fc .ajax-upload-dragdrop .fc-button-group > .active.ajax-file-upload, .ajax-upload-dragdrop .fc .fc-button-group > .active.ajax-file-upload, .swal2-modal .swal2-buttonswrapper .btn-group > .active.swal2-styled, .fc .swal2-modal .swal2-buttonswrapper .fc-button-group > .active.swal2-styled, .swal2-modal .swal2-buttonswrapper .fc .fc-button-group > .active.swal2-styled, .wizard > .actions .btn-group > a.active, .fc .wizard > .actions .fc-button-group > a.active, .wizard > .actions .fc .fc-button-group > a.active,
.btn-group-vertical > .btn:focus,
.fc .btn-group-vertical > button:focus,
.ajax-upload-dragdrop .btn-group-vertical > .ajax-file-upload:focus,
.swal2-modal .swal2-buttonswrapper .btn-group-vertical > .swal2-styled:focus,
.wizard > .actions .btn-group-vertical > a:focus,
.btn-group-vertical > .btn:active,
.fc .btn-group-vertical > button:active,
.ajax-upload-dragdrop .btn-group-vertical > .ajax-file-upload:active,
.swal2-modal .swal2-buttonswrapper .btn-group-vertical > .swal2-styled:active,
.wizard > .actions .btn-group-vertical > a:active,
.btn-group-vertical > .btn.active,
.fc .btn-group-vertical > button.active,
.ajax-upload-dragdrop .btn-group-vertical > .active.ajax-file-upload,
.swal2-modal .swal2-buttonswrapper .btn-group-vertical > .active.swal2-styled,
.wizard > .actions .btn-group-vertical > a.active {
  z-index: 1;
}

/* line 12017, app/assets/stylesheets/theme/style.css */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 12023, app/assets/stylesheets/theme/style.css */
.btn-toolbar .input-group, .btn-toolbar .asColorPicker-wrap {
  width: auto;
}

/* line 12027, app/assets/stylesheets/theme/style.css */
.btn-group > .btn:not(:first-child), .fc .fc-button-group > .btn:not(:first-child), .fc .btn-group > button:not(:first-child), .fc .fc-button-group > button:not(:first-child), .ajax-upload-dragdrop .btn-group > .ajax-file-upload:not(:first-child), .fc .ajax-upload-dragdrop .fc-button-group > .ajax-file-upload:not(:first-child), .ajax-upload-dragdrop .fc .fc-button-group > .ajax-file-upload:not(:first-child), .swal2-modal .swal2-buttonswrapper .btn-group > .swal2-styled:not(:first-child), .fc .swal2-modal .swal2-buttonswrapper .fc-button-group > .swal2-styled:not(:first-child), .swal2-modal .swal2-buttonswrapper .fc .fc-button-group > .swal2-styled:not(:first-child), .wizard > .actions .btn-group > a:not(:first-child), .fc .wizard > .actions .fc-button-group > a:not(:first-child), .wizard > .actions .fc .fc-button-group > a:not(:first-child),
.btn-group > .btn-group:not(:first-child),
.fc .fc-button-group > .btn-group:not(:first-child),
.fc .btn-group > .fc-button-group:not(:first-child),
.fc .fc-button-group > .fc-button-group:not(:first-child) {
  margin-left: -1px;
}

/* line 12035, app/assets/stylesheets/theme/style.css */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .fc .fc-button-group > .btn:not(:last-child):not(.dropdown-toggle), .fc .btn-group > button:not(:last-child):not(.dropdown-toggle), .fc .fc-button-group > button:not(:last-child):not(.dropdown-toggle), .ajax-upload-dragdrop .btn-group > .ajax-file-upload:not(:last-child):not(.dropdown-toggle), .fc .ajax-upload-dragdrop .fc-button-group > .ajax-file-upload:not(:last-child):not(.dropdown-toggle), .ajax-upload-dragdrop .fc .fc-button-group > .ajax-file-upload:not(:last-child):not(.dropdown-toggle), .swal2-modal .swal2-buttonswrapper .btn-group > .swal2-styled:not(:last-child):not(.dropdown-toggle), .fc .swal2-modal .swal2-buttonswrapper .fc-button-group > .swal2-styled:not(:last-child):not(.dropdown-toggle), .swal2-modal .swal2-buttonswrapper .fc .fc-button-group > .swal2-styled:not(:last-child):not(.dropdown-toggle), .wizard > .actions .btn-group > a:not(:last-child):not(.dropdown-toggle), .fc .wizard > .actions .fc-button-group > a:not(:last-child):not(.dropdown-toggle), .wizard > .actions .fc .fc-button-group > a:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.fc .fc-button-group > .btn-group:not(:last-child) > .btn,
.fc .btn-group > .fc-button-group:not(:last-child) > .btn,
.fc .fc-button-group > .fc-button-group:not(:last-child) > .btn,
.fc .btn-group > .btn-group:not(:last-child) > button,
.fc .fc-button-group > .btn-group:not(:last-child) > button,
.fc .btn-group > .fc-button-group:not(:last-child) > button,
.fc .fc-button-group > .fc-button-group:not(:last-child) > button,
.ajax-upload-dragdrop .btn-group > .btn-group:not(:last-child) > .ajax-file-upload,
.fc .ajax-upload-dragdrop .fc-button-group > .btn-group:not(:last-child) > .ajax-file-upload,
.ajax-upload-dragdrop .fc .fc-button-group > .btn-group:not(:last-child) > .ajax-file-upload,
.fc .ajax-upload-dragdrop .btn-group > .fc-button-group:not(:last-child) > .ajax-file-upload,
.ajax-upload-dragdrop .fc .btn-group > .fc-button-group:not(:last-child) > .ajax-file-upload,
.fc .ajax-upload-dragdrop .fc-button-group > .fc-button-group:not(:last-child) > .ajax-file-upload,
.ajax-upload-dragdrop .fc .fc-button-group > .fc-button-group:not(:last-child) > .ajax-file-upload,
.swal2-modal .swal2-buttonswrapper .btn-group > .btn-group:not(:last-child) > .swal2-styled,
.fc .swal2-modal .swal2-buttonswrapper .fc-button-group > .btn-group:not(:last-child) > .swal2-styled,
.swal2-modal .swal2-buttonswrapper .fc .fc-button-group > .btn-group:not(:last-child) > .swal2-styled,
.fc .swal2-modal .swal2-buttonswrapper .btn-group > .fc-button-group:not(:last-child) > .swal2-styled,
.swal2-modal .swal2-buttonswrapper .fc .btn-group > .fc-button-group:not(:last-child) > .swal2-styled,
.fc .swal2-modal .swal2-buttonswrapper .fc-button-group > .fc-button-group:not(:last-child) > .swal2-styled,
.swal2-modal .swal2-buttonswrapper .fc .fc-button-group > .fc-button-group:not(:last-child) > .swal2-styled,
.wizard > .actions .btn-group > .btn-group:not(:last-child) > a,
.fc .wizard > .actions .fc-button-group > .btn-group:not(:last-child) > a,
.wizard > .actions .fc .fc-button-group > .btn-group:not(:last-child) > a,
.fc .wizard > .actions .btn-group > .fc-button-group:not(:last-child) > a,
.wizard > .actions .fc .btn-group > .fc-button-group:not(:last-child) > a,
.fc .wizard > .actions .fc-button-group > .fc-button-group:not(:last-child) > a,
.wizard > .actions .fc .fc-button-group > .fc-button-group:not(:last-child) > a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 12069, app/assets/stylesheets/theme/style.css */
.btn-group > .btn:not(:first-child), .fc .fc-button-group > .btn:not(:first-child), .fc .btn-group > button:not(:first-child), .fc .fc-button-group > button:not(:first-child), .ajax-upload-dragdrop .btn-group > .ajax-file-upload:not(:first-child), .fc .ajax-upload-dragdrop .fc-button-group > .ajax-file-upload:not(:first-child), .ajax-upload-dragdrop .fc .fc-button-group > .ajax-file-upload:not(:first-child), .swal2-modal .swal2-buttonswrapper .btn-group > .swal2-styled:not(:first-child), .fc .swal2-modal .swal2-buttonswrapper .fc-button-group > .swal2-styled:not(:first-child), .swal2-modal .swal2-buttonswrapper .fc .fc-button-group > .swal2-styled:not(:first-child), .wizard > .actions .btn-group > a:not(:first-child), .fc .wizard > .actions .fc-button-group > a:not(:first-child), .wizard > .actions .fc .fc-button-group > a:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.fc .fc-button-group > .btn-group:not(:first-child) > .btn,
.fc .btn-group > .fc-button-group:not(:first-child) > .btn,
.fc .fc-button-group > .fc-button-group:not(:first-child) > .btn,
.fc .btn-group > .btn-group:not(:first-child) > button,
.fc .fc-button-group > .btn-group:not(:first-child) > button,
.fc .btn-group > .fc-button-group:not(:first-child) > button,
.fc .fc-button-group > .fc-button-group:not(:first-child) > button,
.ajax-upload-dragdrop .btn-group > .btn-group:not(:first-child) > .ajax-file-upload,
.fc .ajax-upload-dragdrop .fc-button-group > .btn-group:not(:first-child) > .ajax-file-upload,
.ajax-upload-dragdrop .fc .fc-button-group > .btn-group:not(:first-child) > .ajax-file-upload,
.fc .ajax-upload-dragdrop .btn-group > .fc-button-group:not(:first-child) > .ajax-file-upload,
.ajax-upload-dragdrop .fc .btn-group > .fc-button-group:not(:first-child) > .ajax-file-upload,
.fc .ajax-upload-dragdrop .fc-button-group > .fc-button-group:not(:first-child) > .ajax-file-upload,
.ajax-upload-dragdrop .fc .fc-button-group > .fc-button-group:not(:first-child) > .ajax-file-upload,
.swal2-modal .swal2-buttonswrapper .btn-group > .btn-group:not(:first-child) > .swal2-styled,
.fc .swal2-modal .swal2-buttonswrapper .fc-button-group > .btn-group:not(:first-child) > .swal2-styled,
.swal2-modal .swal2-buttonswrapper .fc .fc-button-group > .btn-group:not(:first-child) > .swal2-styled,
.fc .swal2-modal .swal2-buttonswrapper .btn-group > .fc-button-group:not(:first-child) > .swal2-styled,
.swal2-modal .swal2-buttonswrapper .fc .btn-group > .fc-button-group:not(:first-child) > .swal2-styled,
.fc .swal2-modal .swal2-buttonswrapper .fc-button-group > .fc-button-group:not(:first-child) > .swal2-styled,
.swal2-modal .swal2-buttonswrapper .fc .fc-button-group > .fc-button-group:not(:first-child) > .swal2-styled,
.wizard > .actions .btn-group > .btn-group:not(:first-child) > a,
.fc .wizard > .actions .fc-button-group > .btn-group:not(:first-child) > a,
.wizard > .actions .fc .fc-button-group > .btn-group:not(:first-child) > a,
.fc .wizard > .actions .btn-group > .fc-button-group:not(:first-child) > a,
.wizard > .actions .fc .btn-group > .fc-button-group:not(:first-child) > a,
.fc .wizard > .actions .fc-button-group > .fc-button-group:not(:first-child) > a,
.wizard > .actions .fc .fc-button-group > .fc-button-group:not(:first-child) > a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 12103, app/assets/stylesheets/theme/style.css */
.dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

/* line 12108, app/assets/stylesheets/theme/style.css */
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 12114, app/assets/stylesheets/theme/style.css */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 12118, app/assets/stylesheets/theme/style.css */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .fc .btn-group-sm > button + .dropdown-toggle-split, .ajax-upload-dragdrop .btn-group-sm > .ajax-file-upload + .dropdown-toggle-split, .swal2-modal .swal2-buttonswrapper .btn-group-sm > .swal2-styled + .dropdown-toggle-split, .wizard > .actions .btn-group-sm > a + .dropdown-toggle-split, .fc button + .dropdown-toggle-split {
  padding-right: 0.6075rem;
  padding-left: 0.6075rem;
}

/* line 12123, app/assets/stylesheets/theme/style.css */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .fc .btn-group-lg > button + .dropdown-toggle-split, .ajax-upload-dragdrop .btn-group-lg > .ajax-file-upload + .dropdown-toggle-split, .swal2-modal .swal2-buttonswrapper .btn-group-lg > .swal2-styled + .dropdown-toggle-split, .wizard > .actions .btn-group-lg > a + .dropdown-toggle-split {
  padding-right: 2.25rem;
  padding-left: 2.25rem;
}

/* line 12128, app/assets/stylesheets/theme/style.css */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 12135, app/assets/stylesheets/theme/style.css */
.btn-group-vertical > .btn,
.fc .btn-group-vertical > button,
.ajax-upload-dragdrop .btn-group-vertical > .ajax-file-upload,
.swal2-modal .swal2-buttonswrapper .btn-group-vertical > .swal2-styled,
.wizard > .actions .btn-group-vertical > a,
.btn-group-vertical > .btn-group,
.fc .btn-group-vertical > .fc-button-group {
  width: 100%;
}

/* line 12145, app/assets/stylesheets/theme/style.css */
.btn-group-vertical > .btn:not(:first-child), .fc .btn-group-vertical > button:not(:first-child), .ajax-upload-dragdrop .btn-group-vertical > .ajax-file-upload:not(:first-child), .swal2-modal .swal2-buttonswrapper .btn-group-vertical > .swal2-styled:not(:first-child), .wizard > .actions .btn-group-vertical > a:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child),
.fc .btn-group-vertical > .fc-button-group:not(:first-child) {
  margin-top: -1px;
}

/* line 12151, app/assets/stylesheets/theme/style.css */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .fc .btn-group-vertical > button:not(:last-child):not(.dropdown-toggle), .ajax-upload-dragdrop .btn-group-vertical > .ajax-file-upload:not(:last-child):not(.dropdown-toggle), .swal2-modal .swal2-buttonswrapper .btn-group-vertical > .swal2-styled:not(:last-child):not(.dropdown-toggle), .wizard > .actions .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.fc .btn-group-vertical > .fc-button-group:not(:last-child) > .btn,
.fc .btn-group-vertical > .btn-group:not(:last-child) > button,
.fc .btn-group-vertical > .fc-button-group:not(:last-child) > button,
.ajax-upload-dragdrop .btn-group-vertical > .btn-group:not(:last-child) > .ajax-file-upload,
.fc .ajax-upload-dragdrop .btn-group-vertical > .fc-button-group:not(:last-child) > .ajax-file-upload,
.ajax-upload-dragdrop .fc .btn-group-vertical > .fc-button-group:not(:last-child) > .ajax-file-upload,
.swal2-modal .swal2-buttonswrapper .btn-group-vertical > .btn-group:not(:last-child) > .swal2-styled,
.fc .swal2-modal .swal2-buttonswrapper .btn-group-vertical > .fc-button-group:not(:last-child) > .swal2-styled,
.swal2-modal .swal2-buttonswrapper .fc .btn-group-vertical > .fc-button-group:not(:last-child) > .swal2-styled,
.wizard > .actions .btn-group-vertical > .btn-group:not(:last-child) > a,
.fc .wizard > .actions .btn-group-vertical > .fc-button-group:not(:last-child) > a,
.wizard > .actions .fc .btn-group-vertical > .fc-button-group:not(:last-child) > a {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 12169, app/assets/stylesheets/theme/style.css */
.btn-group-vertical > .btn:not(:first-child), .fc .btn-group-vertical > button:not(:first-child), .ajax-upload-dragdrop .btn-group-vertical > .ajax-file-upload:not(:first-child), .swal2-modal .swal2-buttonswrapper .btn-group-vertical > .swal2-styled:not(:first-child), .wizard > .actions .btn-group-vertical > a:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.fc .btn-group-vertical > .fc-button-group:not(:first-child) > .btn,
.fc .btn-group-vertical > .btn-group:not(:first-child) > button,
.fc .btn-group-vertical > .fc-button-group:not(:first-child) > button,
.ajax-upload-dragdrop .btn-group-vertical > .btn-group:not(:first-child) > .ajax-file-upload,
.fc .ajax-upload-dragdrop .btn-group-vertical > .fc-button-group:not(:first-child) > .ajax-file-upload,
.ajax-upload-dragdrop .fc .btn-group-vertical > .fc-button-group:not(:first-child) > .ajax-file-upload,
.swal2-modal .swal2-buttonswrapper .btn-group-vertical > .btn-group:not(:first-child) > .swal2-styled,
.fc .swal2-modal .swal2-buttonswrapper .btn-group-vertical > .fc-button-group:not(:first-child) > .swal2-styled,
.swal2-modal .swal2-buttonswrapper .fc .btn-group-vertical > .fc-button-group:not(:first-child) > .swal2-styled,
.wizard > .actions .btn-group-vertical > .btn-group:not(:first-child) > a,
.fc .wizard > .actions .btn-group-vertical > .fc-button-group:not(:first-child) > a,
.wizard > .actions .fc .btn-group-vertical > .fc-button-group:not(:first-child) > a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 12187, app/assets/stylesheets/theme/style.css */
.btn-group-toggle > .btn, .fc .btn-group-toggle > button, .ajax-upload-dragdrop .btn-group-toggle > .ajax-file-upload, .swal2-modal .swal2-buttonswrapper .btn-group-toggle > .swal2-styled, .wizard > .actions .btn-group-toggle > a,
.btn-group-toggle > .btn-group > .btn,
.fc .btn-group-toggle > .fc-button-group > .btn,
.fc .btn-group-toggle > .btn-group > button,
.fc .btn-group-toggle > .fc-button-group > button,
.ajax-upload-dragdrop .btn-group-toggle > .btn-group > .ajax-file-upload,
.fc .ajax-upload-dragdrop .btn-group-toggle > .fc-button-group > .ajax-file-upload,
.ajax-upload-dragdrop .fc .btn-group-toggle > .fc-button-group > .ajax-file-upload,
.swal2-modal .swal2-buttonswrapper .btn-group-toggle > .btn-group > .swal2-styled,
.fc .swal2-modal .swal2-buttonswrapper .btn-group-toggle > .fc-button-group > .swal2-styled,
.swal2-modal .swal2-buttonswrapper .fc .btn-group-toggle > .fc-button-group > .swal2-styled,
.wizard > .actions .btn-group-toggle > .btn-group > a,
.fc .wizard > .actions .btn-group-toggle > .fc-button-group > a,
.wizard > .actions .fc .btn-group-toggle > .fc-button-group > a {
  margin-bottom: 0;
}

/* line 12204, app/assets/stylesheets/theme/style.css */
.btn-group-toggle > .btn input[type="radio"], .fc .btn-group-toggle > button input[type="radio"], .ajax-upload-dragdrop .btn-group-toggle > .ajax-file-upload input[type="radio"], .swal2-modal .swal2-buttonswrapper .btn-group-toggle > .swal2-styled input[type="radio"], .wizard > .actions .btn-group-toggle > a input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.fc .btn-group-toggle > button input[type="checkbox"],
.ajax-upload-dragdrop .btn-group-toggle > .ajax-file-upload input[type="checkbox"],
.swal2-modal .swal2-buttonswrapper .btn-group-toggle > .swal2-styled input[type="checkbox"],
.wizard > .actions .btn-group-toggle > a input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.fc .btn-group-toggle > .fc-button-group > .btn input[type="radio"],
.fc .btn-group-toggle > .btn-group > button input[type="radio"],
.fc .btn-group-toggle > .fc-button-group > button input[type="radio"],
.ajax-upload-dragdrop .btn-group-toggle > .btn-group > .ajax-file-upload input[type="radio"],
.fc .ajax-upload-dragdrop .btn-group-toggle > .fc-button-group > .ajax-file-upload input[type="radio"],
.ajax-upload-dragdrop .fc .btn-group-toggle > .fc-button-group > .ajax-file-upload input[type="radio"],
.swal2-modal .swal2-buttonswrapper .btn-group-toggle > .btn-group > .swal2-styled input[type="radio"],
.fc .swal2-modal .swal2-buttonswrapper .btn-group-toggle > .fc-button-group > .swal2-styled input[type="radio"],
.swal2-modal .swal2-buttonswrapper .fc .btn-group-toggle > .fc-button-group > .swal2-styled input[type="radio"],
.wizard > .actions .btn-group-toggle > .btn-group > a input[type="radio"],
.fc .wizard > .actions .btn-group-toggle > .fc-button-group > a input[type="radio"],
.wizard > .actions .fc .btn-group-toggle > .fc-button-group > a input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.fc .btn-group-toggle > .fc-button-group > .btn input[type="checkbox"],
.fc .btn-group-toggle > .btn-group > button input[type="checkbox"],
.fc .btn-group-toggle > .fc-button-group > button input[type="checkbox"],
.ajax-upload-dragdrop .btn-group-toggle > .btn-group > .ajax-file-upload input[type="checkbox"],
.fc .ajax-upload-dragdrop .btn-group-toggle > .fc-button-group > .ajax-file-upload input[type="checkbox"],
.ajax-upload-dragdrop .fc .btn-group-toggle > .fc-button-group > .ajax-file-upload input[type="checkbox"],
.swal2-modal .swal2-buttonswrapper .btn-group-toggle > .btn-group > .swal2-styled input[type="checkbox"],
.fc .swal2-modal .swal2-buttonswrapper .btn-group-toggle > .fc-button-group > .swal2-styled input[type="checkbox"],
.swal2-modal .swal2-buttonswrapper .fc .btn-group-toggle > .fc-button-group > .swal2-styled input[type="checkbox"],
.wizard > .actions .btn-group-toggle > .btn-group > a input[type="checkbox"],
.fc .wizard > .actions .btn-group-toggle > .fc-button-group > a input[type="checkbox"],
.wizard > .actions .fc .btn-group-toggle > .fc-button-group > a input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 12241, app/assets/stylesheets/theme/style.css */
.input-group, .asColorPicker-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 12249, app/assets/stylesheets/theme/style.css */
.input-group > .form-control, .asColorPicker-wrap > .form-control, .input-group > .asColorPicker-input, .asColorPicker-wrap > .asColorPicker-input, .dataTables_wrapper .input-group > select, .dataTables_wrapper .asColorPicker-wrap > select, .jsgrid .jsgrid-table .jsgrid-filter-row .input-group > input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > input[type=text],
.jsgrid .jsgrid-table .jsgrid-filter-row .input-group > select,
.jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > select, .jsgrid .jsgrid-table .jsgrid-filter-row .input-group > input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > input[type=number], .select2-container--default .input-group > .select2-selection--single, .select2-container--default .asColorPicker-wrap > .select2-selection--single, .select2-container--default .select2-selection--single .input-group > .select2-search__field, .select2-container--default .select2-selection--single .asColorPicker-wrap > .select2-search__field, .input-group > .typeahead, .asColorPicker-wrap > .typeahead,
.input-group > .tt-query,
.asColorPicker-wrap > .tt-query,
.input-group > .tt-hint,
.asColorPicker-wrap > .tt-hint,
.input-group > .form-control-plaintext,
.asColorPicker-wrap > .form-control-plaintext,
.input-group > .custom-select,
.asColorPicker-wrap > .custom-select,
.input-group > .custom-file,
.asColorPicker-wrap > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

/* line 12269, app/assets/stylesheets/theme/style.css */
.input-group > .form-control + .form-control, .asColorPicker-wrap > .form-control + .form-control, .input-group > .asColorPicker-input + .form-control, .asColorPicker-wrap > .asColorPicker-input + .form-control, .dataTables_wrapper .input-group > select + .form-control, .dataTables_wrapper .asColorPicker-wrap > select + .form-control, .jsgrid .jsgrid-table .jsgrid-filter-row .input-group > input[type=text] + .form-control, .jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > input[type=text] + .form-control, .jsgrid .jsgrid-table .jsgrid-filter-row .input-group > select + .form-control, .jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > select + .form-control, .jsgrid .jsgrid-table .jsgrid-filter-row .input-group > input[type=number] + .form-control, .jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > input[type=number] + .form-control, .select2-container--default .input-group > .select2-selection--single + .form-control, .select2-container--default .asColorPicker-wrap > .select2-selection--single + .form-control, .select2-container--default .select2-selection--single .input-group > .select2-search__field + .form-control, .select2-container--default .select2-selection--single .asColorPicker-wrap > .select2-search__field + .form-control, .input-group > .typeahead + .form-control, .asColorPicker-wrap > .typeahead + .form-control, .input-group > .tt-query + .form-control, .asColorPicker-wrap > .tt-query + .form-control, .input-group > .tt-hint + .form-control, .asColorPicker-wrap > .tt-hint + .form-control, .input-group > .form-control + .asColorPicker-input, .asColorPicker-wrap > .form-control + .asColorPicker-input, .input-group > .asColorPicker-input + .asColorPicker-input, .asColorPicker-wrap > .asColorPicker-input + .asColorPicker-input, .dataTables_wrapper .input-group > select + .asColorPicker-input, .dataTables_wrapper .asColorPicker-wrap > select + .asColorPicker-input, .jsgrid .jsgrid-table .jsgrid-filter-row .input-group > input[type=text] + .asColorPicker-input, .jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > input[type=text] + .asColorPicker-input, .jsgrid .jsgrid-table .jsgrid-filter-row .input-group > select + .asColorPicker-input, .jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > select + .asColorPicker-input, .jsgrid .jsgrid-table .jsgrid-filter-row .input-group > input[type=number] + .asColorPicker-input, .jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > input[type=number] + .asColorPicker-input, .select2-container--default .input-group > .select2-selection--single + .asColorPicker-input, .select2-container--default .asColorPicker-wrap > .select2-selection--single + .asColorPicker-input, .select2-container--default .select2-selection--single .input-group > .select2-search__field + .asColorPicker-input, .select2-container--default .select2-selection--single .asColorPicker-wrap > .select2-search__field + .asColorPicker-input, .input-group > .typeahead + .asColorPicker-input, .asColorPicker-wrap > .typeahead + .asColorPicker-input, .input-group > .tt-query + .asColorPicker-input, .asColorPicker-wrap > .tt-query + .asColorPicker-input, .input-group > .tt-hint + .asColorPicker-input, .asColorPicker-wrap > .tt-hint + .asColorPicker-input, .dataTables_wrapper .input-group > .form-control + select, .dataTables_wrapper .asColorPicker-wrap > .form-control + select, .dataTables_wrapper .input-group > .asColorPicker-input + select, .dataTables_wrapper .asColorPicker-wrap > .asColorPicker-input + select, .dataTables_wrapper .input-group > select + select, .dataTables_wrapper .asColorPicker-wrap > select + select, .jsgrid .jsgrid-table .jsgrid-filter-row .dataTables_wrapper .input-group > input[type=text] + select, .dataTables_wrapper .jsgrid .jsgrid-table .jsgrid-filter-row .input-group > input[type=text] + select, .jsgrid .jsgrid-table .jsgrid-filter-row .dataTables_wrapper .asColorPicker-wrap > input[type=text] + select, .dataTables_wrapper .jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > input[type=text] + select, .jsgrid .jsgrid-table .jsgrid-filter-row .dataTables_wrapper .input-group > select + select, .dataTables_wrapper .jsgrid .jsgrid-table .jsgrid-filter-row .input-group > select + select, .jsgrid .jsgrid-table .jsgrid-filter-row .dataTables_wrapper .asColorPicker-wrap > select + select, .dataTables_wrapper .jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > select + select, .jsgrid .jsgrid-table .jsgrid-filter-row .dataTables_wrapper .input-group > input[type=number] + select, .dataTables_wrapper .jsgrid .jsgrid-table .jsgrid-filter-row .input-group > input[type=number] + select, .jsgrid .jsgrid-table .jsgrid-filter-row .dataTables_wrapper .asColorPicker-wrap > input[type=number] + select, .dataTables_wrapper .jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > input[type=number] + select, .select2-container--default .dataTables_wrapper .input-group > .select2-selection--single + select, .dataTables_wrapper .select2-container--default .input-group > .select2-selection--single + select, .select2-container--default .dataTables_wrapper .asColorPicker-wrap > .select2-selection--single + select, .dataTables_wrapper .select2-container--default .asColorPicker-wrap > .select2-selection--single + select, .select2-container--default .select2-selection--single .dataTables_wrapper .input-group > .select2-search__field + select, .dataTables_wrapper .select2-container--default .select2-selection--single .input-group > .select2-search__field + select, .select2-container--default .select2-selection--single .dataTables_wrapper .asColorPicker-wrap > .select2-search__field + select, .dataTables_wrapper .select2-container--default .select2-selection--single .asColorPicker-wrap > .select2-search__field + select, .dataTables_wrapper .input-group > .typeahead + select, .dataTables_wrapper .asColorPicker-wrap > .typeahead + select, .dataTables_wrapper .input-group > .tt-query + select, .dataTables_wrapper .asColorPicker-wrap > .tt-query + select, .dataTables_wrapper .input-group > .tt-hint + select, .dataTables_wrapper .asColorPicker-wrap > .tt-hint + select, .jsgrid .jsgrid-table .jsgrid-filter-row .input-group > .form-control + input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > .form-control + input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .input-group > .asColorPicker-input + input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > .asColorPicker-input + input[type=text], .dataTables_wrapper .jsgrid .jsgrid-table .jsgrid-filter-row .input-group > select + input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .dataTables_wrapper .input-group > select + input[type=text], .dataTables_wrapper .jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > select + input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .dataTables_wrapper .asColorPicker-wrap > select + input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .input-group > input[type=text] + input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > input[type=text] + input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .input-group > select + input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > select + input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .input-group > input[type=number] + input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > input[type=number] + input[type=text], .select2-container--default .jsgrid .jsgrid-table .jsgrid-filter-row .input-group > .select2-selection--single + input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .select2-container--default .input-group > .select2-selection--single + input[type=text], .select2-container--default .jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > .select2-selection--single + input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .select2-container--default .asColorPicker-wrap > .select2-selection--single + input[type=text], .select2-container--default .select2-selection--single .jsgrid .jsgrid-table .jsgrid-filter-row .input-group > .select2-search__field + input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .select2-container--default .select2-selection--single .input-group > .select2-search__field + input[type=text], .select2-container--default .select2-selection--single .jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > .select2-search__field + input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .select2-container--default .select2-selection--single .asColorPicker-wrap > .select2-search__field + input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .input-group > .typeahead + input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > .typeahead + input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .input-group > .tt-query + input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > .tt-query + input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .input-group > .tt-hint + input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > .tt-hint + input[type=text],
.jsgrid .jsgrid-table .jsgrid-filter-row .input-group > .form-control + select,
.jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > .form-control + select,
.jsgrid .jsgrid-table .jsgrid-filter-row .input-group > .asColorPicker-input + select,
.jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > .asColorPicker-input + select,
.dataTables_wrapper .jsgrid .jsgrid-table .jsgrid-filter-row .input-group > select + select, .jsgrid .jsgrid-table .jsgrid-filter-row .dataTables_wrapper .input-group > select + select,
.dataTables_wrapper .jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > select + select, .jsgrid .jsgrid-table .jsgrid-filter-row .dataTables_wrapper .asColorPicker-wrap > select + select,
.jsgrid .jsgrid-table .jsgrid-filter-row .input-group > input[type=text] + select,
.jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > input[type=text] + select,
.jsgrid .jsgrid-table .jsgrid-filter-row .input-group > select + select,
.jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > select + select,
.jsgrid .jsgrid-table .jsgrid-filter-row .input-group > input[type=number] + select,
.jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > input[type=number] + select,
.select2-container--default .jsgrid .jsgrid-table .jsgrid-filter-row .input-group > .select2-selection--single + select, .jsgrid .jsgrid-table .jsgrid-filter-row .select2-container--default .input-group > .select2-selection--single + select,
.select2-container--default .jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > .select2-selection--single + select, .jsgrid .jsgrid-table .jsgrid-filter-row .select2-container--default .asColorPicker-wrap > .select2-selection--single + select,
.select2-container--default .select2-selection--single .jsgrid .jsgrid-table .jsgrid-filter-row .input-group > .select2-search__field + select, .jsgrid .jsgrid-table .jsgrid-filter-row .select2-container--default .select2-selection--single .input-group > .select2-search__field + select,
.select2-container--default .select2-selection--single .jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > .select2-search__field + select, .jsgrid .jsgrid-table .jsgrid-filter-row .select2-container--default .select2-selection--single .asColorPicker-wrap > .select2-search__field + select,
.jsgrid .jsgrid-table .jsgrid-filter-row .input-group > .typeahead + select,
.jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > .typeahead + select,
.jsgrid .jsgrid-table .jsgrid-filter-row .input-group > .tt-query + select,
.jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > .tt-query + select,
.jsgrid .jsgrid-table .jsgrid-filter-row .input-group > .tt-hint + select,
.jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > .tt-hint + select, .jsgrid .jsgrid-table .jsgrid-filter-row .input-group > .form-control + input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > .form-control + input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .input-group > .asColorPicker-input + input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > .asColorPicker-input + input[type=number], .dataTables_wrapper .jsgrid .jsgrid-table .jsgrid-filter-row .input-group > select + input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .dataTables_wrapper .input-group > select + input[type=number], .dataTables_wrapper .jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > select + input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .dataTables_wrapper .asColorPicker-wrap > select + input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .input-group > input[type=text] + input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > input[type=text] + input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .input-group > select + input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > select + input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .input-group > input[type=number] + input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > input[type=number] + input[type=number], .select2-container--default .jsgrid .jsgrid-table .jsgrid-filter-row .input-group > .select2-selection--single + input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .select2-container--default .input-group > .select2-selection--single + input[type=number], .select2-container--default .jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > .select2-selection--single + input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .select2-container--default .asColorPicker-wrap > .select2-selection--single + input[type=number], .select2-container--default .select2-selection--single .jsgrid .jsgrid-table .jsgrid-filter-row .input-group > .select2-search__field + input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .select2-container--default .select2-selection--single .input-group > .select2-search__field + input[type=number], .select2-container--default .select2-selection--single .jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > .select2-search__field + input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .select2-container--default .select2-selection--single .asColorPicker-wrap > .select2-search__field + input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .input-group > .typeahead + input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > .typeahead + input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .input-group > .tt-query + input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > .tt-query + input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .input-group > .tt-hint + input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > .tt-hint + input[type=number], .select2-container--default .input-group > .form-control + .select2-selection--single, .select2-container--default .asColorPicker-wrap > .form-control + .select2-selection--single, .select2-container--default .input-group > .asColorPicker-input + .select2-selection--single, .select2-container--default .asColorPicker-wrap > .asColorPicker-input + .select2-selection--single, .dataTables_wrapper .select2-container--default .input-group > select + .select2-selection--single, .select2-container--default .dataTables_wrapper .input-group > select + .select2-selection--single, .dataTables_wrapper .select2-container--default .asColorPicker-wrap > select + .select2-selection--single, .select2-container--default .dataTables_wrapper .asColorPicker-wrap > select + .select2-selection--single, .jsgrid .jsgrid-table .jsgrid-filter-row .select2-container--default .input-group > input[type=text] + .select2-selection--single, .select2-container--default .jsgrid .jsgrid-table .jsgrid-filter-row .input-group > input[type=text] + .select2-selection--single, .jsgrid .jsgrid-table .jsgrid-filter-row .select2-container--default .asColorPicker-wrap > input[type=text] + .select2-selection--single, .select2-container--default .jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > input[type=text] + .select2-selection--single, .jsgrid .jsgrid-table .jsgrid-filter-row .select2-container--default .input-group > select + .select2-selection--single, .select2-container--default .jsgrid .jsgrid-table .jsgrid-filter-row .input-group > select + .select2-selection--single, .jsgrid .jsgrid-table .jsgrid-filter-row .select2-container--default .asColorPicker-wrap > select + .select2-selection--single, .select2-container--default .jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > select + .select2-selection--single, .jsgrid .jsgrid-table .jsgrid-filter-row .select2-container--default .input-group > input[type=number] + .select2-selection--single, .select2-container--default .jsgrid .jsgrid-table .jsgrid-filter-row .input-group > input[type=number] + .select2-selection--single, .jsgrid .jsgrid-table .jsgrid-filter-row .select2-container--default .asColorPicker-wrap > input[type=number] + .select2-selection--single, .select2-container--default .jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > input[type=number] + .select2-selection--single, .select2-container--default .input-group > .select2-selection--single + .select2-selection--single, .select2-container--default .asColorPicker-wrap > .select2-selection--single + .select2-selection--single, .select2-container--default .select2-selection--single .input-group > .select2-search__field + .select2-selection--single, .select2-container--default .select2-selection--single .asColorPicker-wrap > .select2-search__field + .select2-selection--single, .select2-container--default .input-group > .typeahead + .select2-selection--single, .select2-container--default .asColorPicker-wrap > .typeahead + .select2-selection--single, .select2-container--default .input-group > .tt-query + .select2-selection--single, .select2-container--default .asColorPicker-wrap > .tt-query + .select2-selection--single, .select2-container--default .input-group > .tt-hint + .select2-selection--single, .select2-container--default .asColorPicker-wrap > .tt-hint + .select2-selection--single, .select2-container--default .select2-selection--single .input-group > .form-control + .select2-search__field, .select2-container--default .select2-selection--single .asColorPicker-wrap > .form-control + .select2-search__field, .select2-container--default .select2-selection--single .input-group > .asColorPicker-input + .select2-search__field, .select2-container--default .select2-selection--single .asColorPicker-wrap > .asColorPicker-input + .select2-search__field, .dataTables_wrapper .select2-container--default .select2-selection--single .input-group > select + .select2-search__field, .select2-container--default .select2-selection--single .dataTables_wrapper .input-group > select + .select2-search__field, .dataTables_wrapper .select2-container--default .select2-selection--single .asColorPicker-wrap > select + .select2-search__field, .select2-container--default .select2-selection--single .dataTables_wrapper .asColorPicker-wrap > select + .select2-search__field, .jsgrid .jsgrid-table .jsgrid-filter-row .select2-container--default .select2-selection--single .input-group > input[type=text] + .select2-search__field, .select2-container--default .select2-selection--single .jsgrid .jsgrid-table .jsgrid-filter-row .input-group > input[type=text] + .select2-search__field, .jsgrid .jsgrid-table .jsgrid-filter-row .select2-container--default .select2-selection--single .asColorPicker-wrap > input[type=text] + .select2-search__field, .select2-container--default .select2-selection--single .jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > input[type=text] + .select2-search__field, .jsgrid .jsgrid-table .jsgrid-filter-row .select2-container--default .select2-selection--single .input-group > select + .select2-search__field, .select2-container--default .select2-selection--single .jsgrid .jsgrid-table .jsgrid-filter-row .input-group > select + .select2-search__field, .jsgrid .jsgrid-table .jsgrid-filter-row .select2-container--default .select2-selection--single .asColorPicker-wrap > select + .select2-search__field, .select2-container--default .select2-selection--single .jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > select + .select2-search__field, .jsgrid .jsgrid-table .jsgrid-filter-row .select2-container--default .select2-selection--single .input-group > input[type=number] + .select2-search__field, .select2-container--default .select2-selection--single .jsgrid .jsgrid-table .jsgrid-filter-row .input-group > input[type=number] + .select2-search__field, .jsgrid .jsgrid-table .jsgrid-filter-row .select2-container--default .select2-selection--single .asColorPicker-wrap > input[type=number] + .select2-search__field, .select2-container--default .select2-selection--single .jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > input[type=number] + .select2-search__field, .select2-container--default .select2-selection--single .input-group > .select2-selection--single + .select2-search__field, .select2-container--default .select2-selection--single .asColorPicker-wrap > .select2-selection--single + .select2-search__field, .select2-container--default .select2-selection--single .input-group > .select2-search__field + .select2-search__field, .select2-container--default .select2-selection--single .asColorPicker-wrap > .select2-search__field + .select2-search__field, .select2-container--default .select2-selection--single .input-group > .typeahead + .select2-search__field, .select2-container--default .select2-selection--single .asColorPicker-wrap > .typeahead + .select2-search__field, .select2-container--default .select2-selection--single .input-group > .tt-query + .select2-search__field, .select2-container--default .select2-selection--single .asColorPicker-wrap > .tt-query + .select2-search__field, .select2-container--default .select2-selection--single .input-group > .tt-hint + .select2-search__field, .select2-container--default .select2-selection--single .asColorPicker-wrap > .tt-hint + .select2-search__field, .input-group > .form-control + .typeahead, .asColorPicker-wrap > .form-control + .typeahead, .input-group > .asColorPicker-input + .typeahead, .asColorPicker-wrap > .asColorPicker-input + .typeahead, .dataTables_wrapper .input-group > select + .typeahead, .dataTables_wrapper .asColorPicker-wrap > select + .typeahead, .jsgrid .jsgrid-table .jsgrid-filter-row .input-group > input[type=text] + .typeahead, .jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > input[type=text] + .typeahead, .jsgrid .jsgrid-table .jsgrid-filter-row .input-group > select + .typeahead, .jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > select + .typeahead, .jsgrid .jsgrid-table .jsgrid-filter-row .input-group > input[type=number] + .typeahead, .jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > input[type=number] + .typeahead, .select2-container--default .input-group > .select2-selection--single + .typeahead, .select2-container--default .asColorPicker-wrap > .select2-selection--single + .typeahead, .select2-container--default .select2-selection--single .input-group > .select2-search__field + .typeahead, .select2-container--default .select2-selection--single .asColorPicker-wrap > .select2-search__field + .typeahead, .input-group > .typeahead + .typeahead, .asColorPicker-wrap > .typeahead + .typeahead, .input-group > .tt-query + .typeahead, .asColorPicker-wrap > .tt-query + .typeahead, .input-group > .tt-hint + .typeahead, .asColorPicker-wrap > .tt-hint + .typeahead,
.input-group > .form-control + .tt-query,
.asColorPicker-wrap > .form-control + .tt-query,
.input-group > .asColorPicker-input + .tt-query,
.asColorPicker-wrap > .asColorPicker-input + .tt-query,
.dataTables_wrapper .input-group > select + .tt-query,
.dataTables_wrapper .asColorPicker-wrap > select + .tt-query,
.jsgrid .jsgrid-table .jsgrid-filter-row .input-group > input[type=text] + .tt-query,
.jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > input[type=text] + .tt-query,
.jsgrid .jsgrid-table .jsgrid-filter-row .input-group > select + .tt-query,
.jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > select + .tt-query,
.jsgrid .jsgrid-table .jsgrid-filter-row .input-group > input[type=number] + .tt-query,
.jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > input[type=number] + .tt-query,
.select2-container--default .input-group > .select2-selection--single + .tt-query,
.select2-container--default .asColorPicker-wrap > .select2-selection--single + .tt-query,
.select2-container--default .select2-selection--single .input-group > .select2-search__field + .tt-query,
.select2-container--default .select2-selection--single .asColorPicker-wrap > .select2-search__field + .tt-query,
.input-group > .typeahead + .tt-query,
.asColorPicker-wrap > .typeahead + .tt-query,
.input-group > .tt-query + .tt-query,
.asColorPicker-wrap > .tt-query + .tt-query,
.input-group > .tt-hint + .tt-query,
.asColorPicker-wrap > .tt-hint + .tt-query,
.input-group > .form-control + .tt-hint,
.asColorPicker-wrap > .form-control + .tt-hint,
.input-group > .asColorPicker-input + .tt-hint,
.asColorPicker-wrap > .asColorPicker-input + .tt-hint,
.dataTables_wrapper .input-group > select + .tt-hint,
.dataTables_wrapper .asColorPicker-wrap > select + .tt-hint,
.jsgrid .jsgrid-table .jsgrid-filter-row .input-group > input[type=text] + .tt-hint,
.jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > input[type=text] + .tt-hint,
.jsgrid .jsgrid-table .jsgrid-filter-row .input-group > select + .tt-hint,
.jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > select + .tt-hint,
.jsgrid .jsgrid-table .jsgrid-filter-row .input-group > input[type=number] + .tt-hint,
.jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > input[type=number] + .tt-hint,
.select2-container--default .input-group > .select2-selection--single + .tt-hint,
.select2-container--default .asColorPicker-wrap > .select2-selection--single + .tt-hint,
.select2-container--default .select2-selection--single .input-group > .select2-search__field + .tt-hint,
.select2-container--default .select2-selection--single .asColorPicker-wrap > .select2-search__field + .tt-hint,
.input-group > .typeahead + .tt-hint,
.asColorPicker-wrap > .typeahead + .tt-hint,
.input-group > .tt-query + .tt-hint,
.asColorPicker-wrap > .tt-query + .tt-hint,
.input-group > .tt-hint + .tt-hint,
.asColorPicker-wrap > .tt-hint + .tt-hint,
.input-group > .form-control + .custom-select,
.asColorPicker-wrap > .form-control + .custom-select,
.input-group > .asColorPicker-input + .custom-select,
.asColorPicker-wrap > .asColorPicker-input + .custom-select,
.dataTables_wrapper .input-group > select + .custom-select,
.dataTables_wrapper .asColorPicker-wrap > select + .custom-select,
.jsgrid .jsgrid-table .jsgrid-filter-row .input-group > input[type=text] + .custom-select,
.jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > input[type=text] + .custom-select,
.jsgrid .jsgrid-table .jsgrid-filter-row .input-group > select + .custom-select,
.jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > select + .custom-select,
.jsgrid .jsgrid-table .jsgrid-filter-row .input-group > input[type=number] + .custom-select,
.jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > input[type=number] + .custom-select,
.select2-container--default .input-group > .select2-selection--single + .custom-select,
.select2-container--default .asColorPicker-wrap > .select2-selection--single + .custom-select,
.select2-container--default .select2-selection--single .input-group > .select2-search__field + .custom-select,
.select2-container--default .select2-selection--single .asColorPicker-wrap > .select2-search__field + .custom-select,
.input-group > .typeahead + .custom-select,
.asColorPicker-wrap > .typeahead + .custom-select,
.input-group > .tt-query + .custom-select,
.asColorPicker-wrap > .tt-query + .custom-select,
.input-group > .tt-hint + .custom-select,
.asColorPicker-wrap > .tt-hint + .custom-select,
.input-group > .form-control + .custom-file,
.asColorPicker-wrap > .form-control + .custom-file,
.input-group > .asColorPicker-input + .custom-file,
.asColorPicker-wrap > .asColorPicker-input + .custom-file,
.dataTables_wrapper .input-group > select + .custom-file,
.dataTables_wrapper .asColorPicker-wrap > select + .custom-file,
.jsgrid .jsgrid-table .jsgrid-filter-row .input-group > input[type=text] + .custom-file,
.jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > input[type=text] + .custom-file,
.jsgrid .jsgrid-table .jsgrid-filter-row .input-group > select + .custom-file,
.jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > select + .custom-file,
.jsgrid .jsgrid-table .jsgrid-filter-row .input-group > input[type=number] + .custom-file,
.jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > input[type=number] + .custom-file,
.select2-container--default .input-group > .select2-selection--single + .custom-file,
.select2-container--default .asColorPicker-wrap > .select2-selection--single + .custom-file,
.select2-container--default .select2-selection--single .input-group > .select2-search__field + .custom-file,
.select2-container--default .select2-selection--single .asColorPicker-wrap > .select2-search__field + .custom-file,
.input-group > .typeahead + .custom-file,
.asColorPicker-wrap > .typeahead + .custom-file,
.input-group > .tt-query + .custom-file,
.asColorPicker-wrap > .tt-query + .custom-file,
.input-group > .tt-hint + .custom-file,
.asColorPicker-wrap > .tt-hint + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.asColorPicker-wrap > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .asColorPicker-input,
.asColorPicker-wrap > .form-control-plaintext + .asColorPicker-input,
.dataTables_wrapper .input-group > .form-control-plaintext + select,
.dataTables_wrapper .asColorPicker-wrap > .form-control-plaintext + select,
.jsgrid .jsgrid-table .jsgrid-filter-row .input-group > .form-control-plaintext + input[type=text],
.jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > .form-control-plaintext + input[type=text],
.jsgrid .jsgrid-table .jsgrid-filter-row .input-group > .form-control-plaintext + select,
.jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > .form-control-plaintext + select,
.jsgrid .jsgrid-table .jsgrid-filter-row .input-group > .form-control-plaintext + input[type=number],
.jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > .form-control-plaintext + input[type=number],
.select2-container--default .input-group > .form-control-plaintext + .select2-selection--single,
.select2-container--default .asColorPicker-wrap > .form-control-plaintext + .select2-selection--single,
.select2-container--default .select2-selection--single .input-group > .form-control-plaintext + .select2-search__field,
.select2-container--default .select2-selection--single .asColorPicker-wrap > .form-control-plaintext + .select2-search__field,
.input-group > .form-control-plaintext + .typeahead,
.asColorPicker-wrap > .form-control-plaintext + .typeahead,
.input-group > .form-control-plaintext + .tt-query,
.asColorPicker-wrap > .form-control-plaintext + .tt-query,
.input-group > .form-control-plaintext + .tt-hint,
.asColorPicker-wrap > .form-control-plaintext + .tt-hint,
.input-group > .form-control-plaintext + .custom-select,
.asColorPicker-wrap > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.asColorPicker-wrap > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.asColorPicker-wrap > .custom-select + .form-control,
.input-group > .custom-select + .asColorPicker-input,
.asColorPicker-wrap > .custom-select + .asColorPicker-input,
.dataTables_wrapper .input-group > .custom-select + select,
.dataTables_wrapper .asColorPicker-wrap > .custom-select + select,
.jsgrid .jsgrid-table .jsgrid-filter-row .input-group > .custom-select + input[type=text],
.jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > .custom-select + input[type=text],
.jsgrid .jsgrid-table .jsgrid-filter-row .input-group > .custom-select + select,
.jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > .custom-select + select,
.jsgrid .jsgrid-table .jsgrid-filter-row .input-group > .custom-select + input[type=number],
.jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > .custom-select + input[type=number],
.select2-container--default .input-group > .custom-select + .select2-selection--single,
.select2-container--default .asColorPicker-wrap > .custom-select + .select2-selection--single,
.select2-container--default .select2-selection--single .input-group > .custom-select + .select2-search__field,
.select2-container--default .select2-selection--single .asColorPicker-wrap > .custom-select + .select2-search__field,
.input-group > .custom-select + .typeahead,
.asColorPicker-wrap > .custom-select + .typeahead,
.input-group > .custom-select + .tt-query,
.asColorPicker-wrap > .custom-select + .tt-query,
.input-group > .custom-select + .tt-hint,
.asColorPicker-wrap > .custom-select + .tt-hint,
.input-group > .custom-select + .custom-select,
.asColorPicker-wrap > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.asColorPicker-wrap > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.asColorPicker-wrap > .custom-file + .form-control,
.input-group > .custom-file + .asColorPicker-input,
.asColorPicker-wrap > .custom-file + .asColorPicker-input,
.dataTables_wrapper .input-group > .custom-file + select,
.dataTables_wrapper .asColorPicker-wrap > .custom-file + select,
.jsgrid .jsgrid-table .jsgrid-filter-row .input-group > .custom-file + input[type=text],
.jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > .custom-file + input[type=text],
.jsgrid .jsgrid-table .jsgrid-filter-row .input-group > .custom-file + select,
.jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > .custom-file + select,
.jsgrid .jsgrid-table .jsgrid-filter-row .input-group > .custom-file + input[type=number],
.jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > .custom-file + input[type=number],
.select2-container--default .input-group > .custom-file + .select2-selection--single,
.select2-container--default .asColorPicker-wrap > .custom-file + .select2-selection--single,
.select2-container--default .select2-selection--single .input-group > .custom-file + .select2-search__field,
.select2-container--default .select2-selection--single .asColorPicker-wrap > .custom-file + .select2-search__field,
.input-group > .custom-file + .typeahead,
.asColorPicker-wrap > .custom-file + .typeahead,
.input-group > .custom-file + .tt-query,
.asColorPicker-wrap > .custom-file + .tt-query,
.input-group > .custom-file + .tt-hint,
.asColorPicker-wrap > .custom-file + .tt-hint,
.input-group > .custom-file + .custom-select,
.asColorPicker-wrap > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file,
.asColorPicker-wrap > .custom-file + .custom-file {
  margin-left: -1px;
}

/* line 12461, app/assets/stylesheets/theme/style.css */
.input-group > .form-control:focus, .asColorPicker-wrap > .form-control:focus, .input-group > .asColorPicker-input:focus, .asColorPicker-wrap > .asColorPicker-input:focus, .dataTables_wrapper .input-group > select:focus, .dataTables_wrapper .asColorPicker-wrap > select:focus, .jsgrid .jsgrid-table .jsgrid-filter-row .input-group > input[type=text]:focus, .jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > input[type=text]:focus,
.jsgrid .jsgrid-table .jsgrid-filter-row .input-group > select:focus,
.jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > select:focus, .jsgrid .jsgrid-table .jsgrid-filter-row .input-group > input[type=number]:focus, .jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > input[type=number]:focus, .select2-container--default .input-group > .select2-selection--single:focus, .select2-container--default .asColorPicker-wrap > .select2-selection--single:focus, .select2-container--default .select2-selection--single .input-group > .select2-search__field:focus, .select2-container--default .select2-selection--single .asColorPicker-wrap > .select2-search__field:focus, .input-group > .typeahead:focus, .asColorPicker-wrap > .typeahead:focus,
.input-group > .tt-query:focus,
.asColorPicker-wrap > .tt-query:focus,
.input-group > .tt-hint:focus,
.asColorPicker-wrap > .tt-hint:focus,
.input-group > .custom-select:focus,
.asColorPicker-wrap > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.asColorPicker-wrap > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

/* line 12475, app/assets/stylesheets/theme/style.css */
.input-group > .custom-file .custom-file-input:focus, .asColorPicker-wrap > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 12479, app/assets/stylesheets/theme/style.css */
.input-group > .form-control:not(:first-child), .asColorPicker-wrap > .form-control:not(:first-child), .input-group > .asColorPicker-input:not(:first-child), .asColorPicker-wrap > .asColorPicker-input:not(:first-child), .dataTables_wrapper .input-group > select:not(:first-child), .dataTables_wrapper .asColorPicker-wrap > select:not(:first-child), .jsgrid .jsgrid-table .jsgrid-filter-row .input-group > input[type=text]:not(:first-child), .jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > input[type=text]:not(:first-child),
.jsgrid .jsgrid-table .jsgrid-filter-row .input-group > select:not(:first-child),
.jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > select:not(:first-child), .jsgrid .jsgrid-table .jsgrid-filter-row .input-group > input[type=number]:not(:first-child), .jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap > input[type=number]:not(:first-child), .select2-container--default .input-group > .select2-selection--single:not(:first-child), .select2-container--default .asColorPicker-wrap > .select2-selection--single:not(:first-child), .select2-container--default .select2-selection--single .input-group > .select2-search__field:not(:first-child), .select2-container--default .select2-selection--single .asColorPicker-wrap > .select2-search__field:not(:first-child), .input-group > .typeahead:not(:first-child), .asColorPicker-wrap > .typeahead:not(:first-child),
.input-group > .tt-query:not(:first-child),
.asColorPicker-wrap > .tt-query:not(:first-child),
.input-group > .tt-hint:not(:first-child),
.asColorPicker-wrap > .tt-hint:not(:first-child),
.input-group > .custom-select:not(:first-child),
.asColorPicker-wrap > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 12493, app/assets/stylesheets/theme/style.css */
.input-group > .custom-file,
.asColorPicker-wrap > .custom-file {
  display: flex;
  align-items: center;
}

/* line 12499, app/assets/stylesheets/theme/style.css */
.input-group > .custom-file:not(:last-child) .custom-file-label, .asColorPicker-wrap > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label,
.asColorPicker-wrap > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 12506, app/assets/stylesheets/theme/style.css */
.input-group:not(.has-validation) > .form-control:not(:last-child), .asColorPicker-wrap:not(.has-validation) > .form-control:not(:last-child), .input-group:not(.has-validation) > .asColorPicker-input:not(:last-child), .asColorPicker-wrap:not(.has-validation) > .asColorPicker-input:not(:last-child), .dataTables_wrapper .input-group:not(.has-validation) > select:not(:last-child), .dataTables_wrapper .asColorPicker-wrap:not(.has-validation) > select:not(:last-child), .jsgrid .jsgrid-table .jsgrid-filter-row .input-group:not(.has-validation) > input[type=text]:not(:last-child), .jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap:not(.has-validation) > input[type=text]:not(:last-child),
.jsgrid .jsgrid-table .jsgrid-filter-row .input-group:not(.has-validation) > select:not(:last-child),
.jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap:not(.has-validation) > select:not(:last-child), .jsgrid .jsgrid-table .jsgrid-filter-row .input-group:not(.has-validation) > input[type=number]:not(:last-child), .jsgrid .jsgrid-table .jsgrid-filter-row .asColorPicker-wrap:not(.has-validation) > input[type=number]:not(:last-child), .select2-container--default .input-group:not(.has-validation) > .select2-selection--single:not(:last-child), .select2-container--default .asColorPicker-wrap:not(.has-validation) > .select2-selection--single:not(:last-child), .select2-container--default .select2-selection--single .input-group:not(.has-validation) > .select2-search__field:not(:last-child), .select2-container--default .select2-selection--single .asColorPicker-wrap:not(.has-validation) > .select2-search__field:not(:last-child), .input-group:not(.has-validation) > .typeahead:not(:last-child), .asColorPicker-wrap:not(.has-validation) > .typeahead:not(:last-child),
.input-group:not(.has-validation) > .tt-query:not(:last-child),
.asColorPicker-wrap:not(.has-validation) > .tt-query:not(:last-child),
.input-group:not(.has-validation) > .tt-hint:not(:last-child),
.asColorPicker-wrap:not(.has-validation) > .tt-hint:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.asColorPicker-wrap:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after,
.asColorPicker-wrap:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 12521, app/assets/stylesheets/theme/style.css */
.input-group.has-validation > .form-control:nth-last-child(n + 3), .has-validation.asColorPicker-wrap > .form-control:nth-last-child(n + 3), .input-group.has-validation > .asColorPicker-input:nth-last-child(n + 3), .has-validation.asColorPicker-wrap > .asColorPicker-input:nth-last-child(n + 3), .dataTables_wrapper .input-group.has-validation > select:nth-last-child(n + 3), .dataTables_wrapper .has-validation.asColorPicker-wrap > select:nth-last-child(n + 3), .jsgrid .jsgrid-table .jsgrid-filter-row .input-group.has-validation > input[type=text]:nth-last-child(n + 3), .jsgrid .jsgrid-table .jsgrid-filter-row .has-validation.asColorPicker-wrap > input[type=text]:nth-last-child(n + 3),
.jsgrid .jsgrid-table .jsgrid-filter-row .input-group.has-validation > select:nth-last-child(n + 3),
.jsgrid .jsgrid-table .jsgrid-filter-row .has-validation.asColorPicker-wrap > select:nth-last-child(n + 3), .jsgrid .jsgrid-table .jsgrid-filter-row .input-group.has-validation > input[type=number]:nth-last-child(n + 3), .jsgrid .jsgrid-table .jsgrid-filter-row .has-validation.asColorPicker-wrap > input[type=number]:nth-last-child(n + 3), .select2-container--default .input-group.has-validation > .select2-selection--single:nth-last-child(n + 3), .select2-container--default .has-validation.asColorPicker-wrap > .select2-selection--single:nth-last-child(n + 3), .select2-container--default .select2-selection--single .input-group.has-validation > .select2-search__field:nth-last-child(n + 3), .select2-container--default .select2-selection--single .has-validation.asColorPicker-wrap > .select2-search__field:nth-last-child(n + 3), .input-group.has-validation > .typeahead:nth-last-child(n + 3), .has-validation.asColorPicker-wrap > .typeahead:nth-last-child(n + 3),
.input-group.has-validation > .tt-query:nth-last-child(n + 3),
.has-validation.asColorPicker-wrap > .tt-query:nth-last-child(n + 3),
.input-group.has-validation > .tt-hint:nth-last-child(n + 3),
.has-validation.asColorPicker-wrap > .tt-hint:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.has-validation.asColorPicker-wrap > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after,
.has-validation.asColorPicker-wrap > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 12536, app/assets/stylesheets/theme/style.css */
.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 12541, app/assets/stylesheets/theme/style.css */
.input-group-prepend .btn, .input-group-prepend .fc button, .fc .input-group-prepend button, .input-group-prepend .ajax-upload-dragdrop .ajax-file-upload, .ajax-upload-dragdrop .input-group-prepend .ajax-file-upload, .input-group-prepend .swal2-modal .swal2-buttonswrapper .swal2-styled, .swal2-modal .swal2-buttonswrapper .input-group-prepend .swal2-styled, .input-group-prepend .wizard > .actions a, .wizard > .actions .input-group-prepend a,
.input-group-append .btn,
.input-group-append .fc button,
.fc .input-group-append button,
.input-group-append .ajax-upload-dragdrop .ajax-file-upload,
.ajax-upload-dragdrop .input-group-append .ajax-file-upload,
.input-group-append .swal2-modal .swal2-buttonswrapper .swal2-styled,
.swal2-modal .swal2-buttonswrapper .input-group-append .swal2-styled,
.input-group-append .wizard > .actions a,
.wizard > .actions .input-group-append a {
  position: relative;
  z-index: 2;
}

/* line 12555, app/assets/stylesheets/theme/style.css */
.input-group-prepend .btn:focus, .input-group-prepend .fc button:focus, .fc .input-group-prepend button:focus, .input-group-prepend .ajax-upload-dragdrop .ajax-file-upload:focus, .ajax-upload-dragdrop .input-group-prepend .ajax-file-upload:focus, .input-group-prepend .swal2-modal .swal2-buttonswrapper .swal2-styled:focus, .swal2-modal .swal2-buttonswrapper .input-group-prepend .swal2-styled:focus, .input-group-prepend .wizard > .actions a:focus, .wizard > .actions .input-group-prepend a:focus,
.input-group-append .btn:focus,
.input-group-append .fc button:focus,
.fc .input-group-append button:focus,
.input-group-append .ajax-upload-dragdrop .ajax-file-upload:focus,
.ajax-upload-dragdrop .input-group-append .ajax-file-upload:focus,
.input-group-append .swal2-modal .swal2-buttonswrapper .swal2-styled:focus,
.swal2-modal .swal2-buttonswrapper .input-group-append .swal2-styled:focus,
.input-group-append .wizard > .actions a:focus,
.wizard > .actions .input-group-append a:focus {
  z-index: 3;
}

/* line 12568, app/assets/stylesheets/theme/style.css */
.input-group-prepend .btn + .btn, .input-group-prepend .fc button + .btn, .fc .input-group-prepend button + .btn, .input-group-prepend .ajax-upload-dragdrop .ajax-file-upload + .btn, .ajax-upload-dragdrop .input-group-prepend .ajax-file-upload + .btn, .input-group-prepend .swal2-modal .swal2-buttonswrapper .swal2-styled + .btn, .swal2-modal .swal2-buttonswrapper .input-group-prepend .swal2-styled + .btn, .input-group-prepend .wizard > .actions a + .btn, .wizard > .actions .input-group-prepend a + .btn, .input-group-prepend .fc .btn + button, .fc .input-group-prepend .btn + button, .input-group-prepend .fc button + button, .fc .input-group-prepend button + button, .input-group-prepend .ajax-upload-dragdrop .fc .ajax-file-upload + button, .fc .input-group-prepend .ajax-upload-dragdrop .ajax-file-upload + button, .ajax-upload-dragdrop .input-group-prepend .fc .ajax-file-upload + button, .fc .ajax-upload-dragdrop .input-group-prepend .ajax-file-upload + button, .input-group-prepend .swal2-modal .swal2-buttonswrapper .fc .swal2-styled + button, .fc .input-group-prepend .swal2-modal .swal2-buttonswrapper .swal2-styled + button, .swal2-modal .swal2-buttonswrapper .input-group-prepend .fc .swal2-styled + button, .fc .swal2-modal .swal2-buttonswrapper .input-group-prepend .swal2-styled + button, .input-group-prepend .wizard > .actions .fc a + button, .fc .input-group-prepend .wizard > .actions a + button, .wizard > .actions .input-group-prepend .fc a + button, .fc .wizard > .actions .input-group-prepend a + button, .input-group-prepend .ajax-upload-dragdrop .btn + .ajax-file-upload, .ajax-upload-dragdrop .input-group-prepend .btn + .ajax-file-upload, .input-group-prepend .fc .ajax-upload-dragdrop button + .ajax-file-upload, .ajax-upload-dragdrop .input-group-prepend .fc button + .ajax-file-upload, .fc .input-group-prepend .ajax-upload-dragdrop button + .ajax-file-upload, .ajax-upload-dragdrop .fc .input-group-prepend button + .ajax-file-upload, .input-group-prepend .ajax-upload-dragdrop .ajax-file-upload + .ajax-file-upload, .ajax-upload-dragdrop .input-group-prepend .ajax-file-upload + .ajax-file-upload, .input-group-prepend .swal2-modal .swal2-buttonswrapper .ajax-upload-dragdrop .swal2-styled + .ajax-file-upload, .ajax-upload-dragdrop .input-group-prepend .swal2-modal .swal2-buttonswrapper .swal2-styled + .ajax-file-upload, .swal2-modal .swal2-buttonswrapper .input-group-prepend .ajax-upload-dragdrop .swal2-styled + .ajax-file-upload, .ajax-upload-dragdrop .swal2-modal .swal2-buttonswrapper .input-group-prepend .swal2-styled + .ajax-file-upload, .input-group-prepend .wizard > .actions .ajax-upload-dragdrop a + .ajax-file-upload, .ajax-upload-dragdrop .input-group-prepend .wizard > .actions a + .ajax-file-upload, .wizard > .actions .input-group-prepend .ajax-upload-dragdrop a + .ajax-file-upload, .ajax-upload-dragdrop .wizard > .actions .input-group-prepend a + .ajax-file-upload, .input-group-prepend .swal2-modal .swal2-buttonswrapper .btn + .swal2-styled, .swal2-modal .swal2-buttonswrapper .input-group-prepend .btn + .swal2-styled, .input-group-prepend .fc .swal2-modal .swal2-buttonswrapper button + .swal2-styled, .swal2-modal .swal2-buttonswrapper .input-group-prepend .fc button + .swal2-styled, .fc .input-group-prepend .swal2-modal .swal2-buttonswrapper button + .swal2-styled, .swal2-modal .swal2-buttonswrapper .fc .input-group-prepend button + .swal2-styled, .input-group-prepend .ajax-upload-dragdrop .swal2-modal .swal2-buttonswrapper .ajax-file-upload + .swal2-styled, .swal2-modal .swal2-buttonswrapper .input-group-prepend .ajax-upload-dragdrop .ajax-file-upload + .swal2-styled, .ajax-upload-dragdrop .input-group-prepend .swal2-modal .swal2-buttonswrapper .ajax-file-upload + .swal2-styled, .swal2-modal .swal2-buttonswrapper .ajax-upload-dragdrop .input-group-prepend .ajax-file-upload + .swal2-styled, .input-group-prepend .swal2-modal .swal2-buttonswrapper .swal2-styled + .swal2-styled, .swal2-modal .swal2-buttonswrapper .input-group-prepend .swal2-styled + .swal2-styled, .input-group-prepend .wizard > .actions .swal2-modal .swal2-buttonswrapper a + .swal2-styled, .swal2-modal .swal2-buttonswrapper .input-group-prepend .wizard > .actions a + .swal2-styled, .wizard > .actions .input-group-prepend .swal2-modal .swal2-buttonswrapper a + .swal2-styled, .swal2-modal .swal2-buttonswrapper .wizard > .actions .input-group-prepend a + .swal2-styled, .input-group-prepend .wizard > .actions .btn + a, .wizard > .actions .input-group-prepend .btn + a, .input-group-prepend .fc .wizard > .actions button + a, .wizard > .actions .input-group-prepend .fc button + a, .fc .input-group-prepend .wizard > .actions button + a, .wizard > .actions .fc .input-group-prepend button + a, .input-group-prepend .ajax-upload-dragdrop .wizard > .actions .ajax-file-upload + a, .wizard > .actions .input-group-prepend .ajax-upload-dragdrop .ajax-file-upload + a, .ajax-upload-dragdrop .input-group-prepend .wizard > .actions .ajax-file-upload + a, .wizard > .actions .ajax-upload-dragdrop .input-group-prepend .ajax-file-upload + a, .input-group-prepend .swal2-modal .swal2-buttonswrapper .wizard > .actions .swal2-styled + a, .wizard > .actions .input-group-prepend .swal2-modal .swal2-buttonswrapper .swal2-styled + a, .swal2-modal .swal2-buttonswrapper .input-group-prepend .wizard > .actions .swal2-styled + a, .wizard > .actions .swal2-modal .swal2-buttonswrapper .input-group-prepend .swal2-styled + a, .input-group-prepend .wizard > .actions a + a, .wizard > .actions .input-group-prepend a + a,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .fc button + .input-group-text,
.fc .input-group-prepend button + .input-group-text,
.input-group-prepend .ajax-upload-dragdrop .ajax-file-upload + .input-group-text,
.ajax-upload-dragdrop .input-group-prepend .ajax-file-upload + .input-group-text,
.input-group-prepend .swal2-modal .swal2-buttonswrapper .swal2-styled + .input-group-text,
.swal2-modal .swal2-buttonswrapper .input-group-prepend .swal2-styled + .input-group-text,
.input-group-prepend .wizard > .actions a + .input-group-text,
.wizard > .actions .input-group-prepend a + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .fc .input-group-text + button,
.fc .input-group-prepend .input-group-text + button,
.input-group-prepend .ajax-upload-dragdrop .input-group-text + .ajax-file-upload,
.ajax-upload-dragdrop .input-group-prepend .input-group-text + .ajax-file-upload,
.input-group-prepend .swal2-modal .swal2-buttonswrapper .input-group-text + .swal2-styled,
.swal2-modal .swal2-buttonswrapper .input-group-prepend .input-group-text + .swal2-styled,
.input-group-prepend .wizard > .actions .input-group-text + a,
.wizard > .actions .input-group-prepend .input-group-text + a,
.input-group-append .btn + .btn,
.input-group-append .fc button + .btn,
.fc .input-group-append button + .btn,
.input-group-append .ajax-upload-dragdrop .ajax-file-upload + .btn,
.ajax-upload-dragdrop .input-group-append .ajax-file-upload + .btn,
.input-group-append .swal2-modal .swal2-buttonswrapper .swal2-styled + .btn,
.swal2-modal .swal2-buttonswrapper .input-group-append .swal2-styled + .btn,
.input-group-append .wizard > .actions a + .btn,
.wizard > .actions .input-group-append a + .btn,
.input-group-append .fc .btn + button,
.fc .input-group-append .btn + button,
.input-group-append .fc button + button,
.fc .input-group-append button + button,
.input-group-append .ajax-upload-dragdrop .fc .ajax-file-upload + button,
.fc .input-group-append .ajax-upload-dragdrop .ajax-file-upload + button,
.ajax-upload-dragdrop .input-group-append .fc .ajax-file-upload + button,
.fc .ajax-upload-dragdrop .input-group-append .ajax-file-upload + button,
.input-group-append .swal2-modal .swal2-buttonswrapper .fc .swal2-styled + button,
.fc .input-group-append .swal2-modal .swal2-buttonswrapper .swal2-styled + button,
.swal2-modal .swal2-buttonswrapper .input-group-append .fc .swal2-styled + button,
.fc .swal2-modal .swal2-buttonswrapper .input-group-append .swal2-styled + button,
.input-group-append .wizard > .actions .fc a + button,
.fc .input-group-append .wizard > .actions a + button,
.wizard > .actions .input-group-append .fc a + button,
.fc .wizard > .actions .input-group-append a + button,
.input-group-append .ajax-upload-dragdrop .btn + .ajax-file-upload,
.ajax-upload-dragdrop .input-group-append .btn + .ajax-file-upload,
.input-group-append .fc .ajax-upload-dragdrop button + .ajax-file-upload,
.ajax-upload-dragdrop .input-group-append .fc button + .ajax-file-upload,
.fc .input-group-append .ajax-upload-dragdrop button + .ajax-file-upload,
.ajax-upload-dragdrop .fc .input-group-append button + .ajax-file-upload,
.input-group-append .ajax-upload-dragdrop .ajax-file-upload + .ajax-file-upload,
.ajax-upload-dragdrop .input-group-append .ajax-file-upload + .ajax-file-upload,
.input-group-append .swal2-modal .swal2-buttonswrapper .ajax-upload-dragdrop .swal2-styled + .ajax-file-upload,
.ajax-upload-dragdrop .input-group-append .swal2-modal .swal2-buttonswrapper .swal2-styled + .ajax-file-upload,
.swal2-modal .swal2-buttonswrapper .input-group-append .ajax-upload-dragdrop .swal2-styled + .ajax-file-upload,
.ajax-upload-dragdrop .swal2-modal .swal2-buttonswrapper .input-group-append .swal2-styled + .ajax-file-upload,
.input-group-append .wizard > .actions .ajax-upload-dragdrop a + .ajax-file-upload,
.ajax-upload-dragdrop .input-group-append .wizard > .actions a + .ajax-file-upload,
.wizard > .actions .input-group-append .ajax-upload-dragdrop a + .ajax-file-upload,
.ajax-upload-dragdrop .wizard > .actions .input-group-append a + .ajax-file-upload,
.input-group-append .swal2-modal .swal2-buttonswrapper .btn + .swal2-styled,
.swal2-modal .swal2-buttonswrapper .input-group-append .btn + .swal2-styled,
.input-group-append .fc .swal2-modal .swal2-buttonswrapper button + .swal2-styled,
.swal2-modal .swal2-buttonswrapper .input-group-append .fc button + .swal2-styled,
.fc .input-group-append .swal2-modal .swal2-buttonswrapper button + .swal2-styled,
.swal2-modal .swal2-buttonswrapper .fc .input-group-append button + .swal2-styled,
.input-group-append .ajax-upload-dragdrop .swal2-modal .swal2-buttonswrapper .ajax-file-upload + .swal2-styled,
.swal2-modal .swal2-buttonswrapper .input-group-append .ajax-upload-dragdrop .ajax-file-upload + .swal2-styled,
.ajax-upload-dragdrop .input-group-append .swal2-modal .swal2-buttonswrapper .ajax-file-upload + .swal2-styled,
.swal2-modal .swal2-buttonswrapper .ajax-upload-dragdrop .input-group-append .ajax-file-upload + .swal2-styled,
.input-group-append .swal2-modal .swal2-buttonswrapper .swal2-styled + .swal2-styled,
.swal2-modal .swal2-buttonswrapper .input-group-append .swal2-styled + .swal2-styled,
.input-group-append .wizard > .actions .swal2-modal .swal2-buttonswrapper a + .swal2-styled,
.swal2-modal .swal2-buttonswrapper .input-group-append .wizard > .actions a + .swal2-styled,
.wizard > .actions .input-group-append .swal2-modal .swal2-buttonswrapper a + .swal2-styled,
.swal2-modal .swal2-buttonswrapper .wizard > .actions .input-group-append a + .swal2-styled,
.input-group-append .wizard > .actions .btn + a,
.wizard > .actions .input-group-append .btn + a,
.input-group-append .fc .wizard > .actions button + a,
.wizard > .actions .input-group-append .fc button + a,
.fc .input-group-append .wizard > .actions button + a,
.wizard > .actions .fc .input-group-append button + a,
.input-group-append .ajax-upload-dragdrop .wizard > .actions .ajax-file-upload + a,
.wizard > .actions .input-group-append .ajax-upload-dragdrop .ajax-file-upload + a,
.ajax-upload-dragdrop .input-group-append .wizard > .actions .ajax-file-upload + a,
.wizard > .actions .ajax-upload-dragdrop .input-group-append .ajax-file-upload + a,
.input-group-append .swal2-modal .swal2-buttonswrapper .wizard > .actions .swal2-styled + a,
.wizard > .actions .input-group-append .swal2-modal .swal2-buttonswrapper .swal2-styled + a,
.swal2-modal .swal2-buttonswrapper .input-group-append .wizard > .actions .swal2-styled + a,
.wizard > .actions .swal2-modal .swal2-buttonswrapper .input-group-append .swal2-styled + a,
.input-group-append .wizard > .actions a + a,
.wizard > .actions .input-group-append a + a,
.input-group-append .btn + .input-group-text,
.input-group-append .fc button + .input-group-text,
.fc .input-group-append button + .input-group-text,
.input-group-append .ajax-upload-dragdrop .ajax-file-upload + .input-group-text,
.ajax-upload-dragdrop .input-group-append .ajax-file-upload + .input-group-text,
.input-group-append .swal2-modal .swal2-buttonswrapper .swal2-styled + .input-group-text,
.swal2-modal .swal2-buttonswrapper .input-group-append .swal2-styled + .input-group-text,
.input-group-append .wizard > .actions a + .input-group-text,
.wizard > .actions .input-group-append a + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .fc .input-group-text + button,
.fc .input-group-append .input-group-text + button,
.input-group-append .ajax-upload-dragdrop .input-group-text + .ajax-file-upload,
.ajax-upload-dragdrop .input-group-append .input-group-text + .ajax-file-upload,
.input-group-append .swal2-modal .swal2-buttonswrapper .input-group-text + .swal2-styled,
.swal2-modal .swal2-buttonswrapper .input-group-append .input-group-text + .swal2-styled,
.input-group-append .wizard > .actions .input-group-text + a,
.wizard > .actions .input-group-append .input-group-text + a {
  margin-left: -1px;
}

/* line 12683, app/assets/stylesheets/theme/style.css */
.input-group-prepend {
  margin-right: -1px;
}

/* line 12687, app/assets/stylesheets/theme/style.css */
.input-group-append {
  margin-left: -1px;
}

/* line 12691, app/assets/stylesheets/theme/style.css */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.875rem 1.375rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 2px;
}

/* line 12707, app/assets/stylesheets/theme/style.css */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 12712, app/assets/stylesheets/theme/style.css */
.input-group-lg > .form-control:not(textarea), .input-group-lg > .asColorPicker-input:not(textarea), .dataTables_wrapper .input-group-lg > select:not(textarea), .jsgrid .jsgrid-table .jsgrid-filter-row .input-group-lg > input[type=text]:not(textarea),
.jsgrid .jsgrid-table .jsgrid-filter-row .input-group-lg > select:not(textarea), .jsgrid .jsgrid-table .jsgrid-filter-row .input-group-lg > input[type=number]:not(textarea), .select2-container--default .input-group-lg > .select2-selection--single:not(textarea), .select2-container--default .select2-selection--single .input-group-lg > .select2-search__field:not(textarea), .input-group-lg > .typeahead:not(textarea),
.input-group-lg > .tt-query:not(textarea),
.input-group-lg > .tt-hint:not(textarea),
.input-group-lg > .custom-select {
  height: 3.175rem;
}

/* line 12720, app/assets/stylesheets/theme/style.css */
.input-group-lg > .form-control, .input-group-lg > .asColorPicker-input, .dataTables_wrapper .input-group-lg > select, .jsgrid .jsgrid-table .jsgrid-filter-row .input-group-lg > input[type=text],
.jsgrid .jsgrid-table .jsgrid-filter-row .input-group-lg > select, .jsgrid .jsgrid-table .jsgrid-filter-row .input-group-lg > input[type=number], .select2-container--default .input-group-lg > .select2-selection--single, .select2-container--default .select2-selection--single .input-group-lg > .select2-search__field, .input-group-lg > .typeahead,
.input-group-lg > .tt-query,
.input-group-lg > .tt-hint,
.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,
.fc .input-group-lg > .input-group-prepend > button,
.ajax-upload-dragdrop .input-group-lg > .input-group-prepend > .ajax-file-upload,
.swal2-modal .swal2-buttonswrapper .input-group-lg > .input-group-prepend > .swal2-styled,
.wizard > .actions .input-group-lg > .input-group-prepend > a,
.input-group-lg > .input-group-append > .btn,
.fc .input-group-lg > .input-group-append > button,
.ajax-upload-dragdrop .input-group-lg > .input-group-append > .ajax-file-upload,
.swal2-modal .swal2-buttonswrapper .input-group-lg > .input-group-append > .swal2-styled,
.wizard > .actions .input-group-lg > .input-group-append > a {
  padding: 0.94rem 1.94rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 12743, app/assets/stylesheets/theme/style.css */
.input-group-sm > .form-control:not(textarea), .input-group-sm > .asColorPicker-input:not(textarea), .dataTables_wrapper .input-group-sm > select:not(textarea), .jsgrid .jsgrid-table .jsgrid-filter-row .input-group-sm > input[type=text]:not(textarea),
.jsgrid .jsgrid-table .jsgrid-filter-row .input-group-sm > select:not(textarea), .jsgrid .jsgrid-table .jsgrid-filter-row .input-group-sm > input[type=number]:not(textarea), .select2-container--default .input-group-sm > .select2-selection--single:not(textarea), .select2-container--default .select2-selection--single .input-group-sm > .select2-search__field:not(textarea), .input-group-sm > .typeahead:not(textarea),
.input-group-sm > .tt-query:not(textarea),
.input-group-sm > .tt-hint:not(textarea),
.input-group-sm > .custom-select {
  height: 2.575rem;
}

/* line 12751, app/assets/stylesheets/theme/style.css */
.input-group-sm > .form-control, .input-group-sm > .asColorPicker-input, .dataTables_wrapper .input-group-sm > select, .jsgrid .jsgrid-table .jsgrid-filter-row .input-group-sm > input[type=text],
.jsgrid .jsgrid-table .jsgrid-filter-row .input-group-sm > select, .jsgrid .jsgrid-table .jsgrid-filter-row .input-group-sm > input[type=number], .select2-container--default .input-group-sm > .select2-selection--single, .select2-container--default .select2-selection--single .input-group-sm > .select2-search__field, .input-group-sm > .typeahead,
.input-group-sm > .tt-query,
.input-group-sm > .tt-hint,
.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,
.fc .input-group-sm > .input-group-prepend > button,
.ajax-upload-dragdrop .input-group-sm > .input-group-prepend > .ajax-file-upload,
.swal2-modal .swal2-buttonswrapper .input-group-sm > .input-group-prepend > .swal2-styled,
.wizard > .actions .input-group-sm > .input-group-prepend > a,
.input-group-sm > .input-group-append > .btn,
.fc .input-group-sm > .input-group-append > button,
.ajax-upload-dragdrop .input-group-sm > .input-group-append > .ajax-file-upload,
.swal2-modal .swal2-buttonswrapper .input-group-sm > .input-group-append > .swal2-styled,
.wizard > .actions .input-group-sm > .input-group-append > a {
  padding: 0.5rem 0.81rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 12774, app/assets/stylesheets/theme/style.css */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

/* line 12779, app/assets/stylesheets/theme/style.css */
.input-group > .input-group-prepend > .btn, .asColorPicker-wrap > .input-group-prepend > .btn, .fc .input-group > .input-group-prepend > button, .fc .asColorPicker-wrap > .input-group-prepend > button, .ajax-upload-dragdrop .input-group > .input-group-prepend > .ajax-file-upload, .ajax-upload-dragdrop .asColorPicker-wrap > .input-group-prepend > .ajax-file-upload, .swal2-modal .swal2-buttonswrapper .input-group > .input-group-prepend > .swal2-styled, .swal2-modal .swal2-buttonswrapper .asColorPicker-wrap > .input-group-prepend > .swal2-styled, .wizard > .actions .input-group > .input-group-prepend > a, .wizard > .actions .asColorPicker-wrap > .input-group-prepend > a,
.input-group > .input-group-prepend > .input-group-text,
.asColorPicker-wrap > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.asColorPicker-wrap:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.fc .input-group:not(.has-validation) > .input-group-append:not(:last-child) > button,
.fc .asColorPicker-wrap:not(.has-validation) > .input-group-append:not(:last-child) > button,
.ajax-upload-dragdrop .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .ajax-file-upload,
.ajax-upload-dragdrop .asColorPicker-wrap:not(.has-validation) > .input-group-append:not(:last-child) > .ajax-file-upload,
.swal2-modal .swal2-buttonswrapper .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .swal2-styled,
.swal2-modal .swal2-buttonswrapper .asColorPicker-wrap:not(.has-validation) > .input-group-append:not(:last-child) > .swal2-styled,
.wizard > .actions .input-group:not(.has-validation) > .input-group-append:not(:last-child) > a,
.wizard > .actions .asColorPicker-wrap:not(.has-validation) > .input-group-append:not(:last-child) > a,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.asColorPicker-wrap:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.has-validation.asColorPicker-wrap > .input-group-append:nth-last-child(n + 3) > .btn,
.fc .input-group.has-validation > .input-group-append:nth-last-child(n + 3) > button,
.fc .has-validation.asColorPicker-wrap > .input-group-append:nth-last-child(n + 3) > button,
.ajax-upload-dragdrop .input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .ajax-file-upload,
.ajax-upload-dragdrop .has-validation.asColorPicker-wrap > .input-group-append:nth-last-child(n + 3) > .ajax-file-upload,
.swal2-modal .swal2-buttonswrapper .input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .swal2-styled,
.swal2-modal .swal2-buttonswrapper .has-validation.asColorPicker-wrap > .input-group-append:nth-last-child(n + 3) > .swal2-styled,
.wizard > .actions .input-group.has-validation > .input-group-append:nth-last-child(n + 3) > a,
.wizard > .actions .has-validation.asColorPicker-wrap > .input-group-append:nth-last-child(n + 3) > a,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.has-validation.asColorPicker-wrap > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.asColorPicker-wrap > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.fc .input-group > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle),
.fc .asColorPicker-wrap > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle),
.ajax-upload-dragdrop .input-group > .input-group-append:last-child > .ajax-file-upload:not(:last-child):not(.dropdown-toggle),
.ajax-upload-dragdrop .asColorPicker-wrap > .input-group-append:last-child > .ajax-file-upload:not(:last-child):not(.dropdown-toggle),
.swal2-modal .swal2-buttonswrapper .input-group > .input-group-append:last-child > .swal2-styled:not(:last-child):not(.dropdown-toggle),
.swal2-modal .swal2-buttonswrapper .asColorPicker-wrap > .input-group-append:last-child > .swal2-styled:not(:last-child):not(.dropdown-toggle),
.wizard > .actions .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle),
.wizard > .actions .asColorPicker-wrap > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.asColorPicker-wrap > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 12822, app/assets/stylesheets/theme/style.css */
.input-group > .input-group-append > .btn, .asColorPicker-wrap > .input-group-append > .btn, .fc .input-group > .input-group-append > button, .fc .asColorPicker-wrap > .input-group-append > button, .ajax-upload-dragdrop .input-group > .input-group-append > .ajax-file-upload, .ajax-upload-dragdrop .asColorPicker-wrap > .input-group-append > .ajax-file-upload, .swal2-modal .swal2-buttonswrapper .input-group > .input-group-append > .swal2-styled, .swal2-modal .swal2-buttonswrapper .asColorPicker-wrap > .input-group-append > .swal2-styled, .wizard > .actions .input-group > .input-group-append > a, .wizard > .actions .asColorPicker-wrap > .input-group-append > a,
.input-group > .input-group-append > .input-group-text,
.asColorPicker-wrap > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.asColorPicker-wrap > .input-group-prepend:not(:first-child) > .btn,
.fc .input-group > .input-group-prepend:not(:first-child) > button,
.fc .asColorPicker-wrap > .input-group-prepend:not(:first-child) > button,
.ajax-upload-dragdrop .input-group > .input-group-prepend:not(:first-child) > .ajax-file-upload,
.ajax-upload-dragdrop .asColorPicker-wrap > .input-group-prepend:not(:first-child) > .ajax-file-upload,
.swal2-modal .swal2-buttonswrapper .input-group > .input-group-prepend:not(:first-child) > .swal2-styled,
.swal2-modal .swal2-buttonswrapper .asColorPicker-wrap > .input-group-prepend:not(:first-child) > .swal2-styled,
.wizard > .actions .input-group > .input-group-prepend:not(:first-child) > a,
.wizard > .actions .asColorPicker-wrap > .input-group-prepend:not(:first-child) > a,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.asColorPicker-wrap > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.asColorPicker-wrap > .input-group-prepend:first-child > .btn:not(:first-child),
.fc .input-group > .input-group-prepend:first-child > button:not(:first-child),
.fc .asColorPicker-wrap > .input-group-prepend:first-child > button:not(:first-child),
.ajax-upload-dragdrop .input-group > .input-group-prepend:first-child > .ajax-file-upload:not(:first-child),
.ajax-upload-dragdrop .asColorPicker-wrap > .input-group-prepend:first-child > .ajax-file-upload:not(:first-child),
.swal2-modal .swal2-buttonswrapper .input-group > .input-group-prepend:first-child > .swal2-styled:not(:first-child),
.swal2-modal .swal2-buttonswrapper .asColorPicker-wrap > .input-group-prepend:first-child > .swal2-styled:not(:first-child),
.wizard > .actions .input-group > .input-group-prepend:first-child > a:not(:first-child),
.wizard > .actions .asColorPicker-wrap > .input-group-prepend:first-child > a:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.asColorPicker-wrap > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 12853, app/assets/stylesheets/theme/style.css */
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

/* line 12862, app/assets/stylesheets/theme/style.css */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 12867, app/assets/stylesheets/theme/style.css */
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

/* line 12876, app/assets/stylesheets/theme/style.css */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

/* line 12882, app/assets/stylesheets/theme/style.css */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 12886, app/assets/stylesheets/theme/style.css */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

/* line 12890, app/assets/stylesheets/theme/style.css */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

/* line 12896, app/assets/stylesheets/theme/style.css */
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

/* line 12900, app/assets/stylesheets/theme/style.css */
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 12904, app/assets/stylesheets/theme/style.css */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 12910, app/assets/stylesheets/theme/style.css */
.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 12923, app/assets/stylesheets/theme/style.css */
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}

/* line 12934, app/assets/stylesheets/theme/style.css */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

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

/* line 12942, app/assets/stylesheets/theme/style.css */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

/* line 12947, app/assets/stylesheets/theme/style.css */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

/* line 12951, app/assets/stylesheets/theme/style.css */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 12955, app/assets/stylesheets/theme/style.css */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 12959, app/assets/stylesheets/theme/style.css */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 12963, app/assets/stylesheets/theme/style.css */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 12967, app/assets/stylesheets/theme/style.css */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 12971, app/assets/stylesheets/theme/style.css */
.custom-switch {
  padding-left: 2.25rem;
}

/* line 12975, app/assets/stylesheets/theme/style.css */
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

/* line 12982, app/assets/stylesheets/theme/style.css */
.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 12993, app/assets/stylesheets/theme/style.css */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

/* line 12998, app/assets/stylesheets/theme/style.css */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

/* line 13003, app/assets/stylesheets/theme/style.css */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

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

/* line 13023, app/assets/stylesheets/theme/style.css */
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 13029, app/assets/stylesheets/theme/style.css */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}

/* line 13034, app/assets/stylesheets/theme/style.css */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

/* line 13040, app/assets/stylesheets/theme/style.css */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 13045, app/assets/stylesheets/theme/style.css */
.custom-select::-ms-expand {
  display: none;
}

/* line 13049, app/assets/stylesheets/theme/style.css */
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 13054, app/assets/stylesheets/theme/style.css */
.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 13062, app/assets/stylesheets/theme/style.css */
.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 13070, app/assets/stylesheets/theme/style.css */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

/* line 13078, app/assets/stylesheets/theme/style.css */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

/* line 13088, app/assets/stylesheets/theme/style.css */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 13093, app/assets/stylesheets/theme/style.css */
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

/* line 13098, app/assets/stylesheets/theme/style.css */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 13102, app/assets/stylesheets/theme/style.css */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 13106, app/assets/stylesheets/theme/style.css */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 13123, app/assets/stylesheets/theme/style.css */
.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 13140, app/assets/stylesheets/theme/style.css */
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 13148, app/assets/stylesheets/theme/style.css */
.custom-range:focus {
  outline: 0;
}

/* line 13152, app/assets/stylesheets/theme/style.css */
.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 13156, app/assets/stylesheets/theme/style.css */
.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 13160, app/assets/stylesheets/theme/style.css */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 13164, app/assets/stylesheets/theme/style.css */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 13168, app/assets/stylesheets/theme/style.css */
.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 13180, app/assets/stylesheets/theme/style.css */
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 13185, app/assets/stylesheets/theme/style.css */
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

/* line 13189, app/assets/stylesheets/theme/style.css */
.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 13199, app/assets/stylesheets/theme/style.css */
.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 13210, app/assets/stylesheets/theme/style.css */
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 13215, app/assets/stylesheets/theme/style.css */
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

/* line 13219, app/assets/stylesheets/theme/style.css */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 13229, app/assets/stylesheets/theme/style.css */
.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 13243, app/assets/stylesheets/theme/style.css */
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

/* line 13248, app/assets/stylesheets/theme/style.css */
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

/* line 13252, app/assets/stylesheets/theme/style.css */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

/* line 13262, app/assets/stylesheets/theme/style.css */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 13267, app/assets/stylesheets/theme/style.css */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 13273, app/assets/stylesheets/theme/style.css */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 13277, app/assets/stylesheets/theme/style.css */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 13281, app/assets/stylesheets/theme/style.css */
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 13285, app/assets/stylesheets/theme/style.css */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 13289, app/assets/stylesheets/theme/style.css */
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

/* line 13293, app/assets/stylesheets/theme/style.css */
.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 13300, app/assets/stylesheets/theme/style.css */
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

/* line 13307, app/assets/stylesheets/theme/style.css */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 13315, app/assets/stylesheets/theme/style.css */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 13320, app/assets/stylesheets/theme/style.css */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

/* line 13324, app/assets/stylesheets/theme/style.css */
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

/* line 13330, app/assets/stylesheets/theme/style.css */
.nav-tabs {
  border-bottom: 1px solid #ebedf2;
}

/* line 13334, app/assets/stylesheets/theme/style.css */
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 13341, app/assets/stylesheets/theme/style.css */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #ebedf2 #ebedf2 #ebedf2;
}

/* line 13345, app/assets/stylesheets/theme/style.css */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

/* line 13351, app/assets/stylesheets/theme/style.css */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #1F1F1F;
  background-color: #ffffff;
  border-color: #ebedf2 #ebedf2 #ffffff;
}

/* line 13358, app/assets/stylesheets/theme/style.css */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 13364, app/assets/stylesheets/theme/style.css */
.nav-pills .nav-link {
  border-radius: 0.25rem;
}

/* line 13368, app/assets/stylesheets/theme/style.css */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

/* line 13374, app/assets/stylesheets/theme/style.css */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 13380, app/assets/stylesheets/theme/style.css */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 13387, app/assets/stylesheets/theme/style.css */
.tab-content > .tab-pane {
  display: none;
}

/* line 13391, app/assets/stylesheets/theme/style.css */
.tab-content > .active {
  display: block;
}

/* line 13395, app/assets/stylesheets/theme/style.css */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

/* line 13404, app/assets/stylesheets/theme/style.css */
.navbar .container,
.navbar .container-fluid,
.navbar .container-xxl, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 13412, app/assets/stylesheets/theme/style.css */
.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 13422, app/assets/stylesheets/theme/style.css */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 13426, app/assets/stylesheets/theme/style.css */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 13434, app/assets/stylesheets/theme/style.css */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 13439, app/assets/stylesheets/theme/style.css */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 13444, app/assets/stylesheets/theme/style.css */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 13450, app/assets/stylesheets/theme/style.css */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 13456, app/assets/stylesheets/theme/style.css */
.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 13465, app/assets/stylesheets/theme/style.css */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

/* line 13469, app/assets/stylesheets/theme/style.css */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}

/* line 13478, app/assets/stylesheets/theme/style.css */
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  /* line 13484, app/assets/stylesheets/theme/style.css */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-xxl, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 13492, app/assets/stylesheets/theme/style.css */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 13496, app/assets/stylesheets/theme/style.css */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 13499, app/assets/stylesheets/theme/style.css */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 13502, app/assets/stylesheets/theme/style.css */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 13506, app/assets/stylesheets/theme/style.css */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-xxl, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 13510, app/assets/stylesheets/theme/style.css */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 13513, app/assets/stylesheets/theme/style.css */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 13517, app/assets/stylesheets/theme/style.css */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 13523, app/assets/stylesheets/theme/style.css */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-xxl, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 13531, app/assets/stylesheets/theme/style.css */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 13535, app/assets/stylesheets/theme/style.css */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 13538, app/assets/stylesheets/theme/style.css */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 13541, app/assets/stylesheets/theme/style.css */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 13545, app/assets/stylesheets/theme/style.css */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-xxl, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 13549, app/assets/stylesheets/theme/style.css */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 13552, app/assets/stylesheets/theme/style.css */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 13556, app/assets/stylesheets/theme/style.css */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 13562, app/assets/stylesheets/theme/style.css */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-xxl, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 13570, app/assets/stylesheets/theme/style.css */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 13574, app/assets/stylesheets/theme/style.css */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 13577, app/assets/stylesheets/theme/style.css */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 13580, app/assets/stylesheets/theme/style.css */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 13584, app/assets/stylesheets/theme/style.css */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-xxl, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 13588, app/assets/stylesheets/theme/style.css */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 13591, app/assets/stylesheets/theme/style.css */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 13595, app/assets/stylesheets/theme/style.css */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 13601, app/assets/stylesheets/theme/style.css */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-xxl, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 13609, app/assets/stylesheets/theme/style.css */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 13613, app/assets/stylesheets/theme/style.css */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 13616, app/assets/stylesheets/theme/style.css */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 13619, app/assets/stylesheets/theme/style.css */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 13623, app/assets/stylesheets/theme/style.css */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-xxl, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 13627, app/assets/stylesheets/theme/style.css */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 13630, app/assets/stylesheets/theme/style.css */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 13634, app/assets/stylesheets/theme/style.css */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 13639, app/assets/stylesheets/theme/style.css */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 13644, app/assets/stylesheets/theme/style.css */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-xxl, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

/* line 13650, app/assets/stylesheets/theme/style.css */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 13654, app/assets/stylesheets/theme/style.css */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 13658, app/assets/stylesheets/theme/style.css */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 13663, app/assets/stylesheets/theme/style.css */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-xxl, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

/* line 13668, app/assets/stylesheets/theme/style.css */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 13672, app/assets/stylesheets/theme/style.css */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 13677, app/assets/stylesheets/theme/style.css */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 13681, app/assets/stylesheets/theme/style.css */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 13685, app/assets/stylesheets/theme/style.css */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 13689, app/assets/stylesheets/theme/style.css */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 13693, app/assets/stylesheets/theme/style.css */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 13697, app/assets/stylesheets/theme/style.css */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 13701, app/assets/stylesheets/theme/style.css */
.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 13708, app/assets/stylesheets/theme/style.css */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

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

/* line 13717, app/assets/stylesheets/theme/style.css */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 13721, app/assets/stylesheets/theme/style.css */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 13725, app/assets/stylesheets/theme/style.css */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 13729, app/assets/stylesheets/theme/style.css */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 13733, app/assets/stylesheets/theme/style.css */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 13737, app/assets/stylesheets/theme/style.css */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 13741, app/assets/stylesheets/theme/style.css */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 13745, app/assets/stylesheets/theme/style.css */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 13749, app/assets/stylesheets/theme/style.css */
.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 13756, app/assets/stylesheets/theme/style.css */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

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

/* line 13765, app/assets/stylesheets/theme/style.css */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 13769, app/assets/stylesheets/theme/style.css */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 13773, app/assets/stylesheets/theme/style.css */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 13777, app/assets/stylesheets/theme/style.css */
.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 #e3e3e3;
  border-radius: 20px;
}

/* line 13789, app/assets/stylesheets/theme/style.css */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 13794, app/assets/stylesheets/theme/style.css */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 13799, app/assets/stylesheets/theme/style.css */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 13805, app/assets/stylesheets/theme/style.css */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 13811, app/assets/stylesheets/theme/style.css */
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 13816, app/assets/stylesheets/theme/style.css */
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

/* line 13822, app/assets/stylesheets/theme/style.css */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 13826, app/assets/stylesheets/theme/style.css */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 13831, app/assets/stylesheets/theme/style.css */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 13835, app/assets/stylesheets/theme/style.css */
.card-link:hover {
  text-decoration: none;
}

/* line 13839, app/assets/stylesheets/theme/style.css */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 13843, app/assets/stylesheets/theme/style.css */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #e3e3e3;
}

/* line 13850, app/assets/stylesheets/theme/style.css */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 13854, app/assets/stylesheets/theme/style.css */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid #e3e3e3;
}

/* line 13860, app/assets/stylesheets/theme/style.css */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 13864, app/assets/stylesheets/theme/style.css */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 13871, app/assets/stylesheets/theme/style.css */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 13876, app/assets/stylesheets/theme/style.css */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

/* line 13886, app/assets/stylesheets/theme/style.css */
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

/* line 13893, app/assets/stylesheets/theme/style.css */
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 13899, app/assets/stylesheets/theme/style.css */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 13905, app/assets/stylesheets/theme/style.css */
.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 13910, app/assets/stylesheets/theme/style.css */
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 13916, app/assets/stylesheets/theme/style.css */
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

/* line 13924, app/assets/stylesheets/theme/style.css */
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 13929, app/assets/stylesheets/theme/style.css */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 13933, app/assets/stylesheets/theme/style.css */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 13937, app/assets/stylesheets/theme/style.css */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 13941, app/assets/stylesheets/theme/style.css */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 13945, app/assets/stylesheets/theme/style.css */
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 13949, app/assets/stylesheets/theme/style.css */
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 13953, app/assets/stylesheets/theme/style.css */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 13957, app/assets/stylesheets/theme/style.css */
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 13961, app/assets/stylesheets/theme/style.css */
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 13967, app/assets/stylesheets/theme/style.css */
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 13972, app/assets/stylesheets/theme/style.css */
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 13978, app/assets/stylesheets/theme/style.css */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 13984, app/assets/stylesheets/theme/style.css */
.accordion {
  overflow-anchor: none;
}

/* line 13988, app/assets/stylesheets/theme/style.css */
.accordion > .card {
  overflow: hidden;
}

/* line 13992, app/assets/stylesheets/theme/style.css */
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 13998, app/assets/stylesheets/theme/style.css */
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 14003, app/assets/stylesheets/theme/style.css */
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

/* line 14008, app/assets/stylesheets/theme/style.css */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.56rem 1.13rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem;
}

/* line 14019, app/assets/stylesheets/theme/style.css */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 14023, app/assets/stylesheets/theme/style.css */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

/* line 14030, app/assets/stylesheets/theme/style.css */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 14034, app/assets/stylesheets/theme/style.css */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 14038, app/assets/stylesheets/theme/style.css */
.breadcrumb-item.active {
  color: #495057;
}

/* line 14042, app/assets/stylesheets/theme/style.css */
.pagination, .jsgrid .jsgrid-pager {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 8px;
}

/* line 14049, app/assets/stylesheets/theme/style.css */
.page-link, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a,
.jsgrid .jsgrid-pager .jsgrid-pager-page a {
  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 14061, app/assets/stylesheets/theme/style.css */
.page-link:hover, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a:hover,
.jsgrid .jsgrid-pager .jsgrid-pager-page a:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 14070, app/assets/stylesheets/theme/style.css */
.page-link:focus, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a:focus,
.jsgrid .jsgrid-pager .jsgrid-pager-page a:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 14077, app/assets/stylesheets/theme/style.css */
.page-item:first-child .page-link, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:first-child .page-link, .jsgrid .jsgrid-pager .jsgrid-pager-page:first-child .page-link, .page-item:first-child .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .page-item:first-child a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:first-child a,
.page-item:first-child .jsgrid .jsgrid-pager .jsgrid-pager-page a, .jsgrid .jsgrid-pager .jsgrid-pager-page .page-item:first-child a,
.jsgrid .jsgrid-pager .jsgrid-pager-page:first-child a {
  margin-left: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

/* line 14085, app/assets/stylesheets/theme/style.css */
.page-item:last-child .page-link, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:last-child .page-link, .jsgrid .jsgrid-pager .jsgrid-pager-page:last-child .page-link, .page-item:last-child .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .page-item:last-child a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:last-child a,
.page-item:last-child .jsgrid .jsgrid-pager .jsgrid-pager-page a, .jsgrid .jsgrid-pager .jsgrid-pager-page .page-item:last-child a,
.jsgrid .jsgrid-pager .jsgrid-pager-page:last-child a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* line 14092, app/assets/stylesheets/theme/style.css */
.page-item.active .page-link, .jsgrid .jsgrid-pager .active.jsgrid-pager-nav-button .page-link, .jsgrid .jsgrid-pager .active.jsgrid-pager-page .page-link, .page-item.active .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .page-item.active a, .jsgrid .jsgrid-pager .active.jsgrid-pager-nav-button a,
.page-item.active .jsgrid .jsgrid-pager .jsgrid-pager-page a, .jsgrid .jsgrid-pager .jsgrid-pager-page .page-item.active a,
.jsgrid .jsgrid-pager .active.jsgrid-pager-page a {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 14101, app/assets/stylesheets/theme/style.css */
.page-item.disabled .page-link, .jsgrid .jsgrid-pager .disabled.jsgrid-pager-nav-button .page-link, .jsgrid .jsgrid-pager .disabled.jsgrid-pager-page .page-link, .page-item.disabled .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .page-item.disabled a, .jsgrid .jsgrid-pager .disabled.jsgrid-pager-nav-button a,
.page-item.disabled .jsgrid .jsgrid-pager .jsgrid-pager-page a, .jsgrid .jsgrid-pager .jsgrid-pager-page .page-item.disabled a,
.jsgrid .jsgrid-pager .disabled.jsgrid-pager-page a {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 14111, app/assets/stylesheets/theme/style.css */
.pagination-lg .page-link, .pagination-lg .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .pagination-lg a,
.pagination-lg .jsgrid .jsgrid-pager .jsgrid-pager-page a, .jsgrid .jsgrid-pager .jsgrid-pager-page .pagination-lg a {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 14118, app/assets/stylesheets/theme/style.css */
.pagination-lg .page-item:first-child .page-link, .pagination-lg .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:first-child .page-link, .jsgrid .jsgrid-pager .pagination-lg .jsgrid-pager-nav-button:first-child .page-link, .pagination-lg .jsgrid .jsgrid-pager .jsgrid-pager-page:first-child .page-link, .jsgrid .jsgrid-pager .pagination-lg .jsgrid-pager-page:first-child .page-link, .pagination-lg .page-item:first-child .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .pagination-lg .page-item:first-child a, .pagination-lg .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:first-child a, .jsgrid .jsgrid-pager .pagination-lg .jsgrid-pager-nav-button:first-child a,
.pagination-lg .page-item:first-child .jsgrid .jsgrid-pager .jsgrid-pager-page a, .jsgrid .jsgrid-pager .jsgrid-pager-page .pagination-lg .page-item:first-child a,
.pagination-lg .jsgrid .jsgrid-pager .jsgrid-pager-page:first-child a, .jsgrid .jsgrid-pager .pagination-lg .jsgrid-pager-page:first-child a {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 14125, app/assets/stylesheets/theme/style.css */
.pagination-lg .page-item:last-child .page-link, .pagination-lg .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:last-child .page-link, .jsgrid .jsgrid-pager .pagination-lg .jsgrid-pager-nav-button:last-child .page-link, .pagination-lg .jsgrid .jsgrid-pager .jsgrid-pager-page:last-child .page-link, .jsgrid .jsgrid-pager .pagination-lg .jsgrid-pager-page:last-child .page-link, .pagination-lg .page-item:last-child .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .pagination-lg .page-item:last-child a, .pagination-lg .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:last-child a, .jsgrid .jsgrid-pager .pagination-lg .jsgrid-pager-nav-button:last-child a,
.pagination-lg .page-item:last-child .jsgrid .jsgrid-pager .jsgrid-pager-page a, .jsgrid .jsgrid-pager .jsgrid-pager-page .pagination-lg .page-item:last-child a,
.pagination-lg .jsgrid .jsgrid-pager .jsgrid-pager-page:last-child a, .jsgrid .jsgrid-pager .pagination-lg .jsgrid-pager-page:last-child a {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 14132, app/assets/stylesheets/theme/style.css */
.pagination-sm .page-link, .pagination-sm .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .pagination-sm a,
.pagination-sm .jsgrid .jsgrid-pager .jsgrid-pager-page a, .jsgrid .jsgrid-pager .jsgrid-pager-page .pagination-sm a {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 14139, app/assets/stylesheets/theme/style.css */
.pagination-sm .page-item:first-child .page-link, .pagination-sm .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:first-child .page-link, .jsgrid .jsgrid-pager .pagination-sm .jsgrid-pager-nav-button:first-child .page-link, .pagination-sm .jsgrid .jsgrid-pager .jsgrid-pager-page:first-child .page-link, .jsgrid .jsgrid-pager .pagination-sm .jsgrid-pager-page:first-child .page-link, .pagination-sm .page-item:first-child .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .pagination-sm .page-item:first-child a, .pagination-sm .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:first-child a, .jsgrid .jsgrid-pager .pagination-sm .jsgrid-pager-nav-button:first-child a,
.pagination-sm .page-item:first-child .jsgrid .jsgrid-pager .jsgrid-pager-page a, .jsgrid .jsgrid-pager .jsgrid-pager-page .pagination-sm .page-item:first-child a,
.pagination-sm .jsgrid .jsgrid-pager .jsgrid-pager-page:first-child a, .jsgrid .jsgrid-pager .pagination-sm .jsgrid-pager-page:first-child a {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 14146, app/assets/stylesheets/theme/style.css */
.pagination-sm .page-item:last-child .page-link, .pagination-sm .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:last-child .page-link, .jsgrid .jsgrid-pager .pagination-sm .jsgrid-pager-nav-button:last-child .page-link, .pagination-sm .jsgrid .jsgrid-pager .jsgrid-pager-page:last-child .page-link, .jsgrid .jsgrid-pager .pagination-sm .jsgrid-pager-page:last-child .page-link, .pagination-sm .page-item:last-child .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .pagination-sm .page-item:last-child a, .pagination-sm .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:last-child a, .jsgrid .jsgrid-pager .pagination-sm .jsgrid-pager-nav-button:last-child a,
.pagination-sm .page-item:last-child .jsgrid .jsgrid-pager .jsgrid-pager-page a, .jsgrid .jsgrid-pager .jsgrid-pager-page .pagination-sm .page-item:last-child a,
.pagination-sm .jsgrid .jsgrid-pager .jsgrid-pager-page:last-child a, .jsgrid .jsgrid-pager .pagination-sm .jsgrid-pager-page:last-child a {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 14153, app/assets/stylesheets/theme/style.css */
.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 14167, app/assets/stylesheets/theme/style.css */
  .badge {
    transition: none;
  }
}

/* line 14172, app/assets/stylesheets/theme/style.css */
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

/* line 14176, app/assets/stylesheets/theme/style.css */
.badge:empty {
  display: none;
}

/* line 14180, app/assets/stylesheets/theme/style.css */
.btn .badge, .fc button .badge, .ajax-upload-dragdrop .ajax-file-upload .badge, .swal2-modal .swal2-buttonswrapper .swal2-styled .badge, .wizard > .actions a .badge {
  position: relative;
  top: -1px;
}

/* line 14185, app/assets/stylesheets/theme/style.css */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 14191, app/assets/stylesheets/theme/style.css */
.badge-primary {
  color: #fff;
  background-color: #4B49AC;
}

/* line 14196, app/assets/stylesheets/theme/style.css */
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #3b3a88;
}

/* line 14201, app/assets/stylesheets/theme/style.css */
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(75, 73, 172, 0.5);
}

/* line 14206, app/assets/stylesheets/theme/style.css */
.badge-secondary {
  color: #212529;
  background-color: #a3a4a5;
}

/* line 14211, app/assets/stylesheets/theme/style.css */
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #212529;
  background-color: #898b8c;
}

/* line 14216, app/assets/stylesheets/theme/style.css */
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(163, 164, 165, 0.5);
}

/* line 14221, app/assets/stylesheets/theme/style.css */
.badge-success, .preview-list .preview-item .preview-thumbnail .badge.badge-online {
  color: #fff;
  background-color: #57B657;
}

/* line 14226, app/assets/stylesheets/theme/style.css */
a.badge-success:hover, .preview-list .preview-item .preview-thumbnail a.badge.badge-online:hover, a.badge-success:focus, .preview-list .preview-item .preview-thumbnail a.badge.badge-online:focus {
  color: #fff;
  background-color: #429842;
}

/* line 14231, app/assets/stylesheets/theme/style.css */
a.badge-success:focus, .preview-list .preview-item .preview-thumbnail a.badge.badge-online:focus, a.badge-success.focus, .preview-list .preview-item .preview-thumbnail a.focus.badge.badge-online {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(87, 182, 87, 0.5);
}

/* line 14236, app/assets/stylesheets/theme/style.css */
.badge-info, .preview-list .preview-item .preview-thumbnail .badge.badge-offline {
  color: #fff;
  background-color: #248AFD;
}

/* line 14241, app/assets/stylesheets/theme/style.css */
a.badge-info:hover, .preview-list .preview-item .preview-thumbnail a.badge.badge-offline:hover, a.badge-info:focus, .preview-list .preview-item .preview-thumbnail a.badge.badge-offline:focus {
  color: #fff;
  background-color: #0270ec;
}

/* line 14246, app/assets/stylesheets/theme/style.css */
a.badge-info:focus, .preview-list .preview-item .preview-thumbnail a.badge.badge-offline:focus, a.badge-info.focus, .preview-list .preview-item .preview-thumbnail a.focus.badge.badge-offline {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(36, 138, 253, 0.5);
}

/* line 14251, app/assets/stylesheets/theme/style.css */
.badge-warning, .preview-list .preview-item .preview-thumbnail .badge.badge-busy {
  color: #212529;
  background-color: #FFC100;
}

/* line 14256, app/assets/stylesheets/theme/style.css */
a.badge-warning:hover, .preview-list .preview-item .preview-thumbnail a.badge.badge-busy:hover, a.badge-warning:focus, .preview-list .preview-item .preview-thumbnail a.badge.badge-busy:focus {
  color: #212529;
  background-color: #cc9a00;
}

/* line 14261, app/assets/stylesheets/theme/style.css */
a.badge-warning:focus, .preview-list .preview-item .preview-thumbnail a.badge.badge-busy:focus, a.badge-warning.focus, .preview-list .preview-item .preview-thumbnail a.focus.badge.badge-busy {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 0, 0.5);
}

/* line 14266, app/assets/stylesheets/theme/style.css */
.badge-danger {
  color: #fff;
  background-color: #FF4747;
}

/* line 14271, app/assets/stylesheets/theme/style.css */
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #ff1414;
}

/* line 14276, app/assets/stylesheets/theme/style.css */
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 71, 71, 0.5);
}

/* line 14281, app/assets/stylesheets/theme/style.css */
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

/* line 14286, app/assets/stylesheets/theme/style.css */
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

/* line 14291, app/assets/stylesheets/theme/style.css */
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 14296, app/assets/stylesheets/theme/style.css */
.badge-dark {
  color: #fff;
  background-color: #282f3a;
}

/* line 14301, app/assets/stylesheets/theme/style.css */
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #13171c;
}

/* line 14306, app/assets/stylesheets/theme/style.css */
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 47, 58, 0.5);
}

/* line 14311, app/assets/stylesheets/theme/style.css */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  /* line 14319, app/assets/stylesheets/theme/style.css */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 14324, app/assets/stylesheets/theme/style.css */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 14330, app/assets/stylesheets/theme/style.css */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 14338, app/assets/stylesheets/theme/style.css */
.alert-heading {
  color: inherit;
}

/* line 14342, app/assets/stylesheets/theme/style.css */
.alert-link {
  font-weight: 700;
}

/* line 14346, app/assets/stylesheets/theme/style.css */
.alert-dismissible {
  padding-right: 4rem;
}

/* line 14350, app/assets/stylesheets/theme/style.css */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 14359, app/assets/stylesheets/theme/style.css */
.alert-primary {
  color: #272659;
  background-color: #dbdbee;
  border-color: #cdcce8;
}

/* line 14365, app/assets/stylesheets/theme/style.css */
.alert-primary hr {
  border-top-color: #bcbae0;
}

/* line 14369, app/assets/stylesheets/theme/style.css */
.alert-primary .alert-link {
  color: #171735;
}

/* line 14373, app/assets/stylesheets/theme/style.css */
.alert-secondary {
  color: #555556;
  background-color: #ededed;
  border-color: #e5e6e6;
}

/* line 14379, app/assets/stylesheets/theme/style.css */
.alert-secondary hr {
  border-top-color: #d8dada;
}

/* line 14383, app/assets/stylesheets/theme/style.css */
.alert-secondary .alert-link {
  color: #3c3c3c;
}

/* line 14387, app/assets/stylesheets/theme/style.css */
.alert-success {
  color: #2d5f2d;
  background-color: #ddf0dd;
  border-color: #d0ebd0;
}

/* line 14393, app/assets/stylesheets/theme/style.css */
.alert-success hr {
  border-top-color: #bee3be;
}

/* line 14397, app/assets/stylesheets/theme/style.css */
.alert-success .alert-link {
  color: #1d3c1d;
}

/* line 14401, app/assets/stylesheets/theme/style.css */
.alert-info {
  color: #134884;
  background-color: #d3e8ff;
  border-color: #c2defe;
}

/* line 14407, app/assets/stylesheets/theme/style.css */
.alert-info hr {
  border-top-color: #a9d0fe;
}

/* line 14411, app/assets/stylesheets/theme/style.css */
.alert-info .alert-link {
  color: #0d3057;
}

/* line 14415, app/assets/stylesheets/theme/style.css */
.alert-warning {
  color: #856400;
  background-color: #fff3cc;
  border-color: #ffeeb8;
}

/* line 14421, app/assets/stylesheets/theme/style.css */
.alert-warning hr {
  border-top-color: #ffe89f;
}

/* line 14425, app/assets/stylesheets/theme/style.css */
.alert-warning .alert-link {
  color: #523e00;
}

/* line 14429, app/assets/stylesheets/theme/style.css */
.alert-danger {
  color: #852525;
  background-color: #ffdada;
  border-color: #ffcbcb;
}

/* line 14435, app/assets/stylesheets/theme/style.css */
.alert-danger hr {
  border-top-color: #ffb2b2;
}

/* line 14439, app/assets/stylesheets/theme/style.css */
.alert-danger .alert-link {
  color: #5d1a1a;
}

/* line 14443, app/assets/stylesheets/theme/style.css */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 14449, app/assets/stylesheets/theme/style.css */
.alert-light hr {
  border-top-color: #ececf6;
}

/* line 14453, app/assets/stylesheets/theme/style.css */
.alert-light .alert-link {
  color: #686868;
}

/* line 14457, app/assets/stylesheets/theme/style.css */
.alert-dark {
  color: #15181e;
  background-color: #d4d5d8;
  border-color: #c3c5c8;
}

/* line 14463, app/assets/stylesheets/theme/style.css */
.alert-dark hr {
  border-top-color: #b6b8bc;
}

/* line 14467, app/assets/stylesheets/theme/style.css */
.alert-dark .alert-link {
  color: black;
}

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

/* line 14480, app/assets/stylesheets/theme/style.css */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 14490, app/assets/stylesheets/theme/style.css */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 14503, app/assets/stylesheets/theme/style.css */
  .progress-bar {
    transition: none;
  }
}

/* line 14508, app/assets/stylesheets/theme/style.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 14513, app/assets/stylesheets/theme/style.css */
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  /* line 14518, app/assets/stylesheets/theme/style.css */
  .progress-bar-animated {
    animation: none;
  }
}

/* line 14523, app/assets/stylesheets/theme/style.css */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 14528, app/assets/stylesheets/theme/style.css */
.media-body {
  flex: 1;
}

/* line 14532, app/assets/stylesheets/theme/style.css */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

/* line 14540, app/assets/stylesheets/theme/style.css */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 14546, app/assets/stylesheets/theme/style.css */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 14553, app/assets/stylesheets/theme/style.css */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

/* line 14558, app/assets/stylesheets/theme/style.css */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 14566, app/assets/stylesheets/theme/style.css */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 14571, app/assets/stylesheets/theme/style.css */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 14576, app/assets/stylesheets/theme/style.css */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

/* line 14582, app/assets/stylesheets/theme/style.css */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 14589, app/assets/stylesheets/theme/style.css */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 14593, app/assets/stylesheets/theme/style.css */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 14598, app/assets/stylesheets/theme/style.css */
.list-group-horizontal {
  flex-direction: row;
}

/* line 14602, app/assets/stylesheets/theme/style.css */
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

/* line 14607, app/assets/stylesheets/theme/style.css */
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

/* line 14612, app/assets/stylesheets/theme/style.css */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 14616, app/assets/stylesheets/theme/style.css */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

/* line 14621, app/assets/stylesheets/theme/style.css */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  /* line 14627, app/assets/stylesheets/theme/style.css */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 14630, app/assets/stylesheets/theme/style.css */
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 14634, app/assets/stylesheets/theme/style.css */
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 14638, app/assets/stylesheets/theme/style.css */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 14641, app/assets/stylesheets/theme/style.css */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 14645, app/assets/stylesheets/theme/style.css */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  /* line 14652, app/assets/stylesheets/theme/style.css */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 14655, app/assets/stylesheets/theme/style.css */
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 14659, app/assets/stylesheets/theme/style.css */
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 14663, app/assets/stylesheets/theme/style.css */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 14666, app/assets/stylesheets/theme/style.css */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 14670, app/assets/stylesheets/theme/style.css */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  /* line 14677, app/assets/stylesheets/theme/style.css */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 14680, app/assets/stylesheets/theme/style.css */
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 14684, app/assets/stylesheets/theme/style.css */
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 14688, app/assets/stylesheets/theme/style.css */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 14691, app/assets/stylesheets/theme/style.css */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 14695, app/assets/stylesheets/theme/style.css */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  /* line 14702, app/assets/stylesheets/theme/style.css */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 14705, app/assets/stylesheets/theme/style.css */
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 14709, app/assets/stylesheets/theme/style.css */
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 14713, app/assets/stylesheets/theme/style.css */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 14716, app/assets/stylesheets/theme/style.css */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 14720, app/assets/stylesheets/theme/style.css */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

/* line 14726, app/assets/stylesheets/theme/style.css */
.list-group-flush {
  border-radius: 0;
}

/* line 14730, app/assets/stylesheets/theme/style.css */
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

/* line 14734, app/assets/stylesheets/theme/style.css */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 14738, app/assets/stylesheets/theme/style.css */
.list-group-item-primary {
  color: #272659;
  background-color: #cdcce8;
}

/* line 14743, app/assets/stylesheets/theme/style.css */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #272659;
  background-color: #bcbae0;
}

/* line 14748, app/assets/stylesheets/theme/style.css */
.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #272659;
  border-color: #272659;
}

/* line 14754, app/assets/stylesheets/theme/style.css */
.list-group-item-secondary {
  color: #555556;
  background-color: #e5e6e6;
}

/* line 14759, app/assets/stylesheets/theme/style.css */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #555556;
  background-color: #d8dada;
}

/* line 14764, app/assets/stylesheets/theme/style.css */
.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: #555556;
  border-color: #555556;
}

/* line 14770, app/assets/stylesheets/theme/style.css */
.list-group-item-success {
  color: #2d5f2d;
  background-color: #d0ebd0;
}

/* line 14775, app/assets/stylesheets/theme/style.css */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #2d5f2d;
  background-color: #bee3be;
}

/* line 14780, app/assets/stylesheets/theme/style.css */
.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: #2d5f2d;
  border-color: #2d5f2d;
}

/* line 14786, app/assets/stylesheets/theme/style.css */
.list-group-item-info {
  color: #134884;
  background-color: #c2defe;
}

/* line 14791, app/assets/stylesheets/theme/style.css */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #134884;
  background-color: #a9d0fe;
}

/* line 14796, app/assets/stylesheets/theme/style.css */
.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: #134884;
  border-color: #134884;
}

/* line 14802, app/assets/stylesheets/theme/style.css */
.list-group-item-warning {
  color: #856400;
  background-color: #ffeeb8;
}

/* line 14807, app/assets/stylesheets/theme/style.css */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856400;
  background-color: #ffe89f;
}

/* line 14812, app/assets/stylesheets/theme/style.css */
.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: #856400;
  border-color: #856400;
}

/* line 14818, app/assets/stylesheets/theme/style.css */
.list-group-item-danger {
  color: #852525;
  background-color: #ffcbcb;
}

/* line 14823, app/assets/stylesheets/theme/style.css */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #852525;
  background-color: #ffb2b2;
}

/* line 14828, app/assets/stylesheets/theme/style.css */
.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: #852525;
  border-color: #852525;
}

/* line 14834, app/assets/stylesheets/theme/style.css */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

/* line 14839, app/assets/stylesheets/theme/style.css */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

/* line 14844, app/assets/stylesheets/theme/style.css */
.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #818182;
  border-color: #818182;
}

/* line 14850, app/assets/stylesheets/theme/style.css */
.list-group-item-dark {
  color: #15181e;
  background-color: #c3c5c8;
}

/* line 14855, app/assets/stylesheets/theme/style.css */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #15181e;
  background-color: #b6b8bc;
}

/* line 14860, app/assets/stylesheets/theme/style.css */
.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: #15181e;
  border-color: #15181e;
}

/* line 14866, app/assets/stylesheets/theme/style.css */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/* line 14876, app/assets/stylesheets/theme/style.css */
.close:hover {
  color: #000;
  text-decoration: none;
}

/* line 14881, app/assets/stylesheets/theme/style.css */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 14885, app/assets/stylesheets/theme/style.css */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

/* line 14891, app/assets/stylesheets/theme/style.css */
a.close.disabled {
  pointer-events: none;
}

/* line 14895, app/assets/stylesheets/theme/style.css */
.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

/* line 14907, app/assets/stylesheets/theme/style.css */
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 14911, app/assets/stylesheets/theme/style.css */
.toast.showing {
  opacity: 1;
}

/* line 14915, app/assets/stylesheets/theme/style.css */
.toast.show {
  display: block;
  opacity: 1;
}

/* line 14920, app/assets/stylesheets/theme/style.css */
.toast.hide {
  display: none;
}

/* line 14924, app/assets/stylesheets/theme/style.css */
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 14936, app/assets/stylesheets/theme/style.css */
.toast-body {
  padding: 0.75rem;
}

/* line 14940, app/assets/stylesheets/theme/style.css */
.modal-open {
  overflow: hidden;
}

/* line 14944, app/assets/stylesheets/theme/style.css */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 14949, app/assets/stylesheets/theme/style.css */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 14961, app/assets/stylesheets/theme/style.css */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  pointer-events: none;
}

/* line 14968, app/assets/stylesheets/theme/style.css */
.modal.fade .modal-dialog {
  transition: transform 0.4s ease;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 14974, app/assets/stylesheets/theme/style.css */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 14979, app/assets/stylesheets/theme/style.css */
.modal.show .modal-dialog {
  transform: none;
}

/* line 14983, app/assets/stylesheets/theme/style.css */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 14987, app/assets/stylesheets/theme/style.css */
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 20px);
}

/* line 14992, app/assets/stylesheets/theme/style.css */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 20px);
  overflow: hidden;
}

/* line 14997, app/assets/stylesheets/theme/style.css */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

/* line 15002, app/assets/stylesheets/theme/style.css */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 15006, app/assets/stylesheets/theme/style.css */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 20px);
}

/* line 15012, app/assets/stylesheets/theme/style.css */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 20px);
  height: -moz-min-content;
  height: min-content;
  content: "";
}

/* line 15019, app/assets/stylesheets/theme/style.css */
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* line 15025, app/assets/stylesheets/theme/style.css */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 15029, app/assets/stylesheets/theme/style.css */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 15033, app/assets/stylesheets/theme/style.css */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #CED4DA;
  border-radius: 0.3rem;
  outline: 0;
}

/* line 15046, app/assets/stylesheets/theme/style.css */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 15056, app/assets/stylesheets/theme/style.css */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 15060, app/assets/stylesheets/theme/style.css */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 15064, app/assets/stylesheets/theme/style.css */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #CED4DA;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 15074, app/assets/stylesheets/theme/style.css */
.modal-header .close {
  padding: 1rem 1rem;
  margin: -25px -26px -25px auto;
}

/* line 15079, app/assets/stylesheets/theme/style.css */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 15084, app/assets/stylesheets/theme/style.css */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 0.9375rem;
}

/* line 15090, app/assets/stylesheets/theme/style.css */
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.6875rem;
  border-top: 1px solid #CED4DA;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

/* line 15101, app/assets/stylesheets/theme/style.css */
.modal-footer > * {
  margin: 0.25rem;
}

/* line 15105, app/assets/stylesheets/theme/style.css */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 15114, app/assets/stylesheets/theme/style.css */
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }
  /* line 15118, app/assets/stylesheets/theme/style.css */
  .modal-dialog-scrollable {
    max-height: calc(100% - 60px);
  }
  /* line 15121, app/assets/stylesheets/theme/style.css */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 60px);
  }
  /* line 15124, app/assets/stylesheets/theme/style.css */
  .modal-dialog-centered {
    min-height: calc(100% - 60px);
  }
  /* line 15127, app/assets/stylesheets/theme/style.css */
  .modal-dialog-centered::before {
    height: calc(100vh - 60px);
    height: -moz-min-content;
    height: min-content;
  }
  /* line 15131, app/assets/stylesheets/theme/style.css */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 15137, app/assets/stylesheets/theme/style.css */
  .modal-lg,
.modal-xl {
    max-width: 90%;
  }
}

@media (min-width: 1200px) {
  /* line 15144, app/assets/stylesheets/theme/style.css */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 15149, app/assets/stylesheets/theme/style.css */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.75rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 15173, app/assets/stylesheets/theme/style.css */
.tooltip.show {
  opacity: 0.9;
}

/* line 15177, app/assets/stylesheets/theme/style.css */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 15184, app/assets/stylesheets/theme/style.css */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 15191, app/assets/stylesheets/theme/style.css */
.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"], .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 15195, app/assets/stylesheets/theme/style.css */
.bs-tooltip-top .arrow, .bs-tooltip-auto[data-popper-placement^="top"] .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 15199, app/assets/stylesheets/theme/style.css */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[data-popper-placement^="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 15205, app/assets/stylesheets/theme/style.css */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 15209, app/assets/stylesheets/theme/style.css */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 15215, app/assets/stylesheets/theme/style.css */
.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 15221, app/assets/stylesheets/theme/style.css */
.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"], .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 15225, app/assets/stylesheets/theme/style.css */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 15229, app/assets/stylesheets/theme/style.css */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[data-popper-placement^="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 15235, app/assets/stylesheets/theme/style.css */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 15239, app/assets/stylesheets/theme/style.css */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 15245, app/assets/stylesheets/theme/style.css */
.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 15251, app/assets/stylesheets/theme/style.css */
.tooltip-inner {
  max-width: 200px;
  padding: 0.4rem 0.75rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.375rem;
}

/* line 15260, app/assets/stylesheets/theme/style.css */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  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 15289, app/assets/stylesheets/theme/style.css */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

/* line 15297, app/assets/stylesheets/theme/style.css */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 15305, app/assets/stylesheets/theme/style.css */
.bs-popover-top, .bs-popover-auto[data-popper-placement^="top"], .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 15309, app/assets/stylesheets/theme/style.css */
.bs-popover-top > .arrow, .bs-popover-auto[data-popper-placement^="top"] > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

/* line 15313, app/assets/stylesheets/theme/style.css */
.bs-popover-top > .arrow::before, .bs-popover-auto[data-popper-placement^="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 15319, app/assets/stylesheets/theme/style.css */
.bs-popover-top > .arrow::after, .bs-popover-auto[data-popper-placement^="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 15325, app/assets/stylesheets/theme/style.css */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 15329, app/assets/stylesheets/theme/style.css */
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 15336, app/assets/stylesheets/theme/style.css */
.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 15342, app/assets/stylesheets/theme/style.css */
.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 15348, app/assets/stylesheets/theme/style.css */
.bs-popover-bottom, .bs-popover-auto[data-popper-placement^="bottom"], .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 15352, app/assets/stylesheets/theme/style.css */
.bs-popover-bottom > .arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

/* line 15356, app/assets/stylesheets/theme/style.css */
.bs-popover-bottom > .arrow::before, .bs-popover-auto[data-popper-placement^="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 15362, app/assets/stylesheets/theme/style.css */
.bs-popover-bottom > .arrow::after, .bs-popover-auto[data-popper-placement^="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 15368, app/assets/stylesheets/theme/style.css */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="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 15379, app/assets/stylesheets/theme/style.css */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 15383, app/assets/stylesheets/theme/style.css */
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 15390, app/assets/stylesheets/theme/style.css */
.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 15396, app/assets/stylesheets/theme/style.css */
.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 15402, app/assets/stylesheets/theme/style.css */
.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 15412, app/assets/stylesheets/theme/style.css */
.popover-header:empty {
  display: none;
}

/* line 15416, app/assets/stylesheets/theme/style.css */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

/* line 15421, app/assets/stylesheets/theme/style.css */
.carousel {
  position: relative;
}

/* line 15425, app/assets/stylesheets/theme/style.css */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 15429, app/assets/stylesheets/theme/style.css */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 15435, app/assets/stylesheets/theme/style.css */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 15441, app/assets/stylesheets/theme/style.css */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 15452, app/assets/stylesheets/theme/style.css */
  .carousel-item {
    transition: none;
  }
}

/* line 15457, app/assets/stylesheets/theme/style.css */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 15463, app/assets/stylesheets/theme/style.css */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

/* line 15468, app/assets/stylesheets/theme/style.css */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

/* line 15473, app/assets/stylesheets/theme/style.css */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 15479, app/assets/stylesheets/theme/style.css */
.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 15486, app/assets/stylesheets/theme/style.css */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 15494, app/assets/stylesheets/theme/style.css */
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

/* line 15500, app/assets/stylesheets/theme/style.css */
.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 15517, app/assets/stylesheets/theme/style.css */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 15523, app/assets/stylesheets/theme/style.css */
.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 15532, app/assets/stylesheets/theme/style.css */
.carousel-control-prev {
  left: 0;
}

/* line 15536, app/assets/stylesheets/theme/style.css */
.carousel-control-next {
  right: 0;
}

/* line 15540, app/assets/stylesheets/theme/style.css */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat;
}

/* line 15548, app/assets/stylesheets/theme/style.css */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

/* line 15552, app/assets/stylesheets/theme/style.css */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 15556, app/assets/stylesheets/theme/style.css */
.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 15570, app/assets/stylesheets/theme/style.css */
.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 15588, app/assets/stylesheets/theme/style.css */
  .carousel-indicators li {
    transition: none;
  }
}

/* line 15593, app/assets/stylesheets/theme/style.css */
.carousel-indicators .active {
  opacity: 1;
}

/* line 15597, app/assets/stylesheets/theme/style.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;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

/* line 15615, app/assets/stylesheets/theme/style.css */
.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: .75s linear infinite spinner-border;
}

/* line 15626, app/assets/stylesheets/theme/style.css */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

/* line 15642, app/assets/stylesheets/theme/style.css */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: .75s linear infinite spinner-grow;
}

/* line 15653, app/assets/stylesheets/theme/style.css */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 15659, app/assets/stylesheets/theme/style.css */
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}

/* line 15665, app/assets/stylesheets/theme/style.css */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 15669, app/assets/stylesheets/theme/style.css */
.align-top {
  vertical-align: top !important;
}

/* line 15673, app/assets/stylesheets/theme/style.css */
.align-middle {
  vertical-align: middle !important;
}

/* line 15677, app/assets/stylesheets/theme/style.css */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 15681, app/assets/stylesheets/theme/style.css */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 15685, app/assets/stylesheets/theme/style.css */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 15689, app/assets/stylesheets/theme/style.css */
.bg-primary, .settings-panel .color-tiles .tiles.primary {
  background-color: #4B49AC !important;
}

/* line 15693, app/assets/stylesheets/theme/style.css */
a.bg-primary:hover, .settings-panel .color-tiles a.tiles.primary:hover, a.bg-primary:focus, .settings-panel .color-tiles a.tiles.primary:focus,
button.bg-primary:hover,
.settings-panel .color-tiles button.tiles.primary:hover,
button.bg-primary:focus,
.settings-panel .color-tiles button.tiles.primary:focus {
  background-color: #3b3a88 !important;
}

/* line 15701, app/assets/stylesheets/theme/style.css */
.bg-secondary {
  background-color: #a3a4a5 !important;
}

/* line 15705, app/assets/stylesheets/theme/style.css */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #898b8c !important;
}

/* line 15711, app/assets/stylesheets/theme/style.css */
.bg-success, .swal2-modal .swal2-buttonswrapper .swal2-styled.swal2-confirm, .settings-panel .color-tiles .tiles.success {
  background-color: #57B657 !important;
}

/* line 15715, app/assets/stylesheets/theme/style.css */
a.bg-success:hover, .swal2-modal .swal2-buttonswrapper a.swal2-styled.swal2-confirm:hover, .settings-panel .color-tiles a.tiles.success:hover, a.bg-success:focus, .swal2-modal .swal2-buttonswrapper a.swal2-styled.swal2-confirm:focus, .settings-panel .color-tiles a.tiles.success:focus,
button.bg-success:hover,
.swal2-modal .swal2-buttonswrapper button.swal2-styled.swal2-confirm:hover,
.settings-panel .color-tiles button.tiles.success:hover,
button.bg-success:focus,
.swal2-modal .swal2-buttonswrapper button.swal2-styled.swal2-confirm:focus,
.settings-panel .color-tiles button.tiles.success:focus {
  background-color: #429842 !important;
}

/* line 15725, app/assets/stylesheets/theme/style.css */
.bg-info, .settings-panel .color-tiles .tiles.info {
  background-color: #248AFD !important;
}

/* line 15729, app/assets/stylesheets/theme/style.css */
a.bg-info:hover, .settings-panel .color-tiles a.tiles.info:hover, a.bg-info:focus, .settings-panel .color-tiles a.tiles.info:focus,
button.bg-info:hover,
.settings-panel .color-tiles button.tiles.info:hover,
button.bg-info:focus,
.settings-panel .color-tiles button.tiles.info:focus {
  background-color: #0270ec !important;
}

/* line 15737, app/assets/stylesheets/theme/style.css */
.bg-warning, .settings-panel .color-tiles .tiles.warning {
  background-color: #FFC100 !important;
}

/* line 15741, app/assets/stylesheets/theme/style.css */
a.bg-warning:hover, .settings-panel .color-tiles a.tiles.warning:hover, a.bg-warning:focus, .settings-panel .color-tiles a.tiles.warning:focus,
button.bg-warning:hover,
.settings-panel .color-tiles button.tiles.warning:hover,
button.bg-warning:focus,
.settings-panel .color-tiles button.tiles.warning:focus {
  background-color: #cc9a00 !important;
}

/* line 15749, app/assets/stylesheets/theme/style.css */
.bg-danger, .settings-panel .color-tiles .tiles.danger {
  background-color: #FF4747 !important;
}

/* line 15753, app/assets/stylesheets/theme/style.css */
a.bg-danger:hover, .settings-panel .color-tiles a.tiles.danger:hover, a.bg-danger:focus, .settings-panel .color-tiles a.tiles.danger:focus,
button.bg-danger:hover,
.settings-panel .color-tiles button.tiles.danger:hover,
button.bg-danger:focus,
.settings-panel .color-tiles button.tiles.danger:focus {
  background-color: #ff1414 !important;
}

/* line 15761, app/assets/stylesheets/theme/style.css */
.bg-light, .settings-panel .color-tiles .tiles.light, .settings-panel .color-tiles .tiles.default {
  background-color: #f8f9fa !important;
}

/* line 15765, app/assets/stylesheets/theme/style.css */
a.bg-light:hover, .settings-panel .color-tiles a.tiles.light:hover, .settings-panel .color-tiles a.tiles.default:hover, a.bg-light:focus, .settings-panel .color-tiles a.tiles.light:focus, .settings-panel .color-tiles a.tiles.default:focus,
button.bg-light:hover,
.settings-panel .color-tiles button.tiles.light:hover,
.settings-panel .color-tiles button.tiles.default:hover,
button.bg-light:focus,
.settings-panel .color-tiles button.tiles.light:focus,
.settings-panel .color-tiles button.tiles.default:focus {
  background-color: #dae0e5 !important;
}

/* line 15775, app/assets/stylesheets/theme/style.css */
.bg-dark, .settings-panel .color-tiles .tiles.dark {
  background-color: #282f3a !important;
}

/* line 15779, app/assets/stylesheets/theme/style.css */
a.bg-dark:hover, .settings-panel .color-tiles a.tiles.dark:hover, a.bg-dark:focus, .settings-panel .color-tiles a.tiles.dark:focus,
button.bg-dark:hover,
.settings-panel .color-tiles button.tiles.dark:hover,
button.bg-dark:focus,
.settings-panel .color-tiles button.tiles.dark:focus {
  background-color: #13171c !important;
}

/* line 15787, app/assets/stylesheets/theme/style.css */
.bg-white {
  background-color: #ffffff !important;
}

/* line 15791, app/assets/stylesheets/theme/style.css */
.bg-transparent {
  background-color: transparent !important;
}

/* line 15795, app/assets/stylesheets/theme/style.css */
.border, .loader-demo-box {
  border: 1px solid #CED4DA !important;
}

/* line 15799, app/assets/stylesheets/theme/style.css */
.border-top {
  border-top: 1px solid #CED4DA !important;
}

/* line 15803, app/assets/stylesheets/theme/style.css */
.border-right {
  border-right: 1px solid #CED4DA !important;
}

/* line 15807, app/assets/stylesheets/theme/style.css */
.border-bottom {
  border-bottom: 1px solid #CED4DA !important;
}

/* line 15811, app/assets/stylesheets/theme/style.css */
.border-left {
  border-left: 1px solid #CED4DA !important;
}

/* line 15815, app/assets/stylesheets/theme/style.css */
.border-0 {
  border: 0 !important;
}

/* line 15819, app/assets/stylesheets/theme/style.css */
.border-top-0 {
  border-top: 0 !important;
}

/* line 15823, app/assets/stylesheets/theme/style.css */
.border-right-0 {
  border-right: 0 !important;
}

/* line 15827, app/assets/stylesheets/theme/style.css */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 15831, app/assets/stylesheets/theme/style.css */
.border-left-0 {
  border-left: 0 !important;
}

/* line 15835, app/assets/stylesheets/theme/style.css */
.border-primary {
  border-color: #4B49AC !important;
}

/* line 15839, app/assets/stylesheets/theme/style.css */
.border-secondary, .loader-demo-box {
  border-color: #a3a4a5 !important;
}

/* line 15843, app/assets/stylesheets/theme/style.css */
.border-success, .swal2-modal .swal2-buttonswrapper .swal2-styled.swal2-confirm {
  border-color: #57B657 !important;
}

/* line 15847, app/assets/stylesheets/theme/style.css */
.border-info {
  border-color: #248AFD !important;
}

/* line 15851, app/assets/stylesheets/theme/style.css */
.border-warning {
  border-color: #FFC100 !important;
}

/* line 15855, app/assets/stylesheets/theme/style.css */
.border-danger {
  border-color: #FF4747 !important;
}

/* line 15859, app/assets/stylesheets/theme/style.css */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 15863, app/assets/stylesheets/theme/style.css */
.border-dark {
  border-color: #282f3a !important;
}

/* line 15867, app/assets/stylesheets/theme/style.css */
.border-white {
  border-color: #ffffff !important;
}

/* line 15871, app/assets/stylesheets/theme/style.css */
.rounded-sm {
  border-radius: 0.2rem !important;
}

/* line 15875, app/assets/stylesheets/theme/style.css */
.rounded, .loader-demo-box {
  border-radius: 8px !important;
}

/* line 15879, app/assets/stylesheets/theme/style.css */
.rounded-top {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}

/* line 15884, app/assets/stylesheets/theme/style.css */
.rounded-right {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

/* line 15889, app/assets/stylesheets/theme/style.css */
.rounded-bottom {
  border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

/* line 15894, app/assets/stylesheets/theme/style.css */
.rounded-left {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

/* line 15899, app/assets/stylesheets/theme/style.css */
.rounded-lg {
  border-radius: 0.3rem !important;
}

/* line 15903, app/assets/stylesheets/theme/style.css */
.rounded-circle, .settings-panel .color-tiles .tiles {
  border-radius: 50% !important;
}

/* line 15907, app/assets/stylesheets/theme/style.css */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 15911, app/assets/stylesheets/theme/style.css */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 15915, app/assets/stylesheets/theme/style.css */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 15921, app/assets/stylesheets/theme/style.css */
.d-none, .navbar .navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item.nav-settings {
  display: none !important;
}

/* line 15925, app/assets/stylesheets/theme/style.css */
.d-inline {
  display: inline !important;
}

/* line 15929, app/assets/stylesheets/theme/style.css */
.d-inline-block {
  display: inline-block !important;
}

/* line 15933, app/assets/stylesheets/theme/style.css */
.d-block {
  display: block !important;
}

/* line 15937, app/assets/stylesheets/theme/style.css */
.d-table {
  display: table !important;
}

/* line 15941, app/assets/stylesheets/theme/style.css */
.d-table-row {
  display: table-row !important;
}

/* line 15945, app/assets/stylesheets/theme/style.css */
.d-table-cell {
  display: table-cell !important;
}

/* line 15949, app/assets/stylesheets/theme/style.css */
.d-flex, .loader-demo-box, .data-icon-card-primary .background-icon, .data-icon-card-secondary .background-icon, .data-icon-card-success .background-icon, .data-icon-card-info .background-icon, .data-icon-card-warning .background-icon, .data-icon-card-danger .background-icon, .data-icon-card-light .background-icon, .data-icon-card-dark .background-icon, .list-wrapper ul li, .email-wrapper .mail-sidebar .menu-bar .profile-list-item a, .email-wrapper .mail-sidebar .menu-bar .profile-list-item a .user, .email-wrapper .mail-list-container .mail-list .details, .email-wrapper .message-body .attachments-sections ul li .thumb, .email-wrapper .message-body .attachments-sections ul li .details .buttons, .lightGallery .image-tile .demo-gallery-poster, .swal2-modal, .navbar .navbar-menu-wrapper .navbar-nav, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item, .navbar .navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item {
  display: flex !important;
}

/* line 15953, app/assets/stylesheets/theme/style.css */
.d-inline-flex, .email-wrapper .message-body .attachments-sections ul li {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 15958, app/assets/stylesheets/theme/style.css */
  .d-sm-none {
    display: none !important;
  }
  /* line 15961, app/assets/stylesheets/theme/style.css */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 15964, app/assets/stylesheets/theme/style.css */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 15967, app/assets/stylesheets/theme/style.css */
  .d-sm-block {
    display: block !important;
  }
  /* line 15970, app/assets/stylesheets/theme/style.css */
  .d-sm-table {
    display: table !important;
  }
  /* line 15973, app/assets/stylesheets/theme/style.css */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 15976, app/assets/stylesheets/theme/style.css */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 15979, app/assets/stylesheets/theme/style.css */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 15982, app/assets/stylesheets/theme/style.css */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 15988, app/assets/stylesheets/theme/style.css */
  .d-md-none {
    display: none !important;
  }
  /* line 15991, app/assets/stylesheets/theme/style.css */
  .d-md-inline {
    display: inline !important;
  }
  /* line 15994, app/assets/stylesheets/theme/style.css */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 15997, app/assets/stylesheets/theme/style.css */
  .d-md-block {
    display: block !important;
  }
  /* line 16000, app/assets/stylesheets/theme/style.css */
  .d-md-table {
    display: table !important;
  }
  /* line 16003, app/assets/stylesheets/theme/style.css */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 16006, app/assets/stylesheets/theme/style.css */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 16009, app/assets/stylesheets/theme/style.css */
  .d-md-flex {
    display: flex !important;
  }
  /* line 16012, app/assets/stylesheets/theme/style.css */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 16018, app/assets/stylesheets/theme/style.css */
  .d-lg-none {
    display: none !important;
  }
  /* line 16021, app/assets/stylesheets/theme/style.css */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 16024, app/assets/stylesheets/theme/style.css */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 16027, app/assets/stylesheets/theme/style.css */
  .d-lg-block {
    display: block !important;
  }
  /* line 16030, app/assets/stylesheets/theme/style.css */
  .d-lg-table {
    display: table !important;
  }
  /* line 16033, app/assets/stylesheets/theme/style.css */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 16036, app/assets/stylesheets/theme/style.css */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 16039, app/assets/stylesheets/theme/style.css */
  .d-lg-flex, .navbar .navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item.nav-settings {
    display: flex !important;
  }
  /* line 16042, app/assets/stylesheets/theme/style.css */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 16048, app/assets/stylesheets/theme/style.css */
  .d-xl-none {
    display: none !important;
  }
  /* line 16051, app/assets/stylesheets/theme/style.css */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 16054, app/assets/stylesheets/theme/style.css */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 16057, app/assets/stylesheets/theme/style.css */
  .d-xl-block {
    display: block !important;
  }
  /* line 16060, app/assets/stylesheets/theme/style.css */
  .d-xl-table {
    display: table !important;
  }
  /* line 16063, app/assets/stylesheets/theme/style.css */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 16066, app/assets/stylesheets/theme/style.css */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 16069, app/assets/stylesheets/theme/style.css */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 16072, app/assets/stylesheets/theme/style.css */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 16078, app/assets/stylesheets/theme/style.css */
  .d-print-none {
    display: none !important;
  }
  /* line 16081, app/assets/stylesheets/theme/style.css */
  .d-print-inline {
    display: inline !important;
  }
  /* line 16084, app/assets/stylesheets/theme/style.css */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 16087, app/assets/stylesheets/theme/style.css */
  .d-print-block {
    display: block !important;
  }
  /* line 16090, app/assets/stylesheets/theme/style.css */
  .d-print-table {
    display: table !important;
  }
  /* line 16093, app/assets/stylesheets/theme/style.css */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 16096, app/assets/stylesheets/theme/style.css */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 16099, app/assets/stylesheets/theme/style.css */
  .d-print-flex {
    display: flex !important;
  }
  /* line 16102, app/assets/stylesheets/theme/style.css */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 16107, app/assets/stylesheets/theme/style.css */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 16115, app/assets/stylesheets/theme/style.css */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 16120, app/assets/stylesheets/theme/style.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 16134, app/assets/stylesheets/theme/style.css */
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 16138, app/assets/stylesheets/theme/style.css */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 16142, app/assets/stylesheets/theme/style.css */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 16146, app/assets/stylesheets/theme/style.css */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 16150, app/assets/stylesheets/theme/style.css */
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 16154, app/assets/stylesheets/theme/style.css */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 16158, app/assets/stylesheets/theme/style.css */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 16162, app/assets/stylesheets/theme/style.css */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 16166, app/assets/stylesheets/theme/style.css */
.flex-row, .email-wrapper .message-body .attachments-sections ul li, .navbar .navbar-menu-wrapper .navbar-nav {
  flex-direction: row !important;
}

/* line 16170, app/assets/stylesheets/theme/style.css */
.flex-column, .nav-tabs.nav-tabs-vertical, .nav-tabs.nav-tabs-vertical-custom, .nav-pills.nav-pills-vertical, .email-wrapper .mail-sidebar .menu-bar .profile-list-item a .user {
  flex-direction: column !important;
}

/* line 16174, app/assets/stylesheets/theme/style.css */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 16178, app/assets/stylesheets/theme/style.css */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 16182, app/assets/stylesheets/theme/style.css */
.flex-wrap, .jsgrid .jsgrid-pager {
  flex-wrap: wrap !important;
}

/* line 16186, app/assets/stylesheets/theme/style.css */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 16190, app/assets/stylesheets/theme/style.css */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 16194, app/assets/stylesheets/theme/style.css */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 16198, app/assets/stylesheets/theme/style.css */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 16202, app/assets/stylesheets/theme/style.css */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 16206, app/assets/stylesheets/theme/style.css */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 16210, app/assets/stylesheets/theme/style.css */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 16214, app/assets/stylesheets/theme/style.css */
.justify-content-start, .list-wrapper ul li {
  justify-content: flex-start !important;
}

/* line 16218, app/assets/stylesheets/theme/style.css */
.justify-content-end, .data-icon-card-primary .background-icon, .data-icon-card-secondary .background-icon, .data-icon-card-success .background-icon, .data-icon-card-info .background-icon, .data-icon-card-warning .background-icon, .data-icon-card-danger .background-icon, .data-icon-card-light .background-icon, .data-icon-card-dark .background-icon, .email-wrapper .mail-list-container .mail-list .details {
  justify-content: flex-end !important;
}

/* line 16222, app/assets/stylesheets/theme/style.css */
.justify-content-center, .email-wrapper .message-body .attachments-sections ul li .thumb {
  justify-content: center !important;
}

/* line 16226, app/assets/stylesheets/theme/style.css */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 16230, app/assets/stylesheets/theme/style.css */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 16234, app/assets/stylesheets/theme/style.css */
.align-items-start {
  align-items: flex-start !important;
}

/* line 16238, app/assets/stylesheets/theme/style.css */
.align-items-end {
  align-items: flex-end !important;
}

/* line 16242, app/assets/stylesheets/theme/style.css */
.align-items-center, .loader-demo-box, .list-wrapper ul li, .email-wrapper .message-body .attachments-sections ul li .thumb, .email-wrapper .message-body .attachments-sections ul li .details .buttons, .navbar .navbar-menu-wrapper .navbar-nav, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-settings, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item, .navbar .navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item {
  align-items: center !important;
}

/* line 16246, app/assets/stylesheets/theme/style.css */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 16250, app/assets/stylesheets/theme/style.css */
.align-items-stretch, .email-wrapper .message-body .attachments-sections ul li, .navbar .navbar-menu-wrapper .navbar-nav.navbar-nav-right {
  align-items: stretch !important;
}

/* line 16254, app/assets/stylesheets/theme/style.css */
.align-content-start {
  align-content: flex-start !important;
}

/* line 16258, app/assets/stylesheets/theme/style.css */
.align-content-end {
  align-content: flex-end !important;
}

/* line 16262, app/assets/stylesheets/theme/style.css */
.align-content-center {
  align-content: center !important;
}

/* line 16266, app/assets/stylesheets/theme/style.css */
.align-content-between {
  align-content: space-between !important;
}

/* line 16270, app/assets/stylesheets/theme/style.css */
.align-content-around {
  align-content: space-around !important;
}

/* line 16274, app/assets/stylesheets/theme/style.css */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 16278, app/assets/stylesheets/theme/style.css */
.align-self-auto {
  align-self: auto !important;
}

/* line 16282, app/assets/stylesheets/theme/style.css */
.align-self-start {
  align-self: flex-start !important;
}

/* line 16286, app/assets/stylesheets/theme/style.css */
.align-self-end {
  align-self: flex-end !important;
}

/* line 16290, app/assets/stylesheets/theme/style.css */
.align-self-center {
  align-self: center !important;
}

/* line 16294, app/assets/stylesheets/theme/style.css */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 16298, app/assets/stylesheets/theme/style.css */
.align-self-stretch, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-settings, .navbar .navbar-menu-wrapper .navbar-nav.navbar-nav-right {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 16303, app/assets/stylesheets/theme/style.css */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 16306, app/assets/stylesheets/theme/style.css */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 16309, app/assets/stylesheets/theme/style.css */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 16312, app/assets/stylesheets/theme/style.css */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16315, app/assets/stylesheets/theme/style.css */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 16318, app/assets/stylesheets/theme/style.css */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 16321, app/assets/stylesheets/theme/style.css */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 16324, app/assets/stylesheets/theme/style.css */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 16327, app/assets/stylesheets/theme/style.css */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 16330, app/assets/stylesheets/theme/style.css */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 16333, app/assets/stylesheets/theme/style.css */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 16336, app/assets/stylesheets/theme/style.css */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 16339, app/assets/stylesheets/theme/style.css */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 16342, app/assets/stylesheets/theme/style.css */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 16345, app/assets/stylesheets/theme/style.css */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 16348, app/assets/stylesheets/theme/style.css */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 16351, app/assets/stylesheets/theme/style.css */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 16354, app/assets/stylesheets/theme/style.css */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 16357, app/assets/stylesheets/theme/style.css */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 16360, app/assets/stylesheets/theme/style.css */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 16363, app/assets/stylesheets/theme/style.css */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 16366, app/assets/stylesheets/theme/style.css */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 16369, app/assets/stylesheets/theme/style.css */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 16372, app/assets/stylesheets/theme/style.css */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 16375, app/assets/stylesheets/theme/style.css */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 16378, app/assets/stylesheets/theme/style.css */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 16381, app/assets/stylesheets/theme/style.css */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 16384, app/assets/stylesheets/theme/style.css */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 16387, app/assets/stylesheets/theme/style.css */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 16390, app/assets/stylesheets/theme/style.css */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 16393, app/assets/stylesheets/theme/style.css */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 16396, app/assets/stylesheets/theme/style.css */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 16399, app/assets/stylesheets/theme/style.css */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 16402, app/assets/stylesheets/theme/style.css */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 16408, app/assets/stylesheets/theme/style.css */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 16411, app/assets/stylesheets/theme/style.css */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 16414, app/assets/stylesheets/theme/style.css */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 16417, app/assets/stylesheets/theme/style.css */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16420, app/assets/stylesheets/theme/style.css */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 16423, app/assets/stylesheets/theme/style.css */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 16426, app/assets/stylesheets/theme/style.css */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 16429, app/assets/stylesheets/theme/style.css */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 16432, app/assets/stylesheets/theme/style.css */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 16435, app/assets/stylesheets/theme/style.css */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 16438, app/assets/stylesheets/theme/style.css */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 16441, app/assets/stylesheets/theme/style.css */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 16444, app/assets/stylesheets/theme/style.css */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 16447, app/assets/stylesheets/theme/style.css */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 16450, app/assets/stylesheets/theme/style.css */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 16453, app/assets/stylesheets/theme/style.css */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 16456, app/assets/stylesheets/theme/style.css */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 16459, app/assets/stylesheets/theme/style.css */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 16462, app/assets/stylesheets/theme/style.css */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 16465, app/assets/stylesheets/theme/style.css */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 16468, app/assets/stylesheets/theme/style.css */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 16471, app/assets/stylesheets/theme/style.css */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 16474, app/assets/stylesheets/theme/style.css */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 16477, app/assets/stylesheets/theme/style.css */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 16480, app/assets/stylesheets/theme/style.css */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 16483, app/assets/stylesheets/theme/style.css */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 16486, app/assets/stylesheets/theme/style.css */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 16489, app/assets/stylesheets/theme/style.css */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 16492, app/assets/stylesheets/theme/style.css */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 16495, app/assets/stylesheets/theme/style.css */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 16498, app/assets/stylesheets/theme/style.css */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 16501, app/assets/stylesheets/theme/style.css */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 16504, app/assets/stylesheets/theme/style.css */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 16507, app/assets/stylesheets/theme/style.css */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 16513, app/assets/stylesheets/theme/style.css */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 16516, app/assets/stylesheets/theme/style.css */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 16519, app/assets/stylesheets/theme/style.css */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 16522, app/assets/stylesheets/theme/style.css */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16525, app/assets/stylesheets/theme/style.css */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 16528, app/assets/stylesheets/theme/style.css */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 16531, app/assets/stylesheets/theme/style.css */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 16534, app/assets/stylesheets/theme/style.css */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 16537, app/assets/stylesheets/theme/style.css */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 16540, app/assets/stylesheets/theme/style.css */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 16543, app/assets/stylesheets/theme/style.css */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 16546, app/assets/stylesheets/theme/style.css */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 16549, app/assets/stylesheets/theme/style.css */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 16552, app/assets/stylesheets/theme/style.css */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 16555, app/assets/stylesheets/theme/style.css */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 16558, app/assets/stylesheets/theme/style.css */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 16561, app/assets/stylesheets/theme/style.css */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 16564, app/assets/stylesheets/theme/style.css */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 16567, app/assets/stylesheets/theme/style.css */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 16570, app/assets/stylesheets/theme/style.css */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 16573, app/assets/stylesheets/theme/style.css */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 16576, app/assets/stylesheets/theme/style.css */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 16579, app/assets/stylesheets/theme/style.css */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 16582, app/assets/stylesheets/theme/style.css */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 16585, app/assets/stylesheets/theme/style.css */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 16588, app/assets/stylesheets/theme/style.css */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 16591, app/assets/stylesheets/theme/style.css */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 16594, app/assets/stylesheets/theme/style.css */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 16597, app/assets/stylesheets/theme/style.css */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 16600, app/assets/stylesheets/theme/style.css */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 16603, app/assets/stylesheets/theme/style.css */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 16606, app/assets/stylesheets/theme/style.css */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 16609, app/assets/stylesheets/theme/style.css */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 16612, app/assets/stylesheets/theme/style.css */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 16618, app/assets/stylesheets/theme/style.css */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 16621, app/assets/stylesheets/theme/style.css */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 16624, app/assets/stylesheets/theme/style.css */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 16627, app/assets/stylesheets/theme/style.css */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16630, app/assets/stylesheets/theme/style.css */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 16633, app/assets/stylesheets/theme/style.css */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 16636, app/assets/stylesheets/theme/style.css */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 16639, app/assets/stylesheets/theme/style.css */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 16642, app/assets/stylesheets/theme/style.css */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 16645, app/assets/stylesheets/theme/style.css */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 16648, app/assets/stylesheets/theme/style.css */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 16651, app/assets/stylesheets/theme/style.css */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 16654, app/assets/stylesheets/theme/style.css */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 16657, app/assets/stylesheets/theme/style.css */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 16660, app/assets/stylesheets/theme/style.css */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 16663, app/assets/stylesheets/theme/style.css */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 16666, app/assets/stylesheets/theme/style.css */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 16669, app/assets/stylesheets/theme/style.css */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 16672, app/assets/stylesheets/theme/style.css */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 16675, app/assets/stylesheets/theme/style.css */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 16678, app/assets/stylesheets/theme/style.css */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 16681, app/assets/stylesheets/theme/style.css */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 16684, app/assets/stylesheets/theme/style.css */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 16687, app/assets/stylesheets/theme/style.css */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 16690, app/assets/stylesheets/theme/style.css */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 16693, app/assets/stylesheets/theme/style.css */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 16696, app/assets/stylesheets/theme/style.css */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 16699, app/assets/stylesheets/theme/style.css */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 16702, app/assets/stylesheets/theme/style.css */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 16705, app/assets/stylesheets/theme/style.css */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 16708, app/assets/stylesheets/theme/style.css */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 16711, app/assets/stylesheets/theme/style.css */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 16714, app/assets/stylesheets/theme/style.css */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 16717, app/assets/stylesheets/theme/style.css */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 16722, app/assets/stylesheets/theme/style.css */
.float-left {
  float: left !important;
}

/* line 16726, app/assets/stylesheets/theme/style.css */
.float-right {
  float: right !important;
}

/* line 16730, app/assets/stylesheets/theme/style.css */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 16735, app/assets/stylesheets/theme/style.css */
  .float-sm-left {
    float: left !important;
  }
  /* line 16738, app/assets/stylesheets/theme/style.css */
  .float-sm-right {
    float: right !important;
  }
  /* line 16741, app/assets/stylesheets/theme/style.css */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 16747, app/assets/stylesheets/theme/style.css */
  .float-md-left {
    float: left !important;
  }
  /* line 16750, app/assets/stylesheets/theme/style.css */
  .float-md-right {
    float: right !important;
  }
  /* line 16753, app/assets/stylesheets/theme/style.css */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 16759, app/assets/stylesheets/theme/style.css */
  .float-lg-left {
    float: left !important;
  }
  /* line 16762, app/assets/stylesheets/theme/style.css */
  .float-lg-right {
    float: right !important;
  }
  /* line 16765, app/assets/stylesheets/theme/style.css */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 16771, app/assets/stylesheets/theme/style.css */
  .float-xl-left {
    float: left !important;
  }
  /* line 16774, app/assets/stylesheets/theme/style.css */
  .float-xl-right {
    float: right !important;
  }
  /* line 16777, app/assets/stylesheets/theme/style.css */
  .float-xl-none {
    float: none !important;
  }
}

/* line 16782, app/assets/stylesheets/theme/style.css */
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

/* line 16786, app/assets/stylesheets/theme/style.css */
.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

/* line 16790, app/assets/stylesheets/theme/style.css */
.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

/* line 16794, app/assets/stylesheets/theme/style.css */
.overflow-auto {
  overflow: auto !important;
}

/* line 16798, app/assets/stylesheets/theme/style.css */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 16802, app/assets/stylesheets/theme/style.css */
.position-static {
  position: static !important;
}

/* line 16806, app/assets/stylesheets/theme/style.css */
.position-relative {
  position: relative !important;
}

/* line 16810, app/assets/stylesheets/theme/style.css */
.position-absolute {
  position: absolute !important;
}

/* line 16814, app/assets/stylesheets/theme/style.css */
.position-fixed {
  position: fixed !important;
}

/* line 16818, app/assets/stylesheets/theme/style.css */
.position-sticky {
  position: sticky !important;
}

/* line 16822, app/assets/stylesheets/theme/style.css */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 16830, app/assets/stylesheets/theme/style.css */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 16839, app/assets/stylesheets/theme/style.css */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 16846, app/assets/stylesheets/theme/style.css */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 16858, app/assets/stylesheets/theme/style.css */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 16867, app/assets/stylesheets/theme/style.css */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 16871, app/assets/stylesheets/theme/style.css */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 16875, app/assets/stylesheets/theme/style.css */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 16879, app/assets/stylesheets/theme/style.css */
.shadow-none {
  box-shadow: none !important;
}

/* line 16883, app/assets/stylesheets/theme/style.css */
.w-25 {
  width: 25% !important;
}

/* line 16887, app/assets/stylesheets/theme/style.css */
.w-50 {
  width: 50% !important;
}

/* line 16891, app/assets/stylesheets/theme/style.css */
.w-75 {
  width: 75% !important;
}

/* line 16895, app/assets/stylesheets/theme/style.css */
.w-100 {
  width: 100% !important;
}

/* line 16899, app/assets/stylesheets/theme/style.css */
.w-auto {
  width: auto !important;
}

/* line 16903, app/assets/stylesheets/theme/style.css */
.h-25 {
  height: 25% !important;
}

/* line 16907, app/assets/stylesheets/theme/style.css */
.h-50 {
  height: 50% !important;
}

/* line 16911, app/assets/stylesheets/theme/style.css */
.h-75 {
  height: 75% !important;
}

/* line 16915, app/assets/stylesheets/theme/style.css */
.h-100 {
  height: 100% !important;
}

/* line 16919, app/assets/stylesheets/theme/style.css */
.h-auto {
  height: auto !important;
}

/* line 16923, app/assets/stylesheets/theme/style.css */
.mw-100 {
  max-width: 100% !important;
}

/* line 16927, app/assets/stylesheets/theme/style.css */
.mh-100 {
  max-height: 100% !important;
}

/* line 16931, app/assets/stylesheets/theme/style.css */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 16935, app/assets/stylesheets/theme/style.css */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 16939, app/assets/stylesheets/theme/style.css */
.vw-100 {
  width: 100vw !important;
}

/* line 16943, app/assets/stylesheets/theme/style.css */
.vh-100 {
  height: 100vh !important;
}

/* line 16947, app/assets/stylesheets/theme/style.css */
.m-0 {
  margin: 0 !important;
}

/* line 16951, app/assets/stylesheets/theme/style.css */
.mt-0, .demo-modal .modal-dialog,
.my-0 {
  margin-top: 0 !important;
}

/* line 16956, app/assets/stylesheets/theme/style.css */
.mr-0, .rtl .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item i, .rtl .settings-panel .sidebar-bg-options .rounded-circle, .rtl .settings-panel .sidebar-bg-options .color-tiles .tiles, .rtl .settings-panel .color-tiles .sidebar-bg-options .tiles, .rtl .settings-panel .events i,
.mx-0 {
  margin-right: 0 !important;
}

/* line 16961, app/assets/stylesheets/theme/style.css */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 16966, app/assets/stylesheets/theme/style.css */
.ml-0, .rtl .preview-list .preview-item .preview-thumbnail .preview-icon i, .rtl .list-wrapper .remove,
.mx-0 {
  margin-left: 0 !important;
}

/* line 16971, app/assets/stylesheets/theme/style.css */
.m-1 {
  margin: 0.25rem !important;
}

/* line 16975, app/assets/stylesheets/theme/style.css */
.mt-1, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-submit, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-cancel,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 16980, app/assets/stylesheets/theme/style.css */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 16985, app/assets/stylesheets/theme/style.css */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 16990, app/assets/stylesheets/theme/style.css */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 16995, app/assets/stylesheets/theme/style.css */
.m-2 {
  margin: 0.5rem !important;
}

/* line 16999, app/assets/stylesheets/theme/style.css */
.mt-2, .template-demo > .btn-group, .fc .template-demo > .fc-button-group,
.template-demo > .btn-group-vertical, .template-demo .circle-progress,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 17005, app/assets/stylesheets/theme/style.css */
.mr-2, .template-demo > .btn, .fc .template-demo > button, .ajax-upload-dragdrop .template-demo > .ajax-file-upload, .swal2-modal .swal2-buttonswrapper .template-demo > .swal2-styled, .wizard > .actions .template-demo > a, .template-demo > .btn-group, .fc .template-demo > .fc-button-group,
.template-demo > .btn-group-vertical, .template-demo > .dropdown,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 17011, app/assets/stylesheets/theme/style.css */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 17016, app/assets/stylesheets/theme/style.css */
.ml-2, .btn-toolbar .btn-group + .btn-group, .btn-toolbar .fc .fc-button-group + .btn-group, .fc .btn-toolbar .fc-button-group + .btn-group, .btn-toolbar .fc .btn-group + .fc-button-group, .fc .btn-toolbar .btn-group + .fc-button-group, .btn-toolbar .fc .fc-button-group + .fc-button-group, .fc .btn-toolbar .fc-button-group + .fc-button-group, .rtl .settings-panel .events i,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 17021, app/assets/stylesheets/theme/style.css */
.m-3 {
  margin: 1rem !important;
}

/* line 17025, app/assets/stylesheets/theme/style.css */
.mt-3, .template-demo > .btn, .fc .template-demo > button, .ajax-upload-dragdrop .template-demo > .ajax-file-upload, .swal2-modal .swal2-buttonswrapper .template-demo > .swal2-styled, .wizard > .actions .template-demo > a, .template-demo > .btn-toolbar,
.my-3 {
  margin-top: 1rem !important;
}

/* line 17030, app/assets/stylesheets/theme/style.css */
.mr-3, .template-demo > .btn-toolbar,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 17035, app/assets/stylesheets/theme/style.css */
.mb-3, .template-demo .circle-progress-block,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 17040, app/assets/stylesheets/theme/style.css */
.ml-3, .rtl .settings-panel .sidebar-bg-options .rounded-circle, .rtl .settings-panel .sidebar-bg-options .color-tiles .tiles, .rtl .settings-panel .color-tiles .sidebar-bg-options .tiles,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 17045, app/assets/stylesheets/theme/style.css */
.m-4 {
  margin: 1.5rem !important;
}

/* line 17049, app/assets/stylesheets/theme/style.css */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 17054, app/assets/stylesheets/theme/style.css */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 17059, app/assets/stylesheets/theme/style.css */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 17064, app/assets/stylesheets/theme/style.css */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 17069, app/assets/stylesheets/theme/style.css */
.m-5 {
  margin: 3rem !important;
}

/* line 17073, app/assets/stylesheets/theme/style.css */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 17078, app/assets/stylesheets/theme/style.css */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 17083, app/assets/stylesheets/theme/style.css */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 17088, app/assets/stylesheets/theme/style.css */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 17093, app/assets/stylesheets/theme/style.css */
.p-0 {
  padding: 0 !important;
}

/* line 17097, app/assets/stylesheets/theme/style.css */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 17102, app/assets/stylesheets/theme/style.css */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 17107, app/assets/stylesheets/theme/style.css */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 17112, app/assets/stylesheets/theme/style.css */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 17117, app/assets/stylesheets/theme/style.css */
.p-1 {
  padding: 0.25rem !important;
}

/* line 17121, app/assets/stylesheets/theme/style.css */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 17126, app/assets/stylesheets/theme/style.css */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 17131, app/assets/stylesheets/theme/style.css */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 17136, app/assets/stylesheets/theme/style.css */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 17141, app/assets/stylesheets/theme/style.css */
.p-2 {
  padding: 0.5rem !important;
}

/* line 17145, app/assets/stylesheets/theme/style.css */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 17150, app/assets/stylesheets/theme/style.css */
.pr-2,
.px-2,
.template-demo .circle-progress-block {
  padding-right: 0.5rem !important;
}

/* line 17156, app/assets/stylesheets/theme/style.css */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 17161, app/assets/stylesheets/theme/style.css */
.pl-2,
.px-2,
.template-demo .circle-progress-block {
  padding-left: 0.5rem !important;
}

/* line 17167, app/assets/stylesheets/theme/style.css */
.p-3 {
  padding: 1rem !important;
}

/* line 17171, app/assets/stylesheets/theme/style.css */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 17176, app/assets/stylesheets/theme/style.css */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 17181, app/assets/stylesheets/theme/style.css */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 17186, app/assets/stylesheets/theme/style.css */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 17191, app/assets/stylesheets/theme/style.css */
.p-4 {
  padding: 1.5rem !important;
}

/* line 17195, app/assets/stylesheets/theme/style.css */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 17200, app/assets/stylesheets/theme/style.css */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 17205, app/assets/stylesheets/theme/style.css */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 17210, app/assets/stylesheets/theme/style.css */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 17215, app/assets/stylesheets/theme/style.css */
.p-5 {
  padding: 3rem !important;
}

/* line 17219, app/assets/stylesheets/theme/style.css */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 17224, app/assets/stylesheets/theme/style.css */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 17229, app/assets/stylesheets/theme/style.css */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 17234, app/assets/stylesheets/theme/style.css */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 17239, app/assets/stylesheets/theme/style.css */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 17243, app/assets/stylesheets/theme/style.css */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 17248, app/assets/stylesheets/theme/style.css */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 17253, app/assets/stylesheets/theme/style.css */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 17258, app/assets/stylesheets/theme/style.css */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 17263, app/assets/stylesheets/theme/style.css */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 17267, app/assets/stylesheets/theme/style.css */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 17272, app/assets/stylesheets/theme/style.css */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 17277, app/assets/stylesheets/theme/style.css */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 17282, app/assets/stylesheets/theme/style.css */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 17287, app/assets/stylesheets/theme/style.css */
.m-n3 {
  margin: -1rem !important;
}

/* line 17291, app/assets/stylesheets/theme/style.css */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 17296, app/assets/stylesheets/theme/style.css */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 17301, app/assets/stylesheets/theme/style.css */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 17306, app/assets/stylesheets/theme/style.css */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 17311, app/assets/stylesheets/theme/style.css */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 17315, app/assets/stylesheets/theme/style.css */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 17320, app/assets/stylesheets/theme/style.css */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 17325, app/assets/stylesheets/theme/style.css */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 17330, app/assets/stylesheets/theme/style.css */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 17335, app/assets/stylesheets/theme/style.css */
.m-n5 {
  margin: -3rem !important;
}

/* line 17339, app/assets/stylesheets/theme/style.css */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 17344, app/assets/stylesheets/theme/style.css */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 17349, app/assets/stylesheets/theme/style.css */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 17354, app/assets/stylesheets/theme/style.css */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 17359, app/assets/stylesheets/theme/style.css */
.m-auto {
  margin: auto !important;
}

/* line 17363, app/assets/stylesheets/theme/style.css */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 17368, app/assets/stylesheets/theme/style.css */
.mr-auto, .rtl .list-wrapper .remove,
.mx-auto {
  margin-right: auto !important;
}

/* line 17373, app/assets/stylesheets/theme/style.css */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 17378, app/assets/stylesheets/theme/style.css */
.ml-auto, .list-wrapper .remove,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 17384, app/assets/stylesheets/theme/style.css */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 17387, app/assets/stylesheets/theme/style.css */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 17391, app/assets/stylesheets/theme/style.css */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 17395, app/assets/stylesheets/theme/style.css */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 17399, app/assets/stylesheets/theme/style.css */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 17403, app/assets/stylesheets/theme/style.css */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 17406, app/assets/stylesheets/theme/style.css */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 17410, app/assets/stylesheets/theme/style.css */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 17414, app/assets/stylesheets/theme/style.css */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 17418, app/assets/stylesheets/theme/style.css */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 17422, app/assets/stylesheets/theme/style.css */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 17425, app/assets/stylesheets/theme/style.css */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 17429, app/assets/stylesheets/theme/style.css */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 17433, app/assets/stylesheets/theme/style.css */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 17437, app/assets/stylesheets/theme/style.css */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 17441, app/assets/stylesheets/theme/style.css */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 17444, app/assets/stylesheets/theme/style.css */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 17448, app/assets/stylesheets/theme/style.css */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 17452, app/assets/stylesheets/theme/style.css */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 17456, app/assets/stylesheets/theme/style.css */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 17460, app/assets/stylesheets/theme/style.css */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 17463, app/assets/stylesheets/theme/style.css */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 17467, app/assets/stylesheets/theme/style.css */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 17471, app/assets/stylesheets/theme/style.css */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 17475, app/assets/stylesheets/theme/style.css */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 17479, app/assets/stylesheets/theme/style.css */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 17482, app/assets/stylesheets/theme/style.css */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 17486, app/assets/stylesheets/theme/style.css */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 17490, app/assets/stylesheets/theme/style.css */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 17494, app/assets/stylesheets/theme/style.css */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 17498, app/assets/stylesheets/theme/style.css */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 17501, app/assets/stylesheets/theme/style.css */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 17505, app/assets/stylesheets/theme/style.css */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 17509, app/assets/stylesheets/theme/style.css */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 17513, app/assets/stylesheets/theme/style.css */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 17517, app/assets/stylesheets/theme/style.css */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 17520, app/assets/stylesheets/theme/style.css */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 17524, app/assets/stylesheets/theme/style.css */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 17528, app/assets/stylesheets/theme/style.css */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 17532, app/assets/stylesheets/theme/style.css */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 17536, app/assets/stylesheets/theme/style.css */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 17539, app/assets/stylesheets/theme/style.css */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 17543, app/assets/stylesheets/theme/style.css */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 17547, app/assets/stylesheets/theme/style.css */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 17551, app/assets/stylesheets/theme/style.css */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 17555, app/assets/stylesheets/theme/style.css */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 17558, app/assets/stylesheets/theme/style.css */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 17562, app/assets/stylesheets/theme/style.css */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 17566, app/assets/stylesheets/theme/style.css */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 17570, app/assets/stylesheets/theme/style.css */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 17574, app/assets/stylesheets/theme/style.css */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 17577, app/assets/stylesheets/theme/style.css */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 17581, app/assets/stylesheets/theme/style.css */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 17585, app/assets/stylesheets/theme/style.css */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 17589, app/assets/stylesheets/theme/style.css */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 17593, app/assets/stylesheets/theme/style.css */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 17596, app/assets/stylesheets/theme/style.css */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 17600, app/assets/stylesheets/theme/style.css */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 17604, app/assets/stylesheets/theme/style.css */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 17608, app/assets/stylesheets/theme/style.css */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 17612, app/assets/stylesheets/theme/style.css */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 17615, app/assets/stylesheets/theme/style.css */
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 17619, app/assets/stylesheets/theme/style.css */
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 17623, app/assets/stylesheets/theme/style.css */
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 17627, app/assets/stylesheets/theme/style.css */
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 17631, app/assets/stylesheets/theme/style.css */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 17634, app/assets/stylesheets/theme/style.css */
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 17638, app/assets/stylesheets/theme/style.css */
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 17642, app/assets/stylesheets/theme/style.css */
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 17646, app/assets/stylesheets/theme/style.css */
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 17650, app/assets/stylesheets/theme/style.css */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 17653, app/assets/stylesheets/theme/style.css */
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 17657, app/assets/stylesheets/theme/style.css */
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 17661, app/assets/stylesheets/theme/style.css */
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 17665, app/assets/stylesheets/theme/style.css */
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 17669, app/assets/stylesheets/theme/style.css */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 17672, app/assets/stylesheets/theme/style.css */
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 17676, app/assets/stylesheets/theme/style.css */
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 17680, app/assets/stylesheets/theme/style.css */
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 17684, app/assets/stylesheets/theme/style.css */
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 17688, app/assets/stylesheets/theme/style.css */
  .m-sm-n5 {
    margin: -3rem !important;
  }
  /* line 17691, app/assets/stylesheets/theme/style.css */
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  /* line 17695, app/assets/stylesheets/theme/style.css */
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  /* line 17699, app/assets/stylesheets/theme/style.css */
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 17703, app/assets/stylesheets/theme/style.css */
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  /* line 17707, app/assets/stylesheets/theme/style.css */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 17710, app/assets/stylesheets/theme/style.css */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 17714, app/assets/stylesheets/theme/style.css */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 17718, app/assets/stylesheets/theme/style.css */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 17722, app/assets/stylesheets/theme/style.css */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 17729, app/assets/stylesheets/theme/style.css */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 17732, app/assets/stylesheets/theme/style.css */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 17736, app/assets/stylesheets/theme/style.css */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 17740, app/assets/stylesheets/theme/style.css */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 17744, app/assets/stylesheets/theme/style.css */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 17748, app/assets/stylesheets/theme/style.css */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 17751, app/assets/stylesheets/theme/style.css */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 17755, app/assets/stylesheets/theme/style.css */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 17759, app/assets/stylesheets/theme/style.css */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 17763, app/assets/stylesheets/theme/style.css */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 17767, app/assets/stylesheets/theme/style.css */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 17770, app/assets/stylesheets/theme/style.css */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 17774, app/assets/stylesheets/theme/style.css */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 17778, app/assets/stylesheets/theme/style.css */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 17782, app/assets/stylesheets/theme/style.css */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 17786, app/assets/stylesheets/theme/style.css */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 17789, app/assets/stylesheets/theme/style.css */
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 17793, app/assets/stylesheets/theme/style.css */
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 17797, app/assets/stylesheets/theme/style.css */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 17801, app/assets/stylesheets/theme/style.css */
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 17805, app/assets/stylesheets/theme/style.css */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 17808, app/assets/stylesheets/theme/style.css */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 17812, app/assets/stylesheets/theme/style.css */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 17816, app/assets/stylesheets/theme/style.css */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 17820, app/assets/stylesheets/theme/style.css */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 17824, app/assets/stylesheets/theme/style.css */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 17827, app/assets/stylesheets/theme/style.css */
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 17831, app/assets/stylesheets/theme/style.css */
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 17835, app/assets/stylesheets/theme/style.css */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 17839, app/assets/stylesheets/theme/style.css */
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 17843, app/assets/stylesheets/theme/style.css */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 17846, app/assets/stylesheets/theme/style.css */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 17850, app/assets/stylesheets/theme/style.css */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 17854, app/assets/stylesheets/theme/style.css */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 17858, app/assets/stylesheets/theme/style.css */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 17862, app/assets/stylesheets/theme/style.css */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 17865, app/assets/stylesheets/theme/style.css */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 17869, app/assets/stylesheets/theme/style.css */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 17873, app/assets/stylesheets/theme/style.css */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 17877, app/assets/stylesheets/theme/style.css */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 17881, app/assets/stylesheets/theme/style.css */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 17884, app/assets/stylesheets/theme/style.css */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 17888, app/assets/stylesheets/theme/style.css */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 17892, app/assets/stylesheets/theme/style.css */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 17896, app/assets/stylesheets/theme/style.css */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 17900, app/assets/stylesheets/theme/style.css */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 17903, app/assets/stylesheets/theme/style.css */
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 17907, app/assets/stylesheets/theme/style.css */
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 17911, app/assets/stylesheets/theme/style.css */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 17915, app/assets/stylesheets/theme/style.css */
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 17919, app/assets/stylesheets/theme/style.css */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 17922, app/assets/stylesheets/theme/style.css */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 17926, app/assets/stylesheets/theme/style.css */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 17930, app/assets/stylesheets/theme/style.css */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 17934, app/assets/stylesheets/theme/style.css */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 17938, app/assets/stylesheets/theme/style.css */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 17941, app/assets/stylesheets/theme/style.css */
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 17945, app/assets/stylesheets/theme/style.css */
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 17949, app/assets/stylesheets/theme/style.css */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 17953, app/assets/stylesheets/theme/style.css */
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 17957, app/assets/stylesheets/theme/style.css */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 17960, app/assets/stylesheets/theme/style.css */
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 17964, app/assets/stylesheets/theme/style.css */
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 17968, app/assets/stylesheets/theme/style.css */
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 17972, app/assets/stylesheets/theme/style.css */
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 17976, app/assets/stylesheets/theme/style.css */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 17979, app/assets/stylesheets/theme/style.css */
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 17983, app/assets/stylesheets/theme/style.css */
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 17987, app/assets/stylesheets/theme/style.css */
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 17991, app/assets/stylesheets/theme/style.css */
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 17995, app/assets/stylesheets/theme/style.css */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 17998, app/assets/stylesheets/theme/style.css */
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 18002, app/assets/stylesheets/theme/style.css */
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 18006, app/assets/stylesheets/theme/style.css */
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 18010, app/assets/stylesheets/theme/style.css */
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 18014, app/assets/stylesheets/theme/style.css */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 18017, app/assets/stylesheets/theme/style.css */
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 18021, app/assets/stylesheets/theme/style.css */
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 18025, app/assets/stylesheets/theme/style.css */
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 18029, app/assets/stylesheets/theme/style.css */
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 18033, app/assets/stylesheets/theme/style.css */
  .m-md-n5 {
    margin: -3rem !important;
  }
  /* line 18036, app/assets/stylesheets/theme/style.css */
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  /* line 18040, app/assets/stylesheets/theme/style.css */
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  /* line 18044, app/assets/stylesheets/theme/style.css */
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 18048, app/assets/stylesheets/theme/style.css */
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  /* line 18052, app/assets/stylesheets/theme/style.css */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 18055, app/assets/stylesheets/theme/style.css */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 18059, app/assets/stylesheets/theme/style.css */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 18063, app/assets/stylesheets/theme/style.css */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 18067, app/assets/stylesheets/theme/style.css */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 18074, app/assets/stylesheets/theme/style.css */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 18077, app/assets/stylesheets/theme/style.css */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 18081, app/assets/stylesheets/theme/style.css */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 18085, app/assets/stylesheets/theme/style.css */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 18089, app/assets/stylesheets/theme/style.css */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 18093, app/assets/stylesheets/theme/style.css */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 18096, app/assets/stylesheets/theme/style.css */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 18100, app/assets/stylesheets/theme/style.css */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18104, app/assets/stylesheets/theme/style.css */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 18108, app/assets/stylesheets/theme/style.css */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 18112, app/assets/stylesheets/theme/style.css */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 18115, app/assets/stylesheets/theme/style.css */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 18119, app/assets/stylesheets/theme/style.css */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18123, app/assets/stylesheets/theme/style.css */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 18127, app/assets/stylesheets/theme/style.css */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 18131, app/assets/stylesheets/theme/style.css */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 18134, app/assets/stylesheets/theme/style.css */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 18138, app/assets/stylesheets/theme/style.css */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 18142, app/assets/stylesheets/theme/style.css */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 18146, app/assets/stylesheets/theme/style.css */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 18150, app/assets/stylesheets/theme/style.css */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 18153, app/assets/stylesheets/theme/style.css */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 18157, app/assets/stylesheets/theme/style.css */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18161, app/assets/stylesheets/theme/style.css */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 18165, app/assets/stylesheets/theme/style.css */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 18169, app/assets/stylesheets/theme/style.css */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 18172, app/assets/stylesheets/theme/style.css */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 18176, app/assets/stylesheets/theme/style.css */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 18180, app/assets/stylesheets/theme/style.css */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 18184, app/assets/stylesheets/theme/style.css */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 18188, app/assets/stylesheets/theme/style.css */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 18191, app/assets/stylesheets/theme/style.css */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 18195, app/assets/stylesheets/theme/style.css */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 18199, app/assets/stylesheets/theme/style.css */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 18203, app/assets/stylesheets/theme/style.css */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 18207, app/assets/stylesheets/theme/style.css */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 18210, app/assets/stylesheets/theme/style.css */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 18214, app/assets/stylesheets/theme/style.css */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18218, app/assets/stylesheets/theme/style.css */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 18222, app/assets/stylesheets/theme/style.css */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 18226, app/assets/stylesheets/theme/style.css */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 18229, app/assets/stylesheets/theme/style.css */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 18233, app/assets/stylesheets/theme/style.css */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18237, app/assets/stylesheets/theme/style.css */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 18241, app/assets/stylesheets/theme/style.css */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 18245, app/assets/stylesheets/theme/style.css */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 18248, app/assets/stylesheets/theme/style.css */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 18252, app/assets/stylesheets/theme/style.css */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 18256, app/assets/stylesheets/theme/style.css */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 18260, app/assets/stylesheets/theme/style.css */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 18264, app/assets/stylesheets/theme/style.css */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 18267, app/assets/stylesheets/theme/style.css */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 18271, app/assets/stylesheets/theme/style.css */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18275, app/assets/stylesheets/theme/style.css */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 18279, app/assets/stylesheets/theme/style.css */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 18283, app/assets/stylesheets/theme/style.css */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 18286, app/assets/stylesheets/theme/style.css */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 18290, app/assets/stylesheets/theme/style.css */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 18294, app/assets/stylesheets/theme/style.css */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 18298, app/assets/stylesheets/theme/style.css */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 18302, app/assets/stylesheets/theme/style.css */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 18305, app/assets/stylesheets/theme/style.css */
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 18309, app/assets/stylesheets/theme/style.css */
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 18313, app/assets/stylesheets/theme/style.css */
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 18317, app/assets/stylesheets/theme/style.css */
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 18321, app/assets/stylesheets/theme/style.css */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 18324, app/assets/stylesheets/theme/style.css */
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 18328, app/assets/stylesheets/theme/style.css */
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 18332, app/assets/stylesheets/theme/style.css */
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 18336, app/assets/stylesheets/theme/style.css */
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 18340, app/assets/stylesheets/theme/style.css */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 18343, app/assets/stylesheets/theme/style.css */
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 18347, app/assets/stylesheets/theme/style.css */
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 18351, app/assets/stylesheets/theme/style.css */
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 18355, app/assets/stylesheets/theme/style.css */
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 18359, app/assets/stylesheets/theme/style.css */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 18362, app/assets/stylesheets/theme/style.css */
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 18366, app/assets/stylesheets/theme/style.css */
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 18370, app/assets/stylesheets/theme/style.css */
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 18374, app/assets/stylesheets/theme/style.css */
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 18378, app/assets/stylesheets/theme/style.css */
  .m-lg-n5 {
    margin: -3rem !important;
  }
  /* line 18381, app/assets/stylesheets/theme/style.css */
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  /* line 18385, app/assets/stylesheets/theme/style.css */
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  /* line 18389, app/assets/stylesheets/theme/style.css */
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 18393, app/assets/stylesheets/theme/style.css */
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  /* line 18397, app/assets/stylesheets/theme/style.css */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 18400, app/assets/stylesheets/theme/style.css */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 18404, app/assets/stylesheets/theme/style.css */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 18408, app/assets/stylesheets/theme/style.css */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 18412, app/assets/stylesheets/theme/style.css */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 18419, app/assets/stylesheets/theme/style.css */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 18422, app/assets/stylesheets/theme/style.css */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 18426, app/assets/stylesheets/theme/style.css */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 18430, app/assets/stylesheets/theme/style.css */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 18434, app/assets/stylesheets/theme/style.css */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 18438, app/assets/stylesheets/theme/style.css */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 18441, app/assets/stylesheets/theme/style.css */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 18445, app/assets/stylesheets/theme/style.css */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18449, app/assets/stylesheets/theme/style.css */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 18453, app/assets/stylesheets/theme/style.css */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 18457, app/assets/stylesheets/theme/style.css */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 18460, app/assets/stylesheets/theme/style.css */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 18464, app/assets/stylesheets/theme/style.css */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18468, app/assets/stylesheets/theme/style.css */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 18472, app/assets/stylesheets/theme/style.css */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 18476, app/assets/stylesheets/theme/style.css */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 18479, app/assets/stylesheets/theme/style.css */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 18483, app/assets/stylesheets/theme/style.css */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 18487, app/assets/stylesheets/theme/style.css */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 18491, app/assets/stylesheets/theme/style.css */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 18495, app/assets/stylesheets/theme/style.css */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 18498, app/assets/stylesheets/theme/style.css */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 18502, app/assets/stylesheets/theme/style.css */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18506, app/assets/stylesheets/theme/style.css */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 18510, app/assets/stylesheets/theme/style.css */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 18514, app/assets/stylesheets/theme/style.css */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 18517, app/assets/stylesheets/theme/style.css */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 18521, app/assets/stylesheets/theme/style.css */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 18525, app/assets/stylesheets/theme/style.css */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 18529, app/assets/stylesheets/theme/style.css */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 18533, app/assets/stylesheets/theme/style.css */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 18536, app/assets/stylesheets/theme/style.css */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 18540, app/assets/stylesheets/theme/style.css */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 18544, app/assets/stylesheets/theme/style.css */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 18548, app/assets/stylesheets/theme/style.css */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 18552, app/assets/stylesheets/theme/style.css */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 18555, app/assets/stylesheets/theme/style.css */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 18559, app/assets/stylesheets/theme/style.css */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18563, app/assets/stylesheets/theme/style.css */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 18567, app/assets/stylesheets/theme/style.css */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 18571, app/assets/stylesheets/theme/style.css */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 18574, app/assets/stylesheets/theme/style.css */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 18578, app/assets/stylesheets/theme/style.css */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18582, app/assets/stylesheets/theme/style.css */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 18586, app/assets/stylesheets/theme/style.css */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 18590, app/assets/stylesheets/theme/style.css */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 18593, app/assets/stylesheets/theme/style.css */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 18597, app/assets/stylesheets/theme/style.css */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 18601, app/assets/stylesheets/theme/style.css */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 18605, app/assets/stylesheets/theme/style.css */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 18609, app/assets/stylesheets/theme/style.css */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 18612, app/assets/stylesheets/theme/style.css */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 18616, app/assets/stylesheets/theme/style.css */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18620, app/assets/stylesheets/theme/style.css */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 18624, app/assets/stylesheets/theme/style.css */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 18628, app/assets/stylesheets/theme/style.css */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 18631, app/assets/stylesheets/theme/style.css */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 18635, app/assets/stylesheets/theme/style.css */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 18639, app/assets/stylesheets/theme/style.css */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 18643, app/assets/stylesheets/theme/style.css */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 18647, app/assets/stylesheets/theme/style.css */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 18650, app/assets/stylesheets/theme/style.css */
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 18654, app/assets/stylesheets/theme/style.css */
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 18658, app/assets/stylesheets/theme/style.css */
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 18662, app/assets/stylesheets/theme/style.css */
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 18666, app/assets/stylesheets/theme/style.css */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 18669, app/assets/stylesheets/theme/style.css */
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 18673, app/assets/stylesheets/theme/style.css */
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 18677, app/assets/stylesheets/theme/style.css */
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 18681, app/assets/stylesheets/theme/style.css */
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 18685, app/assets/stylesheets/theme/style.css */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 18688, app/assets/stylesheets/theme/style.css */
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 18692, app/assets/stylesheets/theme/style.css */
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 18696, app/assets/stylesheets/theme/style.css */
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 18700, app/assets/stylesheets/theme/style.css */
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 18704, app/assets/stylesheets/theme/style.css */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 18707, app/assets/stylesheets/theme/style.css */
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 18711, app/assets/stylesheets/theme/style.css */
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 18715, app/assets/stylesheets/theme/style.css */
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 18719, app/assets/stylesheets/theme/style.css */
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 18723, app/assets/stylesheets/theme/style.css */
  .m-xl-n5 {
    margin: -3rem !important;
  }
  /* line 18726, app/assets/stylesheets/theme/style.css */
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  /* line 18730, app/assets/stylesheets/theme/style.css */
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  /* line 18734, app/assets/stylesheets/theme/style.css */
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 18738, app/assets/stylesheets/theme/style.css */
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  /* line 18742, app/assets/stylesheets/theme/style.css */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 18745, app/assets/stylesheets/theme/style.css */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 18749, app/assets/stylesheets/theme/style.css */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 18753, app/assets/stylesheets/theme/style.css */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 18757, app/assets/stylesheets/theme/style.css */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 18763, app/assets/stylesheets/theme/style.css */
.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 18775, app/assets/stylesheets/theme/style.css */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 18779, app/assets/stylesheets/theme/style.css */
.text-justify {
  text-align: justify !important;
}

/* line 18783, app/assets/stylesheets/theme/style.css */
.text-wrap {
  white-space: normal !important;
}

/* line 18787, app/assets/stylesheets/theme/style.css */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 18791, app/assets/stylesheets/theme/style.css */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 18797, app/assets/stylesheets/theme/style.css */
.text-left {
  text-align: left !important;
}

/* line 18801, app/assets/stylesheets/theme/style.css */
.text-right {
  text-align: right !important;
}

/* line 18805, app/assets/stylesheets/theme/style.css */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 18810, app/assets/stylesheets/theme/style.css */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 18813, app/assets/stylesheets/theme/style.css */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 18816, app/assets/stylesheets/theme/style.css */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 18822, app/assets/stylesheets/theme/style.css */
  .text-md-left {
    text-align: left !important;
  }
  /* line 18825, app/assets/stylesheets/theme/style.css */
  .text-md-right {
    text-align: right !important;
  }
  /* line 18828, app/assets/stylesheets/theme/style.css */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 18834, app/assets/stylesheets/theme/style.css */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 18837, app/assets/stylesheets/theme/style.css */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 18840, app/assets/stylesheets/theme/style.css */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 18846, app/assets/stylesheets/theme/style.css */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 18849, app/assets/stylesheets/theme/style.css */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 18852, app/assets/stylesheets/theme/style.css */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 18857, app/assets/stylesheets/theme/style.css */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 18861, app/assets/stylesheets/theme/style.css */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 18865, app/assets/stylesheets/theme/style.css */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 18869, app/assets/stylesheets/theme/style.css */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 18873, app/assets/stylesheets/theme/style.css */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 18877, app/assets/stylesheets/theme/style.css */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 18881, app/assets/stylesheets/theme/style.css */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 18885, app/assets/stylesheets/theme/style.css */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 18889, app/assets/stylesheets/theme/style.css */
.font-italic {
  font-style: italic !important;
}

/* line 18893, app/assets/stylesheets/theme/style.css */
.text-white {
  color: #ffffff !important;
}

/* line 18897, app/assets/stylesheets/theme/style.css */
.text-primary, .list-wrapper .completed .remove {
  color: #4B49AC !important;
}

/* line 18901, app/assets/stylesheets/theme/style.css */
a.text-primary:hover, .list-wrapper .completed a.remove:hover, a.text-primary:focus, .list-wrapper .completed a.remove:focus {
  color: #343276 !important;
}

/* line 18905, app/assets/stylesheets/theme/style.css */
.text-secondary, .list-wrapper .remove {
  color: #a3a4a5 !important;
}

/* line 18909, app/assets/stylesheets/theme/style.css */
a.text-secondary:hover, .list-wrapper a.remove:hover, a.text-secondary:focus, .list-wrapper a.remove:focus {
  color: #7c7e7f !important;
}

/* line 18913, app/assets/stylesheets/theme/style.css */
.text-success {
  color: #57B657 !important;
}

/* line 18917, app/assets/stylesheets/theme/style.css */
a.text-success:hover, a.text-success:focus {
  color: #3a863a !important;
}

/* line 18921, app/assets/stylesheets/theme/style.css */
.text-info {
  color: #248AFD !important;
}

/* line 18925, app/assets/stylesheets/theme/style.css */
a.text-info:hover, a.text-info:focus {
  color: #0264d3 !important;
}

/* line 18929, app/assets/stylesheets/theme/style.css */
.text-warning {
  color: #FFC100 !important;
}

/* line 18933, app/assets/stylesheets/theme/style.css */
a.text-warning:hover, a.text-warning:focus {
  color: #b38700 !important;
}

/* line 18937, app/assets/stylesheets/theme/style.css */
.text-danger {
  color: #FF4747 !important;
}

/* line 18941, app/assets/stylesheets/theme/style.css */
a.text-danger:hover, a.text-danger:focus {
  color: #fa0000 !important;
}

/* line 18945, app/assets/stylesheets/theme/style.css */
.text-light {
  color: #f8f9fa !important;
}

/* line 18949, app/assets/stylesheets/theme/style.css */
a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

/* line 18953, app/assets/stylesheets/theme/style.css */
.text-dark {
  color: #282f3a !important;
}

/* line 18957, app/assets/stylesheets/theme/style.css */
a.text-dark:hover, a.text-dark:focus {
  color: #090a0d !important;
}

/* line 18961, app/assets/stylesheets/theme/style.css */
.text-body {
  color: #1F1F1F !important;
}

/* line 18965, app/assets/stylesheets/theme/style.css */
.text-muted, .preview-list .preview-item .preview-item-content p .content-category, .email-wrapper .mail-sidebar .menu-bar .profile-list-item a .user .u-designation, .email-wrapper .mail-list-container .mail-list .content .message_text, .email-wrapper .mail-list-container .mail-list .details .date {
  color: #737F8B !important;
}

/* line 18969, app/assets/stylesheets/theme/style.css */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 18973, app/assets/stylesheets/theme/style.css */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 18977, app/assets/stylesheets/theme/style.css */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 18985, app/assets/stylesheets/theme/style.css */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 18989, app/assets/stylesheets/theme/style.css */
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

/* line 18994, app/assets/stylesheets/theme/style.css */
.text-reset {
  color: inherit !important;
}

/* line 18998, app/assets/stylesheets/theme/style.css */
.visible {
  visibility: visible !important;
}

/* line 19002, app/assets/stylesheets/theme/style.css */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 19007, app/assets/stylesheets/theme/style.css */
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 19013, app/assets/stylesheets/theme/style.css */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 19016, app/assets/stylesheets/theme/style.css */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 19019, app/assets/stylesheets/theme/style.css */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 19022, app/assets/stylesheets/theme/style.css */
  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  /* line 19027, app/assets/stylesheets/theme/style.css */
  thead {
    display: table-header-group;
  }
  /* line 19030, app/assets/stylesheets/theme/style.css */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 19034, app/assets/stylesheets/theme/style.css */
  p,
h2,
.h2,
h3,
.h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 19040, app/assets/stylesheets/theme/style.css */
  h2, .h2,
h3,
.h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 19047, app/assets/stylesheets/theme/style.css */
  body {
    min-width: 992px !important;
  }
  /* line 19050, app/assets/stylesheets/theme/style.css */
  .container {
    min-width: 992px !important;
  }
  /* line 19053, app/assets/stylesheets/theme/style.css */
  .navbar {
    display: none;
  }
  /* line 19056, app/assets/stylesheets/theme/style.css */
  .badge {
    border: 1px solid #000;
  }
  /* line 19059, app/assets/stylesheets/theme/style.css */
  .table, .jsgrid .jsgrid-table {
    border-collapse: collapse !important;
  }
  /* line 19063, app/assets/stylesheets/theme/style.css */
  .table td,
.jsgrid .jsgrid-table td, .table th, .jsgrid .jsgrid-table th {
    background-color: #ffffff !important;
  }
  /* line 19067, app/assets/stylesheets/theme/style.css */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  /* line 19071, app/assets/stylesheets/theme/style.css */
  .table-dark {
    color: inherit;
  }
  /* line 19074, app/assets/stylesheets/theme/style.css */
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #CED4DA;
  }
  /* line 19080, app/assets/stylesheets/theme/style.css */
  .table .thead-dark th, .jsgrid .jsgrid-table .thead-dark th {
    color: inherit;
    border-color: #CED4DA;
  }
}

/*-------------------------------------------------------------------*/
/* === Template mixins === */
/* Miscellaneous Mixins */
/* line 19089, app/assets/stylesheets/theme/style.css */
.list-wrapper ul li .form-check, .list-wrapper ul li .form-check .form-check-label, .email-wrapper .mail-sidebar .menu-bar .profile-list-item a .user .u-name, .email-wrapper .mail-sidebar .menu-bar .profile-list-item a .user .u-designation, .email-wrapper .mail-list-container .mail-list .content .sender-name, .email-wrapper .message-body .attachments-sections ul li .details p.file-name, .settings-panel .chat-list .list .info p {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}

/* line 19096, app/assets/stylesheets/theme/style.css */
.list-wrapper ul li .form-check, .list-wrapper ul li .form-check .form-check-label, .email-wrapper .mail-sidebar .menu-bar .profile-list-item a .user .u-name, .email-wrapper .mail-sidebar .menu-bar .profile-list-item a .user .u-designation, .email-wrapper .mail-list-container .mail-list .content .sender-name, .email-wrapper .message-body .attachments-sections ul li .details p.file-name, .settings-panel .chat-list .list .info p {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}

/* Animation Mixins */
@keyframes dropdownAnimation {
  from {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
  }
  to {
    opacity: 1;
    transform: none;
    transform: translate3d(0, 0px, 0);
  }
}

/* line 19116, app/assets/stylesheets/theme/style.css */
.dropdownAnimation, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu {
  animation-name: dropdownAnimation;
  animation-duration: 0.25s;
  animation-fill-mode: both;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* line 19139, app/assets/stylesheets/theme/style.css */
.fadeOut {
  animation-name: fadeOut;
}

/* line 19143, app/assets/stylesheets/theme/style.css */
.infinite-spin, #settings-trigger i {
  animation-name: spin;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* line 19170, app/assets/stylesheets/theme/style.css */
.fadeInUp, #settings-trigger {
  animation-name: fadeInUp;
}

/*-------------------------------------------------------------------*/
/* === Core Styles === */
/* Reset Styles */
/* line 19177, app/assets/stylesheets/theme/style.css */
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

/* line 19183, app/assets/stylesheets/theme/style.css */
.form-control, .asColorPicker-input, .dataTables_wrapper select, .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text],
.jsgrid .jsgrid-table .jsgrid-filter-row select, .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number], .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-search__field, .typeahead,
.tt-query,
.tt-hint, .form-control:focus, .asColorPicker-input:focus, .dataTables_wrapper select:focus, .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]:focus,
.jsgrid .jsgrid-table .jsgrid-filter-row select:focus, .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]:focus, .select2-container--default .select2-selection--single:focus, .select2-container--default .select2-selection--single .select2-search__field:focus, .typeahead:focus,
.tt-query:focus,
.tt-hint:focus {
  box-shadow: none;
  outline: 0;
}

/* line 19196, app/assets/stylesheets/theme/style.css */
a,
div,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
p,
span {
  text-shadow: none;
}

/* line 19208, app/assets/stylesheets/theme/style.css */
[type=button]:focus,
a:active,
a:focus,
a:visited,
button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=file] > input[type=button]::-moz-focus-inner,
select::-moz-focus-inner {
  outline: 0;
}

/* line 19221, app/assets/stylesheets/theme/style.css */
input, .form-control:focus, .asColorPicker-input:focus, .dataTables_wrapper select:focus, .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]:focus,
.jsgrid .jsgrid-table .jsgrid-filter-row select:focus, .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]:focus, .select2-container--default .select2-selection--single:focus, .select2-container--default .select2-selection--single .select2-search__field:focus, .typeahead:focus,
.tt-query:focus,
.tt-hint:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
  outline-width: 0;
  outline-color: transparent;
  box-shadow: none;
  outline-style: none;
}

/* line 19236, app/assets/stylesheets/theme/style.css */
textarea {
  resize: none;
  overflow-x: hidden;
}

/* line 19241, app/assets/stylesheets/theme/style.css */
.btn, .fc button, .ajax-upload-dragdrop .ajax-file-upload, .swal2-modal .swal2-buttonswrapper .swal2-styled, .swal2-modal .swal2-buttonswrapper .swal2-styled.swal2-confirm, .swal2-modal .swal2-buttonswrapper .swal2-styled.swal2-cancel, .wizard > .actions a,
.btn-group.open .dropdown-toggle,
.fc .open.fc-button-group .dropdown-toggle,
.btn:active,
.fc button:active,
.ajax-upload-dragdrop .ajax-file-upload:active,
.swal2-modal .swal2-buttonswrapper .swal2-styled:active,
.wizard > .actions a:active, .btn:focus, .fc button:focus, .ajax-upload-dragdrop .ajax-file-upload:focus, .swal2-modal .swal2-buttonswrapper .swal2-styled:focus, .wizard > .actions a:focus, .btn:hover, .fc button:hover, .ajax-upload-dragdrop .ajax-file-upload:hover, .swal2-modal .swal2-buttonswrapper .swal2-styled:hover, .wizard > .actions a:hover,
.btn:visited,
.fc button:visited,
.ajax-upload-dragdrop .ajax-file-upload:visited,
.swal2-modal .swal2-buttonswrapper .swal2-styled:visited,
.wizard > .actions a:visited,
a,
a:active,
a:checked,
a:focus,
a:hover,
a:visited,
body,
button,
button:active,
button:hover,
button:visited,
div,
input,
input:active,
input:focus,
input:hover,
input:visited,
select,
select:active,
select:focus,
select:visited,
textarea,
textarea:active,
textarea:focus,
textarea:hover,
textarea:visited {
  box-shadow: none;
}

/* line 19285, app/assets/stylesheets/theme/style.css */
.btn.active.focus, .fc button.active.focus, .ajax-upload-dragdrop .active.focus.ajax-file-upload, .swal2-modal .swal2-buttonswrapper .active.focus.swal2-styled, .wizard > .actions a.active.focus,
.btn.active:focus,
.fc button.active:focus,
.ajax-upload-dragdrop .active.ajax-file-upload:focus,
.swal2-modal .swal2-buttonswrapper .active.swal2-styled:focus,
.wizard > .actions a.active:focus, .btn.focus, .fc button.focus, .ajax-upload-dragdrop .focus.ajax-file-upload, .swal2-modal .swal2-buttonswrapper .focus.swal2-styled, .wizard > .actions a.focus,
.btn.focus:active,
.fc button.focus:active,
.ajax-upload-dragdrop .ajax-file-upload.focus:active,
.swal2-modal .swal2-buttonswrapper .swal2-styled.focus:active,
.wizard > .actions a.focus:active,
.btn:active:focus,
.fc button:active:focus,
.ajax-upload-dragdrop .ajax-file-upload:active:focus,
.swal2-modal .swal2-buttonswrapper .swal2-styled:active:focus,
.wizard > .actions a:active:focus, .btn:focus, .fc button:focus, .ajax-upload-dragdrop .ajax-file-upload:focus, .swal2-modal .swal2-buttonswrapper .swal2-styled:focus, .wizard > .actions a:focus,
button,
button:active,
button:checked,
button:focus,
button:hover,
button:visited {
  outline: 0;
  outline-offset: 0;
}

/* line 19311, app/assets/stylesheets/theme/style.css */
.bootstrap-select .dropdown-toggle:focus {
  outline: 0;
  outline-offset: 0;
}

/* line 19316, app/assets/stylesheets/theme/style.css */
.dropdown-menu > li > a:active,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:visited {
  outline: 0;
}

/* line 19323, app/assets/stylesheets/theme/style.css */
a:focus,
input:focus {
  border-color: transparent;
  outline: none;
}

@font-face {
  font-family: 'Nunito';
  src: url(/assets/Nunito/Nunito-Light-3648def1a49f1478aee69cc7d474dc370f11043595b9dd01334d10b0b3ba3cf2.eot);
  src: url(/assets/Nunito/Nunito-Light-3648def1a49f1478aee69cc7d474dc370f11043595b9dd01334d10b0b3ba3cf2.eot?#iefix) format("embedded-opentype"), url(/assets/Nunito/Nunito-Light-31a7a60e09b0976b769e0c77c2d1587ded9194950411ccb6aae3ec0b226d0f1c.woff2) format("woff2"), url(/assets/Nunito/Nunito-Light-e08dd167ac377674ae2557aa08df4781574e233556e10d4d8b9c3e58a384db69.woff) format("woff"), url(/assets/Nunito/Nunito-Light-0b8a33dcda407be3918f5924db80912ed7f2b19d9d39dfb89127321790b5cd96.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Nunito';
  src: url(/assets/Nunito/Nunito-Bold-0a75bd2098ea5ae65c2b0c8d06a561a08f8ccab1d840f49beb003f3569c1b7b3.eot);
  src: url(/assets/Nunito/Nunito-Bold-0a75bd2098ea5ae65c2b0c8d06a561a08f8ccab1d840f49beb003f3569c1b7b3.eot?#iefix) format("embedded-opentype"), url(/assets/Nunito/Nunito-Bold-53a82d57ab6eae998ac7df10c8e052b455ba6103eb72a42d6d7d39c237fc5e0c.woff2) format("woff2"), url(/assets/Nunito/Nunito-Bold-762cb23564e0cd7ba162493b65ab0ce41d90a56a0125ed30d7428bd358cef4f7.woff) format("woff"), url(/assets/Nunito/Nunito-Bold-b905201fa7c4c5fb3f112cb7918b0157440c36970cff6eb5bf93a942d6d977c3.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Nunito';
  src: url(/assets/Nunito/Nunito-SemiBold-8ffb9ca369b977e9aa531b466fa29a1b046b4e9cc57b2bf297aeb08e5470f200.eot);
  src: url(/assets/Nunito/Nunito-SemiBold-8ffb9ca369b977e9aa531b466fa29a1b046b4e9cc57b2bf297aeb08e5470f200.eot?#iefix) format("embedded-opentype"), url(/assets/Nunito/Nunito-SemiBold-95e59a8e126f375c2fc15adb8081451d7f13ece347bcf02bc43ea3ef0e25ce4a.woff2) format("woff2"), url(/assets/Nunito/Nunito-SemiBold-dd78acaee6a78728d413eb62e80d038898ed1816bf98b62379faf897b530de5d.woff) format("woff"), url(/assets/Nunito/Nunito-SemiBold-306449afe46e17bbbcb0470434a80d64e1804a4f2253d81c6f0b227011aa60fd.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Nunito';
  src: url(/assets/Nunito/Nunito-Regular-f4f6f0977cc2b06df3447cb3a6ec6211cd945eedcd84f38bd28bb58a8965e55f.eot);
  src: url(/assets/Nunito/Nunito-Regular-f4f6f0977cc2b06df3447cb3a6ec6211cd945eedcd84f38bd28bb58a8965e55f.eot?#iefix) format("embedded-opentype"), url(/assets/Nunito/Nunito-Regular-5ab6ff785b94829e53c71524d5f357a65e26855b378ad260e6f1f72a41b7ea26.woff2) format("woff2"), url(/assets/Nunito/Nunito-Regular-956566f8e0fbdeaa35df5218b7bc6afef7776510c85515635d79e96bc6194810.woff) format("woff"), url(/assets/Nunito/Nunito-Regular-5303baeb2dc91b00ee752e47a120e33a019394ba7d958057d2332b1366b8401a.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* line 19361, app/assets/stylesheets/theme/style.css */
.bg-twitter {
  background: #4747A1;
}

/* line 19365, app/assets/stylesheets/theme/style.css */
.bg-facebook {
  background: #7DA0FA;
}

/* line 19369, app/assets/stylesheets/theme/style.css */
.bg-google {
  background: #dc4a38;
}

/* line 19373, app/assets/stylesheets/theme/style.css */
.bg-linkedin {
  background: #7978E9;
}

/* line 19377, app/assets/stylesheets/theme/style.css */
.bg-pinterest {
  background: #cc2127;
}

/* line 19381, app/assets/stylesheets/theme/style.css */
.bg-youtube {
  background: #e52d27;
}

/* line 19385, app/assets/stylesheets/theme/style.css */
.bg-github {
  background: #333333;
}

/* line 19389, app/assets/stylesheets/theme/style.css */
.bg-behance {
  background: #1769ff;
}

/* line 19393, app/assets/stylesheets/theme/style.css */
.bg-dribbble {
  background: #ea4c89;
}

/* line 19397, app/assets/stylesheets/theme/style.css */
.bg-reddit {
  background: #ff4500;
}

/* line 19401, app/assets/stylesheets/theme/style.css */
.bg-gradient-primary {
  background: linear-gradient(230deg, #759bff, #843cf6);
}

/* line 19405, app/assets/stylesheets/theme/style.css */
.bg-gradient-secondary {
  background: linear-gradient(to right, #e7ebf0, #868e96);
}

/* line 19409, app/assets/stylesheets/theme/style.css */
.bg-gradient-success {
  background: linear-gradient(45deg, #7bffce, #30c93e);
}

/* line 19413, app/assets/stylesheets/theme/style.css */
.bg-gradient-info {
  background: linear-gradient(to bottom, #0e4cfd, #6a8eff);
}

/* line 19417, app/assets/stylesheets/theme/style.css */
.bg-gradient-warning {
  background: linear-gradient(135deg, #ffc480, #ff763b);
}

/* line 19421, app/assets/stylesheets/theme/style.css */
.bg-gradient-danger {
  background: linear-gradient(316deg, #fc5286, #fbaaa2);
}

/* line 19425, app/assets/stylesheets/theme/style.css */
.bg-gradient-light {
  background: linear-gradient(to right, #cfd9df 0%, #e2ebf0 100%);
}

/* line 19429, app/assets/stylesheets/theme/style.css */
.bg-gradient-dark {
  background: linear-gradient(to right, #7d7979 0%, #000000 100%);
}

/* Typography */
/* line 19434, app/assets/stylesheets/theme/style.css */
body {
  font-size: 1rem;
  font-family: "Nunito", sans-serif;
  font-weight: initial;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
}

/* line 19442, app/assets/stylesheets/theme/style.css */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 500;
  line-height: 1;
}

/* line 19448, app/assets/stylesheets/theme/style.css */
p {
  font-size: 0.875rem;
  margin-bottom: .5rem;
  line-height: 1.3rem;
}

/* line 19454, app/assets/stylesheets/theme/style.css */
h1, .h1 {
  font-size: 3.125rem;
}

/* line 19458, app/assets/stylesheets/theme/style.css */
h2, .h2 {
  font-size: 2.187rem;
}

/* line 19462, app/assets/stylesheets/theme/style.css */
h3, .h3 {
  font-size: 1.525rem;
}

/* line 19466, app/assets/stylesheets/theme/style.css */
h4, .h4 {
  font-size: 1.125rem;
}

/* line 19470, app/assets/stylesheets/theme/style.css */
h5, .h5 {
  font-size: 1rem;
}

/* line 19474, app/assets/stylesheets/theme/style.css */
h6, .h6 {
  font-size: .9375rem;
}

/* line 19478, app/assets/stylesheets/theme/style.css */
.display-1 {
  font-size: 3.75rem;
}

@media (max-width: 991px) {
  /* line 19483, app/assets/stylesheets/theme/style.css */
  .display-1 {
    font-size: 3rem;
  }
}

/* line 19488, app/assets/stylesheets/theme/style.css */
.display-2 {
  font-size: 3.125rem;
}

@media (max-width: 991px) {
  /* line 19493, app/assets/stylesheets/theme/style.css */
  .display-2 {
    font-size: 2.5rem;
  }
}

/* line 19498, app/assets/stylesheets/theme/style.css */
.display-3 {
  font-size: 2.5rem;
}

@media (max-width: 991px) {
  /* line 19503, app/assets/stylesheets/theme/style.css */
  .display-3 {
    font-size: 2rem;
  }
}

/* line 19508, app/assets/stylesheets/theme/style.css */
.display-4 {
  font-size: 1.875rem;
}

@media (max-width: 991px) {
  /* line 19513, app/assets/stylesheets/theme/style.css */
  .display-4 {
    font-size: 1.5rem;
  }
}

/* line 19518, app/assets/stylesheets/theme/style.css */
.display-5 {
  font-size: 1.25rem;
}

@media (max-width: 991px) {
  /* line 19523, app/assets/stylesheets/theme/style.css */
  .display-5 {
    font-size: 1rem;
  }
}

/* line 19528, app/assets/stylesheets/theme/style.css */
.blockquote {
  padding: 1.25rem;
  border: 1px solid #CED4DA;
}

/* line 19533, app/assets/stylesheets/theme/style.css */
address p {
  margin-bottom: 0;
}

/* line 19537, app/assets/stylesheets/theme/style.css */
.blockquote-primary {
  border-color: #4B49AC;
}

/* line 19541, app/assets/stylesheets/theme/style.css */
.blockquote-primary .blockquote-footer {
  color: #4B49AC;
}

/* line 19545, app/assets/stylesheets/theme/style.css */
.blockquote-secondary {
  border-color: #a3a4a5;
}

/* line 19549, app/assets/stylesheets/theme/style.css */
.blockquote-secondary .blockquote-footer {
  color: #a3a4a5;
}

/* line 19553, app/assets/stylesheets/theme/style.css */
.blockquote-success {
  border-color: #57B657;
}

/* line 19557, app/assets/stylesheets/theme/style.css */
.blockquote-success .blockquote-footer {
  color: #57B657;
}

/* line 19561, app/assets/stylesheets/theme/style.css */
.blockquote-info {
  border-color: #248AFD;
}

/* line 19565, app/assets/stylesheets/theme/style.css */
.blockquote-info .blockquote-footer {
  color: #248AFD;
}

/* line 19569, app/assets/stylesheets/theme/style.css */
.blockquote-warning {
  border-color: #FFC100;
}

/* line 19573, app/assets/stylesheets/theme/style.css */
.blockquote-warning .blockquote-footer {
  color: #FFC100;
}

/* line 19577, app/assets/stylesheets/theme/style.css */
.blockquote-danger {
  border-color: #FF4747;
}

/* line 19581, app/assets/stylesheets/theme/style.css */
.blockquote-danger .blockquote-footer {
  color: #FF4747;
}

/* line 19585, app/assets/stylesheets/theme/style.css */
.blockquote-light {
  border-color: #f8f9fa;
}

/* line 19589, app/assets/stylesheets/theme/style.css */
.blockquote-light .blockquote-footer {
  color: #f8f9fa;
}

/* line 19593, app/assets/stylesheets/theme/style.css */
.blockquote-dark {
  border-color: #282f3a;
}

/* line 19597, app/assets/stylesheets/theme/style.css */
.blockquote-dark .blockquote-footer {
  color: #282f3a;
}

/* line 19601, app/assets/stylesheets/theme/style.css */
.error-page h1, .error-page .h1 {
  font-size: 12rem;
}

@media (max-width: 991px) {
  /* line 19606, app/assets/stylesheets/theme/style.css */
  .error-page h1, .error-page .h1 {
    font-size: 8rem;
  }
}

/* line 19611, app/assets/stylesheets/theme/style.css */
.text-twitter {
  color: #4747A1;
}

/* line 19615, app/assets/stylesheets/theme/style.css */
.text-facebook {
  color: #7DA0FA;
}

/* line 19619, app/assets/stylesheets/theme/style.css */
.text-google {
  color: #dc4a38;
}

/* line 19623, app/assets/stylesheets/theme/style.css */
.text-linkedin {
  color: #7978E9;
}

/* line 19627, app/assets/stylesheets/theme/style.css */
.text-pinterest {
  color: #cc2127;
}

/* line 19631, app/assets/stylesheets/theme/style.css */
.text-youtube {
  color: #e52d27;
}

/* line 19635, app/assets/stylesheets/theme/style.css */
.text-github {
  color: #333333;
}

/* line 19639, app/assets/stylesheets/theme/style.css */
.text-behance {
  color: #1769ff;
}

/* line 19643, app/assets/stylesheets/theme/style.css */
.text-dribbble {
  color: #ea4c89;
}

/* line 19647, app/assets/stylesheets/theme/style.css */
.text-reddit {
  color: #ff4500;
}

/* line 19651, app/assets/stylesheets/theme/style.css */
.page-header {
  margin-bottom: 2.5rem;
}

/* line 19655, app/assets/stylesheets/theme/style.css */
.page-header .page-title {
  margin-bottom: 0;
  line-height: .85;
}

/* line 19660, app/assets/stylesheets/theme/style.css */
.font-weight-medium {
  font-weight: 600;
}

/* line 19664, app/assets/stylesheets/theme/style.css */
.font-weight-500 {
  font-weight: 500;
}

/* Miscellanoeous */
/* line 19669, app/assets/stylesheets/theme/style.css */
body,
html {
  overflow-x: hidden;
  padding-right: 0 !important;
}

/* line 19675, app/assets/stylesheets/theme/style.css */
*:-moz-full-screen,
*:-webkit-full-screen,
*:fullscreen *:-ms-fullscreen {
  overflow: auto;
}

/* line 19681, app/assets/stylesheets/theme/style.css */
.container-scroller {
  overflow: hidden;
}

/* line 19685, app/assets/stylesheets/theme/style.css */
pre {
  background: #e8eff4;
  padding: 15px;
  font-size: 14px;
}

/* line 19691, app/assets/stylesheets/theme/style.css */
code {
  padding: 5px;
  color: #FF4747;
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  border-radius: 4px;
}

/* Footer */
/* line 19701, app/assets/stylesheets/theme/style.css */
.footer {
  background: #F5F7FF;
  padding: 30px 2.45rem;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  font-size: calc(0.875rem - 0.05rem);
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

/* line 19714, app/assets/stylesheets/theme/style.css */
.footer a {
  color: #4B49AC;
  font-size: inherit;
}

@media (max-width: 991px) {
  /* line 19720, app/assets/stylesheets/theme/style.css */
  .footer {
    margin-left: 0;
    width: 100%;
  }
}

/* Utilities */
/* line 19727, app/assets/stylesheets/theme/style.css */
.grid-margin {
  margin-bottom: 2.5rem;
}

@media (min-width: 576px) {
  /* line 19732, app/assets/stylesheets/theme/style.css */
  .grid-margin-sm-0 {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  /* line 19738, app/assets/stylesheets/theme/style.css */
  .grid-margin-md-0 {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  /* line 19744, app/assets/stylesheets/theme/style.css */
  .grid-margin-lg-0 {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  /* line 19750, app/assets/stylesheets/theme/style.css */
  .grid-margin-xl-0 {
    margin-bottom: 0;
  }
}

/* line 19755, app/assets/stylesheets/theme/style.css */
.img-lg {
  width: 92px;
  height: 92px;
}

/* line 19760, app/assets/stylesheets/theme/style.css */
.img-sm {
  width: 43px;
  height: 43px;
}

/* line 19765, app/assets/stylesheets/theme/style.css */
.img-xs {
  width: 37px;
  height: 37px;
}

/* line 19770, app/assets/stylesheets/theme/style.css */
.img-ss, .settings-panel .color-tiles .tiles {
  width: 26px;
  height: 26px;
}

/* line 19775, app/assets/stylesheets/theme/style.css */
.stretch-card {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}

/* line 19784, app/assets/stylesheets/theme/style.css */
.stretch-card > .card {
  width: 100%;
  min-width: 100%;
}

@media (min-width: 576px) {
  /* line 19790, app/assets/stylesheets/theme/style.css */
  .border-right-sm {
    border-right: 1px solid #CED4DA;
  }
}

@media (min-width: 768px) {
  /* line 19796, app/assets/stylesheets/theme/style.css */
  .border-right-md {
    border-right: 1px solid #CED4DA;
  }
}

@media (min-width: 992px) {
  /* line 19802, app/assets/stylesheets/theme/style.css */
  .border-right-lg {
    border-right: 1px solid #CED4DA;
  }
}

@media (min-width: 576px) {
  /* line 19808, app/assets/stylesheets/theme/style.css */
  .border-left-sm {
    border-left: 1px solid #CED4DA;
  }
}

@media (min-width: 768px) {
  /* line 19814, app/assets/stylesheets/theme/style.css */
  .border-left-md {
    border-left: 1px solid #CED4DA;
  }
}

@media (min-width: 992px) {
  /* line 19820, app/assets/stylesheets/theme/style.css */
  .border-left-lg {
    border-left: 1px solid #CED4DA;
  }
}

/* line 19825, app/assets/stylesheets/theme/style.css */
.text-gray, .card .card-subtitle {
  color: #8c8c8c;
}

/* line 19829, app/assets/stylesheets/theme/style.css */
.text-black {
  color: #000;
}

/* line 19833, app/assets/stylesheets/theme/style.css */
.text-small {
  font-size: 13px;
}

/* line 19837, app/assets/stylesheets/theme/style.css */
.flex-grow {
  flex-grow: 1;
}

/* line 19841, app/assets/stylesheets/theme/style.css */
.hover-cursor:hover {
  cursor: pointer;
}

/* line 19845, app/assets/stylesheets/theme/style.css */
.min-width-cell {
  min-width: 110px;
}

/* Demo Styles */
/* line 19850, app/assets/stylesheets/theme/style.css */
.template-demo .slider-wrap {
  height: 100px;
}

/* line 19854, app/assets/stylesheets/theme/style.css */
.template-demo .progress {
  margin-top: 1.5rem;
}

/* line 19858, app/assets/stylesheets/theme/style.css */
.template-demo > h2, .template-demo > .h2,
.template-demo > h3,
.template-demo > .h3,
.template-demo > h4,
.template-demo > .h4,
.template-demo > h5,
.template-demo > .h5,
.template-demo > h6,
.template-demo > .h6,
.template-demo > h1,
.template-demo > .h1 {
  border-top: 1px solid #CED4DA;
  padding: 0.5rem 0 0;
}

/* line 19868, app/assets/stylesheets/theme/style.css */
.template-demo .ul-slider.noUi-horizontal {
  margin-top: 2rem;
}

/* line 19872, app/assets/stylesheets/theme/style.css */
.template-demo .ul-slider.noUi-vertical {
  margin-right: 2rem;
}

/* line 19876, app/assets/stylesheets/theme/style.css */
.template-demo > .dropdown {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 19881, app/assets/stylesheets/theme/style.css */
.template-demo nav .breadcrumb {
  margin-bottom: 1.375rem;
}

/* line 19885, app/assets/stylesheets/theme/style.css */
.template-demo nav:last-child .breadcrumb {
  margin-bottom: 0;
}

/* line 19889, app/assets/stylesheets/theme/style.css */
.template-demo .editable-form > .form-group {
  border-bottom: 1px solid #CED4DA;
  padding-bottom: 0.8rem;
  margin-bottom: 0.8rem;
}

/* line 19895, app/assets/stylesheets/theme/style.css */
.template-demo .circle-progress {
  padding: 15px;
}

/* line 19899, app/assets/stylesheets/theme/style.css */
.demo-modal {
  position: static;
  display: block;
}

/* line 19904, app/assets/stylesheets/theme/style.css */
.demo-modal .modal-dialog.modal-lg {
  max-width: 100%;
}

/* line 19908, app/assets/stylesheets/theme/style.css */
.loader-demo-box {
  width: 100%;
  height: 200px;
}

/* line 19913, app/assets/stylesheets/theme/style.css */
.dropdown-menu-static-demo {
  height: 250px;
  margin-bottom: 20px;
}

/* line 19918, app/assets/stylesheets/theme/style.css */
.dropdown-menu-static-demo .dropdown-menu {
  z-index: 0;
}

/* line 19922, app/assets/stylesheets/theme/style.css */
.rounded-legend ul li {
  list-style-type: none;
  color: #737F8B;
  font-size: .75rem;
}

/* line 19928, app/assets/stylesheets/theme/style.css */
.rounded-legend ul li .legend-dots {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: .5rem;
}

/* line 19937, app/assets/stylesheets/theme/style.css */
.rtl .rounded-legend ul li .legend-dots {
  margin-left: .5rem;
}

/* line 19941, app/assets/stylesheets/theme/style.css */
.rounded-legend.legend-horizontal {
  display: flex;
}

/* line 19946, app/assets/stylesheets/theme/style.css */
.rounded-legend.legend-horizontal ul li {
  display: inline-block;
  margin-right: 1.5rem;
}

/* line 19951, app/assets/stylesheets/theme/style.css */
.rtl .rounded-legend.legend-horizontal ul li {
  margin-right: auto;
  margin-left: 1.5rem;
}

/* line 19956, app/assets/stylesheets/theme/style.css */
.rounded-legend.legend-top-right ul {
  float: right;
}

/* line 19960, app/assets/stylesheets/theme/style.css */
.rtl .rounded-legend.legend-top-right ul {
  float: left;
}

/* line 19964, app/assets/stylesheets/theme/style.css */
.rounded-legend.legend-vertical ul li {
  margin-top: 1rem;
}

/* line 19968, app/assets/stylesheets/theme/style.css */
.demo-chart {
  height: 300px;
}

@media (max-width: 767px) {
  /* line 19973, app/assets/stylesheets/theme/style.css */
  .demo-chart {
    height: 200px;
  }
}

/* line 19978, app/assets/stylesheets/theme/style.css */
.documentation {
  padding-top: 0;
  max-width: 100%;
}

/* line 19983, app/assets/stylesheets/theme/style.css */
.documentation .content-wrapper {
  padding-top: 0;
  min-height: calc(100vh - 75px);
}

/* line 19988, app/assets/stylesheets/theme/style.css */
.doc-table-contents,
.doc-header {
  position: fixed;
}

/* line 19993, app/assets/stylesheets/theme/style.css */
.doc-header {
  padding-top: 16px;
  padding-bottom: 16px;
  z-index: 10;
  background: #F5F7FF;
}

/* line 20000, app/assets/stylesheets/theme/style.css */
.doc-content {
  padding-top: 157px;
}

/* line 20004, app/assets/stylesheets/theme/style.css */
.doc-table-contents {
  overflow: auto;
  max-height: calc(100% - 157px);
}

/* line 20009, app/assets/stylesheets/theme/style.css */
.doc-table-contents ul li {
  margin-top: 10px;
}

/* line 20013, app/assets/stylesheets/theme/style.css */
.doc-credits ul li {
  margin-bottom: 10px;
}

/* line 20017, app/assets/stylesheets/theme/style.css */
.doc-credits ul li a {
  margin-left: .25rem;
}

/* line 20021, app/assets/stylesheets/theme/style.css */
.demo-vector-map {
  width: 100%;
  height: 500px;
}

/* line 20026, app/assets/stylesheets/theme/style.css */
.sparkline-demo-chart canvas {
  max-width: 100%;
}

/* line 20030, app/assets/stylesheets/theme/style.css */
.performance-overview-carousel .carousel-inner .item::after {
  content: '';
  width: 1px;
  height: 60px;
  background: #248AFD;
  position: absolute;
  right: 0;
  top: 25%;
}

@media (max-width: 767px) {
  /* line 20041, app/assets/stylesheets/theme/style.css */
  .performance-overview-carousel .carousel-inner .item::after {
    display: none;
  }
}

/* line 20046, app/assets/stylesheets/theme/style.css */
.performance-overview-carousel .carousel-inner .item .icon::before {
  position: absolute;
  z-index: -1;
}

/* line 20051, app/assets/stylesheets/theme/style.css */
.performance-overview-carousel .carousel-inner .item .icon.icon-a::before {
  content: url(/assets/dashboard/shape-1.svg);
}

/* line 20055, app/assets/stylesheets/theme/style.css */
.performance-overview-carousel .carousel-inner .item .icon.icon-b::before {
  content: url(/assets/dashboard/shape-1.svg);
}

/* line 20059, app/assets/stylesheets/theme/style.css */
.performance-overview-carousel .carousel-inner .item .icon.icon-c::before {
  content: url(/assets/dashboard/shape-3.svg);
}

/* line 20063, app/assets/stylesheets/theme/style.css */
.performance-overview-carousel .carousel-control-prev,
.performance-overview-carousel .carousel-control-next {
  top: 1.3rem;
  width: 1.875rem;
  height: 1.875rem;
  background: #3698fc;
  border-radius: 0.375rem;
  opacity: 1;
}

/* line 20073, app/assets/stylesheets/theme/style.css */
.performance-overview-carousel .carousel-control-prev:hover,
.performance-overview-carousel .carousel-control-next:hover {
  opacity: .7;
}

/* line 20078, app/assets/stylesheets/theme/style.css */
.performance-overview-carousel .carousel-control-prev {
  left: auto;
  right: 4rem;
}

/* line 20083, app/assets/stylesheets/theme/style.css */
.performance-overview-carousel .carousel-control-prev .carousel-control-prev-icon {
  background-image: none;
}

/* line 20087, app/assets/stylesheets/theme/style.css */
.performance-overview-carousel .carousel-control-prev:after {
  font-family: "themify";
  content: '\e64a';
  font-size: .875rem;
  color: #ffffff;
  line-height: 1.875rem;
  margin-right: 0.48rem;
}

/* line 20096, app/assets/stylesheets/theme/style.css */
.performance-overview-carousel .carousel-control-next {
  left: auto;
  right: 1.681rem;
}

/* line 20101, app/assets/stylesheets/theme/style.css */
.performance-overview-carousel .carousel-control-next .carousel-control-next-icon {
  background-image: none;
}

/* line 20105, app/assets/stylesheets/theme/style.css */
.performance-overview-carousel .carousel-control-next:after {
  font-family: "themify";
  content: '\e649';
  font-size: .875rem;
  color: #ffffff;
  line-height: 1.875rem;
  margin-right: 0.48rem;
}

/* line 20114, app/assets/stylesheets/theme/style.css */
.detailed-report-carousel .carousel-control-prev,
.detailed-report-carousel .carousel-control-next {
  top: 1.3rem;
  width: 1.875rem;
  height: 1.875rem;
  background: #ecedf2;
  border-radius: 0.375rem;
  opacity: 1;
}

/* line 20124, app/assets/stylesheets/theme/style.css */
.detailed-report-carousel .carousel-control-prev:hover,
.detailed-report-carousel .carousel-control-next:hover {
  opacity: .7;
}

/* line 20129, app/assets/stylesheets/theme/style.css */
.detailed-report-carousel .carousel-control-prev {
  left: auto;
  right: 4rem;
}

/* line 20134, app/assets/stylesheets/theme/style.css */
.detailed-report-carousel .carousel-control-prev .carousel-control-prev-icon {
  background-image: none;
}

/* line 20138, app/assets/stylesheets/theme/style.css */
.detailed-report-carousel .carousel-control-prev:after {
  font-family: "themify";
  content: '\e64a';
  font-size: .875rem;
  color: #6c7383;
  line-height: 1.875rem;
  margin-right: 0.48rem;
}

/* line 20147, app/assets/stylesheets/theme/style.css */
.detailed-report-carousel .carousel-control-next {
  left: auto;
  right: 1.681rem;
}

/* line 20152, app/assets/stylesheets/theme/style.css */
.detailed-report-carousel .carousel-control-next .carousel-control-next-icon {
  background-image: none;
}

/* line 20156, app/assets/stylesheets/theme/style.css */
.detailed-report-carousel .carousel-control-next:after {
  font-family: "themify";
  content: '\e649';
  font-size: .875rem;
  color: #6c7383;
  line-height: 1.875rem;
  margin-right: 0.48rem;
}

/* line 20165, app/assets/stylesheets/theme/style.css */
.charts-data .progress {
  background: transparent;
}

/* line 20169, app/assets/stylesheets/theme/style.css */
.charts-data .progress .progress-bar {
  border-radius: 11px;
}

/* line 20173, app/assets/stylesheets/theme/style.css */
.show > .btn-out-line-light .dropdown-toggle:focus {
  box-shadow: none;
}

/* line 20177, app/assets/stylesheets/theme/style.css */
.navbar-brand.landing img {
  height: 34px;
}

/* line 20181, app/assets/stylesheets/theme/style.css */
.landing-effect {
  overflow: hidden;
  box-shadow: 0px 0px 5px 1px rgba(222, 222, 222, 0.75);
}

/* line 20186, app/assets/stylesheets/theme/style.css */
.landing-effect img {
  transition: transform .5s;
}

/* line 20190, app/assets/stylesheets/theme/style.css */
.landing-effect:hover img {
  transform: scale(1.1);
}

/* line 20194, app/assets/stylesheets/theme/style.css */
.card-people {
  position: relative;
  padding-top: 20px;
}

/* line 20199, app/assets/stylesheets/theme/style.css */
.card-people img {
  border-radius: 20px;
  width: 100%;
}

/* line 20204, app/assets/stylesheets/theme/style.css */
.card-people .weather-info {
  position: absolute;
  top: 30px;
  right: 24px;
}

/* line 20210, app/assets/stylesheets/theme/style.css */
.card-people .weather-info sup {
  font-size: 18px;
}

/* line 20214, app/assets/stylesheets/theme/style.css */
.card-people .weather-info .location {
  font-size: 20px;
  margin-bottom: 0;
}

/* line 20219, app/assets/stylesheets/theme/style.css */
.weather-info {
  position: absolute;
  top: 30px;
  right: 24px;
}

/* line 20225, app/assets/stylesheets/theme/style.css */
.weather-info sup {
  font-size: 18px;
}

/* line 20229, app/assets/stylesheets/theme/style.css */
.weather-info .location {
  font-size: 20px;
  margin-bottom: 0;
}

/* line 20234, app/assets/stylesheets/theme/style.css */
.fs-30 {
  font-size: 30px;
}

/* line 20238, app/assets/stylesheets/theme/style.css */
.chartjs-legend ul {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
}

/* line 20244, app/assets/stylesheets/theme/style.css */
.chartjs-legend ul li {
  display: flex;
  align-items: center;
}

/* line 20251, app/assets/stylesheets/theme/style.css */
.chartjs-legend ul li span {
  width: 1.562rem;
  height: 0.312rem;
  margin-right: .4rem;
  display: inline-block;
  font-size: 0.875rem;
  border-radius: 3px;
}

/* line 20260, app/assets/stylesheets/theme/style.css */
.rtl .chartjs-legend ul {
  padding-right: 0;
}

/* line 20264, app/assets/stylesheets/theme/style.css */
.rtl .chartjs-legend ul li {
  margin-right: 0;
  margin-left: 8%;
}

/* line 20269, app/assets/stylesheets/theme/style.css */
.rtl .chartjs-legend ul li span {
  margin-right: 0;
  margin-left: 1rem;
}

/* line 20274, app/assets/stylesheets/theme/style.css */
.chartjs-legend.analytics-legend ul {
  padding-left: 0;
}

/*-------------------------------------------------------------------*/
/* === Components === */
/* Accordions */
/* line 20281, app/assets/stylesheets/theme/style.css */
.accordion {
  border-radius: 8px;
}

/* line 20285, app/assets/stylesheets/theme/style.css */
.accordion > .card {
  margin-bottom: .75rem;
  box-shadow: 0px 1px 15px 1px rgba(230, 234, 236, 0.35);
  border-radius: .25rem;
  border-radius: 8px;
}

/* line 20292, app/assets/stylesheets/theme/style.css */
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 8;
  border-bottom-left-radius: 8;
  border-radius: 8px;
}

/* line 20299, app/assets/stylesheets/theme/style.css */
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 8;
  border-top-right-radius: 8;
  border-radius: 8px;
}

/* line 20305, app/assets/stylesheets/theme/style.css */
.accordion > .card .card-header {
  background-color: transparent;
  border: none;
  padding: 2rem;
  border-radius: 8px;
}

/* line 20312, app/assets/stylesheets/theme/style.css */
.accordion > .card .card-header * {
  font-weight: 400;
  font-size: 1rem;
}

/* line 20317, app/assets/stylesheets/theme/style.css */
.accordion > .card .card-header a {
  display: block;
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  position: relative;
  transition: color 0.5s ease;
  padding-right: 1.5rem;
}

/* line 20331, app/assets/stylesheets/theme/style.css */
.accordion > .card .card-header a:before {
  font-family: "themify";
  position: absolute;
  right: 7px;
  top: 0;
  font-size: 14px;
  display: block;
}

/* line 20340, app/assets/stylesheets/theme/style.css */
.accordion > .card .card-header a[aria-expanded="true"] {
  color: #4B49AC;
}

/* line 20344, app/assets/stylesheets/theme/style.css */
.accordion > .card .card-header a[aria-expanded="true"]:before {
  content: "\e622";
}

/* line 20348, app/assets/stylesheets/theme/style.css */
.accordion > .card .card-header a[aria-expanded="false"]:before {
  content: "\e61a";
}

/* line 20352, app/assets/stylesheets/theme/style.css */
.accordion > .card .card-body {
  font-size: 14px;
  padding: 0 2rem 2rem 2rem;
  font-weight: 400;
  line-height: 1.5;
}

/* line 20359, app/assets/stylesheets/theme/style.css */
.accordion > .card .card-body i {
  font-size: 1.25rem;
}

/* line 20363, app/assets/stylesheets/theme/style.css */
.accordion.accordion-bordered {
  background: #ffffff;
  box-shadow: 0px 1px 15px 1px rgba(230, 234, 236, 0.35);
}

/* line 20368, app/assets/stylesheets/theme/style.css */
.accordion.accordion-bordered .card {
  margin: 0 2rem;
  border-top: 1px solid #CED4DA;
  box-shadow: none;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}

/* line 20377, app/assets/stylesheets/theme/style.css */
.accordion.accordion-bordered .card .card-header,
.accordion.accordion-bordered .card .card-body {
  padding-left: 0;
  padding-right: 0;
}

/* line 20383, app/assets/stylesheets/theme/style.css */
.accordion.accordion-bordered .card .card-header a:before {
  color: #FF4747;
}

/* line 20387, app/assets/stylesheets/theme/style.css */
.accordion.accordion-bordered .card .card-header a[aria-expanded="true"] {
  color: inherit;
}

/* line 20391, app/assets/stylesheets/theme/style.css */
.accordion.accordion-bordered .card .card-header a[aria-expanded="true"]:before {
  content: "\e65c";
}

/* line 20395, app/assets/stylesheets/theme/style.css */
.accordion.accordion-bordered .card .card-header a[aria-expanded="false"]:before {
  content: "\e65f";
}

/* line 20399, app/assets/stylesheets/theme/style.css */
.accordion.accordion-bordered .card:first-child {
  border-top: 0;
}

/* line 20403, app/assets/stylesheets/theme/style.css */
.accordion.accordion-bordered .card:last-child {
  border-bottom: 0;
}

/* line 20407, app/assets/stylesheets/theme/style.css */
.accordion.accordion-filled .card {
  padding: 0;
}

/* line 20411, app/assets/stylesheets/theme/style.css */
.accordion.accordion-filled .card .card-header {
  padding: 0;
}

/* line 20415, app/assets/stylesheets/theme/style.css */
.accordion.accordion-filled .card .card-header a {
  padding: 2rem 4.5rem 2rem 2rem;
  transition: all 0.2s linear;
}

/* line 20424, app/assets/stylesheets/theme/style.css */
.accordion.accordion-filled .card .card-header a:before {
  top: 40%;
  right: 40px;
}

/* line 20429, app/assets/stylesheets/theme/style.css */
.accordion.accordion-filled .card .card-header a[aria-expanded="true"] {
  background: #248AFD;
  color: #ffffff;
}

/* line 20434, app/assets/stylesheets/theme/style.css */
.accordion.accordion-filled .card .card-header a[aria-expanded="true"]:before {
  content: "\e648";
  color: #ffffff;
}

/* line 20439, app/assets/stylesheets/theme/style.css */
.accordion.accordion-filled .card .card-header a[aria-expanded="false"]:before {
  content: "\e64b";
}

/* line 20443, app/assets/stylesheets/theme/style.css */
.accordion.accordion-filled .card .card-body {
  padding: 0 2rem 2rem 2rem;
  background: #248AFD;
  color: #ffffff;
}

/* line 20449, app/assets/stylesheets/theme/style.css */
.accordion.accordion-solid-header .card {
  padding: 0;
}

/* line 20453, app/assets/stylesheets/theme/style.css */
.accordion.accordion-solid-header .card .card-header {
  padding: 0;
}

/* line 20457, app/assets/stylesheets/theme/style.css */
.accordion.accordion-solid-header .card .card-header a {
  padding: 2rem 4.5rem 2rem 2rem;
  transition: all 0.2s linear;
}

/* line 20466, app/assets/stylesheets/theme/style.css */
.accordion.accordion-solid-header .card .card-header a:before {
  top: 40%;
  right: 40px;
}

/* line 20471, app/assets/stylesheets/theme/style.css */
.accordion.accordion-solid-header .card .card-header a[aria-expanded="true"] {
  background: #4B49AC;
  color: #ffffff;
  border-radius: 8px;
}

/* line 20477, app/assets/stylesheets/theme/style.css */
.accordion.accordion-solid-header .card .card-header a[aria-expanded="true"]:before {
  content: "\e648";
  color: #ffffff;
}

/* line 20482, app/assets/stylesheets/theme/style.css */
.accordion.accordion-solid-header .card .card-header a[aria-expanded="false"]:before {
  content: "\e64b";
}

/* line 20486, app/assets/stylesheets/theme/style.css */
.accordion.accordion-solid-header .card .card-body {
  padding: 2rem;
}

/* line 20490, app/assets/stylesheets/theme/style.css */
.accordion.accordion-solid-content .card {
  padding: 0;
}

/* line 20494, app/assets/stylesheets/theme/style.css */
.accordion.accordion-solid-content .card .card-header {
  padding: 0;
}

/* line 20498, app/assets/stylesheets/theme/style.css */
.accordion.accordion-solid-content .card .card-header a {
  padding: 2rem 4.5rem 2rem 2rem;
  transition: all 0.2s linear;
}

/* line 20507, app/assets/stylesheets/theme/style.css */
.accordion.accordion-solid-content .card .card-header a:before {
  top: 40%;
  right: 40px;
}

/* line 20512, app/assets/stylesheets/theme/style.css */
.accordion.accordion-solid-content .card .card-header a[aria-expanded="true"] {
  color: inherit;
}

/* line 20516, app/assets/stylesheets/theme/style.css */
.accordion.accordion-solid-content .card .card-header a[aria-expanded="true"]:before {
  content: "\e648";
}

/* line 20520, app/assets/stylesheets/theme/style.css */
.accordion.accordion-solid-content .card .card-header a[aria-expanded="false"]:before {
  content: "\e64b";
}

/* line 20524, app/assets/stylesheets/theme/style.css */
.accordion.accordion-solid-content .card .card-body {
  padding: 2rem;
  background: #57B657;
  color: #ffffff;
  border-radius: 8px;
}

/* line 20531, app/assets/stylesheets/theme/style.css */
.accordion.accordion-multi-colored .card .card-header,
.accordion.accordion-multi-colored .card .card-body {
  background: transparent;
  color: #ffffff;
}

/* line 20537, app/assets/stylesheets/theme/style.css */
.accordion.accordion-multi-colored .card:nth-child(1) {
  background: #4B49AC;
}

/* line 20541, app/assets/stylesheets/theme/style.css */
.accordion.accordion-multi-colored .card:nth-child(2) {
  background: #57B657;
}

/* line 20545, app/assets/stylesheets/theme/style.css */
.accordion.accordion-multi-colored .card:nth-child(3) {
  background: #FF4747;
}

/* line 20549, app/assets/stylesheets/theme/style.css */
.accordion.accordion-multi-colored .card:nth-child(4) {
  background: #FFC100;
}

/* line 20553, app/assets/stylesheets/theme/style.css */
.accordion.accordion-multi-colored .card:nth-child(5) {
  background: #248AFD;
}

/* line 20557, app/assets/stylesheets/theme/style.css */
.accordion.accordion-multi-colored .card .card-header a[aria-expanded="true"] {
  color: inherit;
}

/* line 20561, app/assets/stylesheets/theme/style.css */
.accordion.accordion-multi-colored .card .card-header a[aria-expanded="true"]:before {
  content: "\e648";
}

/* line 20565, app/assets/stylesheets/theme/style.css */
.accordion.accordion-multi-colored .card .card-header a[aria-expanded="false"]:before {
  content: "\e64b";
}

/* Badges */
/* line 20570, app/assets/stylesheets/theme/style.css */
.badge {
  border-radius: 20px;
  font-size: 12px;
  line-height: 1;
  padding: .375rem .5625rem;
  font-weight: normal;
}

/* line 20578, app/assets/stylesheets/theme/style.css */
.badge.badge-pill {
  border-radius: 10rem;
}

/*Badge outlined variations*/
/* line 20583, app/assets/stylesheets/theme/style.css */
.badge-outline-primary {
  color: #4B49AC;
  border: 1px solid #4B49AC;
}

/* line 20588, app/assets/stylesheets/theme/style.css */
.badge-outline-secondary {
  color: #a3a4a5;
  border: 1px solid #a3a4a5;
}

/* line 20593, app/assets/stylesheets/theme/style.css */
.badge-outline-success {
  color: #57B657;
  border: 1px solid #57B657;
}

/* line 20598, app/assets/stylesheets/theme/style.css */
.badge-outline-info {
  color: #248AFD;
  border: 1px solid #248AFD;
}

/* line 20603, app/assets/stylesheets/theme/style.css */
.badge-outline-warning {
  color: #FFC100;
  border: 1px solid #FFC100;
}

/* line 20608, app/assets/stylesheets/theme/style.css */
.badge-outline-danger {
  color: #FF4747;
  border: 1px solid #FF4747;
}

/* line 20613, app/assets/stylesheets/theme/style.css */
.badge-outline-light {
  color: #f8f9fa;
  border: 1px solid #f8f9fa;
}

/* line 20618, app/assets/stylesheets/theme/style.css */
.badge-outline-dark {
  color: #282f3a;
  border: 1px solid #282f3a;
}

/* Bootstrap Alerts */
/* line 20624, app/assets/stylesheets/theme/style.css */
.alert {
  font-size: 0.875rem;
}

/* line 20628, app/assets/stylesheets/theme/style.css */
.alert i {
  font-size: 1.25rem;
  margin-right: 1.25rem;
  vertical-align: middle;
  line-height: .5;
}

/* line 20635, app/assets/stylesheets/theme/style.css */
.alert-primary {
  color: #393783;
  background-color: rgba(75, 73, 172, 0.2);
  border-color: #45439e;
}

/* line 20641, app/assets/stylesheets/theme/style.css */
.alert-primary hr {
  border-top-color: #3d3b8c;
}

/* line 20645, app/assets/stylesheets/theme/style.css */
.alert-primary .alert-link {
  color: #29285f;
}

/* line 20649, app/assets/stylesheets/theme/style.css */
.alert-secondary {
  color: #7c7d7d;
  background-color: rgba(163, 164, 165, 0.2);
  border-color: #969798;
}

/* line 20655, app/assets/stylesheets/theme/style.css */
.alert-secondary hr {
  border-top-color: #898a8b;
}

/* line 20659, app/assets/stylesheets/theme/style.css */
.alert-secondary .alert-link {
  color: #636363;
}

/* line 20663, app/assets/stylesheets/theme/style.css */
.alert-success {
  color: #428a42;
  background-color: rgba(87, 182, 87, 0.2);
  border-color: #50a750;
}

/* line 20669, app/assets/stylesheets/theme/style.css */
.alert-success hr {
  border-top-color: #489648;
}

/* line 20673, app/assets/stylesheets/theme/style.css */
.alert-success .alert-link {
  color: #326832;
}

/* line 20677, app/assets/stylesheets/theme/style.css */
.alert-info {
  color: #1b69c0;
  background-color: rgba(36, 138, 253, 0.2);
  border-color: #217fe9;
}

/* line 20683, app/assets/stylesheets/theme/style.css */
.alert-info hr {
  border-top-color: #1672db;
}

/* line 20687, app/assets/stylesheets/theme/style.css */
.alert-info .alert-link {
  color: #155193;
}

/* line 20691, app/assets/stylesheets/theme/style.css */
.alert-warning {
  color: #c29300;
  background-color: rgba(255, 193, 0, 0.2);
  border-color: #ebb200;
}

/* line 20697, app/assets/stylesheets/theme/style.css */
.alert-warning hr {
  border-top-color: #d29f00;
}

/* line 20701, app/assets/stylesheets/theme/style.css */
.alert-warning .alert-link {
  color: #8f6c00;
}

/* line 20705, app/assets/stylesheets/theme/style.css */
.alert-danger {
  color: #c23636;
  background-color: rgba(255, 71, 71, 0.2);
  border-color: #eb4141;
}

/* line 20711, app/assets/stylesheets/theme/style.css */
.alert-danger hr {
  border-top-color: #e92a2a;
}

/* line 20715, app/assets/stylesheets/theme/style.css */
.alert-danger .alert-link {
  color: #9a2b2b;
}

/* line 20719, app/assets/stylesheets/theme/style.css */
.alert-light {
  color: #bcbdbe;
  background-color: rgba(248, 249, 250, 0.2);
  border-color: #e4e5e6;
}

/* line 20725, app/assets/stylesheets/theme/style.css */
.alert-light hr {
  border-top-color: #d7d8da;
}

/* line 20729, app/assets/stylesheets/theme/style.css */
.alert-light .alert-link {
  color: #a2a4a5;
}

/* line 20733, app/assets/stylesheets/theme/style.css */
.alert-dark {
  color: #1e242c;
  background-color: rgba(40, 47, 58, 0.2);
  border-color: #252b35;
}

/* line 20739, app/assets/stylesheets/theme/style.css */
.alert-dark hr {
  border-top-color: #1b1f26;
}

/* line 20743, app/assets/stylesheets/theme/style.css */
.alert-dark .alert-link {
  color: #090b0e;
}

/* line 20747, app/assets/stylesheets/theme/style.css */
.alert-fill-primary {
  color: #ffffff;
  background-color: #4B49AC;
  border-color: #4B49AC;
}

/* line 20753, app/assets/stylesheets/theme/style.css */
.alert-fill-primary hr {
  border-top-color: #43419a;
}

/* line 20757, app/assets/stylesheets/theme/style.css */
.alert-fill-primary .alert-link {
  color: #e6e6e6;
}

/* line 20761, app/assets/stylesheets/theme/style.css */
.alert-fill-secondary {
  color: #ffffff;
  background-color: #a3a4a5;
  border-color: #a3a4a5;
}

/* line 20767, app/assets/stylesheets/theme/style.css */
.alert-fill-secondary hr {
  border-top-color: #969798;
}

/* line 20771, app/assets/stylesheets/theme/style.css */
.alert-fill-secondary .alert-link {
  color: #e6e6e6;
}

/* line 20775, app/assets/stylesheets/theme/style.css */
.alert-fill-success {
  color: #ffffff;
  background-color: #57B657;
  border-color: #57B657;
}

/* line 20781, app/assets/stylesheets/theme/style.css */
.alert-fill-success hr {
  border-top-color: #4aaa4a;
}

/* line 20785, app/assets/stylesheets/theme/style.css */
.alert-fill-success .alert-link {
  color: #e6e6e6;
}

/* line 20789, app/assets/stylesheets/theme/style.css */
.alert-fill-info {
  color: #ffffff;
  background-color: #248AFD;
  border-color: #248AFD;
}

/* line 20795, app/assets/stylesheets/theme/style.css */
.alert-fill-info hr {
  border-top-color: #0b7dfd;
}

/* line 20799, app/assets/stylesheets/theme/style.css */
.alert-fill-info .alert-link {
  color: #e6e6e6;
}

/* line 20803, app/assets/stylesheets/theme/style.css */
.alert-fill-warning {
  color: #ffffff;
  background-color: #FFC100;
  border-color: #FFC100;
}

/* line 20809, app/assets/stylesheets/theme/style.css */
.alert-fill-warning hr {
  border-top-color: #e6ae00;
}

/* line 20813, app/assets/stylesheets/theme/style.css */
.alert-fill-warning .alert-link {
  color: #e6e6e6;
}

/* line 20817, app/assets/stylesheets/theme/style.css */
.alert-fill-danger {
  color: #ffffff;
  background-color: #FF4747;
  border-color: #FF4747;
}

/* line 20823, app/assets/stylesheets/theme/style.css */
.alert-fill-danger hr {
  border-top-color: #ff2e2e;
}

/* line 20827, app/assets/stylesheets/theme/style.css */
.alert-fill-danger .alert-link {
  color: #e6e6e6;
}

/* line 20831, app/assets/stylesheets/theme/style.css */
.alert-fill-light {
  color: #ffffff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 20837, app/assets/stylesheets/theme/style.css */
.alert-fill-light hr {
  border-top-color: #e9ecef;
}

/* line 20841, app/assets/stylesheets/theme/style.css */
.alert-fill-light .alert-link {
  color: #e6e6e6;
}

/* line 20845, app/assets/stylesheets/theme/style.css */
.alert-fill-dark {
  color: #ffffff;
  background-color: #282f3a;
  border-color: #282f3a;
}

/* line 20851, app/assets/stylesheets/theme/style.css */
.alert-fill-dark hr {
  border-top-color: #1e232b;
}

/* line 20855, app/assets/stylesheets/theme/style.css */
.alert-fill-dark .alert-link {
  color: #e6e6e6;
}

/* Bootstrap Progress */
/* line 20860, app/assets/stylesheets/theme/style.css */
.progress {
  border-radius: 7px;
  height: 8px;
}

/* line 20865, app/assets/stylesheets/theme/style.css */
.progress .progress-bar {
  border-radius: 7px;
}

/* line 20869, app/assets/stylesheets/theme/style.css */
.progress.progress-sm {
  height: 0.375rem;
}

/* line 20873, app/assets/stylesheets/theme/style.css */
.progress.progress-md {
  height: 11px;
}

/* line 20877, app/assets/stylesheets/theme/style.css */
.progress.progress-lg {
  height: 15px;
}

/* line 20881, app/assets/stylesheets/theme/style.css */
.progress.progress-xl {
  height: 18px;
}

/* Buttons */
/* line 20886, app/assets/stylesheets/theme/style.css */
.btn, .fc button, .ajax-upload-dragdrop .ajax-file-upload, .swal2-modal .swal2-buttonswrapper .swal2-styled, .swal2-modal .swal2-buttonswrapper .swal2-styled.swal2-confirm, .swal2-modal .swal2-buttonswrapper .swal2-styled.swal2-cancel, .wizard > .actions a {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  border-radius: 15px;
  /* Buttons with only icons */
  /* Buttons with icon and text */
}

/* line 20895, app/assets/stylesheets/theme/style.css */
.btn i, .fc button i, .ajax-upload-dragdrop .ajax-file-upload i, .swal2-modal .swal2-buttonswrapper .swal2-styled i, .swal2-modal .swal2-buttonswrapper .swal2-styled.swal2-confirm i, .swal2-modal .swal2-buttonswrapper .swal2-styled.swal2-cancel i, .wizard > .actions a i {
  font-size: 1rem;
}

/* line 20899, app/assets/stylesheets/theme/style.css */
.btn.btn-rounded, .fc button.btn-rounded, .ajax-upload-dragdrop .btn-rounded.ajax-file-upload, .swal2-modal .swal2-buttonswrapper .btn-rounded.swal2-styled, .wizard > .actions a.btn-rounded {
  border-radius: 50px;
}

/* line 20903, app/assets/stylesheets/theme/style.css */
.btn.btn-sm, .btn-group-sm > .btn, .fc .btn-group-sm > button, .ajax-upload-dragdrop .btn-group-sm > .ajax-file-upload, .swal2-modal .swal2-buttonswrapper .btn-group-sm > .swal2-styled, .wizard > .actions .btn-group-sm > a, .fc button, .ajax-upload-dragdrop .btn-sm.ajax-file-upload, .ajax-upload-dragdrop .fc button.ajax-file-upload, .fc .ajax-upload-dragdrop button.ajax-file-upload, .swal2-modal .swal2-buttonswrapper .btn-sm.swal2-styled, .swal2-modal .swal2-buttonswrapper .fc button.swal2-styled, .fc .swal2-modal .swal2-buttonswrapper button.swal2-styled, .wizard > .actions a.btn-sm {
  font-size: 0.812rem;
  border-radius: 15px;
}

/* line 20908, app/assets/stylesheets/theme/style.css */
.btn.btn-lg, .btn-group-lg > .btn, .fc .btn-group-lg > button, .ajax-upload-dragdrop .btn-group-lg > .ajax-file-upload, .swal2-modal .swal2-buttonswrapper .btn-group-lg > .swal2-styled, .wizard > .actions .btn-group-lg > a, .fc button.btn-lg, .ajax-upload-dragdrop .btn-lg.ajax-file-upload, .swal2-modal .swal2-buttonswrapper .btn-lg.swal2-styled, .wizard > .actions a.btn-lg {
  font-size: 0.875rem;
  padding: 1.375rem 3.4rem;
}

/* line 20913, app/assets/stylesheets/theme/style.css */
.btn.btn-xs, .fc button.btn-xs, .fc .editable-container.editable-inline .editableform .control-group .editable-buttons button.editable-submit, .editable-container.editable-inline .editableform .control-group .editable-buttons .fc button.editable-submit, .fc .editable-container.editable-inline .editableform .control-group .editable-buttons button.editable-cancel, .editable-container.editable-inline .editableform .control-group .editable-buttons .fc button.editable-cancel, .ajax-upload-dragdrop .btn-xs.ajax-file-upload, .ajax-upload-dragdrop .editable-container.editable-inline .editableform .control-group .editable-buttons .ajax-file-upload.editable-submit, .editable-container.editable-inline .editableform .control-group .editable-buttons .ajax-upload-dragdrop .ajax-file-upload.editable-submit, .ajax-upload-dragdrop .editable-container.editable-inline .editableform .control-group .editable-buttons .ajax-file-upload.editable-cancel, .editable-container.editable-inline .editableform .control-group .editable-buttons .ajax-upload-dragdrop .ajax-file-upload.editable-cancel, .swal2-modal .swal2-buttonswrapper .btn-xs.swal2-styled, .swal2-modal .swal2-buttonswrapper .editable-container.editable-inline .editableform .control-group .editable-buttons .swal2-styled.editable-submit, .editable-container.editable-inline .editableform .control-group .editable-buttons .swal2-modal .swal2-buttonswrapper .swal2-styled.editable-submit, .swal2-modal .swal2-buttonswrapper .editable-container.editable-inline .editableform .control-group .editable-buttons .swal2-styled.editable-cancel, .editable-container.editable-inline .editableform .control-group .editable-buttons .swal2-modal .swal2-buttonswrapper .swal2-styled.editable-cancel, .editable-container.editable-inline .editableform .control-group .editable-buttons .btn.editable-submit, .editable-container.editable-inline .editableform .control-group .editable-buttons .wizard > .actions a.editable-submit, .wizard > .actions .editable-container.editable-inline .editableform .control-group .editable-buttons a.editable-submit, .editable-container.editable-inline .editableform .control-group .editable-buttons .btn.editable-cancel, .editable-container.editable-inline .editableform .control-group .editable-buttons .wizard > .actions a.editable-cancel, .wizard > .actions .editable-container.editable-inline .editableform .control-group .editable-buttons a.editable-cancel, .wizard > .actions a.btn-xs {
  padding: 0.5rem 0.75rem;
  font-size: 0.625rem;
}

/* line 20918, app/assets/stylesheets/theme/style.css */
.btn.btn-icon, .fc button.btn-icon, .ajax-upload-dragdrop .btn-icon.ajax-file-upload, .swal2-modal .swal2-buttonswrapper .btn-icon.swal2-styled, .wizard > .actions a.btn-icon {
  width: 42px;
  height: 42px;
  padding: 0;
}

/* line 20924, app/assets/stylesheets/theme/style.css */
.btn.btn-icon-text .btn-icon-prepend, .fc button.btn-icon-text .btn-icon-prepend, .ajax-upload-dragdrop .btn-icon-text.ajax-file-upload .btn-icon-prepend, .swal2-modal .swal2-buttonswrapper .btn-icon-text.swal2-styled .btn-icon-prepend, .wizard > .actions a.btn-icon-text .btn-icon-prepend {
  margin-right: .5rem;
}

/* line 20928, app/assets/stylesheets/theme/style.css */
.btn.btn-icon-text .btn-icon-append, .fc button.btn-icon-text .btn-icon-append, .ajax-upload-dragdrop .btn-icon-text.ajax-file-upload .btn-icon-append, .swal2-modal .swal2-buttonswrapper .btn-icon-text.swal2-styled .btn-icon-append, .wizard > .actions a.btn-icon-text .btn-icon-append {
  margin-left: .5rem;
}

/* line 20932, app/assets/stylesheets/theme/style.css */
.btn.btn-social-icon, .fc button.btn-social-icon, .ajax-upload-dragdrop .btn-social-icon.ajax-file-upload, .swal2-modal .swal2-buttonswrapper .btn-social-icon.swal2-styled, .wizard > .actions a.btn-social-icon {
  width: 50px;
  height: 50px;
  padding: 0;
}

/* line 20938, app/assets/stylesheets/theme/style.css */
.btn:focus, .fc button:focus, .ajax-upload-dragdrop .ajax-file-upload:focus, .swal2-modal .swal2-buttonswrapper .swal2-styled:focus, .wizard > .actions a:focus,
.btn:active,
.fc button:active,
.ajax-upload-dragdrop .ajax-file-upload:active,
.swal2-modal .swal2-buttonswrapper .swal2-styled:active,
.wizard > .actions a:active {
  outline: 0;
  box-shadow: none;
}

/* line 20948, app/assets/stylesheets/theme/style.css */
.btn-group .btn + .btn, .fc .fc-button-group .btn + .btn, .btn-group .fc button + .btn, .fc .btn-group button + .btn, .fc .fc-button-group button + .btn, .btn-group .ajax-upload-dragdrop .ajax-file-upload + .btn, .ajax-upload-dragdrop .btn-group .ajax-file-upload + .btn, .fc .fc-button-group .ajax-upload-dragdrop .ajax-file-upload + .btn, .ajax-upload-dragdrop .fc .fc-button-group .ajax-file-upload + .btn, .btn-group .swal2-modal .swal2-buttonswrapper .swal2-styled + .btn, .swal2-modal .swal2-buttonswrapper .btn-group .swal2-styled + .btn, .fc .fc-button-group .swal2-modal .swal2-buttonswrapper .swal2-styled + .btn, .swal2-modal .swal2-buttonswrapper .fc .fc-button-group .swal2-styled + .btn, .btn-group .wizard > .actions a + .btn, .wizard > .actions .btn-group a + .btn, .fc .fc-button-group .wizard > .actions a + .btn, .wizard > .actions .fc .fc-button-group a + .btn, .btn-group .fc .btn + button, .fc .btn-group .btn + button, .fc .fc-button-group .btn + button, .btn-group .fc button + button, .fc .btn-group button + button, .fc .fc-button-group button + button, .btn-group .ajax-upload-dragdrop .fc .ajax-file-upload + button, .fc .btn-group .ajax-upload-dragdrop .ajax-file-upload + button, .ajax-upload-dragdrop .btn-group .fc .ajax-file-upload + button, .fc .ajax-upload-dragdrop .btn-group .ajax-file-upload + button, .fc .fc-button-group .ajax-upload-dragdrop .ajax-file-upload + button, .ajax-upload-dragdrop .fc .fc-button-group .ajax-file-upload + button, .btn-group .swal2-modal .swal2-buttonswrapper .fc .swal2-styled + button, .fc .btn-group .swal2-modal .swal2-buttonswrapper .swal2-styled + button, .swal2-modal .swal2-buttonswrapper .btn-group .fc .swal2-styled + button, .fc .swal2-modal .swal2-buttonswrapper .btn-group .swal2-styled + button, .fc .fc-button-group .swal2-modal .swal2-buttonswrapper .swal2-styled + button, .swal2-modal .swal2-buttonswrapper .fc .fc-button-group .swal2-styled + button, .btn-group .wizard > .actions .fc a + button, .fc .btn-group .wizard > .actions a + button, .wizard > .actions .btn-group .fc a + button, .fc .wizard > .actions .btn-group a + button, .fc .fc-button-group .wizard > .actions a + button, .wizard > .actions .fc .fc-button-group a + button, .btn-group .ajax-upload-dragdrop .btn + .ajax-file-upload, .ajax-upload-dragdrop .btn-group .btn + .ajax-file-upload, .fc .fc-button-group .ajax-upload-dragdrop .btn + .ajax-file-upload, .ajax-upload-dragdrop .fc .fc-button-group .btn + .ajax-file-upload, .btn-group .fc .ajax-upload-dragdrop button + .ajax-file-upload, .ajax-upload-dragdrop .btn-group .fc button + .ajax-file-upload, .fc .btn-group .ajax-upload-dragdrop button + .ajax-file-upload, .ajax-upload-dragdrop .fc .btn-group button + .ajax-file-upload, .fc .fc-button-group .ajax-upload-dragdrop button + .ajax-file-upload, .ajax-upload-dragdrop .fc .fc-button-group button + .ajax-file-upload, .btn-group .ajax-upload-dragdrop .ajax-file-upload + .ajax-file-upload, .ajax-upload-dragdrop .btn-group .ajax-file-upload + .ajax-file-upload, .fc .fc-button-group .ajax-upload-dragdrop .ajax-file-upload + .ajax-file-upload, .ajax-upload-dragdrop .fc .fc-button-group .ajax-file-upload + .ajax-file-upload, .btn-group .swal2-modal .swal2-buttonswrapper .ajax-upload-dragdrop .swal2-styled + .ajax-file-upload, .ajax-upload-dragdrop .btn-group .swal2-modal .swal2-buttonswrapper .swal2-styled + .ajax-file-upload, .swal2-modal .swal2-buttonswrapper .btn-group .ajax-upload-dragdrop .swal2-styled + .ajax-file-upload, .ajax-upload-dragdrop .swal2-modal .swal2-buttonswrapper .btn-group .swal2-styled + .ajax-file-upload, .fc .fc-button-group .swal2-modal .swal2-buttonswrapper .ajax-upload-dragdrop .swal2-styled + .ajax-file-upload, .ajax-upload-dragdrop .fc .fc-button-group .swal2-modal .swal2-buttonswrapper .swal2-styled + .ajax-file-upload, .swal2-modal .swal2-buttonswrapper .fc .fc-button-group .ajax-upload-dragdrop .swal2-styled + .ajax-file-upload, .ajax-upload-dragdrop .swal2-modal .swal2-buttonswrapper .fc .fc-button-group .swal2-styled + .ajax-file-upload, .btn-group .wizard > .actions .ajax-upload-dragdrop a + .ajax-file-upload, .ajax-upload-dragdrop .btn-group .wizard > .actions a + .ajax-file-upload, .wizard > .actions .btn-group .ajax-upload-dragdrop a + .ajax-file-upload, .ajax-upload-dragdrop .wizard > .actions .btn-group a + .ajax-file-upload, .fc .fc-button-group .wizard > .actions .ajax-upload-dragdrop a + .ajax-file-upload, .ajax-upload-dragdrop .fc .fc-button-group .wizard > .actions a + .ajax-file-upload, .wizard > .actions .fc .fc-button-group .ajax-upload-dragdrop a + .ajax-file-upload, .ajax-upload-dragdrop .wizard > .actions .fc .fc-button-group a + .ajax-file-upload, .btn-group .swal2-modal .swal2-buttonswrapper .btn + .swal2-styled, .swal2-modal .swal2-buttonswrapper .btn-group .btn + .swal2-styled, .fc .fc-button-group .swal2-modal .swal2-buttonswrapper .btn + .swal2-styled, .swal2-modal .swal2-buttonswrapper .fc .fc-button-group .btn + .swal2-styled, .btn-group .fc .swal2-modal .swal2-buttonswrapper button + .swal2-styled, .swal2-modal .swal2-buttonswrapper .btn-group .fc button + .swal2-styled, .fc .btn-group .swal2-modal .swal2-buttonswrapper button + .swal2-styled, .swal2-modal .swal2-buttonswrapper .fc .btn-group button + .swal2-styled, .fc .fc-button-group .swal2-modal .swal2-buttonswrapper button + .swal2-styled, .swal2-modal .swal2-buttonswrapper .fc .fc-button-group button + .swal2-styled, .btn-group .ajax-upload-dragdrop .swal2-modal .swal2-buttonswrapper .ajax-file-upload + .swal2-styled, .swal2-modal .swal2-buttonswrapper .btn-group .ajax-upload-dragdrop .ajax-file-upload + .swal2-styled, .ajax-upload-dragdrop .btn-group .swal2-modal .swal2-buttonswrapper .ajax-file-upload + .swal2-styled, .swal2-modal .swal2-buttonswrapper .ajax-upload-dragdrop .btn-group .ajax-file-upload + .swal2-styled, .fc .fc-button-group .ajax-upload-dragdrop .swal2-modal .swal2-buttonswrapper .ajax-file-upload + .swal2-styled, .swal2-modal .swal2-buttonswrapper .fc .fc-button-group .ajax-upload-dragdrop .ajax-file-upload + .swal2-styled, .ajax-upload-dragdrop .fc .fc-button-group .swal2-modal .swal2-buttonswrapper .ajax-file-upload + .swal2-styled, .swal2-modal .swal2-buttonswrapper .ajax-upload-dragdrop .fc .fc-button-group .ajax-file-upload + .swal2-styled, .btn-group .swal2-modal .swal2-buttonswrapper .swal2-styled + .swal2-styled, .swal2-modal .swal2-buttonswrapper .btn-group .swal2-styled + .swal2-styled, .fc .fc-button-group .swal2-modal .swal2-buttonswrapper .swal2-styled + .swal2-styled, .swal2-modal .swal2-buttonswrapper .fc .fc-button-group .swal2-styled + .swal2-styled, .btn-group .wizard > .actions .swal2-modal .swal2-buttonswrapper a + .swal2-styled, .swal2-modal .swal2-buttonswrapper .btn-group .wizard > .actions a + .swal2-styled, .wizard > .actions .btn-group .swal2-modal .swal2-buttonswrapper a + .swal2-styled, .swal2-modal .swal2-buttonswrapper .wizard > .actions .btn-group a + .swal2-styled, .fc .fc-button-group .wizard > .actions .swal2-modal .swal2-buttonswrapper a + .swal2-styled, .swal2-modal .swal2-buttonswrapper .fc .fc-button-group .wizard > .actions a + .swal2-styled, .wizard > .actions .fc .fc-button-group .swal2-modal .swal2-buttonswrapper a + .swal2-styled, .swal2-modal .swal2-buttonswrapper .wizard > .actions .fc .fc-button-group a + .swal2-styled, .btn-group .wizard > .actions .btn + a, .wizard > .actions .btn-group .btn + a, .fc .fc-button-group .wizard > .actions .btn + a, .wizard > .actions .fc .fc-button-group .btn + a, .btn-group .fc .wizard > .actions button + a, .wizard > .actions .btn-group .fc button + a, .fc .btn-group .wizard > .actions button + a, .wizard > .actions .fc .btn-group button + a, .fc .fc-button-group .wizard > .actions button + a, .wizard > .actions .fc .fc-button-group button + a, .btn-group .ajax-upload-dragdrop .wizard > .actions .ajax-file-upload + a, .wizard > .actions .btn-group .ajax-upload-dragdrop .ajax-file-upload + a, .ajax-upload-dragdrop .btn-group .wizard > .actions .ajax-file-upload + a, .wizard > .actions .ajax-upload-dragdrop .btn-group .ajax-file-upload + a, .fc .fc-button-group .ajax-upload-dragdrop .wizard > .actions .ajax-file-upload + a, .wizard > .actions .fc .fc-button-group .ajax-upload-dragdrop .ajax-file-upload + a, .ajax-upload-dragdrop .fc .fc-button-group .wizard > .actions .ajax-file-upload + a, .wizard > .actions .ajax-upload-dragdrop .fc .fc-button-group .ajax-file-upload + a, .btn-group .swal2-modal .swal2-buttonswrapper .wizard > .actions .swal2-styled + a, .wizard > .actions .btn-group .swal2-modal .swal2-buttonswrapper .swal2-styled + a, .swal2-modal .swal2-buttonswrapper .btn-group .wizard > .actions .swal2-styled + a, .wizard > .actions .swal2-modal .swal2-buttonswrapper .btn-group .swal2-styled + a, .fc .fc-button-group .swal2-modal .swal2-buttonswrapper .wizard > .actions .swal2-styled + a, .wizard > .actions .fc .fc-button-group .swal2-modal .swal2-buttonswrapper .swal2-styled + a, .swal2-modal .swal2-buttonswrapper .fc .fc-button-group .wizard > .actions .swal2-styled + a, .wizard > .actions .swal2-modal .swal2-buttonswrapper .fc .fc-button-group .swal2-styled + a, .btn-group .wizard > .actions a + a, .wizard > .actions .btn-group a + a, .fc .fc-button-group .wizard > .actions a + a, .wizard > .actions .fc .fc-button-group a + a {
  border-left: 0;
}

/*social buttons*/
/* line 20953, app/assets/stylesheets/theme/style.css */
.btn-twitter {
  background: #4747A1;
  color: #ffffff;
}

/* line 20958, app/assets/stylesheets/theme/style.css */
.btn-twitter:hover, .btn-twitter:focus {
  background: #37377e;
  color: #ffffff;
}

/* line 20963, app/assets/stylesheets/theme/style.css */
.btn-twitter.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: #6161ba;
}

/* line 20968, app/assets/stylesheets/theme/style.css */
.btn-twitter.btn-social-icon-text i {
  background: #4747A1;
  padding: .75rem;
  display: inline-block;
  margin-right: 1.5rem;
  border-radius: 15px 0 0 15px;
}

/* line 20976, app/assets/stylesheets/theme/style.css */
.btn-outline-twitter {
  border: 1px solid #4747A1;
  color: #4747A1;
}

/* line 20981, app/assets/stylesheets/theme/style.css */
.btn-outline-twitter:hover {
  background: #4747A1;
  color: #ffffff;
}

/* line 20986, app/assets/stylesheets/theme/style.css */
.btn-facebook {
  background: #7DA0FA;
  color: #ffffff;
}

/* line 20991, app/assets/stylesheets/theme/style.css */
.btn-facebook:hover, .btn-facebook:focus {
  background: #4c7cf8;
  color: #ffffff;
}

/* line 20996, app/assets/stylesheets/theme/style.css */
.btn-facebook.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: #aec4fc;
}

/* line 21001, app/assets/stylesheets/theme/style.css */
.btn-facebook.btn-social-icon-text i {
  background: #7DA0FA;
  padding: .75rem;
  display: inline-block;
  margin-right: 1.5rem;
  border-radius: 15px 0 0 15px;
}

/* line 21009, app/assets/stylesheets/theme/style.css */
.btn-outline-facebook {
  border: 1px solid #7DA0FA;
  color: #7DA0FA;
}

/* line 21014, app/assets/stylesheets/theme/style.css */
.btn-outline-facebook:hover {
  background: #7DA0FA;
  color: #ffffff;
}

/* line 21019, app/assets/stylesheets/theme/style.css */
.btn-google {
  background: #dc4a38;
  color: #ffffff;
}

/* line 21024, app/assets/stylesheets/theme/style.css */
.btn-google:hover, .btn-google:focus {
  background: #bf3322;
  color: #ffffff;
}

/* line 21029, app/assets/stylesheets/theme/style.css */
.btn-google.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: #e47163;
}

/* line 21034, app/assets/stylesheets/theme/style.css */
.btn-google.btn-social-icon-text i {
  background: #dc4a38;
  padding: .75rem;
  display: inline-block;
  margin-right: 1.5rem;
  border-radius: 15px 0 0 15px;
}

/* line 21042, app/assets/stylesheets/theme/style.css */
.btn-outline-google {
  border: 1px solid #dc4a38;
  color: #dc4a38;
}

/* line 21047, app/assets/stylesheets/theme/style.css */
.btn-outline-google:hover {
  background: #dc4a38;
  color: #ffffff;
}

/* line 21052, app/assets/stylesheets/theme/style.css */
.btn-linkedin {
  background: #7978E9;
  color: #ffffff;
}

/* line 21057, app/assets/stylesheets/theme/style.css */
.btn-linkedin:hover, .btn-linkedin:focus {
  background: #4d4ce2;
  color: #ffffff;
}

/* line 21062, app/assets/stylesheets/theme/style.css */
.btn-linkedin.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: #a5a4f0;
}

/* line 21067, app/assets/stylesheets/theme/style.css */
.btn-linkedin.btn-social-icon-text i {
  background: #7978E9;
  padding: .75rem;
  display: inline-block;
  margin-right: 1.5rem;
  border-radius: 15px 0 0 15px;
}

/* line 21075, app/assets/stylesheets/theme/style.css */
.btn-outline-linkedin {
  border: 1px solid #7978E9;
  color: #7978E9;
}

/* line 21080, app/assets/stylesheets/theme/style.css */
.btn-outline-linkedin:hover {
  background: #7978E9;
  color: #ffffff;
}

/* line 21085, app/assets/stylesheets/theme/style.css */
.btn-pinterest {
  background: #cc2127;
  color: #ffffff;
}

/* line 21090, app/assets/stylesheets/theme/style.css */
.btn-pinterest:hover, .btn-pinterest:focus {
  background: #a01a1f;
  color: #ffffff;
}

/* line 21095, app/assets/stylesheets/theme/style.css */
.btn-pinterest.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: #e04046;
}

/* line 21100, app/assets/stylesheets/theme/style.css */
.btn-pinterest.btn-social-icon-text i {
  background: #cc2127;
  padding: .75rem;
  display: inline-block;
  margin-right: 1.5rem;
  border-radius: 15px 0 0 15px;
}

/* line 21108, app/assets/stylesheets/theme/style.css */
.btn-outline-pinterest {
  border: 1px solid #cc2127;
  color: #cc2127;
}

/* line 21113, app/assets/stylesheets/theme/style.css */
.btn-outline-pinterest:hover {
  background: #cc2127;
  color: #ffffff;
}

/* line 21118, app/assets/stylesheets/theme/style.css */
.btn-youtube {
  background: #e52d27;
  color: #ffffff;
}

/* line 21123, app/assets/stylesheets/theme/style.css */
.btn-youtube:hover, .btn-youtube:focus {
  background: #c21d17;
  color: #ffffff;
}

/* line 21128, app/assets/stylesheets/theme/style.css */
.btn-youtube.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: #ea5955;
}

/* line 21133, app/assets/stylesheets/theme/style.css */
.btn-youtube.btn-social-icon-text i {
  background: #e52d27;
  padding: .75rem;
  display: inline-block;
  margin-right: 1.5rem;
  border-radius: 15px 0 0 15px;
}

/* line 21141, app/assets/stylesheets/theme/style.css */
.btn-outline-youtube {
  border: 1px solid #e52d27;
  color: #e52d27;
}

/* line 21146, app/assets/stylesheets/theme/style.css */
.btn-outline-youtube:hover {
  background: #e52d27;
  color: #ffffff;
}

/* line 21151, app/assets/stylesheets/theme/style.css */
.btn-github {
  background: #333333;
  color: #ffffff;
}

/* line 21156, app/assets/stylesheets/theme/style.css */
.btn-github:hover, .btn-github:focus {
  background: #1a1a1a;
  color: #ffffff;
}

/* line 21161, app/assets/stylesheets/theme/style.css */
.btn-github.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: #4d4d4d;
}

/* line 21166, app/assets/stylesheets/theme/style.css */
.btn-github.btn-social-icon-text i {
  background: #333333;
  padding: .75rem;
  display: inline-block;
  margin-right: 1.5rem;
  border-radius: 15px 0 0 15px;
}

/* line 21174, app/assets/stylesheets/theme/style.css */
.btn-outline-github {
  border: 1px solid #333333;
  color: #333333;
}

/* line 21179, app/assets/stylesheets/theme/style.css */
.btn-outline-github:hover {
  background: #333333;
  color: #ffffff;
}

/* line 21184, app/assets/stylesheets/theme/style.css */
.btn-behance {
  background: #1769ff;
  color: #ffffff;
}

/* line 21189, app/assets/stylesheets/theme/style.css */
.btn-behance:hover, .btn-behance:focus {
  background: #0050e3;
  color: #ffffff;
}

/* line 21194, app/assets/stylesheets/theme/style.css */
.btn-behance.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: #4a8aff;
}

/* line 21199, app/assets/stylesheets/theme/style.css */
.btn-behance.btn-social-icon-text i {
  background: #1769ff;
  padding: .75rem;
  display: inline-block;
  margin-right: 1.5rem;
  border-radius: 15px 0 0 15px;
}

/* line 21207, app/assets/stylesheets/theme/style.css */
.btn-outline-behance {
  border: 1px solid #1769ff;
  color: #1769ff;
}

/* line 21212, app/assets/stylesheets/theme/style.css */
.btn-outline-behance:hover {
  background: #1769ff;
  color: #ffffff;
}

/* line 21217, app/assets/stylesheets/theme/style.css */
.btn-dribbble {
  background: #ea4c89;
  color: #ffffff;
}

/* line 21222, app/assets/stylesheets/theme/style.css */
.btn-dribbble:hover, .btn-dribbble:focus {
  background: #e51e6b;
  color: #ffffff;
}

/* line 21227, app/assets/stylesheets/theme/style.css */
.btn-dribbble.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: #ef7aa7;
}

/* line 21232, app/assets/stylesheets/theme/style.css */
.btn-dribbble.btn-social-icon-text i {
  background: #ea4c89;
  padding: .75rem;
  display: inline-block;
  margin-right: 1.5rem;
  border-radius: 15px 0 0 15px;
}

/* line 21240, app/assets/stylesheets/theme/style.css */
.btn-outline-dribbble {
  border: 1px solid #ea4c89;
  color: #ea4c89;
}

/* line 21245, app/assets/stylesheets/theme/style.css */
.btn-outline-dribbble:hover {
  background: #ea4c89;
  color: #ffffff;
}

/* line 21250, app/assets/stylesheets/theme/style.css */
.btn-reddit {
  background: #ff4500;
  color: #ffffff;
}

/* line 21255, app/assets/stylesheets/theme/style.css */
.btn-reddit:hover, .btn-reddit:focus {
  background: #cc3700;
  color: #ffffff;
}

/* line 21260, app/assets/stylesheets/theme/style.css */
.btn-reddit.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: #ff6a33;
}

/* line 21265, app/assets/stylesheets/theme/style.css */
.btn-reddit.btn-social-icon-text i {
  background: #ff4500;
  padding: .75rem;
  display: inline-block;
  margin-right: 1.5rem;
  border-radius: 15px 0 0 15px;
}

/* line 21273, app/assets/stylesheets/theme/style.css */
.btn-outline-reddit {
  border: 1px solid #ff4500;
  color: #ff4500;
}

/* line 21278, app/assets/stylesheets/theme/style.css */
.btn-outline-reddit:hover {
  background: #ff4500;
  color: #ffffff;
}

/* inverse buttons */
/* line 21284, app/assets/stylesheets/theme/style.css */
.btn-inverse-primary {
  background-color: rgba(75, 73, 172, 0.2);
  background-image: none;
  border-color: rgba(75, 73, 172, 0);
}

/* line 21290, app/assets/stylesheets/theme/style.css */
.btn-inverse-primary:not(.btn-inverse-light) {
  color: #4B49AC;
}

/* line 21294, app/assets/stylesheets/theme/style.css */
.btn-inverse-primary:hover {
  color: #ffffff;
  background-color: #4B49AC;
  border-color: #4B49AC;
}

/* line 21300, app/assets/stylesheets/theme/style.css */
.btn-inverse-primary.focus, .btn-inverse-primary:focus {
  box-shadow: 0 0 0 3px rgba(75, 73, 172, 0.5);
}

/* line 21304, app/assets/stylesheets/theme/style.css */
.btn-inverse-primary.disabled, .btn-inverse-primary:disabled {
  color: #4B49AC;
  background-color: transparent;
}

/* line 21309, app/assets/stylesheets/theme/style.css */
.btn-inverse-primary.active, .btn-inverse-primary:active,
.show > .btn-inverse-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #4B49AC;
  border-color: #4B49AC;
}

/* line 21316, app/assets/stylesheets/theme/style.css */
.btn-inverse-secondary {
  background-color: rgba(163, 164, 165, 0.2);
  background-image: none;
  border-color: rgba(163, 164, 165, 0);
}

/* line 21322, app/assets/stylesheets/theme/style.css */
.btn-inverse-secondary:not(.btn-inverse-light) {
  color: #a3a4a5;
}

/* line 21326, app/assets/stylesheets/theme/style.css */
.btn-inverse-secondary:hover {
  color: #ffffff;
  background-color: #a3a4a5;
  border-color: #a3a4a5;
}

/* line 21332, app/assets/stylesheets/theme/style.css */
.btn-inverse-secondary.focus, .btn-inverse-secondary:focus {
  box-shadow: 0 0 0 3px rgba(163, 164, 165, 0.5);
}

/* line 21336, app/assets/stylesheets/theme/style.css */
.btn-inverse-secondary.disabled, .btn-inverse-secondary:disabled {
  color: #a3a4a5;
  background-color: transparent;
}

/* line 21341, app/assets/stylesheets/theme/style.css */
.btn-inverse-secondary.active, .btn-inverse-secondary:active,
.show > .btn-inverse-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #a3a4a5;
  border-color: #a3a4a5;
}

/* line 21348, app/assets/stylesheets/theme/style.css */
.btn-inverse-success {
  background-color: rgba(87, 182, 87, 0.2);
  background-image: none;
  border-color: rgba(87, 182, 87, 0);
}

/* line 21354, app/assets/stylesheets/theme/style.css */
.btn-inverse-success:not(.btn-inverse-light) {
  color: #57B657;
}

/* line 21358, app/assets/stylesheets/theme/style.css */
.btn-inverse-success:hover {
  color: #ffffff;
  background-color: #57B657;
  border-color: #57B657;
}

/* line 21364, app/assets/stylesheets/theme/style.css */
.btn-inverse-success.focus, .btn-inverse-success:focus {
  box-shadow: 0 0 0 3px rgba(87, 182, 87, 0.5);
}

/* line 21368, app/assets/stylesheets/theme/style.css */
.btn-inverse-success.disabled, .btn-inverse-success:disabled {
  color: #57B657;
  background-color: transparent;
}

/* line 21373, app/assets/stylesheets/theme/style.css */
.btn-inverse-success.active, .btn-inverse-success:active,
.show > .btn-inverse-success.dropdown-toggle {
  color: #ffffff;
  background-color: #57B657;
  border-color: #57B657;
}

/* line 21380, app/assets/stylesheets/theme/style.css */
.btn-inverse-info {
  background-color: rgba(36, 138, 253, 0.2);
  background-image: none;
  border-color: rgba(36, 138, 253, 0);
}

/* line 21386, app/assets/stylesheets/theme/style.css */
.btn-inverse-info:not(.btn-inverse-light) {
  color: #248AFD;
}

/* line 21390, app/assets/stylesheets/theme/style.css */
.btn-inverse-info:hover {
  color: #ffffff;
  background-color: #248AFD;
  border-color: #248AFD;
}

/* line 21396, app/assets/stylesheets/theme/style.css */
.btn-inverse-info.focus, .btn-inverse-info:focus {
  box-shadow: 0 0 0 3px rgba(36, 138, 253, 0.5);
}

/* line 21400, app/assets/stylesheets/theme/style.css */
.btn-inverse-info.disabled, .btn-inverse-info:disabled {
  color: #248AFD;
  background-color: transparent;
}

/* line 21405, app/assets/stylesheets/theme/style.css */
.btn-inverse-info.active, .btn-inverse-info:active,
.show > .btn-inverse-info.dropdown-toggle {
  color: #ffffff;
  background-color: #248AFD;
  border-color: #248AFD;
}

/* line 21412, app/assets/stylesheets/theme/style.css */
.btn-inverse-warning {
  background-color: rgba(255, 193, 0, 0.2);
  background-image: none;
  border-color: rgba(255, 193, 0, 0);
}

/* line 21418, app/assets/stylesheets/theme/style.css */
.btn-inverse-warning:not(.btn-inverse-light) {
  color: #FFC100;
}

/* line 21422, app/assets/stylesheets/theme/style.css */
.btn-inverse-warning:hover {
  color: #ffffff;
  background-color: #FFC100;
  border-color: #FFC100;
}

/* line 21428, app/assets/stylesheets/theme/style.css */
.btn-inverse-warning.focus, .btn-inverse-warning:focus {
  box-shadow: 0 0 0 3px rgba(255, 193, 0, 0.5);
}

/* line 21432, app/assets/stylesheets/theme/style.css */
.btn-inverse-warning.disabled, .btn-inverse-warning:disabled {
  color: #FFC100;
  background-color: transparent;
}

/* line 21437, app/assets/stylesheets/theme/style.css */
.btn-inverse-warning.active, .btn-inverse-warning:active,
.show > .btn-inverse-warning.dropdown-toggle {
  color: #ffffff;
  background-color: #FFC100;
  border-color: #FFC100;
}

/* line 21444, app/assets/stylesheets/theme/style.css */
.btn-inverse-danger {
  background-color: rgba(255, 71, 71, 0.2);
  background-image: none;
  border-color: rgba(255, 71, 71, 0);
}

/* line 21450, app/assets/stylesheets/theme/style.css */
.btn-inverse-danger:not(.btn-inverse-light) {
  color: #FF4747;
}

/* line 21454, app/assets/stylesheets/theme/style.css */
.btn-inverse-danger:hover {
  color: #ffffff;
  background-color: #FF4747;
  border-color: #FF4747;
}

/* line 21460, app/assets/stylesheets/theme/style.css */
.btn-inverse-danger.focus, .btn-inverse-danger:focus {
  box-shadow: 0 0 0 3px rgba(255, 71, 71, 0.5);
}

/* line 21464, app/assets/stylesheets/theme/style.css */
.btn-inverse-danger.disabled, .btn-inverse-danger:disabled {
  color: #FF4747;
  background-color: transparent;
}

/* line 21469, app/assets/stylesheets/theme/style.css */
.btn-inverse-danger.active, .btn-inverse-danger:active,
.show > .btn-inverse-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #FF4747;
  border-color: #FF4747;
}

/* line 21476, app/assets/stylesheets/theme/style.css */
.btn-inverse-light {
  background-color: rgba(248, 249, 250, 0.2);
  background-image: none;
  border-color: rgba(248, 249, 250, 0);
}

/* line 21482, app/assets/stylesheets/theme/style.css */
.btn-inverse-light:not(.btn-inverse-light) {
  color: #f8f9fa;
}

/* line 21486, app/assets/stylesheets/theme/style.css */
.btn-inverse-light:hover {
  color: #ffffff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 21492, app/assets/stylesheets/theme/style.css */
.btn-inverse-light.focus, .btn-inverse-light:focus {
  box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
}

/* line 21496, app/assets/stylesheets/theme/style.css */
.btn-inverse-light.disabled, .btn-inverse-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 21501, app/assets/stylesheets/theme/style.css */
.btn-inverse-light.active, .btn-inverse-light:active,
.show > .btn-inverse-light.dropdown-toggle {
  color: #ffffff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 21508, app/assets/stylesheets/theme/style.css */
.btn-inverse-dark {
  background-color: rgba(40, 47, 58, 0.2);
  background-image: none;
  border-color: rgba(40, 47, 58, 0);
}

/* line 21514, app/assets/stylesheets/theme/style.css */
.btn-inverse-dark:not(.btn-inverse-light) {
  color: #282f3a;
}

/* line 21518, app/assets/stylesheets/theme/style.css */
.btn-inverse-dark:hover {
  color: #ffffff;
  background-color: #282f3a;
  border-color: #282f3a;
}

/* line 21524, app/assets/stylesheets/theme/style.css */
.btn-inverse-dark.focus, .btn-inverse-dark:focus {
  box-shadow: 0 0 0 3px rgba(40, 47, 58, 0.5);
}

/* line 21528, app/assets/stylesheets/theme/style.css */
.btn-inverse-dark.disabled, .btn-inverse-dark:disabled {
  color: #282f3a;
  background-color: transparent;
}

/* line 21533, app/assets/stylesheets/theme/style.css */
.btn-inverse-dark.active, .btn-inverse-dark:active,
.show > .btn-inverse-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #282f3a;
  border-color: #282f3a;
}

/* line 21540, app/assets/stylesheets/theme/style.css */
.btn-outline-light {
  color: #6c7383;
  border-color: #e3e3e3;
}

/* Breadcrumbs */
/* line 21546, app/assets/stylesheets/theme/style.css */
.breadcrumb {
  border: 1px solid #CED4DA;
}

/* line 21550, app/assets/stylesheets/theme/style.css */
.breadcrumb .breadcrumb-item {
  font-size: 0.875rem;
}

/* line 21554, app/assets/stylesheets/theme/style.css */
.breadcrumb.breadcrumb-custom {
  padding: 0 0;
  border-color: #dbe3e6;
}

/* line 21559, app/assets/stylesheets/theme/style.css */
.breadcrumb.breadcrumb-custom .breadcrumb-item {
  font-size: 0.875rem;
  background: #dbe3e6;
  padding: 0.56rem 12px;
  color: #000;
  display: inline-block;
  vertical-align: top;
}

/* line 21568, app/assets/stylesheets/theme/style.css */
.breadcrumb.breadcrumb-custom .breadcrumb-item:last-child {
  background: transparent;
}

/* line 21572, app/assets/stylesheets/theme/style.css */
.breadcrumb.breadcrumb-custom .breadcrumb-item:before {
  content: "";
  padding-right: 0;
}

/* line 21577, app/assets/stylesheets/theme/style.css */
.breadcrumb.breadcrumb-custom .breadcrumb-item a {
  position: relative;
  color: inherit;
  border: 1px solid #dbe3e6;
  display: inline-block;
  vertical-align: top;
}

/* line 21585, app/assets/stylesheets/theme/style.css */
.breadcrumb.breadcrumb-custom .breadcrumb-item a:before, .breadcrumb.breadcrumb-custom .breadcrumb-item a:after {
  position: absolute;
  top: -9px;
  width: 0;
  height: 0;
  content: "";
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
}

/* line 21595, app/assets/stylesheets/theme/style.css */
.breadcrumb.breadcrumb-custom .breadcrumb-item a:before {
  right: -22px;
  z-index: 3;
  border-left-color: #dbe3e6;
  border-left-style: solid;
  border-left-width: 12px;
}

/* line 21603, app/assets/stylesheets/theme/style.css */
.breadcrumb.breadcrumb-custom .breadcrumb-item a:after {
  border-top: 21px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 12px solid #ffffff;
  top: -9px;
  right: -23px;
}

/* line 21611, app/assets/stylesheets/theme/style.css */
.breadcrumb.breadcrumb-custom .breadcrumb-item span {
  display: inline-block;
  vertical-align: top;
}

/* line 21616, app/assets/stylesheets/theme/style.css */
.breadcrumb.breadcrumb-custom .breadcrumb-item > .breadcrumb-item {
  padding-right: 0;
}

/* line 21620, app/assets/stylesheets/theme/style.css */
.breadcrumb.bg-success, .swal2-modal .swal2-buttonswrapper .breadcrumb.swal2-styled.swal2-confirm, .settings-panel .color-tiles .breadcrumb.tiles.success, .breadcrumb.bg-dark, .settings-panel .color-tiles .breadcrumb.tiles.dark, .breadcrumb.bg-danger, .settings-panel .color-tiles .breadcrumb.tiles.danger, .breadcrumb.bg-warning, .settings-panel .color-tiles .breadcrumb.tiles.warning, .breadcrumb.bg-primary, .settings-panel .color-tiles .breadcrumb.tiles.primary, .breadcrumb.bg-info, .settings-panel .color-tiles .breadcrumb.tiles.info {
  border: none;
}

/* line 21624, app/assets/stylesheets/theme/style.css */
.breadcrumb.bg-success .breadcrumb-item, .swal2-modal .swal2-buttonswrapper .breadcrumb.swal2-styled.swal2-confirm .breadcrumb-item, .settings-panel .color-tiles .breadcrumb.tiles.success .breadcrumb-item, .breadcrumb.bg-dark .breadcrumb-item, .settings-panel .color-tiles .breadcrumb.tiles.dark .breadcrumb-item, .breadcrumb.bg-danger .breadcrumb-item, .settings-panel .color-tiles .breadcrumb.tiles.danger .breadcrumb-item, .breadcrumb.bg-warning .breadcrumb-item, .settings-panel .color-tiles .breadcrumb.tiles.warning .breadcrumb-item, .breadcrumb.bg-primary .breadcrumb-item, .settings-panel .color-tiles .breadcrumb.tiles.primary .breadcrumb-item, .breadcrumb.bg-info .breadcrumb-item, .settings-panel .color-tiles .breadcrumb.tiles.info .breadcrumb-item {
  color: #ffffff;
}

/* line 21628, app/assets/stylesheets/theme/style.css */
.breadcrumb.bg-success .breadcrumb-item:before, .swal2-modal .swal2-buttonswrapper .breadcrumb.swal2-styled.swal2-confirm .breadcrumb-item:before, .settings-panel .color-tiles .breadcrumb.tiles.success .breadcrumb-item:before, .breadcrumb.bg-dark .breadcrumb-item:before, .settings-panel .color-tiles .breadcrumb.tiles.dark .breadcrumb-item:before, .breadcrumb.bg-danger .breadcrumb-item:before, .settings-panel .color-tiles .breadcrumb.tiles.danger .breadcrumb-item:before, .breadcrumb.bg-warning .breadcrumb-item:before, .settings-panel .color-tiles .breadcrumb.tiles.warning .breadcrumb-item:before, .breadcrumb.bg-primary .breadcrumb-item:before, .settings-panel .color-tiles .breadcrumb.tiles.primary .breadcrumb-item:before, .breadcrumb.bg-info .breadcrumb-item:before, .settings-panel .color-tiles .breadcrumb.tiles.info .breadcrumb-item:before {
  color: inherit;
}

/* line 21632, app/assets/stylesheets/theme/style.css */
.breadcrumb.bg-success .breadcrumb-item a, .swal2-modal .swal2-buttonswrapper .breadcrumb.swal2-styled.swal2-confirm .breadcrumb-item a, .settings-panel .color-tiles .breadcrumb.tiles.success .breadcrumb-item a, .breadcrumb.bg-success .breadcrumb-item span, .swal2-modal .swal2-buttonswrapper .breadcrumb.swal2-styled.swal2-confirm .breadcrumb-item span, .settings-panel .color-tiles .breadcrumb.tiles.success .breadcrumb-item span, .breadcrumb.bg-dark .breadcrumb-item a, .settings-panel .color-tiles .breadcrumb.tiles.dark .breadcrumb-item a, .breadcrumb.bg-dark .breadcrumb-item span, .settings-panel .color-tiles .breadcrumb.tiles.dark .breadcrumb-item span, .breadcrumb.bg-danger .breadcrumb-item a, .settings-panel .color-tiles .breadcrumb.tiles.danger .breadcrumb-item a, .breadcrumb.bg-danger .breadcrumb-item span, .settings-panel .color-tiles .breadcrumb.tiles.danger .breadcrumb-item span, .breadcrumb.bg-warning .breadcrumb-item a, .settings-panel .color-tiles .breadcrumb.tiles.warning .breadcrumb-item a, .breadcrumb.bg-warning .breadcrumb-item span, .settings-panel .color-tiles .breadcrumb.tiles.warning .breadcrumb-item span, .breadcrumb.bg-primary .breadcrumb-item a, .settings-panel .color-tiles .breadcrumb.tiles.primary .breadcrumb-item a, .breadcrumb.bg-primary .breadcrumb-item span, .settings-panel .color-tiles .breadcrumb.tiles.primary .breadcrumb-item span, .breadcrumb.bg-info .breadcrumb-item a, .settings-panel .color-tiles .breadcrumb.tiles.info .breadcrumb-item a, .breadcrumb.bg-info .breadcrumb-item span, .settings-panel .color-tiles .breadcrumb.tiles.info .breadcrumb-item span {
  color: inherit;
}

/* inverse breadcrumb */
/* line 21637, app/assets/stylesheets/theme/style.css */
.bg-inverse-primary {
  background: #a09ed6;
  border-color: #4B49AC;
}

/* line 21642, app/assets/stylesheets/theme/style.css */
.bg-inverse-primary .breadcrumb-item {
  color: #4B49AC;
}

/* line 21646, app/assets/stylesheets/theme/style.css */
.bg-inverse-primary .breadcrumb-item:before {
  color: inherit;
}

/* line 21650, app/assets/stylesheets/theme/style.css */
.bg-inverse-primary .breadcrumb-item a {
  color: inherit;
}

/* line 21654, app/assets/stylesheets/theme/style.css */
.bg-inverse-primary.breadcrumb-custom {
  background: transparent;
}

/* line 21658, app/assets/stylesheets/theme/style.css */
.bg-inverse-primary.breadcrumb-custom .breadcrumb-item {
  background: #a09ed6;
}

/* line 21662, app/assets/stylesheets/theme/style.css */
.bg-inverse-primary.breadcrumb-custom .breadcrumb-item a {
  color: #4B49AC;
  border: none;
}

/* line 21667, app/assets/stylesheets/theme/style.css */
.bg-inverse-primary.breadcrumb-custom .breadcrumb-item a:before {
  border-left-color: #a09ed6;
}

/* line 21671, app/assets/stylesheets/theme/style.css */
.bg-inverse-primary.breadcrumb-custom .breadcrumb-item span {
  color: #4B49AC;
}

/* line 21675, app/assets/stylesheets/theme/style.css */
.bg-inverse-primary.breadcrumb-custom .breadcrumb-item:last-child {
  background: transparent;
}

/* line 21679, app/assets/stylesheets/theme/style.css */
.bg-inverse-secondary {
  background: #e3e4e4;
  border-color: #a3a4a5;
}

/* line 21684, app/assets/stylesheets/theme/style.css */
.bg-inverse-secondary .breadcrumb-item {
  color: #a3a4a5;
}

/* line 21688, app/assets/stylesheets/theme/style.css */
.bg-inverse-secondary .breadcrumb-item:before {
  color: inherit;
}

/* line 21692, app/assets/stylesheets/theme/style.css */
.bg-inverse-secondary .breadcrumb-item a {
  color: inherit;
}

/* line 21696, app/assets/stylesheets/theme/style.css */
.bg-inverse-secondary.breadcrumb-custom {
  background: transparent;
}

/* line 21700, app/assets/stylesheets/theme/style.css */
.bg-inverse-secondary.breadcrumb-custom .breadcrumb-item {
  background: #e3e4e4;
}

/* line 21704, app/assets/stylesheets/theme/style.css */
.bg-inverse-secondary.breadcrumb-custom .breadcrumb-item a {
  color: #a3a4a5;
  border: none;
}

/* line 21709, app/assets/stylesheets/theme/style.css */
.bg-inverse-secondary.breadcrumb-custom .breadcrumb-item a:before {
  border-left-color: #e3e4e4;
}

/* line 21713, app/assets/stylesheets/theme/style.css */
.bg-inverse-secondary.breadcrumb-custom .breadcrumb-item span {
  color: #a3a4a5;
}

/* line 21717, app/assets/stylesheets/theme/style.css */
.bg-inverse-secondary.breadcrumb-custom .breadcrumb-item:last-child {
  background: transparent;
}

/* line 21721, app/assets/stylesheets/theme/style.css */
.bg-inverse-success {
  background: #b0ddb0;
  border-color: #57B657;
}

/* line 21726, app/assets/stylesheets/theme/style.css */
.bg-inverse-success .breadcrumb-item {
  color: #57B657;
}

/* line 21730, app/assets/stylesheets/theme/style.css */
.bg-inverse-success .breadcrumb-item:before {
  color: inherit;
}

/* line 21734, app/assets/stylesheets/theme/style.css */
.bg-inverse-success .breadcrumb-item a {
  color: inherit;
}

/* line 21738, app/assets/stylesheets/theme/style.css */
.bg-inverse-success.breadcrumb-custom {
  background: transparent;
}

/* line 21742, app/assets/stylesheets/theme/style.css */
.bg-inverse-success.breadcrumb-custom .breadcrumb-item {
  background: #b0ddb0;
}

/* line 21746, app/assets/stylesheets/theme/style.css */
.bg-inverse-success.breadcrumb-custom .breadcrumb-item a {
  color: #57B657;
  border: none;
}

/* line 21751, app/assets/stylesheets/theme/style.css */
.bg-inverse-success.breadcrumb-custom .breadcrumb-item a:before {
  border-left-color: #b0ddb0;
}

/* line 21755, app/assets/stylesheets/theme/style.css */
.bg-inverse-success.breadcrumb-custom .breadcrumb-item span {
  color: #57B657;
}

/* line 21759, app/assets/stylesheets/theme/style.css */
.bg-inverse-success.breadcrumb-custom .breadcrumb-item:last-child {
  background: transparent;
}

/* line 21763, app/assets/stylesheets/theme/style.css */
.bg-inverse-info {
  background: #a2cefe;
  border-color: #248AFD;
}

/* line 21768, app/assets/stylesheets/theme/style.css */
.bg-inverse-info .breadcrumb-item {
  color: #248AFD;
}

/* line 21772, app/assets/stylesheets/theme/style.css */
.bg-inverse-info .breadcrumb-item:before {
  color: inherit;
}

/* line 21776, app/assets/stylesheets/theme/style.css */
.bg-inverse-info .breadcrumb-item a {
  color: inherit;
}

/* line 21780, app/assets/stylesheets/theme/style.css */
.bg-inverse-info.breadcrumb-custom {
  background: transparent;
}

/* line 21784, app/assets/stylesheets/theme/style.css */
.bg-inverse-info.breadcrumb-custom .breadcrumb-item {
  background: #a2cefe;
}

/* line 21788, app/assets/stylesheets/theme/style.css */
.bg-inverse-info.breadcrumb-custom .breadcrumb-item a {
  color: #248AFD;
  border: none;
}

/* line 21793, app/assets/stylesheets/theme/style.css */
.bg-inverse-info.breadcrumb-custom .breadcrumb-item a:before {
  border-left-color: #a2cefe;
}

/* line 21797, app/assets/stylesheets/theme/style.css */
.bg-inverse-info.breadcrumb-custom .breadcrumb-item span {
  color: #248AFD;
}

/* line 21801, app/assets/stylesheets/theme/style.css */
.bg-inverse-info.breadcrumb-custom .breadcrumb-item:last-child {
  background: transparent;
}

/* line 21805, app/assets/stylesheets/theme/style.css */
.bg-inverse-warning {
  background: #ffe080;
  border-color: #FFC100;
}

/* line 21810, app/assets/stylesheets/theme/style.css */
.bg-inverse-warning .breadcrumb-item {
  color: #FFC100;
}

/* line 21814, app/assets/stylesheets/theme/style.css */
.bg-inverse-warning .breadcrumb-item:before {
  color: inherit;
}

/* line 21818, app/assets/stylesheets/theme/style.css */
.bg-inverse-warning .breadcrumb-item a {
  color: inherit;
}

/* line 21822, app/assets/stylesheets/theme/style.css */
.bg-inverse-warning.breadcrumb-custom {
  background: transparent;
}

/* line 21826, app/assets/stylesheets/theme/style.css */
.bg-inverse-warning.breadcrumb-custom .breadcrumb-item {
  background: #ffe080;
}

/* line 21830, app/assets/stylesheets/theme/style.css */
.bg-inverse-warning.breadcrumb-custom .breadcrumb-item a {
  color: #FFC100;
  border: none;
}

/* line 21835, app/assets/stylesheets/theme/style.css */
.bg-inverse-warning.breadcrumb-custom .breadcrumb-item a:before {
  border-left-color: #ffe080;
}

/* line 21839, app/assets/stylesheets/theme/style.css */
.bg-inverse-warning.breadcrumb-custom .breadcrumb-item span {
  color: #FFC100;
}

/* line 21843, app/assets/stylesheets/theme/style.css */
.bg-inverse-warning.breadcrumb-custom .breadcrumb-item:last-child {
  background: transparent;
}

/* line 21847, app/assets/stylesheets/theme/style.css */
.bg-inverse-danger {
  background: #ffc7c7;
  border-color: #FF4747;
}

/* line 21852, app/assets/stylesheets/theme/style.css */
.bg-inverse-danger .breadcrumb-item {
  color: #FF4747;
}

/* line 21856, app/assets/stylesheets/theme/style.css */
.bg-inverse-danger .breadcrumb-item:before {
  color: inherit;
}

/* line 21860, app/assets/stylesheets/theme/style.css */
.bg-inverse-danger .breadcrumb-item a {
  color: inherit;
}

/* line 21864, app/assets/stylesheets/theme/style.css */
.bg-inverse-danger.breadcrumb-custom {
  background: transparent;
}

/* line 21868, app/assets/stylesheets/theme/style.css */
.bg-inverse-danger.breadcrumb-custom .breadcrumb-item {
  background: #ffc7c7;
}

/* line 21872, app/assets/stylesheets/theme/style.css */
.bg-inverse-danger.breadcrumb-custom .breadcrumb-item a {
  color: #FF4747;
  border: none;
}

/* line 21877, app/assets/stylesheets/theme/style.css */
.bg-inverse-danger.breadcrumb-custom .breadcrumb-item a:before {
  border-left-color: #ffc7c7;
}

/* line 21881, app/assets/stylesheets/theme/style.css */
.bg-inverse-danger.breadcrumb-custom .breadcrumb-item span {
  color: #FF4747;
}

/* line 21885, app/assets/stylesheets/theme/style.css */
.bg-inverse-danger.breadcrumb-custom .breadcrumb-item:last-child {
  background: transparent;
}

/* line 21889, app/assets/stylesheets/theme/style.css */
.bg-inverse-light {
  background: white;
  border-color: #f8f9fa;
}

/* line 21894, app/assets/stylesheets/theme/style.css */
.bg-inverse-light .breadcrumb-item {
  color: #f8f9fa;
}

/* line 21898, app/assets/stylesheets/theme/style.css */
.bg-inverse-light .breadcrumb-item:before {
  color: inherit;
}

/* line 21902, app/assets/stylesheets/theme/style.css */
.bg-inverse-light .breadcrumb-item a {
  color: inherit;
}

/* line 21906, app/assets/stylesheets/theme/style.css */
.bg-inverse-light.breadcrumb-custom {
  background: transparent;
}

/* line 21910, app/assets/stylesheets/theme/style.css */
.bg-inverse-light.breadcrumb-custom .breadcrumb-item {
  background: white;
}

/* line 21914, app/assets/stylesheets/theme/style.css */
.bg-inverse-light.breadcrumb-custom .breadcrumb-item a {
  color: #f8f9fa;
  border: none;
}

/* line 21919, app/assets/stylesheets/theme/style.css */
.bg-inverse-light.breadcrumb-custom .breadcrumb-item a:before {
  border-left-color: white;
}

/* line 21923, app/assets/stylesheets/theme/style.css */
.bg-inverse-light.breadcrumb-custom .breadcrumb-item span {
  color: #f8f9fa;
}

/* line 21927, app/assets/stylesheets/theme/style.css */
.bg-inverse-light.breadcrumb-custom .breadcrumb-item:last-child {
  background: transparent;
}

/* line 21931, app/assets/stylesheets/theme/style.css */
.bg-inverse-dark {
  background: #5c6c85;
  border-color: #282f3a;
}

/* line 21936, app/assets/stylesheets/theme/style.css */
.bg-inverse-dark .breadcrumb-item {
  color: #282f3a;
}

/* line 21940, app/assets/stylesheets/theme/style.css */
.bg-inverse-dark .breadcrumb-item:before {
  color: inherit;
}

/* line 21944, app/assets/stylesheets/theme/style.css */
.bg-inverse-dark .breadcrumb-item a {
  color: inherit;
}

/* line 21948, app/assets/stylesheets/theme/style.css */
.bg-inverse-dark.breadcrumb-custom {
  background: transparent;
}

/* line 21952, app/assets/stylesheets/theme/style.css */
.bg-inverse-dark.breadcrumb-custom .breadcrumb-item {
  background: #5c6c85;
}

/* line 21956, app/assets/stylesheets/theme/style.css */
.bg-inverse-dark.breadcrumb-custom .breadcrumb-item a {
  color: #282f3a;
  border: none;
}

/* line 21961, app/assets/stylesheets/theme/style.css */
.bg-inverse-dark.breadcrumb-custom .breadcrumb-item a:before {
  border-left-color: #5c6c85;
}

/* line 21965, app/assets/stylesheets/theme/style.css */
.bg-inverse-dark.breadcrumb-custom .breadcrumb-item span {
  color: #282f3a;
}

/* line 21969, app/assets/stylesheets/theme/style.css */
.bg-inverse-dark.breadcrumb-custom .breadcrumb-item:last-child {
  background: transparent;
}

/* Cards */
/* line 21974, app/assets/stylesheets/theme/style.css */
.card {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  transition: background 0.25s ease;
  -webkit-transition: background 0.25s ease;
  -moz-transition: background 0.25s ease;
  -ms-transition: background 0.25s ease;
  border: none;
}

/* line 21986, app/assets/stylesheets/theme/style.css */
.card.tale-bg {
  background: #DAE7FF;
}

/* line 21990, app/assets/stylesheets/theme/style.css */
.card.transparent {
  background: transparent;
}

/* line 21994, app/assets/stylesheets/theme/style.css */
.card .card-body {
  padding: 1.25rem 1.25rem;
}

/* line 21998, app/assets/stylesheets/theme/style.css */
.card .card-body + .card-body {
  padding-top: 1rem;
}

/* line 22002, app/assets/stylesheets/theme/style.css */
.card .card-title {
  color: #010101;
  margin-bottom: 1.2rem;
  text-transform: capitalize;
  font-size: 1.125rem;
  font-weight: 600;
}

/* line 22010, app/assets/stylesheets/theme/style.css */
.card .card-subtitle {
  font-weight: 400;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

/* line 22016, app/assets/stylesheets/theme/style.css */
.card .card-description {
  margin-bottom: .875rem;
  font-weight: 400;
  color: #76838f;
}

/* line 22022, app/assets/stylesheets/theme/style.css */
.card.card-outline-success {
  border: 1px solid #57B657;
}

/* line 22026, app/assets/stylesheets/theme/style.css */
.card.card-outline-primary {
  border: 1px solid #4B49AC;
}

/* line 22030, app/assets/stylesheets/theme/style.css */
.card.card-outline-warning {
  border: 1px solid #FFC100;
}

/* line 22034, app/assets/stylesheets/theme/style.css */
.card.card-outline-danger {
  border: 1px solid #FF4747;
}

/* line 22038, app/assets/stylesheets/theme/style.css */
.card.card-rounded {
  border-radius: 5px;
}

/* line 22042, app/assets/stylesheets/theme/style.css */
.card.card-faded {
  background: #b5b0b2;
  border-color: #b5b0b2;
}

/* line 22047, app/assets/stylesheets/theme/style.css */
.card.card-circle-progress {
  color: #ffffff;
  text-align: center;
}

/* line 22052, app/assets/stylesheets/theme/style.css */
.card.card-img-holder {
  position: relative;
}

/* line 22056, app/assets/stylesheets/theme/style.css */
.card.card-img-holder .card-img-absolute {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

/* line 22063, app/assets/stylesheets/theme/style.css */
.card.card-weather .weather-daily .weather-day {
  opacity: .5;
  font-weight: 900;
}

/* line 22068, app/assets/stylesheets/theme/style.css */
.card.card-weather .weather-daily i {
  font-size: 20px;
}

/* line 22072, app/assets/stylesheets/theme/style.css */
.card.card-weather .weather-daily .weather-temp {
  margin-top: .5rem;
  margin-bottom: 0;
  opacity: .5;
  font-size: .75rem;
}

/* line 22079, app/assets/stylesheets/theme/style.css */
.card.card-tale {
  background: #7DA0FA;
  color: #ffffff;
}

/* line 22084, app/assets/stylesheets/theme/style.css */
.card.card-tale:hover {
  background: #96b2fb;
}

/* line 22088, app/assets/stylesheets/theme/style.css */
.card.card-dark-blue {
  background: #4747A1;
  color: #ffffff;
}

/* line 22093, app/assets/stylesheets/theme/style.css */
.card.card-dark-blue:hover {
  background: #5050b2;
}

/* line 22097, app/assets/stylesheets/theme/style.css */
.card.card-light-blue {
  background: #7978E9;
  color: #ffffff;
}

/* line 22102, app/assets/stylesheets/theme/style.css */
.card.card-light-blue:hover {
  background: #8f8eed;
}

/* line 22106, app/assets/stylesheets/theme/style.css */
.card.card-light-danger {
  background: #F3797E;
  color: #ffffff;
}

/* line 22111, app/assets/stylesheets/theme/style.css */
.card.card-light-danger:hover {
  background: #f59095;
}

/* line 22115, app/assets/stylesheets/theme/style.css */
.card-inverse-primary {
  background: rgba(75, 73, 172, 0.2);
  border: 1px solid #45439e;
  color: #393783;
}

/* line 22121, app/assets/stylesheets/theme/style.css */
.card-inverse-secondary {
  background: rgba(163, 164, 165, 0.2);
  border: 1px solid #969798;
  color: #7c7d7d;
}

/* line 22127, app/assets/stylesheets/theme/style.css */
.card-inverse-success {
  background: rgba(87, 182, 87, 0.2);
  border: 1px solid #50a750;
  color: #428a42;
}

/* line 22133, app/assets/stylesheets/theme/style.css */
.card-inverse-info {
  background: rgba(36, 138, 253, 0.2);
  border: 1px solid #217fe9;
  color: #1b69c0;
}

/* line 22139, app/assets/stylesheets/theme/style.css */
.card-inverse-warning {
  background: rgba(255, 193, 0, 0.2);
  border: 1px solid #ebb200;
  color: #c29300;
}

/* line 22145, app/assets/stylesheets/theme/style.css */
.card-inverse-danger {
  background: rgba(255, 71, 71, 0.2);
  border: 1px solid #eb4141;
  color: #c23636;
}

/* line 22151, app/assets/stylesheets/theme/style.css */
.card-inverse-light {
  background: rgba(248, 249, 250, 0.2);
  border: 1px solid #e4e5e6;
  color: #bcbdbe;
}

/* line 22157, app/assets/stylesheets/theme/style.css */
.card-inverse-dark {
  background: rgba(40, 47, 58, 0.2);
  border: 1px solid #252b35;
  color: #1e242c;
}

/* line 22163, app/assets/stylesheets/theme/style.css */
.data-icon-card-primary {
  background: #4B49AC;
  color: #ffffff;
}

/* line 22168, app/assets/stylesheets/theme/style.css */
.data-icon-card-primary .card-title {
  color: #ffffff;
}

/* line 22172, app/assets/stylesheets/theme/style.css */
.data-icon-card-primary .background-icon::before {
  content: url(/assets/dashboard/shape-4.svg);
  position: absolute;
}

/* line 22177, app/assets/stylesheets/theme/style.css */
.data-icon-card-primary .background-icon i {
  z-index: 1;
  color: #ffffff;
}

/* line 22182, app/assets/stylesheets/theme/style.css */
.data-icon-card-secondary {
  background: #a3a4a5;
  color: #ffffff;
}

/* line 22187, app/assets/stylesheets/theme/style.css */
.data-icon-card-secondary .card-title {
  color: #ffffff;
}

/* line 22191, app/assets/stylesheets/theme/style.css */
.data-icon-card-secondary .background-icon::before {
  content: url(/assets/dashboard/shape-4.svg);
  position: absolute;
}

/* line 22196, app/assets/stylesheets/theme/style.css */
.data-icon-card-secondary .background-icon i {
  z-index: 1;
  color: #ffffff;
}

/* line 22201, app/assets/stylesheets/theme/style.css */
.data-icon-card-success {
  background: #57B657;
  color: #ffffff;
}

/* line 22206, app/assets/stylesheets/theme/style.css */
.data-icon-card-success .card-title {
  color: #ffffff;
}

/* line 22210, app/assets/stylesheets/theme/style.css */
.data-icon-card-success .background-icon::before {
  content: url(/assets/dashboard/shape-4.svg);
  position: absolute;
}

/* line 22215, app/assets/stylesheets/theme/style.css */
.data-icon-card-success .background-icon i {
  z-index: 1;
  color: #ffffff;
}

/* line 22220, app/assets/stylesheets/theme/style.css */
.data-icon-card-info {
  background: #248AFD;
  color: #ffffff;
}

/* line 22225, app/assets/stylesheets/theme/style.css */
.data-icon-card-info .card-title {
  color: #ffffff;
}

/* line 22229, app/assets/stylesheets/theme/style.css */
.data-icon-card-info .background-icon::before {
  content: url(/assets/dashboard/shape-4.svg);
  position: absolute;
}

/* line 22234, app/assets/stylesheets/theme/style.css */
.data-icon-card-info .background-icon i {
  z-index: 1;
  color: #ffffff;
}

/* line 22239, app/assets/stylesheets/theme/style.css */
.data-icon-card-warning {
  background: #FFC100;
  color: #ffffff;
}

/* line 22244, app/assets/stylesheets/theme/style.css */
.data-icon-card-warning .card-title {
  color: #ffffff;
}

/* line 22248, app/assets/stylesheets/theme/style.css */
.data-icon-card-warning .background-icon::before {
  content: url(/assets/dashboard/shape-4.svg);
  position: absolute;
}

/* line 22253, app/assets/stylesheets/theme/style.css */
.data-icon-card-warning .background-icon i {
  z-index: 1;
  color: #ffffff;
}

/* line 22258, app/assets/stylesheets/theme/style.css */
.data-icon-card-danger {
  background: #FF4747;
  color: #ffffff;
}

/* line 22263, app/assets/stylesheets/theme/style.css */
.data-icon-card-danger .card-title {
  color: #ffffff;
}

/* line 22267, app/assets/stylesheets/theme/style.css */
.data-icon-card-danger .background-icon::before {
  content: url(/assets/dashboard/shape-4.svg);
  position: absolute;
}

/* line 22272, app/assets/stylesheets/theme/style.css */
.data-icon-card-danger .background-icon i {
  z-index: 1;
  color: #ffffff;
}

/* line 22277, app/assets/stylesheets/theme/style.css */
.data-icon-card-light {
  background: #f8f9fa;
  color: #ffffff;
}

/* line 22282, app/assets/stylesheets/theme/style.css */
.data-icon-card-light .card-title {
  color: #ffffff;
}

/* line 22286, app/assets/stylesheets/theme/style.css */
.data-icon-card-light .background-icon::before {
  content: url(/assets/dashboard/shape-4.svg);
  position: absolute;
}

/* line 22291, app/assets/stylesheets/theme/style.css */
.data-icon-card-light .background-icon i {
  z-index: 1;
  color: #ffffff;
}

/* line 22296, app/assets/stylesheets/theme/style.css */
.data-icon-card-dark {
  background: #282f3a;
  color: #ffffff;
}

/* line 22301, app/assets/stylesheets/theme/style.css */
.data-icon-card-dark .card-title {
  color: #ffffff;
}

/* line 22305, app/assets/stylesheets/theme/style.css */
.data-icon-card-dark .background-icon::before {
  content: url(/assets/dashboard/shape-4.svg);
  position: absolute;
}

/* line 22310, app/assets/stylesheets/theme/style.css */
.data-icon-card-dark .background-icon i {
  z-index: 1;
  color: #ffffff;
}

/* Checkboxes and Radios */
/* line 22316, app/assets/stylesheets/theme/style.css */
.form-check {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
}

/* line 22324, app/assets/stylesheets/theme/style.css */
.form-check .form-check-label {
  min-height: 18px;
  display: block;
  margin-left: 1.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 22332, app/assets/stylesheets/theme/style.css */
.rtl .form-check .form-check-label {
  margin-left: 0;
  margin-right: 1.75rem;
}

/* line 22337, app/assets/stylesheets/theme/style.css */
.form-check .form-check-label input {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
  margin-top: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 22349, app/assets/stylesheets/theme/style.css */
.rtl .form-check .form-check-label input {
  left: auto;
  right: 0;
}

/* line 22354, app/assets/stylesheets/theme/style.css */
.form-check .form-check-label input[type="checkbox"] + .input-helper:before, .form-check .form-check-label input[type="checkbox"] + .input-helper:after {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 22360, app/assets/stylesheets/theme/style.css */
.rtl .form-check .form-check-label input[type="checkbox"] + .input-helper:before, .rtl .form-check .form-check-label input[type="checkbox"] + .input-helper:after {
  left: auto;
  right: 0;
}

/* line 22365, app/assets/stylesheets/theme/style.css */
.form-check .form-check-label input[type="checkbox"] + .input-helper:before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: solid #4B49AC;
  border-width: 2px;
  transition: all;
  transition-duration: 0s;
  transition-duration: 250ms;
}

/* line 22382, app/assets/stylesheets/theme/style.css */
.form-check .form-check-label input[type="checkbox"] + .input-helper:after {
  transition: all;
  transition-duration: 0s;
  transition-duration: 250ms;
  font-family: themify;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(0);
  content: '\e64c';
  font-size: .9375rem;
  font-weight: bold;
  color: #ffffff;
}

/* line 22404, app/assets/stylesheets/theme/style.css */
.form-check .form-check-label input[type="checkbox"]:checked + .input-helper:before {
  background: #4B49AC;
  border-width: 0;
}

/* line 22409, app/assets/stylesheets/theme/style.css */
.form-check .form-check-label input[type="checkbox"]:checked + .input-helper:after {
  width: 18px;
  opacity: 1;
  line-height: 18px;
  filter: alpha(opacity=100);
  transform: scale(1);
}

/* line 22420, app/assets/stylesheets/theme/style.css */
.form-check .form-check-label input[type="checkbox"]:disabled + .input-helper:before {
  border-color: #CED4DA;
}

/* line 22424, app/assets/stylesheets/theme/style.css */
.form-check .form-check-label input[type="checkbox"]:disabled:checked + .input-helper:after {
  background: #CED4DA;
  color: #ffffff;
}

/* line 22429, app/assets/stylesheets/theme/style.css */
.form-check .form-check-label input[type="radio"] + .input-helper:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border: solid #4B49AC;
  border-width: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: all;
  transition-duration: 0s;
  transition-duration: 250ms;
}

/* line 22449, app/assets/stylesheets/theme/style.css */
.rtl .form-check .form-check-label input[type="radio"] + .input-helper:before {
  left: auto;
  right: 0;
}

/* line 22454, app/assets/stylesheets/theme/style.css */
.form-check .form-check-label input[type="radio"] + .input-helper:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
  top: 6px;
  left: 6px;
  transition: all;
  transition-duration: 0s;
  transition-duration: 250ms;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(0);
  position: absolute;
}

/* line 22477, app/assets/stylesheets/theme/style.css */
.rtl .form-check .form-check-label input[type="radio"] + .input-helper:after {
  left: auto;
  right: 6px;
}

/* line 22482, app/assets/stylesheets/theme/style.css */
.form-check .form-check-label input[type="radio"]:checked + .input-helper:before {
  background: #4B49AC;
  border-width: 0;
}

/* line 22487, app/assets/stylesheets/theme/style.css */
.form-check .form-check-label input[type="radio"]:checked + .input-helper:after {
  opacity: 1;
  line-height: 1.5;
  filter: alpha(opacity=100);
  transform: scale(1);
}

/* line 22497, app/assets/stylesheets/theme/style.css */
.form-check .form-check-label input[type="radio"]:disabled + .input-helper:before {
  border-color: #CED4DA;
}

/* line 22501, app/assets/stylesheets/theme/style.css */
.form-check .form-check-label input[type="radio"]:disabled:checked + .input-helper:before {
  background: #CED4DA;
}

/* line 22505, app/assets/stylesheets/theme/style.css */
.form-check .form-check-label input[type="radio"]:disabled:checked + .input-helper:after {
  background: #ffffff;
}

/* line 22509, app/assets/stylesheets/theme/style.css */
.form-check-primary.form-check label input[type="checkbox"] + .input-helper:before,
.form-check-primary.form-check label input[type="radio"] + .input-helper:before {
  border-color: #4B49AC;
}

/* line 22514, app/assets/stylesheets/theme/style.css */
.form-check-primary.form-check label input[type="checkbox"]:checked + .input-helper:before,
.form-check-primary.form-check label input[type="radio"]:checked + .input-helper:before {
  background: #4B49AC;
}

/* line 22519, app/assets/stylesheets/theme/style.css */
.form-check-secondary.form-check label input[type="checkbox"] + .input-helper:before,
.form-check-secondary.form-check label input[type="radio"] + .input-helper:before {
  border-color: #a3a4a5;
}

/* line 22524, app/assets/stylesheets/theme/style.css */
.form-check-secondary.form-check label input[type="checkbox"]:checked + .input-helper:before,
.form-check-secondary.form-check label input[type="radio"]:checked + .input-helper:before {
  background: #a3a4a5;
}

/* line 22529, app/assets/stylesheets/theme/style.css */
.form-check-success.form-check label input[type="checkbox"] + .input-helper:before,
.form-check-success.form-check label input[type="radio"] + .input-helper:before {
  border-color: #57B657;
}

/* line 22534, app/assets/stylesheets/theme/style.css */
.form-check-success.form-check label input[type="checkbox"]:checked + .input-helper:before,
.form-check-success.form-check label input[type="radio"]:checked + .input-helper:before {
  background: #57B657;
}

/* line 22539, app/assets/stylesheets/theme/style.css */
.form-check-info.form-check label input[type="checkbox"] + .input-helper:before,
.form-check-info.form-check label input[type="radio"] + .input-helper:before {
  border-color: #248AFD;
}

/* line 22544, app/assets/stylesheets/theme/style.css */
.form-check-info.form-check label input[type="checkbox"]:checked + .input-helper:before,
.form-check-info.form-check label input[type="radio"]:checked + .input-helper:before {
  background: #248AFD;
}

/* line 22549, app/assets/stylesheets/theme/style.css */
.form-check-warning.form-check label input[type="checkbox"] + .input-helper:before,
.form-check-warning.form-check label input[type="radio"] + .input-helper:before {
  border-color: #FFC100;
}

/* line 22554, app/assets/stylesheets/theme/style.css */
.form-check-warning.form-check label input[type="checkbox"]:checked + .input-helper:before,
.form-check-warning.form-check label input[type="radio"]:checked + .input-helper:before {
  background: #FFC100;
}

/* line 22559, app/assets/stylesheets/theme/style.css */
.form-check-danger.form-check label input[type="checkbox"] + .input-helper:before,
.form-check-danger.form-check label input[type="radio"] + .input-helper:before {
  border-color: #FF4747;
}

/* line 22564, app/assets/stylesheets/theme/style.css */
.form-check-danger.form-check label input[type="checkbox"]:checked + .input-helper:before,
.form-check-danger.form-check label input[type="radio"]:checked + .input-helper:before {
  background: #FF4747;
}

/* line 22569, app/assets/stylesheets/theme/style.css */
.form-check-light.form-check label input[type="checkbox"] + .input-helper:before,
.form-check-light.form-check label input[type="radio"] + .input-helper:before {
  border-color: #f8f9fa;
}

/* line 22574, app/assets/stylesheets/theme/style.css */
.form-check-light.form-check label input[type="checkbox"]:checked + .input-helper:before,
.form-check-light.form-check label input[type="radio"]:checked + .input-helper:before {
  background: #f8f9fa;
}

/* line 22579, app/assets/stylesheets/theme/style.css */
.form-check-dark.form-check label input[type="checkbox"] + .input-helper:before,
.form-check-dark.form-check label input[type="radio"] + .input-helper:before {
  border-color: #282f3a;
}

/* line 22584, app/assets/stylesheets/theme/style.css */
.form-check-dark.form-check label input[type="checkbox"]:checked + .input-helper:before,
.form-check-dark.form-check label input[type="radio"]:checked + .input-helper:before {
  background: #282f3a;
}

/* Dropdowns */
/* line 22590, app/assets/stylesheets/theme/style.css */
.dropdown .dropdown-toggle:after {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  font: normal normal normal 24px/1 "themify";
  content: "\e64b";
  width: auto;
  height: auto;
  vertical-align: middle;
  line-height: .625rem;
  font-size: .875rem;
  margin-left: .3rem;
}

/* line 22605, app/assets/stylesheets/theme/style.css */
.dropdown .dropdown-menu {
  margin-top: 2px;
  font-size: 0.875rem;
  box-shadow: 0px 1px 15px 1px rgba(230, 234, 236, 0.35);
}

/* line 22611, app/assets/stylesheets/theme/style.css */
.dropdown .dropdown-menu .dropdown-item {
  font-size: .875rem;
  padding: .25rem 1.5rem;
}

/* line 22616, app/assets/stylesheets/theme/style.css */
.dropdown .dropdown-menu .dropdown-item:active {
  background: initial;
}

/* Forms */
/* line 22621, app/assets/stylesheets/theme/style.css */
.form-group {
  margin-bottom: 1.5rem;
}

/* line 22625, app/assets/stylesheets/theme/style.css */
.input-group-append,
.input-group-prepend {
  color: #c9c8c8;
  width: auto;
  border: none;
}

/* line 22632, app/assets/stylesheets/theme/style.css */
.input-group-append .input-group-text,
.input-group-prepend .input-group-text {
  border-color: #CED4DA;
  padding: 0.875rem 0.75rem;
  color: #c9c8c8;
}

/* line 22639, app/assets/stylesheets/theme/style.css */
.form-control, .asColorPicker-input, .dataTables_wrapper select, .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text],
.jsgrid .jsgrid-table .jsgrid-filter-row select, .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number], .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-search__field, .typeahead,
.tt-query,
.tt-hint {
  border: 1px solid #CED4DA;
  font-weight: 400;
  font-size: 0.875rem;
  border-radius: 4px;
}

/* line 22649, app/assets/stylesheets/theme/style.css */
select.form-control, select.asColorPicker-input, .dataTables_wrapper select,
.jsgrid .jsgrid-table .jsgrid-filter-row select, .select2-container--default select.select2-selection--single, .select2-container--default .select2-selection--single select.select2-search__field, select.typeahead,
select.tt-query,
select.tt-hint {
  padding: .4375rem .75rem;
  border: 0;
  outline: 1px solid #CED4DA;
  color: #c9c8c8;
}

/* line 22659, app/assets/stylesheets/theme/style.css */
select.form-control:focus, select.asColorPicker-input:focus, .dataTables_wrapper select:focus,
.jsgrid .jsgrid-table .jsgrid-filter-row select:focus, .select2-container--default select.select2-selection--single:focus, .select2-container--default .select2-selection--single select.select2-search__field:focus, select.typeahead:focus,
select.tt-query:focus,
select.tt-hint:focus {
  outline: 1px solid #CED4DA;
}

/* line 22666, app/assets/stylesheets/theme/style.css */
select.form-control.border-primary, select.border-primary.asColorPicker-input, .dataTables_wrapper select.border-primary,
.jsgrid .jsgrid-table .jsgrid-filter-row select.border-primary, .select2-container--default select.border-primary.select2-selection--single, .select2-container--default .select2-selection--single select.border-primary.select2-search__field, select.border-primary.typeahead,
select.border-primary.tt-query,
select.border-primary.tt-hint {
  outline: 1px solid #4B49AC;
}

/* line 22673, app/assets/stylesheets/theme/style.css */
select.form-control.border-primary:focus, select.border-primary.asColorPicker-input:focus, .dataTables_wrapper select.border-primary:focus,
.jsgrid .jsgrid-table .jsgrid-filter-row select.border-primary:focus, .select2-container--default select.border-primary.select2-selection--single:focus, .select2-container--default .select2-selection--single select.border-primary.select2-search__field:focus, select.border-primary.typeahead:focus,
select.border-primary.tt-query:focus,
select.border-primary.tt-hint:focus {
  outline: 1px solid #4B49AC;
}

/* line 22680, app/assets/stylesheets/theme/style.css */
select.form-control.border-secondary, select.form-control.loader-demo-box, select.loader-demo-box.asColorPicker-input, .dataTables_wrapper select.loader-demo-box,
.jsgrid .jsgrid-table .jsgrid-filter-row select.loader-demo-box, .select2-container--default select.loader-demo-box.select2-selection--single, .select2-container--default .select2-selection--single select.loader-demo-box.select2-search__field, select.loader-demo-box.typeahead,
select.loader-demo-box.tt-query,
select.loader-demo-box.tt-hint, select.border-secondary.asColorPicker-input, .dataTables_wrapper select.border-secondary,
.jsgrid .jsgrid-table .jsgrid-filter-row select.border-secondary, .select2-container--default select.border-secondary.select2-selection--single, .select2-container--default .select2-selection--single select.border-secondary.select2-search__field, select.border-secondary.typeahead,
select.border-secondary.tt-query,
select.border-secondary.tt-hint {
  outline: 1px solid #a3a4a5;
}

/* line 22690, app/assets/stylesheets/theme/style.css */
select.form-control.border-secondary:focus, select.form-control.loader-demo-box:focus, select.loader-demo-box.asColorPicker-input:focus, .dataTables_wrapper select.loader-demo-box:focus,
.jsgrid .jsgrid-table .jsgrid-filter-row select.loader-demo-box:focus, .select2-container--default select.loader-demo-box.select2-selection--single:focus, .select2-container--default .select2-selection--single select.loader-demo-box.select2-search__field:focus, select.loader-demo-box.typeahead:focus,
select.loader-demo-box.tt-query:focus,
select.loader-demo-box.tt-hint:focus, select.border-secondary.asColorPicker-input:focus, .dataTables_wrapper select.border-secondary:focus,
.jsgrid .jsgrid-table .jsgrid-filter-row select.border-secondary:focus, .select2-container--default select.border-secondary.select2-selection--single:focus, .select2-container--default .select2-selection--single select.border-secondary.select2-search__field:focus, select.border-secondary.typeahead:focus,
select.border-secondary.tt-query:focus,
select.border-secondary.tt-hint:focus {
  outline: 1px solid #a3a4a5;
}

/* line 22700, app/assets/stylesheets/theme/style.css */
select.form-control.border-success, select.border-success.asColorPicker-input, .swal2-modal .swal2-buttonswrapper select.asColorPicker-input.swal2-styled.swal2-confirm, .dataTables_wrapper select.border-success, .dataTables_wrapper .swal2-modal .swal2-buttonswrapper select.swal2-styled.swal2-confirm, .swal2-modal .swal2-buttonswrapper .dataTables_wrapper select.swal2-styled.swal2-confirm,
.jsgrid .jsgrid-table .jsgrid-filter-row select.border-success, .jsgrid .jsgrid-table .jsgrid-filter-row .swal2-modal .swal2-buttonswrapper select.swal2-styled.swal2-confirm, .swal2-modal .swal2-buttonswrapper .jsgrid .jsgrid-table .jsgrid-filter-row select.swal2-styled.swal2-confirm, .select2-container--default select.border-success.select2-selection--single, .select2-container--default .swal2-modal .swal2-buttonswrapper select.select2-selection--single.swal2-styled.swal2-confirm, .swal2-modal .swal2-buttonswrapper .select2-container--default select.select2-selection--single.swal2-styled.swal2-confirm, .select2-container--default .select2-selection--single select.border-success.select2-search__field, .select2-container--default .select2-selection--single .swal2-modal .swal2-buttonswrapper select.select2-search__field.swal2-styled.swal2-confirm, .swal2-modal .swal2-buttonswrapper .select2-container--default .select2-selection--single select.select2-search__field.swal2-styled.swal2-confirm, .swal2-modal .swal2-buttonswrapper select.form-control.swal2-styled.swal2-confirm, .swal2-modal .swal2-buttonswrapper select.swal2-styled.swal2-confirm.typeahead,
.swal2-modal .swal2-buttonswrapper select.swal2-styled.swal2-confirm.tt-query,
.swal2-modal .swal2-buttonswrapper select.swal2-styled.swal2-confirm.tt-hint, select.border-success.typeahead,
select.border-success.tt-query,
select.border-success.tt-hint {
  outline: 1px solid #57B657;
}

/* line 22709, app/assets/stylesheets/theme/style.css */
select.form-control.border-success:focus, select.border-success.asColorPicker-input:focus, .swal2-modal .swal2-buttonswrapper select.asColorPicker-input.swal2-styled.swal2-confirm:focus, .dataTables_wrapper select.border-success:focus, .dataTables_wrapper .swal2-modal .swal2-buttonswrapper select.swal2-styled.swal2-confirm:focus, .swal2-modal .swal2-buttonswrapper .dataTables_wrapper select.swal2-styled.swal2-confirm:focus,
.jsgrid .jsgrid-table .jsgrid-filter-row select.border-success:focus, .jsgrid .jsgrid-table .jsgrid-filter-row .swal2-modal .swal2-buttonswrapper select.swal2-styled.swal2-confirm:focus, .swal2-modal .swal2-buttonswrapper .jsgrid .jsgrid-table .jsgrid-filter-row select.swal2-styled.swal2-confirm:focus, .select2-container--default select.border-success.select2-selection--single:focus, .select2-container--default .swal2-modal .swal2-buttonswrapper select.select2-selection--single.swal2-styled.swal2-confirm:focus, .swal2-modal .swal2-buttonswrapper .select2-container--default select.select2-selection--single.swal2-styled.swal2-confirm:focus, .select2-container--default .select2-selection--single select.border-success.select2-search__field:focus, .select2-container--default .select2-selection--single .swal2-modal .swal2-buttonswrapper select.select2-search__field.swal2-styled.swal2-confirm:focus, .swal2-modal .swal2-buttonswrapper .select2-container--default .select2-selection--single select.select2-search__field.swal2-styled.swal2-confirm:focus, .swal2-modal .swal2-buttonswrapper select.form-control.swal2-styled.swal2-confirm:focus, .swal2-modal .swal2-buttonswrapper select.swal2-styled.swal2-confirm.typeahead:focus,
.swal2-modal .swal2-buttonswrapper select.swal2-styled.swal2-confirm.tt-query:focus,
.swal2-modal .swal2-buttonswrapper select.swal2-styled.swal2-confirm.tt-hint:focus, select.border-success.typeahead:focus,
select.border-success.tt-query:focus,
select.border-success.tt-hint:focus {
  outline: 1px solid #57B657;
}

/* line 22718, app/assets/stylesheets/theme/style.css */
select.form-control.border-info, select.border-info.asColorPicker-input, .dataTables_wrapper select.border-info,
.jsgrid .jsgrid-table .jsgrid-filter-row select.border-info, .select2-container--default select.border-info.select2-selection--single, .select2-container--default .select2-selection--single select.border-info.select2-search__field, select.border-info.typeahead,
select.border-info.tt-query,
select.border-info.tt-hint {
  outline: 1px solid #248AFD;
}

/* line 22725, app/assets/stylesheets/theme/style.css */
select.form-control.border-info:focus, select.border-info.asColorPicker-input:focus, .dataTables_wrapper select.border-info:focus,
.jsgrid .jsgrid-table .jsgrid-filter-row select.border-info:focus, .select2-container--default select.border-info.select2-selection--single:focus, .select2-container--default .select2-selection--single select.border-info.select2-search__field:focus, select.border-info.typeahead:focus,
select.border-info.tt-query:focus,
select.border-info.tt-hint:focus {
  outline: 1px solid #248AFD;
}

/* line 22732, app/assets/stylesheets/theme/style.css */
select.form-control.border-warning, select.border-warning.asColorPicker-input, .dataTables_wrapper select.border-warning,
.jsgrid .jsgrid-table .jsgrid-filter-row select.border-warning, .select2-container--default select.border-warning.select2-selection--single, .select2-container--default .select2-selection--single select.border-warning.select2-search__field, select.border-warning.typeahead,
select.border-warning.tt-query,
select.border-warning.tt-hint {
  outline: 1px solid #FFC100;
}

/* line 22739, app/assets/stylesheets/theme/style.css */
select.form-control.border-warning:focus, select.border-warning.asColorPicker-input:focus, .dataTables_wrapper select.border-warning:focus,
.jsgrid .jsgrid-table .jsgrid-filter-row select.border-warning:focus, .select2-container--default select.border-warning.select2-selection--single:focus, .select2-container--default .select2-selection--single select.border-warning.select2-search__field:focus, select.border-warning.typeahead:focus,
select.border-warning.tt-query:focus,
select.border-warning.tt-hint:focus {
  outline: 1px solid #FFC100;
}

/* line 22746, app/assets/stylesheets/theme/style.css */
select.form-control.border-danger, select.border-danger.asColorPicker-input, .dataTables_wrapper select.border-danger,
.jsgrid .jsgrid-table .jsgrid-filter-row select.border-danger, .select2-container--default select.border-danger.select2-selection--single, .select2-container--default .select2-selection--single select.border-danger.select2-search__field, select.border-danger.typeahead,
select.border-danger.tt-query,
select.border-danger.tt-hint {
  outline: 1px solid #FF4747;
}

/* line 22753, app/assets/stylesheets/theme/style.css */
select.form-control.border-danger:focus, select.border-danger.asColorPicker-input:focus, .dataTables_wrapper select.border-danger:focus,
.jsgrid .jsgrid-table .jsgrid-filter-row select.border-danger:focus, .select2-container--default select.border-danger.select2-selection--single:focus, .select2-container--default .select2-selection--single select.border-danger.select2-search__field:focus, select.border-danger.typeahead:focus,
select.border-danger.tt-query:focus,
select.border-danger.tt-hint:focus {
  outline: 1px solid #FF4747;
}

/* line 22760, app/assets/stylesheets/theme/style.css */
select.form-control.border-light, select.border-light.asColorPicker-input, .dataTables_wrapper select.border-light,
.jsgrid .jsgrid-table .jsgrid-filter-row select.border-light, .select2-container--default select.border-light.select2-selection--single, .select2-container--default .select2-selection--single select.border-light.select2-search__field, select.border-light.typeahead,
select.border-light.tt-query,
select.border-light.tt-hint {
  outline: 1px solid #f8f9fa;
}

/* line 22767, app/assets/stylesheets/theme/style.css */
select.form-control.border-light:focus, select.border-light.asColorPicker-input:focus, .dataTables_wrapper select.border-light:focus,
.jsgrid .jsgrid-table .jsgrid-filter-row select.border-light:focus, .select2-container--default select.border-light.select2-selection--single:focus, .select2-container--default .select2-selection--single select.border-light.select2-search__field:focus, select.border-light.typeahead:focus,
select.border-light.tt-query:focus,
select.border-light.tt-hint:focus {
  outline: 1px solid #f8f9fa;
}

/* line 22774, app/assets/stylesheets/theme/style.css */
select.form-control.border-dark, select.border-dark.asColorPicker-input, .dataTables_wrapper select.border-dark,
.jsgrid .jsgrid-table .jsgrid-filter-row select.border-dark, .select2-container--default select.border-dark.select2-selection--single, .select2-container--default .select2-selection--single select.border-dark.select2-search__field, select.border-dark.typeahead,
select.border-dark.tt-query,
select.border-dark.tt-hint {
  outline: 1px solid #282f3a;
}

/* line 22781, app/assets/stylesheets/theme/style.css */
select.form-control.border-dark:focus, select.border-dark.asColorPicker-input:focus, .dataTables_wrapper select.border-dark:focus,
.jsgrid .jsgrid-table .jsgrid-filter-row select.border-dark:focus, .select2-container--default select.border-dark.select2-selection--single:focus, .select2-container--default .select2-selection--single select.border-dark.select2-search__field:focus, select.border-dark.typeahead:focus,
select.border-dark.tt-query:focus,
select.border-dark.tt-hint:focus {
  outline: 1px solid #282f3a;
}

/* line 22788, app/assets/stylesheets/theme/style.css */
.form-group label {
  font-size: 0.875rem;
  line-height: 1.4rem;
  vertical-align: top;
  margin-bottom: .5rem;
}

/* line 22795, app/assets/stylesheets/theme/style.css */
.form-group.has-danger .form-control, .form-group.has-danger .asColorPicker-input, .form-group.has-danger .dataTables_wrapper select, .dataTables_wrapper .form-group.has-danger select, .form-group.has-danger .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .form-group.has-danger input[type=text],
.form-group.has-danger .jsgrid .jsgrid-table .jsgrid-filter-row select, .jsgrid .jsgrid-table .jsgrid-filter-row .form-group.has-danger select, .form-group.has-danger .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .form-group.has-danger input[type=number], .form-group.has-danger .select2-container--default .select2-selection--single, .select2-container--default .form-group.has-danger .select2-selection--single, .form-group.has-danger .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .form-group.has-danger .select2-search__field, .form-group.has-danger .typeahead,
.form-group.has-danger .tt-query,
.form-group.has-danger .tt-hint {
  border-color: #FF4747;
}

/* line 22802, app/assets/stylesheets/theme/style.css */
.form-group .file-upload-default {
  visibility: hidden;
  position: absolute;
}

/* line 22807, app/assets/stylesheets/theme/style.css */
.form-group .file-upload-info {
  background: transparent;
}

/* line 22811, app/assets/stylesheets/theme/style.css */
.map-container {
  position: relative;
  min-width: 100%;
  max-width: 100%;
  display: block;
  padding: 35% 0;
  overflow: hidden;
  border-radius: 5px;
}

/* line 22821, app/assets/stylesheets/theme/style.css */
.map-container .google-map {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* line 22832, app/assets/stylesheets/theme/style.css */
.map-container .google-map.no-controls .gmnoprint, .map-container .google-map.no-controls .gm-style-cc {
  display: none;
}

/* Icons */
/* line 22837, app/assets/stylesheets/theme/style.css */
.icons-list {
  border-left: 1px solid #CED4DA;
  border-top: 1px solid #CED4DA;
}

/* line 22842, app/assets/stylesheets/theme/style.css */
.icons-list > div {
  background: #ffffff;
  border-bottom: 1px solid #CED4DA;
  border-right: 1px solid #CED4DA;
  display: flex;
  align-items: center;
  padding: 15px 15px;
  font-weight: 400;
  font-size: 0.875rem;
}

/* line 22855, app/assets/stylesheets/theme/style.css */
.icons-list > div i {
  display: inline-block;
  font-size: 20px;
  width: 40px;
  text-align: left;
  color: #4B49AC;
}

/* line 22863, app/assets/stylesheets/theme/style.css */
.icon-in-bg {
  width: 55px;
  height: 55px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 22875, app/assets/stylesheets/theme/style.css */
.icon-lg, .data-icon-card-primary .background-icon i, .data-icon-card-secondary .background-icon i, .data-icon-card-success .background-icon i, .data-icon-card-info .background-icon i, .data-icon-card-warning .background-icon i, .data-icon-card-danger .background-icon i, .data-icon-card-light .background-icon i, .data-icon-card-dark .background-icon i {
  font-size: 2.875rem;
}

/* line 22879, app/assets/stylesheets/theme/style.css */
.icon-md {
  font-size: 2rem;
}

/* line 22883, app/assets/stylesheets/theme/style.css */
.icon-sm {
  font-size: 1rem;
}

/* Loaders */
/* line 22888, app/assets/stylesheets/theme/style.css */
#pgloading {
  position: static;
}

/* line 22892, app/assets/stylesheets/theme/style.css */
#pgloading .bokeh {
  font-size: 100px;
  width: 1em;
  height: 1em;
  position: relative;
  margin: 0 auto;
  border-radius: 50%;
  border: 0.01em solid #CED4DA;
  list-style: none;
  padding: 0;
}

/* line 22904, app/assets/stylesheets/theme/style.css */
#pgloading .bokeh li {
  position: absolute;
  width: .2em;
  height: .2em;
  border-radius: 50%;
}

/* line 22911, app/assets/stylesheets/theme/style.css */
#pgloading .bokeh li:nth-child(1) {
  left: 50%;
  top: 0;
  margin: 0 0 0 -.1em;
  background: #57B657;
  transform-origin: 50% 250%;
  animation: rota 1.13s linear infinite, opa 3.67s ease-in-out infinite alternate;
}

/* line 22922, app/assets/stylesheets/theme/style.css */
#pgloading .bokeh li:nth-child(2) {
  top: 50%;
  right: 0;
  margin: -.1em 0 0 0;
  background: #FF4747;
  transform-origin: -150% 50%;
  animation: rota 1.86s linear infinite, opa 4.29s ease-in-out infinite alternate;
}

/* line 22933, app/assets/stylesheets/theme/style.css */
#pgloading .bokeh li:nth-child(3) {
  left: 50%;
  bottom: 0;
  margin: 0 0 0 -.1em;
  background: #FFC100;
  transform-origin: 50% -150%;
  animation: rota 1.45s linear infinite, opa 5.12s ease-in-out infinite alternate;
}

/* line 22944, app/assets/stylesheets/theme/style.css */
#pgloading .bokeh li:nth-child(4) {
  top: 50%;
  left: 0;
  margin: -.1em 0 0 0;
  background: #4B49AC;
  transform-origin: 250% 50%;
  animation: rota 1.72s linear infinite, opa 5.25s ease-in-out infinite alternate;
}

@keyframes rota {
  from {
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes opa {
  0% {
  }
  12.0% {
    opacity: 0.80;
  }
  19.5% {
    opacity: 0.88;
  }
  37.2% {
    opacity: 0.64;
  }
  40.5% {
    opacity: 0.52;
  }
  52.7% {
    opacity: 0.69;
  }
  60.2% {
    opacity: 0.60;
  }
  66.6% {
    opacity: 0.52;
  }
  70.0% {
    opacity: 0.63;
  }
  79.9% {
    opacity: 0.60;
  }
  84.2% {
    opacity: 0.75;
  }
  91.0% {
    opacity: 0.87;
  }
}

/* line 23048, app/assets/stylesheets/theme/style.css */
.glowing-loader {
  position: relative;
}

/* line 23052, app/assets/stylesheets/theme/style.css */
.s2 {
  position: absolute;
  height: 70px;
  width: 70px;
  top: 50px;
  background-color: transparent;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 23062, app/assets/stylesheets/theme/style.css */
.s1 {
  position: absolute;
  height: 70px;
  width: 70px;
  left: 50%;
  top: 50px;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: transparent;
}

/* line 23073, app/assets/stylesheets/theme/style.css */
.bigcon {
  position: absolute;
  height: 75px;
  width: 75px;
  left: 50%;
  top: 50px;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: transparent;
  animation: bigcon 2s infinite linear;
  animation-delay: 0.25s;
}

/* line 23086, app/assets/stylesheets/theme/style.css */
.b {
  border-radius: 50%;
  position: absolute;
}

/* line 23091, app/assets/stylesheets/theme/style.css */
.s {
  width: 15px;
  height: 15px;
  animation: small 2s infinite ease;
  box-shadow: 0px 2px rgba(0, 0, 0, 0.3);
  background-color: #4B49AC;
}

/* line 23099, app/assets/stylesheets/theme/style.css */
.s:nth-child(1) {
  top: 0%;
  left: 0%;
}

/* line 23104, app/assets/stylesheets/theme/style.css */
.s:nth-child(2) {
  top: 0%;
  right: 0%;
}

/* line 23109, app/assets/stylesheets/theme/style.css */
.s:nth-child(3) {
  right: 0%;
  bottom: 0%;
}

/* line 23114, app/assets/stylesheets/theme/style.css */
.s:nth-child(4) {
  bottom: 0%;
  left: 0%;
}

/* line 23119, app/assets/stylesheets/theme/style.css */
.big {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  box-shadow: 0px 0px 10px #4B49AC, 0px 0px 20px #4B49AC, 0px 0px 30px #4B49AC, 0px 0px 50px #4B49AC, 0px 0px 60px #4B49AC;
  z-index: 1;
  background-color: #4B49AC;
  animation: bigball 1s infinite linear;
}

/* line 23129, app/assets/stylesheets/theme/style.css */
.sb1 {
  animation-delay: -1.75s;
}

/* line 23133, app/assets/stylesheets/theme/style.css */
.sb6 {
  animation-delay: -1.5s;
}

/* line 23137, app/assets/stylesheets/theme/style.css */
.sb2 {
  animation-delay: -1.25s;
}

/* line 23141, app/assets/stylesheets/theme/style.css */
.sb7 {
  animation-delay: -1s;
}

/* line 23145, app/assets/stylesheets/theme/style.css */
.sb3 {
  animation-delay: -0.75s;
}

/* line 23149, app/assets/stylesheets/theme/style.css */
.sb8 {
  animation-delay: -0.5s;
}

/* line 23153, app/assets/stylesheets/theme/style.css */
.sb4 {
  animation-delay: -0.25s;
}

/* line 23157, app/assets/stylesheets/theme/style.css */
.sb5 {
  animation-delay: -0s;
}

@keyframes bigcon {
  0% {
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  100% {
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(405deg);
  }
}

@keyframes small {
  0% {
    transform: scale(1);
    background-color: #8e8dce;
  }
  10% {
    transform: scale(1.3);
    background-color: #4B49AC;
  }
  15% {
    transform: scale(1);
  }
  25% {
    transform: scale(1);
    background-color: #4B49AC;
  }
  100% {
    transform: scale(1);
    background-color: #4B49AC;
  }
}

/* Pixel loader */
/* line 23195, app/assets/stylesheets/theme/style.css */
.pixel-loader {
  width: 10px;
  height: 10px;
  background: #FFC100;
  color: #FFC100;
  margin: 80px auto;
  box-shadow: 15px 15px  0 0, -15px -15px  0 0, 15px -15px  0 0, -15px 15px  0 0, 0 15px  0 0, 15px 0  0 0, -15px 0  0 0, 0 -15px 0 0;
  animation: anim 2s linear infinite;
}

@keyframes anim {
  0% {
    -webkit-filter: hue-rotate(0deg);
  }
  50% {
    box-shadow: 20px 20px  0 0, -20px -20px  0 0, 20px -20px  0 0, -20px 20px  0 0, 0 10px  0 0, 10px 0  0 0, -10px 0  0 0, 0 -10px 0 0;
  }
  75% {
    box-shadow: 20px 20px  0 0, -20px -20px  0 0, 20px -20px  0 0, -20px 20px  0 0, 0 10px  0 0, 10px 0  0 0, -10px 0  0 0, 0 -10px 0 0;
  }
  100% {
    transform: rotate(360deg);
    -webkit-filter: hue-rotate(360deg);
  }
}

/* Square box loader */
@keyframes dyinglight {
  15% {
    transform: scale(1.6);
  }
  50% {
    transform: rotate(-89deg);
  }
  100% {
    transform: rotate(-90deg);
  }
}

/* line 23234, app/assets/stylesheets/theme/style.css */
.square-box-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
}

/* line 23242, app/assets/stylesheets/theme/style.css */
.square-box-loader-square {
  display: block;
  width: 30px;
  height: 30px;
  background: #4B49AC;
}

/* line 23249, app/assets/stylesheets/theme/style.css */
.square-box-loader-container {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transform-origin: 50% 50% 0;
  animation: dyinglight 1s ease infinite;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* line 23260, app/assets/stylesheets/theme/style.css */
.square-box-loader-corner-top:before,
.square-box-loader-corner-top:after,
.square-box-loader-corner-bottom:before,
.square-box-loader-corner-bottom:after {
  position: absolute;
  width: 10px;
  height: 10px;
  color: #4B49AC;
  content: '';
}

/* line 23271, app/assets/stylesheets/theme/style.css */
.square-box-loader-corner-top:before {
  border-left: 1px solid;
  border-top: 1px solid;
  top: -4px;
  left: -4px;
}

/* line 23278, app/assets/stylesheets/theme/style.css */
.square-box-loader-corner-top:after {
  border-right: 1px solid;
  border-top: 1px solid;
  top: -4px;
  right: -4px;
}

/* line 23285, app/assets/stylesheets/theme/style.css */
.square-box-loader-corner-bottom:before {
  border-left: 1px solid;
  border-bottom: 1px solid;
  bottom: -4px;
  left: -4px;
}

/* line 23292, app/assets/stylesheets/theme/style.css */
.square-box-loader-corner-bottom:after {
  border-right: 1px solid;
  border-bottom: 1px solid;
  bottom: -4px;
  right: -4px;
}

/* Circle loader */
/* line 23300, app/assets/stylesheets/theme/style.css */
.circle-loader {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

/* line 23308, app/assets/stylesheets/theme/style.css */
.circle-loader:before, .circle-loader:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 10px solid transparent;
  border-top-color: #FFC100;
}

/* line 23320, app/assets/stylesheets/theme/style.css */
.circle-loader:before {
  z-index: 10;
  animation: spin 1s infinite;
}

/* line 23325, app/assets/stylesheets/theme/style.css */
.circle-loader:after {
  border: 10px solid #a3a4a5;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Jumping dots loader */
/* line 23345, app/assets/stylesheets/theme/style.css */
.jumping-dots-loader {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

/* line 23353, app/assets/stylesheets/theme/style.css */
.jumping-dots-loader span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: rgba(255, 71, 71, 0.8);
  margin: 35px 5px;
}

/* line 23362, app/assets/stylesheets/theme/style.css */
.jumping-dots-loader span:nth-child(1) {
  animation: bounce 1s ease-in-out infinite;
}

/* line 23366, app/assets/stylesheets/theme/style.css */
.jumping-dots-loader span:nth-child(2) {
  animation: bounce 1s ease-in-out 0.33s infinite;
}

/* line 23370, app/assets/stylesheets/theme/style.css */
.jumping-dots-loader span:nth-child(3) {
  animation: bounce 1s ease-in-out 0.66s infinite;
}

@keyframes bounce {
  0%, 75%, 100% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-20px);
  }
}

/* Bar loader */
/* line 23390, app/assets/stylesheets/theme/style.css */
.bar-loader {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

/* line 23398, app/assets/stylesheets/theme/style.css */
.bar-loader span {
  display: inline-block;
  width: 5px;
  height: 30px;
  background-color: rgba(255, 71, 71, 0.7);
}

/* line 23405, app/assets/stylesheets/theme/style.css */
.bar-loader span:nth-child(1) {
  animation: grow 1s ease-in-out infinite;
}

/* line 23409, app/assets/stylesheets/theme/style.css */
.bar-loader span:nth-child(2) {
  animation: grow 1s ease-in-out 0.15s infinite;
}

/* line 23413, app/assets/stylesheets/theme/style.css */
.bar-loader span:nth-child(3) {
  animation: grow 1s ease-in-out 0.30s infinite;
}

/* line 23417, app/assets/stylesheets/theme/style.css */
.bar-loader span:nth-child(4) {
  animation: grow 1s ease-in-out 0.45s infinite;
}

@keyframes grow {
  0%, 100% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(1.8);
  }
}

/* Square path loader */
/* line 23437, app/assets/stylesheets/theme/style.css */
.square-path-loader {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

/* line 23445, app/assets/stylesheets/theme/style.css */
.square-path-loader:before, .square-path-loader:after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: calc(50% - 10px);
  background-color: rgba(87, 182, 87, 0.7);
  animation: squaremove 1s ease-in-out infinite;
}

/* line 23456, app/assets/stylesheets/theme/style.css */
.square-path-loader:after {
  bottom: 0;
  animation-delay: 0.5s;
}

@keyframes squaremove {
  0%, 100% {
    transform: translate(0, 0) rotate(0);
  }
  25% {
    transform: translate(40px, 40px) rotate(45deg);
  }
  50% {
    transform: translate(0px, 80px) rotate(0deg);
  }
  75% {
    transform: translate(-40px, 40px) rotate(45deg);
  }
}

/* Dot opacity loader */
/* line 23489, app/assets/stylesheets/theme/style.css */
.dot-opacity-loader {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

/* line 23497, app/assets/stylesheets/theme/style.css */
.dot-opacity-loader span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #4B49AC;
  margin: 35px 5px;
  opacity: 0;
}

/* line 23507, app/assets/stylesheets/theme/style.css */
.dot-opacity-loader span:nth-child(1) {
  animation: opacitychange 1s ease-in-out infinite;
}

/* line 23511, app/assets/stylesheets/theme/style.css */
.dot-opacity-loader span:nth-child(2) {
  animation: opacitychange 1s ease-in-out 0.33s infinite;
}

/* line 23515, app/assets/stylesheets/theme/style.css */
.dot-opacity-loader span:nth-child(3) {
  animation: opacitychange 1s ease-in-out 0.66s infinite;
}

@keyframes opacitychange {
  0%, 100% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
}

/* Flip square */
/* line 23529, app/assets/stylesheets/theme/style.css */
.flip-square-loader {
  -ms-perspective: 120px;
  perspective: 120px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

/* line 23541, app/assets/stylesheets/theme/style.css */
.flip-square-loader:before {
  content: "";
  position: absolute;
  left: 25px;
  top: 25px;
  width: 50px;
  height: 50px;
  background-color: rgba(87, 182, 87, 0.7);
  animation: flip 1s infinite;
}

@keyframes flip {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(180deg) rotateX(180deg);
  }
}

/* Moving square loader */
/* line 23565, app/assets/stylesheets/theme/style.css */
.moving-square-loader {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

/* line 23573, app/assets/stylesheets/theme/style.css */
.moving-square-loader:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: calc(50% - 10px);
  left: 0px;
  background-color: rgba(255, 71, 71, 0.7);
  animation: rotatemove 1s infinite;
}

@keyframes rotatemove {
  0% {
    transform: scale(1) translateX(0px);
  }
  100% {
    transform: scale(2) translateX(45px);
  }
}

/* Lists */
/* line 23600, app/assets/stylesheets/theme/style.css */
ul,
ol,
dl {
  padding-left: 1rem;
  font-size: 0.875rem;
}

/* line 23607, app/assets/stylesheets/theme/style.css */
ul li,
ol li,
dl li {
  line-height: 1.8;
}

/* line 23613, app/assets/stylesheets/theme/style.css */
.list-ticked,
.list-arrow,
.list-star {
  list-style: none;
  padding: 0;
}

/* line 23620, app/assets/stylesheets/theme/style.css */
.list-ticked li,
.list-arrow li,
.list-star li {
  padding-left: 1.5rem;
}

/* line 23626, app/assets/stylesheets/theme/style.css */
.list-ticked li:before,
.list-arrow li:before,
.list-star li:before {
  font-family: "themify";
  margin-left: -1.5rem;
  width: 1.5rem;
  margin-right: .5rem;
  font-size: .6rem;
}

/* line 23636, app/assets/stylesheets/theme/style.css */
.list-ticked li:before {
  content: '\e64c';
  color: #FF4747;
}

/* line 23641, app/assets/stylesheets/theme/style.css */
.list-arrow li:before {
  content: '\e649';
  color: #57B657;
}

/* line 23646, app/assets/stylesheets/theme/style.css */
.list-star li:before {
  content: '\e60a';
  color: #FFC100;
}

/* line 23651, app/assets/stylesheets/theme/style.css */
.solid-bullet-list {
  position: relative;
  padding-left: 0;
}

/* line 23656, app/assets/stylesheets/theme/style.css */
.rtl .solid-bullet-list {
  padding-right: 0;
}

/* line 23660, app/assets/stylesheets/theme/style.css */
.solid-bullet-list li {
  position: relative;
  list-style-type: none;
  padding-left: 25px;
  line-height: 1;
  padding-bottom: 2.125rem;
}

/* line 23668, app/assets/stylesheets/theme/style.css */
.solid-bullet-list li * {
  line-height: .8;
}

/* line 23672, app/assets/stylesheets/theme/style.css */
.solid-bullet-list li:before, .solid-bullet-list li:after {
  content: "";
  position: absolute;
}

/* line 23677, app/assets/stylesheets/theme/style.css */
.solid-bullet-list li:before {
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #4B49AC;
  z-index: 1;
}

/* line 23687, app/assets/stylesheets/theme/style.css */
.solid-bullet-list:after {
  content: "";
  border: 1px solid #CED4DA;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  z-index: 0;
}

/* line 23697, app/assets/stylesheets/theme/style.css */
.bullet-line-list {
  padding-left: 30px;
  position: relative;
  list-style-type: none;
}

/* line 23703, app/assets/stylesheets/theme/style.css */
.rtl .bullet-line-list {
  padding-left: unset;
  padding-right: 30px;
}

/* line 23708, app/assets/stylesheets/theme/style.css */
.bullet-line-list li {
  position: relative;
}

/* line 23712, app/assets/stylesheets/theme/style.css */
.bullet-line-list li:before {
  width: 15px;
  height: 15px;
  left: -30px;
  top: 0;
  border: 4px solid #4B49AC;
  margin-right: 15px;
  z-index: 2;
  background: #ffffff;
}

/* line 23723, app/assets/stylesheets/theme/style.css */
.rtl .bullet-line-list li:before {
  left: unset;
  right: -45px;
}

/* line 23728, app/assets/stylesheets/theme/style.css */
.bullet-line-list li:before {
  content: "";
  position: absolute;
  border-radius: 100%;
}

/* line 23734, app/assets/stylesheets/theme/style.css */
.bullet-line-list:after {
  content: "";
  border: 1px solid #CED4DA;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7px;
}

/* line 23743, app/assets/stylesheets/theme/style.css */
.rtl .bullet-line-list:after {
  left: unset;
  right: 7px;
}

/* line 23748, app/assets/stylesheets/theme/style.css */
.icon-data-list {
  list-style-type: none;
  padding-left: 0;
  position: relative;
  margin-bottom: 0;
  font-family: "Nunito", sans-serif;
}

/* line 23756, app/assets/stylesheets/theme/style.css */
.icon-data-list li {
  margin-bottom: 1rem;
}

/* line 23760, app/assets/stylesheets/theme/style.css */
.icon-data-list li img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 100%;
}

/* Modals */
/* line 23768, app/assets/stylesheets/theme/style.css */
.modal .modal-dialog {
  margin-top: 100px;
}

/* line 23772, app/assets/stylesheets/theme/style.css */
.modal .modal-dialog .modal-content .modal-header {
  padding: 25px 26px;
}

/* line 23776, app/assets/stylesheets/theme/style.css */
.modal .modal-dialog .modal-content .modal-header .close span {
  font-size: 20px;
  font-weight: 400;
  color: #6a6a6a;
}

/* line 23782, app/assets/stylesheets/theme/style.css */
.modal .modal-dialog .modal-content .modal-body {
  padding: 35px 26px;
}

/* line 23786, app/assets/stylesheets/theme/style.css */
.modal .modal-dialog .modal-content .modal-footer {
  padding: 15px 31px;
}

@media (max-width: 400px) {
  /* line 23791, app/assets/stylesheets/theme/style.css */
  .modal .modal-dialog .modal-content .modal-footer {
    padding-left: .25rem;
    padding-right: .25rem;
    flex-direction: column;
  }
  /* line 23796, app/assets/stylesheets/theme/style.css */
  .modal .modal-dialog .modal-content .modal-footer > :not(:last-child) {
    margin-right: 0;
    margin-bottom: .7rem;
  }
  /* line 23800, app/assets/stylesheets/theme/style.css */
  .modal .modal-dialog .modal-content .modal-footer > :not(:first-child) {
    margin-left: 0;
  }
}

/* Pagination */
/* line 23806, app/assets/stylesheets/theme/style.css */
.pagination .page-item .page-link, .jsgrid .jsgrid-pager .page-item .page-link, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .page-link, .jsgrid .jsgrid-pager .jsgrid-pager-page .page-link, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a,
.jsgrid .jsgrid-pager .jsgrid-pager-page a {
  border-color: #CED4DA;
  color: #000000;
  font-size: .875rem;
  transition-duration: 0.3s;
}

/* line 23817, app/assets/stylesheets/theme/style.css */
.pagination .page-item .page-link:focus, .jsgrid .jsgrid-pager .page-item .page-link:focus, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .page-link:focus, .jsgrid .jsgrid-pager .jsgrid-pager-page .page-link:focus, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a:focus,
.jsgrid .jsgrid-pager .jsgrid-pager-page a:focus {
  background: inherit;
}

/* line 23822, app/assets/stylesheets/theme/style.css */
.pagination .page-item .page-link i:before, .jsgrid .jsgrid-pager .page-item .page-link i:before, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .page-link i:before, .jsgrid .jsgrid-pager .jsgrid-pager-page .page-link i:before, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a i:before, .jsgrid .jsgrid-pager .jsgrid-pager-page a i:before {
  font-size: inherit;
  line-height: 1;
  vertical-align: middle;
}

/* line 23828, app/assets/stylesheets/theme/style.css */
.pagination .page-item.active .page-link, .jsgrid .jsgrid-pager .page-item.active .page-link, .jsgrid .jsgrid-pager .active.jsgrid-pager-nav-button .page-link, .jsgrid .jsgrid-pager .active.jsgrid-pager-page .page-link, .pagination .page-item.active .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .page-item.active .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .page-item.active a, .jsgrid .jsgrid-pager .active.jsgrid-pager-nav-button a,
.pagination .page-item.active .jsgrid .jsgrid-pager .jsgrid-pager-page a,
.jsgrid .jsgrid-pager .page-item.active .jsgrid-pager-page a, .jsgrid .jsgrid-pager .jsgrid-pager-page .page-item.active a,
.jsgrid .jsgrid-pager .active.jsgrid-pager-page a, .pagination .page-item:hover .page-link, .jsgrid .jsgrid-pager .page-item:hover .page-link, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:hover .page-link, .jsgrid .jsgrid-pager .jsgrid-pager-page:hover .page-link, .pagination .page-item:hover .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .page-item:hover .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .page-item:hover a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:hover a,
.pagination .page-item:hover .jsgrid .jsgrid-pager .jsgrid-pager-page a,
.jsgrid .jsgrid-pager .page-item:hover .jsgrid-pager-page a, .jsgrid .jsgrid-pager .jsgrid-pager-page .page-item:hover a,
.jsgrid .jsgrid-pager .jsgrid-pager-page:hover a, .pagination .page-item:focus .page-link, .jsgrid .jsgrid-pager .page-item:focus .page-link, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:focus .page-link, .jsgrid .jsgrid-pager .jsgrid-pager-page:focus .page-link, .pagination .page-item:focus .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .page-item:focus .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .page-item:focus a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:focus a,
.pagination .page-item:focus .jsgrid .jsgrid-pager .jsgrid-pager-page a,
.jsgrid .jsgrid-pager .page-item:focus .jsgrid-pager-page a, .jsgrid .jsgrid-pager .jsgrid-pager-page .page-item:focus a,
.jsgrid .jsgrid-pager .jsgrid-pager-page:focus a, .pagination .page-item:active .page-link, .jsgrid .jsgrid-pager .page-item:active .page-link, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:active .page-link, .jsgrid .jsgrid-pager .jsgrid-pager-page:active .page-link, .pagination .page-item:active .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .page-item:active .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .page-item:active a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:active a,
.pagination .page-item:active .jsgrid .jsgrid-pager .jsgrid-pager-page a,
.jsgrid .jsgrid-pager .page-item:active .jsgrid-pager-page a, .jsgrid .jsgrid-pager .jsgrid-pager-page .page-item:active a,
.jsgrid .jsgrid-pager .jsgrid-pager-page:active a {
  background: #4B49AC;
  border-color: #4B49AC;
  color: #ffffff;
}

/* line 23846, app/assets/stylesheets/theme/style.css */
.pagination.pagination-flat .page-item, .jsgrid .pagination-flat.jsgrid-pager .page-item, .pagination.pagination-flat .jsgrid .jsgrid-pager .jsgrid-pager-nav-button, .jsgrid .jsgrid-pager .pagination.pagination-flat .jsgrid-pager-nav-button, .jsgrid .pagination-flat.jsgrid-pager .jsgrid-pager-nav-button,
.pagination.pagination-flat .jsgrid .jsgrid-pager .jsgrid-pager-page, .jsgrid .jsgrid-pager .pagination.pagination-flat .jsgrid-pager-page,
.jsgrid .pagination-flat.jsgrid-pager .jsgrid-pager-page {
  margin: 0 .25rem;
}

/* line 23852, app/assets/stylesheets/theme/style.css */
.pagination.pagination-flat .page-item .page-link, .jsgrid .pagination-flat.jsgrid-pager .page-item .page-link, .pagination.pagination-flat .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .page-link, .jsgrid .jsgrid-pager .pagination.pagination-flat .jsgrid-pager-nav-button .page-link, .jsgrid .pagination-flat.jsgrid-pager .jsgrid-pager-nav-button .page-link, .pagination.pagination-flat .jsgrid .jsgrid-pager .jsgrid-pager-page .page-link, .jsgrid .jsgrid-pager .pagination.pagination-flat .jsgrid-pager-page .page-link, .jsgrid .pagination-flat.jsgrid-pager .jsgrid-pager-page .page-link, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .pagination.pagination-flat .page-item a, .pagination.pagination-flat .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .pagination.pagination-flat .jsgrid-pager-nav-button a, .jsgrid .pagination-flat.jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-page .pagination.pagination-flat .page-item a,
.pagination.pagination-flat .jsgrid .jsgrid-pager .jsgrid-pager-page a, .jsgrid .jsgrid-pager .pagination.pagination-flat .jsgrid-pager-page a,
.jsgrid .pagination-flat.jsgrid-pager .jsgrid-pager-page a {
  border: none;
  border-radius: 2px;
}

/* line 23859, app/assets/stylesheets/theme/style.css */
.pagination.pagination-separated .page-item, .jsgrid .pagination-separated.jsgrid-pager .page-item, .pagination.pagination-separated .jsgrid .jsgrid-pager .jsgrid-pager-nav-button, .jsgrid .jsgrid-pager .pagination.pagination-separated .jsgrid-pager-nav-button, .jsgrid .pagination-separated.jsgrid-pager .jsgrid-pager-nav-button,
.pagination.pagination-separated .jsgrid .jsgrid-pager .jsgrid-pager-page, .jsgrid .jsgrid-pager .pagination.pagination-separated .jsgrid-pager-page,
.jsgrid .pagination-separated.jsgrid-pager .jsgrid-pager-page {
  margin-left: 2px;
  margin-right: 2px;
}

/* line 23866, app/assets/stylesheets/theme/style.css */
.pagination.pagination-separated .page-item:first-child, .jsgrid .pagination-separated.jsgrid-pager .page-item:first-child, .pagination.pagination-separated .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:first-child, .jsgrid .jsgrid-pager .pagination.pagination-separated .jsgrid-pager-nav-button:first-child, .jsgrid .pagination-separated.jsgrid-pager .jsgrid-pager-nav-button:first-child,
.pagination.pagination-separated .jsgrid .jsgrid-pager .jsgrid-pager-page:first-child, .jsgrid .jsgrid-pager .pagination.pagination-separated .jsgrid-pager-page:first-child,
.jsgrid .pagination-separated.jsgrid-pager .jsgrid-pager-page:first-child {
  margin-left: 0;
}

/* line 23872, app/assets/stylesheets/theme/style.css */
.pagination.pagination-separated .page-item:last-child, .jsgrid .pagination-separated.jsgrid-pager .page-item:last-child, .pagination.pagination-separated .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:last-child, .jsgrid .jsgrid-pager .pagination.pagination-separated .jsgrid-pager-nav-button:last-child, .jsgrid .pagination-separated.jsgrid-pager .jsgrid-pager-nav-button:last-child,
.pagination.pagination-separated .jsgrid .jsgrid-pager .jsgrid-pager-page:last-child, .jsgrid .jsgrid-pager .pagination.pagination-separated .jsgrid-pager-page:last-child,
.jsgrid .pagination-separated.jsgrid-pager .jsgrid-pager-page:last-child {
  margin-right: 0;
}

/* line 23878, app/assets/stylesheets/theme/style.css */
.pagination.pagination-separated .page-item .page-link, .jsgrid .pagination-separated.jsgrid-pager .page-item .page-link, .pagination.pagination-separated .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .page-link, .jsgrid .jsgrid-pager .pagination.pagination-separated .jsgrid-pager-nav-button .page-link, .jsgrid .pagination-separated.jsgrid-pager .jsgrid-pager-nav-button .page-link, .pagination.pagination-separated .jsgrid .jsgrid-pager .jsgrid-pager-page .page-link, .jsgrid .jsgrid-pager .pagination.pagination-separated .jsgrid-pager-page .page-link, .jsgrid .pagination-separated.jsgrid-pager .jsgrid-pager-page .page-link, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .pagination.pagination-separated .page-item a, .pagination.pagination-separated .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .pagination.pagination-separated .jsgrid-pager-nav-button a, .jsgrid .pagination-separated.jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-page .pagination.pagination-separated .page-item a,
.pagination.pagination-separated .jsgrid .jsgrid-pager .jsgrid-pager-page a, .jsgrid .jsgrid-pager .pagination.pagination-separated .jsgrid-pager-page a,
.jsgrid .pagination-separated.jsgrid-pager .jsgrid-pager-page a {
  border-radius: 2px;
}

/* line 23884, app/assets/stylesheets/theme/style.css */
.pagination.pagination-rounded .page-item:first-child .page-link, .jsgrid .pagination-rounded.jsgrid-pager .page-item:first-child .page-link, .pagination.pagination-rounded .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:first-child .page-link, .jsgrid .jsgrid-pager .pagination.pagination-rounded .jsgrid-pager-nav-button:first-child .page-link, .jsgrid .pagination-rounded.jsgrid-pager .jsgrid-pager-nav-button:first-child .page-link, .pagination.pagination-rounded .jsgrid .jsgrid-pager .jsgrid-pager-page:first-child .page-link, .jsgrid .jsgrid-pager .pagination.pagination-rounded .jsgrid-pager-page:first-child .page-link, .jsgrid .pagination-rounded.jsgrid-pager .jsgrid-pager-page:first-child .page-link, .pagination.pagination-rounded .page-item:first-child .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .pagination.pagination-rounded .page-item:first-child a, .jsgrid .pagination-rounded.jsgrid-pager .page-item:first-child .jsgrid-pager-nav-button a, .jsgrid .pagination-rounded.jsgrid-pager .jsgrid-pager-nav-button .page-item:first-child a, .pagination.pagination-rounded .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:first-child a, .jsgrid .jsgrid-pager .pagination.pagination-rounded .jsgrid-pager-nav-button:first-child a, .jsgrid .pagination-rounded.jsgrid-pager .jsgrid-pager-nav-button:first-child a,
.pagination.pagination-rounded .page-item:first-child .jsgrid .jsgrid-pager .jsgrid-pager-page a, .jsgrid .jsgrid-pager .jsgrid-pager-page .pagination.pagination-rounded .page-item:first-child a,
.jsgrid .pagination-rounded.jsgrid-pager .page-item:first-child .jsgrid-pager-page a, .jsgrid .pagination-rounded.jsgrid-pager .jsgrid-pager-page .page-item:first-child a,
.pagination.pagination-rounded .jsgrid .jsgrid-pager .jsgrid-pager-page:first-child a, .jsgrid .jsgrid-pager .pagination.pagination-rounded .jsgrid-pager-page:first-child a,
.jsgrid .pagination-rounded.jsgrid-pager .jsgrid-pager-page:first-child a {
  border-radius: 25px 0 0 25px;
}

/* line 23892, app/assets/stylesheets/theme/style.css */
.pagination.pagination-rounded .page-item:last-child .page-link, .jsgrid .pagination-rounded.jsgrid-pager .page-item:last-child .page-link, .pagination.pagination-rounded .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:last-child .page-link, .jsgrid .jsgrid-pager .pagination.pagination-rounded .jsgrid-pager-nav-button:last-child .page-link, .jsgrid .pagination-rounded.jsgrid-pager .jsgrid-pager-nav-button:last-child .page-link, .pagination.pagination-rounded .jsgrid .jsgrid-pager .jsgrid-pager-page:last-child .page-link, .jsgrid .jsgrid-pager .pagination.pagination-rounded .jsgrid-pager-page:last-child .page-link, .jsgrid .pagination-rounded.jsgrid-pager .jsgrid-pager-page:last-child .page-link, .pagination.pagination-rounded .page-item:last-child .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .pagination.pagination-rounded .page-item:last-child a, .jsgrid .pagination-rounded.jsgrid-pager .page-item:last-child .jsgrid-pager-nav-button a, .jsgrid .pagination-rounded.jsgrid-pager .jsgrid-pager-nav-button .page-item:last-child a, .pagination.pagination-rounded .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:last-child a, .jsgrid .jsgrid-pager .pagination.pagination-rounded .jsgrid-pager-nav-button:last-child a, .jsgrid .pagination-rounded.jsgrid-pager .jsgrid-pager-nav-button:last-child a,
.pagination.pagination-rounded .page-item:last-child .jsgrid .jsgrid-pager .jsgrid-pager-page a, .jsgrid .jsgrid-pager .jsgrid-pager-page .pagination.pagination-rounded .page-item:last-child a,
.jsgrid .pagination-rounded.jsgrid-pager .page-item:last-child .jsgrid-pager-page a, .jsgrid .pagination-rounded.jsgrid-pager .jsgrid-pager-page .page-item:last-child a,
.pagination.pagination-rounded .jsgrid .jsgrid-pager .jsgrid-pager-page:last-child a, .jsgrid .jsgrid-pager .pagination.pagination-rounded .jsgrid-pager-page:last-child a,
.jsgrid .pagination-rounded.jsgrid-pager .jsgrid-pager-page:last-child a {
  border-radius: 0 25px 25px 0;
}

/* line 23900, app/assets/stylesheets/theme/style.css */
.pagination.pagination-rounded-flat .page-item, .jsgrid .pagination-rounded-flat.jsgrid-pager .page-item, .pagination.pagination-rounded-flat .jsgrid .jsgrid-pager .jsgrid-pager-nav-button, .jsgrid .jsgrid-pager .pagination.pagination-rounded-flat .jsgrid-pager-nav-button, .jsgrid .pagination-rounded-flat.jsgrid-pager .jsgrid-pager-nav-button,
.pagination.pagination-rounded-flat .jsgrid .jsgrid-pager .jsgrid-pager-page, .jsgrid .jsgrid-pager .pagination.pagination-rounded-flat .jsgrid-pager-page,
.jsgrid .pagination-rounded-flat.jsgrid-pager .jsgrid-pager-page {
  margin-right: 3px;
  margin-left: 3px;
}

/* line 23907, app/assets/stylesheets/theme/style.css */
.pagination.pagination-rounded-flat .page-item .page-link, .jsgrid .pagination-rounded-flat.jsgrid-pager .page-item .page-link, .pagination.pagination-rounded-flat .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .page-link, .jsgrid .jsgrid-pager .pagination.pagination-rounded-flat .jsgrid-pager-nav-button .page-link, .jsgrid .pagination-rounded-flat.jsgrid-pager .jsgrid-pager-nav-button .page-link, .pagination.pagination-rounded-flat .jsgrid .jsgrid-pager .jsgrid-pager-page .page-link, .jsgrid .jsgrid-pager .pagination.pagination-rounded-flat .jsgrid-pager-page .page-link, .jsgrid .pagination-rounded-flat.jsgrid-pager .jsgrid-pager-page .page-link, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .pagination.pagination-rounded-flat .page-item a, .pagination.pagination-rounded-flat .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .pagination.pagination-rounded-flat .jsgrid-pager-nav-button a, .jsgrid .pagination-rounded-flat.jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-page .pagination.pagination-rounded-flat .page-item a,
.pagination.pagination-rounded-flat .jsgrid .jsgrid-pager .jsgrid-pager-page a, .jsgrid .jsgrid-pager .pagination.pagination-rounded-flat .jsgrid-pager-page a,
.jsgrid .pagination-rounded-flat.jsgrid-pager .jsgrid-pager-page a {
  border: none;
  border-radius: 50px;
}

/* line 23914, app/assets/stylesheets/theme/style.css */
.pagination.pagination-rounded-separated .page-item, .jsgrid .pagination-rounded-separated.jsgrid-pager .page-item, .pagination.pagination-rounded-separated .jsgrid .jsgrid-pager .jsgrid-pager-nav-button, .jsgrid .jsgrid-pager .pagination.pagination-rounded-separated .jsgrid-pager-nav-button, .jsgrid .pagination-rounded-separated.jsgrid-pager .jsgrid-pager-nav-button,
.pagination.pagination-rounded-separated .jsgrid .jsgrid-pager .jsgrid-pager-page, .jsgrid .jsgrid-pager .pagination.pagination-rounded-separated .jsgrid-pager-page,
.jsgrid .pagination-rounded-separated.jsgrid-pager .jsgrid-pager-page {
  margin-left: 2px;
  margin-right: 2px;
}

/* line 23921, app/assets/stylesheets/theme/style.css */
.pagination.pagination-rounded-separated .page-item:first-child, .jsgrid .pagination-rounded-separated.jsgrid-pager .page-item:first-child, .pagination.pagination-rounded-separated .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:first-child, .jsgrid .jsgrid-pager .pagination.pagination-rounded-separated .jsgrid-pager-nav-button:first-child, .jsgrid .pagination-rounded-separated.jsgrid-pager .jsgrid-pager-nav-button:first-child,
.pagination.pagination-rounded-separated .jsgrid .jsgrid-pager .jsgrid-pager-page:first-child, .jsgrid .jsgrid-pager .pagination.pagination-rounded-separated .jsgrid-pager-page:first-child,
.jsgrid .pagination-rounded-separated.jsgrid-pager .jsgrid-pager-page:first-child {
  margin-left: 0;
}

/* line 23927, app/assets/stylesheets/theme/style.css */
.pagination.pagination-rounded-separated .page-item:first-child .page-link, .jsgrid .pagination-rounded-separated.jsgrid-pager .page-item:first-child .page-link, .pagination.pagination-rounded-separated .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:first-child .page-link, .jsgrid .jsgrid-pager .pagination.pagination-rounded-separated .jsgrid-pager-nav-button:first-child .page-link, .jsgrid .pagination-rounded-separated.jsgrid-pager .jsgrid-pager-nav-button:first-child .page-link, .pagination.pagination-rounded-separated .jsgrid .jsgrid-pager .jsgrid-pager-page:first-child .page-link, .jsgrid .jsgrid-pager .pagination.pagination-rounded-separated .jsgrid-pager-page:first-child .page-link, .jsgrid .pagination-rounded-separated.jsgrid-pager .jsgrid-pager-page:first-child .page-link, .pagination.pagination-rounded-separated .page-item:first-child .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .pagination.pagination-rounded-separated .page-item:first-child a, .jsgrid .pagination-rounded-separated.jsgrid-pager .page-item:first-child .jsgrid-pager-nav-button a, .jsgrid .pagination-rounded-separated.jsgrid-pager .jsgrid-pager-nav-button .page-item:first-child a, .pagination.pagination-rounded-separated .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:first-child a, .jsgrid .jsgrid-pager .pagination.pagination-rounded-separated .jsgrid-pager-nav-button:first-child a, .jsgrid .pagination-rounded-separated.jsgrid-pager .jsgrid-pager-nav-button:first-child a,
.pagination.pagination-rounded-separated .page-item:first-child .jsgrid .jsgrid-pager .jsgrid-pager-page a, .jsgrid .jsgrid-pager .jsgrid-pager-page .pagination.pagination-rounded-separated .page-item:first-child a,
.jsgrid .pagination-rounded-separated.jsgrid-pager .page-item:first-child .jsgrid-pager-page a, .jsgrid .pagination-rounded-separated.jsgrid-pager .jsgrid-pager-page .page-item:first-child a,
.pagination.pagination-rounded-separated .jsgrid .jsgrid-pager .jsgrid-pager-page:first-child a, .jsgrid .jsgrid-pager .pagination.pagination-rounded-separated .jsgrid-pager-page:first-child a,
.jsgrid .pagination-rounded-separated.jsgrid-pager .jsgrid-pager-page:first-child a {
  border-radius: 10px 0 0 10px;
}

/* line 23935, app/assets/stylesheets/theme/style.css */
.pagination.pagination-rounded-separated .page-item:last-child, .jsgrid .pagination-rounded-separated.jsgrid-pager .page-item:last-child, .pagination.pagination-rounded-separated .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:last-child, .jsgrid .jsgrid-pager .pagination.pagination-rounded-separated .jsgrid-pager-nav-button:last-child, .jsgrid .pagination-rounded-separated.jsgrid-pager .jsgrid-pager-nav-button:last-child,
.pagination.pagination-rounded-separated .jsgrid .jsgrid-pager .jsgrid-pager-page:last-child, .jsgrid .jsgrid-pager .pagination.pagination-rounded-separated .jsgrid-pager-page:last-child,
.jsgrid .pagination-rounded-separated.jsgrid-pager .jsgrid-pager-page:last-child {
  margin-right: 0;
}

/* line 23941, app/assets/stylesheets/theme/style.css */
.pagination.pagination-rounded-separated .page-item:last-child .page-link, .jsgrid .pagination-rounded-separated.jsgrid-pager .page-item:last-child .page-link, .pagination.pagination-rounded-separated .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:last-child .page-link, .jsgrid .jsgrid-pager .pagination.pagination-rounded-separated .jsgrid-pager-nav-button:last-child .page-link, .jsgrid .pagination-rounded-separated.jsgrid-pager .jsgrid-pager-nav-button:last-child .page-link, .pagination.pagination-rounded-separated .jsgrid .jsgrid-pager .jsgrid-pager-page:last-child .page-link, .jsgrid .jsgrid-pager .pagination.pagination-rounded-separated .jsgrid-pager-page:last-child .page-link, .jsgrid .pagination-rounded-separated.jsgrid-pager .jsgrid-pager-page:last-child .page-link, .pagination.pagination-rounded-separated .page-item:last-child .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .pagination.pagination-rounded-separated .page-item:last-child a, .jsgrid .pagination-rounded-separated.jsgrid-pager .page-item:last-child .jsgrid-pager-nav-button a, .jsgrid .pagination-rounded-separated.jsgrid-pager .jsgrid-pager-nav-button .page-item:last-child a, .pagination.pagination-rounded-separated .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:last-child a, .jsgrid .jsgrid-pager .pagination.pagination-rounded-separated .jsgrid-pager-nav-button:last-child a, .jsgrid .pagination-rounded-separated.jsgrid-pager .jsgrid-pager-nav-button:last-child a,
.pagination.pagination-rounded-separated .page-item:last-child .jsgrid .jsgrid-pager .jsgrid-pager-page a, .jsgrid .jsgrid-pager .jsgrid-pager-page .pagination.pagination-rounded-separated .page-item:last-child a,
.jsgrid .pagination-rounded-separated.jsgrid-pager .page-item:last-child .jsgrid-pager-page a, .jsgrid .pagination-rounded-separated.jsgrid-pager .jsgrid-pager-page .page-item:last-child a,
.pagination.pagination-rounded-separated .jsgrid .jsgrid-pager .jsgrid-pager-page:last-child a, .jsgrid .jsgrid-pager .pagination.pagination-rounded-separated .jsgrid-pager-page:last-child a,
.jsgrid .pagination-rounded-separated.jsgrid-pager .jsgrid-pager-page:last-child a {
  border-radius: 0 10px 10px 0;
}

/* line 23949, app/assets/stylesheets/theme/style.css */
.pagination.pagination-rounded-separated .page-item .page-link, .jsgrid .pagination-rounded-separated.jsgrid-pager .page-item .page-link, .pagination.pagination-rounded-separated .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .page-link, .jsgrid .jsgrid-pager .pagination.pagination-rounded-separated .jsgrid-pager-nav-button .page-link, .jsgrid .pagination-rounded-separated.jsgrid-pager .jsgrid-pager-nav-button .page-link, .pagination.pagination-rounded-separated .jsgrid .jsgrid-pager .jsgrid-pager-page .page-link, .jsgrid .jsgrid-pager .pagination.pagination-rounded-separated .jsgrid-pager-page .page-link, .jsgrid .pagination-rounded-separated.jsgrid-pager .jsgrid-pager-page .page-link, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .pagination.pagination-rounded-separated .page-item a, .pagination.pagination-rounded-separated .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .pagination.pagination-rounded-separated .jsgrid-pager-nav-button a, .jsgrid .pagination-rounded-separated.jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-page .pagination.pagination-rounded-separated .page-item a,
.pagination.pagination-rounded-separated .jsgrid .jsgrid-pager .jsgrid-pager-page a, .jsgrid .jsgrid-pager .pagination.pagination-rounded-separated .jsgrid-pager-page a,
.jsgrid .pagination-rounded-separated.jsgrid-pager .jsgrid-pager-page a {
  border-radius: 2px;
}

/* pagination variations */
/* line 23956, app/assets/stylesheets/theme/style.css */
.pagination-primary .page-item.active .page-link, .pagination-primary .jsgrid .jsgrid-pager .active.jsgrid-pager-nav-button .page-link, .jsgrid .jsgrid-pager .pagination-primary .active.jsgrid-pager-nav-button .page-link, .pagination-primary .jsgrid .jsgrid-pager .active.jsgrid-pager-page .page-link, .jsgrid .jsgrid-pager .pagination-primary .active.jsgrid-pager-page .page-link, .pagination-primary .page-item.active .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .pagination-primary .page-item.active a, .pagination-primary .jsgrid .jsgrid-pager .active.jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .pagination-primary .active.jsgrid-pager-nav-button a,
.pagination-primary .page-item.active .jsgrid .jsgrid-pager .jsgrid-pager-page a, .jsgrid .jsgrid-pager .jsgrid-pager-page .pagination-primary .page-item.active a,
.pagination-primary .jsgrid .jsgrid-pager .active.jsgrid-pager-page a, .jsgrid .jsgrid-pager .pagination-primary .active.jsgrid-pager-page a {
  background: #4B49AC;
  border-color: #4B49AC;
}

/* line 23963, app/assets/stylesheets/theme/style.css */
.pagination-primary .page-item:hover .page-link, .pagination-primary .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:hover .page-link, .jsgrid .jsgrid-pager .pagination-primary .jsgrid-pager-nav-button:hover .page-link, .pagination-primary .jsgrid .jsgrid-pager .jsgrid-pager-page:hover .page-link, .jsgrid .jsgrid-pager .pagination-primary .jsgrid-pager-page:hover .page-link, .pagination-primary .page-item:hover .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .pagination-primary .page-item:hover a, .pagination-primary .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:hover a, .jsgrid .jsgrid-pager .pagination-primary .jsgrid-pager-nav-button:hover a,
.pagination-primary .page-item:hover .jsgrid .jsgrid-pager .jsgrid-pager-page a, .jsgrid .jsgrid-pager .jsgrid-pager-page .pagination-primary .page-item:hover a,
.pagination-primary .jsgrid .jsgrid-pager .jsgrid-pager-page:hover a, .jsgrid .jsgrid-pager .pagination-primary .jsgrid-pager-page:hover a {
  background: #5957b8;
  border-color: #4B49AC;
  color: #ffffff;
}

/* line 23971, app/assets/stylesheets/theme/style.css */
.pagination-secondary .page-item.active .page-link, .pagination-secondary .jsgrid .jsgrid-pager .active.jsgrid-pager-nav-button .page-link, .jsgrid .jsgrid-pager .pagination-secondary .active.jsgrid-pager-nav-button .page-link, .pagination-secondary .jsgrid .jsgrid-pager .active.jsgrid-pager-page .page-link, .jsgrid .jsgrid-pager .pagination-secondary .active.jsgrid-pager-page .page-link, .pagination-secondary .page-item.active .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .pagination-secondary .page-item.active a, .pagination-secondary .jsgrid .jsgrid-pager .active.jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .pagination-secondary .active.jsgrid-pager-nav-button a,
.pagination-secondary .page-item.active .jsgrid .jsgrid-pager .jsgrid-pager-page a, .jsgrid .jsgrid-pager .jsgrid-pager-page .pagination-secondary .page-item.active a,
.pagination-secondary .jsgrid .jsgrid-pager .active.jsgrid-pager-page a, .jsgrid .jsgrid-pager .pagination-secondary .active.jsgrid-pager-page a {
  background: #a3a4a5;
  border-color: #a3a4a5;
}

/* line 23978, app/assets/stylesheets/theme/style.css */
.pagination-secondary .page-item:hover .page-link, .pagination-secondary .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:hover .page-link, .jsgrid .jsgrid-pager .pagination-secondary .jsgrid-pager-nav-button:hover .page-link, .pagination-secondary .jsgrid .jsgrid-pager .jsgrid-pager-page:hover .page-link, .jsgrid .jsgrid-pager .pagination-secondary .jsgrid-pager-page:hover .page-link, .pagination-secondary .page-item:hover .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .pagination-secondary .page-item:hover a, .pagination-secondary .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:hover a, .jsgrid .jsgrid-pager .pagination-secondary .jsgrid-pager-nav-button:hover a,
.pagination-secondary .page-item:hover .jsgrid .jsgrid-pager .jsgrid-pager-page a, .jsgrid .jsgrid-pager .jsgrid-pager-page .pagination-secondary .page-item:hover a,
.pagination-secondary .jsgrid .jsgrid-pager .jsgrid-pager-page:hover a, .jsgrid .jsgrid-pager .pagination-secondary .jsgrid-pager-page:hover a {
  background: #b0b1b2;
  border-color: #a3a4a5;
  color: #ffffff;
}

/* line 23986, app/assets/stylesheets/theme/style.css */
.pagination-success .page-item.active .page-link, .pagination-success .jsgrid .jsgrid-pager .active.jsgrid-pager-nav-button .page-link, .jsgrid .jsgrid-pager .pagination-success .active.jsgrid-pager-nav-button .page-link, .pagination-success .jsgrid .jsgrid-pager .active.jsgrid-pager-page .page-link, .jsgrid .jsgrid-pager .pagination-success .active.jsgrid-pager-page .page-link, .pagination-success .page-item.active .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .pagination-success .page-item.active a, .pagination-success .jsgrid .jsgrid-pager .active.jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .pagination-success .active.jsgrid-pager-nav-button a,
.pagination-success .page-item.active .jsgrid .jsgrid-pager .jsgrid-pager-page a, .jsgrid .jsgrid-pager .jsgrid-pager-page .pagination-success .page-item.active a,
.pagination-success .jsgrid .jsgrid-pager .active.jsgrid-pager-page a, .jsgrid .jsgrid-pager .pagination-success .active.jsgrid-pager-page a {
  background: #57B657;
  border-color: #57B657;
}

/* line 23993, app/assets/stylesheets/theme/style.css */
.pagination-success .page-item:hover .page-link, .pagination-success .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:hover .page-link, .jsgrid .jsgrid-pager .pagination-success .jsgrid-pager-nav-button:hover .page-link, .pagination-success .jsgrid .jsgrid-pager .jsgrid-pager-page:hover .page-link, .jsgrid .jsgrid-pager .pagination-success .jsgrid-pager-page:hover .page-link, .pagination-success .page-item:hover .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .pagination-success .page-item:hover a, .pagination-success .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:hover a, .jsgrid .jsgrid-pager .pagination-success .jsgrid-pager-nav-button:hover a,
.pagination-success .page-item:hover .jsgrid .jsgrid-pager .jsgrid-pager-page a, .jsgrid .jsgrid-pager .jsgrid-pager-page .pagination-success .page-item:hover a,
.pagination-success .jsgrid .jsgrid-pager .jsgrid-pager-page:hover a, .jsgrid .jsgrid-pager .pagination-success .jsgrid-pager-page:hover a {
  background: #69be69;
  border-color: #57B657;
  color: #ffffff;
}

/* line 24001, app/assets/stylesheets/theme/style.css */
.pagination-info .page-item.active .page-link, .pagination-info .jsgrid .jsgrid-pager .active.jsgrid-pager-nav-button .page-link, .jsgrid .jsgrid-pager .pagination-info .active.jsgrid-pager-nav-button .page-link, .pagination-info .jsgrid .jsgrid-pager .active.jsgrid-pager-page .page-link, .jsgrid .jsgrid-pager .pagination-info .active.jsgrid-pager-page .page-link, .pagination-info .page-item.active .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .pagination-info .page-item.active a, .pagination-info .jsgrid .jsgrid-pager .active.jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .pagination-info .active.jsgrid-pager-nav-button a,
.pagination-info .page-item.active .jsgrid .jsgrid-pager .jsgrid-pager-page a, .jsgrid .jsgrid-pager .jsgrid-pager-page .pagination-info .page-item.active a,
.pagination-info .jsgrid .jsgrid-pager .active.jsgrid-pager-page a, .jsgrid .jsgrid-pager .pagination-info .active.jsgrid-pager-page a {
  background: #248AFD;
  border-color: #248AFD;
}

/* line 24008, app/assets/stylesheets/theme/style.css */
.pagination-info .page-item:hover .page-link, .pagination-info .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:hover .page-link, .jsgrid .jsgrid-pager .pagination-info .jsgrid-pager-nav-button:hover .page-link, .pagination-info .jsgrid .jsgrid-pager .jsgrid-pager-page:hover .page-link, .jsgrid .jsgrid-pager .pagination-info .jsgrid-pager-page:hover .page-link, .pagination-info .page-item:hover .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .pagination-info .page-item:hover a, .pagination-info .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:hover a, .jsgrid .jsgrid-pager .pagination-info .jsgrid-pager-nav-button:hover a,
.pagination-info .page-item:hover .jsgrid .jsgrid-pager .jsgrid-pager-page a, .jsgrid .jsgrid-pager .jsgrid-pager-page .pagination-info .page-item:hover a,
.pagination-info .jsgrid .jsgrid-pager .jsgrid-pager-page:hover a, .jsgrid .jsgrid-pager .pagination-info .jsgrid-pager-page:hover a {
  background: #3d98fd;
  border-color: #248AFD;
  color: #ffffff;
}

/* line 24016, app/assets/stylesheets/theme/style.css */
.pagination-warning .page-item.active .page-link, .pagination-warning .jsgrid .jsgrid-pager .active.jsgrid-pager-nav-button .page-link, .jsgrid .jsgrid-pager .pagination-warning .active.jsgrid-pager-nav-button .page-link, .pagination-warning .jsgrid .jsgrid-pager .active.jsgrid-pager-page .page-link, .jsgrid .jsgrid-pager .pagination-warning .active.jsgrid-pager-page .page-link, .pagination-warning .page-item.active .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .pagination-warning .page-item.active a, .pagination-warning .jsgrid .jsgrid-pager .active.jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .pagination-warning .active.jsgrid-pager-nav-button a,
.pagination-warning .page-item.active .jsgrid .jsgrid-pager .jsgrid-pager-page a, .jsgrid .jsgrid-pager .jsgrid-pager-page .pagination-warning .page-item.active a,
.pagination-warning .jsgrid .jsgrid-pager .active.jsgrid-pager-page a, .jsgrid .jsgrid-pager .pagination-warning .active.jsgrid-pager-page a {
  background: #FFC100;
  border-color: #FFC100;
}

/* line 24023, app/assets/stylesheets/theme/style.css */
.pagination-warning .page-item:hover .page-link, .pagination-warning .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:hover .page-link, .jsgrid .jsgrid-pager .pagination-warning .jsgrid-pager-nav-button:hover .page-link, .pagination-warning .jsgrid .jsgrid-pager .jsgrid-pager-page:hover .page-link, .jsgrid .jsgrid-pager .pagination-warning .jsgrid-pager-page:hover .page-link, .pagination-warning .page-item:hover .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .pagination-warning .page-item:hover a, .pagination-warning .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:hover a, .jsgrid .jsgrid-pager .pagination-warning .jsgrid-pager-nav-button:hover a,
.pagination-warning .page-item:hover .jsgrid .jsgrid-pager .jsgrid-pager-page a, .jsgrid .jsgrid-pager .jsgrid-pager-page .pagination-warning .page-item:hover a,
.pagination-warning .jsgrid .jsgrid-pager .jsgrid-pager-page:hover a, .jsgrid .jsgrid-pager .pagination-warning .jsgrid-pager-page:hover a {
  background: #ffc71a;
  border-color: #FFC100;
  color: #ffffff;
}

/* line 24031, app/assets/stylesheets/theme/style.css */
.pagination-danger .page-item.active .page-link, .pagination-danger .jsgrid .jsgrid-pager .active.jsgrid-pager-nav-button .page-link, .jsgrid .jsgrid-pager .pagination-danger .active.jsgrid-pager-nav-button .page-link, .pagination-danger .jsgrid .jsgrid-pager .active.jsgrid-pager-page .page-link, .jsgrid .jsgrid-pager .pagination-danger .active.jsgrid-pager-page .page-link, .pagination-danger .page-item.active .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .pagination-danger .page-item.active a, .pagination-danger .jsgrid .jsgrid-pager .active.jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .pagination-danger .active.jsgrid-pager-nav-button a,
.pagination-danger .page-item.active .jsgrid .jsgrid-pager .jsgrid-pager-page a, .jsgrid .jsgrid-pager .jsgrid-pager-page .pagination-danger .page-item.active a,
.pagination-danger .jsgrid .jsgrid-pager .active.jsgrid-pager-page a, .jsgrid .jsgrid-pager .pagination-danger .active.jsgrid-pager-page a {
  background: #FF4747;
  border-color: #FF4747;
}

/* line 24038, app/assets/stylesheets/theme/style.css */
.pagination-danger .page-item:hover .page-link, .pagination-danger .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:hover .page-link, .jsgrid .jsgrid-pager .pagination-danger .jsgrid-pager-nav-button:hover .page-link, .pagination-danger .jsgrid .jsgrid-pager .jsgrid-pager-page:hover .page-link, .jsgrid .jsgrid-pager .pagination-danger .jsgrid-pager-page:hover .page-link, .pagination-danger .page-item:hover .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .pagination-danger .page-item:hover a, .pagination-danger .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:hover a, .jsgrid .jsgrid-pager .pagination-danger .jsgrid-pager-nav-button:hover a,
.pagination-danger .page-item:hover .jsgrid .jsgrid-pager .jsgrid-pager-page a, .jsgrid .jsgrid-pager .jsgrid-pager-page .pagination-danger .page-item:hover a,
.pagination-danger .jsgrid .jsgrid-pager .jsgrid-pager-page:hover a, .jsgrid .jsgrid-pager .pagination-danger .jsgrid-pager-page:hover a {
  background: #ff6161;
  border-color: #FF4747;
  color: #ffffff;
}

/* line 24046, app/assets/stylesheets/theme/style.css */
.pagination-light .page-item.active .page-link, .pagination-light .jsgrid .jsgrid-pager .active.jsgrid-pager-nav-button .page-link, .jsgrid .jsgrid-pager .pagination-light .active.jsgrid-pager-nav-button .page-link, .pagination-light .jsgrid .jsgrid-pager .active.jsgrid-pager-page .page-link, .jsgrid .jsgrid-pager .pagination-light .active.jsgrid-pager-page .page-link, .pagination-light .page-item.active .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .pagination-light .page-item.active a, .pagination-light .jsgrid .jsgrid-pager .active.jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .pagination-light .active.jsgrid-pager-nav-button a,
.pagination-light .page-item.active .jsgrid .jsgrid-pager .jsgrid-pager-page a, .jsgrid .jsgrid-pager .jsgrid-pager-page .pagination-light .page-item.active a,
.pagination-light .jsgrid .jsgrid-pager .active.jsgrid-pager-page a, .jsgrid .jsgrid-pager .pagination-light .active.jsgrid-pager-page a {
  background: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 24053, app/assets/stylesheets/theme/style.css */
.pagination-light .page-item:hover .page-link, .pagination-light .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:hover .page-link, .jsgrid .jsgrid-pager .pagination-light .jsgrid-pager-nav-button:hover .page-link, .pagination-light .jsgrid .jsgrid-pager .jsgrid-pager-page:hover .page-link, .jsgrid .jsgrid-pager .pagination-light .jsgrid-pager-page:hover .page-link, .pagination-light .page-item:hover .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .pagination-light .page-item:hover a, .pagination-light .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:hover a, .jsgrid .jsgrid-pager .pagination-light .jsgrid-pager-nav-button:hover a,
.pagination-light .page-item:hover .jsgrid .jsgrid-pager .jsgrid-pager-page a, .jsgrid .jsgrid-pager .jsgrid-pager-page .pagination-light .page-item:hover a,
.pagination-light .jsgrid .jsgrid-pager .jsgrid-pager-page:hover a, .jsgrid .jsgrid-pager .pagination-light .jsgrid-pager-page:hover a {
  background: white;
  border-color: #f8f9fa;
  color: #ffffff;
}

/* line 24061, app/assets/stylesheets/theme/style.css */
.pagination-dark .page-item.active .page-link, .pagination-dark .jsgrid .jsgrid-pager .active.jsgrid-pager-nav-button .page-link, .jsgrid .jsgrid-pager .pagination-dark .active.jsgrid-pager-nav-button .page-link, .pagination-dark .jsgrid .jsgrid-pager .active.jsgrid-pager-page .page-link, .jsgrid .jsgrid-pager .pagination-dark .active.jsgrid-pager-page .page-link, .pagination-dark .page-item.active .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .pagination-dark .page-item.active a, .pagination-dark .jsgrid .jsgrid-pager .active.jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .pagination-dark .active.jsgrid-pager-nav-button a,
.pagination-dark .page-item.active .jsgrid .jsgrid-pager .jsgrid-pager-page a, .jsgrid .jsgrid-pager .jsgrid-pager-page .pagination-dark .page-item.active a,
.pagination-dark .jsgrid .jsgrid-pager .active.jsgrid-pager-page a, .jsgrid .jsgrid-pager .pagination-dark .active.jsgrid-pager-page a {
  background: #282f3a;
  border-color: #282f3a;
}

/* line 24068, app/assets/stylesheets/theme/style.css */
.pagination-dark .page-item:hover .page-link, .pagination-dark .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:hover .page-link, .jsgrid .jsgrid-pager .pagination-dark .jsgrid-pager-nav-button:hover .page-link, .pagination-dark .jsgrid .jsgrid-pager .jsgrid-pager-page:hover .page-link, .jsgrid .jsgrid-pager .pagination-dark .jsgrid-pager-page:hover .page-link, .pagination-dark .page-item:hover .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .pagination-dark .page-item:hover a, .pagination-dark .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:hover a, .jsgrid .jsgrid-pager .pagination-dark .jsgrid-pager-nav-button:hover a,
.pagination-dark .page-item:hover .jsgrid .jsgrid-pager .jsgrid-pager-page a, .jsgrid .jsgrid-pager .jsgrid-pager-page .pagination-dark .page-item:hover a,
.pagination-dark .jsgrid .jsgrid-pager .jsgrid-pager-page:hover a, .jsgrid .jsgrid-pager .pagination-dark .jsgrid-pager-page:hover a {
  background: #323b49;
  border-color: #282f3a;
  color: #ffffff;
}

/* Popovers */
/* line 24077, app/assets/stylesheets/theme/style.css */
.popover-static-demo .popover {
  width: 185px;
  position: relative;
  display: block;
  float: left;
  margin: 1rem .5rem;
  z-index: 10;
}

/* line 24086, app/assets/stylesheets/theme/style.css */
.popover-static-demo .popover.bs-popover-bottom-demo .arrow, .popover-static-demo .popover.bs-popover-top-demo .arrow {
  left: 50%;
}

/* line 24090, app/assets/stylesheets/theme/style.css */
.popover-static-demo .popover.bs-popover-left-demo .arrow, .popover-static-demo .popover.bs-popover-right-demo .arrow {
  top: 50%;
}

/* line 24094, app/assets/stylesheets/theme/style.css */
.popover {
  z-index: 1029;
}

/* line 24098, app/assets/stylesheets/theme/style.css */
.popover.bs-popover-top-demo .arrow:before {
  border-top-color: rgba(0, 0, 0, 0.2);
}

/* line 24102, app/assets/stylesheets/theme/style.css */
.popover.bs-popover-top-demo .arrow:after {
  border-top-color: #fff;
}

/* line 24106, app/assets/stylesheets/theme/style.css */
.popover.bs-popover-right-demo .arrow:before {
  border-right-color: rgba(0, 0, 0, 0.2);
}

/* line 24110, app/assets/stylesheets/theme/style.css */
.popover.bs-popover-right-demo .arrow:after {
  border-right-color: #fff;
}

/* line 24114, app/assets/stylesheets/theme/style.css */
.popover.bs-popover-bottom-demo .arrow:before {
  border-bottom-color: rgba(0, 0, 0, 0.2);
}

/* line 24118, app/assets/stylesheets/theme/style.css */
.popover.bs-popover-bottom-demo .arrow:after {
  border-bottom-color: #fff;
}

/* line 24122, app/assets/stylesheets/theme/style.css */
.popover.bs-popover-bottom-demo .popover-header:before {
  border-bottom: 0;
}

/* line 24126, app/assets/stylesheets/theme/style.css */
.popover.bs-popover-left-demo .arrow:before {
  border-left-color: rgba(0, 0, 0, 0.2);
}

/* line 24130, app/assets/stylesheets/theme/style.css */
.popover.bs-popover-left-demo .arrow:after {
  border-left-color: #fff;
}

/* line 24134, app/assets/stylesheets/theme/style.css */
.popover .popover-header {
  font-size: .9375rem;
  border-bottom: 0;
  background: #ffffff;
  color: inherit;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 24142, app/assets/stylesheets/theme/style.css */
.popover .popover-body {
  color: #737F8B;
}

/* line 24146, app/assets/stylesheets/theme/style.css */
.popover.left .arrow:before {
  border-left-color: rgba(0, 0, 0, 0.2);
}

/* line 24150, app/assets/stylesheets/theme/style.css */
.popover.left .arrow:after {
  border-left-color: #fff;
}

/* line 24154, app/assets/stylesheets/theme/style.css */
.popover.right .arrow:before {
  border-right-color: rgba(0, 0, 0, 0.2);
}

/* line 24158, app/assets/stylesheets/theme/style.css */
.popover.right .arrow:after {
  border-right-color: #fff;
}

/* line 24162, app/assets/stylesheets/theme/style.css */
.popover.top .arrow:before {
  border-top-color: rgba(0, 0, 0, 0.2);
}

/* line 24166, app/assets/stylesheets/theme/style.css */
.popover.top .arrow:after {
  border-top-color: #fff;
}

/* line 24170, app/assets/stylesheets/theme/style.css */
.popover.bottom .arrow:before {
  border-bottom-color: rgba(0, 0, 0, 0.2);
}

/* line 24174, app/assets/stylesheets/theme/style.css */
.popover.bottom .arrow:after {
  border-bottom-color: #fff;
}

/* line 24178, app/assets/stylesheets/theme/style.css */
.popover-primary {
  border-color: "primary";
}

/* line 24182, app/assets/stylesheets/theme/style.css */
.popover-primary .popover-header {
  background: #4B49AC;
  color: #ffffff;
  border-bottom: 0;
}

/* line 24188, app/assets/stylesheets/theme/style.css */
.popover-primary.bs-popover-top .arrow:before, .popover-primary.bs-popover-auto[data-popper-placement^="top"] .arrow:before, .popover-primary.bs-popover-auto[x-placement^="top"] .arrow:before, .popover-primary.bs-popover-top .arrow:after, .popover-primary.bs-popover-auto[data-popper-placement^="top"] .arrow:after, .popover-primary.bs-popover-auto[x-placement^="top"] .arrow:after {
  border-top-color: #4B49AC;
}

/* line 24192, app/assets/stylesheets/theme/style.css */
.popover-primary.bs-popover-right .arrow:before, .popover-primary.bs-popover-auto[x-placement^="right"] .arrow:before, .popover-primary.bs-popover-right .arrow:after, .popover-primary.bs-popover-auto[x-placement^="right"] .arrow:after {
  border-right-color: #4B49AC;
}

/* line 24196, app/assets/stylesheets/theme/style.css */
.popover-primary.bs-popover-bottom .arrow:before, .popover-primary.bs-popover-auto[data-popper-placement^="bottom"] .arrow:before, .popover-primary.bs-popover-auto[x-placement^="bottom"] .arrow:before, .popover-primary.bs-popover-bottom .arrow:after, .popover-primary.bs-popover-auto[data-popper-placement^="bottom"] .arrow:after, .popover-primary.bs-popover-auto[x-placement^="bottom"] .arrow:after {
  border-bottom-color: #4B49AC;
}

/* line 24200, app/assets/stylesheets/theme/style.css */
.popover-primary.bs-popover-left .arrow:before, .popover-primary.bs-popover-auto[x-placement^="left"] .arrow:before, .popover-primary.bs-popover-left .arrow:after, .popover-primary.bs-popover-auto[x-placement^="left"] .arrow:after {
  border-left-color: #4B49AC;
}

/* line 24204, app/assets/stylesheets/theme/style.css */
.popover-secondary {
  border-color: "secondary";
}

/* line 24208, app/assets/stylesheets/theme/style.css */
.popover-secondary .popover-header {
  background: #a3a4a5;
  color: #ffffff;
  border-bottom: 0;
}

/* line 24214, app/assets/stylesheets/theme/style.css */
.popover-secondary.bs-popover-top .arrow:before, .popover-secondary.bs-popover-auto[data-popper-placement^="top"] .arrow:before, .popover-secondary.bs-popover-auto[x-placement^="top"] .arrow:before, .popover-secondary.bs-popover-top .arrow:after, .popover-secondary.bs-popover-auto[data-popper-placement^="top"] .arrow:after, .popover-secondary.bs-popover-auto[x-placement^="top"] .arrow:after {
  border-top-color: #a3a4a5;
}

/* line 24218, app/assets/stylesheets/theme/style.css */
.popover-secondary.bs-popover-right .arrow:before, .popover-secondary.bs-popover-auto[x-placement^="right"] .arrow:before, .popover-secondary.bs-popover-right .arrow:after, .popover-secondary.bs-popover-auto[x-placement^="right"] .arrow:after {
  border-right-color: #a3a4a5;
}

/* line 24222, app/assets/stylesheets/theme/style.css */
.popover-secondary.bs-popover-bottom .arrow:before, .popover-secondary.bs-popover-auto[data-popper-placement^="bottom"] .arrow:before, .popover-secondary.bs-popover-auto[x-placement^="bottom"] .arrow:before, .popover-secondary.bs-popover-bottom .arrow:after, .popover-secondary.bs-popover-auto[data-popper-placement^="bottom"] .arrow:after, .popover-secondary.bs-popover-auto[x-placement^="bottom"] .arrow:after {
  border-bottom-color: #a3a4a5;
}

/* line 24226, app/assets/stylesheets/theme/style.css */
.popover-secondary.bs-popover-left .arrow:before, .popover-secondary.bs-popover-auto[x-placement^="left"] .arrow:before, .popover-secondary.bs-popover-left .arrow:after, .popover-secondary.bs-popover-auto[x-placement^="left"] .arrow:after {
  border-left-color: #a3a4a5;
}

/* line 24230, app/assets/stylesheets/theme/style.css */
.popover-success {
  border-color: "success";
}

/* line 24234, app/assets/stylesheets/theme/style.css */
.popover-success .popover-header {
  background: #57B657;
  color: #ffffff;
  border-bottom: 0;
}

/* line 24240, app/assets/stylesheets/theme/style.css */
.popover-success.bs-popover-top .arrow:before, .popover-success.bs-popover-auto[data-popper-placement^="top"] .arrow:before, .popover-success.bs-popover-auto[x-placement^="top"] .arrow:before, .popover-success.bs-popover-top .arrow:after, .popover-success.bs-popover-auto[data-popper-placement^="top"] .arrow:after, .popover-success.bs-popover-auto[x-placement^="top"] .arrow:after {
  border-top-color: #57B657;
}

/* line 24244, app/assets/stylesheets/theme/style.css */
.popover-success.bs-popover-right .arrow:before, .popover-success.bs-popover-auto[x-placement^="right"] .arrow:before, .popover-success.bs-popover-right .arrow:after, .popover-success.bs-popover-auto[x-placement^="right"] .arrow:after {
  border-right-color: #57B657;
}

/* line 24248, app/assets/stylesheets/theme/style.css */
.popover-success.bs-popover-bottom .arrow:before, .popover-success.bs-popover-auto[data-popper-placement^="bottom"] .arrow:before, .popover-success.bs-popover-auto[x-placement^="bottom"] .arrow:before, .popover-success.bs-popover-bottom .arrow:after, .popover-success.bs-popover-auto[data-popper-placement^="bottom"] .arrow:after, .popover-success.bs-popover-auto[x-placement^="bottom"] .arrow:after {
  border-bottom-color: #57B657;
}

/* line 24252, app/assets/stylesheets/theme/style.css */
.popover-success.bs-popover-left .arrow:before, .popover-success.bs-popover-auto[x-placement^="left"] .arrow:before, .popover-success.bs-popover-left .arrow:after, .popover-success.bs-popover-auto[x-placement^="left"] .arrow:after {
  border-left-color: #57B657;
}

/* line 24256, app/assets/stylesheets/theme/style.css */
.popover-info {
  border-color: "info";
}

/* line 24260, app/assets/stylesheets/theme/style.css */
.popover-info .popover-header {
  background: #248AFD;
  color: #ffffff;
  border-bottom: 0;
}

/* line 24266, app/assets/stylesheets/theme/style.css */
.popover-info.bs-popover-top .arrow:before, .popover-info.bs-popover-auto[data-popper-placement^="top"] .arrow:before, .popover-info.bs-popover-auto[x-placement^="top"] .arrow:before, .popover-info.bs-popover-top .arrow:after, .popover-info.bs-popover-auto[data-popper-placement^="top"] .arrow:after, .popover-info.bs-popover-auto[x-placement^="top"] .arrow:after {
  border-top-color: #248AFD;
}

/* line 24270, app/assets/stylesheets/theme/style.css */
.popover-info.bs-popover-right .arrow:before, .popover-info.bs-popover-auto[x-placement^="right"] .arrow:before, .popover-info.bs-popover-right .arrow:after, .popover-info.bs-popover-auto[x-placement^="right"] .arrow:after {
  border-right-color: #248AFD;
}

/* line 24274, app/assets/stylesheets/theme/style.css */
.popover-info.bs-popover-bottom .arrow:before, .popover-info.bs-popover-auto[data-popper-placement^="bottom"] .arrow:before, .popover-info.bs-popover-auto[x-placement^="bottom"] .arrow:before, .popover-info.bs-popover-bottom .arrow:after, .popover-info.bs-popover-auto[data-popper-placement^="bottom"] .arrow:after, .popover-info.bs-popover-auto[x-placement^="bottom"] .arrow:after {
  border-bottom-color: #248AFD;
}

/* line 24278, app/assets/stylesheets/theme/style.css */
.popover-info.bs-popover-left .arrow:before, .popover-info.bs-popover-auto[x-placement^="left"] .arrow:before, .popover-info.bs-popover-left .arrow:after, .popover-info.bs-popover-auto[x-placement^="left"] .arrow:after {
  border-left-color: #248AFD;
}

/* line 24282, app/assets/stylesheets/theme/style.css */
.popover-warning {
  border-color: "warning";
}

/* line 24286, app/assets/stylesheets/theme/style.css */
.popover-warning .popover-header {
  background: #FFC100;
  color: #ffffff;
  border-bottom: 0;
}

/* line 24292, app/assets/stylesheets/theme/style.css */
.popover-warning.bs-popover-top .arrow:before, .popover-warning.bs-popover-auto[data-popper-placement^="top"] .arrow:before, .popover-warning.bs-popover-auto[x-placement^="top"] .arrow:before, .popover-warning.bs-popover-top .arrow:after, .popover-warning.bs-popover-auto[data-popper-placement^="top"] .arrow:after, .popover-warning.bs-popover-auto[x-placement^="top"] .arrow:after {
  border-top-color: #FFC100;
}

/* line 24296, app/assets/stylesheets/theme/style.css */
.popover-warning.bs-popover-right .arrow:before, .popover-warning.bs-popover-auto[x-placement^="right"] .arrow:before, .popover-warning.bs-popover-right .arrow:after, .popover-warning.bs-popover-auto[x-placement^="right"] .arrow:after {
  border-right-color: #FFC100;
}

/* line 24300, app/assets/stylesheets/theme/style.css */
.popover-warning.bs-popover-bottom .arrow:before, .popover-warning.bs-popover-auto[data-popper-placement^="bottom"] .arrow:before, .popover-warning.bs-popover-auto[x-placement^="bottom"] .arrow:before, .popover-warning.bs-popover-bottom .arrow:after, .popover-warning.bs-popover-auto[data-popper-placement^="bottom"] .arrow:after, .popover-warning.bs-popover-auto[x-placement^="bottom"] .arrow:after {
  border-bottom-color: #FFC100;
}

/* line 24304, app/assets/stylesheets/theme/style.css */
.popover-warning.bs-popover-left .arrow:before, .popover-warning.bs-popover-auto[x-placement^="left"] .arrow:before, .popover-warning.bs-popover-left .arrow:after, .popover-warning.bs-popover-auto[x-placement^="left"] .arrow:after {
  border-left-color: #FFC100;
}

/* line 24308, app/assets/stylesheets/theme/style.css */
.popover-danger {
  border-color: "danger";
}

/* line 24312, app/assets/stylesheets/theme/style.css */
.popover-danger .popover-header {
  background: #FF4747;
  color: #ffffff;
  border-bottom: 0;
}

/* line 24318, app/assets/stylesheets/theme/style.css */
.popover-danger.bs-popover-top .arrow:before, .popover-danger.bs-popover-auto[data-popper-placement^="top"] .arrow:before, .popover-danger.bs-popover-auto[x-placement^="top"] .arrow:before, .popover-danger.bs-popover-top .arrow:after, .popover-danger.bs-popover-auto[data-popper-placement^="top"] .arrow:after, .popover-danger.bs-popover-auto[x-placement^="top"] .arrow:after {
  border-top-color: #FF4747;
}

/* line 24322, app/assets/stylesheets/theme/style.css */
.popover-danger.bs-popover-right .arrow:before, .popover-danger.bs-popover-auto[x-placement^="right"] .arrow:before, .popover-danger.bs-popover-right .arrow:after, .popover-danger.bs-popover-auto[x-placement^="right"] .arrow:after {
  border-right-color: #FF4747;
}

/* line 24326, app/assets/stylesheets/theme/style.css */
.popover-danger.bs-popover-bottom .arrow:before, .popover-danger.bs-popover-auto[data-popper-placement^="bottom"] .arrow:before, .popover-danger.bs-popover-auto[x-placement^="bottom"] .arrow:before, .popover-danger.bs-popover-bottom .arrow:after, .popover-danger.bs-popover-auto[data-popper-placement^="bottom"] .arrow:after, .popover-danger.bs-popover-auto[x-placement^="bottom"] .arrow:after {
  border-bottom-color: #FF4747;
}

/* line 24330, app/assets/stylesheets/theme/style.css */
.popover-danger.bs-popover-left .arrow:before, .popover-danger.bs-popover-auto[x-placement^="left"] .arrow:before, .popover-danger.bs-popover-left .arrow:after, .popover-danger.bs-popover-auto[x-placement^="left"] .arrow:after {
  border-left-color: #FF4747;
}

/* line 24334, app/assets/stylesheets/theme/style.css */
.popover-light {
  border-color: "light";
}

/* line 24338, app/assets/stylesheets/theme/style.css */
.popover-light .popover-header {
  background: #f8f9fa;
  color: #ffffff;
  border-bottom: 0;
}

/* line 24344, app/assets/stylesheets/theme/style.css */
.popover-light.bs-popover-top .arrow:before, .popover-light.bs-popover-auto[data-popper-placement^="top"] .arrow:before, .popover-light.bs-popover-auto[x-placement^="top"] .arrow:before, .popover-light.bs-popover-top .arrow:after, .popover-light.bs-popover-auto[data-popper-placement^="top"] .arrow:after, .popover-light.bs-popover-auto[x-placement^="top"] .arrow:after {
  border-top-color: #f8f9fa;
}

/* line 24348, app/assets/stylesheets/theme/style.css */
.popover-light.bs-popover-right .arrow:before, .popover-light.bs-popover-auto[x-placement^="right"] .arrow:before, .popover-light.bs-popover-right .arrow:after, .popover-light.bs-popover-auto[x-placement^="right"] .arrow:after {
  border-right-color: #f8f9fa;
}

/* line 24352, app/assets/stylesheets/theme/style.css */
.popover-light.bs-popover-bottom .arrow:before, .popover-light.bs-popover-auto[data-popper-placement^="bottom"] .arrow:before, .popover-light.bs-popover-auto[x-placement^="bottom"] .arrow:before, .popover-light.bs-popover-bottom .arrow:after, .popover-light.bs-popover-auto[data-popper-placement^="bottom"] .arrow:after, .popover-light.bs-popover-auto[x-placement^="bottom"] .arrow:after {
  border-bottom-color: #f8f9fa;
}

/* line 24356, app/assets/stylesheets/theme/style.css */
.popover-light.bs-popover-left .arrow:before, .popover-light.bs-popover-auto[x-placement^="left"] .arrow:before, .popover-light.bs-popover-left .arrow:after, .popover-light.bs-popover-auto[x-placement^="left"] .arrow:after {
  border-left-color: #f8f9fa;
}

/* line 24360, app/assets/stylesheets/theme/style.css */
.popover-dark {
  border-color: "dark";
}

/* line 24364, app/assets/stylesheets/theme/style.css */
.popover-dark .popover-header {
  background: #282f3a;
  color: #ffffff;
  border-bottom: 0;
}

/* line 24370, app/assets/stylesheets/theme/style.css */
.popover-dark.bs-popover-top .arrow:before, .popover-dark.bs-popover-auto[data-popper-placement^="top"] .arrow:before, .popover-dark.bs-popover-auto[x-placement^="top"] .arrow:before, .popover-dark.bs-popover-top .arrow:after, .popover-dark.bs-popover-auto[data-popper-placement^="top"] .arrow:after, .popover-dark.bs-popover-auto[x-placement^="top"] .arrow:after {
  border-top-color: #282f3a;
}

/* line 24374, app/assets/stylesheets/theme/style.css */
.popover-dark.bs-popover-right .arrow:before, .popover-dark.bs-popover-auto[x-placement^="right"] .arrow:before, .popover-dark.bs-popover-right .arrow:after, .popover-dark.bs-popover-auto[x-placement^="right"] .arrow:after {
  border-right-color: #282f3a;
}

/* line 24378, app/assets/stylesheets/theme/style.css */
.popover-dark.bs-popover-bottom .arrow:before, .popover-dark.bs-popover-auto[data-popper-placement^="bottom"] .arrow:before, .popover-dark.bs-popover-auto[x-placement^="bottom"] .arrow:before, .popover-dark.bs-popover-bottom .arrow:after, .popover-dark.bs-popover-auto[data-popper-placement^="bottom"] .arrow:after, .popover-dark.bs-popover-auto[x-placement^="bottom"] .arrow:after {
  border-bottom-color: #282f3a;
}

/* line 24382, app/assets/stylesheets/theme/style.css */
.popover-dark.bs-popover-left .arrow:before, .popover-dark.bs-popover-auto[x-placement^="left"] .arrow:before, .popover-dark.bs-popover-left .arrow:after, .popover-dark.bs-popover-auto[x-placement^="left"] .arrow:after {
  border-left-color: #282f3a;
}

/* Portfolio */
/* line 24387, app/assets/stylesheets/theme/style.css */
.portfolio-grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  background: #4B49AC;
  text-align: center;
  cursor: pointer;
}

/* line 24397, app/assets/stylesheets/theme/style.css */
.portfolio-grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  width: 100%;
  opacity: 0.8;
}

/* line 24406, app/assets/stylesheets/theme/style.css */
.portfolio-grid figure figcaption {
  padding: 2em;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 24420, app/assets/stylesheets/theme/style.css */
.portfolio-grid figure figcaption:after, .portfolio-grid figure figcaption:before {
  pointer-events: none;
}

/* line 24424, app/assets/stylesheets/theme/style.css */
.portfolio-grid figure.effect-text-in {
  border-radius: 0.25rem;
}

/* line 24428, app/assets/stylesheets/theme/style.css */
.portfolio-grid figure.effect-text-in h4, .portfolio-grid figure.effect-text-in .h4,
.portfolio-grid figure.effect-text-in img {
  transition: transform 0.35s;
}

/* line 24434, app/assets/stylesheets/theme/style.css */
.portfolio-grid figure.effect-text-in img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 24439, app/assets/stylesheets/theme/style.css */
.portfolio-grid figure.effect-text-in h4, .portfolio-grid figure.effect-text-in .h4,
.portfolio-grid figure.effect-text-in p {
  position: absolute;
  bottom: 10px;
  left: 0;
  padding: 10px;
  margin-bottom: 0;
  width: 100%;
}

/* line 24449, app/assets/stylesheets/theme/style.css */
.portfolio-grid figure.effect-text-in p {
  text-transform: none;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(0, 50px, 0);
}

/* line 24458, app/assets/stylesheets/theme/style.css */
.portfolio-grid figure.effect-text-in:hover img {
  transform: translate3d(0, -80px, 0);
}

/* line 24463, app/assets/stylesheets/theme/style.css */
.portfolio-grid figure.effect-text-in:hover h4, .portfolio-grid figure.effect-text-in:hover .h4 {
  transform: translate3d(0, -100px, 0);
}

/* line 24468, app/assets/stylesheets/theme/style.css */
.portfolio-grid figure.effect-text-in:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Preview */
/* line 24475, app/assets/stylesheets/theme/style.css */
.preview-list .preview-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 1.25rem 0;
}

/* line 24485, app/assets/stylesheets/theme/style.css */
.preview-list .preview-item:last-child {
  border-bottom: 0;
}

/* line 24489, app/assets/stylesheets/theme/style.css */
.preview-list .preview-item .form-check {
  margin-top: 8px;
  margin-right: 1rem;
}

/* line 24494, app/assets/stylesheets/theme/style.css */
.preview-list .preview-item .preview-thumbnail {
  color: #ffffff;
  position: relative;
}

/* line 24499, app/assets/stylesheets/theme/style.css */
.preview-list .preview-item .preview-thumbnail img,
.preview-list .preview-item .preview-thumbnail .preview-icon {
  width: 36px;
  height: 36px;
  border-radius: 100%;
}

/* line 24506, app/assets/stylesheets/theme/style.css */
.preview-list .preview-item .preview-thumbnail .preview-icon {
  padding: 6px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 24517, app/assets/stylesheets/theme/style.css */
.preview-list .preview-item .preview-thumbnail .preview-icon i {
  font-size: 1.125rem;
  margin: 0;
}

/* line 24522, app/assets/stylesheets/theme/style.css */
.preview-list .preview-item .preview-thumbnail .badge {
  border: 2px solid #ffffff;
  border-radius: 100%;
  bottom: 5px;
  display: block;
  height: 14px;
  left: -5px;
  padding: 0;
  position: absolute;
  width: 14px;
}

/* line 24534, app/assets/stylesheets/theme/style.css */
.preview-list .preview-item .preview-item-content {
  line-height: 1;
  padding-left: 15px;
}

/* line 24539, app/assets/stylesheets/theme/style.css */
.preview-list .preview-item .preview-item-content:first-child {
  padding-left: 0;
}

/* line 24543, app/assets/stylesheets/theme/style.css */
.preview-list .preview-item .preview-item-content p {
  margin-bottom: 10px;
}

/* line 24547, app/assets/stylesheets/theme/style.css */
.preview-list .preview-item .preview-item-content p .content-category {
  font-family: 'source-sans-pro-semibold', sans-serif;
  padding-right: 15px;
  border-right: 1px solid #CED4DA;
}

/* line 24553, app/assets/stylesheets/theme/style.css */
.rtl .preview-list .preview-item .preview-item-content {
  padding-left: 0;
  padding-right: 1rem;
  margin-right: 0;
  margin-left: auto;
}

/* line 24560, app/assets/stylesheets/theme/style.css */
.preview-list .preview-item .preview-actions {
  display: flex;
  flex-direction: row;
}

/* line 24567, app/assets/stylesheets/theme/style.css */
.preview-list .preview-item .preview-actions i {
  width: 29px;
  color: #e6e9ed;
  height: 29px;
  border: 2px solid #e6e9ed;
  border-radius: 100%;
  padding: 3px 6px;
  display: inline-block;
}

/* line 24577, app/assets/stylesheets/theme/style.css */
.preview-list .preview-item .preview-actions i:first-child {
  margin-right: 10px;
}

/* line 24581, app/assets/stylesheets/theme/style.css */
.preview-list.comment-preview .preview-item {
  padding: .87rem 0;
}

/* line 24585, app/assets/stylesheets/theme/style.css */
.preview-list.comment-preview .preview-item:first-child {
  padding-top: 0;
}

/* line 24589, app/assets/stylesheets/theme/style.css */
.preview-list.comment-preview .preview-item p {
  line-height: 27px;
}

/* line 24593, app/assets/stylesheets/theme/style.css */
.preview-list.bordered .preview-item {
  border-bottom: 1px solid #CED4DA;
}

/* line 24597, app/assets/stylesheets/theme/style.css */
.preview-list.bordered .preview-item:last-child {
  border-bottom: 0;
}

/* Tables */
/* line 24602, app/assets/stylesheets/theme/style.css */
.table, .jsgrid .jsgrid-table {
  margin-bottom: 0;
}

/* line 24606, app/assets/stylesheets/theme/style.css */
.table thead th, .jsgrid .jsgrid-table thead th {
  border-top: 0;
  border-bottom-width: 1px;
  font-weight: 600;
  font-size: .875rem;
}

/* line 24613, app/assets/stylesheets/theme/style.css */
.table thead th i, .jsgrid .jsgrid-table thead th i {
  margin-left: 0.325rem;
}

/* line 24617, app/assets/stylesheets/theme/style.css */
.table th, .jsgrid .jsgrid-table th,
.table td,
.jsgrid .jsgrid-table td {
  vertical-align: middle;
  line-height: 1;
  white-space: nowrap;
}

/* line 24626, app/assets/stylesheets/theme/style.css */
.table td,
.jsgrid .jsgrid-table td {
  font-size: 0.875rem;
}

/* line 24631, app/assets/stylesheets/theme/style.css */
.table td img, .jsgrid .jsgrid-table td img {
  width: 36px;
  height: 36px;
  border-radius: 100%;
}

/* line 24637, app/assets/stylesheets/theme/style.css */
.table td .badge, .jsgrid .jsgrid-table td .badge {
  margin-bottom: 0;
}

/* line 24641, app/assets/stylesheets/theme/style.css */
.table.table-borderless, .jsgrid .table-borderless.jsgrid-table {
  border: none;
}

/* line 24645, app/assets/stylesheets/theme/style.css */
.table.table-borderless tr, .jsgrid .table-borderless.jsgrid-table tr,
.table.table-borderless td,
.jsgrid .table-borderless.jsgrid-table td,
.table.table-borderless th,
.jsgrid .table-borderless.jsgrid-table th {
  border: none;
}

/* line 24653, app/assets/stylesheets/theme/style.css */
.table.table-bordered, .jsgrid .table-bordered.jsgrid-table {
  border-top: 1px solid #CED4DA;
}

/* line 24657, app/assets/stylesheets/theme/style.css */
.nav-tabs .nav-link {
  background: #f6f8fa;
  color: #000000;
  border-radius: 0;
  border: 1px solid #CED4DA;
  padding: .75rem 1.5rem;
}

@media (max-width: 767px) {
  /* line 24666, app/assets/stylesheets/theme/style.css */
  .nav-tabs .nav-link {
    padding: .75rem .5rem;
  }
}

/* line 24671, app/assets/stylesheets/theme/style.css */
.nav-tabs .nav-item:first-child .nav-link {
  border-radius: 4px 0 0 0;
}

/* line 24675, app/assets/stylesheets/theme/style.css */
.nav-tabs .nav-item:last-child .nav-link {
  border-radius: 0 4px 0 0;
}

/* line 24679, app/assets/stylesheets/theme/style.css */
.nav-tabs.nav-tabs-vertical, .nav-tabs.nav-tabs-vertical-custom {
  border-bottom: 0;
}

/* line 24683, app/assets/stylesheets/theme/style.css */
.nav-tabs.nav-tabs-vertical .nav-link.active, .nav-tabs.nav-tabs-vertical-custom .nav-link.active {
  border-bottom-color: #CED4DA;
}

/* line 24687, app/assets/stylesheets/theme/style.css */
.nav-tabs.nav-tabs-vertical .nav-item:first-child .nav-link, .nav-tabs.nav-tabs-vertical-custom .nav-item:first-child .nav-link {
  border-radius: 4px 4px 0 0;
}

/* line 24691, app/assets/stylesheets/theme/style.css */
.nav-tabs.nav-tabs-vertical .nav-item:last-child .nav-link, .nav-tabs.nav-tabs-vertical-custom .nav-item:last-child .nav-link {
  border-radius: 0 0 4px 4px;
}

/* line 24695, app/assets/stylesheets/theme/style.css */
.nav-tabs.nav-tabs-vertical-custom {
  background: #4B49AC;
  border-radius: 4px;
}

/* line 24700, app/assets/stylesheets/theme/style.css */
.nav-tabs.nav-tabs-vertical-custom .nav-link {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  color: #1c1b41;
  font-weight: 600;
  padding: 1.75rem;
}

/* line 24708, app/assets/stylesheets/theme/style.css */
.nav-tabs.nav-tabs-vertical-custom .nav-link.active {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 24713, app/assets/stylesheets/theme/style.css */
.nav-pills {
  border-bottom: 1px solid #CED4DA;
  padding-bottom: 1rem;
}

/* line 24718, app/assets/stylesheets/theme/style.css */
.nav-pills .nav-link {
  border: 1px solid #CED4DA;
  padding: .5rem 1.75rem;
}

@media (max-width: 767px) {
  /* line 24724, app/assets/stylesheets/theme/style.css */
  .nav-pills .nav-link {
    padding: .5rem .5rem;
  }
}

/* line 24729, app/assets/stylesheets/theme/style.css */
.nav-pills .nav-item {
  margin-right: 1rem;
}

@media (max-width: 767px) {
  /* line 24734, app/assets/stylesheets/theme/style.css */
  .nav-pills .nav-item {
    margin-right: .5rem;
  }
}

/* line 24739, app/assets/stylesheets/theme/style.css */
.nav-pills.nav-pills-vertical {
  border-bottom: 0;
}

/* line 24743, app/assets/stylesheets/theme/style.css */
.nav-pills.nav-pills-vertical .nav-item {
  margin-right: 0;
  margin-bottom: 1rem;
}

/* line 24748, app/assets/stylesheets/theme/style.css */
.nav-pills.nav-pills-custom {
  border-bottom: 0;
}

/* line 24752, app/assets/stylesheets/theme/style.css */
.nav-pills.nav-pills-custom .nav-link {
  border-radius: 20px;
  padding: .5rem 2.5rem;
  background: #fcfcfd;
  color: #000;
}

/* line 24759, app/assets/stylesheets/theme/style.css */
.nav-pills.nav-pills-custom .nav-link.active {
  background: #FF4747;
  color: #ffffff;
}

/* line 24764, app/assets/stylesheets/theme/style.css */
.nav-pills.nav-pills-custom .nav-item {
  margin-top: .875rem;
}

/* Pills color variations */
/* line 24769, app/assets/stylesheets/theme/style.css */
.nav-pills-primary .nav-link {
  color: #4B49AC;
}

/* line 24773, app/assets/stylesheets/theme/style.css */
.nav-pills-primary .nav-link.active {
  background: #4B49AC;
}

/* line 24777, app/assets/stylesheets/theme/style.css */
.nav-pills-secondary .nav-link {
  color: #a3a4a5;
}

/* line 24781, app/assets/stylesheets/theme/style.css */
.nav-pills-secondary .nav-link.active {
  background: #a3a4a5;
}

/* line 24785, app/assets/stylesheets/theme/style.css */
.nav-pills-success .nav-link {
  color: #57B657;
}

/* line 24789, app/assets/stylesheets/theme/style.css */
.nav-pills-success .nav-link.active {
  background: #57B657;
}

/* line 24793, app/assets/stylesheets/theme/style.css */
.nav-pills-info .nav-link {
  color: #248AFD;
}

/* line 24797, app/assets/stylesheets/theme/style.css */
.nav-pills-info .nav-link.active {
  background: #248AFD;
}

/* line 24801, app/assets/stylesheets/theme/style.css */
.nav-pills-warning .nav-link {
  color: #FFC100;
}

/* line 24805, app/assets/stylesheets/theme/style.css */
.nav-pills-warning .nav-link.active {
  background: #FFC100;
}

/* line 24809, app/assets/stylesheets/theme/style.css */
.nav-pills-danger .nav-link {
  color: #FF4747;
}

/* line 24813, app/assets/stylesheets/theme/style.css */
.nav-pills-danger .nav-link.active {
  background: #FF4747;
}

/* line 24817, app/assets/stylesheets/theme/style.css */
.nav-pills-light .nav-link {
  color: #f8f9fa;
}

/* line 24821, app/assets/stylesheets/theme/style.css */
.nav-pills-light .nav-link.active {
  background: #f8f9fa;
}

/* line 24825, app/assets/stylesheets/theme/style.css */
.nav-pills-dark .nav-link {
  color: #282f3a;
}

/* line 24829, app/assets/stylesheets/theme/style.css */
.nav-pills-dark .nav-link.active {
  background: #282f3a;
}

/* line 24833, app/assets/stylesheets/theme/style.css */
.tab-content {
  border: 1px solid #CED4DA;
  border-top: 0;
  padding: 2rem 1rem;
  text-align: justify;
}

/* line 24840, app/assets/stylesheets/theme/style.css */
.tab-content.tab-content-vertical {
  border-top: 1px solid #CED4DA;
}

/* line 24844, app/assets/stylesheets/theme/style.css */
.tab-content.tab-content-vertical-custom {
  border: 0;
  padding-top: 0;
}

/* line 24849, app/assets/stylesheets/theme/style.css */
.tab-content.tab-content-custom-pill {
  border: 0;
  padding-left: 0;
}

/* Timeline */
/* line 24855, app/assets/stylesheets/theme/style.css */
.timeline {
  list-style: none;
  padding: 0;
  position: relative;
}

/* line 24861, app/assets/stylesheets/theme/style.css */
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #a3a4a5;
  left: 50%;
  margin-left: -1.5px;
}

/* line 24872, app/assets/stylesheets/theme/style.css */
.timeline .timeline-wrapper {
  display: block;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  padding-right: 90px;
}

/* line 24880, app/assets/stylesheets/theme/style.css */
.timeline .timeline-wrapper:before {
  content: " ";
  display: table;
}

/* line 24885, app/assets/stylesheets/theme/style.css */
.timeline .timeline-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}

/* line 24891, app/assets/stylesheets/theme/style.css */
.timeline .timeline-wrapper .timeline-panel {
  border-radius: 2px;
  padding: 20px;
  position: relative;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 1px 2px 35px 0 rgba(1, 1, 1, 0.1);
  width: 35%;
  margin-left: 15%;
}

/* line 24902, app/assets/stylesheets/theme/style.css */
.timeline .timeline-wrapper .timeline-panel:before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 2px;
  content: "";
  left: 0;
  right: 0;
}

/* line 24912, app/assets/stylesheets/theme/style.css */
.timeline .timeline-wrapper .timeline-panel:after {
  position: absolute;
  top: 10px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #ffffff;
  border-right: 0 solid #ffffff;
  border-bottom: 14px solid transparent;
  content: " ";
}

/* line 24924, app/assets/stylesheets/theme/style.css */
.timeline .timeline-wrapper .timeline-panel .timeline-title {
  margin-top: 0;
  color: #282f3a;
  text-transform: uppercase;
}

/* line 24930, app/assets/stylesheets/theme/style.css */
.timeline .timeline-wrapper .timeline-panel .timeline-body p + p {
  margin-top: 5px;
}

/* line 24934, app/assets/stylesheets/theme/style.css */
.timeline .timeline-wrapper .timeline-panel .timeline-body ul {
  margin-bottom: 0;
}

/* line 24938, app/assets/stylesheets/theme/style.css */
.timeline .timeline-wrapper .timeline-panel .timeline-footer span {
  font-size: .6875rem;
}

/* line 24942, app/assets/stylesheets/theme/style.css */
.timeline .timeline-wrapper .timeline-panel .timeline-footer i {
  font-size: 1.5rem;
}

/* line 24946, app/assets/stylesheets/theme/style.css */
.timeline .timeline-wrapper .timeline-badge {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 16px;
  left: calc(50% - 7px);
  z-index: 10;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 2px solid #ffffff;
}

/* line 24960, app/assets/stylesheets/theme/style.css */
.timeline .timeline-wrapper .timeline-badge i {
  color: #ffffff;
}

/* line 24964, app/assets/stylesheets/theme/style.css */
.timeline .timeline-wrapper.timeline-inverted {
  padding-right: 0;
  padding-left: 90px;
}

/* line 24969, app/assets/stylesheets/theme/style.css */
.timeline .timeline-wrapper.timeline-inverted .timeline-panel {
  margin-left: auto;
  margin-right: 15%;
}

/* line 24974, app/assets/stylesheets/theme/style.css */
.timeline .timeline-wrapper.timeline-inverted .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

@media (max-width: 767px) {
  /* line 24982, app/assets/stylesheets/theme/style.css */
  .timeline .timeline-wrapper {
    padding-right: 150px;
  }
  /* line 24985, app/assets/stylesheets/theme/style.css */
  .timeline .timeline-wrapper.timeline-inverted {
    padding-left: 150px;
  }
  /* line 24988, app/assets/stylesheets/theme/style.css */
  .timeline .timeline-wrapper .timeline-panel {
    width: 60%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 576px) {
  /* line 24996, app/assets/stylesheets/theme/style.css */
  .timeline .timeline-wrapper .timeline-panel {
    width: 68%;
  }
}

/* line 25001, app/assets/stylesheets/theme/style.css */
.timeline-wrapper-primary .timeline-panel:before {
  background: #4B49AC;
}

/* line 25005, app/assets/stylesheets/theme/style.css */
.timeline-wrapper-primary .timeline-badge {
  background: #4B49AC;
}

/* line 25009, app/assets/stylesheets/theme/style.css */
.timeline-wrapper-secondary .timeline-panel:before {
  background: #a3a4a5;
}

/* line 25013, app/assets/stylesheets/theme/style.css */
.timeline-wrapper-secondary .timeline-badge {
  background: #a3a4a5;
}

/* line 25017, app/assets/stylesheets/theme/style.css */
.timeline-wrapper-success .timeline-panel:before {
  background: #57B657;
}

/* line 25021, app/assets/stylesheets/theme/style.css */
.timeline-wrapper-success .timeline-badge {
  background: #57B657;
}

/* line 25025, app/assets/stylesheets/theme/style.css */
.timeline-wrapper-info .timeline-panel:before {
  background: #248AFD;
}

/* line 25029, app/assets/stylesheets/theme/style.css */
.timeline-wrapper-info .timeline-badge {
  background: #248AFD;
}

/* line 25033, app/assets/stylesheets/theme/style.css */
.timeline-wrapper-warning .timeline-panel:before {
  background: #FFC100;
}

/* line 25037, app/assets/stylesheets/theme/style.css */
.timeline-wrapper-warning .timeline-badge {
  background: #FFC100;
}

/* line 25041, app/assets/stylesheets/theme/style.css */
.timeline-wrapper-danger .timeline-panel:before {
  background: #FF4747;
}

/* line 25045, app/assets/stylesheets/theme/style.css */
.timeline-wrapper-danger .timeline-badge {
  background: #FF4747;
}

/* line 25049, app/assets/stylesheets/theme/style.css */
.timeline-wrapper-light .timeline-panel:before {
  background: #f8f9fa;
}

/* line 25053, app/assets/stylesheets/theme/style.css */
.timeline-wrapper-light .timeline-badge {
  background: #f8f9fa;
}

/* line 25057, app/assets/stylesheets/theme/style.css */
.timeline-wrapper-dark .timeline-panel:before {
  background: #282f3a;
}

/* line 25061, app/assets/stylesheets/theme/style.css */
.timeline-wrapper-dark .timeline-badge {
  background: #282f3a;
}

/* Tabs */
/* line 25066, app/assets/stylesheets/theme/style.css */
.add-items {
  margin-bottom: 1.5rem;
  overflow: hidden;
}

/* line 25071, app/assets/stylesheets/theme/style.css */
.add-items input[type="text"] {
  width: 100%;
  background: transparent;
  border: 0;
  padding-left: 0;
}

/* line 25078, app/assets/stylesheets/theme/style.css */
.add-items input[type="text"]::-webkit-input-placeholder {
  font-size: 1rem;
  color: #9b9b9b;
}

/* line 25083, app/assets/stylesheets/theme/style.css */
.add-items input[type="text"]:-moz-placeholder {
  font-size: 1rem;
  color: #9b9b9b;
}

/* line 25088, app/assets/stylesheets/theme/style.css */
.add-items input[type="text"]::-moz-placeholder {
  font-size: 1rem;
  color: #9b9b9b;
}

/* line 25093, app/assets/stylesheets/theme/style.css */
.add-items input[type="text"]:-ms-input-placeholder {
  font-size: 1rem;
  color: #9b9b9b;
}

/* line 25098, app/assets/stylesheets/theme/style.css */
.add-items .btn, .add-items .fc button, .fc .add-items button, .add-items .ajax-upload-dragdrop .ajax-file-upload, .ajax-upload-dragdrop .add-items .ajax-file-upload, .add-items .swal2-modal .swal2-buttonswrapper .swal2-styled, .swal2-modal .swal2-buttonswrapper .add-items .swal2-styled, .add-items .wizard > .actions a, .wizard > .actions .add-items a {
  margin-left: .5rem;
}

/* line 25102, app/assets/stylesheets/theme/style.css */
.add-items .btn i, .add-items .fc button i, .fc .add-items button i, .add-items .ajax-upload-dragdrop .ajax-file-upload i, .ajax-upload-dragdrop .add-items .ajax-file-upload i, .add-items .swal2-modal .swal2-buttonswrapper .swal2-styled i, .swal2-modal .swal2-buttonswrapper .add-items .swal2-styled i, .add-items .wizard > .actions a i, .wizard > .actions .add-items a i {
  font-size: 1.25rem;
}

/* line 25106, app/assets/stylesheets/theme/style.css */
.rtl .add-items .btn, .rtl .add-items .fc button, .fc .rtl .add-items button, .rtl .add-items .ajax-upload-dragdrop .ajax-file-upload, .ajax-upload-dragdrop .rtl .add-items .ajax-file-upload, .rtl .add-items .swal2-modal .swal2-buttonswrapper .swal2-styled, .swal2-modal .swal2-buttonswrapper .rtl .add-items .swal2-styled, .rtl .add-items .wizard > .actions a, .wizard > .actions .rtl .add-items a {
  margin-left: auto;
  margin-right: .5rem;
}

/* line 25111, app/assets/stylesheets/theme/style.css */
.list-wrapper {
  height: 100%;
  max-height: 390px;
  overflow: scroll;
}

/* line 25117, app/assets/stylesheets/theme/style.css */
.list-wrapper ul {
  padding: 0;
  text-align: left;
  list-style: none;
  margin-bottom: 0;
}

/* line 25124, app/assets/stylesheets/theme/style.css */
.list-wrapper ul li {
  font-size: .9375rem;
  padding: 1.063rem 1.4rem;
  border: 1px solid #CED4DA;
  margin-bottom: 0.812rem;
  border-radius: 7px;
}

/* line 25132, app/assets/stylesheets/theme/style.css */
.list-wrapper ul li .form-check {
  max-width: 90%;
  margin-top: .25rem;
  margin-bottom: .25rem;
}

/* line 25138, app/assets/stylesheets/theme/style.css */
.list-wrapper input[type="checkbox"] {
  margin-right: 15px;
}

/* line 25142, app/assets/stylesheets/theme/style.css */
.list-wrapper .remove {
  cursor: pointer;
  font-size: .7rem;
  font-weight: 600;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
}

/* line 25152, app/assets/stylesheets/theme/style.css */
.list-wrapper .completed .form-check {
  text-decoration: line-through;
  text-decoration-color: #248AFD;
}

/* line 25157, app/assets/stylesheets/theme/style.css */
.list-wrapper.list-wrapper-sm {
  height: 320px;
}

/* Tooltips */
/* line 25162, app/assets/stylesheets/theme/style.css */
.tooltip-static-demo .tooltip {
  position: relative;
  display: inline-block;
  opacity: 1;
  margin: 0 10px 10px 0;
  z-index: 10;
}

/* line 25170, app/assets/stylesheets/theme/style.css */
.tooltip-static-demo .bs-tooltip-bottom-demo .arrow,
.tooltip-static-demo .bs-tooltip-top-demo .arrow {
  left: 50%;
}

/* line 25175, app/assets/stylesheets/theme/style.css */
.tooltip-static-demo .bs-tooltip-right-demo .arrow:before,
.tooltip-static-demo .bs-tooltip-left-demo .arrow:before {
  top: calc((100%-0.8rem)/2);
}

/* line 25180, app/assets/stylesheets/theme/style.css */
.tooltip {
  font-size: 0.75rem;
  min-width: 5.625rem;
  z-index: 1029;
}

/* line 25186, app/assets/stylesheets/theme/style.css */
.tooltip .tooltip-inner {
  font-weight: 400;
}

/* line 25190, app/assets/stylesheets/theme/style.css */
.tooltip-primary .tooltip-inner {
  background: #4B49AC;
  color: #ffffff;
}

/* line 25195, app/assets/stylesheets/theme/style.css */
.tooltip-primary.bs-tooltip-top .arrow::before, .tooltip-primary.bs-tooltip-auto[data-popper-placement^="top"] .arrow::before, .tooltip-primary.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #4B49AC;
}

/* line 25199, app/assets/stylesheets/theme/style.css */
.tooltip-primary.bs-tooltip-right .arrow::before, .tooltip-primary.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #4B49AC;
}

/* line 25203, app/assets/stylesheets/theme/style.css */
.tooltip-primary.bs-tooltip-bottom .arrow::before, .tooltip-primary.bs-tooltip-auto[data-popper-placement^="bottom"] .arrow::before, .tooltip-primary.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #4B49AC;
}

/* line 25207, app/assets/stylesheets/theme/style.css */
.tooltip-primary.bs-tooltip-left .arrow::before, .tooltip-primary.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #4B49AC;
}

/* line 25211, app/assets/stylesheets/theme/style.css */
.tooltip-secondary .tooltip-inner {
  background: #a3a4a5;
  color: #ffffff;
}

/* line 25216, app/assets/stylesheets/theme/style.css */
.tooltip-secondary.bs-tooltip-top .arrow::before, .tooltip-secondary.bs-tooltip-auto[data-popper-placement^="top"] .arrow::before, .tooltip-secondary.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #a3a4a5;
}

/* line 25220, app/assets/stylesheets/theme/style.css */
.tooltip-secondary.bs-tooltip-right .arrow::before, .tooltip-secondary.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #a3a4a5;
}

/* line 25224, app/assets/stylesheets/theme/style.css */
.tooltip-secondary.bs-tooltip-bottom .arrow::before, .tooltip-secondary.bs-tooltip-auto[data-popper-placement^="bottom"] .arrow::before, .tooltip-secondary.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #a3a4a5;
}

/* line 25228, app/assets/stylesheets/theme/style.css */
.tooltip-secondary.bs-tooltip-left .arrow::before, .tooltip-secondary.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #a3a4a5;
}

/* line 25232, app/assets/stylesheets/theme/style.css */
.tooltip-success .tooltip-inner {
  background: #57B657;
  color: #ffffff;
}

/* line 25237, app/assets/stylesheets/theme/style.css */
.tooltip-success.bs-tooltip-top .arrow::before, .tooltip-success.bs-tooltip-auto[data-popper-placement^="top"] .arrow::before, .tooltip-success.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #57B657;
}

/* line 25241, app/assets/stylesheets/theme/style.css */
.tooltip-success.bs-tooltip-right .arrow::before, .tooltip-success.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #57B657;
}

/* line 25245, app/assets/stylesheets/theme/style.css */
.tooltip-success.bs-tooltip-bottom .arrow::before, .tooltip-success.bs-tooltip-auto[data-popper-placement^="bottom"] .arrow::before, .tooltip-success.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #57B657;
}

/* line 25249, app/assets/stylesheets/theme/style.css */
.tooltip-success.bs-tooltip-left .arrow::before, .tooltip-success.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #57B657;
}

/* line 25253, app/assets/stylesheets/theme/style.css */
.tooltip-info .tooltip-inner {
  background: #248AFD;
  color: #ffffff;
}

/* line 25258, app/assets/stylesheets/theme/style.css */
.tooltip-info.bs-tooltip-top .arrow::before, .tooltip-info.bs-tooltip-auto[data-popper-placement^="top"] .arrow::before, .tooltip-info.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #248AFD;
}

/* line 25262, app/assets/stylesheets/theme/style.css */
.tooltip-info.bs-tooltip-right .arrow::before, .tooltip-info.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #248AFD;
}

/* line 25266, app/assets/stylesheets/theme/style.css */
.tooltip-info.bs-tooltip-bottom .arrow::before, .tooltip-info.bs-tooltip-auto[data-popper-placement^="bottom"] .arrow::before, .tooltip-info.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #248AFD;
}

/* line 25270, app/assets/stylesheets/theme/style.css */
.tooltip-info.bs-tooltip-left .arrow::before, .tooltip-info.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #248AFD;
}

/* line 25274, app/assets/stylesheets/theme/style.css */
.tooltip-warning .tooltip-inner {
  background: #FFC100;
  color: #ffffff;
}

/* line 25279, app/assets/stylesheets/theme/style.css */
.tooltip-warning.bs-tooltip-top .arrow::before, .tooltip-warning.bs-tooltip-auto[data-popper-placement^="top"] .arrow::before, .tooltip-warning.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #FFC100;
}

/* line 25283, app/assets/stylesheets/theme/style.css */
.tooltip-warning.bs-tooltip-right .arrow::before, .tooltip-warning.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #FFC100;
}

/* line 25287, app/assets/stylesheets/theme/style.css */
.tooltip-warning.bs-tooltip-bottom .arrow::before, .tooltip-warning.bs-tooltip-auto[data-popper-placement^="bottom"] .arrow::before, .tooltip-warning.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #FFC100;
}

/* line 25291, app/assets/stylesheets/theme/style.css */
.tooltip-warning.bs-tooltip-left .arrow::before, .tooltip-warning.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #FFC100;
}

/* line 25295, app/assets/stylesheets/theme/style.css */
.tooltip-danger .tooltip-inner {
  background: #FF4747;
  color: #ffffff;
}

/* line 25300, app/assets/stylesheets/theme/style.css */
.tooltip-danger.bs-tooltip-top .arrow::before, .tooltip-danger.bs-tooltip-auto[data-popper-placement^="top"] .arrow::before, .tooltip-danger.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #FF4747;
}

/* line 25304, app/assets/stylesheets/theme/style.css */
.tooltip-danger.bs-tooltip-right .arrow::before, .tooltip-danger.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #FF4747;
}

/* line 25308, app/assets/stylesheets/theme/style.css */
.tooltip-danger.bs-tooltip-bottom .arrow::before, .tooltip-danger.bs-tooltip-auto[data-popper-placement^="bottom"] .arrow::before, .tooltip-danger.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #FF4747;
}

/* line 25312, app/assets/stylesheets/theme/style.css */
.tooltip-danger.bs-tooltip-left .arrow::before, .tooltip-danger.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #FF4747;
}

/* line 25316, app/assets/stylesheets/theme/style.css */
.tooltip-light .tooltip-inner {
  background: #f8f9fa;
  color: #ffffff;
}

/* line 25321, app/assets/stylesheets/theme/style.css */
.tooltip-light.bs-tooltip-top .arrow::before, .tooltip-light.bs-tooltip-auto[data-popper-placement^="top"] .arrow::before, .tooltip-light.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #f8f9fa;
}

/* line 25325, app/assets/stylesheets/theme/style.css */
.tooltip-light.bs-tooltip-right .arrow::before, .tooltip-light.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #f8f9fa;
}

/* line 25329, app/assets/stylesheets/theme/style.css */
.tooltip-light.bs-tooltip-bottom .arrow::before, .tooltip-light.bs-tooltip-auto[data-popper-placement^="bottom"] .arrow::before, .tooltip-light.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #f8f9fa;
}

/* line 25333, app/assets/stylesheets/theme/style.css */
.tooltip-light.bs-tooltip-left .arrow::before, .tooltip-light.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #f8f9fa;
}

/* line 25337, app/assets/stylesheets/theme/style.css */
.tooltip-dark .tooltip-inner {
  background: #282f3a;
  color: #ffffff;
}

/* line 25342, app/assets/stylesheets/theme/style.css */
.tooltip-dark.bs-tooltip-top .arrow::before, .tooltip-dark.bs-tooltip-auto[data-popper-placement^="top"] .arrow::before, .tooltip-dark.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #282f3a;
}

/* line 25346, app/assets/stylesheets/theme/style.css */
.tooltip-dark.bs-tooltip-right .arrow::before, .tooltip-dark.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #282f3a;
}

/* line 25350, app/assets/stylesheets/theme/style.css */
.tooltip-dark.bs-tooltip-bottom .arrow::before, .tooltip-dark.bs-tooltip-auto[data-popper-placement^="bottom"] .arrow::before, .tooltip-dark.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #282f3a;
}

/* line 25354, app/assets/stylesheets/theme/style.css */
.tooltip-dark.bs-tooltip-left .arrow::before, .tooltip-dark.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #282f3a;
}

/* line 25358, app/assets/stylesheets/theme/style.css */
.profile-navbar .nav-item .nav-link {
  color: #1F1F1F;
}

/* line 25362, app/assets/stylesheets/theme/style.css */
.profile-navbar .nav-item .nav-link.active {
  color: #4B49AC;
}

/* line 25366, app/assets/stylesheets/theme/style.css */
.profile-navbar .nav-item .nav-link i {
  font-size: 1.25rem;
}

/* line 25370, app/assets/stylesheets/theme/style.css */
.profile-feed-item {
  padding: 1.5rem 0;
  border-bottom: 1px solid #CED4DA;
}

/* Pricing table */
/* line 25376, app/assets/stylesheets/theme/style.css */
.pricing-table .pricing-card .pricing-card-body {
  padding: 50px 56px 43px 56px;
}

/* line 25380, app/assets/stylesheets/theme/style.css */
.pricing-table .pricing-card .pricing-card-body .plan-features {
  width: 100%;
  margin-bottom: 32px;
}

/* line 25385, app/assets/stylesheets/theme/style.css */
.pricing-table .pricing-card .pricing-card-body .plan-features li {
  text-align: left;
  padding: 4px 0px;
  font-weight: 400;
  font-size: 0.875rem;
}

/*-------------------------------------------------------------------*/
/* === Email === */
/* Mail Sidebar */
@media (max-width: 769px) {
  /* line 25396, app/assets/stylesheets/theme/style.css */
  .email-wrapper .mail-sidebar {
    position: relative;
  }
}

@media (max-width: 767.98px) {
  /* line 25402, app/assets/stylesheets/theme/style.css */
  .email-wrapper .mail-sidebar {
    position: fixed;
    z-index: 99;
    background: #ffffff;
    width: 45%;
    min-width: 300px;
    left: -100%;
    display: block;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
  }
}

/* line 25416, app/assets/stylesheets/theme/style.css */
.email-wrapper .mail-sidebar .menu-bar {
  width: 100%;
  float: right;
  height: 100%;
  min-height: 100%;
}

@media (max-width: 767.98px) {
  /* line 25424, app/assets/stylesheets/theme/style.css */
  .email-wrapper .mail-sidebar .menu-bar {
    min-height: 100vh;
    max-height: 100%;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

/* line 25433, app/assets/stylesheets/theme/style.css */
.email-wrapper .mail-sidebar .menu-bar .menu-items {
  padding: 0;
  margin-bottom: 0;
  height: auto;
  list-style-type: none;
}

/* line 25440, app/assets/stylesheets/theme/style.css */
.email-wrapper .mail-sidebar .menu-bar .menu-items li {
  padding: 10px 15px;
  transition: 0.4s;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 25452, app/assets/stylesheets/theme/style.css */
.email-wrapper .mail-sidebar .menu-bar .menu-items li:hover {
  background: rgba(240, 244, 249, 0.8);
}

/* line 25456, app/assets/stylesheets/theme/style.css */
.email-wrapper .mail-sidebar .menu-bar .menu-items li a {
  color: #303a40;
  font-size: 0.875rem;
  text-decoration: none;
}

/* line 25462, app/assets/stylesheets/theme/style.css */
.email-wrapper .mail-sidebar .menu-bar .menu-items li a i {
  margin-right: 8px;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 25468, app/assets/stylesheets/theme/style.css */
.email-wrapper .mail-sidebar .menu-bar .menu-items li.active {
  background: #e6e9ed;
  border-radius: 4px;
}

/* line 25473, app/assets/stylesheets/theme/style.css */
.email-wrapper .mail-sidebar .menu-bar .menu-items li.active a {
  color: #4B49AC;
}

/* line 25477, app/assets/stylesheets/theme/style.css */
.email-wrapper .mail-sidebar .menu-bar .menu-items li.compose:hover {
  background: transparent;
}

/* line 25481, app/assets/stylesheets/theme/style.css */
.email-wrapper .mail-sidebar .menu-bar .online-status {
  margin-top: 1rem;
}

/* line 25485, app/assets/stylesheets/theme/style.css */
.email-wrapper .mail-sidebar .menu-bar .online-status .chat {
  font-size: 0.875rem;
  color: #4B49AC;
  margin-bottom: 0;
  font-weight: 600;
}

/* line 25492, app/assets/stylesheets/theme/style.css */
.email-wrapper .mail-sidebar .menu-bar .online-status .status {
  height: 10px;
  width: 10px;
  border-radius: 100%;
  display: inline-flex;
  justify-content: flex-start;
  transform: translateX(-43px) translateY(2px);
}

/* line 25501, app/assets/stylesheets/theme/style.css */
.email-wrapper .mail-sidebar .menu-bar .online-status .status:after {
  font-size: 12px;
  color: #2e383e;
  margin: -5px 0 0 18px;
}

/* line 25507, app/assets/stylesheets/theme/style.css */
.email-wrapper .mail-sidebar .menu-bar .online-status .status.offline {
  background: #FF4747;
}

/* line 25511, app/assets/stylesheets/theme/style.css */
.email-wrapper .mail-sidebar .menu-bar .online-status .status.offline:after {
  content: "Offline";
}

/* line 25515, app/assets/stylesheets/theme/style.css */
.email-wrapper .mail-sidebar .menu-bar .online-status .status.online {
  background: #57B657;
}

/* line 25519, app/assets/stylesheets/theme/style.css */
.email-wrapper .mail-sidebar .menu-bar .online-status .status.online:after {
  content: "Online";
}

/* line 25523, app/assets/stylesheets/theme/style.css */
.email-wrapper .mail-sidebar .menu-bar .profile-list {
  padding: 10px 0;
}

/* line 25527, app/assets/stylesheets/theme/style.css */
.email-wrapper .mail-sidebar .menu-bar .profile-list-item {
  border-bottom: 1px solid #CED4DA;
  padding: 6px 0;
  display: block;
}

/* line 25533, app/assets/stylesheets/theme/style.css */
.email-wrapper .mail-sidebar .menu-bar .profile-list-item:last-child {
  border-bottom: 0;
}

/* line 25537, app/assets/stylesheets/theme/style.css */
.email-wrapper .mail-sidebar .menu-bar .profile-list-item a {
  text-decoration: none;
}

/* line 25541, app/assets/stylesheets/theme/style.css */
.email-wrapper .mail-sidebar .menu-bar .profile-list-item a .pro-pic {
  display: flex;
  align-items: center;
  padding: 0;
  width: 20%;
  max-width: 40px;
}

/* line 25551, app/assets/stylesheets/theme/style.css */
.email-wrapper .mail-sidebar .menu-bar .profile-list-item a .pro-pic img {
  max-width: 100%;
  width: 100%;
  border-radius: 100%;
}

/* line 25557, app/assets/stylesheets/theme/style.css */
.email-wrapper .mail-sidebar .menu-bar .profile-list-item a .user {
  width: 100%;
  padding: 5px 10px 0 15px;
}

/* line 25562, app/assets/stylesheets/theme/style.css */
.email-wrapper .mail-sidebar .menu-bar .profile-list-item a .user .u-name {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  color: #000000;
}

/* line 25569, app/assets/stylesheets/theme/style.css */
.email-wrapper .mail-sidebar .menu-bar .profile-list-item a .user .u-designation {
  font-size: calc(0.875rem - 0.1rem);
  margin-bottom: 0;
}

/* line 25574, app/assets/stylesheets/theme/style.css */
.email-wrapper .sidebar.open {
  left: 0;
}

/* Mail List Container */
/* line 25579, app/assets/stylesheets/theme/style.css */
.email-wrapper .mail-list-container {
  border-left: 1px solid #CED4DA;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* line 25586, app/assets/stylesheets/theme/style.css */
.email-wrapper .mail-list-container a {
  text-decoration: none;
}

/* line 25590, app/assets/stylesheets/theme/style.css */
.email-wrapper .mail-list-container .mail-list {
  border-bottom: 1px solid #CED4DA;
  display: flex;
  flex-direction: row;
  padding: 10px 15px;
  width: 100%;
}

/* line 25598, app/assets/stylesheets/theme/style.css */
.email-wrapper .mail-list-container .mail-list:last-child {
  border-bottom: none;
}

/* line 25602, app/assets/stylesheets/theme/style.css */
.email-wrapper .mail-list-container .mail-list .form-check {
  margin-top: 12px;
  width: 11%;
  min-width: 20px;
}

/* line 25608, app/assets/stylesheets/theme/style.css */
.email-wrapper .mail-list-container .mail-list .content {
  width: 83%;
  padding-left: 0;
  padding-right: 0;
}

/* line 25614, app/assets/stylesheets/theme/style.css */
.email-wrapper .mail-list-container .mail-list .content .sender-name {
  font-size: 0.875rem;
  font-weight: 400;
  max-width: 95%;
}

/* line 25620, app/assets/stylesheets/theme/style.css */
.email-wrapper .mail-list-container .mail-list .content .message_text {
  margin: 0;
  max-width: 93%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 25628, app/assets/stylesheets/theme/style.css */
.email-wrapper .mail-list-container .mail-list .details {
  width: 5.5%;
}

/* line 25632, app/assets/stylesheets/theme/style.css */
.email-wrapper .mail-list-container .mail-list .details .date {
  text-align: right;
  margin: auto 15px auto 0;
  white-space: nowrap;
}

/* line 25638, app/assets/stylesheets/theme/style.css */
.email-wrapper .mail-list-container .mail-list .details i {
  margin: auto 0;
  color: #ddd;
}

/* line 25643, app/assets/stylesheets/theme/style.css */
.email-wrapper .mail-list-container .mail-list .details i.favorite {
  color: #FFC100;
}

/* line 25647, app/assets/stylesheets/theme/style.css */
.email-wrapper .mail-list-container .mail-list.new_mail {
  background: #e6e9ed;
}

/* line 25651, app/assets/stylesheets/theme/style.css */
.email-wrapper .mail-list-container .mail-list.new_mail .details .date {
  color: #000000;
}

/* Message Content */
/* line 25656, app/assets/stylesheets/theme/style.css */
.email-wrapper .message-body .sender-details {
  padding: 20px 15px 0;
  border-bottom: 1px solid #CED4DA;
  display: flex;
}

/* line 25663, app/assets/stylesheets/theme/style.css */
.email-wrapper .message-body .sender-details .details {
  padding-bottom: 0;
}

/* line 25667, app/assets/stylesheets/theme/style.css */
.email-wrapper .message-body .sender-details .details .msg-subject {
  font-weight: 600;
}

/* line 25671, app/assets/stylesheets/theme/style.css */
.email-wrapper .message-body .sender-details .details .sender-email {
  margin-bottom: 20px;
  font-weight: 400;
}

/* line 25676, app/assets/stylesheets/theme/style.css */
.email-wrapper .message-body .sender-details .details .sender-email i {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 1px 0 7px;
}

/* line 25682, app/assets/stylesheets/theme/style.css */
.email-wrapper .message-body .message-content {
  padding: 50px 15px;
}

/* line 25686, app/assets/stylesheets/theme/style.css */
.email-wrapper .message-body .attachments-sections ul {
  list-style: none;
  border-top: 1px solid #CED4DA;
  padding: 30px 15px 20px;
}

/* line 25692, app/assets/stylesheets/theme/style.css */
.email-wrapper .message-body .attachments-sections ul li {
  padding: 10px;
  margin-right: 20px;
  border: 1px solid #CED4DA;
  border-radius: 5px;
}

/* line 25699, app/assets/stylesheets/theme/style.css */
.email-wrapper .message-body .attachments-sections ul li .thumb {
  display: inline-block;
  margin-right: 10px;
}

/* line 25704, app/assets/stylesheets/theme/style.css */
.email-wrapper .message-body .attachments-sections ul li .thumb i {
  font-size: 30px;
  margin: 0;
  color: #2e383e;
}

/* line 25710, app/assets/stylesheets/theme/style.css */
.email-wrapper .message-body .attachments-sections ul li .details p.file-name {
  display: block;
  margin-bottom: 0;
  color: #2e383e;
}

/* line 25716, app/assets/stylesheets/theme/style.css */
.email-wrapper .message-body .attachments-sections ul li .details .buttons .file-size {
  margin-right: 10px;
  margin-bottom: 0;
  font-size: 13px;
}

/* line 25722, app/assets/stylesheets/theme/style.css */
.email-wrapper .message-body .attachments-sections ul li .details .buttons a {
  font-size: 13px;
  margin-right: 10px;
}

/* line 25727, app/assets/stylesheets/theme/style.css */
.email-wrapper .message-body .attachments-sections ul li .details .buttons a:last-child {
  margin-right: 0;
}

/*-------------------------------------------------------------------*/
/* === Plugin overrides === */
/* Ace Editor */
/* line 25734, app/assets/stylesheets/theme/style.css */
.ace_editor {
  margin: auto;
  height: 300px;
  width: 100%;
  font: 14px/normal SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 25741, app/assets/stylesheets/theme/style.css */
.ace_editor .ace_content {
  font-size: 0.875rem;
}

/* Avgrund Popup */
/* line 25746, app/assets/stylesheets/theme/style.css */
.avgrund-popin {
  position: fixed;
  background: #fff;
  padding: 37px 33px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 50%;
  left: 53%;
  z-index: 1000;
  font-size: 0.875rem;
  font-weight: 400;
  font-weight: initial;
  line-height: 1.85;
  border-radius: 10px;
  transform: scale(0.8);
}

/* line 25769, app/assets/stylesheets/theme/style.css */
.avgrund-popin p {
  font-size: 0.875rem;
  font-weight: 400;
  font-weight: initial;
}

/* line 25775, app/assets/stylesheets/theme/style.css */
.avgrund-overlay {
  background: #000;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 101;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 25789, app/assets/stylesheets/theme/style.css */
body.avgrund-ready,
.avgrund-ready .avgrund-popin,
.avgrund-ready .avgrund-overlay {
  transform-origin: 50% 50%;
  transition: 0.3s all ease-out;
}

/* line 25804, app/assets/stylesheets/theme/style.css */
body.avgrund-active {
  overflow: hidden;
}

/* line 25808, app/assets/stylesheets/theme/style.css */
.avgrund-active .avgrund-popin {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1.1);
}

@media (max-width: 767px) {
  /* line 25820, app/assets/stylesheets/theme/style.css */
  .avgrund-active .avgrund-popin {
    transform: scale(0.8);
  }
}

/* line 25829, app/assets/stylesheets/theme/style.css */
.avgrund-active .avgrund-overlay {
  visibility: visible;
  opacity: .5;
  filter: alpha(opacity=50);
  height: 20000px;
}

/* line 25836, app/assets/stylesheets/theme/style.css */
.avgrund-popin.stack {
  transform: scale(1.5);
}

/* line 25844, app/assets/stylesheets/theme/style.css */
.avgrund-active .avgrund-popin.stack {
  transform: scale(1.1);
}

/* Optional close button styles */
/* line 25853, app/assets/stylesheets/theme/style.css */
.avgrund-close {
  display: block;
  color: #fff;
  background: #1F1F1F;
  font-size: 10px;
  text-decoration: none;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 17px;
  width: 17px;
  text-align: center;
  line-height: 16px;
  border-radius: 50px;
}

/* line 25870, app/assets/stylesheets/theme/style.css */
.avgrund-close:hover {
  color: #fff;
  text-decoration: none;
}

/* Chartist */
/* line 25876, app/assets/stylesheets/theme/style.css */
.ct-series-a .ct-line {
  stroke: #a29afc;
  stroke-width: 3px;
  stroke-dasharray: 10px 20px;
}

/* line 25882, app/assets/stylesheets/theme/style.css */
.ct-series-a .ct-point {
  stroke: #6355f9;
  stroke-width: 10px;
  stroke-linecap: round;
}

/* line 25888, app/assets/stylesheets/theme/style.css */
.ct-series-b .ct-line {
  stroke: #80d691;
  stroke-width: 3px;
  stroke-dasharray: 10px 20px;
}

/* line 25894, app/assets/stylesheets/theme/style.css */
.ct-series-b .ct-point {
  stroke: #4ac462;
  stroke-width: 10px;
  stroke-linecap: round;
}

/* line 25900, app/assets/stylesheets/theme/style.css */
.ct-series-c .ct-line {
  stroke: #f7cb9b;
  stroke-width: 3px;
  stroke-dasharray: 10px 20px;
}

/* line 25906, app/assets/stylesheets/theme/style.css */
.ct-series-c .ct-point {
  stroke: #f2a859;
  stroke-width: 10px;
  stroke-linecap: round;
}

/* line 25912, app/assets/stylesheets/theme/style.css */
.ct-series-a .ct-bar {
  stroke: #a29afc;
  stroke-width: 20px;
  stroke-dasharray: 0;
  stroke-linecap: squre;
}

/* line 25919, app/assets/stylesheets/theme/style.css */
.ct-series-b .ct-bar {
  stroke: #80d691;
  stroke-width: 20px;
  stroke-dasharray: 0;
  stroke-linecap: squre;
}

/* line 25926, app/assets/stylesheets/theme/style.css */
.ct-series-c .ct-bar {
  stroke: #f7cb9b;
  stroke-width: 20px;
  stroke-dasharray: 0;
  stroke-linecap: squre;
}

/* line 25933, app/assets/stylesheets/theme/style.css */
.ct-series-d .ct-bar {
  stroke: #fcb2b2;
  stroke-width: 20px;
  stroke-dasharray: 0;
  stroke-linecap: squre;
}

/* line 25940, app/assets/stylesheets/theme/style.css */
.ct-series-a .ct-slice-pie {
  fill: #a29afc;
  stroke-width: 4px;
}

/* line 25945, app/assets/stylesheets/theme/style.css */
.ct-series-b .ct-slice-pie {
  fill: #80d691;
  stroke-width: 4px;
}

/* line 25950, app/assets/stylesheets/theme/style.css */
.ct-series-c .ct-slice-pie {
  fill: #fcb2b2;
  stroke-width: 4px;
}

/* line 25955, app/assets/stylesheets/theme/style.css */
.ct-series-d .ct-slice-pie {
  fill: #f7cb9b;
  stroke-width: 4px;
}

/* line 25960, app/assets/stylesheets/theme/style.css */
.ct-series-a .ct-slice-donut-solid {
  fill: #a29afc;
}

/* line 25964, app/assets/stylesheets/theme/style.css */
.ct-series-b .ct-slice-donut-solid {
  fill: #80d691;
}

/* line 25968, app/assets/stylesheets/theme/style.css */
.ct-series-c .ct-slice-donut-solid {
  fill: #fcb2b2;
}

/* line 25972, app/assets/stylesheets/theme/style.css */
.ct-series-a .ct-slice-donut-solid {
  fill: #f7cb9b;
}

/* line 25976, app/assets/stylesheets/theme/style.css */
#ct-chart-dash-barChart .ct-series-a .ct-bar {
  stroke: #fb9999;
  stroke-width: 20px;
  stroke-dasharray: 0;
  stroke-linecap: squre;
}

/* line 25983, app/assets/stylesheets/theme/style.css */
#ct-chart-dash-barChart .ct-series-b .ct-bar {
  stroke: #8b81fb;
  stroke-width: 20px;
  stroke-dasharray: 0;
  stroke-linecap: squre;
}

/* line 25990, app/assets/stylesheets/theme/style.css */
#ct-chart-dash-barChart .ct-series-c .ct-bar {
  stroke: #a29afc;
  stroke-width: 20px;
  stroke-dasharray: 0;
  stroke-linecap: squre;
}

/* line 25997, app/assets/stylesheets/theme/style.css */
#ct-chart-dash-barChart .ct-series-d .ct-bar {
  stroke: #b9b3fc;
  stroke-width: 20px;
  stroke-dasharray: 0;
  stroke-linecap: squre;
}

/* CodeMirror */
/* line 26005, app/assets/stylesheets/theme/style.css */
.CodeMirror {
  font-size: 0.875rem;
  height: auto;
  text-align: left;
  min-height: auto;
}

/* line 26012, app/assets/stylesheets/theme/style.css */
.CodeMirror-scroll {
  min-height: auto;
}

/* Colcade */
/* line 26017, app/assets/stylesheets/theme/style.css */
* {
  box-sizing: border-box;
}

/* line 26021, app/assets/stylesheets/theme/style.css */
.grid {
  border: 1px solid #aab2bd est;
}

/* line 26025, app/assets/stylesheets/theme/style.css */
.grid:after {
  display: block;
  content: '';
  clear: both;
}

/* line 26031, app/assets/stylesheets/theme/style.css */
.grid-col {
  float: left;
  width: 49%;
  margin-right: 2%;
  background: rgba(75, 73, 172, 0.2);
}

/* line 26038, app/assets/stylesheets/theme/style.css */
.grid-col--4 {
  margin-right: 0;
}

/* hide two middle */
/* line 26043, app/assets/stylesheets/theme/style.css */
.grid-col--2, .grid-col--3 {
  display: none;
}

@media (min-width: 768px) {
  /* line 26048, app/assets/stylesheets/theme/style.css */
  .grid-col {
    width: 32%;
  }
  /* line 26051, app/assets/stylesheets/theme/style.css */
  .grid-col--2 {
    display: block;
  }
}

@media (min-width: 1200px) {
  /* line 26057, app/assets/stylesheets/theme/style.css */
  .grid-col {
    width: 23.5%;
  }
  /* line 26060, app/assets/stylesheets/theme/style.css */
  .grid-col--2, .grid-col--3 {
    display: block;
  }
}

/* line 26065, app/assets/stylesheets/theme/style.css */
.grid-item {
  background: #4B49AC;
  margin-bottom: 20px;
  border-radius: 8px;
}

/* line 26071, app/assets/stylesheets/theme/style.css */
.grid-item--a {
  height: 80px;
}

/* line 26075, app/assets/stylesheets/theme/style.css */
.grid-item--b {
  height: 140px;
}

/* line 26079, app/assets/stylesheets/theme/style.css */
.grid-item--c {
  height: 300px;
}

/* Colorpicker */
/* line 26084, app/assets/stylesheets/theme/style.css */
.asColorPicker-dropdown {
  max-width: initial;
}

/* line 26088, app/assets/stylesheets/theme/style.css */
.asColorPicker-trigger {
  height: auto;
  border: 0;
}

/* line 26093, app/assets/stylesheets/theme/style.css */
.asColorPicker-trigger span {
  border-radius: 2px;
  width: 35px;
}

/* Context Menu */
/* line 26099, app/assets/stylesheets/theme/style.css */
.context-menu-icon:before {
  color: #000;
  font: normal normal normal 15px/1 "themify";
}

/* line 26104, app/assets/stylesheets/theme/style.css */
.context-menu-icon.context-menu-icon-cut:before {
  content: '\e613';
}

/* line 26108, app/assets/stylesheets/theme/style.css */
.context-menu-icon.context-menu-icon-edit:before {
  content: '\e61c';
}

/* line 26112, app/assets/stylesheets/theme/style.css */
.context-menu-icon.context-menu-icon-copy:before {
  content: '\e6a3';
}

/* line 26116, app/assets/stylesheets/theme/style.css */
.context-menu-icon.context-menu-icon-paste:before {
  content: '\e6c8';
}

/* line 26120, app/assets/stylesheets/theme/style.css */
.context-menu-icon.context-menu-icon-delete:before {
  content: '\e605';
}

/* line 26124, app/assets/stylesheets/theme/style.css */
.context-menu-icon.context-menu-icon-quit:before {
  content: '\e646';
}

/* line 26128, app/assets/stylesheets/theme/style.css */
.context-menu-list {
  box-shadow: none;
  border: 1px solid #CED4DA;
}

/* line 26133, app/assets/stylesheets/theme/style.css */
.context-menu-list .context-menu-item span {
  color: #000;
  font-size: .75rem;
  font-weight: 600;
}

/* line 26139, app/assets/stylesheets/theme/style.css */
.context-menu-list .context-menu-item.context-menu-hover {
  background: #000;
}

/* line 26143, app/assets/stylesheets/theme/style.css */
.context-menu-list .context-menu-item.context-menu-hover span {
  color: #ffffff;
}

/* Data Tables */
/* line 26148, app/assets/stylesheets/theme/style.css */
.dataTables_wrapper {
  padding-left: 0;
  padding-right: 0;
}

/* line 26153, app/assets/stylesheets/theme/style.css */
.dataTables_wrapper label {
  font-size: .8125rem;
}

/* line 26157, app/assets/stylesheets/theme/style.css */
.dataTables_wrapper select {
  padding: .4rem;
  outline-offset: -2px;
}

/* line 26162, app/assets/stylesheets/theme/style.css */
.dataTables_wrapper .dataTables_length select {
  min-width: 70px;
  margin-left: .25rem;
  margin-right: .25rem;
  width: -webkit-fill-available;
  border-radius: 4px;
}

/* line 26170, app/assets/stylesheets/theme/style.css */
.dataTables_wrapper .dataTable .btn, .dataTables_wrapper .dataTable .fc button, .fc .dataTables_wrapper .dataTable button, .dataTables_wrapper .dataTable .ajax-upload-dragdrop .ajax-file-upload, .ajax-upload-dragdrop .dataTables_wrapper .dataTable .ajax-file-upload, .dataTables_wrapper .dataTable .swal2-modal .swal2-buttonswrapper .swal2-styled, .swal2-modal .swal2-buttonswrapper .dataTables_wrapper .dataTable .swal2-styled, .dataTables_wrapper .dataTable .wizard > .actions a, .wizard > .actions .dataTables_wrapper .dataTable a {
  padding: 0.1rem 1rem;
  vertical-align: top;
}

/* line 26175, app/assets/stylesheets/theme/style.css */
.dataTables_wrapper .dataTable .btn i, .dataTables_wrapper .dataTable .fc button i, .fc .dataTables_wrapper .dataTable button i, .dataTables_wrapper .dataTable .ajax-upload-dragdrop .ajax-file-upload i, .ajax-upload-dragdrop .dataTables_wrapper .dataTable .ajax-file-upload i, .dataTables_wrapper .dataTable .swal2-modal .swal2-buttonswrapper .swal2-styled i, .swal2-modal .swal2-buttonswrapper .dataTables_wrapper .dataTable .swal2-styled i, .dataTables_wrapper .dataTable .wizard > .actions a i, .wizard > .actions .dataTables_wrapper .dataTable a i {
  font-size: .875rem;
  margin-right: .3rem;
}

/* line 26180, app/assets/stylesheets/theme/style.css */
.dataTables_wrapper .dataTable thead th {
  border-bottom-width: 0;
}

/* line 26184, app/assets/stylesheets/theme/style.css */
.dataTables_wrapper .dataTable thead .sorting:before, .dataTables_wrapper .dataTable thead .sorting:after,
.dataTables_wrapper .dataTable thead .sorting_asc:before,
.dataTables_wrapper .dataTable thead .sorting_asc:after,
.dataTables_wrapper .dataTable thead .sorting_desc:before,
.dataTables_wrapper .dataTable thead .sorting_desc:after,
.dataTables_wrapper .dataTable thead .sorting_asc_disabled:before,
.dataTables_wrapper .dataTable thead .sorting_asc_disabled:after,
.dataTables_wrapper .dataTable thead .sorting_desc_disabled:before,
.dataTables_wrapper .dataTable thead .sorting_desc_disabled:after {
  line-height: 2.5;
  font-family: themify;
  font-size: .65rem;
}

/* line 26198, app/assets/stylesheets/theme/style.css */
.dataTables_wrapper .dataTable thead .sorting:before,
.dataTables_wrapper .dataTable thead .sorting_asc:before,
.dataTables_wrapper .dataTable thead .sorting_desc:before,
.dataTables_wrapper .dataTable thead .sorting_asc_disabled:before,
.dataTables_wrapper .dataTable thead .sorting_desc_disabled:before {
  content: "\e64b";
  right: 1.2em;
  bottom: 0;
}

/* line 26208, app/assets/stylesheets/theme/style.css */
.dataTables_wrapper .dataTable thead .sorting:after,
.dataTables_wrapper .dataTable thead .sorting_asc:after,
.dataTables_wrapper .dataTable thead .sorting_desc:after,
.dataTables_wrapper .dataTable thead .sorting_asc_disabled:after,
.dataTables_wrapper .dataTable thead .sorting_desc_disabled:after {
  content: "\e648";
  right: 1.2em;
  top: 0;
}

/* line 26218, app/assets/stylesheets/theme/style.css */
.dataTables_wrapper .dataTables_paginate {
  margin-top: 20px;
}

/* line 26222, app/assets/stylesheets/theme/style.css */
.dataTables_wrapper .dataTables_info {
  font-size: 0.875rem;
}

@media (max-width: 576px) {
  /* line 26227, app/assets/stylesheets/theme/style.css */
  .dataTables_wrapper .dataTables_info {
    margin-bottom: 1rem;
  }
}

/* line 26232, app/assets/stylesheets/theme/style.css */
.expandable-table thead tr th {
  background: #4B49AC;
  padding: 10px;
  color: #ffffff;
  font-size: 14px;
}

/* line 26239, app/assets/stylesheets/theme/style.css */
.expandable-table thead tr th:first-child {
  border-radius: 8px 0 0 8px;
}

/* line 26243, app/assets/stylesheets/theme/style.css */
.expandable-table thead tr th:last-child {
  border-radius: 0 8px 8px 0;
}

/* line 26247, app/assets/stylesheets/theme/style.css */
.expandable-table tr.odd, .expandable-table tr.even {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.03);
  border-radius: 4px;
}

/* line 26252, app/assets/stylesheets/theme/style.css */
.expandable-table tr td {
  padding: 14px;
  font-size: 14px;
}

/* line 26257, app/assets/stylesheets/theme/style.css */
.expandable-table tr td.select-checkbox {
  padding-left: 26px;
}

/* line 26261, app/assets/stylesheets/theme/style.css */
.expandable-table tr td.select-checkbox:after {
  top: 2rem;
}

/* line 26265, app/assets/stylesheets/theme/style.css */
.expandable-table tr td.select-checkbox:before {
  top: 2rem;
}

/* line 26269, app/assets/stylesheets/theme/style.css */
.expandable-table tr td .cell-hilighted {
  background-color: #4B49AC;
  border-radius: 10px;
  padding: 18px;
  color: #fff;
  font-size: 11px;
}

/* line 26277, app/assets/stylesheets/theme/style.css */
.expandable-table tr td .cell-hilighted h5, .expandable-table tr td .cell-hilighted .h5 {
  font-size: 20px;
  color: #52C4FF;
}

/* line 26282, app/assets/stylesheets/theme/style.css */
.expandable-table tr td .cell-hilighted p {
  opacity: .6;
  margin-bottom: 0;
}

/* line 26287, app/assets/stylesheets/theme/style.css */
.expandable-table tr td .cell-hilighted h6, .expandable-table tr td .cell-hilighted .h6 {
  font-size: 14px;
  color: #52C4FF;
}

/* line 26292, app/assets/stylesheets/theme/style.css */
.expandable-table tr td .expanded-table-normal-cell {
  padding: 10px;
}

/* line 26296, app/assets/stylesheets/theme/style.css */
.expandable-table tr td .expanded-table-normal-cell p {
  font-size: 11px;
  margin-bottom: 0;
}

/* line 26301, app/assets/stylesheets/theme/style.css */
.expandable-table tr td .expanded-table-normal-cell h6, .expandable-table tr td .expanded-table-normal-cell .h6 {
  color: #0B0F32;
  font-size: 14px;
}

/* line 26306, app/assets/stylesheets/theme/style.css */
.expandable-table tr td .expanded-table-normal-cell .highlighted-alpha {
  width: 34px;
  height: 34px;
  border-radius: 100%;
  background: #FE5C83;
  color: #ffffff;
  text-align: center;
  padding-top: 7px;
  font-size: 14px;
  margin-right: 8px;
}

/* line 26318, app/assets/stylesheets/theme/style.css */
.expandable-table tr td .expanded-table-normal-cell img {
  width: 34px;
  height: 34px;
  border-radius: 100%;
  margin-right: 8px;
}

/* line 26325, app/assets/stylesheets/theme/style.css */
.expandable-table tr td.details-control:before {
  content: '\e64b';
  font-family: "themify";
}

/* line 26330, app/assets/stylesheets/theme/style.css */
.expandable-table tr.shown td.details-control:before {
  content: '\e648';
}

/* line 26334, app/assets/stylesheets/theme/style.css */
.expandable-table .expanded-row {
  background: #fafafa;
}

/* line 26338, app/assets/stylesheets/theme/style.css */
table.dataTable tbody td.select-checkbox:before {
  top: 1.4rem;
  left: 10px;
  border: 1px solid #CED4DA;
  width: 14px;
  height: 14px;
}

/* line 26346, app/assets/stylesheets/theme/style.css */
table.dataTable tbody td.select-checkbox:after {
  top: 1.5rem;
  left: 10px;
}

/* Datepicker */
/* line 26352, app/assets/stylesheets/theme/style.css */
.datepicker.datepicker-dropdown,
.datepicker.datepicker-inline {
  padding: 0;
  width: 30%;
  max-width: 500px;
  min-width: 250px;
}

/* line 26360, app/assets/stylesheets/theme/style.css */
.datepicker.datepicker-dropdown .datepicker-days,
.datepicker.datepicker-inline .datepicker-days {
  padding: 0;
}

/* line 26365, app/assets/stylesheets/theme/style.css */
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed,
.datepicker.datepicker-inline .datepicker-days table.table-condensed {
  width: 100%;
}

/* line 26370, app/assets/stylesheets/theme/style.css */
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed thead tr th,
.datepicker.datepicker-inline .datepicker-days table.table-condensed thead tr th {
  text-align: center;
  padding: 0.5rem 0;
}

/* line 26376, app/assets/stylesheets/theme/style.css */
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed thead tr th.prev,
.datepicker.datepicker-inline .datepicker-days table.table-condensed thead tr th.prev {
  color: #1F1F1F;
  padding-bottom: 1rem;
  padding-top: 1rem;
  background: #ffffff;
}

/* line 26384, app/assets/stylesheets/theme/style.css */
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed thead tr th.datepicker-switch,
.datepicker.datepicker-inline .datepicker-days table.table-condensed thead tr th.datepicker-switch {
  color: #1F1F1F;
  background: #ffffff;
  padding-bottom: 1rem;
  padding-top: 1rem;
  font-size: 1rem;
  font-weight: 600;
}

/* line 26394, app/assets/stylesheets/theme/style.css */
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed thead tr th.next,
.datepicker.datepicker-inline .datepicker-days table.table-condensed thead tr th.next {
  color: #1F1F1F;
  padding-bottom: 1rem;
  padding-top: 1rem;
  background: #ffffff;
}

/* line 26402, app/assets/stylesheets/theme/style.css */
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed thead tr th.dow,
.datepicker.datepicker-inline .datepicker-days table.table-condensed thead tr th.dow {
  font-family: "Nunito", sans-serif;
  color: #1F1F1F;
  font-size: 0.875rem;
  font-weight: initial;
}

/* line 26410, app/assets/stylesheets/theme/style.css */
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody,
.datepicker.datepicker-inline .datepicker-days table.table-condensed tbody {
  position: relative;
  top: 13px;
}

/* line 26416, app/assets/stylesheets/theme/style.css */
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td,
.datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td {
  text-align: center;
}

/* line 26421, app/assets/stylesheets/theme/style.css */
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.day,
.datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.day {
  font-size: 0.9375rem;
  padding: 0.5rem 0;
  color: #1F1F1F;
}

/* line 26428, app/assets/stylesheets/theme/style.css */
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.day:hover,
.datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.day:hover {
  background: #ffffff;
}

/* line 26433, app/assets/stylesheets/theme/style.css */
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.day.active,
.datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.day.active {
  color: #fff;
  background: transparent;
  position: relative;
  z-index: 1;
}

/* line 26441, app/assets/stylesheets/theme/style.css */
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.day.active:before,
.datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.day.active:before {
  content: "";
  width: 28px;
  height: 28px;
  background: #57B657;
  border-radius: 4px;
  display: block;
  margin: auto;
  vertical-align: middle;
  position: absolute;
  top: 6px;
  z-index: -1;
  left: 0;
  right: 0;
}

/* line 26458, app/assets/stylesheets/theme/style.css */
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.day.today,
.datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.day.today {
  color: #fff;
  background: transparent;
  position: relative;
  z-index: 1;
}

/* line 26466, app/assets/stylesheets/theme/style.css */
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.day.today:before,
.datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.day.today:before {
  content: "";
  width: 28px;
  height: 28px;
  background: #4B49AC;
  border-radius: 4px;
  box-shadow: 3px 3px 6px 0 rgba(147, 127, 201, 0.43);
  -webkit-box-shadow: 3px 3px 6px 0 rgba(147, 127, 201, 0.43);
  -moz-box-shadow: 3px 3px 6px 0 rgba(147, 127, 201, 0.43);
  display: block;
  margin: auto;
  vertical-align: middle;
  position: absolute;
  top: 6px;
  z-index: -1;
  left: 0;
  right: 0;
}

/* line 26486, app/assets/stylesheets/theme/style.css */
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.old.day,
.datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.old.day {
  color: #d9dde3;
}

/* line 26491, app/assets/stylesheets/theme/style.css */
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.range-start, .datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.range-end,
.datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.range-start,
.datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.range-end {
  background: transparent;
  position: relative;
}

/* line 26498, app/assets/stylesheets/theme/style.css */
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.range-start::before, .datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.range-end::before,
.datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.range-start::before,
.datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.range-end::before {
  content: "";
  width: 28px;
  height: 28px;
  background: rgba(87, 182, 87, 0.2);
  border-radius: 4px;
  display: block;
  margin: auto;
  vertical-align: middle;
  position: absolute;
  top: 6px;
  z-index: -1;
  left: 0;
  right: 0;
}

/* line 26516, app/assets/stylesheets/theme/style.css */
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.range,
.datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.range {
  position: relative;
  background: transparent;
}

/* line 26522, app/assets/stylesheets/theme/style.css */
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.range::before,
.datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.range::before {
  content: "";
  width: 28px;
  height: 28px;
  background: #eee;
  border-radius: 4px;
  display: block;
  margin: auto;
  vertical-align: middle;
  position: absolute;
  top: 6px;
  z-index: -1;
  left: 0;
  right: 0;
}

/* line 26539, app/assets/stylesheets/theme/style.css */
.datepicker.datepicker-inline {
  width: 100%;
  max-width: 100%;
  min-width: 250px;
}

/* line 26545, app/assets/stylesheets/theme/style.css */
.datepicker.datepicker-inline thead tr th.prev {
  color: grey;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

/* line 26551, app/assets/stylesheets/theme/style.css */
.datepicker.datepicker-inline thead tr th.datepicker-switch {
  color: #4B49AC;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

/* line 26557, app/assets/stylesheets/theme/style.css */
.datepicker.datepicker-inline thead tr th.next {
  color: grey;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

/* line 26563, app/assets/stylesheets/theme/style.css */
.datepicker > div {
  display: initial;
  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;
  border-radius: 2px;
}

/* line 26576, app/assets/stylesheets/theme/style.css */
.datepicker.input-group, .datepicker.asColorPicker-wrap {
  border: 1px solid #CED4DA;
  padding: 0;
}

/* line 26581, app/assets/stylesheets/theme/style.css */
.datepicker.input-group .form-control, .datepicker.asColorPicker-wrap .form-control, .datepicker.input-group .asColorPicker-input, .datepicker.asColorPicker-wrap .asColorPicker-input, .datepicker.input-group .dataTables_wrapper select, .dataTables_wrapper .datepicker.input-group select, .datepicker.asColorPicker-wrap .dataTables_wrapper select, .dataTables_wrapper .datepicker.asColorPicker-wrap select, .datepicker.input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .datepicker.input-group input[type=text], .datepicker.asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .datepicker.asColorPicker-wrap input[type=text],
.datepicker.input-group .jsgrid .jsgrid-table .jsgrid-filter-row select, .jsgrid .jsgrid-table .jsgrid-filter-row .datepicker.input-group select,
.datepicker.asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row select, .jsgrid .jsgrid-table .jsgrid-filter-row .datepicker.asColorPicker-wrap select, .datepicker.input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .datepicker.input-group input[type=number], .datepicker.asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .datepicker.asColorPicker-wrap input[type=number], .datepicker.input-group .select2-container--default .select2-selection--single, .select2-container--default .datepicker.input-group .select2-selection--single, .datepicker.asColorPicker-wrap .select2-container--default .select2-selection--single, .select2-container--default .datepicker.asColorPicker-wrap .select2-selection--single, .datepicker.input-group .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .datepicker.input-group .select2-search__field, .datepicker.asColorPicker-wrap .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .datepicker.asColorPicker-wrap .select2-search__field, .datepicker.input-group .typeahead, .datepicker.asColorPicker-wrap .typeahead,
.datepicker.input-group .tt-query,
.datepicker.asColorPicker-wrap .tt-query,
.datepicker.input-group .tt-hint,
.datepicker.asColorPicker-wrap .tt-hint {
  border: none;
}

/* line 26591, app/assets/stylesheets/theme/style.css */
.datepicker-dropdown:after {
  border-bottom-color: #fff;
}

/* line 26595, app/assets/stylesheets/theme/style.css */
.datepicker-dropdown:before {
  border-bottom-color: #CED4DA;
}

/* line 26599, app/assets/stylesheets/theme/style.css */
.datepicker-dropdown.datepicker-orient-top:before, .datepicker-dropdown.datepicker-orient-top:after {
  top: auto;
}

/* line 26603, app/assets/stylesheets/theme/style.css */
.datepicker-dropdown.datepicker-orient-top:after {
  border-top-color: #fff;
}

/* line 26607, app/assets/stylesheets/theme/style.css */
.datepicker-dropdown.datepicker-orient-top:before {
  border-top-color: #CED4DA;
}

/* Dropify */
/* line 26612, app/assets/stylesheets/theme/style.css */
.dropify-wrapper {
  border: 2px dashed #CED4DA;
  border-radius: 7px;
}

/* line 26617, app/assets/stylesheets/theme/style.css */
.dropify-wrapper:hover {
  background-size: 30px 30px;
  background-image: linear-gradient(135deg, #F2F7F8 25%, transparent 25%, transparent 50%, #F2F7F8 50%, #F2F7F8 75%, transparent 75%, transparent);
  animation: stripes 2s linear infinite;
}

/* line 26625, app/assets/stylesheets/theme/style.css */
.dropify-wrapper .dropify-message span.file-icon:before {
  display: inline-block;
  font: normal normal normal 24px/1 "themify";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  content: '\e66b';
  color: #1F1F1F;
  font-size: 1.25rem;
}

/* line 26637, app/assets/stylesheets/theme/style.css */
.dropify-wrapper .dropify-message p {
  font-size: .8125rem;
  color: #1F1F1F;
}

/* line 26642, app/assets/stylesheets/theme/style.css */
.dropify-wrapper .dropify-preview .dropify-infos {
  background: rgba(255, 255, 255, 0.9);
}

/* line 26646, app/assets/stylesheets/theme/style.css */
.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner .dropify-filename {
  color: #4B49AC;
  font-size: 20px;
  font-weight: 400;
}

/* line 26652, app/assets/stylesheets/theme/style.css */
.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner .dropify-infos-message {
  color: #333;
  font-weight: 500;
}

/* line 26657, app/assets/stylesheets/theme/style.css */
.dropify-wrapper .dropify-preview .dropify-render img {
  opacity: 0.7;
}

/* line 26661, app/assets/stylesheets/theme/style.css */
.dropify-wrapper .dropify-clear {
  background: #fff;
  border: none;
  font-weight: 600;
  color: #434a54;
}

/* Dropzone */
/* line 26669, app/assets/stylesheets/theme/style.css */
.dropzone {
  border: 1px solid #CED4DA;
  min-height: 200px;
}

/* line 26674, app/assets/stylesheets/theme/style.css */
.dropzone .dz-message {
  text-align: center;
  width: 100%;
}

/* line 26679, app/assets/stylesheets/theme/style.css */
.dropzone .dz-message span {
  font-size: .8125rem;
  color: #1F1F1F;
}

/* line 26684, app/assets/stylesheets/theme/style.css */
.dropzone .dz-preview {
  margin: 5px;
}

/* line 26688, app/assets/stylesheets/theme/style.css */
.dropzone .dz-preview .dz-image {
  width: 75px;
  height: 75px;
  border-radius: 6px;
}

/* line 26694, app/assets/stylesheets/theme/style.css */
.dropzone .dz-preview .dz-error-message {
  top: 80px;
  left: -35px;
}

/* line 26699, app/assets/stylesheets/theme/style.css */
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  margin-left: -17px;
}

/* line 26704, app/assets/stylesheets/theme/style.css */
.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  width: 35px;
  height: 35px;
}

/* Flot chart */
/* line 26711, app/assets/stylesheets/theme/style.css */
.flot-chart-container {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-height: 300px;
  max-height: 100%;
}

/* line 26719, app/assets/stylesheets/theme/style.css */
.flot-chart {
  width: 100%;
  position: relative;
  max-width: none;
  height: 400px;
}

/* line 26726, app/assets/stylesheets/theme/style.css */
.flot-chart canvas {
  position: absolute;
  top: 0;
  bottom: 0;
}

/* Full Calendar */
/* line 26733, app/assets/stylesheets/theme/style.css */
.fc button {
  height: auto;
  background-image: none;
  text-shadow: none;
  font-weight: 400;
  background-color: #ffffff;
  border-color: #CED4DA;
  text-transform: capitalize;
  color: #a8b2b9;
}

/* line 26744, app/assets/stylesheets/theme/style.css */
.fc button .fc-icon-right-single-arrow:after,
.fc button .fc-icon-left-single-arrow:after {
  color: #a8b2b9;
  font: normal normal normal 15px/1 "themify";
}

/* line 26750, app/assets/stylesheets/theme/style.css */
.fc button .fc-icon-right-single-arrow:after {
  content: "\e649";
}

/* line 26754, app/assets/stylesheets/theme/style.css */
.fc button .fc-icon-left-single-arrow:after {
  content: "\e64a";
}

/* line 26758, app/assets/stylesheets/theme/style.css */
.fc .fc-button-group .fc-button {
  background-color: #ffffff;
  margin: 0;
}

/* line 26763, app/assets/stylesheets/theme/style.css */
.fc .fc-button-group .fc-button.fc-state-active {
  color: #FF4747;
}

/* line 26767, app/assets/stylesheets/theme/style.css */
.fc .fc-header-toolbar {
  margin-top: 2rem;
}

/* line 26771, app/assets/stylesheets/theme/style.css */
.fc .fc-header-toolbar .fc-center h2, .fc .fc-header-toolbar .fc-center .h2 {
  font-size: 1rem;
}

@media (max-width: 767px) {
  /* line 26776, app/assets/stylesheets/theme/style.css */
  .fc .fc-header-toolbar .fc-left,
.fc .fc-header-toolbar .fc-right,
.fc .fc-header-toolbar .fc-center {
    float: none;
    margin-bottom: 10px;
  }
  /* line 26782, app/assets/stylesheets/theme/style.css */
  .fc .fc-header-toolbar .fc-left:after,
.fc .fc-header-toolbar .fc-right:after,
.fc .fc-header-toolbar .fc-center:after {
    content: "";
    clear: both;
    display: block;
  }
  /* line 26789, app/assets/stylesheets/theme/style.css */
  .fc .fc-header-toolbar .fc-left .fc-today-button {
    float: right;
  }
  /* line 26792, app/assets/stylesheets/theme/style.css */
  .fc .fc-header-toolbar .fc-right .fc-button-group {
    float: none;
  }
}

/* line 26797, app/assets/stylesheets/theme/style.css */
.fc .fc-widget-header {
  border: 0;
}

/* line 26801, app/assets/stylesheets/theme/style.css */
.fc .fc-widget-header table tr th {
  border-width: 0 0 1px 0;
  text-align: right;
  padding: 1rem;
}

@media (max-width: 767px) {
  /* line 26808, app/assets/stylesheets/theme/style.css */
  .fc .fc-widget-header table tr th {
    padding: 1rem .25rem;
  }
}

/* line 26813, app/assets/stylesheets/theme/style.css */
.fc .fc-widget-header table tr th span {
  font-size: 10px;
  text-transform: uppercase;
  color: #a8b2b9;
  letter-spacing: 1px;
}

/* line 26820, app/assets/stylesheets/theme/style.css */
.fc .fc-content-skeleton table tr td {
  padding: .5rem;
  font-size: .875rem;
}

/* line 26825, app/assets/stylesheets/theme/style.css */
.fc .fc-event {
  border: 0;
  color: #ffffff;
  padding: .5rem;
}

/* line 26831, app/assets/stylesheets/theme/style.css */
.fc .fc-event.fc-start {
  background: #4B49AC;
  border-radius: 4px;
  border-left: 4px solid #4B49AC;
}

/* line 26837, app/assets/stylesheets/theme/style.css */
.fc .fc-event.fc-not-start, .fc .fc-event.fc-not-end {
  background: #FF4747;
  border-left: 4px solid #FF4747;
  padding-left: .5rem;
}

/* line 26843, app/assets/stylesheets/theme/style.css */
.fc .fc-event.fc-not-end {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 26848, app/assets/stylesheets/theme/style.css */
.fc .fc-event .fc-title,
.fc .fc-event .fc-time {
  color: #ffffff;
}

/* line 26853, app/assets/stylesheets/theme/style.css */
.fc-external-events .fc-event {
  background: #ffffff;
  color: #000;
  border-width: 0 0 0 4px;
  padding: 16px;
  border-radius: 0;
  margin-bottom: 10px;
}

/* line 26862, app/assets/stylesheets/theme/style.css */
.fc-external-events .fc-event:nth-child(1) {
  border-color: #4B49AC;
}

/* line 26866, app/assets/stylesheets/theme/style.css */
.fc-external-events .fc-event:nth-child(2) {
  border-color: #FF4747;
}

/* line 26870, app/assets/stylesheets/theme/style.css */
.fc-external-events .fc-event:nth-child(3) {
  border-color: #57B657;
}

/* line 26874, app/assets/stylesheets/theme/style.css */
.fc-external-events .fc-event:nth-child(4) {
  border-color: #248AFD;
}

/* line 26878, app/assets/stylesheets/theme/style.css */
.fc-external-events .fc-event:nth-child(4) {
  border-color: #FFC100;
}

/* Google Charts */
/* line 26883, app/assets/stylesheets/theme/style.css */
.google-chart-container .google-charts {
  width: 100%;
  height: 280px;
  min-height: 280px;
  min-width: 100%;
}

/* Icheck */
/* line 26891, app/assets/stylesheets/theme/style.css */
.icheck,
.icheck-flat,
.icheck-square,
.icheck-line {
  margin-bottom: .5rem;
}

/* line 26898, app/assets/stylesheets/theme/style.css */
.icheck label,
.icheck-flat label,
.icheck-square label,
.icheck-line label {
  font-size: .8125rem;
  line-height: 1.5;
  margin-left: 5px;
  margin-bottom: 0;
}

/* Jquery File Upload */
/* line 26909, app/assets/stylesheets/theme/style.css */
.ajax-upload-dragdrop {
  border-color: #CED4DA;
  border-style: dotted;
  max-width: 100%;
}

/* line 26915, app/assets/stylesheets/theme/style.css */
.ajax-upload-dragdrop span b {
  font-size: .8125rem;
  color: #1F1F1F;
  font-weight: initial;
}

/* line 26921, app/assets/stylesheets/theme/style.css */
.ajax-upload-dragdrop .ajax-file-upload {
  background: #248AFD;
  box-shadow: none;
  height: auto;
}

/* line 26927, app/assets/stylesheets/theme/style.css */
.ajax-file-upload-container {
  min-height: 100px;
}

/* line 26931, app/assets/stylesheets/theme/style.css */
.ajax-file-upload-container .ajax-file-upload-statusbar {
  max-width: 100%;
}

/* Js-grid */
/* line 26936, app/assets/stylesheets/theme/style.css */
.jsgrid .jsgrid-button {
  background-image: url(/../../images/sprites/jsgrid-icons.png);
}

/* line 26940, app/assets/stylesheets/theme/style.css */
.jsgrid .jsgrid-grid-header {
  border: 1px solid #CED4DA;
  border-top: 0;
}

/* line 26945, app/assets/stylesheets/theme/style.css */
.jsgrid .jsgrid-table th {
  font-weight: initial;
  font-weight: 600;
}

/* line 26950, app/assets/stylesheets/theme/style.css */
.jsgrid .jsgrid-table .jsgrid-filter-row input[type=number] {
  padding: .56rem 0;
}

/* line 26954, app/assets/stylesheets/theme/style.css */
.jsgrid .jsgrid-header-sort:before {
  margin-top: 10px;
  float: right;
}

/* line 26959, app/assets/stylesheets/theme/style.css */
.jsgrid .jsgrid-header-sort-asc:before {
  border-color: transparent transparent #1F1F1F;
}

/* line 26963, app/assets/stylesheets/theme/style.css */
.jsgrid .jsgrid-header-sort-desc:before {
  border-color: #1F1F1F transparent transparent;
}

/* line 26967, app/assets/stylesheets/theme/style.css */
.jsgrid .jsgrid-pager {
  line-height: 2;
}

/* line 26971, app/assets/stylesheets/theme/style.css */
.jsgrid .jsgrid-pager-current-page {
  padding: 0.5rem 0.75rem;
  font-weight: initial;
  line-height: 1.25;
}

/* Jvectormap */
/* line 26978, app/assets/stylesheets/theme/style.css */
.jvectormap-container {
  background: #ffffff;
}

/* Light Gallery */
/* line 26983, app/assets/stylesheets/theme/style.css */
.lightGallery {
  width: 100%;
  margin: 0;
}

/* line 26988, app/assets/stylesheets/theme/style.css */
.lightGallery .image-tile {
  position: relative;
  margin-bottom: 30px;
}

/* line 26993, app/assets/stylesheets/theme/style.css */
.lightGallery .image-tile .demo-gallery-poster {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 27001, app/assets/stylesheets/theme/style.css */
.lightGallery .image-tile .demo-gallery-poster img {
  display: block;
  margin: auto;
  width: 40%;
  max-width: 60px;
  min-width: 20px;
}

/* line 27009, app/assets/stylesheets/theme/style.css */
.lightGallery .image-tile img {
  max-width: 100%;
  width: 100%;
}

/* Listify */
/* line 27015, app/assets/stylesheets/theme/style.css */
.listify-list input {
  border: 1px solid #f2f7f8;
  color: #aab2bd;
  background: #fff;
}

/* line 27021, app/assets/stylesheets/theme/style.css */
.listify-list ul.list {
  list-style: none;
  padding-left: 0;
}

/* line 27026, app/assets/stylesheets/theme/style.css */
.listify-list ul.list li {
  display: block;
  border-bottom: 1px solid #CED4DA;
  padding: 15px 10px;
}

/* line 27032, app/assets/stylesheets/theme/style.css */
.listify-list ul.list li h5, .listify-list ul.list li .h5 {
  color: #4B49AC;
}

/* line 27036, app/assets/stylesheets/theme/style.css */
.listify-list ul.list li p {
  color: #aab2bd;
  margin: 0;
}

/* line 27041, app/assets/stylesheets/theme/style.css */
.mapael svg {
  max-width: 100%;
}

/* No-ui-slider */
/* line 27046, app/assets/stylesheets/theme/style.css */
.noUi-target {
  border: none;
  box-shadow: none;
  border-radius: 0px;
}

/* line 27052, app/assets/stylesheets/theme/style.css */
.noUi-target.noUi-horizontal {
  height: 0.25rem;
}

/* line 27056, app/assets/stylesheets/theme/style.css */
.noUi-target.noUi-horizontal .noUi-handle {
  left: -17px;
}

/* line 27060, app/assets/stylesheets/theme/style.css */
.noUi-target.noUi-vertical {
  width: 0.25rem;
  height: 156px;
  display: inline-block;
}

/* line 27066, app/assets/stylesheets/theme/style.css */
.noUi-target.noUi-vertical .noUi-handle {
  left: -6px;
}

/* line 27070, app/assets/stylesheets/theme/style.css */
.noUi-target .noUi-base {
  background: #e6e9ed;
  box-shadow: none;
  border: none;
}

/* line 27076, app/assets/stylesheets/theme/style.css */
.noUi-target .noUi-base .noUi-connect {
  background: #4B49AC;
  box-shadow: none;
}

/* line 27081, app/assets/stylesheets/theme/style.css */
.noUi-target .noUi-base .noUi-origin {
  background: #57B657;
}

/* line 27085, app/assets/stylesheets/theme/style.css */
.noUi-target .noUi-base .noUi-origin .noUi-handle {
  background: #ffffff;
  border-radius: 100%;
  border: 1px solid #CED4DA;
  width: 18px;
  height: 18px;
  top: -7px;
  outline: none;
  transition-duration: 0.4s;
}

/* line 27099, app/assets/stylesheets/theme/style.css */
.noUi-target .noUi-base .noUi-origin .noUi-handle:after, .noUi-target .noUi-base .noUi-origin .noUi-handle:before {
  display: none;
}

/* line 27103, app/assets/stylesheets/theme/style.css */
.noUi-target .noUi-base .noUi-origin .noUi-handle:after {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  background: #4B49AC;
  border-radius: 100%;
}

/* line 27116, app/assets/stylesheets/theme/style.css */
.noUi-target .noUi-base .noUi-origin .noUi-handle .noUi-tooltip {
  font-weight: 600;
  border-radius: 4px;
  border: none;
  line-height: 1;
  font-size: 0.875rem;
  padding: 13px 12px;
  bottom: 190%;
}

/* line 27126, app/assets/stylesheets/theme/style.css */
.noUi-target .noUi-pips .noUi-marker-horizontal, .noUi-target .noUi-pips .noUi-marker-vertical {
  background: #CED4DA;
}

/* line 27130, app/assets/stylesheets/theme/style.css */
.noUi-target .noUi-pips .noUi-marker-horizontal {
  height: 9px;
  width: 1px;
}

/* line 27135, app/assets/stylesheets/theme/style.css */
.noUi-target .noUi-pips .noUi-marker-vertical {
  height: 1px;
  width: 9px;
}

/* line 27140, app/assets/stylesheets/theme/style.css */
.noUi-target .noUi-pips .noUi-value {
  color: #000;
  font-size: 0.94rem;
  font-weight: 600;
}

/* Slider Color variations */
/* line 27147, app/assets/stylesheets/theme/style.css */
.slider-primary .noUi-base .noUi-connect {
  background: #4B49AC;
}

/* line 27151, app/assets/stylesheets/theme/style.css */
.slider-primary .noUi-base .noUi-origin {
  background: #4B49AC;
}

/* line 27155, app/assets/stylesheets/theme/style.css */
.slider-primary .noUi-base .noUi-origin .noUi-handle:after {
  background: #4B49AC;
}

/* line 27159, app/assets/stylesheets/theme/style.css */
.slider-primary .noUi-base .noUi-origin .noUi-handle .noUi-tooltip {
  background: #4B49AC;
  color: #ffffff;
}

/* line 27164, app/assets/stylesheets/theme/style.css */
.slider-secondary .noUi-base .noUi-connect {
  background: #a3a4a5;
}

/* line 27168, app/assets/stylesheets/theme/style.css */
.slider-secondary .noUi-base .noUi-origin {
  background: #a3a4a5;
}

/* line 27172, app/assets/stylesheets/theme/style.css */
.slider-secondary .noUi-base .noUi-origin .noUi-handle:after {
  background: #a3a4a5;
}

/* line 27176, app/assets/stylesheets/theme/style.css */
.slider-secondary .noUi-base .noUi-origin .noUi-handle .noUi-tooltip {
  background: #a3a4a5;
  color: #ffffff;
}

/* line 27181, app/assets/stylesheets/theme/style.css */
.slider-success .noUi-base .noUi-connect {
  background: #57B657;
}

/* line 27185, app/assets/stylesheets/theme/style.css */
.slider-success .noUi-base .noUi-origin {
  background: #57B657;
}

/* line 27189, app/assets/stylesheets/theme/style.css */
.slider-success .noUi-base .noUi-origin .noUi-handle:after {
  background: #57B657;
}

/* line 27193, app/assets/stylesheets/theme/style.css */
.slider-success .noUi-base .noUi-origin .noUi-handle .noUi-tooltip {
  background: #57B657;
  color: #ffffff;
}

/* line 27198, app/assets/stylesheets/theme/style.css */
.slider-info .noUi-base .noUi-connect {
  background: #248AFD;
}

/* line 27202, app/assets/stylesheets/theme/style.css */
.slider-info .noUi-base .noUi-origin {
  background: #248AFD;
}

/* line 27206, app/assets/stylesheets/theme/style.css */
.slider-info .noUi-base .noUi-origin .noUi-handle:after {
  background: #248AFD;
}

/* line 27210, app/assets/stylesheets/theme/style.css */
.slider-info .noUi-base .noUi-origin .noUi-handle .noUi-tooltip {
  background: #248AFD;
  color: #ffffff;
}

/* line 27215, app/assets/stylesheets/theme/style.css */
.slider-warning .noUi-base .noUi-connect {
  background: #FFC100;
}

/* line 27219, app/assets/stylesheets/theme/style.css */
.slider-warning .noUi-base .noUi-origin {
  background: #FFC100;
}

/* line 27223, app/assets/stylesheets/theme/style.css */
.slider-warning .noUi-base .noUi-origin .noUi-handle:after {
  background: #FFC100;
}

/* line 27227, app/assets/stylesheets/theme/style.css */
.slider-warning .noUi-base .noUi-origin .noUi-handle .noUi-tooltip {
  background: #FFC100;
  color: #ffffff;
}

/* line 27232, app/assets/stylesheets/theme/style.css */
.slider-danger .noUi-base .noUi-connect {
  background: #FF4747;
}

/* line 27236, app/assets/stylesheets/theme/style.css */
.slider-danger .noUi-base .noUi-origin {
  background: #FF4747;
}

/* line 27240, app/assets/stylesheets/theme/style.css */
.slider-danger .noUi-base .noUi-origin .noUi-handle:after {
  background: #FF4747;
}

/* line 27244, app/assets/stylesheets/theme/style.css */
.slider-danger .noUi-base .noUi-origin .noUi-handle .noUi-tooltip {
  background: #FF4747;
  color: #ffffff;
}

/* line 27249, app/assets/stylesheets/theme/style.css */
.slider-light .noUi-base .noUi-connect {
  background: #f8f9fa;
}

/* line 27253, app/assets/stylesheets/theme/style.css */
.slider-light .noUi-base .noUi-origin {
  background: #f8f9fa;
}

/* line 27257, app/assets/stylesheets/theme/style.css */
.slider-light .noUi-base .noUi-origin .noUi-handle:after {
  background: #f8f9fa;
}

/* line 27261, app/assets/stylesheets/theme/style.css */
.slider-light .noUi-base .noUi-origin .noUi-handle .noUi-tooltip {
  background: #f8f9fa;
  color: #ffffff;
}

/* line 27266, app/assets/stylesheets/theme/style.css */
.slider-dark .noUi-base .noUi-connect {
  background: #282f3a;
}

/* line 27270, app/assets/stylesheets/theme/style.css */
.slider-dark .noUi-base .noUi-origin {
  background: #282f3a;
}

/* line 27274, app/assets/stylesheets/theme/style.css */
.slider-dark .noUi-base .noUi-origin .noUi-handle:after {
  background: #282f3a;
}

/* line 27278, app/assets/stylesheets/theme/style.css */
.slider-dark .noUi-base .noUi-origin .noUi-handle .noUi-tooltip {
  background: #282f3a;
  color: #ffffff;
}

/* Owl-carousel */
/* line 27284, app/assets/stylesheets/theme/style.css */
.owl-carousel img {
  border-radius: 4px;
}

/* line 27288, app/assets/stylesheets/theme/style.css */
.owl-carousel.full-width .owl-nav {
  position: absolute;
  top: 30%;
  width: 100%;
  margin-top: 0;
}

/* line 27295, app/assets/stylesheets/theme/style.css */
.owl-carousel.full-width .owl-nav .owl-prev,
.owl-carousel.full-width .owl-nav .owl-next {
  background: transparent;
  color: #ffffff;
}

/* line 27301, app/assets/stylesheets/theme/style.css */
.owl-carousel.full-width .owl-nav .owl-prev i:before,
.owl-carousel.full-width .owl-nav .owl-next i:before {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 2;
  display: block;
}

/* line 27313, app/assets/stylesheets/theme/style.css */
.owl-carousel.full-width .owl-nav .owl-prev {
  float: left;
}

/* line 27317, app/assets/stylesheets/theme/style.css */
.owl-carousel.full-width .owl-nav .owl-next {
  float: right;
}

/* line 27321, app/assets/stylesheets/theme/style.css */
.owl-carousel.full-width .owl-dots {
  margin-top: 1rem;
}

/* line 27325, app/assets/stylesheets/theme/style.css */
.owl-carousel .item-video {
  width: 200px;
  height: 200px;
}

/* Progressbar-js */
/* line 27331, app/assets/stylesheets/theme/style.css */
.progress-bar-js-line {
  height: 6px;
}

/* line 27335, app/assets/stylesheets/theme/style.css */
.progressbar-js-circle {
  width: 100%;
  position: relative;
}

/* Pws-tabs */
/* line 27341, app/assets/stylesheets/theme/style.css */
.pws_tabs_container ul.pws_tabs_controll li:first-child a {
  border-radius: 5px 0px 0px 0px;
}

/* line 27345, app/assets/stylesheets/theme/style.css */
.pws_tabs_container ul.pws_tabs_controll li:last-child a {
  border-right: 1px solid #4B49AC;
  border-radius: 0px 5px 0px 0px;
}

/* line 27350, app/assets/stylesheets/theme/style.css */
.pws_tabs_container ul.pws_tabs_controll li a {
  border: 1px solid #4B49AC;
  border-bottom: none;
  border-right: none;
  background: #fff;
  color: #4B49AC;
  padding: 0.6em 1.3em;
  margin-right: 0;
}

/* line 27360, app/assets/stylesheets/theme/style.css */
.pws_tabs_container ul.pws_tabs_controll li a:hover {
  background: #fff;
  color: #4B49AC;
}

/* line 27365, app/assets/stylesheets/theme/style.css */
.pws_tabs_container ul.pws_tabs_controll li a.pws_tab_active {
  background: #4B49AC;
  color: #fff;
}

/* line 27370, app/assets/stylesheets/theme/style.css */
.pws_tabs_container .demo-tabs {
  border: 1px solid #4B49AC;
  border-radius: 0px 5px 5px 5px;
  overflow: hidden;
  margin-bottom: 45px;
  padding-top: 3.5rem;
}

/* line 27378, app/assets/stylesheets/theme/style.css */
.pws_tabs_container .demo-tabs .CodeMirror {
  margin-bottom: 20px;
}

/* line 27382, app/assets/stylesheets/theme/style.css */
.pws_tabs_container.pws_tabs_vertical .pws_tabs_controll {
  border-right: none;
  border-bottom: none;
}

/* line 27387, app/assets/stylesheets/theme/style.css */
.pws_tabs_container.pws_tabs_vertical .pws_tabs_controll li:first-child a {
  border-radius: 5px 0px 0px 0px;
}

/* line 27391, app/assets/stylesheets/theme/style.css */
.pws_tabs_container.pws_tabs_vertical .pws_tabs_controll li:last-child a {
  border-bottom: 1px solid #4B49AC;
  border-radius: 0px 0px 0px 5px;
  border-right: 0px;
}

/* line 27397, app/assets/stylesheets/theme/style.css */
.pws_tabs_container.pws_tabs_vertical .pws_tabs_controll li a {
  border-radius: 0px;
  border: 1px solid #4B49AC;
  border-right: none;
  border-bottom: none;
  margin-bottom: 0;
}

/* line 27405, app/assets/stylesheets/theme/style.css */
.pws_tabs_container.pws_tabs_horizontal_bottom .pws_tabs_list {
  margin-bottom: 0;
}

/* line 27409, app/assets/stylesheets/theme/style.css */
.pws_tabs_container.pws_tabs_horizontal_bottom .pws_tabs_controll {
  border-top: 1px solid #4B49AC;
  border-right: none;
  border-bottom: none;
}

/* line 27415, app/assets/stylesheets/theme/style.css */
.pws_tabs_container.pws_tabs_horizontal_bottom .pws_tabs_controll li:first-child a {
  border-radius: 0px 0px 0px 5px;
}

/* line 27419, app/assets/stylesheets/theme/style.css */
.pws_tabs_container.pws_tabs_horizontal_bottom .pws_tabs_controll li:last-child a {
  border-radius: 0px 0px 5px 0px;
  border-right: 1px solid #4B49AC;
}

/* line 27424, app/assets/stylesheets/theme/style.css */
.pws_tabs_container.pws_tabs_horizontal_bottom .pws_tabs_controll li a {
  border-radius: 0px;
  border: 1px solid #4B49AC;
  border-top: none;
  border-right: none;
  margin-right: 0;
  margin-bottom: 0;
}

/* line 27433, app/assets/stylesheets/theme/style.css */
.pws_tabs_container.pws_tabs_rtl .pws_tabs_controll li:first-child a {
  border-radius: 0px 5px 0px 0px;
  border-right: 1px solid #4B49AC;
}

/* line 27438, app/assets/stylesheets/theme/style.css */
.pws_tabs_container.pws_tabs_rtl .pws_tabs_controll li:last-child a {
  border-right: none;
  border-radius: 5px 0px 0px 0px;
}

/* line 27443, app/assets/stylesheets/theme/style.css */
.pws_tabs_container.pws_tabs_rtl .pws_tabs_controll li a {
  border: 1px solid #4B49AC;
  border-bottom: none;
  border-right: none;
  margin-right: 0;
  margin-left: 0;
}

/* Quill Editor */
/* line 27452, app/assets/stylesheets/theme/style.css */
.quill-container {
  height: 300px;
}

/* line 27456, app/assets/stylesheets/theme/style.css */
.ql-toolbar.ql-snow,
.quill-container.ql-snow {
  border-color: #CED4DA;
}

/* Rating */
/* line 27462, app/assets/stylesheets/theme/style.css */
.br-theme-fontawesome-stars .br-widget a,
.br-theme-css-stars .br-widget a {
  font-size: 20px;
}

/* line 27467, app/assets/stylesheets/theme/style.css */
.br-theme-fontawesome-stars .br-widget a.br-selected:after, .br-theme-fontawesome-stars .br-widget a.br-active:after,
.br-theme-css-stars .br-widget a.br-selected:after,
.br-theme-css-stars .br-widget a.br-active:after {
  color: #4B49AC;
}

/* line 27473, app/assets/stylesheets/theme/style.css */
.br-theme-bars-1to10 .br-widget a,
.br-theme-bars-movie .br-widget a,
.br-theme-bars-pill .br-widget a,
.br-theme-bars-reversed .br-widget a,
.br-theme-bars-horizontal .br-widget a {
  background-color: rgba(75, 73, 172, 0.6);
  color: #4B49AC;
}

/* line 27482, app/assets/stylesheets/theme/style.css */
.br-theme-bars-1to10 .br-widget a.br-selected, .br-theme-bars-1to10 .br-widget a.br-active,
.br-theme-bars-movie .br-widget a.br-selected,
.br-theme-bars-movie .br-widget a.br-active,
.br-theme-bars-pill .br-widget a.br-selected,
.br-theme-bars-pill .br-widget a.br-active,
.br-theme-bars-reversed .br-widget a.br-selected,
.br-theme-bars-reversed .br-widget a.br-active,
.br-theme-bars-horizontal .br-widget a.br-selected,
.br-theme-bars-horizontal .br-widget a.br-active {
  background-color: #4B49AC;
}

/* line 27494, app/assets/stylesheets/theme/style.css */
.br-theme-bars-square .br-widget a {
  border-color: rgba(75, 73, 172, 0.6);
  color: rgba(75, 73, 172, 0.6);
}

/* line 27499, app/assets/stylesheets/theme/style.css */
.br-theme-bars-square .br-widget a.br-selected, .br-theme-bars-square .br-widget a.br-active {
  border-color: #4B49AC;
  color: #4B49AC;
}

/* line 27504, app/assets/stylesheets/theme/style.css */
.br-theme-bars-movie .br-widget .br-current-rating,
.br-theme-bars-reversed .br-widget .br-current-rating,
.br-theme-bars-1to10 .br-widget .br-current-rating,
.br-theme-bars-horizontal .br-widget .br-current-rating {
  color: #1F1F1F;
  font-size: 0.875rem;
  font-weight: initial;
}

/* line 27513, app/assets/stylesheets/theme/style.css */
.br-theme-bars-1to10 {
  height: 26px;
}

/* line 27517, app/assets/stylesheets/theme/style.css */
.br-theme-bars-1to10 .br-widget {
  height: 24px;
}

/* line 27521, app/assets/stylesheets/theme/style.css */
.br-theme-bars-1to10 .br-widget .br-current-rating {
  line-height: 1;
}

/* line 27525, app/assets/stylesheets/theme/style.css */
.br-theme-bars-pill .br-widget a {
  line-height: 2.5;
}

/* Select2 */
/* line 27530, app/assets/stylesheets/theme/style.css */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #4B49AC;
}

/* line 27534, app/assets/stylesheets/theme/style.css */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-dropdown,
.select2-container--default .select2-selection--multiple {
  border-color: #CED4DA;
}

/* line 27540, app/assets/stylesheets/theme/style.css */
.select2-container--default .select2-selection--single .select2-search__field,
.select2-container--default .select2-dropdown .select2-search__field,
.select2-container--default .select2-selection--multiple .select2-search__field {
  border-color: #CED4DA;
}

/* line 27546, app/assets/stylesheets/theme/style.css */
.select2-container--default .select2-selection--single {
  height: auto;
}

/* line 27550, app/assets/stylesheets/theme/style.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 14px;
}

/* line 27554, app/assets/stylesheets/theme/style.css */
.select2-container--default .select2-dropdown {
  font-size: .8125rem;
}

/* line 27558, app/assets/stylesheets/theme/style.css */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #CED4DA;
}

/* line 27562, app/assets/stylesheets/theme/style.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #ffffff;
  border: 0;
  border-radius: 3px;
  padding: 6px;
  font-size: .625rem;
  font-family: inherit;
  line-height: 1;
}

/* line 27572, app/assets/stylesheets/theme/style.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  color: #ffffff;
}

/* line 27576, app/assets/stylesheets/theme/style.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice:nth-child(5n+1) {
  background: #4B49AC;
}

/* line 27580, app/assets/stylesheets/theme/style.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice:nth-child(5n+2) {
  background: #57B657;
}

/* line 27584, app/assets/stylesheets/theme/style.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice:nth-child(5n+3) {
  background: #248AFD;
}

/* line 27588, app/assets/stylesheets/theme/style.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice:nth-child(5n+4) {
  background: #FF4747;
}

/* line 27592, app/assets/stylesheets/theme/style.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice:nth-child(5n+5) {
  background: #FFC100;
}

/* Summernote Editor */
/* line 27597, app/assets/stylesheets/theme/style.css */
.note-editor.note-frame {
  border: 1px solid #CED4DA;
}

/* line 27601, app/assets/stylesheets/theme/style.css */
.note-popover {
  border: 1px solid #CED4DA;
}

/* SweetAlert */
/* line 27606, app/assets/stylesheets/theme/style.css */
.swal2-container {
  z-index: 1500;
}

/* line 27610, app/assets/stylesheets/theme/style.css */
.swal2-modal {
  min-height: 315px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 10px;
}

/* line 27621, app/assets/stylesheets/theme/style.css */
.swal2-modal .swal2-title {
  font-size: 25px;
  line-height: 1;
  font-weight: 600;
  color: #1F1F1F;
  font-weight: initial;
  margin-bottom: 0;
}

/* line 27630, app/assets/stylesheets/theme/style.css */
.swal2-modal .swal2-icon,
.swal2-modal .swal2-success-ring {
  margin-top: 0;
  margin-bottom: 42px;
}

/* line 27636, app/assets/stylesheets/theme/style.css */
.swal2-modal .swal2-buttonswrapper {
  margin-top: 0;
  padding: 0;
}

/* line 27641, app/assets/stylesheets/theme/style.css */
.swal2-modal .swal2-buttonswrapper .swal2-styled {
  margin-top: 0;
  font-weight: initial;
}

/* line 27646, app/assets/stylesheets/theme/style.css */
.swal2-modal .swal2-buttonswrapper .swal2-styled.swal2-confirm {
  font-weight: initial;
  margin-top: 32px;
}

/* line 27651, app/assets/stylesheets/theme/style.css */
.swal2-modal .swal2-buttonswrapper .swal2-styled.swal2-cancel {
  margin-top: 32px;
  border: 1px solid #CED4DA;
  color: #ffffff;
  font-weight: initial;
}

/* line 27658, app/assets/stylesheets/theme/style.css */
.swal2-modal .swal2-content {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1F1F1F;
  font-weight: initial;
  margin-top: 11px;
}

/* line 27666, app/assets/stylesheets/theme/style.css */
.swal2-modal .swal2-close {
  font-size: 20px;
}

/* line 27670, app/assets/stylesheets/theme/style.css */
.swal2-modal .swal2-success-ring {
  left: -30px;
}

/* Switchery */
/* line 27675, app/assets/stylesheets/theme/style.css */
.switchery {
  width: 35px;
  height: 21px;
  border-radius: 11px;
}

/* line 27681, app/assets/stylesheets/theme/style.css */
.switchery > small, .switchery > .small {
  width: 20px;
  height: 20px;
}

/* line 27686, app/assets/stylesheets/theme/style.css */
.switchery-small {
  width: 25px;
  height: 13px;
}

/* line 27691, app/assets/stylesheets/theme/style.css */
.switchery-small > small, .switchery-small > .small {
  width: 13px;
  height: 13px;
}

/* line 27696, app/assets/stylesheets/theme/style.css */
.switchery-large {
  width: 50px;
  height: 28px;
  border-radius: 14px;
}

/* line 27702, app/assets/stylesheets/theme/style.css */
.switchery-large > small, .switchery-large > .small {
  width: 27px;
  height: 27px;
}

/* Tags */
/* line 27708, app/assets/stylesheets/theme/style.css */
div.tagsinput {
  padding: 15px 15px 10px;
  border-color: #CED4DA;
}

/* line 27713, app/assets/stylesheets/theme/style.css */
div.tagsinput span.tag {
  background: #4B49AC;
  border: 0;
  color: #ffffff;
  padding: 6px 14px;
  font-size: .8125rem;
  font-family: inherit;
  line-height: 1;
}

/* line 27723, app/assets/stylesheets/theme/style.css */
div.tagsinput span.tag a {
  color: #ffffff;
}

/* TinyMCE Editor */
/* line 27728, app/assets/stylesheets/theme/style.css */
.mce-tinymce.mce-panel,
.mce-tinymce .mce-panel {
  border-color: #CED4DA;
}

/* Toast */
/* line 27734, app/assets/stylesheets/theme/style.css */
.jq-toast-wrap .jq-icon-success {
  background-color: #57B657;
}

/* line 27738, app/assets/stylesheets/theme/style.css */
.jq-toast-wrap .jq-icon-info {
  background-color: #248AFD;
}

/* line 27742, app/assets/stylesheets/theme/style.css */
.jq-toast-wrap .jq-icon-warning {
  background-color: #FFC100;
}

/* line 27746, app/assets/stylesheets/theme/style.css */
.jq-toast-wrap .jq-icon-error {
  background-color: #FF4747;
}

/* Typeahead */
/* line 27751, app/assets/stylesheets/theme/style.css */
.tt-menu,
.gist {
  text-align: left;
}

/* line 27756, app/assets/stylesheets/theme/style.css */
.twitter-typeahead {
  max-width: 100%;
}

/* line 27760, app/assets/stylesheets/theme/style.css */
.typeahead {
  background-color: #ffffff;
}

/* line 27764, app/assets/stylesheets/theme/style.css */
.typeahead:focus {
  border-color: #CED4DA;
}

/* line 27768, app/assets/stylesheets/theme/style.css */
.tt-query {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 27774, app/assets/stylesheets/theme/style.css */
.tt-hint {
  color: #434a54;
}

/* line 27778, app/assets/stylesheets/theme/style.css */
.tt-menu {
  width: 100%;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #ffffff;
  border: 1px solid #CED4DA;
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 27792, app/assets/stylesheets/theme/style.css */
.tt-suggestion {
  padding: 3px 20px;
  font-size: inherit;
}

/* line 27797, app/assets/stylesheets/theme/style.css */
.tt-suggestion:hover {
  cursor: pointer;
  color: #ffffff;
  background-color: #4B49AC;
}

/* line 27803, app/assets/stylesheets/theme/style.css */
.tt-suggestion .tt-cursor {
  color: #ffffff;
  background-color: #4B49AC;
}

/* line 27808, app/assets/stylesheets/theme/style.css */
.tt-suggestion p {
  margin: 0;
}

/* Wysi Editor */
/* line 27813, app/assets/stylesheets/theme/style.css */
.wysi-editor #toolbar [data-wysihtml-action] {
  float: right;
}

/* line 27817, app/assets/stylesheets/theme/style.css */
.wysi-editor #toolbar,
.wysi-editor textarea {
  width: 920px;
  padding: 5px;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 27827, app/assets/stylesheets/theme/style.css */
.wysi-editor textarea {
  height: 280px;
  border: 1px solid #CED4DA;
  font-family: inherit;
  font-size: 1rem;
}

/* line 27834, app/assets/stylesheets/theme/style.css */
.wysi-editor textarea:focus {
  color: black;
  border: 1px solid #CED4DA;
}

/* line 27839, app/assets/stylesheets/theme/style.css */
.wysi-editor .wysihtml-action-active,
.wysi-editor .wysihtml-command-active {
  font-weight: bold;
}

/* line 27844, app/assets/stylesheets/theme/style.css */
.wysi-editor [data-wysihtml-dialog] {
  margin: 5px 0 0;
  padding: 5px;
  border: 1px solid #666;
}

/* line 27850, app/assets/stylesheets/theme/style.css */
.wysi-editor a[data-wysihtml-command-value="red"] {
  color: #FF4747;
}

/* line 27854, app/assets/stylesheets/theme/style.css */
.wysi-editor a[data-wysihtml-command-value="green"] {
  color: #57B657;
}

/* line 27858, app/assets/stylesheets/theme/style.css */
.wysi-editor a[data-wysihtml-command-value="blue"] {
  color: #248AFD;
}

/* line 27862, app/assets/stylesheets/theme/style.css */
.wysi-editor .wysihtml-editor,
.wysi-editor .wysihtml-editor table td {
  outline: 1px dotted #CED4DA;
}

/* line 27867, app/assets/stylesheets/theme/style.css */
.wysi-editor code {
  background: #ddd;
  padding: 10px;
  white-space: pre;
  display: block;
  margin: 1em 0;
}

/* line 27875, app/assets/stylesheets/theme/style.css */
.wysi-editor .toolbar {
  display: block;
  border-radius: 3px;
  border: 1px solid #fff;
  margin-bottom: 9px;
  line-height: 1em;
}

/* line 27883, app/assets/stylesheets/theme/style.css */
.wysi-editor .toolbar a {
  display: inline-block;
  height: 1.5em;
  border-radius: 3px;
  font-size: 1rem;
  line-height: 1.5em;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #CED4DA;
  padding: 0 0.2em;
  margin: 1px 0;
  color: #4B49AC;
}

/* line 27897, app/assets/stylesheets/theme/style.css */
.wysi-editor .toolbar .wysihtml-action-active,
.wysi-editor .toolbar a.wysihtml-command-active {
  background: #222;
  color: white;
}

/* line 27903, app/assets/stylesheets/theme/style.css */
.wysi-editor .toolbar .block {
  padding: 1px;
  display: inline-block;
  background: #eee;
  border-radius: 3px;
  margin: 0 1px 1px 0;
}

/* line 27911, app/assets/stylesheets/theme/style.css */
.wysi-editor div[data-wysihtml-dialog="createTable"] {
  position: absolute;
  background: white;
}

/* line 27916, app/assets/stylesheets/theme/style.css */
.wysi-editor div[data-wysihtml-dialog="createTable"] td {
  width: 10px;
  height: 5px;
  border: 1px solid #CED4DA;
}

/* line 27922, app/assets/stylesheets/theme/style.css */
.wysi-editor .wysihtml-editor table td.wysiwyg-tmp-selected-cell {
  outline: 2px solid #57B657;
}

/* line 27926, app/assets/stylesheets/theme/style.css */
.wysi-editor .editor-container-tag {
  padding: 5px 10px;
  position: absolute;
  color: white;
  background: rgba(0, 0, 0, 0.8);
  width: 100px;
  margin-left: -50px;
  -webkit-transition: 0.1s left, 0.1s top;
}

/* line 27936, app/assets/stylesheets/theme/style.css */
.wysi-editor .wrap {
  max-width: 700px;
  margin: 40px;
}

/* line 27941, app/assets/stylesheets/theme/style.css */
.wysi-editor .editable .wysihtml-uneditable-container {
  outline: 1px dotted #CED4DA;
  position: relative;
}

/* line 27946, app/assets/stylesheets/theme/style.css */
.wysi-editor .editable .wysihtml-uneditable-container-right {
  float: right;
  width: 50%;
  margin-left: 2em;
  margin-bottom: 1em;
}

/* line 27953, app/assets/stylesheets/theme/style.css */
.wysi-editor .editable .wysihtml-uneditable-container-left {
  float: left;
  width: 50%;
  margin-right: 2em;
  margin-bottom: 1em;
}

/* X-editable */
/* line 27961, app/assets/stylesheets/theme/style.css */
.editable-form .editable {
  color: #1F1F1F;
  font-size: .8125rem;
}

/* line 27966, app/assets/stylesheets/theme/style.css */
.editable-form .editable-click {
  border-color: #1F1F1F;
}

/* line 27970, app/assets/stylesheets/theme/style.css */
.editable-container.editable-inline {
  max-width: 100%;
}

/* line 27974, app/assets/stylesheets/theme/style.css */
.editable-container.editable-inline .editableform {
  max-width: 100%;
}

/* line 27978, app/assets/stylesheets/theme/style.css */
.editable-container.editable-inline .editableform .control-group {
  max-width: 100%;
  white-space: initial;
}

/* line 27983, app/assets/stylesheets/theme/style.css */
.editable-container.editable-inline .editableform .control-group > div {
  max-width: 100%;
}

/* line 27987, app/assets/stylesheets/theme/style.css */
.editable-container.editable-inline .editableform .control-group .editable-input input,
.editable-container.editable-inline .editableform .control-group .editable-input textarea {
  max-width: 100%;
  width: 100%;
}

/* line 27993, app/assets/stylesheets/theme/style.css */
.editable-container.editable-inline .editableform .control-group .editable-input .combodate .form-control, .editable-container.editable-inline .editableform .control-group .editable-input .combodate .asColorPicker-input, .editable-container.editable-inline .editableform .control-group .editable-input .combodate .dataTables_wrapper select, .dataTables_wrapper .editable-container.editable-inline .editableform .control-group .editable-input .combodate select, .editable-container.editable-inline .editableform .control-group .editable-input .combodate .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .editable-container.editable-inline .editableform .control-group .editable-input .combodate input[type=text],
.editable-container.editable-inline .editableform .control-group .editable-input .combodate .jsgrid .jsgrid-table .jsgrid-filter-row select, .jsgrid .jsgrid-table .jsgrid-filter-row .editable-container.editable-inline .editableform .control-group .editable-input .combodate select, .editable-container.editable-inline .editableform .control-group .editable-input .combodate .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .editable-container.editable-inline .editableform .control-group .editable-input .combodate input[type=number], .editable-container.editable-inline .editableform .control-group .editable-input .combodate .select2-container--default .select2-selection--single, .select2-container--default .editable-container.editable-inline .editableform .control-group .editable-input .combodate .select2-selection--single, .editable-container.editable-inline .editableform .control-group .editable-input .combodate .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .editable-container.editable-inline .editableform .control-group .editable-input .combodate .select2-search__field, .editable-container.editable-inline .editableform .control-group .editable-input .combodate .typeahead,
.editable-container.editable-inline .editableform .control-group .editable-input .combodate .tt-query,
.editable-container.editable-inline .editableform .control-group .editable-input .combodate .tt-hint {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 991px) {
  /* line 28002, app/assets/stylesheets/theme/style.css */
  .editable-container.editable-inline .editableform .control-group .editable-buttons {
    display: block;
    margin-top: 10px;
  }
}

/* Wizard */
/* line 28009, app/assets/stylesheets/theme/style.css */
.wizard {
  display: block;
  width: 100%;
  overflow: hidden;
}

/* line 28015, app/assets/stylesheets/theme/style.css */
.wizard a {
  outline: 0;
}

/* line 28019, app/assets/stylesheets/theme/style.css */
.wizard ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 28025, app/assets/stylesheets/theme/style.css */
.wizard ul > li {
  display: block;
  padding: 0;
}

/* line 28030, app/assets/stylesheets/theme/style.css */
.wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
}

/* line 28036, app/assets/stylesheets/theme/style.css */
.wizard > .steps .current-info {
  position: absolute;
  left: -999em;
}

/* line 28041, app/assets/stylesheets/theme/style.css */
.wizard > .steps .number {
  font-size: 0.875rem;
}

/* line 28045, app/assets/stylesheets/theme/style.css */
.wizard > .steps > ul > li {
  width: 25%;
  float: left;
  text-align: center;
}

@media (max-width: 767px) {
  /* line 28052, app/assets/stylesheets/theme/style.css */
  .wizard > .steps > ul > li {
    width: 50%;
  }
}

/* line 28057, app/assets/stylesheets/theme/style.css */
.wizard > .steps a {
  display: block;
  width: auto;
  margin: 0 0.5em 0.5em;
  padding: 1em 1em;
  text-decoration: none;
  border-radius: 5px;
  font-size: 0.875rem;
  font-weight: 600;
}

/* line 28070, app/assets/stylesheets/theme/style.css */
.wizard > .steps a:hover {
  display: block;
  width: auto;
  margin: 0 0.5em 0.5em;
  padding: 1em;
  text-decoration: none;
  border-radius: 5px;
}

/* line 28081, app/assets/stylesheets/theme/style.css */
.wizard > .steps a:active {
  display: block;
  width: auto;
  margin: 0 0.5em 0.5em;
  padding: 1em;
  text-decoration: none;
  border-radius: 5px;
}

/* line 28092, app/assets/stylesheets/theme/style.css */
.wizard > .steps .disabled a {
  background: #e6e9ed;
  color: #434a54;
  cursor: default;
}

/* line 28098, app/assets/stylesheets/theme/style.css */
.wizard > .steps .disabled a:hover {
  background: #e6e9ed;
  color: #434a54;
  cursor: default;
}

/* line 28104, app/assets/stylesheets/theme/style.css */
.wizard > .steps .disabled a:active {
  background: #e6e9ed e;
  color: #434a54;
  cursor: default;
}

/* line 28110, app/assets/stylesheets/theme/style.css */
.wizard > .steps .current a {
  background: #4B49AC;
  color: #ffffff;
  cursor: default;
}

/* line 28116, app/assets/stylesheets/theme/style.css */
.wizard > .steps .current a:hover {
  background: #4B49AC;
  color: #ffffff;
  cursor: default;
}

/* line 28122, app/assets/stylesheets/theme/style.css */
.wizard > .steps .current a:active {
  background: #4B49AC;
  color: #ffffff;
  cursor: default;
}

/* line 28128, app/assets/stylesheets/theme/style.css */
.wizard > .steps .done a {
  background: #8e8dce;
  color: #ffffff;
}

/* line 28133, app/assets/stylesheets/theme/style.css */
.wizard > .steps .done a:hover {
  background: #8e8dce;
  color: #ffffff;
}

/* line 28138, app/assets/stylesheets/theme/style.css */
.wizard > .steps .done a:active {
  background: #8e8dce;
  color: #ffffff;
}

/* line 28143, app/assets/stylesheets/theme/style.css */
.wizard > .steps .error a {
  background: #FF4747;
  color: #fff;
}

/* line 28148, app/assets/stylesheets/theme/style.css */
.wizard > .steps .error a:hover {
  background: #FF4747;
  color: #fff;
}

/* line 28153, app/assets/stylesheets/theme/style.css */
.wizard > .steps .error a:active {
  background: #FF4747;
  color: #fff;
}

/* line 28158, app/assets/stylesheets/theme/style.css */
.wizard > .content {
  background: #ffffff;
  display: block;
  margin: 0.5em;
  min-height: 24em;
  overflow: auto;
  position: relative;
  width: auto;
  border-radius: 5px;
  border: 1px solid #CED4DA;
}

/* line 28172, app/assets/stylesheets/theme/style.css */
.wizard > .content > .title {
  position: absolute;
  left: -999em;
}

/* line 28177, app/assets/stylesheets/theme/style.css */
.wizard > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}

/* line 28185, app/assets/stylesheets/theme/style.css */
.wizard > .content > .body ul {
  list-style: disc;
}

/* line 28189, app/assets/stylesheets/theme/style.css */
.wizard > .content > .body ul > li {
  display: list-item;
}

/* line 28193, app/assets/stylesheets/theme/style.css */
.wizard > .content > .body > iframe {
  border: 0 none;
  width: 100%;
  height: 100%;
}

/* line 28199, app/assets/stylesheets/theme/style.css */
.wizard > .content > .body input {
  display: block;
  border: 1px solid #CED4DA;
}

/* line 28204, app/assets/stylesheets/theme/style.css */
.wizard > .content > .body input[type="checkbox"] {
  display: inline-block;
}

/* line 28208, app/assets/stylesheets/theme/style.css */
.wizard > .content > .body input.error {
  background: #fbe3e4;
  border: 1px solid #ffadad;
  color: #FF4747;
}

/* line 28214, app/assets/stylesheets/theme/style.css */
.wizard > .content > .body label {
  display: inline-block;
  margin-bottom: 0.5em;
}

/* line 28219, app/assets/stylesheets/theme/style.css */
.wizard > .content > .body label.error {
  color: #FF4747;
  display: inline-block;
  margin-left: 1.5em;
}

/* line 28225, app/assets/stylesheets/theme/style.css */
.wizard > .actions {
  padding-top: 20px;
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
}

/* line 28233, app/assets/stylesheets/theme/style.css */
.wizard > .actions > ul {
  display: inline-block;
  text-align: right;
}

/* line 28238, app/assets/stylesheets/theme/style.css */
.wizard > .actions > ul > li {
  float: left;
  margin: 0 0.5em;
}

/* line 28243, app/assets/stylesheets/theme/style.css */
.wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 30%;
}

@media (max-width: 767px) {
  /* line 28250, app/assets/stylesheets/theme/style.css */
  .wizard.vertical > .steps {
    width: 42%;
  }
}

/* line 28255, app/assets/stylesheets/theme/style.css */
.wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%;
  text-align: left;
}

/* line 28261, app/assets/stylesheets/theme/style.css */
.wizard.vertical > .content {
  display: inline;
  float: left;
  margin: 0 2.5% 0.5em 2.5%;
  width: 65%;
}

@media (max-width: 767px) {
  /* line 28269, app/assets/stylesheets/theme/style.css */
  .wizard.vertical > .content {
    width: 52%;
  }
}

/* line 28274, app/assets/stylesheets/theme/style.css */
.wizard.vertical > .actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%;
}

@media (max-width: 767px) {
  /* line 28282, app/assets/stylesheets/theme/style.css */
  .wizard.vertical > .actions {
    margin: 0;
    width: 100%;
  }
}

/* line 28288, app/assets/stylesheets/theme/style.css */
.wizard.vertical > .actions > ul > li {
  margin: 0 0 0 1em;
}

/*-------------------------------------------------------------------*/
/* === Landing screens === */
/* Auth */
/* line 28295, app/assets/stylesheets/theme/style.css */
.auth .login-half-bg {
  background: url(/assets/auth/login-bg.jpg);
  background-size: cover;
}

/* line 28300, app/assets/stylesheets/theme/style.css */
.auth .register-half-bg {
  background: url(/assets/auth/register-bg.jpg);
  background-size: cover;
}

/* line 28305, app/assets/stylesheets/theme/style.css */
.auth.lock-full-bg {
  background: url(/assets/auth/lockscreen-bg.jpg);
  background-size: cover;
}

/* line 28310, app/assets/stylesheets/theme/style.css */
.auth .lock-profile-img {
  width: 90px;
  height: 90px;
  border-radius: 100%;
}

/* line 28316, app/assets/stylesheets/theme/style.css */
.auth .auth-form-light {
  background: #ffffff;
}

/* line 28320, app/assets/stylesheets/theme/style.css */
.auth .auth-form-light select {
  color: #c9c8c8;
}

/* line 28324, app/assets/stylesheets/theme/style.css */
.auth .auth-form-light .input-group .form-control:focus, .auth .auth-form-light .asColorPicker-wrap .form-control:focus, .auth .auth-form-light .input-group .asColorPicker-input:focus, .auth .auth-form-light .asColorPicker-wrap .asColorPicker-input:focus, .auth .auth-form-light .input-group .dataTables_wrapper select:focus, .dataTables_wrapper .auth .auth-form-light .input-group select:focus, .auth .auth-form-light .asColorPicker-wrap .dataTables_wrapper select:focus, .dataTables_wrapper .auth .auth-form-light .asColorPicker-wrap select:focus, .auth .auth-form-light .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]:focus, .jsgrid .jsgrid-table .jsgrid-filter-row .auth .auth-form-light .input-group input[type=text]:focus, .auth .auth-form-light .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]:focus, .jsgrid .jsgrid-table .jsgrid-filter-row .auth .auth-form-light .asColorPicker-wrap input[type=text]:focus,
.auth .auth-form-light .input-group .jsgrid .jsgrid-table .jsgrid-filter-row select:focus, .jsgrid .jsgrid-table .jsgrid-filter-row .auth .auth-form-light .input-group select:focus,
.auth .auth-form-light .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row select:focus, .jsgrid .jsgrid-table .jsgrid-filter-row .auth .auth-form-light .asColorPicker-wrap select:focus, .auth .auth-form-light .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]:focus, .jsgrid .jsgrid-table .jsgrid-filter-row .auth .auth-form-light .input-group input[type=number]:focus, .auth .auth-form-light .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]:focus, .jsgrid .jsgrid-table .jsgrid-filter-row .auth .auth-form-light .asColorPicker-wrap input[type=number]:focus, .auth .auth-form-light .input-group .select2-container--default .select2-selection--single:focus, .select2-container--default .auth .auth-form-light .input-group .select2-selection--single:focus, .auth .auth-form-light .asColorPicker-wrap .select2-container--default .select2-selection--single:focus, .select2-container--default .auth .auth-form-light .asColorPicker-wrap .select2-selection--single:focus, .auth .auth-form-light .input-group .select2-container--default .select2-selection--single .select2-search__field:focus, .select2-container--default .select2-selection--single .auth .auth-form-light .input-group .select2-search__field:focus, .auth .auth-form-light .asColorPicker-wrap .select2-container--default .select2-selection--single .select2-search__field:focus, .select2-container--default .select2-selection--single .auth .auth-form-light .asColorPicker-wrap .select2-search__field:focus, .auth .auth-form-light .input-group .typeahead:focus, .auth .auth-form-light .asColorPicker-wrap .typeahead:focus,
.auth .auth-form-light .input-group .tt-query:focus,
.auth .auth-form-light .asColorPicker-wrap .tt-query:focus,
.auth .auth-form-light .input-group .tt-hint:focus,
.auth .auth-form-light .asColorPicker-wrap .tt-hint:focus, .auth .auth-form-light .input-group .form-control:active, .auth .auth-form-light .asColorPicker-wrap .form-control:active, .auth .auth-form-light .input-group .asColorPicker-input:active, .auth .auth-form-light .asColorPicker-wrap .asColorPicker-input:active, .auth .auth-form-light .input-group .dataTables_wrapper select:active, .dataTables_wrapper .auth .auth-form-light .input-group select:active, .auth .auth-form-light .asColorPicker-wrap .dataTables_wrapper select:active, .dataTables_wrapper .auth .auth-form-light .asColorPicker-wrap select:active, .auth .auth-form-light .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]:active, .jsgrid .jsgrid-table .jsgrid-filter-row .auth .auth-form-light .input-group input[type=text]:active, .auth .auth-form-light .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]:active, .jsgrid .jsgrid-table .jsgrid-filter-row .auth .auth-form-light .asColorPicker-wrap input[type=text]:active,
.auth .auth-form-light .input-group .jsgrid .jsgrid-table .jsgrid-filter-row select:active, .jsgrid .jsgrid-table .jsgrid-filter-row .auth .auth-form-light .input-group select:active,
.auth .auth-form-light .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row select:active, .jsgrid .jsgrid-table .jsgrid-filter-row .auth .auth-form-light .asColorPicker-wrap select:active, .auth .auth-form-light .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]:active, .jsgrid .jsgrid-table .jsgrid-filter-row .auth .auth-form-light .input-group input[type=number]:active, .auth .auth-form-light .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]:active, .jsgrid .jsgrid-table .jsgrid-filter-row .auth .auth-form-light .asColorPicker-wrap input[type=number]:active, .auth .auth-form-light .input-group .select2-container--default .select2-selection--single:active, .select2-container--default .auth .auth-form-light .input-group .select2-selection--single:active, .auth .auth-form-light .asColorPicker-wrap .select2-container--default .select2-selection--single:active, .select2-container--default .auth .auth-form-light .asColorPicker-wrap .select2-selection--single:active, .auth .auth-form-light .input-group .select2-container--default .select2-selection--single .select2-search__field:active, .select2-container--default .select2-selection--single .auth .auth-form-light .input-group .select2-search__field:active, .auth .auth-form-light .asColorPicker-wrap .select2-container--default .select2-selection--single .select2-search__field:active, .select2-container--default .select2-selection--single .auth .auth-form-light .asColorPicker-wrap .select2-search__field:active, .auth .auth-form-light .input-group .typeahead:active, .auth .auth-form-light .asColorPicker-wrap .typeahead:active,
.auth .auth-form-light .input-group .tt-query:active,
.auth .auth-form-light .asColorPicker-wrap .tt-query:active,
.auth .auth-form-light .input-group .tt-hint:active,
.auth .auth-form-light .asColorPicker-wrap .tt-hint:active {
  border-color: #CED4DA;
}

/* line 28340, app/assets/stylesheets/theme/style.css */
.auth .auth-form-transparent {
  background: transparent;
}

/* line 28344, app/assets/stylesheets/theme/style.css */
.auth .auth-form-transparent .form-control, .auth .auth-form-transparent .asColorPicker-input, .auth .auth-form-transparent .dataTables_wrapper select, .dataTables_wrapper .auth .auth-form-transparent select, .auth .auth-form-transparent .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .auth .auth-form-transparent input[type=text],
.auth .auth-form-transparent .jsgrid .jsgrid-table .jsgrid-filter-row select, .jsgrid .jsgrid-table .jsgrid-filter-row .auth .auth-form-transparent select, .auth .auth-form-transparent .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .auth .auth-form-transparent input[type=number], .auth .auth-form-transparent .select2-container--default .select2-selection--single, .select2-container--default .auth .auth-form-transparent .select2-selection--single, .auth .auth-form-transparent .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .auth .auth-form-transparent .select2-search__field, .auth .auth-form-transparent .typeahead,
.auth .auth-form-transparent .tt-query,
.auth .auth-form-transparent .tt-hint,
.auth .auth-form-transparent .input-group-text {
  border-color: #a3a4a5;
}

/* line 28352, app/assets/stylesheets/theme/style.css */
.auth .auth-form-transparent .form-control:focus, .auth .auth-form-transparent .asColorPicker-input:focus, .auth .auth-form-transparent .dataTables_wrapper select:focus, .dataTables_wrapper .auth .auth-form-transparent select:focus, .auth .auth-form-transparent .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]:focus, .jsgrid .jsgrid-table .jsgrid-filter-row .auth .auth-form-transparent input[type=text]:focus,
.auth .auth-form-transparent .jsgrid .jsgrid-table .jsgrid-filter-row select:focus, .jsgrid .jsgrid-table .jsgrid-filter-row .auth .auth-form-transparent select:focus, .auth .auth-form-transparent .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]:focus, .jsgrid .jsgrid-table .jsgrid-filter-row .auth .auth-form-transparent input[type=number]:focus, .auth .auth-form-transparent .select2-container--default .select2-selection--single:focus, .select2-container--default .auth .auth-form-transparent .select2-selection--single:focus, .auth .auth-form-transparent .select2-container--default .select2-selection--single .select2-search__field:focus, .select2-container--default .select2-selection--single .auth .auth-form-transparent .select2-search__field:focus, .auth .auth-form-transparent .typeahead:focus,
.auth .auth-form-transparent .tt-query:focus,
.auth .auth-form-transparent .tt-hint:focus, .auth .auth-form-transparent .form-control:active, .auth .auth-form-transparent .asColorPicker-input:active, .auth .auth-form-transparent .dataTables_wrapper select:active, .dataTables_wrapper .auth .auth-form-transparent select:active, .auth .auth-form-transparent .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]:active, .jsgrid .jsgrid-table .jsgrid-filter-row .auth .auth-form-transparent input[type=text]:active,
.auth .auth-form-transparent .jsgrid .jsgrid-table .jsgrid-filter-row select:active, .jsgrid .jsgrid-table .jsgrid-filter-row .auth .auth-form-transparent select:active, .auth .auth-form-transparent .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]:active, .jsgrid .jsgrid-table .jsgrid-filter-row .auth .auth-form-transparent input[type=number]:active, .auth .auth-form-transparent .select2-container--default .select2-selection--single:active, .select2-container--default .auth .auth-form-transparent .select2-selection--single:active, .auth .auth-form-transparent .select2-container--default .select2-selection--single .select2-search__field:active, .select2-container--default .select2-selection--single .auth .auth-form-transparent .select2-search__field:active, .auth .auth-form-transparent .typeahead:active,
.auth .auth-form-transparent .tt-query:active,
.auth .auth-form-transparent .tt-hint:active,
.auth .auth-form-transparent .input-group-text:focus,
.auth .auth-form-transparent .input-group-text:active {
  border-color: #a3a4a5;
}

/* line 28364, app/assets/stylesheets/theme/style.css */
.auth .auth-form-transparent select {
  outline-color: #a3a4a5;
}

/* line 28368, app/assets/stylesheets/theme/style.css */
.auth.auth-img-bg {
  padding: 0;
}

@media (min-width: 768px) {
  /* line 28373, app/assets/stylesheets/theme/style.css */
  .auth.auth-img-bg .auth-form-transparent {
    width: 55%;
    margin: auto;
  }
}

/* line 28379, app/assets/stylesheets/theme/style.css */
.auth .brand-logo {
  margin-bottom: 2rem;
}

/* line 28383, app/assets/stylesheets/theme/style.css */
.auth .brand-logo img {
  width: 150px;
}

/* line 28387, app/assets/stylesheets/theme/style.css */
.auth form .form-group {
  margin-bottom: 1.5rem;
}

/* line 28391, app/assets/stylesheets/theme/style.css */
.auth form .form-group label {
  font-size: .8125rem;
}

/* line 28395, app/assets/stylesheets/theme/style.css */
.auth form .form-group .form-control, .auth form .form-group .asColorPicker-input, .auth form .form-group .dataTables_wrapper select, .dataTables_wrapper .auth form .form-group select, .auth form .form-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .auth form .form-group input[type=text],
.auth form .form-group .jsgrid .jsgrid-table .jsgrid-filter-row select, .jsgrid .jsgrid-table .jsgrid-filter-row .auth form .form-group select, .auth form .form-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .auth form .form-group input[type=number], .auth form .form-group .select2-container--default .select2-selection--single, .select2-container--default .auth form .form-group .select2-selection--single, .auth form .form-group .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .auth form .form-group .select2-search__field, .auth form .form-group .typeahead,
.auth form .form-group .tt-query,
.auth form .form-group .tt-hint {
  background: transparent;
  border-radius: 0;
  font-size: .9375rem;
}

/* line 28404, app/assets/stylesheets/theme/style.css */
.auth form .auth-form-btn {
  padding: 1rem 3rem;
  line-height: 1.5;
}

/* line 28409, app/assets/stylesheets/theme/style.css */
.auth form .auth-link {
  font-size: 0.875rem;
}

/* line 28413, app/assets/stylesheets/theme/style.css */
.auth form .auth-link:hover {
  color: initial;
}

/* line 28417, app/assets/stylesheets/theme/style.css */
.page-body-wrapper {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: row;
  padding-left: 0;
  padding-right: 0;
  padding-top: 60px;
}

/* line 28428, app/assets/stylesheets/theme/style.css */
.page-body-wrapper.full-page-wrapper {
  width: 100%;
  min-height: 100vh;
  padding-top: 0;
}

/* line 28434, app/assets/stylesheets/theme/style.css */
.main-panel {
  transition: width 0.25s ease, margin 0.25s ease;
  width: calc(100% - 235px);
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
}

@media (max-width: 991px) {
  /* line 28445, app/assets/stylesheets/theme/style.css */
  .main-panel {
    margin-left: 0;
    width: 100%;
  }
}

/* line 28451, app/assets/stylesheets/theme/style.css */
.content-wrapper {
  background: #F5F7FF;
  padding: 2.375rem 2.375rem;
  width: 100%;
  flex-grow: 1;
}

@media (max-width: 767px) {
  /* line 28460, app/assets/stylesheets/theme/style.css */
  .content-wrapper {
    padding: 1.5rem 1.5rem;
  }
}

/* Sidebar */
/* line 28466, app/assets/stylesheets/theme/style.css */
.sidebar {
  min-height: calc(100vh - 60px);
  background: #fff;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  padding: 0;
  width: 235px;
  z-index: 11;
  transition: width 0.25s ease, background 0.25s ease;
  -webkit-transition: width 0.25s ease, background 0.25s ease;
  -moz-transition: width 0.25s ease, background 0.25s ease;
  -ms-transition: width 0.25s ease, background 0.25s ease;
}

/* line 28480, app/assets/stylesheets/theme/style.css */
.sidebar .nav {
  overflow: hidden;
  flex-wrap: nowrap;
  flex-direction: column;
  margin-bottom: 60px;
}

/* line 28487, app/assets/stylesheets/theme/style.css */
.sidebar .nav .nav-item {
  transition-duration: 0.25s;
  transition-property: background;
  -webkit-transition-property: background;
}

/* line 28496, app/assets/stylesheets/theme/style.css */
.sidebar .nav .nav-item .collapse {
  z-index: 999;
}

/* line 28500, app/assets/stylesheets/theme/style.css */
.sidebar .nav .nav-item .nav-link {
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 0.8125rem 1.937rem 0.8125rem 1rem;
  color: #6C7383;
  border-radius: 8px;
  transition-duration: 0.45s;
  transition-property: color;
  -webkit-transition-property: color;
}

/* line 28517, app/assets/stylesheets/theme/style.css */
.sidebar .nav .nav-item .nav-link i {
  color: inherit;
}

/* line 28521, app/assets/stylesheets/theme/style.css */
.sidebar .nav .nav-item .nav-link i.menu-icon {
  font-size: 1rem;
  line-height: 1;
  margin-right: 1rem;
  color: #6C7383;
}

/* line 28528, app/assets/stylesheets/theme/style.css */
.rtl .sidebar .nav .nav-item .nav-link i.menu-icon {
  margin-left: 2rem;
  margin-right: 0;
}

/* line 28533, app/assets/stylesheets/theme/style.css */
.sidebar .nav .nav-item .nav-link i.menu-icon:before {
  vertical-align: middle;
}

/* line 28537, app/assets/stylesheets/theme/style.css */
.sidebar .nav .nav-item .nav-link i.menu-arrow {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: auto;
  margin-right: 0;
  color: #686868;
}

/* line 28545, app/assets/stylesheets/theme/style.css */
.rtl .sidebar .nav .nav-item .nav-link i.menu-arrow {
  margin-left: 0;
  margin-right: auto;
}

/* line 28550, app/assets/stylesheets/theme/style.css */
.sidebar .nav .nav-item .nav-link i.menu-arrow:before {
  content: "\e649";
  font-family: "themify";
  font-style: normal;
  display: block;
  font-size: 0.687rem;
  line-height: 10px;
  transition: all 0.2s ease-in;
}

/* line 28564, app/assets/stylesheets/theme/style.css */
.sidebar .nav .nav-item .nav-link .menu-title {
  color: inherit;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1;
  vertical-align: middle;
}

/* line 28572, app/assets/stylesheets/theme/style.css */
.sidebar .nav .nav-item .nav-link .badge {
  margin-left: auto;
}

/* line 28576, app/assets/stylesheets/theme/style.css */
.rtl .sidebar .nav .nav-item .nav-link .badge {
  margin-left: 0;
  margin-right: auto;
}

/* line 28581, app/assets/stylesheets/theme/style.css */
.sidebar .nav .nav-item .nav-link[aria-expanded="true"] i.menu-arrow:before {
  transform: rotate(90deg);
}

/* line 28589, app/assets/stylesheets/theme/style.css */
.sidebar .nav .nav-item.active {
  border-radius: 8px;
}

/* line 28593, app/assets/stylesheets/theme/style.css */
.sidebar .nav .nav-item.active > .nav-link {
  background: #4B49AC;
  position: relative;
}

/* line 28598, app/assets/stylesheets/theme/style.css */
.sidebar .nav .nav-item.active > .nav-link i,
.sidebar .nav .nav-item.active > .nav-link .menu-title,
.sidebar .nav .nav-item.active > .nav-link .menu-arrow {
  color: #fff;
}

/* line 28604, app/assets/stylesheets/theme/style.css */
.sidebar .nav .nav-item.active > .nav-link i.menu-arrow::before {
  content: "\e64b";
}

/* line 28608, app/assets/stylesheets/theme/style.css */
.sidebar .nav .nav-item:hover > .nav-link i,
.sidebar .nav .nav-item:hover > .nav-link .menu-title,
.sidebar .nav .nav-item:hover > .nav-link .menu-arrow {
  color: #fff;
}

/* line 28614, app/assets/stylesheets/theme/style.css */
.sidebar .nav:not(.sub-menu) {
  margin-top: 1.45rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

/* line 28620, app/assets/stylesheets/theme/style.css */
.sidebar .nav:not(.sub-menu) > .nav-item {
  margin-top: .2rem;
}

/* line 28624, app/assets/stylesheets/theme/style.css */
.sidebar .nav:not(.sub-menu) > .nav-item:hover > .nav-link, .sidebar .nav:not(.sub-menu) > .nav-item[aria-expanded="true"]:hover {
  background: #4B49AC;
  color: #fff;
}

/* line 28629, app/assets/stylesheets/theme/style.css */
.sidebar .nav:not(.sub-menu) > .nav-item > .nav-link {
  margin: 0;
}

/* line 28633, app/assets/stylesheets/theme/style.css */
.sidebar .nav:not(.sub-menu) > .nav-item > .nav-link[aria-expanded="true"] {
  border-radius: 8px 8px 0 0;
  background: #4B49AC;
  color: #fff;
}

/* line 28639, app/assets/stylesheets/theme/style.css */
.sidebar .nav:not(.sub-menu) > .nav-item.active {
  background: #4B49AC;
}

/* line 28643, app/assets/stylesheets/theme/style.css */
.sidebar .nav.sub-menu {
  margin-bottom: 0;
  margin-top: 0;
  list-style: none;
  padding: 0.25rem 0 0 3.07rem;
  background: #4B49AC;
  padding-bottom: 12px;
}

/* line 28652, app/assets/stylesheets/theme/style.css */
.sidebar .nav.sub-menu .nav-item {
  padding: 0;
}

/* line 28656, app/assets/stylesheets/theme/style.css */
.sidebar .nav.sub-menu .nav-item::before {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  margin-top: 16px;
  border-radius: 50%;
  background: #b2b2b2;
}

/* line 28666, app/assets/stylesheets/theme/style.css */
.sidebar .nav.sub-menu .nav-item .nav-link {
  color: #fff;
  padding: 0.7rem 1rem;
  position: relative;
  font-size: 0.875rem;
  line-height: 1;
  height: auto;
  border-top: 0;
}

/* line 28676, app/assets/stylesheets/theme/style.css */
.sidebar .nav.sub-menu .nav-item .nav-link:hover {
  color: #ffffff;
}

/* line 28680, app/assets/stylesheets/theme/style.css */
.sidebar .nav.sub-menu .nav-item .nav-link.active {
  color: #ffffff;
  background: transparent;
}

/* line 28685, app/assets/stylesheets/theme/style.css */
.sidebar .nav.sub-menu .nav-item:hover {
  background: transparent;
}

/* line 28689, app/assets/stylesheets/theme/style.css */
.sidebar-dark .sidebar {
  background: #232227;
}

/* line 28693, app/assets/stylesheets/theme/style.css */
.sidebar-dark .sidebar .nav .nav-item .nav-link {
  color: #FFFFFF;
}

/* line 28697, app/assets/stylesheets/theme/style.css */
.sidebar-dark .sidebar .nav .nav-item .nav-link i {
  color: inherit;
}

/* line 28701, app/assets/stylesheets/theme/style.css */
.sidebar-dark .sidebar .nav .nav-item .nav-link i.menu-icon {
  color: #FFFFFF;
}

/* line 28705, app/assets/stylesheets/theme/style.css */
.sidebar-dark .sidebar .nav .nav-item .nav-link .menu-title {
  color: inherit;
}

/* line 28709, app/assets/stylesheets/theme/style.css */
.sidebar-dark .sidebar .nav .nav-item .nav-link[aria-expanded="true"] .menu-title {
  color: #FFFFFF;
}

/* line 28713, app/assets/stylesheets/theme/style.css */
.sidebar-dark .sidebar .nav .nav-item.active > .nav-link {
  background: #4B49AC;
}

/* line 28717, app/assets/stylesheets/theme/style.css */
.sidebar-dark .sidebar .nav .nav-item.active > .nav-link .menu-title,
.sidebar-dark .sidebar .nav .nav-item.active > .nav-link i {
  color: #ffffff;
}

/* line 28722, app/assets/stylesheets/theme/style.css */
.sidebar-dark .sidebar .nav:not(.sub-menu) > .nav-item:hover > .nav-link {
  background: #4B49AC;
  color: #fff;
}

/* line 28727, app/assets/stylesheets/theme/style.css */
.sidebar-dark .sidebar .nav:not(.sub-menu) > .nav-item .nav-link[aria-expanded="true"] {
  background: #1a1f26;
}

/* line 28731, app/assets/stylesheets/theme/style.css */
.sidebar-dark .sidebar .nav.sub-menu {
  background: #1a1f26;
}

/* line 28735, app/assets/stylesheets/theme/style.css */
.sidebar-dark .sidebar .nav.sub-menu .nav-item .nav-link {
  color: #FFFFFF;
}

/* line 28739, app/assets/stylesheets/theme/style.css */
.sidebar-dark .sidebar .nav.sub-menu .nav-item .nav-link:before {
  color: white;
}

/* line 28743, app/assets/stylesheets/theme/style.css */
.sidebar-dark .sidebar .nav.sub-menu .nav-item .nav-link.active {
  color: #ffffff;
  background: transparent;
}

/* line 28748, app/assets/stylesheets/theme/style.css */
.sidebar-dark .sidebar .nav.sub-menu .nav-item .nav-link:hover {
  color: #9a94a7;
}

/* line 28752, app/assets/stylesheets/theme/style.css */
.sidebar-dark .sidebar .nav.sub-menu .nav-item:hover {
  background: transparent;
}

/* style for off-canvas menu*/
@media screen and (max-width: 991px) {
  /* line 28758, app/assets/stylesheets/theme/style.css */
  .sidebar-offcanvas {
    position: fixed;
    max-height: calc(100vh - 60px);
    top: 60px;
    bottom: 0;
    overflow: auto;
    right: -235px;
    transition: all 0.25s ease-out;
  }
  /* line 28769, app/assets/stylesheets/theme/style.css */
  .sidebar-offcanvas.active {
    right: 0;
  }
}

/* Navbar */
/* line 28775, app/assets/stylesheets/theme/style.css */
.navbar {
  font-weight: 400;
  transition: background 0.25s ease;
  -webkit-transition: background 0.25s ease;
  -moz-transition: background 0.25s ease;
  -ms-transition: background 0.25s ease;
  box-shadow: 0px 5px 21px -5px #CDD1E1;
  /* Navbar color variations */
}

/* line 28787, app/assets/stylesheets/theme/style.css */
.sidebar-dark .navbar {
  box-shadow: none;
}

/* line 28791, app/assets/stylesheets/theme/style.css */
.navbar .navbar-brand-wrapper {
  background: #ffffff;
  transition: width 0.25s ease, background 0.25s ease;
  -webkit-transition: width 0.25s ease, background 0.25s ease;
  -moz-transition: width 0.25s ease, background 0.25s ease;
  -ms-transition: width 0.25s ease, background 0.25s ease;
  width: 235px;
  height: 60px;
}

/* line 28801, app/assets/stylesheets/theme/style.css */
.sidebar-dark .navbar .navbar-brand-wrapper {
  background: #232227;
}

/* line 28805, app/assets/stylesheets/theme/style.css */
.navbar .navbar-brand-wrapper .navbar-brand {
  color: #27367f;
  font-size: 1.5rem;
  margin-right: 0;
  padding: .25rem 0;
}

/* line 28812, app/assets/stylesheets/theme/style.css */
.navbar .navbar-brand-wrapper .navbar-brand.brand-logo-mini {
  display: none;
}

/* line 28816, app/assets/stylesheets/theme/style.css */
.navbar .navbar-brand-wrapper .navbar-brand:active, .navbar .navbar-brand-wrapper .navbar-brand:focus, .navbar .navbar-brand-wrapper .navbar-brand:hover {
  color: #1b2658;
}

/* line 28820, app/assets/stylesheets/theme/style.css */
.navbar .navbar-brand-wrapper .navbar-brand img {
  max-width: 100%;
  height: 34px;
  margin: auto;
  vertical-align: middle;
}

/* line 28827, app/assets/stylesheets/theme/style.css */
.navbar .navbar-brand-wrapper .brand-logo-mini {
  padding-left: 0;
  text-align: center;
}

/* line 28832, app/assets/stylesheets/theme/style.css */
.navbar .navbar-brand-wrapper .brand-logo-mini img {
  width: calc(70px - 30px);
  max-width: 100%;
  margin: auto;
}

/* line 28838, app/assets/stylesheets/theme/style.css */
.navbar .navbar-menu-wrapper {
  background: #ffffff;
  transition: width 0.25s ease;
  -webkit-transition: width 0.25s ease;
  -moz-transition: width 0.25s ease;
  -ms-transition: width 0.25s ease;
  color: #6C7383;
  padding-right: 2.375rem;
  padding-left: 2.375rem;
  width: calc(100% - 235px);
  height: 60px;
}

@media (max-width: 991px) {
  /* line 28852, app/assets/stylesheets/theme/style.css */
  .navbar .navbar-menu-wrapper {
    width: calc(100% - 55px);
    padding-left: 15px;
    padding-right: 11px;
  }
}

/* line 28859, app/assets/stylesheets/theme/style.css */
.navbar .navbar-menu-wrapper .navbar-toggler {
  border: 0;
  color: inherit;
  font-size: 1.25rem;
  padding: 0;
  border-radius: 0;
}

/* line 28867, app/assets/stylesheets/theme/style.css */
.navbar .navbar-menu-wrapper .navbar-toggler:not(.navbar-toggler-right) {
  transform: rotate(0deg);
  transition: transform 0.3s linear;
}

@media (max-width: 991px) {
  /* line 28877, app/assets/stylesheets/theme/style.css */
  .navbar .navbar-menu-wrapper .navbar-toggler:not(.navbar-toggler-right) {
    display: none;
  }
}

/* line 28882, app/assets/stylesheets/theme/style.css */
.sidebar-icon-only .navbar .navbar-menu-wrapper .navbar-toggler:not(.navbar-toggler-right) {
  transform: rotate(180deg);
}

@media (max-width: 991px) {
  /* line 28887, app/assets/stylesheets/theme/style.css */
  .navbar .navbar-menu-wrapper .navbar-toggler.navbar-toggler-right {
    padding-left: 15px;
    padding-right: 0;
  }
}

/* line 28893, app/assets/stylesheets/theme/style.css */
.sidebar-dark .navbar .navbar-menu-wrapper .navbar-toggler {
  padding-left: 2.375rem;
}

/* line 28897, app/assets/stylesheets/theme/style.css */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item {
  margin-left: 1rem;
  margin-right: 1rem;
}

/* line 28902, app/assets/stylesheets/theme/style.css */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item:last-child {
  margin-right: 0;
}

/* line 28906, app/assets/stylesheets/theme/style.css */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item .nav-link {
  color: inherit;
  font-size: 1rem;
}

/* line 28911, app/assets/stylesheets/theme/style.css */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search {
  margin-left: 2rem;
}

/* line 28915, app/assets/stylesheets/theme/style.css */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap {
  border-radius: 4px;
  padding: .75rem;
}

/* line 28920, app/assets/stylesheets/theme/style.css */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .form-control, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .form-control, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .asColorPicker-input, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .asColorPicker-input, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .dataTables_wrapper select, .dataTables_wrapper .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group select, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .dataTables_wrapper select, .dataTables_wrapper .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap select, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group input[type=text], .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap input[type=text],
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row select, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group select,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row select, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap select, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group input[type=number], .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap input[type=number], .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .select2-container--default .select2-selection--single, .select2-container--default .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .select2-selection--single, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single, .select2-container--default .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .select2-selection--single, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .select2-search__field, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .select2-search__field, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .typeahead, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .typeahead,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .tt-query,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .tt-query,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .tt-hint,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .tt-hint,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .input-group-text,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .input-group-text {
  background: transparent;
  border: 0;
  color: #000;
  padding: 0;
}

/* line 28935, app/assets/stylesheets/theme/style.css */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .input-group-text i, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .input-group-text i {
  font-size: 1.25rem;
  color: #6C7383;
}

/* line 28940, app/assets/stylesheets/theme/style.css */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .form-control, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .form-control, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .asColorPicker-input, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .asColorPicker-input, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .dataTables_wrapper select, .dataTables_wrapper .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group select, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .dataTables_wrapper select, .dataTables_wrapper .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap select, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group input[type=text], .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap input[type=text],
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row select, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group select,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row select, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap select, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group input[type=number], .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap input[type=number], .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .select2-container--default .select2-selection--single, .select2-container--default .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .select2-selection--single, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single, .select2-container--default .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .select2-selection--single, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .select2-search__field, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .select2-search__field, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .typeahead, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .typeahead,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .tt-query,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .tt-query,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .tt-hint,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .tt-hint {
  margin-left: .7rem;
}

/* line 28950, app/assets/stylesheets/theme/style.css */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .form-control::-webkit-input-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .form-control::-webkit-input-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .asColorPicker-input::-webkit-input-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .asColorPicker-input::-webkit-input-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .dataTables_wrapper select::-webkit-input-placeholder, .dataTables_wrapper .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group select::-webkit-input-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .dataTables_wrapper select::-webkit-input-placeholder, .dataTables_wrapper .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap select::-webkit-input-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group input[type=text]::-webkit-input-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap input[type=text]::-webkit-input-placeholder,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row select::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group select::-webkit-input-placeholder,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row select::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap select::-webkit-input-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group input[type=number]::-webkit-input-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap input[type=number]::-webkit-input-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .select2-container--default .select2-selection--single::-webkit-input-placeholder, .select2-container--default .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .select2-selection--single::-webkit-input-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single::-webkit-input-placeholder, .select2-container--default .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .select2-selection--single::-webkit-input-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .select2-container--default .select2-selection--single .select2-search__field::-webkit-input-placeholder, .select2-container--default .select2-selection--single .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .select2-search__field::-webkit-input-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single .select2-search__field::-webkit-input-placeholder, .select2-container--default .select2-selection--single .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .select2-search__field::-webkit-input-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .typeahead::-webkit-input-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .typeahead::-webkit-input-placeholder,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .tt-query::-webkit-input-placeholder,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .tt-query::-webkit-input-placeholder,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .tt-hint::-webkit-input-placeholder,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .tt-hint::-webkit-input-placeholder {
  color: #6c7383;
}

/* line 28960, app/assets/stylesheets/theme/style.css */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .form-control:-moz-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .form-control:-moz-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .asColorPicker-input:-moz-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .asColorPicker-input:-moz-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .dataTables_wrapper select:-moz-placeholder, .dataTables_wrapper .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group select:-moz-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .dataTables_wrapper select:-moz-placeholder, .dataTables_wrapper .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap select:-moz-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group input[type=text]:-moz-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap input[type=text]:-moz-placeholder,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row select:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group select:-moz-placeholder,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row select:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap select:-moz-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group input[type=number]:-moz-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap input[type=number]:-moz-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .select2-container--default .select2-selection--single:-moz-placeholder, .select2-container--default .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .select2-selection--single:-moz-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single:-moz-placeholder, .select2-container--default .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .select2-selection--single:-moz-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .select2-container--default .select2-selection--single .select2-search__field:-moz-placeholder, .select2-container--default .select2-selection--single .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .select2-search__field:-moz-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single .select2-search__field:-moz-placeholder, .select2-container--default .select2-selection--single .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .select2-search__field:-moz-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .typeahead:-moz-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .typeahead:-moz-placeholder,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .tt-query:-moz-placeholder,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .tt-query:-moz-placeholder,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .tt-hint:-moz-placeholder,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .tt-hint:-moz-placeholder {
  color: #6c7383;
}

/* line 28970, app/assets/stylesheets/theme/style.css */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .form-control::-moz-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .form-control::-moz-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .asColorPicker-input::-moz-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .asColorPicker-input::-moz-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .dataTables_wrapper select::-moz-placeholder, .dataTables_wrapper .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group select::-moz-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .dataTables_wrapper select::-moz-placeholder, .dataTables_wrapper .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap select::-moz-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group input[type=text]::-moz-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap input[type=text]::-moz-placeholder,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row select::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group select::-moz-placeholder,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row select::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap select::-moz-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group input[type=number]::-moz-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap input[type=number]::-moz-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .select2-container--default .select2-selection--single::-moz-placeholder, .select2-container--default .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .select2-selection--single::-moz-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single::-moz-placeholder, .select2-container--default .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .select2-selection--single::-moz-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .select2-container--default .select2-selection--single .select2-search__field::-moz-placeholder, .select2-container--default .select2-selection--single .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .select2-search__field::-moz-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single .select2-search__field::-moz-placeholder, .select2-container--default .select2-selection--single .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .select2-search__field::-moz-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .typeahead::-moz-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .typeahead::-moz-placeholder,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .tt-query::-moz-placeholder,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .tt-query::-moz-placeholder,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .tt-hint::-moz-placeholder,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .tt-hint::-moz-placeholder {
  color: #6c7383;
}

/* line 28980, app/assets/stylesheets/theme/style.css */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .form-control:-ms-input-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .form-control:-ms-input-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .asColorPicker-input:-ms-input-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .asColorPicker-input:-ms-input-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .dataTables_wrapper select:-ms-input-placeholder, .dataTables_wrapper .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group select:-ms-input-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .dataTables_wrapper select:-ms-input-placeholder, .dataTables_wrapper .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap select:-ms-input-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group input[type=text]:-ms-input-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap input[type=text]:-ms-input-placeholder,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row select:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group select:-ms-input-placeholder,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row select:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap select:-ms-input-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group input[type=number]:-ms-input-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap input[type=number]:-ms-input-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .select2-container--default .select2-selection--single:-ms-input-placeholder, .select2-container--default .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .select2-selection--single:-ms-input-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single:-ms-input-placeholder, .select2-container--default .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .select2-selection--single:-ms-input-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .select2-container--default .select2-selection--single .select2-search__field:-ms-input-placeholder, .select2-container--default .select2-selection--single .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .select2-search__field:-ms-input-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single .select2-search__field:-ms-input-placeholder, .select2-container--default .select2-selection--single .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .select2-search__field:-ms-input-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .typeahead:-ms-input-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .typeahead:-ms-input-placeholder,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .tt-query:-ms-input-placeholder,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .tt-query:-ms-input-placeholder,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .tt-hint:-ms-input-placeholder,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .asColorPicker-wrap .tt-hint:-ms-input-placeholder {
  color: #6c7383;
}

/* line 28990, app/assets/stylesheets/theme/style.css */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-settings {
  margin: 0;
}

/* line 28994, app/assets/stylesheets/theme/style.css */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-settings .nav-link {
  padding: 0;
  text-align: center;
  height: 34px;
}

/* line 29000, app/assets/stylesheets/theme/style.css */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-settings i {
  font-size: 1.25rem;
  vertical-align: middle;
}

/* line 29005, app/assets/stylesheets/theme/style.css */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile {
  margin-left: .2rem;
}

/* line 29009, app/assets/stylesheets/theme/style.css */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

/* line 29015, app/assets/stylesheets/theme/style.css */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile.dropdown .dropdown-toggle:after {
  display: none;
}

/* line 29019, app/assets/stylesheets/theme/style.css */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu {
  border: none;
  box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
}

/* line 29025, app/assets/stylesheets/theme/style.css */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown {
  position: absolute;
  font-size: 0.9rem;
  margin-top: 0;
  right: 0;
  left: auto;
  top: 70px;
}

/* line 29034, app/assets/stylesheets/theme/style.css */
.rtl .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown {
  right: auto;
  left: 0;
}

/* line 29039, app/assets/stylesheets/theme/style.css */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item {
  margin-bottom: 0;
  padding: 0.687rem 1.562rem;
  cursor: pointer;
}

/* line 29045, app/assets/stylesheets/theme/style.css */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item i {
  font-size: 17px;
}

/* line 29049, app/assets/stylesheets/theme/style.css */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item .badge {
  margin-left: 2.5rem;
}

/* line 29053, app/assets/stylesheets/theme/style.css */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item .ellipsis {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 29059, app/assets/stylesheets/theme/style.css */
.rtl .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item i {
  margin-left: 10px;
}

/* line 29063, app/assets/stylesheets/theme/style.css */
.rtl .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item .badge {
  margin-left: 0;
  margin-right: 2.5rem;
}

/* line 29068, app/assets/stylesheets/theme/style.css */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-divider {
  margin: 0;
}

/* line 29072, app/assets/stylesheets/theme/style.css */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown i {
  margin-right: .5rem;
  vertical-align: middle;
}

@media (max-width: 991px) {
  /* line 29078, app/assets/stylesheets/theme/style.css */
  .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown {
    position: static;
  }
  /* line 29081, app/assets/stylesheets/theme/style.css */
  .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown {
    left: 20px;
    right: 20px;
    top: 60px;
    width: calc(100% - 40px);
  }
}

/* line 29089, app/assets/stylesheets/theme/style.css */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .count-indicator {
  position: relative;
  padding: 0;
  text-align: center;
}

/* line 29095, app/assets/stylesheets/theme/style.css */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .count-indicator i {
  font-size: 1.25rem;
  margin-right: 0;
  vertical-align: middle;
}

/* line 29101, app/assets/stylesheets/theme/style.css */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .count-indicator .count {
  position: absolute;
  left: 36%;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #4B49AC;
  top: 1px;
  border: 1px solid #ffffff;
}

/* line 29112, app/assets/stylesheets/theme/style.css */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .count-indicator:after {
  display: none;
}

@media (min-width: 992px) {
  /* line 29117, app/assets/stylesheets/theme/style.css */
  .navbar .navbar-menu-wrapper .navbar-nav.navbar-nav-right {
    margin-left: auto;
  }
  /* line 29120, app/assets/stylesheets/theme/style.css */
  .rtl .navbar .navbar-menu-wrapper .navbar-nav.navbar-nav-right {
    margin-left: 0;
    margin-right: auto;
  }
}

/* line 29126, app/assets/stylesheets/theme/style.css */
.navbar.navbar-primary .navbar-menu-wrapper {
  background: #4B49AC;
}

/* line 29130, app/assets/stylesheets/theme/style.css */
.navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .navbar-toggler {
  color: #ffffff;
}

/* line 29134, app/assets/stylesheets/theme/style.css */
.navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item .nav-link {
  color: #ffffff;
}

/* line 29138, app/assets/stylesheets/theme/style.css */
.navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .form-control, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .form-control, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .asColorPicker-input, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .asColorPicker-input, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .dataTables_wrapper select, .dataTables_wrapper .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .dataTables_wrapper select, .dataTables_wrapper .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=text], .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=text],
.navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row select, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select,
.navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row select, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=number], .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=number], .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single, .select2-container--default .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-selection--single, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single, .select2-container--default .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-selection--single, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-search__field, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-search__field, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .typeahead, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .typeahead,
.navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-query,
.navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-query,
.navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-hint,
.navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-hint {
  color: #ffffff;
}

/* line 29148, app/assets/stylesheets/theme/style.css */
.navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .form-control::-webkit-input-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .form-control::-webkit-input-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .asColorPicker-input::-webkit-input-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .asColorPicker-input::-webkit-input-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .dataTables_wrapper select::-webkit-input-placeholder, .dataTables_wrapper .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select::-webkit-input-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .dataTables_wrapper select::-webkit-input-placeholder, .dataTables_wrapper .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select::-webkit-input-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=text]::-webkit-input-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=text]::-webkit-input-placeholder,
.navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row select::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select::-webkit-input-placeholder,
.navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row select::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select::-webkit-input-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=number]::-webkit-input-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=number]::-webkit-input-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single::-webkit-input-placeholder, .select2-container--default .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-selection--single::-webkit-input-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single::-webkit-input-placeholder, .select2-container--default .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-selection--single::-webkit-input-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single .select2-search__field::-webkit-input-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-search__field::-webkit-input-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single .select2-search__field::-webkit-input-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-search__field::-webkit-input-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .typeahead::-webkit-input-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .typeahead::-webkit-input-placeholder,
.navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-query::-webkit-input-placeholder,
.navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-query::-webkit-input-placeholder,
.navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-hint::-webkit-input-placeholder,
.navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-hint::-webkit-input-placeholder {
  color: #ffffff;
}

/* line 29158, app/assets/stylesheets/theme/style.css */
.navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .form-control:-moz-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .form-control:-moz-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .asColorPicker-input:-moz-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .asColorPicker-input:-moz-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .dataTables_wrapper select:-moz-placeholder, .dataTables_wrapper .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select:-moz-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .dataTables_wrapper select:-moz-placeholder, .dataTables_wrapper .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select:-moz-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=text]:-moz-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=text]:-moz-placeholder,
.navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row select:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select:-moz-placeholder,
.navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row select:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select:-moz-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=number]:-moz-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=number]:-moz-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single:-moz-placeholder, .select2-container--default .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-selection--single:-moz-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single:-moz-placeholder, .select2-container--default .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-selection--single:-moz-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single .select2-search__field:-moz-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-search__field:-moz-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single .select2-search__field:-moz-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-search__field:-moz-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .typeahead:-moz-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .typeahead:-moz-placeholder,
.navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-query:-moz-placeholder,
.navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-query:-moz-placeholder,
.navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-hint:-moz-placeholder,
.navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-hint:-moz-placeholder {
  color: #ffffff;
}

/* line 29168, app/assets/stylesheets/theme/style.css */
.navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .form-control::-moz-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .form-control::-moz-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .asColorPicker-input::-moz-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .asColorPicker-input::-moz-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .dataTables_wrapper select::-moz-placeholder, .dataTables_wrapper .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select::-moz-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .dataTables_wrapper select::-moz-placeholder, .dataTables_wrapper .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select::-moz-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=text]::-moz-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=text]::-moz-placeholder,
.navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row select::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select::-moz-placeholder,
.navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row select::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select::-moz-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=number]::-moz-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=number]::-moz-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single::-moz-placeholder, .select2-container--default .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-selection--single::-moz-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single::-moz-placeholder, .select2-container--default .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-selection--single::-moz-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single .select2-search__field::-moz-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-search__field::-moz-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single .select2-search__field::-moz-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-search__field::-moz-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .typeahead::-moz-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .typeahead::-moz-placeholder,
.navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-query::-moz-placeholder,
.navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-query::-moz-placeholder,
.navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-hint::-moz-placeholder,
.navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-hint::-moz-placeholder {
  color: #ffffff;
}

/* line 29178, app/assets/stylesheets/theme/style.css */
.navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .form-control:-ms-input-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .form-control:-ms-input-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .asColorPicker-input:-ms-input-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .asColorPicker-input:-ms-input-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .dataTables_wrapper select:-ms-input-placeholder, .dataTables_wrapper .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select:-ms-input-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .dataTables_wrapper select:-ms-input-placeholder, .dataTables_wrapper .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select:-ms-input-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=text]:-ms-input-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=text]:-ms-input-placeholder,
.navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row select:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select:-ms-input-placeholder,
.navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row select:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select:-ms-input-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=number]:-ms-input-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=number]:-ms-input-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single:-ms-input-placeholder, .select2-container--default .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-selection--single:-ms-input-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single:-ms-input-placeholder, .select2-container--default .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-selection--single:-ms-input-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single .select2-search__field:-ms-input-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-search__field:-ms-input-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single .select2-search__field:-ms-input-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-search__field:-ms-input-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .typeahead:-ms-input-placeholder, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .typeahead:-ms-input-placeholder,
.navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-query:-ms-input-placeholder,
.navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-query:-ms-input-placeholder,
.navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-hint:-ms-input-placeholder,
.navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-hint:-ms-input-placeholder {
  color: #ffffff;
}

/* line 29188, app/assets/stylesheets/theme/style.css */
.navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .input-group-text i, .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .input-group-text i {
  color: #ffffff;
}

/* line 29192, app/assets/stylesheets/theme/style.css */
.navbar.navbar-light .navbar-menu-wrapper {
  background: #ffffff;
  border-left: 1px solid #CED4DA;
}

/* line 29197, app/assets/stylesheets/theme/style.css */
.navbar.navbar-light .navbar-menu-wrapper .navbar-toggler {
  color: #282f3a;
}

/* line 29201, app/assets/stylesheets/theme/style.css */
.navbar.navbar-light .navbar-menu-wrapper .nav-item .nav-link {
  color: #282f3a;
}

/* line 29205, app/assets/stylesheets/theme/style.css */
.navbar.navbar-light .navbar-menu-wrapper .nav-item.nav-search .input-group, .navbar.navbar-light .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap {
  background: rgba(40, 47, 58, 0.24);
}

/* line 29209, app/assets/stylesheets/theme/style.css */
.navbar.navbar-dark .navbar-menu-wrapper {
  border-left-color: #495560;
}

/* line 29213, app/assets/stylesheets/theme/style.css */
.navbar.navbar-danger .navbar-menu-wrapper .nav-item .nav-link.count-indicator .count {
  background: #4B49AC;
}

/* line 29217, app/assets/stylesheets/theme/style.css */
.navbar.navbar-secondary .navbar-menu-wrapper {
  background: #a3a4a5;
}

/* line 29221, app/assets/stylesheets/theme/style.css */
.navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .navbar-toggler {
  color: #ffffff;
}

/* line 29225, app/assets/stylesheets/theme/style.css */
.navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item .nav-link {
  color: #ffffff;
}

/* line 29229, app/assets/stylesheets/theme/style.css */
.navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .form-control, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .form-control, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .asColorPicker-input, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .asColorPicker-input, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .dataTables_wrapper select, .dataTables_wrapper .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .dataTables_wrapper select, .dataTables_wrapper .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=text], .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=text],
.navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row select, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select,
.navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row select, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=number], .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=number], .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single, .select2-container--default .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-selection--single, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single, .select2-container--default .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-selection--single, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-search__field, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-search__field, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .typeahead, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .typeahead,
.navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-query,
.navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-query,
.navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-hint,
.navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-hint {
  color: #ffffff;
}

/* line 29239, app/assets/stylesheets/theme/style.css */
.navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .form-control::-webkit-input-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .form-control::-webkit-input-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .asColorPicker-input::-webkit-input-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .asColorPicker-input::-webkit-input-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .dataTables_wrapper select::-webkit-input-placeholder, .dataTables_wrapper .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select::-webkit-input-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .dataTables_wrapper select::-webkit-input-placeholder, .dataTables_wrapper .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select::-webkit-input-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=text]::-webkit-input-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=text]::-webkit-input-placeholder,
.navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row select::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select::-webkit-input-placeholder,
.navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row select::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select::-webkit-input-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=number]::-webkit-input-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=number]::-webkit-input-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single::-webkit-input-placeholder, .select2-container--default .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-selection--single::-webkit-input-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single::-webkit-input-placeholder, .select2-container--default .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-selection--single::-webkit-input-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single .select2-search__field::-webkit-input-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-search__field::-webkit-input-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single .select2-search__field::-webkit-input-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-search__field::-webkit-input-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .typeahead::-webkit-input-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .typeahead::-webkit-input-placeholder,
.navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-query::-webkit-input-placeholder,
.navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-query::-webkit-input-placeholder,
.navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-hint::-webkit-input-placeholder,
.navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-hint::-webkit-input-placeholder {
  color: #ffffff;
}

/* line 29249, app/assets/stylesheets/theme/style.css */
.navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .form-control:-moz-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .form-control:-moz-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .asColorPicker-input:-moz-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .asColorPicker-input:-moz-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .dataTables_wrapper select:-moz-placeholder, .dataTables_wrapper .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select:-moz-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .dataTables_wrapper select:-moz-placeholder, .dataTables_wrapper .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select:-moz-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=text]:-moz-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=text]:-moz-placeholder,
.navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row select:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select:-moz-placeholder,
.navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row select:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select:-moz-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=number]:-moz-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=number]:-moz-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single:-moz-placeholder, .select2-container--default .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-selection--single:-moz-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single:-moz-placeholder, .select2-container--default .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-selection--single:-moz-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single .select2-search__field:-moz-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-search__field:-moz-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single .select2-search__field:-moz-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-search__field:-moz-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .typeahead:-moz-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .typeahead:-moz-placeholder,
.navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-query:-moz-placeholder,
.navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-query:-moz-placeholder,
.navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-hint:-moz-placeholder,
.navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-hint:-moz-placeholder {
  color: #ffffff;
}

/* line 29259, app/assets/stylesheets/theme/style.css */
.navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .form-control::-moz-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .form-control::-moz-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .asColorPicker-input::-moz-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .asColorPicker-input::-moz-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .dataTables_wrapper select::-moz-placeholder, .dataTables_wrapper .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select::-moz-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .dataTables_wrapper select::-moz-placeholder, .dataTables_wrapper .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select::-moz-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=text]::-moz-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=text]::-moz-placeholder,
.navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row select::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select::-moz-placeholder,
.navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row select::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select::-moz-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=number]::-moz-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=number]::-moz-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single::-moz-placeholder, .select2-container--default .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-selection--single::-moz-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single::-moz-placeholder, .select2-container--default .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-selection--single::-moz-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single .select2-search__field::-moz-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-search__field::-moz-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single .select2-search__field::-moz-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-search__field::-moz-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .typeahead::-moz-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .typeahead::-moz-placeholder,
.navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-query::-moz-placeholder,
.navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-query::-moz-placeholder,
.navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-hint::-moz-placeholder,
.navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-hint::-moz-placeholder {
  color: #ffffff;
}

/* line 29269, app/assets/stylesheets/theme/style.css */
.navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .form-control:-ms-input-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .form-control:-ms-input-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .asColorPicker-input:-ms-input-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .asColorPicker-input:-ms-input-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .dataTables_wrapper select:-ms-input-placeholder, .dataTables_wrapper .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select:-ms-input-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .dataTables_wrapper select:-ms-input-placeholder, .dataTables_wrapper .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select:-ms-input-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=text]:-ms-input-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=text]:-ms-input-placeholder,
.navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row select:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select:-ms-input-placeholder,
.navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row select:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select:-ms-input-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=number]:-ms-input-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=number]:-ms-input-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single:-ms-input-placeholder, .select2-container--default .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-selection--single:-ms-input-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single:-ms-input-placeholder, .select2-container--default .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-selection--single:-ms-input-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single .select2-search__field:-ms-input-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-search__field:-ms-input-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single .select2-search__field:-ms-input-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-search__field:-ms-input-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .typeahead:-ms-input-placeholder, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .typeahead:-ms-input-placeholder,
.navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-query:-ms-input-placeholder,
.navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-query:-ms-input-placeholder,
.navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-hint:-ms-input-placeholder,
.navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-hint:-ms-input-placeholder {
  color: #ffffff;
}

/* line 29279, app/assets/stylesheets/theme/style.css */
.navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .input-group-text i, .navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .input-group-text i {
  color: #ffffff;
}

/* line 29283, app/assets/stylesheets/theme/style.css */
.navbar.navbar-light .navbar-menu-wrapper {
  background: #ffffff;
  border-left: 1px solid #CED4DA;
}

/* line 29288, app/assets/stylesheets/theme/style.css */
.navbar.navbar-light .navbar-menu-wrapper .navbar-toggler {
  color: #282f3a;
}

/* line 29292, app/assets/stylesheets/theme/style.css */
.navbar.navbar-light .navbar-menu-wrapper .nav-item .nav-link {
  color: #282f3a;
}

/* line 29296, app/assets/stylesheets/theme/style.css */
.navbar.navbar-light .navbar-menu-wrapper .nav-item.nav-search .input-group, .navbar.navbar-light .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap {
  background: rgba(40, 47, 58, 0.24);
}

/* line 29300, app/assets/stylesheets/theme/style.css */
.navbar.navbar-dark .navbar-menu-wrapper {
  border-left-color: #495560;
}

/* line 29304, app/assets/stylesheets/theme/style.css */
.navbar.navbar-danger .navbar-menu-wrapper .nav-item .nav-link.count-indicator .count {
  background: #4B49AC;
}

/* line 29308, app/assets/stylesheets/theme/style.css */
.navbar.navbar-success .navbar-menu-wrapper {
  background: #57B657;
}

/* line 29312, app/assets/stylesheets/theme/style.css */
.navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .navbar-toggler {
  color: #ffffff;
}

/* line 29316, app/assets/stylesheets/theme/style.css */
.navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item .nav-link {
  color: #ffffff;
}

/* line 29320, app/assets/stylesheets/theme/style.css */
.navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .form-control, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .form-control, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .asColorPicker-input, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .asColorPicker-input, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .dataTables_wrapper select, .dataTables_wrapper .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .dataTables_wrapper select, .dataTables_wrapper .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=text], .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=text],
.navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row select, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select,
.navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row select, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=number], .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=number], .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single, .select2-container--default .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-selection--single, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single, .select2-container--default .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-selection--single, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-search__field, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-search__field, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .typeahead, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .typeahead,
.navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-query,
.navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-query,
.navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-hint,
.navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-hint {
  color: #ffffff;
}

/* line 29330, app/assets/stylesheets/theme/style.css */
.navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .form-control::-webkit-input-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .form-control::-webkit-input-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .asColorPicker-input::-webkit-input-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .asColorPicker-input::-webkit-input-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .dataTables_wrapper select::-webkit-input-placeholder, .dataTables_wrapper .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select::-webkit-input-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .dataTables_wrapper select::-webkit-input-placeholder, .dataTables_wrapper .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select::-webkit-input-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=text]::-webkit-input-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=text]::-webkit-input-placeholder,
.navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row select::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select::-webkit-input-placeholder,
.navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row select::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select::-webkit-input-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=number]::-webkit-input-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=number]::-webkit-input-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single::-webkit-input-placeholder, .select2-container--default .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-selection--single::-webkit-input-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single::-webkit-input-placeholder, .select2-container--default .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-selection--single::-webkit-input-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single .select2-search__field::-webkit-input-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-search__field::-webkit-input-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single .select2-search__field::-webkit-input-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-search__field::-webkit-input-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .typeahead::-webkit-input-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .typeahead::-webkit-input-placeholder,
.navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-query::-webkit-input-placeholder,
.navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-query::-webkit-input-placeholder,
.navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-hint::-webkit-input-placeholder,
.navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-hint::-webkit-input-placeholder {
  color: #ffffff;
}

/* line 29340, app/assets/stylesheets/theme/style.css */
.navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .form-control:-moz-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .form-control:-moz-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .asColorPicker-input:-moz-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .asColorPicker-input:-moz-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .dataTables_wrapper select:-moz-placeholder, .dataTables_wrapper .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select:-moz-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .dataTables_wrapper select:-moz-placeholder, .dataTables_wrapper .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select:-moz-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=text]:-moz-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=text]:-moz-placeholder,
.navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row select:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select:-moz-placeholder,
.navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row select:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select:-moz-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=number]:-moz-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=number]:-moz-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single:-moz-placeholder, .select2-container--default .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-selection--single:-moz-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single:-moz-placeholder, .select2-container--default .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-selection--single:-moz-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single .select2-search__field:-moz-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-search__field:-moz-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single .select2-search__field:-moz-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-search__field:-moz-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .typeahead:-moz-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .typeahead:-moz-placeholder,
.navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-query:-moz-placeholder,
.navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-query:-moz-placeholder,
.navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-hint:-moz-placeholder,
.navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-hint:-moz-placeholder {
  color: #ffffff;
}

/* line 29350, app/assets/stylesheets/theme/style.css */
.navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .form-control::-moz-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .form-control::-moz-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .asColorPicker-input::-moz-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .asColorPicker-input::-moz-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .dataTables_wrapper select::-moz-placeholder, .dataTables_wrapper .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select::-moz-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .dataTables_wrapper select::-moz-placeholder, .dataTables_wrapper .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select::-moz-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=text]::-moz-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=text]::-moz-placeholder,
.navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row select::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select::-moz-placeholder,
.navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row select::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select::-moz-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=number]::-moz-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=number]::-moz-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single::-moz-placeholder, .select2-container--default .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-selection--single::-moz-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single::-moz-placeholder, .select2-container--default .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-selection--single::-moz-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single .select2-search__field::-moz-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-search__field::-moz-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single .select2-search__field::-moz-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-search__field::-moz-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .typeahead::-moz-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .typeahead::-moz-placeholder,
.navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-query::-moz-placeholder,
.navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-query::-moz-placeholder,
.navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-hint::-moz-placeholder,
.navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-hint::-moz-placeholder {
  color: #ffffff;
}

/* line 29360, app/assets/stylesheets/theme/style.css */
.navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .form-control:-ms-input-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .form-control:-ms-input-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .asColorPicker-input:-ms-input-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .asColorPicker-input:-ms-input-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .dataTables_wrapper select:-ms-input-placeholder, .dataTables_wrapper .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select:-ms-input-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .dataTables_wrapper select:-ms-input-placeholder, .dataTables_wrapper .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select:-ms-input-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=text]:-ms-input-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=text]:-ms-input-placeholder,
.navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row select:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select:-ms-input-placeholder,
.navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row select:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select:-ms-input-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=number]:-ms-input-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=number]:-ms-input-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single:-ms-input-placeholder, .select2-container--default .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-selection--single:-ms-input-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single:-ms-input-placeholder, .select2-container--default .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-selection--single:-ms-input-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single .select2-search__field:-ms-input-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-search__field:-ms-input-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single .select2-search__field:-ms-input-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-search__field:-ms-input-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .typeahead:-ms-input-placeholder, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .typeahead:-ms-input-placeholder,
.navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-query:-ms-input-placeholder,
.navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-query:-ms-input-placeholder,
.navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-hint:-ms-input-placeholder,
.navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-hint:-ms-input-placeholder {
  color: #ffffff;
}

/* line 29370, app/assets/stylesheets/theme/style.css */
.navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .input-group-text i, .navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .input-group-text i {
  color: #ffffff;
}

/* line 29374, app/assets/stylesheets/theme/style.css */
.navbar.navbar-light .navbar-menu-wrapper {
  background: #ffffff;
  border-left: 1px solid #CED4DA;
}

/* line 29379, app/assets/stylesheets/theme/style.css */
.navbar.navbar-light .navbar-menu-wrapper .navbar-toggler {
  color: #282f3a;
}

/* line 29383, app/assets/stylesheets/theme/style.css */
.navbar.navbar-light .navbar-menu-wrapper .nav-item .nav-link {
  color: #282f3a;
}

/* line 29387, app/assets/stylesheets/theme/style.css */
.navbar.navbar-light .navbar-menu-wrapper .nav-item.nav-search .input-group, .navbar.navbar-light .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap {
  background: rgba(40, 47, 58, 0.24);
}

/* line 29391, app/assets/stylesheets/theme/style.css */
.navbar.navbar-dark .navbar-menu-wrapper {
  border-left-color: #495560;
}

/* line 29395, app/assets/stylesheets/theme/style.css */
.navbar.navbar-danger .navbar-menu-wrapper .nav-item .nav-link.count-indicator .count {
  background: #4B49AC;
}

/* line 29399, app/assets/stylesheets/theme/style.css */
.navbar.navbar-info .navbar-menu-wrapper {
  background: #248AFD;
}

/* line 29403, app/assets/stylesheets/theme/style.css */
.navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .navbar-toggler {
  color: #ffffff;
}

/* line 29407, app/assets/stylesheets/theme/style.css */
.navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item .nav-link {
  color: #ffffff;
}

/* line 29411, app/assets/stylesheets/theme/style.css */
.navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .form-control, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .form-control, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .asColorPicker-input, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .asColorPicker-input, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .dataTables_wrapper select, .dataTables_wrapper .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .dataTables_wrapper select, .dataTables_wrapper .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=text], .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=text],
.navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row select, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select,
.navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row select, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=number], .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=number], .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single, .select2-container--default .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-selection--single, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single, .select2-container--default .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-selection--single, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-search__field, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-search__field, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .typeahead, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .typeahead,
.navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-query,
.navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-query,
.navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-hint,
.navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-hint {
  color: #ffffff;
}

/* line 29421, app/assets/stylesheets/theme/style.css */
.navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .form-control::-webkit-input-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .form-control::-webkit-input-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .asColorPicker-input::-webkit-input-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .asColorPicker-input::-webkit-input-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .dataTables_wrapper select::-webkit-input-placeholder, .dataTables_wrapper .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select::-webkit-input-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .dataTables_wrapper select::-webkit-input-placeholder, .dataTables_wrapper .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select::-webkit-input-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=text]::-webkit-input-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=text]::-webkit-input-placeholder,
.navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row select::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select::-webkit-input-placeholder,
.navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row select::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select::-webkit-input-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=number]::-webkit-input-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=number]::-webkit-input-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single::-webkit-input-placeholder, .select2-container--default .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-selection--single::-webkit-input-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single::-webkit-input-placeholder, .select2-container--default .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-selection--single::-webkit-input-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single .select2-search__field::-webkit-input-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-search__field::-webkit-input-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single .select2-search__field::-webkit-input-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-search__field::-webkit-input-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .typeahead::-webkit-input-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .typeahead::-webkit-input-placeholder,
.navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-query::-webkit-input-placeholder,
.navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-query::-webkit-input-placeholder,
.navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-hint::-webkit-input-placeholder,
.navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-hint::-webkit-input-placeholder {
  color: #ffffff;
}

/* line 29431, app/assets/stylesheets/theme/style.css */
.navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .form-control:-moz-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .form-control:-moz-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .asColorPicker-input:-moz-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .asColorPicker-input:-moz-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .dataTables_wrapper select:-moz-placeholder, .dataTables_wrapper .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select:-moz-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .dataTables_wrapper select:-moz-placeholder, .dataTables_wrapper .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select:-moz-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=text]:-moz-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=text]:-moz-placeholder,
.navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row select:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select:-moz-placeholder,
.navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row select:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select:-moz-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=number]:-moz-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=number]:-moz-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single:-moz-placeholder, .select2-container--default .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-selection--single:-moz-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single:-moz-placeholder, .select2-container--default .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-selection--single:-moz-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single .select2-search__field:-moz-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-search__field:-moz-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single .select2-search__field:-moz-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-search__field:-moz-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .typeahead:-moz-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .typeahead:-moz-placeholder,
.navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-query:-moz-placeholder,
.navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-query:-moz-placeholder,
.navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-hint:-moz-placeholder,
.navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-hint:-moz-placeholder {
  color: #ffffff;
}

/* line 29441, app/assets/stylesheets/theme/style.css */
.navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .form-control::-moz-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .form-control::-moz-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .asColorPicker-input::-moz-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .asColorPicker-input::-moz-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .dataTables_wrapper select::-moz-placeholder, .dataTables_wrapper .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select::-moz-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .dataTables_wrapper select::-moz-placeholder, .dataTables_wrapper .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select::-moz-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=text]::-moz-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=text]::-moz-placeholder,
.navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row select::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select::-moz-placeholder,
.navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row select::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select::-moz-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=number]::-moz-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=number]::-moz-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single::-moz-placeholder, .select2-container--default .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-selection--single::-moz-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single::-moz-placeholder, .select2-container--default .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-selection--single::-moz-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single .select2-search__field::-moz-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-search__field::-moz-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single .select2-search__field::-moz-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-search__field::-moz-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .typeahead::-moz-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .typeahead::-moz-placeholder,
.navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-query::-moz-placeholder,
.navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-query::-moz-placeholder,
.navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-hint::-moz-placeholder,
.navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-hint::-moz-placeholder {
  color: #ffffff;
}

/* line 29451, app/assets/stylesheets/theme/style.css */
.navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .form-control:-ms-input-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .form-control:-ms-input-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .asColorPicker-input:-ms-input-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .asColorPicker-input:-ms-input-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .dataTables_wrapper select:-ms-input-placeholder, .dataTables_wrapper .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select:-ms-input-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .dataTables_wrapper select:-ms-input-placeholder, .dataTables_wrapper .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select:-ms-input-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=text]:-ms-input-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=text]:-ms-input-placeholder,
.navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row select:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select:-ms-input-placeholder,
.navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row select:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select:-ms-input-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=number]:-ms-input-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=number]:-ms-input-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single:-ms-input-placeholder, .select2-container--default .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-selection--single:-ms-input-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single:-ms-input-placeholder, .select2-container--default .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-selection--single:-ms-input-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single .select2-search__field:-ms-input-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-search__field:-ms-input-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single .select2-search__field:-ms-input-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-search__field:-ms-input-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .typeahead:-ms-input-placeholder, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .typeahead:-ms-input-placeholder,
.navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-query:-ms-input-placeholder,
.navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-query:-ms-input-placeholder,
.navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-hint:-ms-input-placeholder,
.navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-hint:-ms-input-placeholder {
  color: #ffffff;
}

/* line 29461, app/assets/stylesheets/theme/style.css */
.navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .input-group-text i, .navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .input-group-text i {
  color: #ffffff;
}

/* line 29465, app/assets/stylesheets/theme/style.css */
.navbar.navbar-light .navbar-menu-wrapper {
  background: #ffffff;
  border-left: 1px solid #CED4DA;
}

/* line 29470, app/assets/stylesheets/theme/style.css */
.navbar.navbar-light .navbar-menu-wrapper .navbar-toggler {
  color: #282f3a;
}

/* line 29474, app/assets/stylesheets/theme/style.css */
.navbar.navbar-light .navbar-menu-wrapper .nav-item .nav-link {
  color: #282f3a;
}

/* line 29478, app/assets/stylesheets/theme/style.css */
.navbar.navbar-light .navbar-menu-wrapper .nav-item.nav-search .input-group, .navbar.navbar-light .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap {
  background: rgba(40, 47, 58, 0.24);
}

/* line 29482, app/assets/stylesheets/theme/style.css */
.navbar.navbar-dark .navbar-menu-wrapper {
  border-left-color: #495560;
}

/* line 29486, app/assets/stylesheets/theme/style.css */
.navbar.navbar-danger .navbar-menu-wrapper .nav-item .nav-link.count-indicator .count {
  background: #4B49AC;
}

/* line 29490, app/assets/stylesheets/theme/style.css */
.navbar.navbar-warning .navbar-menu-wrapper {
  background: #FFC100;
}

/* line 29494, app/assets/stylesheets/theme/style.css */
.navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .navbar-toggler {
  color: #ffffff;
}

/* line 29498, app/assets/stylesheets/theme/style.css */
.navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item .nav-link {
  color: #ffffff;
}

/* line 29502, app/assets/stylesheets/theme/style.css */
.navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .form-control, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .form-control, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .asColorPicker-input, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .asColorPicker-input, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .dataTables_wrapper select, .dataTables_wrapper .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .dataTables_wrapper select, .dataTables_wrapper .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=text], .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=text],
.navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row select, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select,
.navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row select, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=number], .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=number], .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single, .select2-container--default .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-selection--single, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single, .select2-container--default .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-selection--single, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-search__field, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-search__field, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .typeahead, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .typeahead,
.navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-query,
.navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-query,
.navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-hint,
.navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-hint {
  color: #ffffff;
}

/* line 29512, app/assets/stylesheets/theme/style.css */
.navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .form-control::-webkit-input-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .form-control::-webkit-input-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .asColorPicker-input::-webkit-input-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .asColorPicker-input::-webkit-input-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .dataTables_wrapper select::-webkit-input-placeholder, .dataTables_wrapper .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select::-webkit-input-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .dataTables_wrapper select::-webkit-input-placeholder, .dataTables_wrapper .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select::-webkit-input-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=text]::-webkit-input-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=text]::-webkit-input-placeholder,
.navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row select::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select::-webkit-input-placeholder,
.navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row select::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select::-webkit-input-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=number]::-webkit-input-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=number]::-webkit-input-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single::-webkit-input-placeholder, .select2-container--default .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-selection--single::-webkit-input-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single::-webkit-input-placeholder, .select2-container--default .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-selection--single::-webkit-input-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single .select2-search__field::-webkit-input-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-search__field::-webkit-input-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single .select2-search__field::-webkit-input-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-search__field::-webkit-input-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .typeahead::-webkit-input-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .typeahead::-webkit-input-placeholder,
.navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-query::-webkit-input-placeholder,
.navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-query::-webkit-input-placeholder,
.navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-hint::-webkit-input-placeholder,
.navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-hint::-webkit-input-placeholder {
  color: #ffffff;
}

/* line 29522, app/assets/stylesheets/theme/style.css */
.navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .form-control:-moz-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .form-control:-moz-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .asColorPicker-input:-moz-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .asColorPicker-input:-moz-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .dataTables_wrapper select:-moz-placeholder, .dataTables_wrapper .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select:-moz-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .dataTables_wrapper select:-moz-placeholder, .dataTables_wrapper .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select:-moz-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=text]:-moz-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=text]:-moz-placeholder,
.navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row select:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select:-moz-placeholder,
.navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row select:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select:-moz-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=number]:-moz-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=number]:-moz-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single:-moz-placeholder, .select2-container--default .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-selection--single:-moz-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single:-moz-placeholder, .select2-container--default .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-selection--single:-moz-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single .select2-search__field:-moz-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-search__field:-moz-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single .select2-search__field:-moz-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-search__field:-moz-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .typeahead:-moz-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .typeahead:-moz-placeholder,
.navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-query:-moz-placeholder,
.navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-query:-moz-placeholder,
.navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-hint:-moz-placeholder,
.navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-hint:-moz-placeholder {
  color: #ffffff;
}

/* line 29532, app/assets/stylesheets/theme/style.css */
.navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .form-control::-moz-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .form-control::-moz-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .asColorPicker-input::-moz-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .asColorPicker-input::-moz-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .dataTables_wrapper select::-moz-placeholder, .dataTables_wrapper .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select::-moz-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .dataTables_wrapper select::-moz-placeholder, .dataTables_wrapper .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select::-moz-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=text]::-moz-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=text]::-moz-placeholder,
.navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row select::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select::-moz-placeholder,
.navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row select::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select::-moz-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=number]::-moz-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=number]::-moz-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single::-moz-placeholder, .select2-container--default .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-selection--single::-moz-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single::-moz-placeholder, .select2-container--default .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-selection--single::-moz-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single .select2-search__field::-moz-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-search__field::-moz-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single .select2-search__field::-moz-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-search__field::-moz-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .typeahead::-moz-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .typeahead::-moz-placeholder,
.navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-query::-moz-placeholder,
.navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-query::-moz-placeholder,
.navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-hint::-moz-placeholder,
.navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-hint::-moz-placeholder {
  color: #ffffff;
}

/* line 29542, app/assets/stylesheets/theme/style.css */
.navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .form-control:-ms-input-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .form-control:-ms-input-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .asColorPicker-input:-ms-input-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .asColorPicker-input:-ms-input-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .dataTables_wrapper select:-ms-input-placeholder, .dataTables_wrapper .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select:-ms-input-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .dataTables_wrapper select:-ms-input-placeholder, .dataTables_wrapper .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select:-ms-input-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=text]:-ms-input-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=text]:-ms-input-placeholder,
.navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row select:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select:-ms-input-placeholder,
.navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row select:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select:-ms-input-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=number]:-ms-input-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=number]:-ms-input-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single:-ms-input-placeholder, .select2-container--default .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-selection--single:-ms-input-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single:-ms-input-placeholder, .select2-container--default .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-selection--single:-ms-input-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single .select2-search__field:-ms-input-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-search__field:-ms-input-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single .select2-search__field:-ms-input-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-search__field:-ms-input-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .typeahead:-ms-input-placeholder, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .typeahead:-ms-input-placeholder,
.navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-query:-ms-input-placeholder,
.navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-query:-ms-input-placeholder,
.navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-hint:-ms-input-placeholder,
.navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-hint:-ms-input-placeholder {
  color: #ffffff;
}

/* line 29552, app/assets/stylesheets/theme/style.css */
.navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .input-group-text i, .navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .input-group-text i {
  color: #ffffff;
}

/* line 29556, app/assets/stylesheets/theme/style.css */
.navbar.navbar-light .navbar-menu-wrapper {
  background: #ffffff;
  border-left: 1px solid #CED4DA;
}

/* line 29561, app/assets/stylesheets/theme/style.css */
.navbar.navbar-light .navbar-menu-wrapper .navbar-toggler {
  color: #282f3a;
}

/* line 29565, app/assets/stylesheets/theme/style.css */
.navbar.navbar-light .navbar-menu-wrapper .nav-item .nav-link {
  color: #282f3a;
}

/* line 29569, app/assets/stylesheets/theme/style.css */
.navbar.navbar-light .navbar-menu-wrapper .nav-item.nav-search .input-group, .navbar.navbar-light .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap {
  background: rgba(40, 47, 58, 0.24);
}

/* line 29573, app/assets/stylesheets/theme/style.css */
.navbar.navbar-dark .navbar-menu-wrapper {
  border-left-color: #495560;
}

/* line 29577, app/assets/stylesheets/theme/style.css */
.navbar.navbar-danger .navbar-menu-wrapper .nav-item .nav-link.count-indicator .count {
  background: #4B49AC;
}

/* line 29581, app/assets/stylesheets/theme/style.css */
.navbar.navbar-danger .navbar-menu-wrapper {
  background: #FF4747;
}

/* line 29585, app/assets/stylesheets/theme/style.css */
.navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .navbar-toggler {
  color: #ffffff;
}

/* line 29589, app/assets/stylesheets/theme/style.css */
.navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item .nav-link {
  color: #ffffff;
}

/* line 29593, app/assets/stylesheets/theme/style.css */
.navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .form-control, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .form-control, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .asColorPicker-input, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .asColorPicker-input, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .dataTables_wrapper select, .dataTables_wrapper .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .dataTables_wrapper select, .dataTables_wrapper .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=text], .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=text],
.navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row select, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select,
.navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row select, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=number], .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=number], .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single, .select2-container--default .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-selection--single, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single, .select2-container--default .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-selection--single, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-search__field, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-search__field, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .typeahead, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .typeahead,
.navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-query,
.navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-query,
.navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-hint,
.navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-hint {
  color: #ffffff;
}

/* line 29603, app/assets/stylesheets/theme/style.css */
.navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .form-control::-webkit-input-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .form-control::-webkit-input-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .asColorPicker-input::-webkit-input-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .asColorPicker-input::-webkit-input-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .dataTables_wrapper select::-webkit-input-placeholder, .dataTables_wrapper .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select::-webkit-input-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .dataTables_wrapper select::-webkit-input-placeholder, .dataTables_wrapper .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select::-webkit-input-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=text]::-webkit-input-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=text]::-webkit-input-placeholder,
.navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row select::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select::-webkit-input-placeholder,
.navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row select::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select::-webkit-input-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=number]::-webkit-input-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=number]::-webkit-input-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single::-webkit-input-placeholder, .select2-container--default .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-selection--single::-webkit-input-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single::-webkit-input-placeholder, .select2-container--default .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-selection--single::-webkit-input-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single .select2-search__field::-webkit-input-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-search__field::-webkit-input-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single .select2-search__field::-webkit-input-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-search__field::-webkit-input-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .typeahead::-webkit-input-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .typeahead::-webkit-input-placeholder,
.navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-query::-webkit-input-placeholder,
.navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-query::-webkit-input-placeholder,
.navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-hint::-webkit-input-placeholder,
.navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-hint::-webkit-input-placeholder {
  color: #ffffff;
}

/* line 29613, app/assets/stylesheets/theme/style.css */
.navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .form-control:-moz-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .form-control:-moz-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .asColorPicker-input:-moz-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .asColorPicker-input:-moz-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .dataTables_wrapper select:-moz-placeholder, .dataTables_wrapper .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select:-moz-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .dataTables_wrapper select:-moz-placeholder, .dataTables_wrapper .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select:-moz-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=text]:-moz-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=text]:-moz-placeholder,
.navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row select:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select:-moz-placeholder,
.navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row select:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select:-moz-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=number]:-moz-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=number]:-moz-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single:-moz-placeholder, .select2-container--default .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-selection--single:-moz-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single:-moz-placeholder, .select2-container--default .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-selection--single:-moz-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single .select2-search__field:-moz-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-search__field:-moz-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single .select2-search__field:-moz-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-search__field:-moz-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .typeahead:-moz-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .typeahead:-moz-placeholder,
.navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-query:-moz-placeholder,
.navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-query:-moz-placeholder,
.navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-hint:-moz-placeholder,
.navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-hint:-moz-placeholder {
  color: #ffffff;
}

/* line 29623, app/assets/stylesheets/theme/style.css */
.navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .form-control::-moz-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .form-control::-moz-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .asColorPicker-input::-moz-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .asColorPicker-input::-moz-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .dataTables_wrapper select::-moz-placeholder, .dataTables_wrapper .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select::-moz-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .dataTables_wrapper select::-moz-placeholder, .dataTables_wrapper .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select::-moz-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=text]::-moz-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=text]::-moz-placeholder,
.navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row select::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select::-moz-placeholder,
.navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row select::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select::-moz-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=number]::-moz-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=number]::-moz-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single::-moz-placeholder, .select2-container--default .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-selection--single::-moz-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single::-moz-placeholder, .select2-container--default .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-selection--single::-moz-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single .select2-search__field::-moz-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-search__field::-moz-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single .select2-search__field::-moz-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-search__field::-moz-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .typeahead::-moz-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .typeahead::-moz-placeholder,
.navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-query::-moz-placeholder,
.navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-query::-moz-placeholder,
.navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-hint::-moz-placeholder,
.navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-hint::-moz-placeholder {
  color: #ffffff;
}

/* line 29633, app/assets/stylesheets/theme/style.css */
.navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .form-control:-ms-input-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .form-control:-ms-input-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .asColorPicker-input:-ms-input-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .asColorPicker-input:-ms-input-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .dataTables_wrapper select:-ms-input-placeholder, .dataTables_wrapper .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select:-ms-input-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .dataTables_wrapper select:-ms-input-placeholder, .dataTables_wrapper .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select:-ms-input-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=text]:-ms-input-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=text]:-ms-input-placeholder,
.navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row select:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select:-ms-input-placeholder,
.navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row select:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select:-ms-input-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=number]:-ms-input-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=number]:-ms-input-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single:-ms-input-placeholder, .select2-container--default .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-selection--single:-ms-input-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single:-ms-input-placeholder, .select2-container--default .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-selection--single:-ms-input-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single .select2-search__field:-ms-input-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-search__field:-ms-input-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single .select2-search__field:-ms-input-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-search__field:-ms-input-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .typeahead:-ms-input-placeholder, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .typeahead:-ms-input-placeholder,
.navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-query:-ms-input-placeholder,
.navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-query:-ms-input-placeholder,
.navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-hint:-ms-input-placeholder,
.navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-hint:-ms-input-placeholder {
  color: #ffffff;
}

/* line 29643, app/assets/stylesheets/theme/style.css */
.navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .input-group-text i, .navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .input-group-text i {
  color: #ffffff;
}

/* line 29647, app/assets/stylesheets/theme/style.css */
.navbar.navbar-light .navbar-menu-wrapper {
  background: #ffffff;
  border-left: 1px solid #CED4DA;
}

/* line 29652, app/assets/stylesheets/theme/style.css */
.navbar.navbar-light .navbar-menu-wrapper .navbar-toggler {
  color: #282f3a;
}

/* line 29656, app/assets/stylesheets/theme/style.css */
.navbar.navbar-light .navbar-menu-wrapper .nav-item .nav-link {
  color: #282f3a;
}

/* line 29660, app/assets/stylesheets/theme/style.css */
.navbar.navbar-light .navbar-menu-wrapper .nav-item.nav-search .input-group, .navbar.navbar-light .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap {
  background: rgba(40, 47, 58, 0.24);
}

/* line 29664, app/assets/stylesheets/theme/style.css */
.navbar.navbar-dark .navbar-menu-wrapper {
  border-left-color: #495560;
}

/* line 29668, app/assets/stylesheets/theme/style.css */
.navbar.navbar-danger .navbar-menu-wrapper .nav-item .nav-link.count-indicator .count {
  background: #4B49AC;
}

/* line 29672, app/assets/stylesheets/theme/style.css */
.navbar.navbar-light .navbar-menu-wrapper {
  background: #f8f9fa;
}

/* line 29676, app/assets/stylesheets/theme/style.css */
.navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .navbar-toggler {
  color: #ffffff;
}

/* line 29680, app/assets/stylesheets/theme/style.css */
.navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item .nav-link {
  color: #ffffff;
}

/* line 29684, app/assets/stylesheets/theme/style.css */
.navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .form-control, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .form-control, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .asColorPicker-input, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .asColorPicker-input, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .dataTables_wrapper select, .dataTables_wrapper .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .dataTables_wrapper select, .dataTables_wrapper .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=text], .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=text],
.navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row select, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select,
.navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row select, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=number], .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=number], .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single, .select2-container--default .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-selection--single, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single, .select2-container--default .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-selection--single, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-search__field, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-search__field, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .typeahead, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .typeahead,
.navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-query,
.navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-query,
.navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-hint,
.navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-hint {
  color: #ffffff;
}

/* line 29694, app/assets/stylesheets/theme/style.css */
.navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .form-control::-webkit-input-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .form-control::-webkit-input-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .asColorPicker-input::-webkit-input-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .asColorPicker-input::-webkit-input-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .dataTables_wrapper select::-webkit-input-placeholder, .dataTables_wrapper .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select::-webkit-input-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .dataTables_wrapper select::-webkit-input-placeholder, .dataTables_wrapper .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select::-webkit-input-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=text]::-webkit-input-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=text]::-webkit-input-placeholder,
.navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row select::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select::-webkit-input-placeholder,
.navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row select::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select::-webkit-input-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=number]::-webkit-input-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=number]::-webkit-input-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single::-webkit-input-placeholder, .select2-container--default .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-selection--single::-webkit-input-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single::-webkit-input-placeholder, .select2-container--default .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-selection--single::-webkit-input-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single .select2-search__field::-webkit-input-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-search__field::-webkit-input-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single .select2-search__field::-webkit-input-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-search__field::-webkit-input-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .typeahead::-webkit-input-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .typeahead::-webkit-input-placeholder,
.navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-query::-webkit-input-placeholder,
.navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-query::-webkit-input-placeholder,
.navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-hint::-webkit-input-placeholder,
.navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-hint::-webkit-input-placeholder {
  color: #ffffff;
}

/* line 29704, app/assets/stylesheets/theme/style.css */
.navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .form-control:-moz-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .form-control:-moz-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .asColorPicker-input:-moz-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .asColorPicker-input:-moz-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .dataTables_wrapper select:-moz-placeholder, .dataTables_wrapper .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select:-moz-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .dataTables_wrapper select:-moz-placeholder, .dataTables_wrapper .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select:-moz-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=text]:-moz-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=text]:-moz-placeholder,
.navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row select:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select:-moz-placeholder,
.navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row select:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select:-moz-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=number]:-moz-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=number]:-moz-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single:-moz-placeholder, .select2-container--default .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-selection--single:-moz-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single:-moz-placeholder, .select2-container--default .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-selection--single:-moz-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single .select2-search__field:-moz-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-search__field:-moz-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single .select2-search__field:-moz-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-search__field:-moz-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .typeahead:-moz-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .typeahead:-moz-placeholder,
.navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-query:-moz-placeholder,
.navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-query:-moz-placeholder,
.navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-hint:-moz-placeholder,
.navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-hint:-moz-placeholder {
  color: #ffffff;
}

/* line 29714, app/assets/stylesheets/theme/style.css */
.navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .form-control::-moz-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .form-control::-moz-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .asColorPicker-input::-moz-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .asColorPicker-input::-moz-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .dataTables_wrapper select::-moz-placeholder, .dataTables_wrapper .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select::-moz-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .dataTables_wrapper select::-moz-placeholder, .dataTables_wrapper .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select::-moz-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=text]::-moz-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=text]::-moz-placeholder,
.navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row select::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select::-moz-placeholder,
.navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row select::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select::-moz-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=number]::-moz-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=number]::-moz-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single::-moz-placeholder, .select2-container--default .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-selection--single::-moz-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single::-moz-placeholder, .select2-container--default .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-selection--single::-moz-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single .select2-search__field::-moz-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-search__field::-moz-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single .select2-search__field::-moz-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-search__field::-moz-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .typeahead::-moz-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .typeahead::-moz-placeholder,
.navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-query::-moz-placeholder,
.navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-query::-moz-placeholder,
.navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-hint::-moz-placeholder,
.navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-hint::-moz-placeholder {
  color: #ffffff;
}

/* line 29724, app/assets/stylesheets/theme/style.css */
.navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .form-control:-ms-input-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .form-control:-ms-input-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .asColorPicker-input:-ms-input-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .asColorPicker-input:-ms-input-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .dataTables_wrapper select:-ms-input-placeholder, .dataTables_wrapper .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select:-ms-input-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .dataTables_wrapper select:-ms-input-placeholder, .dataTables_wrapper .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select:-ms-input-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=text]:-ms-input-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=text]:-ms-input-placeholder,
.navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row select:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select:-ms-input-placeholder,
.navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row select:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select:-ms-input-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=number]:-ms-input-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=number]:-ms-input-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single:-ms-input-placeholder, .select2-container--default .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-selection--single:-ms-input-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single:-ms-input-placeholder, .select2-container--default .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-selection--single:-ms-input-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single .select2-search__field:-ms-input-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-search__field:-ms-input-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single .select2-search__field:-ms-input-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-search__field:-ms-input-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .typeahead:-ms-input-placeholder, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .typeahead:-ms-input-placeholder,
.navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-query:-ms-input-placeholder,
.navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-query:-ms-input-placeholder,
.navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-hint:-ms-input-placeholder,
.navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-hint:-ms-input-placeholder {
  color: #ffffff;
}

/* line 29734, app/assets/stylesheets/theme/style.css */
.navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .input-group-text i, .navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .input-group-text i {
  color: #ffffff;
}

/* line 29738, app/assets/stylesheets/theme/style.css */
.navbar.navbar-light .navbar-menu-wrapper {
  background: #ffffff;
  border-left: 1px solid #CED4DA;
}

/* line 29743, app/assets/stylesheets/theme/style.css */
.navbar.navbar-light .navbar-menu-wrapper .navbar-toggler {
  color: #282f3a;
}

/* line 29747, app/assets/stylesheets/theme/style.css */
.navbar.navbar-light .navbar-menu-wrapper .nav-item .nav-link {
  color: #282f3a;
}

/* line 29751, app/assets/stylesheets/theme/style.css */
.navbar.navbar-light .navbar-menu-wrapper .nav-item.nav-search .input-group, .navbar.navbar-light .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap {
  background: rgba(40, 47, 58, 0.24);
}

/* line 29755, app/assets/stylesheets/theme/style.css */
.navbar.navbar-dark .navbar-menu-wrapper {
  border-left-color: #495560;
}

/* line 29759, app/assets/stylesheets/theme/style.css */
.navbar.navbar-danger .navbar-menu-wrapper .nav-item .nav-link.count-indicator .count {
  background: #4B49AC;
}

/* line 29763, app/assets/stylesheets/theme/style.css */
.navbar.navbar-dark .navbar-menu-wrapper {
  background: #282f3a;
}

/* line 29767, app/assets/stylesheets/theme/style.css */
.navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .navbar-toggler {
  color: #ffffff;
}

/* line 29771, app/assets/stylesheets/theme/style.css */
.navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item .nav-link {
  color: #ffffff;
}

/* line 29775, app/assets/stylesheets/theme/style.css */
.navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .form-control, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .form-control, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .asColorPicker-input, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .asColorPicker-input, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .dataTables_wrapper select, .dataTables_wrapper .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .dataTables_wrapper select, .dataTables_wrapper .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=text], .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=text],
.navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row select, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select,
.navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row select, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=number], .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=number], .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single, .select2-container--default .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-selection--single, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single, .select2-container--default .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-selection--single, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-search__field, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-search__field, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .typeahead, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .typeahead,
.navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-query,
.navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-query,
.navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-hint,
.navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-hint {
  color: #ffffff;
}

/* line 29785, app/assets/stylesheets/theme/style.css */
.navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .form-control::-webkit-input-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .form-control::-webkit-input-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .asColorPicker-input::-webkit-input-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .asColorPicker-input::-webkit-input-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .dataTables_wrapper select::-webkit-input-placeholder, .dataTables_wrapper .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select::-webkit-input-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .dataTables_wrapper select::-webkit-input-placeholder, .dataTables_wrapper .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select::-webkit-input-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=text]::-webkit-input-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=text]::-webkit-input-placeholder,
.navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row select::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select::-webkit-input-placeholder,
.navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row select::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select::-webkit-input-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=number]::-webkit-input-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]::-webkit-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=number]::-webkit-input-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single::-webkit-input-placeholder, .select2-container--default .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-selection--single::-webkit-input-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single::-webkit-input-placeholder, .select2-container--default .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-selection--single::-webkit-input-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single .select2-search__field::-webkit-input-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-search__field::-webkit-input-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single .select2-search__field::-webkit-input-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-search__field::-webkit-input-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .typeahead::-webkit-input-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .typeahead::-webkit-input-placeholder,
.navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-query::-webkit-input-placeholder,
.navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-query::-webkit-input-placeholder,
.navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-hint::-webkit-input-placeholder,
.navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-hint::-webkit-input-placeholder {
  color: #ffffff;
}

/* line 29795, app/assets/stylesheets/theme/style.css */
.navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .form-control:-moz-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .form-control:-moz-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .asColorPicker-input:-moz-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .asColorPicker-input:-moz-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .dataTables_wrapper select:-moz-placeholder, .dataTables_wrapper .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select:-moz-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .dataTables_wrapper select:-moz-placeholder, .dataTables_wrapper .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select:-moz-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=text]:-moz-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=text]:-moz-placeholder,
.navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row select:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select:-moz-placeholder,
.navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row select:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select:-moz-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=number]:-moz-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]:-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=number]:-moz-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single:-moz-placeholder, .select2-container--default .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-selection--single:-moz-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single:-moz-placeholder, .select2-container--default .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-selection--single:-moz-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single .select2-search__field:-moz-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-search__field:-moz-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single .select2-search__field:-moz-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-search__field:-moz-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .typeahead:-moz-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .typeahead:-moz-placeholder,
.navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-query:-moz-placeholder,
.navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-query:-moz-placeholder,
.navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-hint:-moz-placeholder,
.navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-hint:-moz-placeholder {
  color: #ffffff;
}

/* line 29805, app/assets/stylesheets/theme/style.css */
.navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .form-control::-moz-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .form-control::-moz-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .asColorPicker-input::-moz-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .asColorPicker-input::-moz-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .dataTables_wrapper select::-moz-placeholder, .dataTables_wrapper .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select::-moz-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .dataTables_wrapper select::-moz-placeholder, .dataTables_wrapper .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select::-moz-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=text]::-moz-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=text]::-moz-placeholder,
.navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row select::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select::-moz-placeholder,
.navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row select::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select::-moz-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=number]::-moz-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]::-moz-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=number]::-moz-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single::-moz-placeholder, .select2-container--default .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-selection--single::-moz-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single::-moz-placeholder, .select2-container--default .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-selection--single::-moz-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single .select2-search__field::-moz-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-search__field::-moz-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single .select2-search__field::-moz-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-search__field::-moz-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .typeahead::-moz-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .typeahead::-moz-placeholder,
.navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-query::-moz-placeholder,
.navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-query::-moz-placeholder,
.navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-hint::-moz-placeholder,
.navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-hint::-moz-placeholder {
  color: #ffffff;
}

/* line 29815, app/assets/stylesheets/theme/style.css */
.navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .form-control:-ms-input-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .form-control:-ms-input-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .asColorPicker-input:-ms-input-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .asColorPicker-input:-ms-input-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .dataTables_wrapper select:-ms-input-placeholder, .dataTables_wrapper .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select:-ms-input-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .dataTables_wrapper select:-ms-input-placeholder, .dataTables_wrapper .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select:-ms-input-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=text]:-ms-input-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=text]:-ms-input-placeholder,
.navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row select:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group select:-ms-input-placeholder,
.navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row select:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap select:-ms-input-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group input[type=number]:-ms-input-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]:-ms-input-placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap input[type=number]:-ms-input-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single:-ms-input-placeholder, .select2-container--default .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-selection--single:-ms-input-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single:-ms-input-placeholder, .select2-container--default .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-selection--single:-ms-input-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-container--default .select2-selection--single .select2-search__field:-ms-input-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .select2-search__field:-ms-input-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-container--default .select2-selection--single .select2-search__field:-ms-input-placeholder, .select2-container--default .select2-selection--single .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .select2-search__field:-ms-input-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .typeahead:-ms-input-placeholder, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .typeahead:-ms-input-placeholder,
.navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-query:-ms-input-placeholder,
.navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-query:-ms-input-placeholder,
.navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .tt-hint:-ms-input-placeholder,
.navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .tt-hint:-ms-input-placeholder {
  color: #ffffff;
}

/* line 29825, app/assets/stylesheets/theme/style.css */
.navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .input-group .input-group-text i, .navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap .input-group-text i {
  color: #ffffff;
}

/* line 29829, app/assets/stylesheets/theme/style.css */
.navbar.navbar-light .navbar-menu-wrapper {
  background: #ffffff;
  border-left: 1px solid #CED4DA;
}

/* line 29834, app/assets/stylesheets/theme/style.css */
.navbar.navbar-light .navbar-menu-wrapper .navbar-toggler {
  color: #282f3a;
}

/* line 29838, app/assets/stylesheets/theme/style.css */
.navbar.navbar-light .navbar-menu-wrapper .nav-item .nav-link {
  color: #282f3a;
}

/* line 29842, app/assets/stylesheets/theme/style.css */
.navbar.navbar-light .navbar-menu-wrapper .nav-item.nav-search .input-group, .navbar.navbar-light .navbar-menu-wrapper .nav-item.nav-search .asColorPicker-wrap {
  background: rgba(40, 47, 58, 0.24);
}

/* line 29846, app/assets/stylesheets/theme/style.css */
.navbar.navbar-dark .navbar-menu-wrapper {
  border-left-color: #495560;
}

/* line 29850, app/assets/stylesheets/theme/style.css */
.navbar.navbar-danger .navbar-menu-wrapper .nav-item .nav-link.count-indicator .count {
  background: #4B49AC;
}

@media (max-width: 991px) {
  /* line 29855, app/assets/stylesheets/theme/style.css */
  .navbar {
    flex-direction: row;
  }
  /* line 29861, app/assets/stylesheets/theme/style.css */
  .navbar .navbar-brand-wrapper {
    width: 55px;
  }
  /* line 29864, app/assets/stylesheets/theme/style.css */
  .navbar .navbar-brand-wrapper .navbar-brand.brand-logo {
    display: none;
  }
  /* line 29867, app/assets/stylesheets/theme/style.css */
  .navbar .navbar-brand-wrapper .navbar-brand.brand-logo-mini {
    display: inline-block;
  }
  /* line 29870, app/assets/stylesheets/theme/style.css */
  .navbar-collapse {
    display: flex;
    margin-top: 0.5rem;
  }
}

@media (max-width: 480px) {
  /* line 29879, app/assets/stylesheets/theme/style.css */
  .navbar .navbar-brand-wrapper {
    width: 55px;
  }
  /* line 29882, app/assets/stylesheets/theme/style.css */
  .navbar .navbar-brand-wrapper .brand-logo-mini {
    padding-top: 0px;
  }
}

/* Layouts */
@media (min-width: 992px) {
  /* line 29889, app/assets/stylesheets/theme/style.css */
  .sidebar-mini .navbar .navbar-brand-wrapper {
    width: 185px;
  }
  /* line 29892, app/assets/stylesheets/theme/style.css */
  .sidebar-mini .navbar .navbar-menu-wrapper {
    width: calc(100% - 185px);
  }
  /* line 29895, app/assets/stylesheets/theme/style.css */
  .sidebar-mini .sidebar {
    width: 185px;
  }
  /* line 29898, app/assets/stylesheets/theme/style.css */
  .sidebar-mini .sidebar .nav .nav-item {
    padding: 0;
  }
  /* line 29901, app/assets/stylesheets/theme/style.css */
  .sidebar-mini .sidebar .nav .nav-item .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    border-bottom: none;
  }
  /* line 29914, app/assets/stylesheets/theme/style.css */
  .sidebar-mini .sidebar .nav .nav-item .nav-link .menu-title {
    display: block;
    margin: auto;
  }
  /* line 29918, app/assets/stylesheets/theme/style.css */
  .sidebar-mini .sidebar .nav .nav-item .nav-link .badge {
    margin-left: 5px;
    display: none;
  }
  /* line 29922, app/assets/stylesheets/theme/style.css */
  .sidebar-mini .sidebar .nav .nav-item .nav-link i.menu-icon {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: .625rem;
  }
  /* line 29928, app/assets/stylesheets/theme/style.css */
  .sidebar-mini .sidebar .nav .nav-item .nav-link i.menu-arrow {
    display: inline-block;
    margin-left: 5px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  /* line 29940, app/assets/stylesheets/theme/style.css */
  .sidebar-mini .sidebar .nav.sub-menu .nav-item::before {
    display: none;
  }
  /* line 29943, app/assets/stylesheets/theme/style.css */
  .sidebar-mini .main-panel {
    width: calc(100% - 185px);
  }
  /* line 29946, app/assets/stylesheets/theme/style.css */
  .sidebar-mini:not(.sidebar-icon-only) .sidebar .nav.sub-menu {
    padding: 0;
    border-top: none;
  }
  /* line 29950, app/assets/stylesheets/theme/style.css */
  .sidebar-mini:not(.sidebar-icon-only) .sidebar .nav.sub-menu .nav-item .nav-link {
    padding: .75rem 0 .75rem .15rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: left;
    width: 66%;
  }
}

@media (min-width: 992px) {
  /* line 29961, app/assets/stylesheets/theme/style.css */
  .sidebar-icon-only .navbar .navbar-brand-wrapper {
    width: 70px;
  }
  /* line 29964, app/assets/stylesheets/theme/style.css */
  .sidebar-icon-only .navbar .navbar-brand-wrapper .brand-logo {
    display: none;
  }
  /* line 29967, app/assets/stylesheets/theme/style.css */
  .sidebar-icon-only .navbar .navbar-brand-wrapper .brand-logo-mini {
    display: inline-block;
  }
  /* line 29970, app/assets/stylesheets/theme/style.css */
  .sidebar-icon-only .navbar .navbar-menu-wrapper {
    width: calc(100% - 70px);
  }
  /* line 29973, app/assets/stylesheets/theme/style.css */
  .sidebar-icon-only .sidebar {
    width: 70px;
  }
  /* line 29976, app/assets/stylesheets/theme/style.css */
  .sidebar-icon-only .sidebar .nav {
    overflow: visible;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 29981, app/assets/stylesheets/theme/style.css */
  .sidebar-icon-only .sidebar .nav .nav-item {
    position: relative;
  }
  /* line 29984, app/assets/stylesheets/theme/style.css */
  .sidebar-icon-only .sidebar .nav .nav-item .nav-link {
    display: block;
    padding-left: .5rem;
    padding-right: .5rem;
    text-align: center;
    position: static;
  }
  /* line 29991, app/assets/stylesheets/theme/style.css */
  .sidebar-icon-only .sidebar .nav .nav-item .nav-link .menu-title,
.sidebar-icon-only .sidebar .nav .nav-item .nav-link .badge, .sidebar-icon-only .sidebar .nav .nav-item .nav-link .menu-sub-title {
    display: none;
  }
  /* line 29995, app/assets/stylesheets/theme/style.css */
  .sidebar-icon-only .sidebar .nav .nav-item .nav-link .menu-title {
    border-radius: 0 5px 5px 0px;
    background: #4B49AC;
  }
  /* line 29999, app/assets/stylesheets/theme/style.css */
  .rtl.sidebar-icon-only .sidebar .nav .nav-item .nav-link .menu-title {
    border-radius: 5px 0 0 5px;
  }
  /* line 30002, app/assets/stylesheets/theme/style.css */
  .sidebar-icon-only .sidebar .nav .nav-item .nav-link i.menu-icon {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
  /* line 30007, app/assets/stylesheets/theme/style.css */
  .sidebar-icon-only .sidebar .nav .nav-item .nav-link i.menu-arrow {
    display: none;
  }
  /* line 30010, app/assets/stylesheets/theme/style.css */
  .sidebar-icon-only .sidebar .nav .nav-item .nav-link[aria-expanded] .menu-title {
    border-radius: 0 5px 0 0px;
  }
  /* line 30013, app/assets/stylesheets/theme/style.css */
  .rtl.sidebar-icon-only .sidebar .nav .nav-item .nav-link[aria-expanded] .menu-title {
    border-radius: 5px 0 0 0;
  }
  /* line 30016, app/assets/stylesheets/theme/style.css */
  .sidebar-icon-only .sidebar .nav .nav-item .collapse {
    display: none;
  }
  /* line 30019, app/assets/stylesheets/theme/style.css */
  .sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link .menu-title {
    display: flex;
    align-items: center;
    background: #4B49AC;
    padding: 0.5rem 1.4rem;
    left: 70px;
    position: absolute;
    text-align: left;
    top: 0;
    bottom: 0;
    width: 190px;
    z-index: 1;
    line-height: 1.8;
    box-shadow: 4px 0px 7px 0px rgba(182, 185, 189, 0.25);
  }
  /* line 30037, app/assets/stylesheets/theme/style.css */
  .sidebar-dark.sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link .menu-title {
    background: #232227;
  }
  /* line 30040, app/assets/stylesheets/theme/style.css */
  .rtl.sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link .menu-title {
    left: auto;
    right: 70px;
    text-align: left;
    box-shadow: -4px 0px 7px 0px rgba(182, 185, 189, 0.25);
  }
  /* line 30047, app/assets/stylesheets/theme/style.css */
  .sidebar-dark.sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link .menu-title {
    color: #ffffff;
  }
  /* line 30050, app/assets/stylesheets/theme/style.css */
  .sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link .menu-title:after {
    display: none;
  }
  /* line 30053, app/assets/stylesheets/theme/style.css */
  .sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link:hover .menu-title {
    background: #4B49AC;
  }
  /* line 30056, app/assets/stylesheets/theme/style.css */
  .sidebar-dark.sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link:hover .menu-title {
    background: #232227;
  }
  /* line 30059, app/assets/stylesheets/theme/style.css */
  .sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapse,
.sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapsing {
    display: block;
    background: #fff;
    border-radius: 0 0 5px 0;
    position: absolute;
    left: 70px;
    width: 190px;
    box-shadow: 4px 4px 7px 0px rgba(182, 185, 189, 0.25);
  }
  /* line 30070, app/assets/stylesheets/theme/style.css */
  .sidebar-dark.sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapse, .sidebar-dark.sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapsing {
    background: #232227;
  }
  /* line 30073, app/assets/stylesheets/theme/style.css */
  .rtl.sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapse, .rtl.sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapsing {
    left: auto;
    right: 70px;
    border-radius: 0 0 0 5px;
    box-shadow: -4px 4px 7px 0px rgba(182, 185, 189, 0.25);
  }
  /* line 30080, app/assets/stylesheets/theme/style.css */
  .sidebar-icon-only .sidebar .nav:not(.sub-menu) .nav-item.active {
    border-radius: 0;
  }
  /* line 30083, app/assets/stylesheets/theme/style.css */
  .sidebar-icon-only .sidebar .nav:not(.sub-menu) .nav-item:hover .nav-link {
    border-radius: 0;
  }
  /* line 30086, app/assets/stylesheets/theme/style.css */
  .sidebar-icon-only .sidebar .nav.sub-menu {
    padding: 0 0 0 1.5rem;
  }
  /* line 30089, app/assets/stylesheets/theme/style.css */
  .sidebar-dark.sidebar-icon-only .sidebar .nav.sub-menu {
    background: #232227;
  }
  /* line 30092, app/assets/stylesheets/theme/style.css */
  .sidebar-icon-only .sidebar .nav.sub-menu .nav-item .nav-link {
    text-align: left;
    padding-left: 20px;
  }
  /* line 30096, app/assets/stylesheets/theme/style.css */
  .sidebar-icon-only .main-panel {
    width: calc(100% - 70px);
  }
}

@media (min-width: 992px) {
  /* line 30102, app/assets/stylesheets/theme/style.css */
  .sidebar-hidden .sidebar {
    transition: width 0.25s ease;
    -webkit-transition: width 0.25s ease;
    -moz-transition: width 0.25s ease;
    -ms-transition: width 0.25s ease;
    width: 0;
  }
  /* line 30109, app/assets/stylesheets/theme/style.css */
  .sidebar-hidden .main-panel {
    width: 100%;
  }
}

@media (min-width: 992px) {
  /* line 30115, app/assets/stylesheets/theme/style.css */
  .sidebar-absolute .page-body-wrapper {
    position: relative;
  }
  /* line 30118, app/assets/stylesheets/theme/style.css */
  .sidebar-absolute .page-body-wrapper .sidebar {
    transition: none;
  }
  /* line 30122, app/assets/stylesheets/theme/style.css */
  .sidebar-absolute:not(.sidebar-hidden) .sidebar {
    position: absolute;
    height: 100%;
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    /* Firefox 3.5 - 3.6 */
    box-shadow: 0 0 3px 1px #a7a3a3;
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  }
  /* line 30131, app/assets/stylesheets/theme/style.css */
  .sidebar-absolute .main-panel {
    width: 100%;
    transition: none;
  }
}

@media (min-width: 992px) {
  /* line 30139, app/assets/stylesheets/theme/style.css */
  .sidebar-fixed .sidebar {
    position: fixed;
    max-height: auto;
  }
  /* line 30143, app/assets/stylesheets/theme/style.css */
  .sidebar-fixed .sidebar .nav {
    max-height: calc(100vh - 60px);
    overflow: auto;
    position: relative;
  }
  /* line 30148, app/assets/stylesheets/theme/style.css */
  .sidebar-fixed .sidebar .nav.sub-menu {
    max-height: none;
  }
  /* line 30151, app/assets/stylesheets/theme/style.css */
  .sidebar-fixed .sidebar .nav:not(.sub-menu) {
    padding-bottom: 3rem;
  }
  /* line 30154, app/assets/stylesheets/theme/style.css */
  .sidebar-fixed .main-panel {
    margin-left: 235px;
  }
  /* line 30157, app/assets/stylesheets/theme/style.css */
  .sidebar-fixed.sidebar-icon-only .main-panel {
    margin-left: 70px;
  }
}

@media (min-width: 992px) {
  /* line 30163, app/assets/stylesheets/theme/style.css */
  .boxed-layout .container-scroller {
    background: #c6c8ca;
    padding: 0 calc((100% - 1200px) / 2);
  }
  /* line 30167, app/assets/stylesheets/theme/style.css */
  .boxed-layout .navbar.fixed-top {
    margin: auto;
    max-width: 1200px;
  }
}

/* line 30173, app/assets/stylesheets/theme/style.css */
.rtl {
  direction: rtl;
  text-align: right;
}

/* line 30178, app/assets/stylesheets/theme/style.css */
.rtl .sidebar .nav {
  padding-right: 0;
}

/* line 30182, app/assets/stylesheets/theme/style.css */
.rtl .sidebar .nav.sub-menu {
  padding: 0 4.5rem 0 0;
}

/* line 30186, app/assets/stylesheets/theme/style.css */
.sidebar-icon-only.rtl .sidebar .nav.sub-menu {
  padding-right: 0rem;
}

/* line 30190, app/assets/stylesheets/theme/style.css */
.sidebar-icon-only.rtl .sidebar .nav.sub-menu .nav-item .nav-link {
  padding-right: 3rem;
  text-align: right;
}

/* line 30195, app/assets/stylesheets/theme/style.css */
.sidebar-icon-only.rtl .sidebar .nav.sub-menu .nav-item .nav-link:before {
  right: 1.75rem;
}

/* line 30199, app/assets/stylesheets/theme/style.css */
.rtl .product-chart-wrapper::-webkit-scrollbar,
.rtl .settings-panel .tab-content .tab-pane .scroll-wrapper::-webkit-scrollbar,
.rtl .sidebar-fixed .nav::-webkit-scrollbar,
.rtl .table-responsive::-webkit-scrollbar,
.rtl ul.chats::-webkit-scrollbar {
  width: 0.5em;
}

/* line 30207, app/assets/stylesheets/theme/style.css */
.rtl .product-chart-wrapper::-webkit-scrollbar-track,
.rtl .settings-panel .tab-content .tab-pane .scroll-wrapper::-webkit-scrollbar-track,
.rtl .sidebar-fixed .nav::-webkit-scrollbar-track,
.rtl .table-responsive::-webkit-scrollbar-track,
.rtl ul.chats::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

/* line 30216, app/assets/stylesheets/theme/style.css */
.rtl .product-chart-wrapper::-webkit-scrollbar-thumb,
.rtl .settings-panel .tab-content .tab-pane .scroll-wrapper::-webkit-scrollbar-thumb,
.rtl .sidebar-fixed .nav::-webkit-scrollbar-thumb,
.rtl .table-responsive::-webkit-scrollbar-thumb,
.rtl ul.chats::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

/* Settings Panel */
/* line 30226, app/assets/stylesheets/theme/style.css */
.settings-panel {
  border-left: 1px solid #CED4DA;
  display: block;
  position: fixed;
  top: 60px;
  right: -300px;
  bottom: 0;
  width: 300px;
  height: 100vh;
  min-height: 100%;
  background: #ffffff;
  transition-duration: 0.25s;
  transition-timing-function: ease;
  transition-property: right, box-shadow;
  z-index: 9999;
}

/* line 30252, app/assets/stylesheets/theme/style.css */
.settings-panel .nav-tabs {
  display: flex;
  justify-content: center;
  width: auto;
  margin: 0;
  padding: 0;
  background: #ffffff;
}

/* line 30263, app/assets/stylesheets/theme/style.css */
.settings-panel .nav-tabs .nav-item {
  border: none;
}

/* line 30267, app/assets/stylesheets/theme/style.css */
.settings-panel .nav-tabs .nav-item .nav-link {
  background: transparent;
  text-align: center;
  border: none;
  display: flex;
  align-items: center;
  color: #1F1F1F;
  transition-duration: 0.4s;
  transition-property: color;
  -webkit-transition-property: color;
  justify-content: center;
}

/* line 30286, app/assets/stylesheets/theme/style.css */
.settings-panel .nav-tabs .nav-item .nav-link.active {
  background: transparent;
  color: #4B49AC;
}

/* line 30291, app/assets/stylesheets/theme/style.css */
.settings-panel .tab-content {
  border: none;
  padding: 20px 0 0px 0;
}

/* line 30296, app/assets/stylesheets/theme/style.css */
.settings-panel .tab-content .tab-pane.scroll-wrapper {
  position: relative;
  max-height: 100vh;
  height: 100%;
  padding-bottom: 180px;
}

/* line 30303, app/assets/stylesheets/theme/style.css */
.settings-panel .settings-heading {
  padding: 16px 0 13px 35px;
  font-size: 0.875rem;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  line-height: 1;
  color: rgba(0, 0, 0, 0.9);
  opacity: 0.9;
  margin-bottom: 0;
  border-top: 1px solid #CED4DA;
  border-bottom: 1px solid #CED4DA;
}

/* line 30316, app/assets/stylesheets/theme/style.css */
.rtl .settings-panel .settings-heading {
  padding: 16px 35px 13px 0;
  text-align: right;
}

/* line 30321, app/assets/stylesheets/theme/style.css */
.rtl .settings-panel small.settings-heading, .rtl .settings-panel .settings-heading.small {
  padding: 16px 0 13px 12px;
}

/* line 30325, app/assets/stylesheets/theme/style.css */
.settings-panel .sidebar-bg-options {
  padding: 13px 35px;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1;
  color: #595959;
  background: #ffffff;
  transition-duration: 0.25s;
  transition-property: background;
}

/* line 30345, app/assets/stylesheets/theme/style.css */
.settings-panel .sidebar-bg-options.selected {
  background: #e6e9ed;
}

/* line 30349, app/assets/stylesheets/theme/style.css */
.settings-panel .color-tiles {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0px 35px 10px 35px;
  padding-top: 15px;
}

/* line 30360, app/assets/stylesheets/theme/style.css */
.settings-panel .color-tiles .tiles {
  margin: 10px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 30370, app/assets/stylesheets/theme/style.css */
.settings-panel .color-tiles .tiles:before {
  content: "";
  width: 0px;
  height: 0px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  border: 0;
  transition-duration: 0.25s;
  transition-timing-function: ease;
}

/* line 30388, app/assets/stylesheets/theme/style.css */
.settings-panel .color-tiles .tiles.selected:before {
  width: 10px;
  height: 10px;
  opacity: 1;
  border-width: 1px;
}

/* line 30395, app/assets/stylesheets/theme/style.css */
.settings-panel .color-tiles .tiles.light {
  border: 1px solid #e2e4e7;
}

/* line 30399, app/assets/stylesheets/theme/style.css */
.settings-panel .color-tiles .tiles.default {
  border: 1px solid #e2e4e7;
}

/* line 30403, app/assets/stylesheets/theme/style.css */
.settings-panel .chat-list {
  padding-left: 0;
}

/* line 30407, app/assets/stylesheets/theme/style.css */
.settings-panel .chat-list .list {
  padding: 0.4rem 0.8rem;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #CED4DA;
}

/* line 30416, app/assets/stylesheets/theme/style.css */
.settings-panel .chat-list .list:last-child {
  border-bottom: none;
}

/* line 30420, app/assets/stylesheets/theme/style.css */
.settings-panel .chat-list .list .profile {
  position: relative;
  margin-right: 1rem;
}

/* line 30425, app/assets/stylesheets/theme/style.css */
.settings-panel .chat-list .list .profile img {
  width: 2.50rem;
  height: 2.50rem;
  border-radius: 100%;
}

/* line 30431, app/assets/stylesheets/theme/style.css */
.settings-panel .chat-list .list .profile span {
  height: 0.75rem;
  width: 0.75rem;
  position: absolute;
  bottom: 0.34rem;
  right: 0;
  border: 0.13rem solid #ffffff;
  border-radius: 100%;
}

/* line 30441, app/assets/stylesheets/theme/style.css */
.settings-panel .chat-list .list .profile span.online {
  background: #57B657;
}

/* line 30445, app/assets/stylesheets/theme/style.css */
.settings-panel .chat-list .list .profile span.offline {
  background: #FFC100;
}

/* line 30449, app/assets/stylesheets/theme/style.css */
.settings-panel .chat-list .list .info {
  margin-right: auto;
}

/* line 30453, app/assets/stylesheets/theme/style.css */
.settings-panel .chat-list .list .info p {
  display: block;
  margin-bottom: 0;
}

/* line 30458, app/assets/stylesheets/theme/style.css */
.settings-panel .chat-list .list .info p:last-child {
  opacity: 0.5;
  font-size: 0.8rem;
}

/* line 30463, app/assets/stylesheets/theme/style.css */
.rtl .settings-panel .chat-list .list .info p:last-child {
  text-align: right;
}

/* line 30467, app/assets/stylesheets/theme/style.css */
.settings-panel .chat-list .list.active {
  background: #f8f9fa;
}

/* line 30471, app/assets/stylesheets/theme/style.css */
.settings-panel.open {
  right: 0;
}

/* line 30475, app/assets/stylesheets/theme/style.css */
.settings-panel .settings-close {
  position: absolute;
  top: 16px;
  right: 10px;
  color: #4B49AC;
  background: transparent;
  border-radius: 4px;
  padding: 0 3px;
  cursor: pointer;
  transition-duration: 0.2s;
  z-index: 999;
}

/* line 30491, app/assets/stylesheets/theme/style.css */
.settings-panel .settings-close:hover {
  background: rgba(255, 255, 255, 0.3);
}

/* line 30495, app/assets/stylesheets/theme/style.css */
.rtl .settings-panel .settings-close {
  right: unset;
  left: 10px;
}

/* line 30500, app/assets/stylesheets/theme/style.css */
.settings-panel .events p {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
}

/* line 30505, app/assets/stylesheets/theme/style.css */
.rtl .settings-panel .events p {
  text-align: right;
}

/* line 30509, app/assets/stylesheets/theme/style.css */
.rtl .settings-panel {
  right: unset;
  left: -300px;
  transition-property: left;
}

/* line 30518, app/assets/stylesheets/theme/style.css */
.rtl .settings-panel .chat-list {
  padding-right: 0;
}

/* line 30522, app/assets/stylesheets/theme/style.css */
.rtl .settings-panel .chat-list .list .profile {
  margin-right: 0;
  margin-left: 1rem;
}

/* line 30527, app/assets/stylesheets/theme/style.css */
.rtl .settings-panel .chat-list .list .info {
  margin-right: 0;
  margin-left: auto;
}

/* line 30532, app/assets/stylesheets/theme/style.css */
.rtl .settings-panel .chat-list .list .info .badge {
  margin-right: 10px;
}

/* line 30536, app/assets/stylesheets/theme/style.css */
.rtl .settings-panel.open {
  left: 0;
  right: unset;
}

/* line 30541, app/assets/stylesheets/theme/style.css */
#theme-settings .settings-close {
  top: 12px;
  background: transparent;
}

/* line 30546, app/assets/stylesheets/theme/style.css */
#settings-trigger {
  position: fixed;
  bottom: 40px;
  right: 30px;
  height: 45px;
  width: 45px;
  background: #4B49AC;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: both;
}

/* line 30578, app/assets/stylesheets/theme/style.css */
#settings-trigger i {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1rem;
}

/* line 30584, app/assets/stylesheets/theme/style.css */
.rtl #settings-trigger {
  right: auto;
  left: 30px;
}

@media (max-width: 991px) {
  /* line 30590, app/assets/stylesheets/theme/style.css */
  #settings-trigger {
    display: none;
  }
}
/* line 1, app/assets/stylesheets/custom.css */
.navbar .navbar-brand-wrapper .navbar-brand img {
  height: 65px !important;
}

/* line 4, app/assets/stylesheets/custom.css */
.auth .brand-logo {
  margin-bottom: 1rem !important;
}

/* line 7, app/assets/stylesheets/custom.css */
.auth .brand-logo img {
  width: 220px !important;
}

/* line 10, app/assets/stylesheets/custom.css */
#sheet_management_filter input[type="search"],
#users_list_filter input[type="search"] {
  width: 75% !important;
}

/* line 14, app/assets/stylesheets/custom.css */
#sheet_management_wrapper .dataTables_paginate,
#users_list_wrapper .dataTables_paginate {
  margin-bottom: 20px;
  font-size: 14px;
}

/* line 19, app/assets/stylesheets/custom.css */
#sheet_management_wrapper a,
#users_list_wrapper a {
  text-decoration: none;
}

/* line 23, app/assets/stylesheets/custom.css */
#sheet_management_wrapper .btn {
  padding: 0.5rem 0.81rem;
}

/* line 26, app/assets/stylesheets/custom.css */
#sheet_management_info,
#imported_data_info,
#report_data_info,
#users_list_info,
#checkout_data_info {
  float: left;
}

/* line 33, app/assets/stylesheets/custom.css */
#sheet_management_wrapper input[type="search"],
#report_data_wrapper input[type="search"],
#imported_data_wrapper input[type="text"],
#imported_data_wrapper input[type="search"],
#users_list_wrapper input[type="search"],
#checkout_data_wrapper input[type="search"] {
  width: 100%;
  height: 2rem;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 2px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 52, app/assets/stylesheets/custom.css */
#sheet_management_wrapper .dataTables_paginate .paginate_button,
#report_data_wrapper .dataTables_paginate .paginate_button,
#imported_data_wrapper .dataTables_paginate .paginate_button,
#users_list_wrapper .dataTables_paginate .paginate_button,
#checkout_data_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}

/* line 70, app/assets/stylesheets/custom.css */
#sheet_management_wrapper .dataTables_paginate .paginate_button.current, #sheet_management_wrapper .dataTables_paginate .paginate_button.current:hover,
#report_data_wrapper .dataTables_paginate .paginate_button.current, #report_data_wrapper .dataTables_paginate .paginate_button.current:hover,
#imported_data_wrapper .dataTables_paginate .paginate_button.current, #imported_data_wrapper .dataTables_paginate .paginate_button.current:hover,
#users_list_wrapper .dataTables_paginate .paginate_button.current, #users_list_wrapper .dataTables_paginate .paginate_button.current:hover,
#checkout_data_wrapper .dataTables_paginate .paginate_button.current, #checkout_data_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}

/* line 85, app/assets/stylesheets/custom.css */
#sheet_management_wrapper .dataTables_paginate .paginate_button.disabled, #sheet_management_wrapper .dataTables_paginate .paginate_button.disabled:hover, #sheet_management_wrapper .dataTables_paginate .paginate_button.disabled:active,
#report_data_wrapper .dataTables_paginate .paginate_button.disabled, #report_data_wrapper .dataTables_paginate .paginate_button.disabled:hover, #report_data_wrapper .dataTables_paginate .paginate_button.disabled:active,
#imported_data_wrapper .dataTables_paginate .paginate_button.disabled, #imported_data_wrapper .dataTables_paginate .paginate_button.disabled:hover, #imported_data_wrapper .dataTables_paginate .paginate_button.disabled:active,
#users_list_wrapper .dataTables_paginate .paginate_button.disabled, #users_list_wrapper .dataTables_paginate .paginate_button.disabled:hover, #users_list_wrapper .dataTables_paginate .paginate_button.disabled:active
#checkout_data_wrapper .dataTables_paginate .paginate_button.disabled, #checkout_data_wrapper .dataTables_paginate .paginate_button.disabled:hover, #checkout_data_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

/* line 96, app/assets/stylesheets/custom.css */
#sheet_management_wrapper .dataTables_paginate .paginate_button:hover,
#report_data_wrapper .dataTables_paginate .paginate_button:hover,
#imported_data_wrapper .dataTables_paginate .paginate_button:hover,
#users_list_wrapper .dataTables_paginate .paginate_button:hover,
#checkout_data_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #4B49AC;
  background-color: #4B49AC;
}

/* line 105, app/assets/stylesheets/custom.css */
#sheet_management_wrapper .dataTables_paginate .paginate_button:active,
#report_data_wrapper .dataTables_paginate .paginate_button:active,
#imported_data_wrapper .dataTables_paginate .paginate_button:active,
#users_list_wrapper .dataTables_paginate .paginate_button:active,
#checkout_data_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  box-shadow: inset 0 0 3px #111;
}

/* line 120, app/assets/stylesheets/custom.css */
#report-filters .datepicker.datepicker-dropdown, .datepicker.datepicker-inline {
  max-width: 250px !important;
}

/* line 123, app/assets/stylesheets/custom.css */
#report-filters .datepicker table {
  width: 100% !important;
}

/* line 126, app/assets/stylesheets/custom.css */
#report-filters .input-group .input-group-append {
  height: 41px !important;
}

/* line 129, app/assets/stylesheets/custom.css */
#report-filters .input-daterange .input-group-addon {
  padding: 10px !important;
}

/* line 132, app/assets/stylesheets/custom.css */
#report-filters .input-group .input-group-append .input-group-text {
  background: #4B49AC !important;
}

/* line 135, app/assets/stylesheets/custom.css */
#imported_data_wrapper input[type="search"] {
  width: 77% !important;
}

/* line 138, app/assets/stylesheets/custom.css */
#imported_data_wrapper .dataTables_paginate {
  margin-top: 20px;
  font-size: 14px;
}

/* line 142, app/assets/stylesheets/custom.css */
#imported_data_info {
  padding-top: 25px !important;
}

/* line 145, app/assets/stylesheets/custom.css */
#imported_data_card .col-12 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* line 149, app/assets/stylesheets/custom.css */
#report_data_wrapper input[type="search"],
#checkout_data_wrapper input[type="search"] {
  width: 77% !important;
}

/* line 153, app/assets/stylesheets/custom.css */
#report_data_wrapper .dataTables_paginate,
#checkout_data_wrapper .dataTables_paginate {
  margin-top: 20px;
  font-size: 14px;
}

/* line 158, app/assets/stylesheets/custom.css */
#report_data_info,
#checkout_data_info {
  padding-top: 25px !important;
}

/* line 162, app/assets/stylesheets/custom.css */
#report_data_card .col-12 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* line 166, app/assets/stylesheets/custom.css */
#addStockModal.modal .modal-dialog {
  margin-top: 25px !important;
}

/* line 169, app/assets/stylesheets/custom.css */
#addStockModal.modal .modal-dialog .modal-content .modal-header {
  padding: 1rem 1rem !important;
}

/* line 172, app/assets/stylesheets/custom.css */
.error {
  color: red !important;
}

/* line 175, app/assets/stylesheets/custom.css */
#loginForm label.error {
  color: red;
}

/* line 178, app/assets/stylesheets/custom.css */
#loginForm .login-input {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 182, app/assets/stylesheets/custom.css */
#loginForm .field-icon {
  float: right;
  right: 10px;
  margin-top: -35px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* line 1, ../usr/local/bundle/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
.toast-title {
  font-weight: bold;
}

/* line 4, ../usr/local/bundle/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
.toast-message {
  word-wrap: break-word;
}

/* line 8, ../usr/local/bundle/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
.toast-message a,
.toast-message label {
  color: #FFF;
}

/* line 12, ../usr/local/bundle/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
.toast-message a:hover {
  color: #CCC;
  text-decoration: none;
}

/* line 17, ../usr/local/bundle/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
.toast-top-left {
  top: 12px;
  left: 12px;
}

/* line 22, ../usr/local/bundle/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

/* line 27, ../usr/local/bundle/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
.toast-bottom-left {
  left: 12px;
  bottom: 12px;
}

/* line 32, ../usr/local/bundle/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
#toast-container {
  position: fixed;
  z-index: 9999;
}

/* line 37, ../usr/local/bundle/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, ../usr/local/bundle/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
.toast {
  background-color: #030303;
}

/* line 60, ../usr/local/bundle/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
.toast-success {
  background-color: #51A351;
}

/* line 64, ../usr/local/bundle/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
.toast-error {
  background-color: #BD362F;
}

/* line 68, ../usr/local/bundle/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
.toast-info {
  background-color: #2F96B4;
}

/* line 72, ../usr/local/bundle/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
.toast-warning {
  background-color: #F89406;
}

/* line 75, ../usr/local/bundle/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
.toast-top-right {
  top: 12px;
  right: 12px;
}

/* line 80, ../usr/local/bundle/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, ../usr/local/bundle/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, ../usr/local/bundle/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, ../usr/local/bundle/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, ../usr/local/bundle/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;
}
