@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:200,400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:200,400,700&display=swap");
html {
  font-family: "Roboto", sans-serif;
  line-height: 1.15;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #000000;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 35%);
}

body {
  margin: 0;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 35%);
}

.bv-no-focus-ring:focus {
  outline: none;
}

@media (max-width: 575.98px) {
  .bv-d-xs-down-none {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .bv-d-sm-down-none {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .bv-d-md-down-none {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .bv-d-lg-down-none {
    display: none !important;
  }
}
.bv-d-xl-down-none {
  display: none !important;
}

#solid-app-container, div[id*=_modal_outer_], .b-toaster {
  font-family: "Roboto", sans-serif;
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #1CF196;
  --secondary: #1CF196;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #1CF196;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0bb56d;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
#solid-app-container .img-fluid, div[id*=_modal_outer_] .img-fluid, .b-toaster .img-fluid {
  max-width: 100%;
  height: auto;
}
#solid-app-container .img-thumbnail, div[id*=_modal_outer_] .img-thumbnail, .b-toaster .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
#solid-app-container .figure, div[id*=_modal_outer_] .figure, .b-toaster .figure {
  display: inline-block;
}
#solid-app-container .figure-img, div[id*=_modal_outer_] .figure-img, .b-toaster .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
#solid-app-container .figure-caption, div[id*=_modal_outer_] .figure-caption, .b-toaster .figure-caption {
  font-size: 90%;
  color: #6c757d;
}
#solid-app-container code, div[id*=_modal_outer_] code, .b-toaster code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > #solid-app-container code, a > div[id*=_modal_outer_] code, a > .b-toaster code {
  color: inherit;
}
#solid-app-container kbd, div[id*=_modal_outer_] kbd, .b-toaster kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
#solid-app-container kbd kbd, div[id*=_modal_outer_] kbd kbd, .b-toaster kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
#solid-app-container pre, div[id*=_modal_outer_] pre, .b-toaster pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
#solid-app-container pre code, div[id*=_modal_outer_] pre code, .b-toaster pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
#solid-app-container .pre-scrollable, div[id*=_modal_outer_] .pre-scrollable, .b-toaster .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
#solid-app-container .container,
#solid-app-container .container-fluid,
#solid-app-container .container-xl,
#solid-app-container .container-lg,
#solid-app-container .container-md,
#solid-app-container .container-sm, div[id*=_modal_outer_] .container,
div[id*=_modal_outer_] .container-fluid,
div[id*=_modal_outer_] .container-xl,
div[id*=_modal_outer_] .b-toaster .container-xl,
.b-toaster div[id*=_modal_outer_] .container-xl,
div[id*=_modal_outer_] .container-lg,
div[id*=_modal_outer_] .b-toaster .container-lg,
.b-toaster div[id*=_modal_outer_] .container-lg,
div[id*=_modal_outer_] .container-md,
div[id*=_modal_outer_] .b-toaster .container-md,
.b-toaster div[id*=_modal_outer_] .container-md,
div[id*=_modal_outer_] .container-sm,
div[id*=_modal_outer_] .b-toaster .container-sm,
.b-toaster div[id*=_modal_outer_] .container-sm, .b-toaster .container,
.b-toaster .container-fluid,
.b-toaster div[id*=_modal_outer_] .container-xl,
div[id*=_modal_outer_] .b-toaster .container-xl,
.b-toaster .container-xl,
.b-toaster div[id*=_modal_outer_] .container-lg,
div[id*=_modal_outer_] .b-toaster .container-lg,
.b-toaster .container-lg,
.b-toaster div[id*=_modal_outer_] .container-md,
div[id*=_modal_outer_] .b-toaster .container-md,
.b-toaster .container-md,
.b-toaster div[id*=_modal_outer_] .container-sm,
div[id*=_modal_outer_] .b-toaster .container-sm,
.b-toaster .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  #solid-app-container .container-sm, #solid-app-container .container, div[id*=_modal_outer_] .container-sm, div[id*=_modal_outer_] .b-toaster .container-sm, .b-toaster div[id*=_modal_outer_] .container-sm, div[id*=_modal_outer_] .container, div[id*=_modal_outer_] .b-toaster .container, .b-toaster div[id*=_modal_outer_] .container, .b-toaster div[id*=_modal_outer_] .container-sm, div[id*=_modal_outer_] .b-toaster .container-sm, .b-toaster .container-sm, .b-toaster div[id*=_modal_outer_] .container, div[id*=_modal_outer_] .b-toaster .container, .b-toaster .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  #solid-app-container .container-md, #solid-app-container .container-sm, #solid-app-container .container, div[id*=_modal_outer_] .container-md, div[id*=_modal_outer_] .b-toaster .container-md, .b-toaster div[id*=_modal_outer_] .container-md, div[id*=_modal_outer_] .container-sm, div[id*=_modal_outer_] .b-toaster .container-sm, .b-toaster div[id*=_modal_outer_] .container-sm, div[id*=_modal_outer_] .container, div[id*=_modal_outer_] .b-toaster .container, .b-toaster div[id*=_modal_outer_] .container, .b-toaster div[id*=_modal_outer_] .container-md, div[id*=_modal_outer_] .b-toaster .container-md, .b-toaster .container-md, .b-toaster div[id*=_modal_outer_] .container-sm, div[id*=_modal_outer_] .b-toaster .container-sm, .b-toaster .container-sm, .b-toaster div[id*=_modal_outer_] .container, div[id*=_modal_outer_] .b-toaster .container, .b-toaster .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #solid-app-container .container-lg, #solid-app-container .container-md, #solid-app-container .container-sm, #solid-app-container .container, div[id*=_modal_outer_] .container-lg, div[id*=_modal_outer_] .b-toaster .container-lg, .b-toaster div[id*=_modal_outer_] .container-lg, div[id*=_modal_outer_] .container-md, div[id*=_modal_outer_] .b-toaster .container-md, .b-toaster div[id*=_modal_outer_] .container-md, div[id*=_modal_outer_] .container-sm, div[id*=_modal_outer_] .b-toaster .container-sm, .b-toaster div[id*=_modal_outer_] .container-sm, div[id*=_modal_outer_] .container, div[id*=_modal_outer_] .b-toaster .container, .b-toaster div[id*=_modal_outer_] .container, .b-toaster div[id*=_modal_outer_] .container-lg, div[id*=_modal_outer_] .b-toaster .container-lg, .b-toaster .container-lg, .b-toaster div[id*=_modal_outer_] .container-md, div[id*=_modal_outer_] .b-toaster .container-md, .b-toaster .container-md, .b-toaster div[id*=_modal_outer_] .container-sm, div[id*=_modal_outer_] .b-toaster .container-sm, .b-toaster .container-sm, .b-toaster div[id*=_modal_outer_] .container, div[id*=_modal_outer_] .b-toaster .container, .b-toaster .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #solid-app-container .container-xl, #solid-app-container .container-lg, #solid-app-container .container-md, #solid-app-container .container-sm, #solid-app-container .container, div[id*=_modal_outer_] .container-xl, div[id*=_modal_outer_] .b-toaster .container-xl, .b-toaster div[id*=_modal_outer_] .container-xl, div[id*=_modal_outer_] .container-lg, div[id*=_modal_outer_] .b-toaster .container-lg, .b-toaster div[id*=_modal_outer_] .container-lg, div[id*=_modal_outer_] .container-md, div[id*=_modal_outer_] .b-toaster .container-md, .b-toaster div[id*=_modal_outer_] .container-md, div[id*=_modal_outer_] .container-sm, div[id*=_modal_outer_] .b-toaster .container-sm, .b-toaster div[id*=_modal_outer_] .container-sm, div[id*=_modal_outer_] .container, div[id*=_modal_outer_] .b-toaster .container, .b-toaster div[id*=_modal_outer_] .container, .b-toaster div[id*=_modal_outer_] .container-xl, div[id*=_modal_outer_] .b-toaster .container-xl, .b-toaster .container-xl, .b-toaster div[id*=_modal_outer_] .container-lg, div[id*=_modal_outer_] .b-toaster .container-lg, .b-toaster .container-lg, .b-toaster div[id*=_modal_outer_] .container-md, div[id*=_modal_outer_] .b-toaster .container-md, .b-toaster .container-md, .b-toaster div[id*=_modal_outer_] .container-sm, div[id*=_modal_outer_] .b-toaster .container-sm, .b-toaster .container-sm, .b-toaster div[id*=_modal_outer_] .container, div[id*=_modal_outer_] .b-toaster .container, .b-toaster .container {
    max-width: 1140px;
  }
}
#solid-app-container .row, div[id*=_modal_outer_] .row, .b-toaster .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
#solid-app-container .no-gutters, div[id*=_modal_outer_] .no-gutters, .b-toaster .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
#solid-app-container .no-gutters > .col,
#solid-app-container .no-gutters > [class*=col-], div[id*=_modal_outer_] .no-gutters > .col,
div[id*=_modal_outer_] .no-gutters > [class*=col-], .b-toaster .no-gutters > .col,
.b-toaster .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
#solid-app-container .col-xl,
#solid-app-container .col-xl-auto, #solid-app-container div[id*=_modal_outer_] .col-xl, div[id*=_modal_outer_] #solid-app-container .col-xl,
#solid-app-container div[id*=_modal_outer_] .col-xl-auto,
div[id*=_modal_outer_] #solid-app-container .col-xl-auto, #solid-app-container .b-toaster .col-xl, .b-toaster #solid-app-container .col-xl,
#solid-app-container .b-toaster .col-xl-auto,
.b-toaster #solid-app-container .col-xl-auto, #solid-app-container .col-xl-12, #solid-app-container div[id*=_modal_outer_] .col-xl-12, div[id*=_modal_outer_] #solid-app-container .col-xl-12, #solid-app-container .b-toaster .col-xl-12, .b-toaster #solid-app-container .col-xl-12, #solid-app-container .col-xl-11, #solid-app-container div[id*=_modal_outer_] .col-xl-11, div[id*=_modal_outer_] #solid-app-container .col-xl-11, #solid-app-container .b-toaster .col-xl-11, .b-toaster #solid-app-container .col-xl-11, #solid-app-container .col-xl-10, #solid-app-container div[id*=_modal_outer_] .col-xl-10, div[id*=_modal_outer_] #solid-app-container .col-xl-10, #solid-app-container .b-toaster .col-xl-10, .b-toaster #solid-app-container .col-xl-10, #solid-app-container .col-xl-9, #solid-app-container div[id*=_modal_outer_] .col-xl-9, div[id*=_modal_outer_] #solid-app-container .col-xl-9, #solid-app-container .b-toaster .col-xl-9, .b-toaster #solid-app-container .col-xl-9, #solid-app-container .col-xl-8, #solid-app-container div[id*=_modal_outer_] .col-xl-8, div[id*=_modal_outer_] #solid-app-container .col-xl-8, #solid-app-container .b-toaster .col-xl-8, .b-toaster #solid-app-container .col-xl-8, #solid-app-container .col-xl-7, #solid-app-container div[id*=_modal_outer_] .col-xl-7, div[id*=_modal_outer_] #solid-app-container .col-xl-7, #solid-app-container .b-toaster .col-xl-7, .b-toaster #solid-app-container .col-xl-7, #solid-app-container .col-xl-6, #solid-app-container div[id*=_modal_outer_] .col-xl-6, div[id*=_modal_outer_] #solid-app-container .col-xl-6, #solid-app-container .b-toaster .col-xl-6, .b-toaster #solid-app-container .col-xl-6, #solid-app-container .col-xl-5, #solid-app-container div[id*=_modal_outer_] .col-xl-5, div[id*=_modal_outer_] #solid-app-container .col-xl-5, #solid-app-container .b-toaster .col-xl-5, .b-toaster #solid-app-container .col-xl-5, #solid-app-container .col-xl-4, #solid-app-container div[id*=_modal_outer_] .col-xl-4, div[id*=_modal_outer_] #solid-app-container .col-xl-4, #solid-app-container .b-toaster .col-xl-4, .b-toaster #solid-app-container .col-xl-4, #solid-app-container .col-xl-3, #solid-app-container div[id*=_modal_outer_] .col-xl-3, div[id*=_modal_outer_] #solid-app-container .col-xl-3, #solid-app-container .b-toaster .col-xl-3, .b-toaster #solid-app-container .col-xl-3, #solid-app-container .col-xl-2, #solid-app-container div[id*=_modal_outer_] .col-xl-2, div[id*=_modal_outer_] #solid-app-container .col-xl-2, #solid-app-container .b-toaster .col-xl-2, .b-toaster #solid-app-container .col-xl-2, #solid-app-container .col-xl-1, #solid-app-container div[id*=_modal_outer_] .col-xl-1, div[id*=_modal_outer_] #solid-app-container .col-xl-1, #solid-app-container .b-toaster .col-xl-1, .b-toaster #solid-app-container .col-xl-1, #solid-app-container .col-lg,
#solid-app-container .col-lg-auto, #solid-app-container div[id*=_modal_outer_] .col-lg, div[id*=_modal_outer_] #solid-app-container .col-lg,
#solid-app-container div[id*=_modal_outer_] .col-lg-auto,
div[id*=_modal_outer_] #solid-app-container .col-lg-auto, #solid-app-container .b-toaster .col-lg, .b-toaster #solid-app-container .col-lg,
#solid-app-container .b-toaster .col-lg-auto,
.b-toaster #solid-app-container .col-lg-auto, #solid-app-container .col-lg-12, #solid-app-container div[id*=_modal_outer_] .col-lg-12, div[id*=_modal_outer_] #solid-app-container .col-lg-12, #solid-app-container .b-toaster .col-lg-12, .b-toaster #solid-app-container .col-lg-12, #solid-app-container .col-lg-11, #solid-app-container div[id*=_modal_outer_] .col-lg-11, div[id*=_modal_outer_] #solid-app-container .col-lg-11, #solid-app-container .b-toaster .col-lg-11, .b-toaster #solid-app-container .col-lg-11, #solid-app-container .col-lg-10, #solid-app-container div[id*=_modal_outer_] .col-lg-10, div[id*=_modal_outer_] #solid-app-container .col-lg-10, #solid-app-container .b-toaster .col-lg-10, .b-toaster #solid-app-container .col-lg-10, #solid-app-container .col-lg-9, #solid-app-container div[id*=_modal_outer_] .col-lg-9, div[id*=_modal_outer_] #solid-app-container .col-lg-9, #solid-app-container .b-toaster .col-lg-9, .b-toaster #solid-app-container .col-lg-9, #solid-app-container .col-lg-8, #solid-app-container div[id*=_modal_outer_] .col-lg-8, div[id*=_modal_outer_] #solid-app-container .col-lg-8, #solid-app-container .b-toaster .col-lg-8, .b-toaster #solid-app-container .col-lg-8, #solid-app-container .col-lg-7, #solid-app-container div[id*=_modal_outer_] .col-lg-7, div[id*=_modal_outer_] #solid-app-container .col-lg-7, #solid-app-container .b-toaster .col-lg-7, .b-toaster #solid-app-container .col-lg-7, #solid-app-container .col-lg-6, #solid-app-container div[id*=_modal_outer_] .col-lg-6, div[id*=_modal_outer_] #solid-app-container .col-lg-6, #solid-app-container .b-toaster .col-lg-6, .b-toaster #solid-app-container .col-lg-6, #solid-app-container .col-lg-5, #solid-app-container div[id*=_modal_outer_] .col-lg-5, div[id*=_modal_outer_] #solid-app-container .col-lg-5, #solid-app-container .b-toaster .col-lg-5, .b-toaster #solid-app-container .col-lg-5, #solid-app-container .col-lg-4, #solid-app-container div[id*=_modal_outer_] .col-lg-4, div[id*=_modal_outer_] #solid-app-container .col-lg-4, #solid-app-container .b-toaster .col-lg-4, .b-toaster #solid-app-container .col-lg-4, #solid-app-container .col-lg-3, #solid-app-container div[id*=_modal_outer_] .col-lg-3, div[id*=_modal_outer_] #solid-app-container .col-lg-3, #solid-app-container .b-toaster .col-lg-3, .b-toaster #solid-app-container .col-lg-3, #solid-app-container .col-lg-2, #solid-app-container div[id*=_modal_outer_] .col-lg-2, div[id*=_modal_outer_] #solid-app-container .col-lg-2, #solid-app-container .b-toaster .col-lg-2, .b-toaster #solid-app-container .col-lg-2, #solid-app-container .col-lg-1, #solid-app-container div[id*=_modal_outer_] .col-lg-1, div[id*=_modal_outer_] #solid-app-container .col-lg-1, #solid-app-container .b-toaster .col-lg-1, .b-toaster #solid-app-container .col-lg-1, #solid-app-container .col-md,
#solid-app-container .col-md-auto, #solid-app-container div[id*=_modal_outer_] .col-md, div[id*=_modal_outer_] #solid-app-container .col-md,
#solid-app-container div[id*=_modal_outer_] .col-md-auto,
div[id*=_modal_outer_] #solid-app-container .col-md-auto, #solid-app-container .b-toaster .col-md, .b-toaster #solid-app-container .col-md,
#solid-app-container .b-toaster .col-md-auto,
.b-toaster #solid-app-container .col-md-auto, #solid-app-container .col-md-12, #solid-app-container div[id*=_modal_outer_] .col-md-12, div[id*=_modal_outer_] #solid-app-container .col-md-12, #solid-app-container .b-toaster .col-md-12, .b-toaster #solid-app-container .col-md-12, #solid-app-container .col-md-11, #solid-app-container div[id*=_modal_outer_] .col-md-11, div[id*=_modal_outer_] #solid-app-container .col-md-11, #solid-app-container .b-toaster .col-md-11, .b-toaster #solid-app-container .col-md-11, #solid-app-container .col-md-10, #solid-app-container div[id*=_modal_outer_] .col-md-10, div[id*=_modal_outer_] #solid-app-container .col-md-10, #solid-app-container .b-toaster .col-md-10, .b-toaster #solid-app-container .col-md-10, #solid-app-container .col-md-9, #solid-app-container div[id*=_modal_outer_] .col-md-9, div[id*=_modal_outer_] #solid-app-container .col-md-9, #solid-app-container .b-toaster .col-md-9, .b-toaster #solid-app-container .col-md-9, #solid-app-container .col-md-8, #solid-app-container div[id*=_modal_outer_] .col-md-8, div[id*=_modal_outer_] #solid-app-container .col-md-8, #solid-app-container .b-toaster .col-md-8, .b-toaster #solid-app-container .col-md-8, #solid-app-container .col-md-7, #solid-app-container div[id*=_modal_outer_] .col-md-7, div[id*=_modal_outer_] #solid-app-container .col-md-7, #solid-app-container .b-toaster .col-md-7, .b-toaster #solid-app-container .col-md-7, #solid-app-container .col-md-6, #solid-app-container div[id*=_modal_outer_] .col-md-6, div[id*=_modal_outer_] #solid-app-container .col-md-6, #solid-app-container .b-toaster .col-md-6, .b-toaster #solid-app-container .col-md-6, #solid-app-container .col-md-5, #solid-app-container div[id*=_modal_outer_] .col-md-5, div[id*=_modal_outer_] #solid-app-container .col-md-5, #solid-app-container .b-toaster .col-md-5, .b-toaster #solid-app-container .col-md-5, #solid-app-container .col-md-4, #solid-app-container div[id*=_modal_outer_] .col-md-4, div[id*=_modal_outer_] #solid-app-container .col-md-4, #solid-app-container .b-toaster .col-md-4, .b-toaster #solid-app-container .col-md-4, #solid-app-container .col-md-3, #solid-app-container div[id*=_modal_outer_] .col-md-3, div[id*=_modal_outer_] #solid-app-container .col-md-3, #solid-app-container .b-toaster .col-md-3, .b-toaster #solid-app-container .col-md-3, #solid-app-container .col-md-2, #solid-app-container div[id*=_modal_outer_] .col-md-2, div[id*=_modal_outer_] #solid-app-container .col-md-2, #solid-app-container .b-toaster .col-md-2, .b-toaster #solid-app-container .col-md-2, #solid-app-container .col-md-1, #solid-app-container div[id*=_modal_outer_] .col-md-1, div[id*=_modal_outer_] #solid-app-container .col-md-1, #solid-app-container .b-toaster .col-md-1, .b-toaster #solid-app-container .col-md-1, #solid-app-container .col-sm,
#solid-app-container .col-sm-auto, #solid-app-container div[id*=_modal_outer_] .col-sm, div[id*=_modal_outer_] #solid-app-container .col-sm,
#solid-app-container div[id*=_modal_outer_] .col-sm-auto,
div[id*=_modal_outer_] #solid-app-container .col-sm-auto, #solid-app-container .b-toaster .col-sm, .b-toaster #solid-app-container .col-sm,
#solid-app-container .b-toaster .col-sm-auto,
.b-toaster #solid-app-container .col-sm-auto, #solid-app-container .col-sm-12, #solid-app-container div[id*=_modal_outer_] .col-sm-12, div[id*=_modal_outer_] #solid-app-container .col-sm-12, #solid-app-container .b-toaster .col-sm-12, .b-toaster #solid-app-container .col-sm-12, #solid-app-container .col-sm-11, #solid-app-container div[id*=_modal_outer_] .col-sm-11, div[id*=_modal_outer_] #solid-app-container .col-sm-11, #solid-app-container .b-toaster .col-sm-11, .b-toaster #solid-app-container .col-sm-11, #solid-app-container .col-sm-10, #solid-app-container div[id*=_modal_outer_] .col-sm-10, div[id*=_modal_outer_] #solid-app-container .col-sm-10, #solid-app-container .b-toaster .col-sm-10, .b-toaster #solid-app-container .col-sm-10, #solid-app-container .col-sm-9, #solid-app-container div[id*=_modal_outer_] .col-sm-9, div[id*=_modal_outer_] #solid-app-container .col-sm-9, #solid-app-container .b-toaster .col-sm-9, .b-toaster #solid-app-container .col-sm-9, #solid-app-container .col-sm-8, #solid-app-container div[id*=_modal_outer_] .col-sm-8, div[id*=_modal_outer_] #solid-app-container .col-sm-8, #solid-app-container .b-toaster .col-sm-8, .b-toaster #solid-app-container .col-sm-8, #solid-app-container .col-sm-7, #solid-app-container div[id*=_modal_outer_] .col-sm-7, div[id*=_modal_outer_] #solid-app-container .col-sm-7, #solid-app-container .b-toaster .col-sm-7, .b-toaster #solid-app-container .col-sm-7, #solid-app-container .col-sm-6, #solid-app-container div[id*=_modal_outer_] .col-sm-6, div[id*=_modal_outer_] #solid-app-container .col-sm-6, #solid-app-container .b-toaster .col-sm-6, .b-toaster #solid-app-container .col-sm-6, #solid-app-container .col-sm-5, #solid-app-container div[id*=_modal_outer_] .col-sm-5, div[id*=_modal_outer_] #solid-app-container .col-sm-5, #solid-app-container .b-toaster .col-sm-5, .b-toaster #solid-app-container .col-sm-5, #solid-app-container .col-sm-4, #solid-app-container div[id*=_modal_outer_] .col-sm-4, div[id*=_modal_outer_] #solid-app-container .col-sm-4, #solid-app-container .b-toaster .col-sm-4, .b-toaster #solid-app-container .col-sm-4, #solid-app-container .col-sm-3, #solid-app-container div[id*=_modal_outer_] .col-sm-3, div[id*=_modal_outer_] #solid-app-container .col-sm-3, #solid-app-container .b-toaster .col-sm-3, .b-toaster #solid-app-container .col-sm-3, #solid-app-container .col-sm-2, #solid-app-container div[id*=_modal_outer_] .col-sm-2, div[id*=_modal_outer_] #solid-app-container .col-sm-2, #solid-app-container .b-toaster .col-sm-2, .b-toaster #solid-app-container .col-sm-2, #solid-app-container .col-sm-1, #solid-app-container div[id*=_modal_outer_] .col-sm-1, div[id*=_modal_outer_] #solid-app-container .col-sm-1, #solid-app-container .b-toaster .col-sm-1, .b-toaster #solid-app-container .col-sm-1, #solid-app-container .col,
#solid-app-container .col-auto, #solid-app-container div[id*=_modal_outer_] .col, div[id*=_modal_outer_] #solid-app-container .col,
#solid-app-container div[id*=_modal_outer_] .col-auto,
div[id*=_modal_outer_] #solid-app-container .col-auto, #solid-app-container .b-toaster .col, .b-toaster #solid-app-container .col,
#solid-app-container .b-toaster .col-auto,
.b-toaster #solid-app-container .col-auto, #solid-app-container .col-12, #solid-app-container .col-11, #solid-app-container .col-10, #solid-app-container .col-9, #solid-app-container .col-8, #solid-app-container .col-7, #solid-app-container .col-6, #solid-app-container .col-5, #solid-app-container .col-4, #solid-app-container .col-3, #solid-app-container .col-2, #solid-app-container .col-1, div[id*=_modal_outer_] #solid-app-container .col-xl, #solid-app-container div[id*=_modal_outer_] .col-xl,
div[id*=_modal_outer_] #solid-app-container .col-xl-auto,
#solid-app-container div[id*=_modal_outer_] .col-xl-auto, div[id*=_modal_outer_] .col-xl,
div[id*=_modal_outer_] .col-xl-auto, div[id*=_modal_outer_] .b-toaster .col-xl, .b-toaster div[id*=_modal_outer_] .col-xl,
div[id*=_modal_outer_] .b-toaster .col-xl-auto,
.b-toaster div[id*=_modal_outer_] .col-xl-auto, div[id*=_modal_outer_] #solid-app-container .col-xl-12, #solid-app-container div[id*=_modal_outer_] .col-xl-12, div[id*=_modal_outer_] .col-xl-12, div[id*=_modal_outer_] .b-toaster .col-xl-12, .b-toaster div[id*=_modal_outer_] .col-xl-12, div[id*=_modal_outer_] #solid-app-container .col-xl-11, #solid-app-container div[id*=_modal_outer_] .col-xl-11, div[id*=_modal_outer_] .col-xl-11, div[id*=_modal_outer_] .b-toaster .col-xl-11, .b-toaster div[id*=_modal_outer_] .col-xl-11, div[id*=_modal_outer_] #solid-app-container .col-xl-10, #solid-app-container div[id*=_modal_outer_] .col-xl-10, div[id*=_modal_outer_] .col-xl-10, div[id*=_modal_outer_] .b-toaster .col-xl-10, .b-toaster div[id*=_modal_outer_] .col-xl-10, div[id*=_modal_outer_] #solid-app-container .col-xl-9, #solid-app-container div[id*=_modal_outer_] .col-xl-9, div[id*=_modal_outer_] .col-xl-9, div[id*=_modal_outer_] .b-toaster .col-xl-9, .b-toaster div[id*=_modal_outer_] .col-xl-9, div[id*=_modal_outer_] #solid-app-container .col-xl-8, #solid-app-container div[id*=_modal_outer_] .col-xl-8, div[id*=_modal_outer_] .col-xl-8, div[id*=_modal_outer_] .b-toaster .col-xl-8, .b-toaster div[id*=_modal_outer_] .col-xl-8, div[id*=_modal_outer_] #solid-app-container .col-xl-7, #solid-app-container div[id*=_modal_outer_] .col-xl-7, div[id*=_modal_outer_] .col-xl-7, div[id*=_modal_outer_] .b-toaster .col-xl-7, .b-toaster div[id*=_modal_outer_] .col-xl-7, div[id*=_modal_outer_] #solid-app-container .col-xl-6, #solid-app-container div[id*=_modal_outer_] .col-xl-6, div[id*=_modal_outer_] .col-xl-6, div[id*=_modal_outer_] .b-toaster .col-xl-6, .b-toaster div[id*=_modal_outer_] .col-xl-6, div[id*=_modal_outer_] #solid-app-container .col-xl-5, #solid-app-container div[id*=_modal_outer_] .col-xl-5, div[id*=_modal_outer_] .col-xl-5, div[id*=_modal_outer_] .b-toaster .col-xl-5, .b-toaster div[id*=_modal_outer_] .col-xl-5, div[id*=_modal_outer_] #solid-app-container .col-xl-4, #solid-app-container div[id*=_modal_outer_] .col-xl-4, div[id*=_modal_outer_] .col-xl-4, div[id*=_modal_outer_] .b-toaster .col-xl-4, .b-toaster div[id*=_modal_outer_] .col-xl-4, div[id*=_modal_outer_] #solid-app-container .col-xl-3, #solid-app-container div[id*=_modal_outer_] .col-xl-3, div[id*=_modal_outer_] .col-xl-3, div[id*=_modal_outer_] .b-toaster .col-xl-3, .b-toaster div[id*=_modal_outer_] .col-xl-3, div[id*=_modal_outer_] #solid-app-container .col-xl-2, #solid-app-container div[id*=_modal_outer_] .col-xl-2, div[id*=_modal_outer_] .col-xl-2, div[id*=_modal_outer_] .b-toaster .col-xl-2, .b-toaster div[id*=_modal_outer_] .col-xl-2, div[id*=_modal_outer_] #solid-app-container .col-xl-1, #solid-app-container div[id*=_modal_outer_] .col-xl-1, div[id*=_modal_outer_] .col-xl-1, div[id*=_modal_outer_] .b-toaster .col-xl-1, .b-toaster div[id*=_modal_outer_] .col-xl-1, div[id*=_modal_outer_] #solid-app-container .col-lg, #solid-app-container div[id*=_modal_outer_] .col-lg,
div[id*=_modal_outer_] #solid-app-container .col-lg-auto,
#solid-app-container div[id*=_modal_outer_] .col-lg-auto, div[id*=_modal_outer_] .col-lg,
div[id*=_modal_outer_] .col-lg-auto, div[id*=_modal_outer_] .b-toaster .col-lg, .b-toaster div[id*=_modal_outer_] .col-lg,
div[id*=_modal_outer_] .b-toaster .col-lg-auto,
.b-toaster div[id*=_modal_outer_] .col-lg-auto, div[id*=_modal_outer_] #solid-app-container .col-lg-12, #solid-app-container div[id*=_modal_outer_] .col-lg-12, div[id*=_modal_outer_] .col-lg-12, div[id*=_modal_outer_] .b-toaster .col-lg-12, .b-toaster div[id*=_modal_outer_] .col-lg-12, div[id*=_modal_outer_] #solid-app-container .col-lg-11, #solid-app-container div[id*=_modal_outer_] .col-lg-11, div[id*=_modal_outer_] .col-lg-11, div[id*=_modal_outer_] .b-toaster .col-lg-11, .b-toaster div[id*=_modal_outer_] .col-lg-11, div[id*=_modal_outer_] #solid-app-container .col-lg-10, #solid-app-container div[id*=_modal_outer_] .col-lg-10, div[id*=_modal_outer_] .col-lg-10, div[id*=_modal_outer_] .b-toaster .col-lg-10, .b-toaster div[id*=_modal_outer_] .col-lg-10, div[id*=_modal_outer_] #solid-app-container .col-lg-9, #solid-app-container div[id*=_modal_outer_] .col-lg-9, div[id*=_modal_outer_] .col-lg-9, div[id*=_modal_outer_] .b-toaster .col-lg-9, .b-toaster div[id*=_modal_outer_] .col-lg-9, div[id*=_modal_outer_] #solid-app-container .col-lg-8, #solid-app-container div[id*=_modal_outer_] .col-lg-8, div[id*=_modal_outer_] .col-lg-8, div[id*=_modal_outer_] .b-toaster .col-lg-8, .b-toaster div[id*=_modal_outer_] .col-lg-8, div[id*=_modal_outer_] #solid-app-container .col-lg-7, #solid-app-container div[id*=_modal_outer_] .col-lg-7, div[id*=_modal_outer_] .col-lg-7, div[id*=_modal_outer_] .b-toaster .col-lg-7, .b-toaster div[id*=_modal_outer_] .col-lg-7, div[id*=_modal_outer_] #solid-app-container .col-lg-6, #solid-app-container div[id*=_modal_outer_] .col-lg-6, div[id*=_modal_outer_] .col-lg-6, div[id*=_modal_outer_] .b-toaster .col-lg-6, .b-toaster div[id*=_modal_outer_] .col-lg-6, div[id*=_modal_outer_] #solid-app-container .col-lg-5, #solid-app-container div[id*=_modal_outer_] .col-lg-5, div[id*=_modal_outer_] .col-lg-5, div[id*=_modal_outer_] .b-toaster .col-lg-5, .b-toaster div[id*=_modal_outer_] .col-lg-5, div[id*=_modal_outer_] #solid-app-container .col-lg-4, #solid-app-container div[id*=_modal_outer_] .col-lg-4, div[id*=_modal_outer_] .col-lg-4, div[id*=_modal_outer_] .b-toaster .col-lg-4, .b-toaster div[id*=_modal_outer_] .col-lg-4, div[id*=_modal_outer_] #solid-app-container .col-lg-3, #solid-app-container div[id*=_modal_outer_] .col-lg-3, div[id*=_modal_outer_] .col-lg-3, div[id*=_modal_outer_] .b-toaster .col-lg-3, .b-toaster div[id*=_modal_outer_] .col-lg-3, div[id*=_modal_outer_] #solid-app-container .col-lg-2, #solid-app-container div[id*=_modal_outer_] .col-lg-2, div[id*=_modal_outer_] .col-lg-2, div[id*=_modal_outer_] .b-toaster .col-lg-2, .b-toaster div[id*=_modal_outer_] .col-lg-2, div[id*=_modal_outer_] #solid-app-container .col-lg-1, #solid-app-container div[id*=_modal_outer_] .col-lg-1, div[id*=_modal_outer_] .col-lg-1, div[id*=_modal_outer_] .b-toaster .col-lg-1, .b-toaster div[id*=_modal_outer_] .col-lg-1, div[id*=_modal_outer_] #solid-app-container .col-md, #solid-app-container div[id*=_modal_outer_] .col-md,
div[id*=_modal_outer_] #solid-app-container .col-md-auto,
#solid-app-container div[id*=_modal_outer_] .col-md-auto, div[id*=_modal_outer_] .col-md,
div[id*=_modal_outer_] .col-md-auto, div[id*=_modal_outer_] .b-toaster .col-md, .b-toaster div[id*=_modal_outer_] .col-md,
div[id*=_modal_outer_] .b-toaster .col-md-auto,
.b-toaster div[id*=_modal_outer_] .col-md-auto, div[id*=_modal_outer_] #solid-app-container .col-md-12, #solid-app-container div[id*=_modal_outer_] .col-md-12, div[id*=_modal_outer_] .col-md-12, div[id*=_modal_outer_] .b-toaster .col-md-12, .b-toaster div[id*=_modal_outer_] .col-md-12, div[id*=_modal_outer_] #solid-app-container .col-md-11, #solid-app-container div[id*=_modal_outer_] .col-md-11, div[id*=_modal_outer_] .col-md-11, div[id*=_modal_outer_] .b-toaster .col-md-11, .b-toaster div[id*=_modal_outer_] .col-md-11, div[id*=_modal_outer_] #solid-app-container .col-md-10, #solid-app-container div[id*=_modal_outer_] .col-md-10, div[id*=_modal_outer_] .col-md-10, div[id*=_modal_outer_] .b-toaster .col-md-10, .b-toaster div[id*=_modal_outer_] .col-md-10, div[id*=_modal_outer_] #solid-app-container .col-md-9, #solid-app-container div[id*=_modal_outer_] .col-md-9, div[id*=_modal_outer_] .col-md-9, div[id*=_modal_outer_] .b-toaster .col-md-9, .b-toaster div[id*=_modal_outer_] .col-md-9, div[id*=_modal_outer_] #solid-app-container .col-md-8, #solid-app-container div[id*=_modal_outer_] .col-md-8, div[id*=_modal_outer_] .col-md-8, div[id*=_modal_outer_] .b-toaster .col-md-8, .b-toaster div[id*=_modal_outer_] .col-md-8, div[id*=_modal_outer_] #solid-app-container .col-md-7, #solid-app-container div[id*=_modal_outer_] .col-md-7, div[id*=_modal_outer_] .col-md-7, div[id*=_modal_outer_] .b-toaster .col-md-7, .b-toaster div[id*=_modal_outer_] .col-md-7, div[id*=_modal_outer_] #solid-app-container .col-md-6, #solid-app-container div[id*=_modal_outer_] .col-md-6, div[id*=_modal_outer_] .col-md-6, div[id*=_modal_outer_] .b-toaster .col-md-6, .b-toaster div[id*=_modal_outer_] .col-md-6, div[id*=_modal_outer_] #solid-app-container .col-md-5, #solid-app-container div[id*=_modal_outer_] .col-md-5, div[id*=_modal_outer_] .col-md-5, div[id*=_modal_outer_] .b-toaster .col-md-5, .b-toaster div[id*=_modal_outer_] .col-md-5, div[id*=_modal_outer_] #solid-app-container .col-md-4, #solid-app-container div[id*=_modal_outer_] .col-md-4, div[id*=_modal_outer_] .col-md-4, div[id*=_modal_outer_] .b-toaster .col-md-4, .b-toaster div[id*=_modal_outer_] .col-md-4, div[id*=_modal_outer_] #solid-app-container .col-md-3, #solid-app-container div[id*=_modal_outer_] .col-md-3, div[id*=_modal_outer_] .col-md-3, div[id*=_modal_outer_] .b-toaster .col-md-3, .b-toaster div[id*=_modal_outer_] .col-md-3, div[id*=_modal_outer_] #solid-app-container .col-md-2, #solid-app-container div[id*=_modal_outer_] .col-md-2, div[id*=_modal_outer_] .col-md-2, div[id*=_modal_outer_] .b-toaster .col-md-2, .b-toaster div[id*=_modal_outer_] .col-md-2, div[id*=_modal_outer_] #solid-app-container .col-md-1, #solid-app-container div[id*=_modal_outer_] .col-md-1, div[id*=_modal_outer_] .col-md-1, div[id*=_modal_outer_] .b-toaster .col-md-1, .b-toaster div[id*=_modal_outer_] .col-md-1, div[id*=_modal_outer_] #solid-app-container .col-sm, #solid-app-container div[id*=_modal_outer_] .col-sm,
div[id*=_modal_outer_] #solid-app-container .col-sm-auto,
#solid-app-container div[id*=_modal_outer_] .col-sm-auto, div[id*=_modal_outer_] .col-sm,
div[id*=_modal_outer_] .col-sm-auto, div[id*=_modal_outer_] .b-toaster .col-sm, .b-toaster div[id*=_modal_outer_] .col-sm,
div[id*=_modal_outer_] .b-toaster .col-sm-auto,
.b-toaster div[id*=_modal_outer_] .col-sm-auto, div[id*=_modal_outer_] #solid-app-container .col-sm-12, #solid-app-container div[id*=_modal_outer_] .col-sm-12, div[id*=_modal_outer_] .col-sm-12, div[id*=_modal_outer_] .b-toaster .col-sm-12, .b-toaster div[id*=_modal_outer_] .col-sm-12, div[id*=_modal_outer_] #solid-app-container .col-sm-11, #solid-app-container div[id*=_modal_outer_] .col-sm-11, div[id*=_modal_outer_] .col-sm-11, div[id*=_modal_outer_] .b-toaster .col-sm-11, .b-toaster div[id*=_modal_outer_] .col-sm-11, div[id*=_modal_outer_] #solid-app-container .col-sm-10, #solid-app-container div[id*=_modal_outer_] .col-sm-10, div[id*=_modal_outer_] .col-sm-10, div[id*=_modal_outer_] .b-toaster .col-sm-10, .b-toaster div[id*=_modal_outer_] .col-sm-10, div[id*=_modal_outer_] #solid-app-container .col-sm-9, #solid-app-container div[id*=_modal_outer_] .col-sm-9, div[id*=_modal_outer_] .col-sm-9, div[id*=_modal_outer_] .b-toaster .col-sm-9, .b-toaster div[id*=_modal_outer_] .col-sm-9, div[id*=_modal_outer_] #solid-app-container .col-sm-8, #solid-app-container div[id*=_modal_outer_] .col-sm-8, div[id*=_modal_outer_] .col-sm-8, div[id*=_modal_outer_] .b-toaster .col-sm-8, .b-toaster div[id*=_modal_outer_] .col-sm-8, div[id*=_modal_outer_] #solid-app-container .col-sm-7, #solid-app-container div[id*=_modal_outer_] .col-sm-7, div[id*=_modal_outer_] .col-sm-7, div[id*=_modal_outer_] .b-toaster .col-sm-7, .b-toaster div[id*=_modal_outer_] .col-sm-7, div[id*=_modal_outer_] #solid-app-container .col-sm-6, #solid-app-container div[id*=_modal_outer_] .col-sm-6, div[id*=_modal_outer_] .col-sm-6, div[id*=_modal_outer_] .b-toaster .col-sm-6, .b-toaster div[id*=_modal_outer_] .col-sm-6, div[id*=_modal_outer_] #solid-app-container .col-sm-5, #solid-app-container div[id*=_modal_outer_] .col-sm-5, div[id*=_modal_outer_] .col-sm-5, div[id*=_modal_outer_] .b-toaster .col-sm-5, .b-toaster div[id*=_modal_outer_] .col-sm-5, div[id*=_modal_outer_] #solid-app-container .col-sm-4, #solid-app-container div[id*=_modal_outer_] .col-sm-4, div[id*=_modal_outer_] .col-sm-4, div[id*=_modal_outer_] .b-toaster .col-sm-4, .b-toaster div[id*=_modal_outer_] .col-sm-4, div[id*=_modal_outer_] #solid-app-container .col-sm-3, #solid-app-container div[id*=_modal_outer_] .col-sm-3, div[id*=_modal_outer_] .col-sm-3, div[id*=_modal_outer_] .b-toaster .col-sm-3, .b-toaster div[id*=_modal_outer_] .col-sm-3, div[id*=_modal_outer_] #solid-app-container .col-sm-2, #solid-app-container div[id*=_modal_outer_] .col-sm-2, div[id*=_modal_outer_] .col-sm-2, div[id*=_modal_outer_] .b-toaster .col-sm-2, .b-toaster div[id*=_modal_outer_] .col-sm-2, div[id*=_modal_outer_] #solid-app-container .col-sm-1, #solid-app-container div[id*=_modal_outer_] .col-sm-1, div[id*=_modal_outer_] .col-sm-1, div[id*=_modal_outer_] .b-toaster .col-sm-1, .b-toaster div[id*=_modal_outer_] .col-sm-1, div[id*=_modal_outer_] #solid-app-container .col, #solid-app-container div[id*=_modal_outer_] .col,
div[id*=_modal_outer_] #solid-app-container .col-auto,
#solid-app-container div[id*=_modal_outer_] .col-auto, div[id*=_modal_outer_] .col,
div[id*=_modal_outer_] .col-auto, div[id*=_modal_outer_] .b-toaster .col, .b-toaster div[id*=_modal_outer_] .col,
div[id*=_modal_outer_] .b-toaster .col-auto,
.b-toaster div[id*=_modal_outer_] .col-auto, div[id*=_modal_outer_] .col-12, div[id*=_modal_outer_] .b-toaster .col-12, .b-toaster div[id*=_modal_outer_] .col-12, div[id*=_modal_outer_] .col-11, div[id*=_modal_outer_] .b-toaster .col-11, .b-toaster div[id*=_modal_outer_] .col-11, div[id*=_modal_outer_] .col-10, div[id*=_modal_outer_] .b-toaster .col-10, .b-toaster div[id*=_modal_outer_] .col-10, div[id*=_modal_outer_] .col-9, div[id*=_modal_outer_] .b-toaster .col-9, .b-toaster div[id*=_modal_outer_] .col-9, div[id*=_modal_outer_] .col-8, div[id*=_modal_outer_] .b-toaster .col-8, .b-toaster div[id*=_modal_outer_] .col-8, div[id*=_modal_outer_] .col-7, div[id*=_modal_outer_] .b-toaster .col-7, .b-toaster div[id*=_modal_outer_] .col-7, div[id*=_modal_outer_] .col-6, div[id*=_modal_outer_] .b-toaster .col-6, .b-toaster div[id*=_modal_outer_] .col-6, div[id*=_modal_outer_] .col-5, div[id*=_modal_outer_] .b-toaster .col-5, .b-toaster div[id*=_modal_outer_] .col-5, div[id*=_modal_outer_] .col-4, div[id*=_modal_outer_] .b-toaster .col-4, .b-toaster div[id*=_modal_outer_] .col-4, div[id*=_modal_outer_] .col-3, div[id*=_modal_outer_] .b-toaster .col-3, .b-toaster div[id*=_modal_outer_] .col-3, div[id*=_modal_outer_] .col-2, div[id*=_modal_outer_] .b-toaster .col-2, .b-toaster div[id*=_modal_outer_] .col-2, div[id*=_modal_outer_] .col-1, div[id*=_modal_outer_] .b-toaster .col-1, .b-toaster div[id*=_modal_outer_] .col-1, .b-toaster #solid-app-container .col-xl, #solid-app-container .b-toaster .col-xl,
.b-toaster #solid-app-container .col-xl-auto,
#solid-app-container .b-toaster .col-xl-auto, .b-toaster div[id*=_modal_outer_] .col-xl, div[id*=_modal_outer_] .b-toaster .col-xl,
.b-toaster div[id*=_modal_outer_] .col-xl-auto,
div[id*=_modal_outer_] .b-toaster .col-xl-auto, .b-toaster .col-xl,
.b-toaster .col-xl-auto, .b-toaster #solid-app-container .col-xl-12, #solid-app-container .b-toaster .col-xl-12, .b-toaster div[id*=_modal_outer_] .col-xl-12, div[id*=_modal_outer_] .b-toaster .col-xl-12, .b-toaster .col-xl-12, .b-toaster #solid-app-container .col-xl-11, #solid-app-container .b-toaster .col-xl-11, .b-toaster div[id*=_modal_outer_] .col-xl-11, div[id*=_modal_outer_] .b-toaster .col-xl-11, .b-toaster .col-xl-11, .b-toaster #solid-app-container .col-xl-10, #solid-app-container .b-toaster .col-xl-10, .b-toaster div[id*=_modal_outer_] .col-xl-10, div[id*=_modal_outer_] .b-toaster .col-xl-10, .b-toaster .col-xl-10, .b-toaster #solid-app-container .col-xl-9, #solid-app-container .b-toaster .col-xl-9, .b-toaster div[id*=_modal_outer_] .col-xl-9, div[id*=_modal_outer_] .b-toaster .col-xl-9, .b-toaster .col-xl-9, .b-toaster #solid-app-container .col-xl-8, #solid-app-container .b-toaster .col-xl-8, .b-toaster div[id*=_modal_outer_] .col-xl-8, div[id*=_modal_outer_] .b-toaster .col-xl-8, .b-toaster .col-xl-8, .b-toaster #solid-app-container .col-xl-7, #solid-app-container .b-toaster .col-xl-7, .b-toaster div[id*=_modal_outer_] .col-xl-7, div[id*=_modal_outer_] .b-toaster .col-xl-7, .b-toaster .col-xl-7, .b-toaster #solid-app-container .col-xl-6, #solid-app-container .b-toaster .col-xl-6, .b-toaster div[id*=_modal_outer_] .col-xl-6, div[id*=_modal_outer_] .b-toaster .col-xl-6, .b-toaster .col-xl-6, .b-toaster #solid-app-container .col-xl-5, #solid-app-container .b-toaster .col-xl-5, .b-toaster div[id*=_modal_outer_] .col-xl-5, div[id*=_modal_outer_] .b-toaster .col-xl-5, .b-toaster .col-xl-5, .b-toaster #solid-app-container .col-xl-4, #solid-app-container .b-toaster .col-xl-4, .b-toaster div[id*=_modal_outer_] .col-xl-4, div[id*=_modal_outer_] .b-toaster .col-xl-4, .b-toaster .col-xl-4, .b-toaster #solid-app-container .col-xl-3, #solid-app-container .b-toaster .col-xl-3, .b-toaster div[id*=_modal_outer_] .col-xl-3, div[id*=_modal_outer_] .b-toaster .col-xl-3, .b-toaster .col-xl-3, .b-toaster #solid-app-container .col-xl-2, #solid-app-container .b-toaster .col-xl-2, .b-toaster div[id*=_modal_outer_] .col-xl-2, div[id*=_modal_outer_] .b-toaster .col-xl-2, .b-toaster .col-xl-2, .b-toaster #solid-app-container .col-xl-1, #solid-app-container .b-toaster .col-xl-1, .b-toaster div[id*=_modal_outer_] .col-xl-1, div[id*=_modal_outer_] .b-toaster .col-xl-1, .b-toaster .col-xl-1, .b-toaster #solid-app-container .col-lg, #solid-app-container .b-toaster .col-lg,
.b-toaster #solid-app-container .col-lg-auto,
#solid-app-container .b-toaster .col-lg-auto, .b-toaster div[id*=_modal_outer_] .col-lg, div[id*=_modal_outer_] .b-toaster .col-lg,
.b-toaster div[id*=_modal_outer_] .col-lg-auto,
div[id*=_modal_outer_] .b-toaster .col-lg-auto, .b-toaster .col-lg,
.b-toaster .col-lg-auto, .b-toaster #solid-app-container .col-lg-12, #solid-app-container .b-toaster .col-lg-12, .b-toaster div[id*=_modal_outer_] .col-lg-12, div[id*=_modal_outer_] .b-toaster .col-lg-12, .b-toaster .col-lg-12, .b-toaster #solid-app-container .col-lg-11, #solid-app-container .b-toaster .col-lg-11, .b-toaster div[id*=_modal_outer_] .col-lg-11, div[id*=_modal_outer_] .b-toaster .col-lg-11, .b-toaster .col-lg-11, .b-toaster #solid-app-container .col-lg-10, #solid-app-container .b-toaster .col-lg-10, .b-toaster div[id*=_modal_outer_] .col-lg-10, div[id*=_modal_outer_] .b-toaster .col-lg-10, .b-toaster .col-lg-10, .b-toaster #solid-app-container .col-lg-9, #solid-app-container .b-toaster .col-lg-9, .b-toaster div[id*=_modal_outer_] .col-lg-9, div[id*=_modal_outer_] .b-toaster .col-lg-9, .b-toaster .col-lg-9, .b-toaster #solid-app-container .col-lg-8, #solid-app-container .b-toaster .col-lg-8, .b-toaster div[id*=_modal_outer_] .col-lg-8, div[id*=_modal_outer_] .b-toaster .col-lg-8, .b-toaster .col-lg-8, .b-toaster #solid-app-container .col-lg-7, #solid-app-container .b-toaster .col-lg-7, .b-toaster div[id*=_modal_outer_] .col-lg-7, div[id*=_modal_outer_] .b-toaster .col-lg-7, .b-toaster .col-lg-7, .b-toaster #solid-app-container .col-lg-6, #solid-app-container .b-toaster .col-lg-6, .b-toaster div[id*=_modal_outer_] .col-lg-6, div[id*=_modal_outer_] .b-toaster .col-lg-6, .b-toaster .col-lg-6, .b-toaster #solid-app-container .col-lg-5, #solid-app-container .b-toaster .col-lg-5, .b-toaster div[id*=_modal_outer_] .col-lg-5, div[id*=_modal_outer_] .b-toaster .col-lg-5, .b-toaster .col-lg-5, .b-toaster #solid-app-container .col-lg-4, #solid-app-container .b-toaster .col-lg-4, .b-toaster div[id*=_modal_outer_] .col-lg-4, div[id*=_modal_outer_] .b-toaster .col-lg-4, .b-toaster .col-lg-4, .b-toaster #solid-app-container .col-lg-3, #solid-app-container .b-toaster .col-lg-3, .b-toaster div[id*=_modal_outer_] .col-lg-3, div[id*=_modal_outer_] .b-toaster .col-lg-3, .b-toaster .col-lg-3, .b-toaster #solid-app-container .col-lg-2, #solid-app-container .b-toaster .col-lg-2, .b-toaster div[id*=_modal_outer_] .col-lg-2, div[id*=_modal_outer_] .b-toaster .col-lg-2, .b-toaster .col-lg-2, .b-toaster #solid-app-container .col-lg-1, #solid-app-container .b-toaster .col-lg-1, .b-toaster div[id*=_modal_outer_] .col-lg-1, div[id*=_modal_outer_] .b-toaster .col-lg-1, .b-toaster .col-lg-1, .b-toaster #solid-app-container .col-md, #solid-app-container .b-toaster .col-md,
.b-toaster #solid-app-container .col-md-auto,
#solid-app-container .b-toaster .col-md-auto, .b-toaster div[id*=_modal_outer_] .col-md, div[id*=_modal_outer_] .b-toaster .col-md,
.b-toaster div[id*=_modal_outer_] .col-md-auto,
div[id*=_modal_outer_] .b-toaster .col-md-auto, .b-toaster .col-md,
.b-toaster .col-md-auto, .b-toaster #solid-app-container .col-md-12, #solid-app-container .b-toaster .col-md-12, .b-toaster div[id*=_modal_outer_] .col-md-12, div[id*=_modal_outer_] .b-toaster .col-md-12, .b-toaster .col-md-12, .b-toaster #solid-app-container .col-md-11, #solid-app-container .b-toaster .col-md-11, .b-toaster div[id*=_modal_outer_] .col-md-11, div[id*=_modal_outer_] .b-toaster .col-md-11, .b-toaster .col-md-11, .b-toaster #solid-app-container .col-md-10, #solid-app-container .b-toaster .col-md-10, .b-toaster div[id*=_modal_outer_] .col-md-10, div[id*=_modal_outer_] .b-toaster .col-md-10, .b-toaster .col-md-10, .b-toaster #solid-app-container .col-md-9, #solid-app-container .b-toaster .col-md-9, .b-toaster div[id*=_modal_outer_] .col-md-9, div[id*=_modal_outer_] .b-toaster .col-md-9, .b-toaster .col-md-9, .b-toaster #solid-app-container .col-md-8, #solid-app-container .b-toaster .col-md-8, .b-toaster div[id*=_modal_outer_] .col-md-8, div[id*=_modal_outer_] .b-toaster .col-md-8, .b-toaster .col-md-8, .b-toaster #solid-app-container .col-md-7, #solid-app-container .b-toaster .col-md-7, .b-toaster div[id*=_modal_outer_] .col-md-7, div[id*=_modal_outer_] .b-toaster .col-md-7, .b-toaster .col-md-7, .b-toaster #solid-app-container .col-md-6, #solid-app-container .b-toaster .col-md-6, .b-toaster div[id*=_modal_outer_] .col-md-6, div[id*=_modal_outer_] .b-toaster .col-md-6, .b-toaster .col-md-6, .b-toaster #solid-app-container .col-md-5, #solid-app-container .b-toaster .col-md-5, .b-toaster div[id*=_modal_outer_] .col-md-5, div[id*=_modal_outer_] .b-toaster .col-md-5, .b-toaster .col-md-5, .b-toaster #solid-app-container .col-md-4, #solid-app-container .b-toaster .col-md-4, .b-toaster div[id*=_modal_outer_] .col-md-4, div[id*=_modal_outer_] .b-toaster .col-md-4, .b-toaster .col-md-4, .b-toaster #solid-app-container .col-md-3, #solid-app-container .b-toaster .col-md-3, .b-toaster div[id*=_modal_outer_] .col-md-3, div[id*=_modal_outer_] .b-toaster .col-md-3, .b-toaster .col-md-3, .b-toaster #solid-app-container .col-md-2, #solid-app-container .b-toaster .col-md-2, .b-toaster div[id*=_modal_outer_] .col-md-2, div[id*=_modal_outer_] .b-toaster .col-md-2, .b-toaster .col-md-2, .b-toaster #solid-app-container .col-md-1, #solid-app-container .b-toaster .col-md-1, .b-toaster div[id*=_modal_outer_] .col-md-1, div[id*=_modal_outer_] .b-toaster .col-md-1, .b-toaster .col-md-1, .b-toaster #solid-app-container .col-sm, #solid-app-container .b-toaster .col-sm,
.b-toaster #solid-app-container .col-sm-auto,
#solid-app-container .b-toaster .col-sm-auto, .b-toaster div[id*=_modal_outer_] .col-sm, div[id*=_modal_outer_] .b-toaster .col-sm,
.b-toaster div[id*=_modal_outer_] .col-sm-auto,
div[id*=_modal_outer_] .b-toaster .col-sm-auto, .b-toaster .col-sm,
.b-toaster .col-sm-auto, .b-toaster #solid-app-container .col-sm-12, #solid-app-container .b-toaster .col-sm-12, .b-toaster div[id*=_modal_outer_] .col-sm-12, div[id*=_modal_outer_] .b-toaster .col-sm-12, .b-toaster .col-sm-12, .b-toaster #solid-app-container .col-sm-11, #solid-app-container .b-toaster .col-sm-11, .b-toaster div[id*=_modal_outer_] .col-sm-11, div[id*=_modal_outer_] .b-toaster .col-sm-11, .b-toaster .col-sm-11, .b-toaster #solid-app-container .col-sm-10, #solid-app-container .b-toaster .col-sm-10, .b-toaster div[id*=_modal_outer_] .col-sm-10, div[id*=_modal_outer_] .b-toaster .col-sm-10, .b-toaster .col-sm-10, .b-toaster #solid-app-container .col-sm-9, #solid-app-container .b-toaster .col-sm-9, .b-toaster div[id*=_modal_outer_] .col-sm-9, div[id*=_modal_outer_] .b-toaster .col-sm-9, .b-toaster .col-sm-9, .b-toaster #solid-app-container .col-sm-8, #solid-app-container .b-toaster .col-sm-8, .b-toaster div[id*=_modal_outer_] .col-sm-8, div[id*=_modal_outer_] .b-toaster .col-sm-8, .b-toaster .col-sm-8, .b-toaster #solid-app-container .col-sm-7, #solid-app-container .b-toaster .col-sm-7, .b-toaster div[id*=_modal_outer_] .col-sm-7, div[id*=_modal_outer_] .b-toaster .col-sm-7, .b-toaster .col-sm-7, .b-toaster #solid-app-container .col-sm-6, #solid-app-container .b-toaster .col-sm-6, .b-toaster div[id*=_modal_outer_] .col-sm-6, div[id*=_modal_outer_] .b-toaster .col-sm-6, .b-toaster .col-sm-6, .b-toaster #solid-app-container .col-sm-5, #solid-app-container .b-toaster .col-sm-5, .b-toaster div[id*=_modal_outer_] .col-sm-5, div[id*=_modal_outer_] .b-toaster .col-sm-5, .b-toaster .col-sm-5, .b-toaster #solid-app-container .col-sm-4, #solid-app-container .b-toaster .col-sm-4, .b-toaster div[id*=_modal_outer_] .col-sm-4, div[id*=_modal_outer_] .b-toaster .col-sm-4, .b-toaster .col-sm-4, .b-toaster #solid-app-container .col-sm-3, #solid-app-container .b-toaster .col-sm-3, .b-toaster div[id*=_modal_outer_] .col-sm-3, div[id*=_modal_outer_] .b-toaster .col-sm-3, .b-toaster .col-sm-3, .b-toaster #solid-app-container .col-sm-2, #solid-app-container .b-toaster .col-sm-2, .b-toaster div[id*=_modal_outer_] .col-sm-2, div[id*=_modal_outer_] .b-toaster .col-sm-2, .b-toaster .col-sm-2, .b-toaster #solid-app-container .col-sm-1, #solid-app-container .b-toaster .col-sm-1, .b-toaster div[id*=_modal_outer_] .col-sm-1, div[id*=_modal_outer_] .b-toaster .col-sm-1, .b-toaster .col-sm-1, .b-toaster #solid-app-container .col, #solid-app-container .b-toaster .col,
.b-toaster #solid-app-container .col-auto,
#solid-app-container .b-toaster .col-auto, .b-toaster div[id*=_modal_outer_] .col, div[id*=_modal_outer_] .b-toaster .col,
.b-toaster div[id*=_modal_outer_] .col-auto,
div[id*=_modal_outer_] .b-toaster .col-auto, .b-toaster .col,
.b-toaster .col-auto, .b-toaster div[id*=_modal_outer_] .col-12, div[id*=_modal_outer_] .b-toaster .col-12, .b-toaster .col-12, .b-toaster div[id*=_modal_outer_] .col-11, div[id*=_modal_outer_] .b-toaster .col-11, .b-toaster .col-11, .b-toaster div[id*=_modal_outer_] .col-10, div[id*=_modal_outer_] .b-toaster .col-10, .b-toaster .col-10, .b-toaster div[id*=_modal_outer_] .col-9, div[id*=_modal_outer_] .b-toaster .col-9, .b-toaster .col-9, .b-toaster div[id*=_modal_outer_] .col-8, div[id*=_modal_outer_] .b-toaster .col-8, .b-toaster .col-8, .b-toaster div[id*=_modal_outer_] .col-7, div[id*=_modal_outer_] .b-toaster .col-7, .b-toaster .col-7, .b-toaster div[id*=_modal_outer_] .col-6, div[id*=_modal_outer_] .b-toaster .col-6, .b-toaster .col-6, .b-toaster div[id*=_modal_outer_] .col-5, div[id*=_modal_outer_] .b-toaster .col-5, .b-toaster .col-5, .b-toaster div[id*=_modal_outer_] .col-4, div[id*=_modal_outer_] .b-toaster .col-4, .b-toaster .col-4, .b-toaster div[id*=_modal_outer_] .col-3, div[id*=_modal_outer_] .b-toaster .col-3, .b-toaster .col-3, .b-toaster div[id*=_modal_outer_] .col-2, div[id*=_modal_outer_] .b-toaster .col-2, .b-toaster .col-2, .b-toaster div[id*=_modal_outer_] .col-1, div[id*=_modal_outer_] .b-toaster .col-1, .b-toaster .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
#solid-app-container .col, div[id*=_modal_outer_] .col, .b-toaster .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
#solid-app-container .row-cols-1 > *, div[id*=_modal_outer_] .row-cols-1 > *, .b-toaster .row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
#solid-app-container .row-cols-2 > *, div[id*=_modal_outer_] .row-cols-2 > *, .b-toaster .row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
#solid-app-container .row-cols-3 > *, div[id*=_modal_outer_] .row-cols-3 > *, .b-toaster .row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
#solid-app-container .row-cols-4 > *, div[id*=_modal_outer_] .row-cols-4 > *, .b-toaster .row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
#solid-app-container .row-cols-5 > *, div[id*=_modal_outer_] .row-cols-5 > *, .b-toaster .row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
#solid-app-container .row-cols-6 > *, div[id*=_modal_outer_] .row-cols-6 > *, .b-toaster .row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
#solid-app-container .col-auto, div[id*=_modal_outer_] .col-auto, .b-toaster .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
#solid-app-container .col-1, div[id*=_modal_outer_] .col-1, .b-toaster .col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
#solid-app-container .col-2, div[id*=_modal_outer_] .col-2, .b-toaster .col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
#solid-app-container .col-3, div[id*=_modal_outer_] .col-3, .b-toaster .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
#solid-app-container .col-4, div[id*=_modal_outer_] .col-4, .b-toaster .col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
#solid-app-container .col-5, div[id*=_modal_outer_] .col-5, .b-toaster .col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
#solid-app-container .col-6, div[id*=_modal_outer_] .col-6, .b-toaster .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
#solid-app-container .col-7, div[id*=_modal_outer_] .col-7, .b-toaster .col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
#solid-app-container .col-8, div[id*=_modal_outer_] .col-8, .b-toaster .col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
#solid-app-container .col-9, div[id*=_modal_outer_] .col-9, .b-toaster .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
#solid-app-container .col-10, div[id*=_modal_outer_] .col-10, .b-toaster .col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
#solid-app-container .col-11, div[id*=_modal_outer_] .col-11, .b-toaster .col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
#solid-app-container .col-12, div[id*=_modal_outer_] .col-12, .b-toaster .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
#solid-app-container .order-first, div[id*=_modal_outer_] .order-first, .b-toaster .order-first {
  order: -1;
}
#solid-app-container .order-last, div[id*=_modal_outer_] .order-last, .b-toaster .order-last {
  order: 13;
}
#solid-app-container .order-0, div[id*=_modal_outer_] .order-0, .b-toaster .order-0 {
  order: 0;
}
#solid-app-container .order-1, div[id*=_modal_outer_] .order-1, .b-toaster .order-1 {
  order: 1;
}
#solid-app-container .order-2, div[id*=_modal_outer_] .order-2, .b-toaster .order-2 {
  order: 2;
}
#solid-app-container .order-3, div[id*=_modal_outer_] .order-3, .b-toaster .order-3 {
  order: 3;
}
#solid-app-container .order-4, div[id*=_modal_outer_] .order-4, .b-toaster .order-4 {
  order: 4;
}
#solid-app-container .order-5, div[id*=_modal_outer_] .order-5, .b-toaster .order-5 {
  order: 5;
}
#solid-app-container .order-6, div[id*=_modal_outer_] .order-6, .b-toaster .order-6 {
  order: 6;
}
#solid-app-container .order-7, div[id*=_modal_outer_] .order-7, .b-toaster .order-7 {
  order: 7;
}
#solid-app-container .order-8, div[id*=_modal_outer_] .order-8, .b-toaster .order-8 {
  order: 8;
}
#solid-app-container .order-9, div[id*=_modal_outer_] .order-9, .b-toaster .order-9 {
  order: 9;
}
#solid-app-container .order-10, div[id*=_modal_outer_] .order-10, .b-toaster .order-10 {
  order: 10;
}
#solid-app-container .order-11, div[id*=_modal_outer_] .order-11, .b-toaster .order-11 {
  order: 11;
}
#solid-app-container .order-12, div[id*=_modal_outer_] .order-12, .b-toaster .order-12 {
  order: 12;
}
#solid-app-container .offset-1, div[id*=_modal_outer_] .offset-1, .b-toaster .offset-1 {
  margin-left: 8.33333333%;
}
#solid-app-container .offset-2, div[id*=_modal_outer_] .offset-2, .b-toaster .offset-2 {
  margin-left: 16.66666667%;
}
#solid-app-container .offset-3, div[id*=_modal_outer_] .offset-3, .b-toaster .offset-3 {
  margin-left: 25%;
}
#solid-app-container .offset-4, div[id*=_modal_outer_] .offset-4, .b-toaster .offset-4 {
  margin-left: 33.33333333%;
}
#solid-app-container .offset-5, div[id*=_modal_outer_] .offset-5, .b-toaster .offset-5 {
  margin-left: 41.66666667%;
}
#solid-app-container .offset-6, div[id*=_modal_outer_] .offset-6, .b-toaster .offset-6 {
  margin-left: 50%;
}
#solid-app-container .offset-7, div[id*=_modal_outer_] .offset-7, .b-toaster .offset-7 {
  margin-left: 58.33333333%;
}
#solid-app-container .offset-8, div[id*=_modal_outer_] .offset-8, .b-toaster .offset-8 {
  margin-left: 66.66666667%;
}
#solid-app-container .offset-9, div[id*=_modal_outer_] .offset-9, .b-toaster .offset-9 {
  margin-left: 75%;
}
#solid-app-container .offset-10, div[id*=_modal_outer_] .offset-10, .b-toaster .offset-10 {
  margin-left: 83.33333333%;
}
#solid-app-container .offset-11, div[id*=_modal_outer_] .offset-11, .b-toaster .offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 576px) {
  #solid-app-container .col-sm, div[id*=_modal_outer_] .col-sm, .b-toaster .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  #solid-app-container .row-cols-sm-1 > *, div[id*=_modal_outer_] .row-cols-sm-1 > *, .b-toaster .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #solid-app-container .row-cols-sm-2 > *, div[id*=_modal_outer_] .row-cols-sm-2 > *, .b-toaster .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  #solid-app-container .row-cols-sm-3 > *, div[id*=_modal_outer_] .row-cols-sm-3 > *, .b-toaster .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  #solid-app-container .row-cols-sm-4 > *, div[id*=_modal_outer_] .row-cols-sm-4 > *, .b-toaster .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  #solid-app-container .row-cols-sm-5 > *, div[id*=_modal_outer_] .row-cols-sm-5 > *, .b-toaster .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  #solid-app-container .row-cols-sm-6 > *, div[id*=_modal_outer_] .row-cols-sm-6 > *, .b-toaster .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  #solid-app-container .col-sm-auto, div[id*=_modal_outer_] .col-sm-auto, .b-toaster .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  #solid-app-container .col-sm-1, div[id*=_modal_outer_] .col-sm-1, .b-toaster .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  #solid-app-container .col-sm-2, div[id*=_modal_outer_] .col-sm-2, .b-toaster .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  #solid-app-container .col-sm-3, div[id*=_modal_outer_] .col-sm-3, .b-toaster .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  #solid-app-container .col-sm-4, div[id*=_modal_outer_] .col-sm-4, .b-toaster .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  #solid-app-container .col-sm-5, div[id*=_modal_outer_] .col-sm-5, .b-toaster .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  #solid-app-container .col-sm-6, div[id*=_modal_outer_] .col-sm-6, .b-toaster .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  #solid-app-container .col-sm-7, div[id*=_modal_outer_] .col-sm-7, .b-toaster .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  #solid-app-container .col-sm-8, div[id*=_modal_outer_] .col-sm-8, .b-toaster .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  #solid-app-container .col-sm-9, div[id*=_modal_outer_] .col-sm-9, .b-toaster .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  #solid-app-container .col-sm-10, div[id*=_modal_outer_] .col-sm-10, .b-toaster .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  #solid-app-container .col-sm-11, div[id*=_modal_outer_] .col-sm-11, .b-toaster .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  #solid-app-container .col-sm-12, div[id*=_modal_outer_] .col-sm-12, .b-toaster .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #solid-app-container .order-sm-first, div[id*=_modal_outer_] .order-sm-first, .b-toaster .order-sm-first {
    order: -1;
  }
  #solid-app-container .order-sm-last, div[id*=_modal_outer_] .order-sm-last, .b-toaster .order-sm-last {
    order: 13;
  }
  #solid-app-container .order-sm-0, div[id*=_modal_outer_] .order-sm-0, .b-toaster .order-sm-0 {
    order: 0;
  }
  #solid-app-container .order-sm-1, div[id*=_modal_outer_] .order-sm-1, .b-toaster .order-sm-1 {
    order: 1;
  }
  #solid-app-container .order-sm-2, div[id*=_modal_outer_] .order-sm-2, .b-toaster .order-sm-2 {
    order: 2;
  }
  #solid-app-container .order-sm-3, div[id*=_modal_outer_] .order-sm-3, .b-toaster .order-sm-3 {
    order: 3;
  }
  #solid-app-container .order-sm-4, div[id*=_modal_outer_] .order-sm-4, .b-toaster .order-sm-4 {
    order: 4;
  }
  #solid-app-container .order-sm-5, div[id*=_modal_outer_] .order-sm-5, .b-toaster .order-sm-5 {
    order: 5;
  }
  #solid-app-container .order-sm-6, div[id*=_modal_outer_] .order-sm-6, .b-toaster .order-sm-6 {
    order: 6;
  }
  #solid-app-container .order-sm-7, div[id*=_modal_outer_] .order-sm-7, .b-toaster .order-sm-7 {
    order: 7;
  }
  #solid-app-container .order-sm-8, div[id*=_modal_outer_] .order-sm-8, .b-toaster .order-sm-8 {
    order: 8;
  }
  #solid-app-container .order-sm-9, div[id*=_modal_outer_] .order-sm-9, .b-toaster .order-sm-9 {
    order: 9;
  }
  #solid-app-container .order-sm-10, div[id*=_modal_outer_] .order-sm-10, .b-toaster .order-sm-10 {
    order: 10;
  }
  #solid-app-container .order-sm-11, div[id*=_modal_outer_] .order-sm-11, .b-toaster .order-sm-11 {
    order: 11;
  }
  #solid-app-container .order-sm-12, div[id*=_modal_outer_] .order-sm-12, .b-toaster .order-sm-12 {
    order: 12;
  }
  #solid-app-container .offset-sm-0, div[id*=_modal_outer_] .offset-sm-0, .b-toaster .offset-sm-0 {
    margin-left: 0;
  }
  #solid-app-container .offset-sm-1, div[id*=_modal_outer_] .offset-sm-1, .b-toaster .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  #solid-app-container .offset-sm-2, div[id*=_modal_outer_] .offset-sm-2, .b-toaster .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  #solid-app-container .offset-sm-3, div[id*=_modal_outer_] .offset-sm-3, .b-toaster .offset-sm-3 {
    margin-left: 25%;
  }
  #solid-app-container .offset-sm-4, div[id*=_modal_outer_] .offset-sm-4, .b-toaster .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  #solid-app-container .offset-sm-5, div[id*=_modal_outer_] .offset-sm-5, .b-toaster .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  #solid-app-container .offset-sm-6, div[id*=_modal_outer_] .offset-sm-6, .b-toaster .offset-sm-6 {
    margin-left: 50%;
  }
  #solid-app-container .offset-sm-7, div[id*=_modal_outer_] .offset-sm-7, .b-toaster .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  #solid-app-container .offset-sm-8, div[id*=_modal_outer_] .offset-sm-8, .b-toaster .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  #solid-app-container .offset-sm-9, div[id*=_modal_outer_] .offset-sm-9, .b-toaster .offset-sm-9 {
    margin-left: 75%;
  }
  #solid-app-container .offset-sm-10, div[id*=_modal_outer_] .offset-sm-10, .b-toaster .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  #solid-app-container .offset-sm-11, div[id*=_modal_outer_] .offset-sm-11, .b-toaster .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  #solid-app-container .col-md, div[id*=_modal_outer_] .col-md, .b-toaster .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  #solid-app-container .row-cols-md-1 > *, div[id*=_modal_outer_] .row-cols-md-1 > *, .b-toaster .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #solid-app-container .row-cols-md-2 > *, div[id*=_modal_outer_] .row-cols-md-2 > *, .b-toaster .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  #solid-app-container .row-cols-md-3 > *, div[id*=_modal_outer_] .row-cols-md-3 > *, .b-toaster .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  #solid-app-container .row-cols-md-4 > *, div[id*=_modal_outer_] .row-cols-md-4 > *, .b-toaster .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  #solid-app-container .row-cols-md-5 > *, div[id*=_modal_outer_] .row-cols-md-5 > *, .b-toaster .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  #solid-app-container .row-cols-md-6 > *, div[id*=_modal_outer_] .row-cols-md-6 > *, .b-toaster .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  #solid-app-container .col-md-auto, div[id*=_modal_outer_] .col-md-auto, .b-toaster .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  #solid-app-container .col-md-1, div[id*=_modal_outer_] .col-md-1, .b-toaster .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  #solid-app-container .col-md-2, div[id*=_modal_outer_] .col-md-2, .b-toaster .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  #solid-app-container .col-md-3, div[id*=_modal_outer_] .col-md-3, .b-toaster .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  #solid-app-container .col-md-4, div[id*=_modal_outer_] .col-md-4, .b-toaster .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  #solid-app-container .col-md-5, div[id*=_modal_outer_] .col-md-5, .b-toaster .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  #solid-app-container .col-md-6, div[id*=_modal_outer_] .col-md-6, .b-toaster .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  #solid-app-container .col-md-7, div[id*=_modal_outer_] .col-md-7, .b-toaster .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  #solid-app-container .col-md-8, div[id*=_modal_outer_] .col-md-8, .b-toaster .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  #solid-app-container .col-md-9, div[id*=_modal_outer_] .col-md-9, .b-toaster .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  #solid-app-container .col-md-10, div[id*=_modal_outer_] .col-md-10, .b-toaster .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  #solid-app-container .col-md-11, div[id*=_modal_outer_] .col-md-11, .b-toaster .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  #solid-app-container .col-md-12, div[id*=_modal_outer_] .col-md-12, .b-toaster .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #solid-app-container .order-md-first, div[id*=_modal_outer_] .order-md-first, .b-toaster .order-md-first {
    order: -1;
  }
  #solid-app-container .order-md-last, div[id*=_modal_outer_] .order-md-last, .b-toaster .order-md-last {
    order: 13;
  }
  #solid-app-container .order-md-0, div[id*=_modal_outer_] .order-md-0, .b-toaster .order-md-0 {
    order: 0;
  }
  #solid-app-container .order-md-1, div[id*=_modal_outer_] .order-md-1, .b-toaster .order-md-1 {
    order: 1;
  }
  #solid-app-container .order-md-2, div[id*=_modal_outer_] .order-md-2, .b-toaster .order-md-2 {
    order: 2;
  }
  #solid-app-container .order-md-3, div[id*=_modal_outer_] .order-md-3, .b-toaster .order-md-3 {
    order: 3;
  }
  #solid-app-container .order-md-4, div[id*=_modal_outer_] .order-md-4, .b-toaster .order-md-4 {
    order: 4;
  }
  #solid-app-container .order-md-5, div[id*=_modal_outer_] .order-md-5, .b-toaster .order-md-5 {
    order: 5;
  }
  #solid-app-container .order-md-6, div[id*=_modal_outer_] .order-md-6, .b-toaster .order-md-6 {
    order: 6;
  }
  #solid-app-container .order-md-7, div[id*=_modal_outer_] .order-md-7, .b-toaster .order-md-7 {
    order: 7;
  }
  #solid-app-container .order-md-8, div[id*=_modal_outer_] .order-md-8, .b-toaster .order-md-8 {
    order: 8;
  }
  #solid-app-container .order-md-9, div[id*=_modal_outer_] .order-md-9, .b-toaster .order-md-9 {
    order: 9;
  }
  #solid-app-container .order-md-10, div[id*=_modal_outer_] .order-md-10, .b-toaster .order-md-10 {
    order: 10;
  }
  #solid-app-container .order-md-11, div[id*=_modal_outer_] .order-md-11, .b-toaster .order-md-11 {
    order: 11;
  }
  #solid-app-container .order-md-12, div[id*=_modal_outer_] .order-md-12, .b-toaster .order-md-12 {
    order: 12;
  }
  #solid-app-container .offset-md-0, div[id*=_modal_outer_] .offset-md-0, .b-toaster .offset-md-0 {
    margin-left: 0;
  }
  #solid-app-container .offset-md-1, div[id*=_modal_outer_] .offset-md-1, .b-toaster .offset-md-1 {
    margin-left: 8.33333333%;
  }
  #solid-app-container .offset-md-2, div[id*=_modal_outer_] .offset-md-2, .b-toaster .offset-md-2 {
    margin-left: 16.66666667%;
  }
  #solid-app-container .offset-md-3, div[id*=_modal_outer_] .offset-md-3, .b-toaster .offset-md-3 {
    margin-left: 25%;
  }
  #solid-app-container .offset-md-4, div[id*=_modal_outer_] .offset-md-4, .b-toaster .offset-md-4 {
    margin-left: 33.33333333%;
  }
  #solid-app-container .offset-md-5, div[id*=_modal_outer_] .offset-md-5, .b-toaster .offset-md-5 {
    margin-left: 41.66666667%;
  }
  #solid-app-container .offset-md-6, div[id*=_modal_outer_] .offset-md-6, .b-toaster .offset-md-6 {
    margin-left: 50%;
  }
  #solid-app-container .offset-md-7, div[id*=_modal_outer_] .offset-md-7, .b-toaster .offset-md-7 {
    margin-left: 58.33333333%;
  }
  #solid-app-container .offset-md-8, div[id*=_modal_outer_] .offset-md-8, .b-toaster .offset-md-8 {
    margin-left: 66.66666667%;
  }
  #solid-app-container .offset-md-9, div[id*=_modal_outer_] .offset-md-9, .b-toaster .offset-md-9 {
    margin-left: 75%;
  }
  #solid-app-container .offset-md-10, div[id*=_modal_outer_] .offset-md-10, .b-toaster .offset-md-10 {
    margin-left: 83.33333333%;
  }
  #solid-app-container .offset-md-11, div[id*=_modal_outer_] .offset-md-11, .b-toaster .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  #solid-app-container .col-lg, div[id*=_modal_outer_] .col-lg, .b-toaster .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  #solid-app-container .row-cols-lg-1 > *, div[id*=_modal_outer_] .row-cols-lg-1 > *, .b-toaster .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #solid-app-container .row-cols-lg-2 > *, div[id*=_modal_outer_] .row-cols-lg-2 > *, .b-toaster .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  #solid-app-container .row-cols-lg-3 > *, div[id*=_modal_outer_] .row-cols-lg-3 > *, .b-toaster .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  #solid-app-container .row-cols-lg-4 > *, div[id*=_modal_outer_] .row-cols-lg-4 > *, .b-toaster .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  #solid-app-container .row-cols-lg-5 > *, div[id*=_modal_outer_] .row-cols-lg-5 > *, .b-toaster .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  #solid-app-container .row-cols-lg-6 > *, div[id*=_modal_outer_] .row-cols-lg-6 > *, .b-toaster .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  #solid-app-container .col-lg-auto, div[id*=_modal_outer_] .col-lg-auto, .b-toaster .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  #solid-app-container .col-lg-1, div[id*=_modal_outer_] .col-lg-1, .b-toaster .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  #solid-app-container .col-lg-2, div[id*=_modal_outer_] .col-lg-2, .b-toaster .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  #solid-app-container .col-lg-3, div[id*=_modal_outer_] .col-lg-3, .b-toaster .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  #solid-app-container .col-lg-4, div[id*=_modal_outer_] .col-lg-4, .b-toaster .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  #solid-app-container .col-lg-5, div[id*=_modal_outer_] .col-lg-5, .b-toaster .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  #solid-app-container .col-lg-6, div[id*=_modal_outer_] .col-lg-6, .b-toaster .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  #solid-app-container .col-lg-7, div[id*=_modal_outer_] .col-lg-7, .b-toaster .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  #solid-app-container .col-lg-8, div[id*=_modal_outer_] .col-lg-8, .b-toaster .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  #solid-app-container .col-lg-9, div[id*=_modal_outer_] .col-lg-9, .b-toaster .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  #solid-app-container .col-lg-10, div[id*=_modal_outer_] .col-lg-10, .b-toaster .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  #solid-app-container .col-lg-11, div[id*=_modal_outer_] .col-lg-11, .b-toaster .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  #solid-app-container .col-lg-12, div[id*=_modal_outer_] .col-lg-12, .b-toaster .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #solid-app-container .order-lg-first, div[id*=_modal_outer_] .order-lg-first, .b-toaster .order-lg-first {
    order: -1;
  }
  #solid-app-container .order-lg-last, div[id*=_modal_outer_] .order-lg-last, .b-toaster .order-lg-last {
    order: 13;
  }
  #solid-app-container .order-lg-0, div[id*=_modal_outer_] .order-lg-0, .b-toaster .order-lg-0 {
    order: 0;
  }
  #solid-app-container .order-lg-1, div[id*=_modal_outer_] .order-lg-1, .b-toaster .order-lg-1 {
    order: 1;
  }
  #solid-app-container .order-lg-2, div[id*=_modal_outer_] .order-lg-2, .b-toaster .order-lg-2 {
    order: 2;
  }
  #solid-app-container .order-lg-3, div[id*=_modal_outer_] .order-lg-3, .b-toaster .order-lg-3 {
    order: 3;
  }
  #solid-app-container .order-lg-4, div[id*=_modal_outer_] .order-lg-4, .b-toaster .order-lg-4 {
    order: 4;
  }
  #solid-app-container .order-lg-5, div[id*=_modal_outer_] .order-lg-5, .b-toaster .order-lg-5 {
    order: 5;
  }
  #solid-app-container .order-lg-6, div[id*=_modal_outer_] .order-lg-6, .b-toaster .order-lg-6 {
    order: 6;
  }
  #solid-app-container .order-lg-7, div[id*=_modal_outer_] .order-lg-7, .b-toaster .order-lg-7 {
    order: 7;
  }
  #solid-app-container .order-lg-8, div[id*=_modal_outer_] .order-lg-8, .b-toaster .order-lg-8 {
    order: 8;
  }
  #solid-app-container .order-lg-9, div[id*=_modal_outer_] .order-lg-9, .b-toaster .order-lg-9 {
    order: 9;
  }
  #solid-app-container .order-lg-10, div[id*=_modal_outer_] .order-lg-10, .b-toaster .order-lg-10 {
    order: 10;
  }
  #solid-app-container .order-lg-11, div[id*=_modal_outer_] .order-lg-11, .b-toaster .order-lg-11 {
    order: 11;
  }
  #solid-app-container .order-lg-12, div[id*=_modal_outer_] .order-lg-12, .b-toaster .order-lg-12 {
    order: 12;
  }
  #solid-app-container .offset-lg-0, div[id*=_modal_outer_] .offset-lg-0, .b-toaster .offset-lg-0 {
    margin-left: 0;
  }
  #solid-app-container .offset-lg-1, div[id*=_modal_outer_] .offset-lg-1, .b-toaster .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  #solid-app-container .offset-lg-2, div[id*=_modal_outer_] .offset-lg-2, .b-toaster .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  #solid-app-container .offset-lg-3, div[id*=_modal_outer_] .offset-lg-3, .b-toaster .offset-lg-3 {
    margin-left: 25%;
  }
  #solid-app-container .offset-lg-4, div[id*=_modal_outer_] .offset-lg-4, .b-toaster .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  #solid-app-container .offset-lg-5, div[id*=_modal_outer_] .offset-lg-5, .b-toaster .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  #solid-app-container .offset-lg-6, div[id*=_modal_outer_] .offset-lg-6, .b-toaster .offset-lg-6 {
    margin-left: 50%;
  }
  #solid-app-container .offset-lg-7, div[id*=_modal_outer_] .offset-lg-7, .b-toaster .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  #solid-app-container .offset-lg-8, div[id*=_modal_outer_] .offset-lg-8, .b-toaster .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  #solid-app-container .offset-lg-9, div[id*=_modal_outer_] .offset-lg-9, .b-toaster .offset-lg-9 {
    margin-left: 75%;
  }
  #solid-app-container .offset-lg-10, div[id*=_modal_outer_] .offset-lg-10, .b-toaster .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  #solid-app-container .offset-lg-11, div[id*=_modal_outer_] .offset-lg-11, .b-toaster .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  #solid-app-container .col-xl, div[id*=_modal_outer_] .col-xl, .b-toaster .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  #solid-app-container .row-cols-xl-1 > *, div[id*=_modal_outer_] .row-cols-xl-1 > *, .b-toaster .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #solid-app-container .row-cols-xl-2 > *, div[id*=_modal_outer_] .row-cols-xl-2 > *, .b-toaster .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  #solid-app-container .row-cols-xl-3 > *, div[id*=_modal_outer_] .row-cols-xl-3 > *, .b-toaster .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  #solid-app-container .row-cols-xl-4 > *, div[id*=_modal_outer_] .row-cols-xl-4 > *, .b-toaster .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  #solid-app-container .row-cols-xl-5 > *, div[id*=_modal_outer_] .row-cols-xl-5 > *, .b-toaster .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  #solid-app-container .row-cols-xl-6 > *, div[id*=_modal_outer_] .row-cols-xl-6 > *, .b-toaster .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  #solid-app-container .col-xl-auto, div[id*=_modal_outer_] .col-xl-auto, .b-toaster .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  #solid-app-container .col-xl-1, div[id*=_modal_outer_] .col-xl-1, .b-toaster .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  #solid-app-container .col-xl-2, div[id*=_modal_outer_] .col-xl-2, .b-toaster .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  #solid-app-container .col-xl-3, div[id*=_modal_outer_] .col-xl-3, .b-toaster .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  #solid-app-container .col-xl-4, div[id*=_modal_outer_] .col-xl-4, .b-toaster .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  #solid-app-container .col-xl-5, div[id*=_modal_outer_] .col-xl-5, .b-toaster .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  #solid-app-container .col-xl-6, div[id*=_modal_outer_] .col-xl-6, .b-toaster .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  #solid-app-container .col-xl-7, div[id*=_modal_outer_] .col-xl-7, .b-toaster .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  #solid-app-container .col-xl-8, div[id*=_modal_outer_] .col-xl-8, .b-toaster .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  #solid-app-container .col-xl-9, div[id*=_modal_outer_] .col-xl-9, .b-toaster .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  #solid-app-container .col-xl-10, div[id*=_modal_outer_] .col-xl-10, .b-toaster .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  #solid-app-container .col-xl-11, div[id*=_modal_outer_] .col-xl-11, .b-toaster .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  #solid-app-container .col-xl-12, div[id*=_modal_outer_] .col-xl-12, .b-toaster .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #solid-app-container .order-xl-first, div[id*=_modal_outer_] .order-xl-first, .b-toaster .order-xl-first {
    order: -1;
  }
  #solid-app-container .order-xl-last, div[id*=_modal_outer_] .order-xl-last, .b-toaster .order-xl-last {
    order: 13;
  }
  #solid-app-container .order-xl-0, div[id*=_modal_outer_] .order-xl-0, .b-toaster .order-xl-0 {
    order: 0;
  }
  #solid-app-container .order-xl-1, div[id*=_modal_outer_] .order-xl-1, .b-toaster .order-xl-1 {
    order: 1;
  }
  #solid-app-container .order-xl-2, div[id*=_modal_outer_] .order-xl-2, .b-toaster .order-xl-2 {
    order: 2;
  }
  #solid-app-container .order-xl-3, div[id*=_modal_outer_] .order-xl-3, .b-toaster .order-xl-3 {
    order: 3;
  }
  #solid-app-container .order-xl-4, div[id*=_modal_outer_] .order-xl-4, .b-toaster .order-xl-4 {
    order: 4;
  }
  #solid-app-container .order-xl-5, div[id*=_modal_outer_] .order-xl-5, .b-toaster .order-xl-5 {
    order: 5;
  }
  #solid-app-container .order-xl-6, div[id*=_modal_outer_] .order-xl-6, .b-toaster .order-xl-6 {
    order: 6;
  }
  #solid-app-container .order-xl-7, div[id*=_modal_outer_] .order-xl-7, .b-toaster .order-xl-7 {
    order: 7;
  }
  #solid-app-container .order-xl-8, div[id*=_modal_outer_] .order-xl-8, .b-toaster .order-xl-8 {
    order: 8;
  }
  #solid-app-container .order-xl-9, div[id*=_modal_outer_] .order-xl-9, .b-toaster .order-xl-9 {
    order: 9;
  }
  #solid-app-container .order-xl-10, div[id*=_modal_outer_] .order-xl-10, .b-toaster .order-xl-10 {
    order: 10;
  }
  #solid-app-container .order-xl-11, div[id*=_modal_outer_] .order-xl-11, .b-toaster .order-xl-11 {
    order: 11;
  }
  #solid-app-container .order-xl-12, div[id*=_modal_outer_] .order-xl-12, .b-toaster .order-xl-12 {
    order: 12;
  }
  #solid-app-container .offset-xl-0, div[id*=_modal_outer_] .offset-xl-0, .b-toaster .offset-xl-0 {
    margin-left: 0;
  }
  #solid-app-container .offset-xl-1, div[id*=_modal_outer_] .offset-xl-1, .b-toaster .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  #solid-app-container .offset-xl-2, div[id*=_modal_outer_] .offset-xl-2, .b-toaster .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  #solid-app-container .offset-xl-3, div[id*=_modal_outer_] .offset-xl-3, .b-toaster .offset-xl-3 {
    margin-left: 25%;
  }
  #solid-app-container .offset-xl-4, div[id*=_modal_outer_] .offset-xl-4, .b-toaster .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  #solid-app-container .offset-xl-5, div[id*=_modal_outer_] .offset-xl-5, .b-toaster .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  #solid-app-container .offset-xl-6, div[id*=_modal_outer_] .offset-xl-6, .b-toaster .offset-xl-6 {
    margin-left: 50%;
  }
  #solid-app-container .offset-xl-7, div[id*=_modal_outer_] .offset-xl-7, .b-toaster .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  #solid-app-container .offset-xl-8, div[id*=_modal_outer_] .offset-xl-8, .b-toaster .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  #solid-app-container .offset-xl-9, div[id*=_modal_outer_] .offset-xl-9, .b-toaster .offset-xl-9 {
    margin-left: 75%;
  }
  #solid-app-container .offset-xl-10, div[id*=_modal_outer_] .offset-xl-10, .b-toaster .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  #solid-app-container .offset-xl-11, div[id*=_modal_outer_] .offset-xl-11, .b-toaster .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
#solid-app-container .table, div[id*=_modal_outer_] .table, .b-toaster .table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
#solid-app-container .table th,
#solid-app-container .table td, div[id*=_modal_outer_] .table th,
div[id*=_modal_outer_] .table td, .b-toaster .table th,
.b-toaster .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
#solid-app-container .table thead th, div[id*=_modal_outer_] .table thead th, .b-toaster .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
#solid-app-container .table tbody + tbody, div[id*=_modal_outer_] .table tbody + tbody, .b-toaster .table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
#solid-app-container .table-sm th,
#solid-app-container .table-sm td, div[id*=_modal_outer_] .table-sm th,
div[id*=_modal_outer_] .table-sm td, .b-toaster .table-sm th,
.b-toaster .table-sm td {
  padding: 0.3rem;
}
#solid-app-container .table-bordered, div[id*=_modal_outer_] .table-bordered, .b-toaster .table-bordered {
  border: 1px solid #dee2e6;
}
#solid-app-container .table-bordered th,
#solid-app-container .table-bordered td, div[id*=_modal_outer_] .table-bordered th,
div[id*=_modal_outer_] .table-bordered td, .b-toaster .table-bordered th,
.b-toaster .table-bordered td {
  border: 1px solid #dee2e6;
}
#solid-app-container .table-bordered thead th,
#solid-app-container .table-bordered thead td, div[id*=_modal_outer_] .table-bordered thead th,
div[id*=_modal_outer_] .table-bordered thead td, .b-toaster .table-bordered thead th,
.b-toaster .table-bordered thead td {
  border-bottom-width: 2px;
}
#solid-app-container .table-borderless th,
#solid-app-container .table-borderless td,
#solid-app-container .table-borderless thead th,
#solid-app-container .table-borderless tbody + tbody, div[id*=_modal_outer_] .table-borderless th,
div[id*=_modal_outer_] .table-borderless td,
div[id*=_modal_outer_] .table-borderless thead th,
div[id*=_modal_outer_] .table-borderless tbody + tbody, .b-toaster .table-borderless th,
.b-toaster .table-borderless td,
.b-toaster .table-borderless thead th,
.b-toaster .table-borderless tbody + tbody {
  border: 0;
}
#solid-app-container .table-striped tbody tr:nth-of-type(odd), div[id*=_modal_outer_] .table-striped tbody tr:nth-of-type(odd), .b-toaster .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
#solid-app-container .table-hover tbody tr:hover, div[id*=_modal_outer_] .table-hover tbody tr:hover, .b-toaster .table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
#solid-app-container .table-primary,
#solid-app-container .table-primary > th,
#solid-app-container .table-primary > td, div[id*=_modal_outer_] .table-primary,
div[id*=_modal_outer_] .table-primary > th,
div[id*=_modal_outer_] .table-primary > td, .b-toaster .table-primary,
.b-toaster .table-primary > th,
.b-toaster .table-primary > td {
  background-color: #bffbe2;
}
#solid-app-container .table-primary th,
#solid-app-container .table-primary td,
#solid-app-container .table-primary thead th,
#solid-app-container .table-primary tbody + tbody, div[id*=_modal_outer_] .table-primary th,
div[id*=_modal_outer_] .table-primary td,
div[id*=_modal_outer_] .table-primary thead th,
div[id*=_modal_outer_] .table-primary tbody + tbody, .b-toaster .table-primary th,
.b-toaster .table-primary td,
.b-toaster .table-primary thead th,
.b-toaster .table-primary tbody + tbody {
  border-color: #89f8c8;
}
#solid-app-container .table-hover .table-primary:hover, div[id*=_modal_outer_] .table-hover .table-primary:hover, .b-toaster .table-hover .table-primary:hover {
  background-color: #a7fad7;
}
#solid-app-container .table-hover .table-primary:hover > td,
#solid-app-container .table-hover .table-primary:hover > th, div[id*=_modal_outer_] .table-hover .table-primary:hover > td,
div[id*=_modal_outer_] .table-hover .table-primary:hover > th, .b-toaster .table-hover .table-primary:hover > td,
.b-toaster .table-hover .table-primary:hover > th {
  background-color: #a7fad7;
}
#solid-app-container .table-secondary,
#solid-app-container .table-secondary > th,
#solid-app-container .table-secondary > td, div[id*=_modal_outer_] .table-secondary,
div[id*=_modal_outer_] .table-secondary > th,
div[id*=_modal_outer_] .table-secondary > td, .b-toaster .table-secondary,
.b-toaster .table-secondary > th,
.b-toaster .table-secondary > td {
  background-color: #bffbe2;
}
#solid-app-container .table-secondary th,
#solid-app-container .table-secondary td,
#solid-app-container .table-secondary thead th,
#solid-app-container .table-secondary tbody + tbody, div[id*=_modal_outer_] .table-secondary th,
div[id*=_modal_outer_] .table-secondary td,
div[id*=_modal_outer_] .table-secondary thead th,
div[id*=_modal_outer_] .table-secondary tbody + tbody, .b-toaster .table-secondary th,
.b-toaster .table-secondary td,
.b-toaster .table-secondary thead th,
.b-toaster .table-secondary tbody + tbody {
  border-color: #89f8c8;
}
#solid-app-container .table-hover .table-secondary:hover, div[id*=_modal_outer_] .table-hover .table-secondary:hover, .b-toaster .table-hover .table-secondary:hover {
  background-color: #a7fad7;
}
#solid-app-container .table-hover .table-secondary:hover > td,
#solid-app-container .table-hover .table-secondary:hover > th, div[id*=_modal_outer_] .table-hover .table-secondary:hover > td,
div[id*=_modal_outer_] .table-hover .table-secondary:hover > th, .b-toaster .table-hover .table-secondary:hover > td,
.b-toaster .table-hover .table-secondary:hover > th {
  background-color: #a7fad7;
}
#solid-app-container .table-success,
#solid-app-container .table-success > th,
#solid-app-container .table-success > td, div[id*=_modal_outer_] .table-success,
div[id*=_modal_outer_] .table-success > th,
div[id*=_modal_outer_] .table-success > td, .b-toaster .table-success,
.b-toaster .table-success > th,
.b-toaster .table-success > td {
  background-color: #c3e6cb;
}
#solid-app-container .table-success th,
#solid-app-container .table-success td,
#solid-app-container .table-success thead th,
#solid-app-container .table-success tbody + tbody, div[id*=_modal_outer_] .table-success th,
div[id*=_modal_outer_] .table-success td,
div[id*=_modal_outer_] .table-success thead th,
div[id*=_modal_outer_] .table-success tbody + tbody, .b-toaster .table-success th,
.b-toaster .table-success td,
.b-toaster .table-success thead th,
.b-toaster .table-success tbody + tbody {
  border-color: #8fd19e;
}
#solid-app-container .table-hover .table-success:hover, div[id*=_modal_outer_] .table-hover .table-success:hover, .b-toaster .table-hover .table-success:hover {
  background-color: #b1dfbb;
}
#solid-app-container .table-hover .table-success:hover > td,
#solid-app-container .table-hover .table-success:hover > th, div[id*=_modal_outer_] .table-hover .table-success:hover > td,
div[id*=_modal_outer_] .table-hover .table-success:hover > th, .b-toaster .table-hover .table-success:hover > td,
.b-toaster .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
#solid-app-container .table-info,
#solid-app-container .table-info > th,
#solid-app-container .table-info > td, div[id*=_modal_outer_] .table-info,
div[id*=_modal_outer_] .table-info > th,
div[id*=_modal_outer_] .table-info > td, .b-toaster .table-info,
.b-toaster .table-info > th,
.b-toaster .table-info > td {
  background-color: #bee5eb;
}
#solid-app-container .table-info th,
#solid-app-container .table-info td,
#solid-app-container .table-info thead th,
#solid-app-container .table-info tbody + tbody, div[id*=_modal_outer_] .table-info th,
div[id*=_modal_outer_] .table-info td,
div[id*=_modal_outer_] .table-info thead th,
div[id*=_modal_outer_] .table-info tbody + tbody, .b-toaster .table-info th,
.b-toaster .table-info td,
.b-toaster .table-info thead th,
.b-toaster .table-info tbody + tbody {
  border-color: #86cfda;
}
#solid-app-container .table-hover .table-info:hover, div[id*=_modal_outer_] .table-hover .table-info:hover, .b-toaster .table-hover .table-info:hover {
  background-color: #abdde5;
}
#solid-app-container .table-hover .table-info:hover > td,
#solid-app-container .table-hover .table-info:hover > th, div[id*=_modal_outer_] .table-hover .table-info:hover > td,
div[id*=_modal_outer_] .table-hover .table-info:hover > th, .b-toaster .table-hover .table-info:hover > td,
.b-toaster .table-hover .table-info:hover > th {
  background-color: #abdde5;
}
#solid-app-container .table-warning,
#solid-app-container .table-warning > th,
#solid-app-container .table-warning > td, div[id*=_modal_outer_] .table-warning,
div[id*=_modal_outer_] .table-warning > th,
div[id*=_modal_outer_] .table-warning > td, .b-toaster .table-warning,
.b-toaster .table-warning > th,
.b-toaster .table-warning > td {
  background-color: #ffeeba;
}
#solid-app-container .table-warning th,
#solid-app-container .table-warning td,
#solid-app-container .table-warning thead th,
#solid-app-container .table-warning tbody + tbody, div[id*=_modal_outer_] .table-warning th,
div[id*=_modal_outer_] .table-warning td,
div[id*=_modal_outer_] .table-warning thead th,
div[id*=_modal_outer_] .table-warning tbody + tbody, .b-toaster .table-warning th,
.b-toaster .table-warning td,
.b-toaster .table-warning thead th,
.b-toaster .table-warning tbody + tbody {
  border-color: #ffdf7e;
}
#solid-app-container .table-hover .table-warning:hover, div[id*=_modal_outer_] .table-hover .table-warning:hover, .b-toaster .table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
#solid-app-container .table-hover .table-warning:hover > td,
#solid-app-container .table-hover .table-warning:hover > th, div[id*=_modal_outer_] .table-hover .table-warning:hover > td,
div[id*=_modal_outer_] .table-hover .table-warning:hover > th, .b-toaster .table-hover .table-warning:hover > td,
.b-toaster .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
#solid-app-container .table-danger,
#solid-app-container .table-danger > th,
#solid-app-container .table-danger > td, div[id*=_modal_outer_] .table-danger,
div[id*=_modal_outer_] .table-danger > th,
div[id*=_modal_outer_] .table-danger > td, .b-toaster .table-danger,
.b-toaster .table-danger > th,
.b-toaster .table-danger > td {
  background-color: #f5c6cb;
}
#solid-app-container .table-danger th,
#solid-app-container .table-danger td,
#solid-app-container .table-danger thead th,
#solid-app-container .table-danger tbody + tbody, div[id*=_modal_outer_] .table-danger th,
div[id*=_modal_outer_] .table-danger td,
div[id*=_modal_outer_] .table-danger thead th,
div[id*=_modal_outer_] .table-danger tbody + tbody, .b-toaster .table-danger th,
.b-toaster .table-danger td,
.b-toaster .table-danger thead th,
.b-toaster .table-danger tbody + tbody {
  border-color: #ed969e;
}
#solid-app-container .table-hover .table-danger:hover, div[id*=_modal_outer_] .table-hover .table-danger:hover, .b-toaster .table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
#solid-app-container .table-hover .table-danger:hover > td,
#solid-app-container .table-hover .table-danger:hover > th, div[id*=_modal_outer_] .table-hover .table-danger:hover > td,
div[id*=_modal_outer_] .table-hover .table-danger:hover > th, .b-toaster .table-hover .table-danger:hover > td,
.b-toaster .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
#solid-app-container .table-light,
#solid-app-container .table-light > th,
#solid-app-container .table-light > td, div[id*=_modal_outer_] .table-light,
div[id*=_modal_outer_] .table-light > th,
div[id*=_modal_outer_] .table-light > td, .b-toaster .table-light,
.b-toaster .table-light > th,
.b-toaster .table-light > td {
  background-color: #fdfdfe;
}
#solid-app-container .table-light th,
#solid-app-container .table-light td,
#solid-app-container .table-light thead th,
#solid-app-container .table-light tbody + tbody, div[id*=_modal_outer_] .table-light th,
div[id*=_modal_outer_] .table-light td,
div[id*=_modal_outer_] .table-light thead th,
div[id*=_modal_outer_] .table-light tbody + tbody, .b-toaster .table-light th,
.b-toaster .table-light td,
.b-toaster .table-light thead th,
.b-toaster .table-light tbody + tbody {
  border-color: #fbfcfc;
}
#solid-app-container .table-hover .table-light:hover, div[id*=_modal_outer_] .table-hover .table-light:hover, .b-toaster .table-hover .table-light:hover {
  background-color: #ececf6;
}
#solid-app-container .table-hover .table-light:hover > td,
#solid-app-container .table-hover .table-light:hover > th, div[id*=_modal_outer_] .table-hover .table-light:hover > td,
div[id*=_modal_outer_] .table-hover .table-light:hover > th, .b-toaster .table-hover .table-light:hover > td,
.b-toaster .table-hover .table-light:hover > th {
  background-color: #ececf6;
}
#solid-app-container .table-dark,
#solid-app-container .table-dark > th,
#solid-app-container .table-dark > td, div[id*=_modal_outer_] .table-dark,
div[id*=_modal_outer_] .table-dark > th,
div[id*=_modal_outer_] .table-dark > td, .b-toaster .table-dark,
.b-toaster .table-dark > th,
.b-toaster .table-dark > td {
  background-color: #c6c8ca;
}
#solid-app-container .table-dark th,
#solid-app-container .table-dark td,
#solid-app-container .table-dark thead th,
#solid-app-container .table-dark tbody + tbody, div[id*=_modal_outer_] .table-dark th,
div[id*=_modal_outer_] .table-dark td,
div[id*=_modal_outer_] .table-dark thead th,
div[id*=_modal_outer_] .table-dark tbody + tbody, .b-toaster .table-dark th,
.b-toaster .table-dark td,
.b-toaster .table-dark thead th,
.b-toaster .table-dark tbody + tbody {
  border-color: #95999c;
}
#solid-app-container .table-hover .table-dark:hover, div[id*=_modal_outer_] .table-hover .table-dark:hover, .b-toaster .table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
#solid-app-container .table-hover .table-dark:hover > td,
#solid-app-container .table-hover .table-dark:hover > th, div[id*=_modal_outer_] .table-hover .table-dark:hover > td,
div[id*=_modal_outer_] .table-hover .table-dark:hover > th, .b-toaster .table-hover .table-dark:hover > td,
.b-toaster .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
#solid-app-container .table-active,
#solid-app-container .table-active > th,
#solid-app-container .table-active > td, div[id*=_modal_outer_] .table-active,
div[id*=_modal_outer_] .table-active > th,
div[id*=_modal_outer_] .table-active > td, .b-toaster .table-active,
.b-toaster .table-active > th,
.b-toaster .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
#solid-app-container .table-hover .table-active:hover, div[id*=_modal_outer_] .table-hover .table-active:hover, .b-toaster .table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
#solid-app-container .table-hover .table-active:hover > td,
#solid-app-container .table-hover .table-active:hover > th, div[id*=_modal_outer_] .table-hover .table-active:hover > td,
div[id*=_modal_outer_] .table-hover .table-active:hover > th, .b-toaster .table-hover .table-active:hover > td,
.b-toaster .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
#solid-app-container .table .thead-dark th, div[id*=_modal_outer_] .table .thead-dark th, .b-toaster .table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
#solid-app-container .table .thead-light th, div[id*=_modal_outer_] .table .thead-light th, .b-toaster .table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
#solid-app-container .table-dark, div[id*=_modal_outer_] .table-dark, .b-toaster .table-dark {
  color: #fff;
  background-color: #343a40;
}
#solid-app-container .table-dark th,
#solid-app-container .table-dark td,
#solid-app-container .table-dark thead th, div[id*=_modal_outer_] .table-dark th,
div[id*=_modal_outer_] .table-dark td,
div[id*=_modal_outer_] .table-dark thead th, .b-toaster .table-dark th,
.b-toaster .table-dark td,
.b-toaster .table-dark thead th {
  border-color: #454d55;
}
#solid-app-container .table-dark.table-bordered, div[id*=_modal_outer_] .table-dark.table-bordered, .b-toaster .table-dark.table-bordered {
  border: 0;
}
#solid-app-container .table-dark.table-striped tbody tr:nth-of-type(odd), div[id*=_modal_outer_] .table-dark.table-striped tbody tr:nth-of-type(odd), .b-toaster .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
#solid-app-container .table-dark.table-hover tbody tr:hover, div[id*=_modal_outer_] .table-dark.table-hover tbody tr:hover, .b-toaster .table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  #solid-app-container .table-responsive-sm, div[id*=_modal_outer_] .table-responsive-sm, .b-toaster .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #solid-app-container .table-responsive-sm > .table-bordered, div[id*=_modal_outer_] .table-responsive-sm > .table-bordered, .b-toaster .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  #solid-app-container .table-responsive-md, div[id*=_modal_outer_] .table-responsive-md, .b-toaster .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #solid-app-container .table-responsive-md > .table-bordered, div[id*=_modal_outer_] .table-responsive-md > .table-bordered, .b-toaster .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  #solid-app-container .table-responsive-lg, div[id*=_modal_outer_] .table-responsive-lg, .b-toaster .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #solid-app-container .table-responsive-lg > .table-bordered, div[id*=_modal_outer_] .table-responsive-lg > .table-bordered, .b-toaster .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  #solid-app-container .table-responsive-xl, div[id*=_modal_outer_] .table-responsive-xl, .b-toaster .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #solid-app-container .table-responsive-xl > .table-bordered, div[id*=_modal_outer_] .table-responsive-xl > .table-bordered, .b-toaster .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
#solid-app-container .table-responsive, div[id*=_modal_outer_] .table-responsive, .b-toaster .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
#solid-app-container .table-responsive > .table-bordered, div[id*=_modal_outer_] .table-responsive > .table-bordered, .b-toaster .table-responsive > .table-bordered {
  border: 0;
}
#solid-app-container .form-control, div[id*=_modal_outer_] .form-control, .b-toaster .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  #solid-app-container .form-control, div[id*=_modal_outer_] .form-control, .b-toaster .form-control {
    transition: none;
  }
}
#solid-app-container .form-control::-ms-expand, div[id*=_modal_outer_] .form-control::-ms-expand, .b-toaster .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
#solid-app-container .form-control:focus, div[id*=_modal_outer_] .form-control:focus, .b-toaster .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #94f8ce;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(28, 241, 150, 0.25);
}
#solid-app-container .form-control::placeholder, div[id*=_modal_outer_] .form-control::placeholder, .b-toaster .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
#solid-app-container .form-control:disabled, #solid-app-container .form-control[readonly], div[id*=_modal_outer_] .form-control:disabled, div[id*=_modal_outer_] .form-control[readonly], .b-toaster .form-control:disabled, .b-toaster .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
#solid-app-container input[type=date].form-control,
#solid-app-container input[type=time].form-control,
#solid-app-container input[type=datetime-local].form-control,
#solid-app-container input[type=month].form-control, div[id*=_modal_outer_] input[type=date].form-control,
div[id*=_modal_outer_] input[type=time].form-control,
div[id*=_modal_outer_] input[type=datetime-local].form-control,
div[id*=_modal_outer_] input[type=month].form-control, .b-toaster input[type=date].form-control,
.b-toaster input[type=time].form-control,
.b-toaster input[type=datetime-local].form-control,
.b-toaster input[type=month].form-control {
  appearance: none;
}
#solid-app-container select.form-control:-moz-focusring, div[id*=_modal_outer_] select.form-control:-moz-focusring, .b-toaster select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
#solid-app-container select.form-control:focus::-ms-value, div[id*=_modal_outer_] select.form-control:focus::-ms-value, .b-toaster select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
#solid-app-container .form-control-file,
#solid-app-container .form-control-range, div[id*=_modal_outer_] .form-control-file,
div[id*=_modal_outer_] .form-control-range, .b-toaster .form-control-file,
.b-toaster .form-control-range {
  display: block;
  width: 100%;
}
#solid-app-container .col-form-label, div[id*=_modal_outer_] .col-form-label, .b-toaster .col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
#solid-app-container .col-form-label-lg, div[id*=_modal_outer_] .col-form-label-lg, .b-toaster .col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
#solid-app-container .col-form-label-sm, div[id*=_modal_outer_] .col-form-label-sm, .b-toaster .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
#solid-app-container .form-control-plaintext, div[id*=_modal_outer_] .form-control-plaintext, .b-toaster .form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
#solid-app-container .form-control-plaintext.form-control-sm, #solid-app-container .form-control-plaintext.form-control-lg, div[id*=_modal_outer_] .form-control-plaintext.form-control-sm, div[id*=_modal_outer_] .form-control-plaintext.form-control-lg, .b-toaster .form-control-plaintext.form-control-sm, .b-toaster .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
#solid-app-container .form-control-sm, div[id*=_modal_outer_] .form-control-sm, .b-toaster .form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
#solid-app-container .form-control-lg, div[id*=_modal_outer_] .form-control-lg, .b-toaster .form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
#solid-app-container select.form-control[size], #solid-app-container select.form-control[multiple], div[id*=_modal_outer_] select.form-control[size], div[id*=_modal_outer_] select.form-control[multiple], .b-toaster select.form-control[size], .b-toaster select.form-control[multiple] {
  height: auto;
}
#solid-app-container textarea.form-control, div[id*=_modal_outer_] textarea.form-control, .b-toaster textarea.form-control {
  height: auto;
}
#solid-app-container .form-group, div[id*=_modal_outer_] .form-group, .b-toaster .form-group {
  margin-bottom: 1rem;
}
#solid-app-container .form-text, div[id*=_modal_outer_] .form-text, .b-toaster .form-text {
  display: block;
  margin-top: 0.25rem;
}
#solid-app-container .form-row, div[id*=_modal_outer_] .form-row, .b-toaster .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
#solid-app-container .form-row > .col,
#solid-app-container .form-row > [class*=col-], div[id*=_modal_outer_] .form-row > .col,
div[id*=_modal_outer_] .form-row > [class*=col-], .b-toaster .form-row > .col,
.b-toaster .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
#solid-app-container .form-check, div[id*=_modal_outer_] .form-check, .b-toaster .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
#solid-app-container .form-check-input, div[id*=_modal_outer_] .form-check-input, .b-toaster .form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
#solid-app-container .form-check-input[disabled] ~ .form-check-label, #solid-app-container .form-check-input:disabled ~ .form-check-label, div[id*=_modal_outer_] .form-check-input[disabled] ~ .form-check-label, div[id*=_modal_outer_] .form-check-input:disabled ~ .form-check-label, .b-toaster .form-check-input[disabled] ~ .form-check-label, .b-toaster .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
#solid-app-container .form-check-label, div[id*=_modal_outer_] .form-check-label, .b-toaster .form-check-label {
  margin-bottom: 0;
}
#solid-app-container .form-check-inline, div[id*=_modal_outer_] .form-check-inline, .b-toaster .form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
#solid-app-container .form-check-inline .form-check-input, div[id*=_modal_outer_] .form-check-inline .form-check-input, .b-toaster .form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
#solid-app-container .valid-feedback, div[id*=_modal_outer_] .valid-feedback, .b-toaster .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}
#solid-app-container .valid-tooltip, div[id*=_modal_outer_] .valid-tooltip, .b-toaster .valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > #solid-app-container .valid-tooltip, .form-row > [class*=col-] > #solid-app-container .valid-tooltip, .form-row > .col > div[id*=_modal_outer_] .valid-tooltip, .form-row > [class*=col-] > div[id*=_modal_outer_] .valid-tooltip, .form-row > .col > .b-toaster .valid-tooltip, .form-row > [class*=col-] > .b-toaster .valid-tooltip {
  left: 5px;
}
.was-validated #solid-app-container:valid ~ .valid-feedback,
.was-validated #solid-app-container:valid ~ .valid-tooltip, #solid-app-container.is-valid ~ .valid-feedback,
#solid-app-container.is-valid ~ .valid-tooltip, .was-validated div[id*=_modal_outer_]:valid ~ .valid-feedback,
.was-validated div[id*=_modal_outer_]:valid ~ .valid-tooltip, div[id*=_modal_outer_].is-valid ~ .valid-feedback,
div[id*=_modal_outer_].is-valid ~ .valid-tooltip, .was-validated .b-toaster:valid ~ .valid-feedback,
.was-validated .b-toaster:valid ~ .valid-tooltip, .b-toaster.is-valid ~ .valid-feedback,
.b-toaster.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated #solid-app-container .form-control:valid, #solid-app-container .form-control.is-valid, .was-validated div[id*=_modal_outer_] .form-control:valid, div[id*=_modal_outer_] .form-control.is-valid, .was-validated .b-toaster .form-control:valid, .b-toaster .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated #solid-app-container .form-control:valid:focus, #solid-app-container .form-control.is-valid:focus, .was-validated div[id*=_modal_outer_] .form-control:valid:focus, div[id*=_modal_outer_] .form-control.is-valid:focus, .was-validated .b-toaster .form-control:valid:focus, .b-toaster .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated #solid-app-container select.form-control:valid, #solid-app-container select.form-control.is-valid, .was-validated div[id*=_modal_outer_] select.form-control:valid, div[id*=_modal_outer_] select.form-control.is-valid, .was-validated .b-toaster select.form-control:valid, .b-toaster select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.was-validated #solid-app-container textarea.form-control:valid, #solid-app-container textarea.form-control.is-valid, .was-validated div[id*=_modal_outer_] textarea.form-control:valid, div[id*=_modal_outer_] textarea.form-control.is-valid, .was-validated .b-toaster textarea.form-control:valid, .b-toaster 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);
}
.was-validated #solid-app-container .custom-select:valid, #solid-app-container .custom-select.is-valid, .was-validated div[id*=_modal_outer_] .custom-select:valid, div[id*=_modal_outer_] .custom-select.is-valid, .was-validated .b-toaster .custom-select:valid, .b-toaster .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated #solid-app-container .custom-select:valid:focus, #solid-app-container .custom-select.is-valid:focus, .was-validated div[id*=_modal_outer_] .custom-select:valid:focus, div[id*=_modal_outer_] .custom-select.is-valid:focus, .was-validated .b-toaster .custom-select:valid:focus, .b-toaster .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated #solid-app-container .form-check-input:valid ~ .form-check-label, #solid-app-container .form-check-input.is-valid ~ .form-check-label, .was-validated div[id*=_modal_outer_] .form-check-input:valid ~ .form-check-label, div[id*=_modal_outer_] .form-check-input.is-valid ~ .form-check-label, .was-validated .b-toaster .form-check-input:valid ~ .form-check-label, .b-toaster .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated #solid-app-container .form-check-input:valid ~ .valid-feedback,
.was-validated #solid-app-container .form-check-input:valid ~ .valid-tooltip, #solid-app-container .form-check-input.is-valid ~ .valid-feedback,
#solid-app-container .form-check-input.is-valid ~ .valid-tooltip, .was-validated div[id*=_modal_outer_] .form-check-input:valid ~ .valid-feedback,
.was-validated div[id*=_modal_outer_] .form-check-input:valid ~ .valid-tooltip, div[id*=_modal_outer_] .form-check-input.is-valid ~ .valid-feedback,
div[id*=_modal_outer_] .form-check-input.is-valid ~ .valid-tooltip, .was-validated .b-toaster .form-check-input:valid ~ .valid-feedback,
.was-validated .b-toaster .form-check-input:valid ~ .valid-tooltip, .b-toaster .form-check-input.is-valid ~ .valid-feedback,
.b-toaster .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated #solid-app-container .custom-control-input:valid ~ .custom-control-label, #solid-app-container .custom-control-input.is-valid ~ .custom-control-label, .was-validated div[id*=_modal_outer_] .custom-control-input:valid ~ .custom-control-label, div[id*=_modal_outer_] .custom-control-input.is-valid ~ .custom-control-label, .was-validated .b-toaster .custom-control-input:valid ~ .custom-control-label, .b-toaster .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated #solid-app-container .custom-control-input:valid ~ .custom-control-label::before, #solid-app-container .custom-control-input.is-valid ~ .custom-control-label::before, .was-validated div[id*=_modal_outer_] .custom-control-input:valid ~ .custom-control-label::before, div[id*=_modal_outer_] .custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .b-toaster .custom-control-input:valid ~ .custom-control-label::before, .b-toaster .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated #solid-app-container .custom-control-input:valid:checked ~ .custom-control-label::before, #solid-app-container .custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated div[id*=_modal_outer_] .custom-control-input:valid:checked ~ .custom-control-label::before, div[id*=_modal_outer_] .custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .b-toaster .custom-control-input:valid:checked ~ .custom-control-label::before, .b-toaster .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated #solid-app-container .custom-control-input:valid:focus ~ .custom-control-label::before, #solid-app-container .custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated div[id*=_modal_outer_] .custom-control-input:valid:focus ~ .custom-control-label::before, div[id*=_modal_outer_] .custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .b-toaster .custom-control-input:valid:focus ~ .custom-control-label::before, .b-toaster .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated #solid-app-container .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, #solid-app-container .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated div[id*=_modal_outer_] .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, div[id*=_modal_outer_] .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .b-toaster .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .b-toaster .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated #solid-app-container .custom-file-input:valid ~ .custom-file-label, #solid-app-container .custom-file-input.is-valid ~ .custom-file-label, .was-validated div[id*=_modal_outer_] .custom-file-input:valid ~ .custom-file-label, div[id*=_modal_outer_] .custom-file-input.is-valid ~ .custom-file-label, .was-validated .b-toaster .custom-file-input:valid ~ .custom-file-label, .b-toaster .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated #solid-app-container .custom-file-input:valid:focus ~ .custom-file-label, #solid-app-container .custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated div[id*=_modal_outer_] .custom-file-input:valid:focus ~ .custom-file-label, div[id*=_modal_outer_] .custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .b-toaster .custom-file-input:valid:focus ~ .custom-file-label, .b-toaster .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);
}
#solid-app-container .invalid-feedback, div[id*=_modal_outer_] .invalid-feedback, .b-toaster .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
#solid-app-container .invalid-tooltip, div[id*=_modal_outer_] .invalid-tooltip, .b-toaster .invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > #solid-app-container .invalid-tooltip, .form-row > [class*=col-] > #solid-app-container .invalid-tooltip, .form-row > .col > div[id*=_modal_outer_] .invalid-tooltip, .form-row > [class*=col-] > div[id*=_modal_outer_] .invalid-tooltip, .form-row > .col > .b-toaster .invalid-tooltip, .form-row > [class*=col-] > .b-toaster .invalid-tooltip {
  left: 5px;
}
.was-validated #solid-app-container:invalid ~ .invalid-feedback,
.was-validated #solid-app-container:invalid ~ .invalid-tooltip, #solid-app-container.is-invalid ~ .invalid-feedback,
#solid-app-container.is-invalid ~ .invalid-tooltip, .was-validated div[id*=_modal_outer_]:invalid ~ .invalid-feedback,
.was-validated div[id*=_modal_outer_]:invalid ~ .invalid-tooltip, div[id*=_modal_outer_].is-invalid ~ .invalid-feedback,
div[id*=_modal_outer_].is-invalid ~ .invalid-tooltip, .was-validated .b-toaster:invalid ~ .invalid-feedback,
.was-validated .b-toaster:invalid ~ .invalid-tooltip, .b-toaster.is-invalid ~ .invalid-feedback,
.b-toaster.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated #solid-app-container .form-control:invalid, #solid-app-container .form-control.is-invalid, .was-validated div[id*=_modal_outer_] .form-control:invalid, div[id*=_modal_outer_] .form-control.is-invalid, .was-validated .b-toaster .form-control:invalid, .b-toaster .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated #solid-app-container .form-control:invalid:focus, #solid-app-container .form-control.is-invalid:focus, .was-validated div[id*=_modal_outer_] .form-control:invalid:focus, div[id*=_modal_outer_] .form-control.is-invalid:focus, .was-validated .b-toaster .form-control:invalid:focus, .b-toaster .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated #solid-app-container select.form-control:invalid, #solid-app-container select.form-control.is-invalid, .was-validated div[id*=_modal_outer_] select.form-control:invalid, div[id*=_modal_outer_] select.form-control.is-invalid, .was-validated .b-toaster select.form-control:invalid, .b-toaster select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.was-validated #solid-app-container textarea.form-control:invalid, #solid-app-container textarea.form-control.is-invalid, .was-validated div[id*=_modal_outer_] textarea.form-control:invalid, div[id*=_modal_outer_] textarea.form-control.is-invalid, .was-validated .b-toaster textarea.form-control:invalid, .b-toaster 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);
}
.was-validated #solid-app-container .custom-select:invalid, #solid-app-container .custom-select.is-invalid, .was-validated div[id*=_modal_outer_] .custom-select:invalid, div[id*=_modal_outer_] .custom-select.is-invalid, .was-validated .b-toaster .custom-select:invalid, .b-toaster .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated #solid-app-container .custom-select:invalid:focus, #solid-app-container .custom-select.is-invalid:focus, .was-validated div[id*=_modal_outer_] .custom-select:invalid:focus, div[id*=_modal_outer_] .custom-select.is-invalid:focus, .was-validated .b-toaster .custom-select:invalid:focus, .b-toaster .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated #solid-app-container .form-check-input:invalid ~ .form-check-label, #solid-app-container .form-check-input.is-invalid ~ .form-check-label, .was-validated div[id*=_modal_outer_] .form-check-input:invalid ~ .form-check-label, div[id*=_modal_outer_] .form-check-input.is-invalid ~ .form-check-label, .was-validated .b-toaster .form-check-input:invalid ~ .form-check-label, .b-toaster .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated #solid-app-container .form-check-input:invalid ~ .invalid-feedback,
.was-validated #solid-app-container .form-check-input:invalid ~ .invalid-tooltip, #solid-app-container .form-check-input.is-invalid ~ .invalid-feedback,
#solid-app-container .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated div[id*=_modal_outer_] .form-check-input:invalid ~ .invalid-feedback,
.was-validated div[id*=_modal_outer_] .form-check-input:invalid ~ .invalid-tooltip, div[id*=_modal_outer_] .form-check-input.is-invalid ~ .invalid-feedback,
div[id*=_modal_outer_] .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .b-toaster .form-check-input:invalid ~ .invalid-feedback,
.was-validated .b-toaster .form-check-input:invalid ~ .invalid-tooltip, .b-toaster .form-check-input.is-invalid ~ .invalid-feedback,
.b-toaster .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated #solid-app-container .custom-control-input:invalid ~ .custom-control-label, #solid-app-container .custom-control-input.is-invalid ~ .custom-control-label, .was-validated div[id*=_modal_outer_] .custom-control-input:invalid ~ .custom-control-label, div[id*=_modal_outer_] .custom-control-input.is-invalid ~ .custom-control-label, .was-validated .b-toaster .custom-control-input:invalid ~ .custom-control-label, .b-toaster .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated #solid-app-container .custom-control-input:invalid ~ .custom-control-label::before, #solid-app-container .custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated div[id*=_modal_outer_] .custom-control-input:invalid ~ .custom-control-label::before, div[id*=_modal_outer_] .custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .b-toaster .custom-control-input:invalid ~ .custom-control-label::before, .b-toaster .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated #solid-app-container .custom-control-input:invalid:checked ~ .custom-control-label::before, #solid-app-container .custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated div[id*=_modal_outer_] .custom-control-input:invalid:checked ~ .custom-control-label::before, div[id*=_modal_outer_] .custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .b-toaster .custom-control-input:invalid:checked ~ .custom-control-label::before, .b-toaster .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated #solid-app-container .custom-control-input:invalid:focus ~ .custom-control-label::before, #solid-app-container .custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated div[id*=_modal_outer_] .custom-control-input:invalid:focus ~ .custom-control-label::before, div[id*=_modal_outer_] .custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .b-toaster .custom-control-input:invalid:focus ~ .custom-control-label::before, .b-toaster .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated #solid-app-container .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, #solid-app-container .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated div[id*=_modal_outer_] .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, div[id*=_modal_outer_] .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .b-toaster .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .b-toaster .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated #solid-app-container .custom-file-input:invalid ~ .custom-file-label, #solid-app-container .custom-file-input.is-invalid ~ .custom-file-label, .was-validated div[id*=_modal_outer_] .custom-file-input:invalid ~ .custom-file-label, div[id*=_modal_outer_] .custom-file-input.is-invalid ~ .custom-file-label, .was-validated .b-toaster .custom-file-input:invalid ~ .custom-file-label, .b-toaster .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated #solid-app-container .custom-file-input:invalid:focus ~ .custom-file-label, #solid-app-container .custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated div[id*=_modal_outer_] .custom-file-input:invalid:focus ~ .custom-file-label, div[id*=_modal_outer_] .custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .b-toaster .custom-file-input:invalid:focus ~ .custom-file-label, .b-toaster .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);
}
#solid-app-container .form-inline, div[id*=_modal_outer_] .form-inline, .b-toaster .form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
#solid-app-container .form-inline .form-check, div[id*=_modal_outer_] .form-inline .form-check, .b-toaster .form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  #solid-app-container .form-inline label, div[id*=_modal_outer_] .form-inline label, .b-toaster .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  #solid-app-container .form-inline .form-group, div[id*=_modal_outer_] .form-inline .form-group, .b-toaster .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  #solid-app-container .form-inline .form-control, div[id*=_modal_outer_] .form-inline .form-control, .b-toaster .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  #solid-app-container .form-inline .form-control-plaintext, div[id*=_modal_outer_] .form-inline .form-control-plaintext, .b-toaster .form-inline .form-control-plaintext {
    display: inline-block;
  }
  #solid-app-container .form-inline .input-group,
#solid-app-container .form-inline .custom-select, div[id*=_modal_outer_] .form-inline .input-group,
div[id*=_modal_outer_] .form-inline .custom-select, .b-toaster .form-inline .input-group,
.b-toaster .form-inline .custom-select {
    width: auto;
  }
  #solid-app-container .form-inline .form-check, div[id*=_modal_outer_] .form-inline .form-check, .b-toaster .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  #solid-app-container .form-inline .form-check-input, div[id*=_modal_outer_] .form-inline .form-check-input, .b-toaster .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  #solid-app-container .form-inline .custom-control, div[id*=_modal_outer_] .form-inline .custom-control, .b-toaster .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  #solid-app-container .form-inline .custom-control-label, div[id*=_modal_outer_] .form-inline .custom-control-label, .b-toaster .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
#solid-app-container .btn, div[id*=_modal_outer_] .btn, .b-toaster .btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  #solid-app-container .btn, div[id*=_modal_outer_] .btn, .b-toaster .btn {
    transition: none;
  }
}
#solid-app-container .btn:hover, div[id*=_modal_outer_] .btn:hover, .b-toaster .btn:hover {
  color: #212529;
  text-decoration: none;
}
#solid-app-container .btn:focus, #solid-app-container .btn.focus, div[id*=_modal_outer_] .btn:focus, div[id*=_modal_outer_] .btn.focus, .b-toaster .btn:focus, .b-toaster .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(28, 241, 150, 0.25);
}
#solid-app-container .btn.disabled, #solid-app-container .btn:disabled, div[id*=_modal_outer_] .btn.disabled, div[id*=_modal_outer_] .btn:disabled, .b-toaster .btn.disabled, .b-toaster .btn:disabled {
  opacity: 0.65;
}
#solid-app-container .btn:not(:disabled):not(.disabled), div[id*=_modal_outer_] .btn:not(:disabled):not(.disabled), .b-toaster .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
#solid-app-container a.btn.disabled,
#solid-app-container fieldset:disabled a.btn, div[id*=_modal_outer_] a.btn.disabled,
div[id*=_modal_outer_] fieldset:disabled a.btn, .b-toaster a.btn.disabled,
.b-toaster fieldset:disabled a.btn {
  pointer-events: none;
}
#solid-app-container .btn-primary, div[id*=_modal_outer_] .btn-primary, .b-toaster .btn-primary {
  color: #212529;
  background-color: #1CF196;
  border-color: #1CF196;
}
#solid-app-container .btn-primary:hover, div[id*=_modal_outer_] .btn-primary:hover, .b-toaster .btn-primary:hover {
  color: #fff;
  background-color: #0dd982;
  border-color: #0dcd7b;
}
#solid-app-container .btn-primary:focus, #solid-app-container .btn-primary.focus, div[id*=_modal_outer_] .btn-primary:focus, div[id*=_modal_outer_] .btn-primary.focus, .b-toaster .btn-primary:focus, .b-toaster .btn-primary.focus {
  color: #fff;
  background-color: #0dd982;
  border-color: #0dcd7b;
  box-shadow: 0 0 0 0.2rem rgba(29, 210, 134, 0.5);
}
#solid-app-container .btn-primary.disabled, #solid-app-container .btn-primary:disabled, div[id*=_modal_outer_] .btn-primary.disabled, div[id*=_modal_outer_] .btn-primary:disabled, .b-toaster .btn-primary.disabled, .b-toaster .btn-primary:disabled {
  color: #212529;
  background-color: #1CF196;
  border-color: #1CF196;
}
#solid-app-container .btn-primary:not(:disabled):not(.disabled):active, #solid-app-container .btn-primary:not(:disabled):not(.disabled).active, .show > #solid-app-container .btn-primary.dropdown-toggle, div[id*=_modal_outer_] .btn-primary:not(:disabled):not(.disabled):active, div[id*=_modal_outer_] .btn-primary:not(:disabled):not(.disabled).active, .show > div[id*=_modal_outer_] .btn-primary.dropdown-toggle, .b-toaster .btn-primary:not(:disabled):not(.disabled):active, .b-toaster .btn-primary:not(:disabled):not(.disabled).active, .show > .b-toaster .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0dcd7b;
  border-color: #0cc174;
}
#solid-app-container .btn-primary:not(:disabled):not(.disabled):active:focus, #solid-app-container .btn-primary:not(:disabled):not(.disabled).active:focus, .show > #solid-app-container .btn-primary.dropdown-toggle:focus, div[id*=_modal_outer_] .btn-primary:not(:disabled):not(.disabled):active:focus, div[id*=_modal_outer_] .btn-primary:not(:disabled):not(.disabled).active:focus, .show > div[id*=_modal_outer_] .btn-primary.dropdown-toggle:focus, .b-toaster .btn-primary:not(:disabled):not(.disabled):active:focus, .b-toaster .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .b-toaster .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(29, 210, 134, 0.5);
}
#solid-app-container .btn-secondary, div[id*=_modal_outer_] .btn-secondary, .b-toaster .btn-secondary {
  color: #212529;
  background-color: #1CF196;
  border-color: #1CF196;
}
#solid-app-container .btn-secondary:hover, div[id*=_modal_outer_] .btn-secondary:hover, .b-toaster .btn-secondary:hover {
  color: #fff;
  background-color: #0dd982;
  border-color: #0dcd7b;
}
#solid-app-container .btn-secondary:focus, #solid-app-container .btn-secondary.focus, div[id*=_modal_outer_] .btn-secondary:focus, div[id*=_modal_outer_] .btn-secondary.focus, .b-toaster .btn-secondary:focus, .b-toaster .btn-secondary.focus {
  color: #fff;
  background-color: #0dd982;
  border-color: #0dcd7b;
  box-shadow: 0 0 0 0.2rem rgba(29, 210, 134, 0.5);
}
#solid-app-container .btn-secondary.disabled, #solid-app-container .btn-secondary:disabled, div[id*=_modal_outer_] .btn-secondary.disabled, div[id*=_modal_outer_] .btn-secondary:disabled, .b-toaster .btn-secondary.disabled, .b-toaster .btn-secondary:disabled {
  color: #212529;
  background-color: #1CF196;
  border-color: #1CF196;
}
#solid-app-container .btn-secondary:not(:disabled):not(.disabled):active, #solid-app-container .btn-secondary:not(:disabled):not(.disabled).active, .show > #solid-app-container .btn-secondary.dropdown-toggle, div[id*=_modal_outer_] .btn-secondary:not(:disabled):not(.disabled):active, div[id*=_modal_outer_] .btn-secondary:not(:disabled):not(.disabled).active, .show > div[id*=_modal_outer_] .btn-secondary.dropdown-toggle, .b-toaster .btn-secondary:not(:disabled):not(.disabled):active, .b-toaster .btn-secondary:not(:disabled):not(.disabled).active, .show > .b-toaster .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #0dcd7b;
  border-color: #0cc174;
}
#solid-app-container .btn-secondary:not(:disabled):not(.disabled):active:focus, #solid-app-container .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > #solid-app-container .btn-secondary.dropdown-toggle:focus, div[id*=_modal_outer_] .btn-secondary:not(:disabled):not(.disabled):active:focus, div[id*=_modal_outer_] .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > div[id*=_modal_outer_] .btn-secondary.dropdown-toggle:focus, .b-toaster .btn-secondary:not(:disabled):not(.disabled):active:focus, .b-toaster .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .b-toaster .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(29, 210, 134, 0.5);
}
#solid-app-container .btn-success, div[id*=_modal_outer_] .btn-success, .b-toaster .btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
#solid-app-container .btn-success:hover, div[id*=_modal_outer_] .btn-success:hover, .b-toaster .btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
#solid-app-container .btn-success:focus, #solid-app-container .btn-success.focus, div[id*=_modal_outer_] .btn-success:focus, div[id*=_modal_outer_] .btn-success.focus, .b-toaster .btn-success:focus, .b-toaster .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
#solid-app-container .btn-success.disabled, #solid-app-container .btn-success:disabled, div[id*=_modal_outer_] .btn-success.disabled, div[id*=_modal_outer_] .btn-success:disabled, .b-toaster .btn-success.disabled, .b-toaster .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
#solid-app-container .btn-success:not(:disabled):not(.disabled):active, #solid-app-container .btn-success:not(:disabled):not(.disabled).active, .show > #solid-app-container .btn-success.dropdown-toggle, div[id*=_modal_outer_] .btn-success:not(:disabled):not(.disabled):active, div[id*=_modal_outer_] .btn-success:not(:disabled):not(.disabled).active, .show > div[id*=_modal_outer_] .btn-success.dropdown-toggle, .b-toaster .btn-success:not(:disabled):not(.disabled):active, .b-toaster .btn-success:not(:disabled):not(.disabled).active, .show > .b-toaster .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
#solid-app-container .btn-success:not(:disabled):not(.disabled):active:focus, #solid-app-container .btn-success:not(:disabled):not(.disabled).active:focus, .show > #solid-app-container .btn-success.dropdown-toggle:focus, div[id*=_modal_outer_] .btn-success:not(:disabled):not(.disabled):active:focus, div[id*=_modal_outer_] .btn-success:not(:disabled):not(.disabled).active:focus, .show > div[id*=_modal_outer_] .btn-success.dropdown-toggle:focus, .b-toaster .btn-success:not(:disabled):not(.disabled):active:focus, .b-toaster .btn-success:not(:disabled):not(.disabled).active:focus, .show > .b-toaster .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
#solid-app-container .btn-info, div[id*=_modal_outer_] .btn-info, .b-toaster .btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
#solid-app-container .btn-info:hover, div[id*=_modal_outer_] .btn-info:hover, .b-toaster .btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
#solid-app-container .btn-info:focus, #solid-app-container .btn-info.focus, div[id*=_modal_outer_] .btn-info:focus, div[id*=_modal_outer_] .btn-info.focus, .b-toaster .btn-info:focus, .b-toaster .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
#solid-app-container .btn-info.disabled, #solid-app-container .btn-info:disabled, div[id*=_modal_outer_] .btn-info.disabled, div[id*=_modal_outer_] .btn-info:disabled, .b-toaster .btn-info.disabled, .b-toaster .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
#solid-app-container .btn-info:not(:disabled):not(.disabled):active, #solid-app-container .btn-info:not(:disabled):not(.disabled).active, .show > #solid-app-container .btn-info.dropdown-toggle, div[id*=_modal_outer_] .btn-info:not(:disabled):not(.disabled):active, div[id*=_modal_outer_] .btn-info:not(:disabled):not(.disabled).active, .show > div[id*=_modal_outer_] .btn-info.dropdown-toggle, .b-toaster .btn-info:not(:disabled):not(.disabled):active, .b-toaster .btn-info:not(:disabled):not(.disabled).active, .show > .b-toaster .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
#solid-app-container .btn-info:not(:disabled):not(.disabled):active:focus, #solid-app-container .btn-info:not(:disabled):not(.disabled).active:focus, .show > #solid-app-container .btn-info.dropdown-toggle:focus, div[id*=_modal_outer_] .btn-info:not(:disabled):not(.disabled):active:focus, div[id*=_modal_outer_] .btn-info:not(:disabled):not(.disabled).active:focus, .show > div[id*=_modal_outer_] .btn-info.dropdown-toggle:focus, .b-toaster .btn-info:not(:disabled):not(.disabled):active:focus, .b-toaster .btn-info:not(:disabled):not(.disabled).active:focus, .show > .b-toaster .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
#solid-app-container .btn-warning, div[id*=_modal_outer_] .btn-warning, .b-toaster .btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
#solid-app-container .btn-warning:hover, div[id*=_modal_outer_] .btn-warning:hover, .b-toaster .btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
#solid-app-container .btn-warning:focus, #solid-app-container .btn-warning.focus, div[id*=_modal_outer_] .btn-warning:focus, div[id*=_modal_outer_] .btn-warning.focus, .b-toaster .btn-warning:focus, .b-toaster .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
#solid-app-container .btn-warning.disabled, #solid-app-container .btn-warning:disabled, div[id*=_modal_outer_] .btn-warning.disabled, div[id*=_modal_outer_] .btn-warning:disabled, .b-toaster .btn-warning.disabled, .b-toaster .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
#solid-app-container .btn-warning:not(:disabled):not(.disabled):active, #solid-app-container .btn-warning:not(:disabled):not(.disabled).active, .show > #solid-app-container .btn-warning.dropdown-toggle, div[id*=_modal_outer_] .btn-warning:not(:disabled):not(.disabled):active, div[id*=_modal_outer_] .btn-warning:not(:disabled):not(.disabled).active, .show > div[id*=_modal_outer_] .btn-warning.dropdown-toggle, .b-toaster .btn-warning:not(:disabled):not(.disabled):active, .b-toaster .btn-warning:not(:disabled):not(.disabled).active, .show > .b-toaster .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
#solid-app-container .btn-warning:not(:disabled):not(.disabled):active:focus, #solid-app-container .btn-warning:not(:disabled):not(.disabled).active:focus, .show > #solid-app-container .btn-warning.dropdown-toggle:focus, div[id*=_modal_outer_] .btn-warning:not(:disabled):not(.disabled):active:focus, div[id*=_modal_outer_] .btn-warning:not(:disabled):not(.disabled).active:focus, .show > div[id*=_modal_outer_] .btn-warning.dropdown-toggle:focus, .b-toaster .btn-warning:not(:disabled):not(.disabled):active:focus, .b-toaster .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .b-toaster .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
#solid-app-container .btn-danger, div[id*=_modal_outer_] .btn-danger, .b-toaster .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
#solid-app-container .btn-danger:hover, div[id*=_modal_outer_] .btn-danger:hover, .b-toaster .btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
#solid-app-container .btn-danger:focus, #solid-app-container .btn-danger.focus, div[id*=_modal_outer_] .btn-danger:focus, div[id*=_modal_outer_] .btn-danger.focus, .b-toaster .btn-danger:focus, .b-toaster .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
#solid-app-container .btn-danger.disabled, #solid-app-container .btn-danger:disabled, div[id*=_modal_outer_] .btn-danger.disabled, div[id*=_modal_outer_] .btn-danger:disabled, .b-toaster .btn-danger.disabled, .b-toaster .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
#solid-app-container .btn-danger:not(:disabled):not(.disabled):active, #solid-app-container .btn-danger:not(:disabled):not(.disabled).active, .show > #solid-app-container .btn-danger.dropdown-toggle, div[id*=_modal_outer_] .btn-danger:not(:disabled):not(.disabled):active, div[id*=_modal_outer_] .btn-danger:not(:disabled):not(.disabled).active, .show > div[id*=_modal_outer_] .btn-danger.dropdown-toggle, .b-toaster .btn-danger:not(:disabled):not(.disabled):active, .b-toaster .btn-danger:not(:disabled):not(.disabled).active, .show > .b-toaster .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
#solid-app-container .btn-danger:not(:disabled):not(.disabled):active:focus, #solid-app-container .btn-danger:not(:disabled):not(.disabled).active:focus, .show > #solid-app-container .btn-danger.dropdown-toggle:focus, div[id*=_modal_outer_] .btn-danger:not(:disabled):not(.disabled):active:focus, div[id*=_modal_outer_] .btn-danger:not(:disabled):not(.disabled).active:focus, .show > div[id*=_modal_outer_] .btn-danger.dropdown-toggle:focus, .b-toaster .btn-danger:not(:disabled):not(.disabled):active:focus, .b-toaster .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .b-toaster .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
#solid-app-container .btn-light, div[id*=_modal_outer_] .btn-light, .b-toaster .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
#solid-app-container .btn-light:hover, div[id*=_modal_outer_] .btn-light:hover, .b-toaster .btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
#solid-app-container .btn-light:focus, #solid-app-container .btn-light.focus, div[id*=_modal_outer_] .btn-light:focus, div[id*=_modal_outer_] .btn-light.focus, .b-toaster .btn-light:focus, .b-toaster .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
#solid-app-container .btn-light.disabled, #solid-app-container .btn-light:disabled, div[id*=_modal_outer_] .btn-light.disabled, div[id*=_modal_outer_] .btn-light:disabled, .b-toaster .btn-light.disabled, .b-toaster .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
#solid-app-container .btn-light:not(:disabled):not(.disabled):active, #solid-app-container .btn-light:not(:disabled):not(.disabled).active, .show > #solid-app-container .btn-light.dropdown-toggle, div[id*=_modal_outer_] .btn-light:not(:disabled):not(.disabled):active, div[id*=_modal_outer_] .btn-light:not(:disabled):not(.disabled).active, .show > div[id*=_modal_outer_] .btn-light.dropdown-toggle, .b-toaster .btn-light:not(:disabled):not(.disabled):active, .b-toaster .btn-light:not(:disabled):not(.disabled).active, .show > .b-toaster .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
#solid-app-container .btn-light:not(:disabled):not(.disabled):active:focus, #solid-app-container .btn-light:not(:disabled):not(.disabled).active:focus, .show > #solid-app-container .btn-light.dropdown-toggle:focus, div[id*=_modal_outer_] .btn-light:not(:disabled):not(.disabled):active:focus, div[id*=_modal_outer_] .btn-light:not(:disabled):not(.disabled).active:focus, .show > div[id*=_modal_outer_] .btn-light.dropdown-toggle:focus, .b-toaster .btn-light:not(:disabled):not(.disabled):active:focus, .b-toaster .btn-light:not(:disabled):not(.disabled).active:focus, .show > .b-toaster .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
#solid-app-container .btn-dark, div[id*=_modal_outer_] .btn-dark, .b-toaster .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
#solid-app-container .btn-dark:hover, div[id*=_modal_outer_] .btn-dark:hover, .b-toaster .btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
#solid-app-container .btn-dark:focus, #solid-app-container .btn-dark.focus, div[id*=_modal_outer_] .btn-dark:focus, div[id*=_modal_outer_] .btn-dark.focus, .b-toaster .btn-dark:focus, .b-toaster .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
#solid-app-container .btn-dark.disabled, #solid-app-container .btn-dark:disabled, div[id*=_modal_outer_] .btn-dark.disabled, div[id*=_modal_outer_] .btn-dark:disabled, .b-toaster .btn-dark.disabled, .b-toaster .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
#solid-app-container .btn-dark:not(:disabled):not(.disabled):active, #solid-app-container .btn-dark:not(:disabled):not(.disabled).active, .show > #solid-app-container .btn-dark.dropdown-toggle, div[id*=_modal_outer_] .btn-dark:not(:disabled):not(.disabled):active, div[id*=_modal_outer_] .btn-dark:not(:disabled):not(.disabled).active, .show > div[id*=_modal_outer_] .btn-dark.dropdown-toggle, .b-toaster .btn-dark:not(:disabled):not(.disabled):active, .b-toaster .btn-dark:not(:disabled):not(.disabled).active, .show > .b-toaster .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
#solid-app-container .btn-dark:not(:disabled):not(.disabled):active:focus, #solid-app-container .btn-dark:not(:disabled):not(.disabled).active:focus, .show > #solid-app-container .btn-dark.dropdown-toggle:focus, div[id*=_modal_outer_] .btn-dark:not(:disabled):not(.disabled):active:focus, div[id*=_modal_outer_] .btn-dark:not(:disabled):not(.disabled).active:focus, .show > div[id*=_modal_outer_] .btn-dark.dropdown-toggle:focus, .b-toaster .btn-dark:not(:disabled):not(.disabled):active:focus, .b-toaster .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .b-toaster .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
#solid-app-container .btn-outline-primary, div[id*=_modal_outer_] .btn-outline-primary, .b-toaster .btn-outline-primary {
  color: #1CF196;
  border-color: #1CF196;
}
#solid-app-container .btn-outline-primary:hover, div[id*=_modal_outer_] .btn-outline-primary:hover, .b-toaster .btn-outline-primary:hover {
  color: #212529;
  background-color: #1CF196;
  border-color: #1CF196;
}
#solid-app-container .btn-outline-primary:focus, #solid-app-container .btn-outline-primary.focus, div[id*=_modal_outer_] .btn-outline-primary:focus, div[id*=_modal_outer_] .btn-outline-primary.focus, .b-toaster .btn-outline-primary:focus, .b-toaster .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(28, 241, 150, 0.5);
}
#solid-app-container .btn-outline-primary.disabled, #solid-app-container .btn-outline-primary:disabled, div[id*=_modal_outer_] .btn-outline-primary.disabled, div[id*=_modal_outer_] .btn-outline-primary:disabled, .b-toaster .btn-outline-primary.disabled, .b-toaster .btn-outline-primary:disabled {
  color: #1CF196;
  background-color: transparent;
}
#solid-app-container .btn-outline-primary:not(:disabled):not(.disabled):active, #solid-app-container .btn-outline-primary:not(:disabled):not(.disabled).active, .show > #solid-app-container .btn-outline-primary.dropdown-toggle, div[id*=_modal_outer_] .btn-outline-primary:not(:disabled):not(.disabled):active, div[id*=_modal_outer_] .btn-outline-primary:not(:disabled):not(.disabled).active, .show > div[id*=_modal_outer_] .btn-outline-primary.dropdown-toggle, .b-toaster .btn-outline-primary:not(:disabled):not(.disabled):active, .b-toaster .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .b-toaster .btn-outline-primary.dropdown-toggle {
  color: #212529;
  background-color: #1CF196;
  border-color: #1CF196;
}
#solid-app-container .btn-outline-primary:not(:disabled):not(.disabled):active:focus, #solid-app-container .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > #solid-app-container .btn-outline-primary.dropdown-toggle:focus, div[id*=_modal_outer_] .btn-outline-primary:not(:disabled):not(.disabled):active:focus, div[id*=_modal_outer_] .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > div[id*=_modal_outer_] .btn-outline-primary.dropdown-toggle:focus, .b-toaster .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .b-toaster .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .b-toaster .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(28, 241, 150, 0.5);
}
#solid-app-container .btn-outline-secondary, div[id*=_modal_outer_] .btn-outline-secondary, .b-toaster .btn-outline-secondary {
  color: #1CF196;
  border-color: #1CF196;
}
#solid-app-container .btn-outline-secondary:hover, div[id*=_modal_outer_] .btn-outline-secondary:hover, .b-toaster .btn-outline-secondary:hover {
  color: #212529;
  background-color: #1CF196;
  border-color: #1CF196;
}
#solid-app-container .btn-outline-secondary:focus, #solid-app-container .btn-outline-secondary.focus, div[id*=_modal_outer_] .btn-outline-secondary:focus, div[id*=_modal_outer_] .btn-outline-secondary.focus, .b-toaster .btn-outline-secondary:focus, .b-toaster .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(28, 241, 150, 0.5);
}
#solid-app-container .btn-outline-secondary.disabled, #solid-app-container .btn-outline-secondary:disabled, div[id*=_modal_outer_] .btn-outline-secondary.disabled, div[id*=_modal_outer_] .btn-outline-secondary:disabled, .b-toaster .btn-outline-secondary.disabled, .b-toaster .btn-outline-secondary:disabled {
  color: #1CF196;
  background-color: transparent;
}
#solid-app-container .btn-outline-secondary:not(:disabled):not(.disabled):active, #solid-app-container .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > #solid-app-container .btn-outline-secondary.dropdown-toggle, div[id*=_modal_outer_] .btn-outline-secondary:not(:disabled):not(.disabled):active, div[id*=_modal_outer_] .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > div[id*=_modal_outer_] .btn-outline-secondary.dropdown-toggle, .b-toaster .btn-outline-secondary:not(:disabled):not(.disabled):active, .b-toaster .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .b-toaster .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #1CF196;
  border-color: #1CF196;
}
#solid-app-container .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, #solid-app-container .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > #solid-app-container .btn-outline-secondary.dropdown-toggle:focus, div[id*=_modal_outer_] .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, div[id*=_modal_outer_] .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > div[id*=_modal_outer_] .btn-outline-secondary.dropdown-toggle:focus, .b-toaster .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .b-toaster .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .b-toaster .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(28, 241, 150, 0.5);
}
#solid-app-container .btn-outline-success, div[id*=_modal_outer_] .btn-outline-success, .b-toaster .btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
#solid-app-container .btn-outline-success:hover, div[id*=_modal_outer_] .btn-outline-success:hover, .b-toaster .btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
#solid-app-container .btn-outline-success:focus, #solid-app-container .btn-outline-success.focus, div[id*=_modal_outer_] .btn-outline-success:focus, div[id*=_modal_outer_] .btn-outline-success.focus, .b-toaster .btn-outline-success:focus, .b-toaster .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
#solid-app-container .btn-outline-success.disabled, #solid-app-container .btn-outline-success:disabled, div[id*=_modal_outer_] .btn-outline-success.disabled, div[id*=_modal_outer_] .btn-outline-success:disabled, .b-toaster .btn-outline-success.disabled, .b-toaster .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
#solid-app-container .btn-outline-success:not(:disabled):not(.disabled):active, #solid-app-container .btn-outline-success:not(:disabled):not(.disabled).active, .show > #solid-app-container .btn-outline-success.dropdown-toggle, div[id*=_modal_outer_] .btn-outline-success:not(:disabled):not(.disabled):active, div[id*=_modal_outer_] .btn-outline-success:not(:disabled):not(.disabled).active, .show > div[id*=_modal_outer_] .btn-outline-success.dropdown-toggle, .b-toaster .btn-outline-success:not(:disabled):not(.disabled):active, .b-toaster .btn-outline-success:not(:disabled):not(.disabled).active, .show > .b-toaster .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
#solid-app-container .btn-outline-success:not(:disabled):not(.disabled):active:focus, #solid-app-container .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > #solid-app-container .btn-outline-success.dropdown-toggle:focus, div[id*=_modal_outer_] .btn-outline-success:not(:disabled):not(.disabled):active:focus, div[id*=_modal_outer_] .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > div[id*=_modal_outer_] .btn-outline-success.dropdown-toggle:focus, .b-toaster .btn-outline-success:not(:disabled):not(.disabled):active:focus, .b-toaster .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .b-toaster .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
#solid-app-container .btn-outline-info, div[id*=_modal_outer_] .btn-outline-info, .b-toaster .btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
#solid-app-container .btn-outline-info:hover, div[id*=_modal_outer_] .btn-outline-info:hover, .b-toaster .btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
#solid-app-container .btn-outline-info:focus, #solid-app-container .btn-outline-info.focus, div[id*=_modal_outer_] .btn-outline-info:focus, div[id*=_modal_outer_] .btn-outline-info.focus, .b-toaster .btn-outline-info:focus, .b-toaster .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
#solid-app-container .btn-outline-info.disabled, #solid-app-container .btn-outline-info:disabled, div[id*=_modal_outer_] .btn-outline-info.disabled, div[id*=_modal_outer_] .btn-outline-info:disabled, .b-toaster .btn-outline-info.disabled, .b-toaster .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
#solid-app-container .btn-outline-info:not(:disabled):not(.disabled):active, #solid-app-container .btn-outline-info:not(:disabled):not(.disabled).active, .show > #solid-app-container .btn-outline-info.dropdown-toggle, div[id*=_modal_outer_] .btn-outline-info:not(:disabled):not(.disabled):active, div[id*=_modal_outer_] .btn-outline-info:not(:disabled):not(.disabled).active, .show > div[id*=_modal_outer_] .btn-outline-info.dropdown-toggle, .b-toaster .btn-outline-info:not(:disabled):not(.disabled):active, .b-toaster .btn-outline-info:not(:disabled):not(.disabled).active, .show > .b-toaster .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
#solid-app-container .btn-outline-info:not(:disabled):not(.disabled):active:focus, #solid-app-container .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > #solid-app-container .btn-outline-info.dropdown-toggle:focus, div[id*=_modal_outer_] .btn-outline-info:not(:disabled):not(.disabled):active:focus, div[id*=_modal_outer_] .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > div[id*=_modal_outer_] .btn-outline-info.dropdown-toggle:focus, .b-toaster .btn-outline-info:not(:disabled):not(.disabled):active:focus, .b-toaster .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .b-toaster .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
#solid-app-container .btn-outline-warning, div[id*=_modal_outer_] .btn-outline-warning, .b-toaster .btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
#solid-app-container .btn-outline-warning:hover, div[id*=_modal_outer_] .btn-outline-warning:hover, .b-toaster .btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
#solid-app-container .btn-outline-warning:focus, #solid-app-container .btn-outline-warning.focus, div[id*=_modal_outer_] .btn-outline-warning:focus, div[id*=_modal_outer_] .btn-outline-warning.focus, .b-toaster .btn-outline-warning:focus, .b-toaster .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
#solid-app-container .btn-outline-warning.disabled, #solid-app-container .btn-outline-warning:disabled, div[id*=_modal_outer_] .btn-outline-warning.disabled, div[id*=_modal_outer_] .btn-outline-warning:disabled, .b-toaster .btn-outline-warning.disabled, .b-toaster .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
#solid-app-container .btn-outline-warning:not(:disabled):not(.disabled):active, #solid-app-container .btn-outline-warning:not(:disabled):not(.disabled).active, .show > #solid-app-container .btn-outline-warning.dropdown-toggle, div[id*=_modal_outer_] .btn-outline-warning:not(:disabled):not(.disabled):active, div[id*=_modal_outer_] .btn-outline-warning:not(:disabled):not(.disabled).active, .show > div[id*=_modal_outer_] .btn-outline-warning.dropdown-toggle, .b-toaster .btn-outline-warning:not(:disabled):not(.disabled):active, .b-toaster .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .b-toaster .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
#solid-app-container .btn-outline-warning:not(:disabled):not(.disabled):active:focus, #solid-app-container .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > #solid-app-container .btn-outline-warning.dropdown-toggle:focus, div[id*=_modal_outer_] .btn-outline-warning:not(:disabled):not(.disabled):active:focus, div[id*=_modal_outer_] .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > div[id*=_modal_outer_] .btn-outline-warning.dropdown-toggle:focus, .b-toaster .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .b-toaster .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .b-toaster .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
#solid-app-container .btn-outline-danger, div[id*=_modal_outer_] .btn-outline-danger, .b-toaster .btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
#solid-app-container .btn-outline-danger:hover, div[id*=_modal_outer_] .btn-outline-danger:hover, .b-toaster .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
#solid-app-container .btn-outline-danger:focus, #solid-app-container .btn-outline-danger.focus, div[id*=_modal_outer_] .btn-outline-danger:focus, div[id*=_modal_outer_] .btn-outline-danger.focus, .b-toaster .btn-outline-danger:focus, .b-toaster .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
#solid-app-container .btn-outline-danger.disabled, #solid-app-container .btn-outline-danger:disabled, div[id*=_modal_outer_] .btn-outline-danger.disabled, div[id*=_modal_outer_] .btn-outline-danger:disabled, .b-toaster .btn-outline-danger.disabled, .b-toaster .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
#solid-app-container .btn-outline-danger:not(:disabled):not(.disabled):active, #solid-app-container .btn-outline-danger:not(:disabled):not(.disabled).active, .show > #solid-app-container .btn-outline-danger.dropdown-toggle, div[id*=_modal_outer_] .btn-outline-danger:not(:disabled):not(.disabled):active, div[id*=_modal_outer_] .btn-outline-danger:not(:disabled):not(.disabled).active, .show > div[id*=_modal_outer_] .btn-outline-danger.dropdown-toggle, .b-toaster .btn-outline-danger:not(:disabled):not(.disabled):active, .b-toaster .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .b-toaster .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
#solid-app-container .btn-outline-danger:not(:disabled):not(.disabled):active:focus, #solid-app-container .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > #solid-app-container .btn-outline-danger.dropdown-toggle:focus, div[id*=_modal_outer_] .btn-outline-danger:not(:disabled):not(.disabled):active:focus, div[id*=_modal_outer_] .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > div[id*=_modal_outer_] .btn-outline-danger.dropdown-toggle:focus, .b-toaster .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .b-toaster .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .b-toaster .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
#solid-app-container .btn-outline-light, div[id*=_modal_outer_] .btn-outline-light, .b-toaster .btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
#solid-app-container .btn-outline-light:hover, div[id*=_modal_outer_] .btn-outline-light:hover, .b-toaster .btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
#solid-app-container .btn-outline-light:focus, #solid-app-container .btn-outline-light.focus, div[id*=_modal_outer_] .btn-outline-light:focus, div[id*=_modal_outer_] .btn-outline-light.focus, .b-toaster .btn-outline-light:focus, .b-toaster .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
#solid-app-container .btn-outline-light.disabled, #solid-app-container .btn-outline-light:disabled, div[id*=_modal_outer_] .btn-outline-light.disabled, div[id*=_modal_outer_] .btn-outline-light:disabled, .b-toaster .btn-outline-light.disabled, .b-toaster .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
#solid-app-container .btn-outline-light:not(:disabled):not(.disabled):active, #solid-app-container .btn-outline-light:not(:disabled):not(.disabled).active, .show > #solid-app-container .btn-outline-light.dropdown-toggle, div[id*=_modal_outer_] .btn-outline-light:not(:disabled):not(.disabled):active, div[id*=_modal_outer_] .btn-outline-light:not(:disabled):not(.disabled).active, .show > div[id*=_modal_outer_] .btn-outline-light.dropdown-toggle, .b-toaster .btn-outline-light:not(:disabled):not(.disabled):active, .b-toaster .btn-outline-light:not(:disabled):not(.disabled).active, .show > .b-toaster .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
#solid-app-container .btn-outline-light:not(:disabled):not(.disabled):active:focus, #solid-app-container .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > #solid-app-container .btn-outline-light.dropdown-toggle:focus, div[id*=_modal_outer_] .btn-outline-light:not(:disabled):not(.disabled):active:focus, div[id*=_modal_outer_] .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > div[id*=_modal_outer_] .btn-outline-light.dropdown-toggle:focus, .b-toaster .btn-outline-light:not(:disabled):not(.disabled):active:focus, .b-toaster .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .b-toaster .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
#solid-app-container .btn-outline-dark, div[id*=_modal_outer_] .btn-outline-dark, .b-toaster .btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
#solid-app-container .btn-outline-dark:hover, div[id*=_modal_outer_] .btn-outline-dark:hover, .b-toaster .btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
#solid-app-container .btn-outline-dark:focus, #solid-app-container .btn-outline-dark.focus, div[id*=_modal_outer_] .btn-outline-dark:focus, div[id*=_modal_outer_] .btn-outline-dark.focus, .b-toaster .btn-outline-dark:focus, .b-toaster .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
#solid-app-container .btn-outline-dark.disabled, #solid-app-container .btn-outline-dark:disabled, div[id*=_modal_outer_] .btn-outline-dark.disabled, div[id*=_modal_outer_] .btn-outline-dark:disabled, .b-toaster .btn-outline-dark.disabled, .b-toaster .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
#solid-app-container .btn-outline-dark:not(:disabled):not(.disabled):active, #solid-app-container .btn-outline-dark:not(:disabled):not(.disabled).active, .show > #solid-app-container .btn-outline-dark.dropdown-toggle, div[id*=_modal_outer_] .btn-outline-dark:not(:disabled):not(.disabled):active, div[id*=_modal_outer_] .btn-outline-dark:not(:disabled):not(.disabled).active, .show > div[id*=_modal_outer_] .btn-outline-dark.dropdown-toggle, .b-toaster .btn-outline-dark:not(:disabled):not(.disabled):active, .b-toaster .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .b-toaster .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
#solid-app-container .btn-outline-dark:not(:disabled):not(.disabled):active:focus, #solid-app-container .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > #solid-app-container .btn-outline-dark.dropdown-toggle:focus, div[id*=_modal_outer_] .btn-outline-dark:not(:disabled):not(.disabled):active:focus, div[id*=_modal_outer_] .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > div[id*=_modal_outer_] .btn-outline-dark.dropdown-toggle:focus, .b-toaster .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .b-toaster .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .b-toaster .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
#solid-app-container .btn-link, div[id*=_modal_outer_] .btn-link, .b-toaster .btn-link {
  font-weight: 400;
  color: #1CF196;
  text-decoration: none;
}
#solid-app-container .btn-link:hover, div[id*=_modal_outer_] .btn-link:hover, .b-toaster .btn-link:hover {
  color: #0bb56d;
  text-decoration: underline;
}
#solid-app-container .btn-link:focus, #solid-app-container .btn-link.focus, div[id*=_modal_outer_] .btn-link:focus, div[id*=_modal_outer_] .btn-link.focus, .b-toaster .btn-link:focus, .b-toaster .btn-link.focus {
  text-decoration: underline;
}
#solid-app-container .btn-link:disabled, #solid-app-container .btn-link.disabled, div[id*=_modal_outer_] .btn-link:disabled, div[id*=_modal_outer_] .btn-link.disabled, .b-toaster .btn-link:disabled, .b-toaster .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
#solid-app-container .btn-lg, #solid-app-container .btn-group-lg > .btn, #solid-app-container div[id*=_modal_outer_] .btn-group-lg > .btn, #solid-app-container .b-toaster .btn-group-lg > .btn, div[id*=_modal_outer_] .btn-lg, div[id*=_modal_outer_] .btn-group-lg > .btn, div[id*=_modal_outer_] .b-toaster .btn-group-lg > .btn, .b-toaster div[id*=_modal_outer_] .btn-group-lg > .btn, .b-toaster .btn-lg, .b-toaster div[id*=_modal_outer_] .btn-group-lg > .btn, div[id*=_modal_outer_] .b-toaster .btn-group-lg > .btn, .b-toaster .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
#solid-app-container .btn-sm, #solid-app-container .btn-group-sm > .btn, #solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn, #solid-app-container .b-toaster .btn-group-sm > .btn, div[id*=_modal_outer_] .btn-sm, div[id*=_modal_outer_] .btn-group-sm > .btn, div[id*=_modal_outer_] .b-toaster .btn-group-sm > .btn, .b-toaster div[id*=_modal_outer_] .btn-group-sm > .btn, .b-toaster .btn-sm, .b-toaster div[id*=_modal_outer_] .btn-group-sm > .btn, div[id*=_modal_outer_] .b-toaster .btn-group-sm > .btn, .b-toaster .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
#solid-app-container .btn-block, div[id*=_modal_outer_] .btn-block, .b-toaster .btn-block {
  display: block;
  width: 100%;
}
#solid-app-container .btn-block + .btn-block, div[id*=_modal_outer_] .btn-block + .btn-block, .b-toaster .btn-block + .btn-block {
  margin-top: 0.5rem;
}
#solid-app-container input[type=submit].btn-block,
#solid-app-container input[type=reset].btn-block,
#solid-app-container input[type=button].btn-block, div[id*=_modal_outer_] input[type=submit].btn-block,
div[id*=_modal_outer_] input[type=reset].btn-block,
div[id*=_modal_outer_] input[type=button].btn-block, .b-toaster input[type=submit].btn-block,
.b-toaster input[type=reset].btn-block,
.b-toaster input[type=button].btn-block {
  width: 100%;
}
#solid-app-container .fade, div[id*=_modal_outer_] .fade, .b-toaster .fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  #solid-app-container .fade, div[id*=_modal_outer_] .fade, .b-toaster .fade {
    transition: none;
  }
}
#solid-app-container .fade:not(.show), div[id*=_modal_outer_] .fade:not(.show), .b-toaster .fade:not(.show) {
  opacity: 0;
}
#solid-app-container .collapse:not(.show), div[id*=_modal_outer_] .collapse:not(.show), .b-toaster .collapse:not(.show) {
  display: none;
}
#solid-app-container .collapsing, div[id*=_modal_outer_] .collapsing, .b-toaster .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  #solid-app-container .collapsing, div[id*=_modal_outer_] .collapsing, .b-toaster .collapsing {
    transition: none;
  }
}
#solid-app-container .collapsing.width, div[id*=_modal_outer_] .collapsing.width, .b-toaster .collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  #solid-app-container .collapsing.width, div[id*=_modal_outer_] .collapsing.width, .b-toaster .collapsing.width {
    transition: none;
  }
}
#solid-app-container .dropup,
#solid-app-container .dropright,
#solid-app-container .dropdown,
#solid-app-container .dropleft, div[id*=_modal_outer_] .dropup,
div[id*=_modal_outer_] .dropright,
div[id*=_modal_outer_] .dropdown,
div[id*=_modal_outer_] .dropleft, .b-toaster .dropup,
.b-toaster .dropright,
.b-toaster .dropdown,
.b-toaster .dropleft {
  position: relative;
}
#solid-app-container .dropdown-toggle, div[id*=_modal_outer_] .dropdown-toggle, .b-toaster .dropdown-toggle {
  white-space: nowrap;
}
#solid-app-container .dropdown-toggle::after, div[id*=_modal_outer_] .dropdown-toggle::after, .b-toaster .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;
}
#solid-app-container .dropdown-toggle:empty::after, div[id*=_modal_outer_] .dropdown-toggle:empty::after, .b-toaster .dropdown-toggle:empty::after {
  margin-left: 0;
}
#solid-app-container .dropdown-menu, div[id*=_modal_outer_] .dropdown-menu, .b-toaster .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
#solid-app-container .dropdown-menu-left, div[id*=_modal_outer_] .dropdown-menu-left, .b-toaster .dropdown-menu-left {
  right: auto;
  left: 0;
}
#solid-app-container .dropdown-menu-right, div[id*=_modal_outer_] .dropdown-menu-right, .b-toaster .dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  #solid-app-container .dropdown-menu-sm-left, div[id*=_modal_outer_] .dropdown-menu-sm-left, .b-toaster .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  #solid-app-container .dropdown-menu-sm-right, div[id*=_modal_outer_] .dropdown-menu-sm-right, .b-toaster .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  #solid-app-container .dropdown-menu-md-left, div[id*=_modal_outer_] .dropdown-menu-md-left, .b-toaster .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  #solid-app-container .dropdown-menu-md-right, div[id*=_modal_outer_] .dropdown-menu-md-right, .b-toaster .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  #solid-app-container .dropdown-menu-lg-left, div[id*=_modal_outer_] .dropdown-menu-lg-left, .b-toaster .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  #solid-app-container .dropdown-menu-lg-right, div[id*=_modal_outer_] .dropdown-menu-lg-right, .b-toaster .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  #solid-app-container .dropdown-menu-xl-left, div[id*=_modal_outer_] .dropdown-menu-xl-left, .b-toaster .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  #solid-app-container .dropdown-menu-xl-right, div[id*=_modal_outer_] .dropdown-menu-xl-right, .b-toaster .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
#solid-app-container .dropup .dropdown-menu, div[id*=_modal_outer_] .dropup .dropdown-menu, .b-toaster .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
#solid-app-container .dropup .dropdown-toggle::after, div[id*=_modal_outer_] .dropup .dropdown-toggle::after, .b-toaster .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;
}
#solid-app-container .dropup .dropdown-toggle:empty::after, div[id*=_modal_outer_] .dropup .dropdown-toggle:empty::after, .b-toaster .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
#solid-app-container .dropright .dropdown-menu, div[id*=_modal_outer_] .dropright .dropdown-menu, .b-toaster .dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
#solid-app-container .dropright .dropdown-toggle::after, div[id*=_modal_outer_] .dropright .dropdown-toggle::after, .b-toaster .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;
}
#solid-app-container .dropright .dropdown-toggle:empty::after, div[id*=_modal_outer_] .dropright .dropdown-toggle:empty::after, .b-toaster .dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
#solid-app-container .dropright .dropdown-toggle::after, div[id*=_modal_outer_] .dropright .dropdown-toggle::after, .b-toaster .dropright .dropdown-toggle::after {
  vertical-align: 0;
}
#solid-app-container .dropleft .dropdown-menu, div[id*=_modal_outer_] .dropleft .dropdown-menu, .b-toaster .dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
#solid-app-container .dropleft .dropdown-toggle::after, div[id*=_modal_outer_] .dropleft .dropdown-toggle::after, .b-toaster .dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
#solid-app-container .dropleft .dropdown-toggle::after, div[id*=_modal_outer_] .dropleft .dropdown-toggle::after, .b-toaster .dropleft .dropdown-toggle::after {
  display: none;
}
#solid-app-container .dropleft .dropdown-toggle::before, div[id*=_modal_outer_] .dropleft .dropdown-toggle::before, .b-toaster .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;
}
#solid-app-container .dropleft .dropdown-toggle:empty::after, div[id*=_modal_outer_] .dropleft .dropdown-toggle:empty::after, .b-toaster .dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
#solid-app-container .dropleft .dropdown-toggle::before, div[id*=_modal_outer_] .dropleft .dropdown-toggle::before, .b-toaster .dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
#solid-app-container .dropdown-menu[x-placement^=top], #solid-app-container .dropdown-menu[x-placement^=right], #solid-app-container .dropdown-menu[x-placement^=bottom], #solid-app-container .dropdown-menu[x-placement^=left], div[id*=_modal_outer_] .dropdown-menu[x-placement^=top], div[id*=_modal_outer_] .dropdown-menu[x-placement^=right], div[id*=_modal_outer_] .dropdown-menu[x-placement^=bottom], div[id*=_modal_outer_] .dropdown-menu[x-placement^=left], .b-toaster .dropdown-menu[x-placement^=top], .b-toaster .dropdown-menu[x-placement^=right], .b-toaster .dropdown-menu[x-placement^=bottom], .b-toaster .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}
#solid-app-container .dropdown-divider, div[id*=_modal_outer_] .dropdown-divider, .b-toaster .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
#solid-app-container .dropdown-item, div[id*=_modal_outer_] .dropdown-item, .b-toaster .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
#solid-app-container .dropdown-item:hover, #solid-app-container .dropdown-item:focus, div[id*=_modal_outer_] .dropdown-item:hover, div[id*=_modal_outer_] .dropdown-item:focus, .b-toaster .dropdown-item:hover, .b-toaster .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
#solid-app-container .dropdown-item.active, #solid-app-container .dropdown-item:active, div[id*=_modal_outer_] .dropdown-item.active, div[id*=_modal_outer_] .dropdown-item:active, .b-toaster .dropdown-item.active, .b-toaster .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #1CF196;
}
#solid-app-container .dropdown-item.disabled, #solid-app-container .dropdown-item:disabled, div[id*=_modal_outer_] .dropdown-item.disabled, div[id*=_modal_outer_] .dropdown-item:disabled, .b-toaster .dropdown-item.disabled, .b-toaster .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
#solid-app-container .dropdown-menu.show, div[id*=_modal_outer_] .dropdown-menu.show, .b-toaster .dropdown-menu.show {
  display: block;
}
#solid-app-container .dropdown-header, div[id*=_modal_outer_] .dropdown-header, .b-toaster .dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
#solid-app-container .dropdown-item-text, div[id*=_modal_outer_] .dropdown-item-text, .b-toaster .dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
#solid-app-container .btn-group,
#solid-app-container .btn-group-vertical, div[id*=_modal_outer_] .btn-group,
div[id*=_modal_outer_] .btn-group-vertical, .b-toaster .btn-group,
.b-toaster .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
#solid-app-container .btn-group > .btn,
#solid-app-container .btn-group-vertical > .btn, div[id*=_modal_outer_] .btn-group > .btn,
div[id*=_modal_outer_] .btn-group-vertical > .btn, .b-toaster .btn-group > .btn,
.b-toaster .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
#solid-app-container .btn-group > .btn:hover,
#solid-app-container .btn-group-vertical > .btn:hover, div[id*=_modal_outer_] .btn-group > .btn:hover,
div[id*=_modal_outer_] .btn-group-vertical > .btn:hover, .b-toaster .btn-group > .btn:hover,
.b-toaster .btn-group-vertical > .btn:hover {
  z-index: 1;
}
#solid-app-container .btn-group > .btn:focus, #solid-app-container .btn-group > .btn:active, #solid-app-container .btn-group > .btn.active,
#solid-app-container .btn-group-vertical > .btn:focus,
#solid-app-container .btn-group-vertical > .btn:active,
#solid-app-container .btn-group-vertical > .btn.active, div[id*=_modal_outer_] .btn-group > .btn:focus, div[id*=_modal_outer_] .btn-group > .btn:active, div[id*=_modal_outer_] .btn-group > .btn.active,
div[id*=_modal_outer_] .btn-group-vertical > .btn:focus,
div[id*=_modal_outer_] .btn-group-vertical > .btn:active,
div[id*=_modal_outer_] .btn-group-vertical > .btn.active, .b-toaster .btn-group > .btn:focus, .b-toaster .btn-group > .btn:active, .b-toaster .btn-group > .btn.active,
.b-toaster .btn-group-vertical > .btn:focus,
.b-toaster .btn-group-vertical > .btn:active,
.b-toaster .btn-group-vertical > .btn.active {
  z-index: 1;
}
#solid-app-container .btn-toolbar, div[id*=_modal_outer_] .btn-toolbar, .b-toaster .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#solid-app-container .btn-toolbar .input-group, div[id*=_modal_outer_] .btn-toolbar .input-group, .b-toaster .btn-toolbar .input-group {
  width: auto;
}
#solid-app-container .btn-group > .btn:not(:first-child),
#solid-app-container .btn-group > .btn-group:not(:first-child), div[id*=_modal_outer_] .btn-group > .btn:not(:first-child),
div[id*=_modal_outer_] .btn-group > .btn-group:not(:first-child), .b-toaster .btn-group > .btn:not(:first-child),
.b-toaster .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
#solid-app-container .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
#solid-app-container .btn-group > .btn-group:not(:last-child) > .btn, div[id*=_modal_outer_] .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
div[id*=_modal_outer_] .btn-group > .btn-group:not(:last-child) > .btn, .b-toaster .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.b-toaster .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#solid-app-container .btn-group > .btn:not(:first-child),
#solid-app-container .btn-group > .btn-group:not(:first-child) > .btn, div[id*=_modal_outer_] .btn-group > .btn:not(:first-child),
div[id*=_modal_outer_] .btn-group > .btn-group:not(:first-child) > .btn, .b-toaster .btn-group > .btn:not(:first-child),
.b-toaster .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#solid-app-container .dropdown-toggle-split, div[id*=_modal_outer_] .dropdown-toggle-split, .b-toaster .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
#solid-app-container .dropdown-toggle-split::after, .dropup #solid-app-container .dropdown-toggle-split::after, .dropright #solid-app-container .dropdown-toggle-split::after, div[id*=_modal_outer_] .dropdown-toggle-split::after, .dropup div[id*=_modal_outer_] .dropdown-toggle-split::after, .dropright div[id*=_modal_outer_] .dropdown-toggle-split::after, .b-toaster .dropdown-toggle-split::after, .dropup .b-toaster .dropdown-toggle-split::after, .dropright .b-toaster .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft #solid-app-container .dropdown-toggle-split::before, .dropleft div[id*=_modal_outer_] .dropdown-toggle-split::before, .dropleft .b-toaster .dropdown-toggle-split::before {
  margin-right: 0;
}
#solid-app-container .btn-sm + .dropdown-toggle-split, #solid-app-container .btn-group-sm > .btn + .dropdown-toggle-split, div[id*=_modal_outer_] .btn-sm + .dropdown-toggle-split, div[id*=_modal_outer_] .btn-group-sm > .btn + .dropdown-toggle-split, div[id*=_modal_outer_] .b-toaster .btn-group-sm > .btn + .dropdown-toggle-split, .b-toaster div[id*=_modal_outer_] .btn-group-sm > .btn + .dropdown-toggle-split, .b-toaster .btn-sm + .dropdown-toggle-split, .b-toaster div[id*=_modal_outer_] .btn-group-sm > .btn + .dropdown-toggle-split, div[id*=_modal_outer_] .b-toaster .btn-group-sm > .btn + .dropdown-toggle-split, .b-toaster .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
#solid-app-container .btn-lg + .dropdown-toggle-split, #solid-app-container .btn-group-lg > .btn + .dropdown-toggle-split, div[id*=_modal_outer_] .btn-lg + .dropdown-toggle-split, div[id*=_modal_outer_] .btn-group-lg > .btn + .dropdown-toggle-split, div[id*=_modal_outer_] .b-toaster .btn-group-lg > .btn + .dropdown-toggle-split, .b-toaster div[id*=_modal_outer_] .btn-group-lg > .btn + .dropdown-toggle-split, .b-toaster .btn-lg + .dropdown-toggle-split, .b-toaster div[id*=_modal_outer_] .btn-group-lg > .btn + .dropdown-toggle-split, div[id*=_modal_outer_] .b-toaster .btn-group-lg > .btn + .dropdown-toggle-split, .b-toaster .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
#solid-app-container .btn-group-vertical, div[id*=_modal_outer_] .btn-group-vertical, .b-toaster .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
#solid-app-container .btn-group-vertical > .btn,
#solid-app-container .btn-group-vertical > .btn-group, div[id*=_modal_outer_] .btn-group-vertical > .btn,
div[id*=_modal_outer_] .btn-group-vertical > .btn-group, .b-toaster .btn-group-vertical > .btn,
.b-toaster .btn-group-vertical > .btn-group {
  width: 100%;
}
#solid-app-container .btn-group-vertical > .btn:not(:first-child),
#solid-app-container .btn-group-vertical > .btn-group:not(:first-child), div[id*=_modal_outer_] .btn-group-vertical > .btn:not(:first-child),
div[id*=_modal_outer_] .btn-group-vertical > .btn-group:not(:first-child), .b-toaster .btn-group-vertical > .btn:not(:first-child),
.b-toaster .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
#solid-app-container .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
#solid-app-container .btn-group-vertical > .btn-group:not(:last-child) > .btn, div[id*=_modal_outer_] .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
div[id*=_modal_outer_] .btn-group-vertical > .btn-group:not(:last-child) > .btn, .b-toaster .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.b-toaster .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#solid-app-container .btn-group-vertical > .btn:not(:first-child),
#solid-app-container .btn-group-vertical > .btn-group:not(:first-child) > .btn, div[id*=_modal_outer_] .btn-group-vertical > .btn:not(:first-child),
div[id*=_modal_outer_] .btn-group-vertical > .btn-group:not(:first-child) > .btn, .b-toaster .btn-group-vertical > .btn:not(:first-child),
.b-toaster .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#solid-app-container .btn-group-toggle > .btn,
#solid-app-container .btn-group-toggle > .btn-group > .btn, div[id*=_modal_outer_] .btn-group-toggle > .btn,
div[id*=_modal_outer_] .btn-group-toggle > .btn-group > .btn, .b-toaster .btn-group-toggle > .btn,
.b-toaster .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
#solid-app-container .btn-group-toggle > .btn input[type=radio],
#solid-app-container .btn-group-toggle > .btn input[type=checkbox],
#solid-app-container .btn-group-toggle > .btn-group > .btn input[type=radio],
#solid-app-container .btn-group-toggle > .btn-group > .btn input[type=checkbox], div[id*=_modal_outer_] .btn-group-toggle > .btn input[type=radio],
div[id*=_modal_outer_] .btn-group-toggle > .btn input[type=checkbox],
div[id*=_modal_outer_] .btn-group-toggle > .btn-group > .btn input[type=radio],
div[id*=_modal_outer_] .btn-group-toggle > .btn-group > .btn input[type=checkbox], .b-toaster .btn-group-toggle > .btn input[type=radio],
.b-toaster .btn-group-toggle > .btn input[type=checkbox],
.b-toaster .btn-group-toggle > .btn-group > .btn input[type=radio],
.b-toaster .btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
#solid-app-container .input-group, div[id*=_modal_outer_] .input-group, .b-toaster .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
#solid-app-container .input-group > .form-control,
#solid-app-container .input-group > .form-control-plaintext,
#solid-app-container .input-group > .custom-select,
#solid-app-container .input-group > .custom-file, div[id*=_modal_outer_] .input-group > .form-control,
div[id*=_modal_outer_] .input-group > .form-control-plaintext,
div[id*=_modal_outer_] .input-group > .custom-select,
div[id*=_modal_outer_] .input-group > .custom-file, .b-toaster .input-group > .form-control,
.b-toaster .input-group > .form-control-plaintext,
.b-toaster .input-group > .custom-select,
.b-toaster .input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
#solid-app-container .input-group > .form-control + .form-control,
#solid-app-container .input-group > .form-control + .custom-select,
#solid-app-container .input-group > .form-control + .custom-file,
#solid-app-container .input-group > .form-control-plaintext + .form-control,
#solid-app-container .input-group > .form-control-plaintext + .custom-select,
#solid-app-container .input-group > .form-control-plaintext + .custom-file,
#solid-app-container .input-group > .custom-select + .form-control,
#solid-app-container .input-group > .custom-select + .custom-select,
#solid-app-container .input-group > .custom-select + .custom-file,
#solid-app-container .input-group > .custom-file + .form-control,
#solid-app-container .input-group > .custom-file + .custom-select,
#solid-app-container .input-group > .custom-file + .custom-file, div[id*=_modal_outer_] .input-group > .form-control + .form-control,
div[id*=_modal_outer_] .input-group > .form-control + .custom-select,
div[id*=_modal_outer_] .input-group > .form-control + .custom-file,
div[id*=_modal_outer_] .input-group > .form-control-plaintext + .form-control,
div[id*=_modal_outer_] .input-group > .form-control-plaintext + .custom-select,
div[id*=_modal_outer_] .input-group > .form-control-plaintext + .custom-file,
div[id*=_modal_outer_] .input-group > .custom-select + .form-control,
div[id*=_modal_outer_] .input-group > .custom-select + .custom-select,
div[id*=_modal_outer_] .input-group > .custom-select + .custom-file,
div[id*=_modal_outer_] .input-group > .custom-file + .form-control,
div[id*=_modal_outer_] .input-group > .custom-file + .custom-select,
div[id*=_modal_outer_] .input-group > .custom-file + .custom-file, .b-toaster .input-group > .form-control + .form-control,
.b-toaster .input-group > .form-control + .custom-select,
.b-toaster .input-group > .form-control + .custom-file,
.b-toaster .input-group > .form-control-plaintext + .form-control,
.b-toaster .input-group > .form-control-plaintext + .custom-select,
.b-toaster .input-group > .form-control-plaintext + .custom-file,
.b-toaster .input-group > .custom-select + .form-control,
.b-toaster .input-group > .custom-select + .custom-select,
.b-toaster .input-group > .custom-select + .custom-file,
.b-toaster .input-group > .custom-file + .form-control,
.b-toaster .input-group > .custom-file + .custom-select,
.b-toaster .input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
#solid-app-container .input-group > .form-control:focus,
#solid-app-container .input-group > .custom-select:focus,
#solid-app-container .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, div[id*=_modal_outer_] .input-group > .form-control:focus,
div[id*=_modal_outer_] .input-group > .custom-select:focus,
div[id*=_modal_outer_] .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .b-toaster .input-group > .form-control:focus,
.b-toaster .input-group > .custom-select:focus,
.b-toaster .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
#solid-app-container .input-group > .custom-file .custom-file-input:focus, div[id*=_modal_outer_] .input-group > .custom-file .custom-file-input:focus, .b-toaster .input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
#solid-app-container .input-group > .form-control:not(:first-child),
#solid-app-container .input-group > .custom-select:not(:first-child), div[id*=_modal_outer_] .input-group > .form-control:not(:first-child),
div[id*=_modal_outer_] .input-group > .custom-select:not(:first-child), .b-toaster .input-group > .form-control:not(:first-child),
.b-toaster .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#solid-app-container .input-group > .custom-file, div[id*=_modal_outer_] .input-group > .custom-file, .b-toaster .input-group > .custom-file {
  display: flex;
  align-items: center;
}
#solid-app-container .input-group > .custom-file:not(:last-child) .custom-file-label, #solid-app-container .input-group > .custom-file:not(:last-child) .custom-file-label::after, div[id*=_modal_outer_] .input-group > .custom-file:not(:last-child) .custom-file-label, div[id*=_modal_outer_] .input-group > .custom-file:not(:last-child) .custom-file-label::after, .b-toaster .input-group > .custom-file:not(:last-child) .custom-file-label, .b-toaster .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#solid-app-container .input-group > .custom-file:not(:first-child) .custom-file-label, div[id*=_modal_outer_] .input-group > .custom-file:not(:first-child) .custom-file-label, .b-toaster .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#solid-app-container .input-group:not(.has-validation) > .form-control:not(:last-child),
#solid-app-container .input-group:not(.has-validation) > .custom-select:not(:last-child),
#solid-app-container .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
#solid-app-container .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after, div[id*=_modal_outer_] .input-group:not(.has-validation) > .form-control:not(:last-child),
div[id*=_modal_outer_] .input-group:not(.has-validation) > .custom-select:not(:last-child),
div[id*=_modal_outer_] .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
div[id*=_modal_outer_] .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after, .b-toaster .input-group:not(.has-validation) > .form-control:not(:last-child),
.b-toaster .input-group:not(.has-validation) > .custom-select:not(:last-child),
.b-toaster .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.b-toaster .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#solid-app-container .input-group.has-validation > .form-control:nth-last-child(n+3),
#solid-app-container .input-group.has-validation > .custom-select:nth-last-child(n+3),
#solid-app-container .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
#solid-app-container .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after, div[id*=_modal_outer_] .input-group.has-validation > .form-control:nth-last-child(n+3),
div[id*=_modal_outer_] .input-group.has-validation > .custom-select:nth-last-child(n+3),
div[id*=_modal_outer_] .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
div[id*=_modal_outer_] .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after, .b-toaster .input-group.has-validation > .form-control:nth-last-child(n+3),
.b-toaster .input-group.has-validation > .custom-select:nth-last-child(n+3),
.b-toaster .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.b-toaster .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#solid-app-container .input-group-prepend,
#solid-app-container .input-group-append, div[id*=_modal_outer_] .input-group-prepend,
div[id*=_modal_outer_] .input-group-append, .b-toaster .input-group-prepend,
.b-toaster .input-group-append {
  display: flex;
}
#solid-app-container .input-group-prepend .btn,
#solid-app-container .input-group-append .btn, div[id*=_modal_outer_] .input-group-prepend .btn,
div[id*=_modal_outer_] .input-group-append .btn, .b-toaster .input-group-prepend .btn,
.b-toaster .input-group-append .btn {
  position: relative;
  z-index: 2;
}
#solid-app-container .input-group-prepend .btn:focus,
#solid-app-container .input-group-append .btn:focus, div[id*=_modal_outer_] .input-group-prepend .btn:focus,
div[id*=_modal_outer_] .input-group-append .btn:focus, .b-toaster .input-group-prepend .btn:focus,
.b-toaster .input-group-append .btn:focus {
  z-index: 3;
}
#solid-app-container .input-group-prepend .btn + .btn,
#solid-app-container .input-group-prepend .btn + .input-group-text,
#solid-app-container .input-group-prepend .input-group-text + .input-group-text,
#solid-app-container .input-group-prepend .input-group-text + .btn,
#solid-app-container .input-group-append .btn + .btn,
#solid-app-container .input-group-append .btn + .input-group-text,
#solid-app-container .input-group-append .input-group-text + .input-group-text,
#solid-app-container .input-group-append .input-group-text + .btn, div[id*=_modal_outer_] .input-group-prepend .btn + .btn,
div[id*=_modal_outer_] .input-group-prepend .btn + .input-group-text,
div[id*=_modal_outer_] .input-group-prepend .input-group-text + .input-group-text,
div[id*=_modal_outer_] .input-group-prepend .input-group-text + .btn,
div[id*=_modal_outer_] .input-group-append .btn + .btn,
div[id*=_modal_outer_] .input-group-append .btn + .input-group-text,
div[id*=_modal_outer_] .input-group-append .input-group-text + .input-group-text,
div[id*=_modal_outer_] .input-group-append .input-group-text + .btn, .b-toaster .input-group-prepend .btn + .btn,
.b-toaster .input-group-prepend .btn + .input-group-text,
.b-toaster .input-group-prepend .input-group-text + .input-group-text,
.b-toaster .input-group-prepend .input-group-text + .btn,
.b-toaster .input-group-append .btn + .btn,
.b-toaster .input-group-append .btn + .input-group-text,
.b-toaster .input-group-append .input-group-text + .input-group-text,
.b-toaster .input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
#solid-app-container .input-group-prepend, div[id*=_modal_outer_] .input-group-prepend, .b-toaster .input-group-prepend {
  margin-right: -1px;
}
#solid-app-container .input-group-append, div[id*=_modal_outer_] .input-group-append, .b-toaster .input-group-append {
  margin-left: -1px;
}
#solid-app-container .input-group-text, div[id*=_modal_outer_] .input-group-text, .b-toaster .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
#solid-app-container .input-group-text input[type=radio],
#solid-app-container .input-group-text input[type=checkbox], div[id*=_modal_outer_] .input-group-text input[type=radio],
div[id*=_modal_outer_] .input-group-text input[type=checkbox], .b-toaster .input-group-text input[type=radio],
.b-toaster .input-group-text input[type=checkbox] {
  margin-top: 0;
}
#solid-app-container .input-group-lg > .form-control:not(textarea),
#solid-app-container .input-group-lg > .custom-select, div[id*=_modal_outer_] .input-group-lg > .form-control:not(textarea),
div[id*=_modal_outer_] .input-group-lg > .custom-select, .b-toaster .input-group-lg > .form-control:not(textarea),
.b-toaster .input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}
#solid-app-container .input-group-lg > .form-control,
#solid-app-container .input-group-lg > .custom-select,
#solid-app-container .input-group-lg > .input-group-prepend > .input-group-text,
#solid-app-container .input-group-lg > .input-group-append > .input-group-text,
#solid-app-container .input-group-lg > .input-group-prepend > .btn,
#solid-app-container .input-group-lg > .input-group-append > .btn, div[id*=_modal_outer_] .input-group-lg > .form-control,
div[id*=_modal_outer_] .input-group-lg > .custom-select,
div[id*=_modal_outer_] .input-group-lg > .input-group-prepend > .input-group-text,
div[id*=_modal_outer_] .input-group-lg > .input-group-append > .input-group-text,
div[id*=_modal_outer_] .input-group-lg > .input-group-prepend > .btn,
div[id*=_modal_outer_] .input-group-lg > .input-group-append > .btn, .b-toaster .input-group-lg > .form-control,
.b-toaster .input-group-lg > .custom-select,
.b-toaster .input-group-lg > .input-group-prepend > .input-group-text,
.b-toaster .input-group-lg > .input-group-append > .input-group-text,
.b-toaster .input-group-lg > .input-group-prepend > .btn,
.b-toaster .input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
#solid-app-container .input-group-sm > .form-control:not(textarea),
#solid-app-container .input-group-sm > .custom-select, div[id*=_modal_outer_] .input-group-sm > .form-control:not(textarea),
div[id*=_modal_outer_] .input-group-sm > .custom-select, .b-toaster .input-group-sm > .form-control:not(textarea),
.b-toaster .input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}
#solid-app-container .input-group-sm > .form-control,
#solid-app-container .input-group-sm > .custom-select,
#solid-app-container .input-group-sm > .input-group-prepend > .input-group-text,
#solid-app-container .input-group-sm > .input-group-append > .input-group-text,
#solid-app-container .input-group-sm > .input-group-prepend > .btn,
#solid-app-container .input-group-sm > .input-group-append > .btn, div[id*=_modal_outer_] .input-group-sm > .form-control,
div[id*=_modal_outer_] .input-group-sm > .custom-select,
div[id*=_modal_outer_] .input-group-sm > .input-group-prepend > .input-group-text,
div[id*=_modal_outer_] .input-group-sm > .input-group-append > .input-group-text,
div[id*=_modal_outer_] .input-group-sm > .input-group-prepend > .btn,
div[id*=_modal_outer_] .input-group-sm > .input-group-append > .btn, .b-toaster .input-group-sm > .form-control,
.b-toaster .input-group-sm > .custom-select,
.b-toaster .input-group-sm > .input-group-prepend > .input-group-text,
.b-toaster .input-group-sm > .input-group-append > .input-group-text,
.b-toaster .input-group-sm > .input-group-prepend > .btn,
.b-toaster .input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
#solid-app-container .input-group-lg > .custom-select,
#solid-app-container .input-group-sm > .custom-select, div[id*=_modal_outer_] .input-group-lg > .custom-select,
div[id*=_modal_outer_] .input-group-sm > .custom-select, .b-toaster .input-group-lg > .custom-select,
.b-toaster .input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
#solid-app-container .input-group > .input-group-prepend > .btn,
#solid-app-container .input-group > .input-group-prepend > .input-group-text,
#solid-app-container .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
#solid-app-container .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
#solid-app-container .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
#solid-app-container .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
#solid-app-container .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
#solid-app-container .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), div[id*=_modal_outer_] .input-group > .input-group-prepend > .btn,
div[id*=_modal_outer_] .input-group > .input-group-prepend > .input-group-text,
div[id*=_modal_outer_] .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
div[id*=_modal_outer_] .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
div[id*=_modal_outer_] .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
div[id*=_modal_outer_] .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
div[id*=_modal_outer_] .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
div[id*=_modal_outer_] .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .b-toaster .input-group > .input-group-prepend > .btn,
.b-toaster .input-group > .input-group-prepend > .input-group-text,
.b-toaster .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.b-toaster .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.b-toaster .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.b-toaster .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.b-toaster .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.b-toaster .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#solid-app-container .input-group > .input-group-append > .btn,
#solid-app-container .input-group > .input-group-append > .input-group-text,
#solid-app-container .input-group > .input-group-prepend:not(:first-child) > .btn,
#solid-app-container .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
#solid-app-container .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
#solid-app-container .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), div[id*=_modal_outer_] .input-group > .input-group-append > .btn,
div[id*=_modal_outer_] .input-group > .input-group-append > .input-group-text,
div[id*=_modal_outer_] .input-group > .input-group-prepend:not(:first-child) > .btn,
div[id*=_modal_outer_] .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
div[id*=_modal_outer_] .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
div[id*=_modal_outer_] .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .b-toaster .input-group > .input-group-append > .btn,
.b-toaster .input-group > .input-group-append > .input-group-text,
.b-toaster .input-group > .input-group-prepend:not(:first-child) > .btn,
.b-toaster .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.b-toaster .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.b-toaster .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#solid-app-container .custom-control, div[id*=_modal_outer_] .custom-control, .b-toaster .custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}
#solid-app-container .custom-control-inline, div[id*=_modal_outer_] .custom-control-inline, .b-toaster .custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
#solid-app-container .custom-control-input, div[id*=_modal_outer_] .custom-control-input, .b-toaster .custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
#solid-app-container .custom-control-input:checked ~ .custom-control-label::before, div[id*=_modal_outer_] .custom-control-input:checked ~ .custom-control-label::before, .b-toaster .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #1CF196;
  background-color: #1CF196;
}
#solid-app-container .custom-control-input:focus ~ .custom-control-label::before, div[id*=_modal_outer_] .custom-control-input:focus ~ .custom-control-label::before, .b-toaster .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(28, 241, 150, 0.25);
}
#solid-app-container .custom-control-input:focus:not(:checked) ~ .custom-control-label::before, div[id*=_modal_outer_] .custom-control-input:focus:not(:checked) ~ .custom-control-label::before, .b-toaster .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #94f8ce;
}
#solid-app-container .custom-control-input:not(:disabled):active ~ .custom-control-label::before, div[id*=_modal_outer_] .custom-control-input:not(:disabled):active ~ .custom-control-label::before, .b-toaster .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #c4fbe4;
  border-color: #c4fbe4;
}
#solid-app-container .custom-control-input[disabled] ~ .custom-control-label, #solid-app-container .custom-control-input:disabled ~ .custom-control-label, div[id*=_modal_outer_] .custom-control-input[disabled] ~ .custom-control-label, div[id*=_modal_outer_] .custom-control-input:disabled ~ .custom-control-label, .b-toaster .custom-control-input[disabled] ~ .custom-control-label, .b-toaster .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
#solid-app-container .custom-control-input[disabled] ~ .custom-control-label::before, #solid-app-container .custom-control-input:disabled ~ .custom-control-label::before, div[id*=_modal_outer_] .custom-control-input[disabled] ~ .custom-control-label::before, div[id*=_modal_outer_] .custom-control-input:disabled ~ .custom-control-label::before, .b-toaster .custom-control-input[disabled] ~ .custom-control-label::before, .b-toaster .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
#solid-app-container .custom-control-label, div[id*=_modal_outer_] .custom-control-label, .b-toaster .custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
#solid-app-container .custom-control-label::before, div[id*=_modal_outer_] .custom-control-label::before, .b-toaster .custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}
#solid-app-container .custom-control-label::after, div[id*=_modal_outer_] .custom-control-label::after, .b-toaster .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;
}
#solid-app-container .custom-checkbox .custom-control-label::before, div[id*=_modal_outer_] .custom-checkbox .custom-control-label::before, .b-toaster .custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
#solid-app-container .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, div[id*=_modal_outer_] .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, .b-toaster .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");
}
#solid-app-container .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before, div[id*=_modal_outer_] .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before, .b-toaster .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #1CF196;
  background-color: #1CF196;
}
#solid-app-container .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after, div[id*=_modal_outer_] .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after, .b-toaster .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");
}
#solid-app-container .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before, div[id*=_modal_outer_] .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before, .b-toaster .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(28, 241, 150, 0.5);
}
#solid-app-container .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before, div[id*=_modal_outer_] .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before, .b-toaster .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(28, 241, 150, 0.5);
}
#solid-app-container .custom-radio .custom-control-label::before, div[id*=_modal_outer_] .custom-radio .custom-control-label::before, .b-toaster .custom-radio .custom-control-label::before {
  border-radius: 50%;
}
#solid-app-container .custom-radio .custom-control-input:checked ~ .custom-control-label::after, div[id*=_modal_outer_] .custom-radio .custom-control-input:checked ~ .custom-control-label::after, .b-toaster .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");
}
#solid-app-container .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before, div[id*=_modal_outer_] .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before, .b-toaster .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(28, 241, 150, 0.5);
}
#solid-app-container .custom-switch, div[id*=_modal_outer_] .custom-switch, .b-toaster .custom-switch {
  padding-left: 2.25rem;
}
#solid-app-container .custom-switch .custom-control-label::before, div[id*=_modal_outer_] .custom-switch .custom-control-label::before, .b-toaster .custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
#solid-app-container .custom-switch .custom-control-label::after, div[id*=_modal_outer_] .custom-switch .custom-control-label::after, .b-toaster .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) {
  #solid-app-container .custom-switch .custom-control-label::after, div[id*=_modal_outer_] .custom-switch .custom-control-label::after, .b-toaster .custom-switch .custom-control-label::after {
    transition: none;
  }
}
#solid-app-container .custom-switch .custom-control-input:checked ~ .custom-control-label::after, div[id*=_modal_outer_] .custom-switch .custom-control-input:checked ~ .custom-control-label::after, .b-toaster .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
#solid-app-container .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before, div[id*=_modal_outer_] .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before, .b-toaster .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(28, 241, 150, 0.5);
}
#solid-app-container .custom-select, div[id*=_modal_outer_] .custom-select, .b-toaster .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;
  appearance: none;
}
#solid-app-container .custom-select:focus, div[id*=_modal_outer_] .custom-select:focus, .b-toaster .custom-select:focus {
  border-color: #94f8ce;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(28, 241, 150, 0.25);
}
#solid-app-container .custom-select:focus::-ms-value, div[id*=_modal_outer_] .custom-select:focus::-ms-value, .b-toaster .custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
#solid-app-container .custom-select[multiple], #solid-app-container .custom-select[size]:not([size="1"]), div[id*=_modal_outer_] .custom-select[multiple], div[id*=_modal_outer_] .custom-select[size]:not([size="1"]), .b-toaster .custom-select[multiple], .b-toaster .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
#solid-app-container .custom-select:disabled, div[id*=_modal_outer_] .custom-select:disabled, .b-toaster .custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
#solid-app-container .custom-select::-ms-expand, div[id*=_modal_outer_] .custom-select::-ms-expand, .b-toaster .custom-select::-ms-expand {
  display: none;
}
#solid-app-container .custom-select:-moz-focusring, div[id*=_modal_outer_] .custom-select:-moz-focusring, .b-toaster .custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
#solid-app-container .custom-select-sm, div[id*=_modal_outer_] .custom-select-sm, .b-toaster .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;
}
#solid-app-container .custom-select-lg, div[id*=_modal_outer_] .custom-select-lg, .b-toaster .custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
#solid-app-container .custom-file, div[id*=_modal_outer_] .custom-file, .b-toaster .custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
#solid-app-container .custom-file-input, div[id*=_modal_outer_] .custom-file-input, .b-toaster .custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
#solid-app-container .custom-file-input:focus ~ .custom-file-label, div[id*=_modal_outer_] .custom-file-input:focus ~ .custom-file-label, .b-toaster .custom-file-input:focus ~ .custom-file-label {
  border-color: #94f8ce;
  box-shadow: 0 0 0 0.2rem rgba(28, 241, 150, 0.25);
}
#solid-app-container .custom-file-input[disabled] ~ .custom-file-label, #solid-app-container .custom-file-input:disabled ~ .custom-file-label, div[id*=_modal_outer_] .custom-file-input[disabled] ~ .custom-file-label, div[id*=_modal_outer_] .custom-file-input:disabled ~ .custom-file-label, .b-toaster .custom-file-input[disabled] ~ .custom-file-label, .b-toaster .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
#solid-app-container .custom-file-input:lang(en) ~ .custom-file-label::after, div[id*=_modal_outer_] .custom-file-input:lang(en) ~ .custom-file-label::after, .b-toaster .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
#solid-app-container .custom-file-input ~ .custom-file-label[data-browse]::after, div[id*=_modal_outer_] .custom-file-input ~ .custom-file-label[data-browse]::after, .b-toaster .custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
#solid-app-container .custom-file-label, div[id*=_modal_outer_] .custom-file-label, .b-toaster .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;
}
#solid-app-container .custom-file-label::after, div[id*=_modal_outer_] .custom-file-label::after, .b-toaster .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;
}
#solid-app-container .custom-range, div[id*=_modal_outer_] .custom-range, .b-toaster .custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
#solid-app-container .custom-range:focus, div[id*=_modal_outer_] .custom-range:focus, .b-toaster .custom-range:focus {
  outline: 0;
}
#solid-app-container .custom-range:focus::-webkit-slider-thumb, div[id*=_modal_outer_] .custom-range:focus::-webkit-slider-thumb, .b-toaster .custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(28, 241, 150, 0.25);
}
#solid-app-container .custom-range:focus::-moz-range-thumb, div[id*=_modal_outer_] .custom-range:focus::-moz-range-thumb, .b-toaster .custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(28, 241, 150, 0.25);
}
#solid-app-container .custom-range:focus::-ms-thumb, div[id*=_modal_outer_] .custom-range:focus::-ms-thumb, .b-toaster .custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(28, 241, 150, 0.25);
}
#solid-app-container .custom-range::-moz-focus-outer, div[id*=_modal_outer_] .custom-range::-moz-focus-outer, .b-toaster .custom-range::-moz-focus-outer {
  border: 0;
}
#solid-app-container .custom-range::-webkit-slider-thumb, div[id*=_modal_outer_] .custom-range::-webkit-slider-thumb, .b-toaster .custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #1CF196;
  border: 0;
  border-radius: 1rem;
  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) {
  #solid-app-container .custom-range::-webkit-slider-thumb, div[id*=_modal_outer_] .custom-range::-webkit-slider-thumb, .b-toaster .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
#solid-app-container .custom-range::-webkit-slider-thumb:active, div[id*=_modal_outer_] .custom-range::-webkit-slider-thumb:active, .b-toaster .custom-range::-webkit-slider-thumb:active {
  background-color: #c4fbe4;
}
#solid-app-container .custom-range::-webkit-slider-runnable-track, div[id*=_modal_outer_] .custom-range::-webkit-slider-runnable-track, .b-toaster .custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
#solid-app-container .custom-range::-moz-range-thumb, div[id*=_modal_outer_] .custom-range::-moz-range-thumb, .b-toaster .custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #1CF196;
  border: 0;
  border-radius: 1rem;
  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) {
  #solid-app-container .custom-range::-moz-range-thumb, div[id*=_modal_outer_] .custom-range::-moz-range-thumb, .b-toaster .custom-range::-moz-range-thumb {
    transition: none;
  }
}
#solid-app-container .custom-range::-moz-range-thumb:active, div[id*=_modal_outer_] .custom-range::-moz-range-thumb:active, .b-toaster .custom-range::-moz-range-thumb:active {
  background-color: #c4fbe4;
}
#solid-app-container .custom-range::-moz-range-track, div[id*=_modal_outer_] .custom-range::-moz-range-track, .b-toaster .custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
#solid-app-container .custom-range::-ms-thumb, div[id*=_modal_outer_] .custom-range::-ms-thumb, .b-toaster .custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #1CF196;
  border: 0;
  border-radius: 1rem;
  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) {
  #solid-app-container .custom-range::-ms-thumb, div[id*=_modal_outer_] .custom-range::-ms-thumb, .b-toaster .custom-range::-ms-thumb {
    transition: none;
  }
}
#solid-app-container .custom-range::-ms-thumb:active, div[id*=_modal_outer_] .custom-range::-ms-thumb:active, .b-toaster .custom-range::-ms-thumb:active {
  background-color: #c4fbe4;
}
#solid-app-container .custom-range::-ms-track, div[id*=_modal_outer_] .custom-range::-ms-track, .b-toaster .custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
#solid-app-container .custom-range::-ms-fill-lower, div[id*=_modal_outer_] .custom-range::-ms-fill-lower, .b-toaster .custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
#solid-app-container .custom-range::-ms-fill-upper, div[id*=_modal_outer_] .custom-range::-ms-fill-upper, .b-toaster .custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
#solid-app-container .custom-range:disabled::-webkit-slider-thumb, div[id*=_modal_outer_] .custom-range:disabled::-webkit-slider-thumb, .b-toaster .custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
#solid-app-container .custom-range:disabled::-webkit-slider-runnable-track, div[id*=_modal_outer_] .custom-range:disabled::-webkit-slider-runnable-track, .b-toaster .custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
#solid-app-container .custom-range:disabled::-moz-range-thumb, div[id*=_modal_outer_] .custom-range:disabled::-moz-range-thumb, .b-toaster .custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
#solid-app-container .custom-range:disabled::-moz-range-track, div[id*=_modal_outer_] .custom-range:disabled::-moz-range-track, .b-toaster .custom-range:disabled::-moz-range-track {
  cursor: default;
}
#solid-app-container .custom-range:disabled::-ms-thumb, div[id*=_modal_outer_] .custom-range:disabled::-ms-thumb, .b-toaster .custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
#solid-app-container .custom-control-label::before,
#solid-app-container .custom-file-label,
#solid-app-container .custom-select, div[id*=_modal_outer_] .custom-control-label::before,
div[id*=_modal_outer_] .custom-file-label,
div[id*=_modal_outer_] .custom-select, .b-toaster .custom-control-label::before,
.b-toaster .custom-file-label,
.b-toaster .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) {
  #solid-app-container .custom-control-label::before,
#solid-app-container .custom-file-label,
#solid-app-container .custom-select, div[id*=_modal_outer_] .custom-control-label::before,
div[id*=_modal_outer_] .custom-file-label,
div[id*=_modal_outer_] .custom-select, .b-toaster .custom-control-label::before,
.b-toaster .custom-file-label,
.b-toaster .custom-select {
    transition: none;
  }
}
#solid-app-container .nav, div[id*=_modal_outer_] .nav, .b-toaster .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
#solid-app-container .nav-link, div[id*=_modal_outer_] .nav-link, .b-toaster .nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
#solid-app-container .nav-link:hover, #solid-app-container .nav-link:focus, div[id*=_modal_outer_] .nav-link:hover, div[id*=_modal_outer_] .nav-link:focus, .b-toaster .nav-link:hover, .b-toaster .nav-link:focus {
  text-decoration: none;
}
#solid-app-container .nav-link.disabled, div[id*=_modal_outer_] .nav-link.disabled, .b-toaster .nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
#solid-app-container .nav-tabs, div[id*=_modal_outer_] .nav-tabs, .b-toaster .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
#solid-app-container .nav-tabs .nav-link, div[id*=_modal_outer_] .nav-tabs .nav-link, .b-toaster .nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
#solid-app-container .nav-tabs .nav-link:hover, #solid-app-container .nav-tabs .nav-link:focus, div[id*=_modal_outer_] .nav-tabs .nav-link:hover, div[id*=_modal_outer_] .nav-tabs .nav-link:focus, .b-toaster .nav-tabs .nav-link:hover, .b-toaster .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
#solid-app-container .nav-tabs .nav-link.disabled, div[id*=_modal_outer_] .nav-tabs .nav-link.disabled, .b-toaster .nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
#solid-app-container .nav-tabs .nav-link.active,
#solid-app-container .nav-tabs .nav-item.show .nav-link, div[id*=_modal_outer_] .nav-tabs .nav-link.active,
div[id*=_modal_outer_] .nav-tabs .nav-item.show .nav-link, .b-toaster .nav-tabs .nav-link.active,
.b-toaster .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
#solid-app-container .nav-tabs .dropdown-menu, div[id*=_modal_outer_] .nav-tabs .dropdown-menu, .b-toaster .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#solid-app-container .nav-pills .nav-link, div[id*=_modal_outer_] .nav-pills .nav-link, .b-toaster .nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
#solid-app-container .nav-pills .nav-link.active,
#solid-app-container .nav-pills .show > .nav-link, div[id*=_modal_outer_] .nav-pills .nav-link.active,
div[id*=_modal_outer_] .nav-pills .show > .nav-link, .b-toaster .nav-pills .nav-link.active,
.b-toaster .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1CF196;
}
#solid-app-container .nav-fill > .nav-link,
#solid-app-container .nav-fill .nav-item, div[id*=_modal_outer_] .nav-fill > .nav-link,
div[id*=_modal_outer_] .nav-fill .nav-item, .b-toaster .nav-fill > .nav-link,
.b-toaster .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
#solid-app-container .nav-justified > .nav-link,
#solid-app-container .nav-justified .nav-item, div[id*=_modal_outer_] .nav-justified > .nav-link,
div[id*=_modal_outer_] .nav-justified .nav-item, .b-toaster .nav-justified > .nav-link,
.b-toaster .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
#solid-app-container .tab-content > .tab-pane, div[id*=_modal_outer_] .tab-content > .tab-pane, .b-toaster .tab-content > .tab-pane {
  display: none;
}
#solid-app-container .tab-content > .active, div[id*=_modal_outer_] .tab-content > .active, .b-toaster .tab-content > .active {
  display: block;
}
#solid-app-container .navbar, div[id*=_modal_outer_] .navbar, .b-toaster .navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
#solid-app-container .navbar > .container-xl, #solid-app-container div[id*=_modal_outer_] .navbar > .container-xl, div[id*=_modal_outer_] #solid-app-container .navbar > .container-xl, #solid-app-container .b-toaster .navbar > .container-xl, .b-toaster #solid-app-container .navbar > .container-xl, #solid-app-container .navbar > .container-lg, #solid-app-container div[id*=_modal_outer_] .navbar > .container-lg, div[id*=_modal_outer_] #solid-app-container .navbar > .container-lg, #solid-app-container .b-toaster .navbar > .container-lg, .b-toaster #solid-app-container .navbar > .container-lg, #solid-app-container .navbar > .container-md, #solid-app-container div[id*=_modal_outer_] .navbar > .container-md, div[id*=_modal_outer_] #solid-app-container .navbar > .container-md, #solid-app-container .b-toaster .navbar > .container-md, .b-toaster #solid-app-container .navbar > .container-md, #solid-app-container .navbar > .container-sm, #solid-app-container div[id*=_modal_outer_] .navbar > .container-sm, div[id*=_modal_outer_] #solid-app-container .navbar > .container-sm, #solid-app-container .b-toaster .navbar > .container-sm, .b-toaster #solid-app-container .navbar > .container-sm, #solid-app-container .navbar .container,
#solid-app-container .navbar .container-fluid,
#solid-app-container .navbar .container-sm,
#solid-app-container .navbar .container-md,
#solid-app-container .navbar .container-lg,
#solid-app-container .navbar .container-xl, #solid-app-container div[id*=_modal_outer_] .navbar .container, div[id*=_modal_outer_] #solid-app-container .navbar .container,
#solid-app-container div[id*=_modal_outer_] .navbar .container-fluid,
div[id*=_modal_outer_] #solid-app-container .navbar .container-fluid,
#solid-app-container div[id*=_modal_outer_] .navbar #solid-app-container .container-sm,
div[id*=_modal_outer_] #solid-app-container .navbar #solid-app-container .container-sm,
#solid-app-container div[id*=_modal_outer_] .navbar .container-sm,
div[id*=_modal_outer_] #solid-app-container .navbar .container-sm,
#solid-app-container div[id*=_modal_outer_] .navbar .b-toaster .container-sm,
div[id*=_modal_outer_] #solid-app-container .navbar .b-toaster .container-sm,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar .container-sm,
.b-toaster div[id*=_modal_outer_] #solid-app-container .navbar .container-sm,
#solid-app-container div[id*=_modal_outer_] .navbar #solid-app-container .container-md,
div[id*=_modal_outer_] #solid-app-container .navbar #solid-app-container .container-md,
#solid-app-container div[id*=_modal_outer_] .navbar .container-md,
div[id*=_modal_outer_] #solid-app-container .navbar .container-md,
#solid-app-container div[id*=_modal_outer_] .navbar .b-toaster .container-md,
div[id*=_modal_outer_] #solid-app-container .navbar .b-toaster .container-md,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar .container-md,
.b-toaster div[id*=_modal_outer_] #solid-app-container .navbar .container-md,
#solid-app-container div[id*=_modal_outer_] .navbar #solid-app-container .container-lg,
div[id*=_modal_outer_] #solid-app-container .navbar #solid-app-container .container-lg,
#solid-app-container div[id*=_modal_outer_] .navbar .container-lg,
div[id*=_modal_outer_] #solid-app-container .navbar .container-lg,
#solid-app-container div[id*=_modal_outer_] .navbar .b-toaster .container-lg,
div[id*=_modal_outer_] #solid-app-container .navbar .b-toaster .container-lg,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar .container-lg,
.b-toaster div[id*=_modal_outer_] #solid-app-container .navbar .container-lg,
#solid-app-container div[id*=_modal_outer_] .navbar #solid-app-container .container-xl,
div[id*=_modal_outer_] #solid-app-container .navbar #solid-app-container .container-xl,
#solid-app-container div[id*=_modal_outer_] .navbar .container-xl,
div[id*=_modal_outer_] #solid-app-container .navbar .container-xl,
#solid-app-container div[id*=_modal_outer_] .navbar .b-toaster .container-xl,
div[id*=_modal_outer_] #solid-app-container .navbar .b-toaster .container-xl,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar .container-xl,
.b-toaster div[id*=_modal_outer_] #solid-app-container .navbar .container-xl, #solid-app-container .b-toaster .navbar .container, .b-toaster #solid-app-container .navbar .container,
#solid-app-container .b-toaster .navbar .container-fluid,
.b-toaster #solid-app-container .navbar .container-fluid,
#solid-app-container .b-toaster .navbar #solid-app-container .container-sm,
.b-toaster #solid-app-container .navbar #solid-app-container .container-sm,
#solid-app-container .b-toaster .navbar div[id*=_modal_outer_] .container-sm,
.b-toaster #solid-app-container .navbar div[id*=_modal_outer_] .container-sm,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar .container-sm,
div[id*=_modal_outer_] .b-toaster #solid-app-container .navbar .container-sm,
#solid-app-container .b-toaster .navbar .container-sm,
.b-toaster #solid-app-container .navbar .container-sm,
#solid-app-container .b-toaster .navbar #solid-app-container .container-md,
.b-toaster #solid-app-container .navbar #solid-app-container .container-md,
#solid-app-container .b-toaster .navbar div[id*=_modal_outer_] .container-md,
.b-toaster #solid-app-container .navbar div[id*=_modal_outer_] .container-md,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar .container-md,
div[id*=_modal_outer_] .b-toaster #solid-app-container .navbar .container-md,
#solid-app-container .b-toaster .navbar .container-md,
.b-toaster #solid-app-container .navbar .container-md,
#solid-app-container .b-toaster .navbar #solid-app-container .container-lg,
.b-toaster #solid-app-container .navbar #solid-app-container .container-lg,
#solid-app-container .b-toaster .navbar div[id*=_modal_outer_] .container-lg,
.b-toaster #solid-app-container .navbar div[id*=_modal_outer_] .container-lg,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar .container-lg,
div[id*=_modal_outer_] .b-toaster #solid-app-container .navbar .container-lg,
#solid-app-container .b-toaster .navbar .container-lg,
.b-toaster #solid-app-container .navbar .container-lg,
#solid-app-container .b-toaster .navbar #solid-app-container .container-xl,
.b-toaster #solid-app-container .navbar #solid-app-container .container-xl,
#solid-app-container .b-toaster .navbar div[id*=_modal_outer_] .container-xl,
.b-toaster #solid-app-container .navbar div[id*=_modal_outer_] .container-xl,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar .container-xl,
div[id*=_modal_outer_] .b-toaster #solid-app-container .navbar .container-xl,
#solid-app-container .b-toaster .navbar .container-xl,
.b-toaster #solid-app-container .navbar .container-xl, div[id*=_modal_outer_] #solid-app-container .navbar > .container-xl, #solid-app-container div[id*=_modal_outer_] .navbar > .container-xl, div[id*=_modal_outer_] .navbar > .container-xl, div[id*=_modal_outer_] .b-toaster .navbar > .container-xl, .b-toaster div[id*=_modal_outer_] .navbar > .container-xl, div[id*=_modal_outer_] #solid-app-container .navbar > .container-lg, #solid-app-container div[id*=_modal_outer_] .navbar > .container-lg, div[id*=_modal_outer_] .navbar > .container-lg, div[id*=_modal_outer_] .b-toaster .navbar > .container-lg, .b-toaster div[id*=_modal_outer_] .navbar > .container-lg, div[id*=_modal_outer_] #solid-app-container .navbar > .container-md, #solid-app-container div[id*=_modal_outer_] .navbar > .container-md, div[id*=_modal_outer_] .navbar > .container-md, div[id*=_modal_outer_] .b-toaster .navbar > .container-md, .b-toaster div[id*=_modal_outer_] .navbar > .container-md, div[id*=_modal_outer_] #solid-app-container .navbar > .container-sm, #solid-app-container div[id*=_modal_outer_] .navbar > .container-sm, div[id*=_modal_outer_] .navbar > .container-sm, div[id*=_modal_outer_] .b-toaster .navbar > .container-sm, .b-toaster div[id*=_modal_outer_] .navbar > .container-sm, div[id*=_modal_outer_] #solid-app-container .navbar .container, #solid-app-container div[id*=_modal_outer_] .navbar .container,
div[id*=_modal_outer_] #solid-app-container .navbar .container-fluid,
#solid-app-container div[id*=_modal_outer_] .navbar .container-fluid,
div[id*=_modal_outer_] #solid-app-container .navbar .container-sm,
#solid-app-container div[id*=_modal_outer_] .navbar .container-sm,
div[id*=_modal_outer_] #solid-app-container .navbar .container-md,
#solid-app-container div[id*=_modal_outer_] .navbar .container-md,
div[id*=_modal_outer_] #solid-app-container .navbar .container-lg,
#solid-app-container div[id*=_modal_outer_] .navbar .container-lg,
div[id*=_modal_outer_] #solid-app-container .navbar .container-xl,
#solid-app-container div[id*=_modal_outer_] .navbar .container-xl, div[id*=_modal_outer_] .navbar .container,
div[id*=_modal_outer_] .navbar .container-fluid,
div[id*=_modal_outer_] .navbar #solid-app-container .container-sm,
div[id*=_modal_outer_] .navbar .container-sm,
div[id*=_modal_outer_] .navbar .b-toaster .container-sm,
.b-toaster div[id*=_modal_outer_] .navbar .container-sm,
div[id*=_modal_outer_] .navbar #solid-app-container .container-md,
div[id*=_modal_outer_] .navbar .container-md,
div[id*=_modal_outer_] .navbar .b-toaster .container-md,
.b-toaster div[id*=_modal_outer_] .navbar .container-md,
div[id*=_modal_outer_] .navbar #solid-app-container .container-lg,
div[id*=_modal_outer_] .navbar .container-lg,
div[id*=_modal_outer_] .navbar .b-toaster .container-lg,
.b-toaster div[id*=_modal_outer_] .navbar .container-lg,
div[id*=_modal_outer_] .navbar #solid-app-container .container-xl,
div[id*=_modal_outer_] .navbar .container-xl,
div[id*=_modal_outer_] .navbar .b-toaster .container-xl,
.b-toaster div[id*=_modal_outer_] .navbar .container-xl, div[id*=_modal_outer_] .b-toaster .navbar .container, .b-toaster div[id*=_modal_outer_] .navbar .container,
div[id*=_modal_outer_] .b-toaster .navbar .container-fluid,
.b-toaster div[id*=_modal_outer_] .navbar .container-fluid,
div[id*=_modal_outer_] .b-toaster .navbar #solid-app-container .container-sm,
.b-toaster div[id*=_modal_outer_] .navbar #solid-app-container .container-sm,
div[id*=_modal_outer_] .b-toaster .navbar div[id*=_modal_outer_] .container-sm,
.b-toaster div[id*=_modal_outer_] .navbar div[id*=_modal_outer_] .container-sm,
div[id*=_modal_outer_] .b-toaster .navbar .container-sm,
div[id*=_modal_outer_] .b-toaster .navbar .container-sm,
.b-toaster div[id*=_modal_outer_] .navbar .container-sm,
div[id*=_modal_outer_] .b-toaster .navbar #solid-app-container .container-md,
.b-toaster div[id*=_modal_outer_] .navbar #solid-app-container .container-md,
div[id*=_modal_outer_] .b-toaster .navbar div[id*=_modal_outer_] .container-md,
.b-toaster div[id*=_modal_outer_] .navbar div[id*=_modal_outer_] .container-md,
div[id*=_modal_outer_] .b-toaster .navbar .container-md,
div[id*=_modal_outer_] .b-toaster .navbar .container-md,
.b-toaster div[id*=_modal_outer_] .navbar .container-md,
div[id*=_modal_outer_] .b-toaster .navbar #solid-app-container .container-lg,
.b-toaster div[id*=_modal_outer_] .navbar #solid-app-container .container-lg,
div[id*=_modal_outer_] .b-toaster .navbar div[id*=_modal_outer_] .container-lg,
.b-toaster div[id*=_modal_outer_] .navbar div[id*=_modal_outer_] .container-lg,
div[id*=_modal_outer_] .b-toaster .navbar .container-lg,
div[id*=_modal_outer_] .b-toaster .navbar .container-lg,
.b-toaster div[id*=_modal_outer_] .navbar .container-lg,
div[id*=_modal_outer_] .b-toaster .navbar #solid-app-container .container-xl,
.b-toaster div[id*=_modal_outer_] .navbar #solid-app-container .container-xl,
div[id*=_modal_outer_] .b-toaster .navbar div[id*=_modal_outer_] .container-xl,
.b-toaster div[id*=_modal_outer_] .navbar div[id*=_modal_outer_] .container-xl,
div[id*=_modal_outer_] .b-toaster .navbar .container-xl,
div[id*=_modal_outer_] .b-toaster .navbar .container-xl,
.b-toaster div[id*=_modal_outer_] .navbar .container-xl, .b-toaster #solid-app-container .navbar > .container-xl, #solid-app-container .b-toaster .navbar > .container-xl, .b-toaster div[id*=_modal_outer_] .navbar > .container-xl, div[id*=_modal_outer_] .b-toaster .navbar > .container-xl, .b-toaster .navbar > .container-xl, .b-toaster #solid-app-container .navbar > .container-lg, #solid-app-container .b-toaster .navbar > .container-lg, .b-toaster div[id*=_modal_outer_] .navbar > .container-lg, div[id*=_modal_outer_] .b-toaster .navbar > .container-lg, .b-toaster .navbar > .container-lg, .b-toaster #solid-app-container .navbar > .container-md, #solid-app-container .b-toaster .navbar > .container-md, .b-toaster div[id*=_modal_outer_] .navbar > .container-md, div[id*=_modal_outer_] .b-toaster .navbar > .container-md, .b-toaster .navbar > .container-md, .b-toaster #solid-app-container .navbar > .container-sm, #solid-app-container .b-toaster .navbar > .container-sm, .b-toaster div[id*=_modal_outer_] .navbar > .container-sm, div[id*=_modal_outer_] .b-toaster .navbar > .container-sm, .b-toaster .navbar > .container-sm, .b-toaster #solid-app-container .navbar .container, #solid-app-container .b-toaster .navbar .container,
.b-toaster #solid-app-container .navbar .container-fluid,
#solid-app-container .b-toaster .navbar .container-fluid,
.b-toaster #solid-app-container .navbar .container-sm,
#solid-app-container .b-toaster .navbar .container-sm,
.b-toaster #solid-app-container .navbar .container-md,
#solid-app-container .b-toaster .navbar .container-md,
.b-toaster #solid-app-container .navbar .container-lg,
#solid-app-container .b-toaster .navbar .container-lg,
.b-toaster #solid-app-container .navbar .container-xl,
#solid-app-container .b-toaster .navbar .container-xl, .b-toaster div[id*=_modal_outer_] .navbar .container, div[id*=_modal_outer_] .b-toaster .navbar .container,
.b-toaster div[id*=_modal_outer_] .navbar .container-fluid,
div[id*=_modal_outer_] .b-toaster .navbar .container-fluid,
.b-toaster div[id*=_modal_outer_] .navbar #solid-app-container .container-sm,
div[id*=_modal_outer_] .b-toaster .navbar #solid-app-container .container-sm,
.b-toaster div[id*=_modal_outer_] .navbar .container-sm,
div[id*=_modal_outer_] .b-toaster .navbar .container-sm,
.b-toaster div[id*=_modal_outer_] .navbar .b-toaster .container-sm,
div[id*=_modal_outer_] .b-toaster .navbar .b-toaster .container-sm,
.b-toaster div[id*=_modal_outer_] .navbar .container-sm,
.b-toaster div[id*=_modal_outer_] .navbar #solid-app-container .container-md,
div[id*=_modal_outer_] .b-toaster .navbar #solid-app-container .container-md,
.b-toaster div[id*=_modal_outer_] .navbar .container-md,
div[id*=_modal_outer_] .b-toaster .navbar .container-md,
.b-toaster div[id*=_modal_outer_] .navbar .b-toaster .container-md,
div[id*=_modal_outer_] .b-toaster .navbar .b-toaster .container-md,
.b-toaster div[id*=_modal_outer_] .navbar .container-md,
.b-toaster div[id*=_modal_outer_] .navbar #solid-app-container .container-lg,
div[id*=_modal_outer_] .b-toaster .navbar #solid-app-container .container-lg,
.b-toaster div[id*=_modal_outer_] .navbar .container-lg,
div[id*=_modal_outer_] .b-toaster .navbar .container-lg,
.b-toaster div[id*=_modal_outer_] .navbar .b-toaster .container-lg,
div[id*=_modal_outer_] .b-toaster .navbar .b-toaster .container-lg,
.b-toaster div[id*=_modal_outer_] .navbar .container-lg,
.b-toaster div[id*=_modal_outer_] .navbar #solid-app-container .container-xl,
div[id*=_modal_outer_] .b-toaster .navbar #solid-app-container .container-xl,
.b-toaster div[id*=_modal_outer_] .navbar .container-xl,
div[id*=_modal_outer_] .b-toaster .navbar .container-xl,
.b-toaster div[id*=_modal_outer_] .navbar .b-toaster .container-xl,
div[id*=_modal_outer_] .b-toaster .navbar .b-toaster .container-xl,
.b-toaster div[id*=_modal_outer_] .navbar .container-xl, .b-toaster .navbar .container,
.b-toaster .navbar .container-fluid,
.b-toaster .navbar #solid-app-container .container-sm,
.b-toaster .navbar div[id*=_modal_outer_] .container-sm,
div[id*=_modal_outer_] .b-toaster .navbar .container-sm,
.b-toaster .navbar .container-sm,
.b-toaster .navbar #solid-app-container .container-md,
.b-toaster .navbar div[id*=_modal_outer_] .container-md,
div[id*=_modal_outer_] .b-toaster .navbar .container-md,
.b-toaster .navbar .container-md,
.b-toaster .navbar #solid-app-container .container-lg,
.b-toaster .navbar div[id*=_modal_outer_] .container-lg,
div[id*=_modal_outer_] .b-toaster .navbar .container-lg,
.b-toaster .navbar .container-lg,
.b-toaster .navbar #solid-app-container .container-xl,
.b-toaster .navbar div[id*=_modal_outer_] .container-xl,
div[id*=_modal_outer_] .b-toaster .navbar .container-xl,
.b-toaster .navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#solid-app-container .navbar-brand, div[id*=_modal_outer_] .navbar-brand, .b-toaster .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;
}
#solid-app-container .navbar-brand:hover, #solid-app-container .navbar-brand:focus, div[id*=_modal_outer_] .navbar-brand:hover, div[id*=_modal_outer_] .navbar-brand:focus, .b-toaster .navbar-brand:hover, .b-toaster .navbar-brand:focus {
  text-decoration: none;
}
#solid-app-container .navbar-nav, div[id*=_modal_outer_] .navbar-nav, .b-toaster .navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
#solid-app-container .navbar-nav .nav-link, div[id*=_modal_outer_] .navbar-nav .nav-link, .b-toaster .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
#solid-app-container .navbar-nav .dropdown-menu, div[id*=_modal_outer_] .navbar-nav .dropdown-menu, .b-toaster .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
#solid-app-container .navbar-text, div[id*=_modal_outer_] .navbar-text, .b-toaster .navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#solid-app-container .navbar-collapse, div[id*=_modal_outer_] .navbar-collapse, .b-toaster .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
#solid-app-container .navbar-toggler, div[id*=_modal_outer_] .navbar-toggler, .b-toaster .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;
}
#solid-app-container .navbar-toggler:hover, #solid-app-container .navbar-toggler:focus, div[id*=_modal_outer_] .navbar-toggler:hover, div[id*=_modal_outer_] .navbar-toggler:focus, .b-toaster .navbar-toggler:hover, .b-toaster .navbar-toggler:focus {
  text-decoration: none;
}
#solid-app-container .navbar-toggler-icon, div[id*=_modal_outer_] .navbar-toggler-icon, .b-toaster .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}
#solid-app-container .navbar-nav-scroll, div[id*=_modal_outer_] .navbar-nav-scroll, .b-toaster .navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  #solid-app-container .navbar-expand-sm > .container,
#solid-app-container .navbar-expand-sm > .container-fluid,
#solid-app-container .navbar-expand-sm > .container-sm,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-sm > .container-sm,
#solid-app-container .b-toaster .navbar-expand-sm > .container-sm,
#solid-app-container .navbar-expand-sm > .container-md,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-sm > .container-md,
#solid-app-container .b-toaster .navbar-expand-sm > .container-md,
#solid-app-container .navbar-expand-sm > .container-lg,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-sm > .container-lg,
#solid-app-container .b-toaster .navbar-expand-sm > .container-lg,
#solid-app-container .navbar-expand-sm > .container-xl,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-sm > .container-xl,
#solid-app-container .b-toaster .navbar-expand-sm > .container-xl, #solid-app-container div[id*=_modal_outer_] .navbar-expand-sm > .container, div[id*=_modal_outer_] #solid-app-container .navbar-expand-sm > .container,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-sm > .container-fluid,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-sm > .container-fluid,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-sm > .container-sm,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-sm > .container-sm,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container-sm,
div[id*=_modal_outer_] .b-toaster #solid-app-container .navbar-expand-sm > .container-sm,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container-sm,
.b-toaster div[id*=_modal_outer_] #solid-app-container .navbar-expand-sm > .container-sm,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-sm > .container-md,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-sm > .container-md,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container-md,
div[id*=_modal_outer_] .b-toaster #solid-app-container .navbar-expand-sm > .container-md,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container-md,
.b-toaster div[id*=_modal_outer_] #solid-app-container .navbar-expand-sm > .container-md,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-sm > .container-lg,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-sm > .container-lg,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container-lg,
div[id*=_modal_outer_] .b-toaster #solid-app-container .navbar-expand-sm > .container-lg,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container-lg,
.b-toaster div[id*=_modal_outer_] #solid-app-container .navbar-expand-sm > .container-lg,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-sm > .container-xl,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-sm > .container-xl,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container-xl,
div[id*=_modal_outer_] .b-toaster #solid-app-container .navbar-expand-sm > .container-xl,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container-xl,
.b-toaster div[id*=_modal_outer_] #solid-app-container .navbar-expand-sm > .container-xl, #solid-app-container .b-toaster .navbar-expand-sm > .container, .b-toaster #solid-app-container .navbar-expand-sm > .container,
#solid-app-container .b-toaster .navbar-expand-sm > .container-fluid,
.b-toaster #solid-app-container .navbar-expand-sm > .container-fluid,
#solid-app-container .b-toaster .navbar-expand-sm > .container-sm,
.b-toaster #solid-app-container .navbar-expand-sm > .container-sm,
#solid-app-container .b-toaster .navbar-expand-sm > .container-md,
.b-toaster #solid-app-container .navbar-expand-sm > .container-md,
#solid-app-container .b-toaster .navbar-expand-sm > .container-lg,
.b-toaster #solid-app-container .navbar-expand-sm > .container-lg,
#solid-app-container .b-toaster .navbar-expand-sm > .container-xl,
.b-toaster #solid-app-container .navbar-expand-sm > .container-xl, div[id*=_modal_outer_] #solid-app-container .navbar-expand-sm > .container, #solid-app-container div[id*=_modal_outer_] .navbar-expand-sm > .container,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-sm > .container-fluid,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-sm > .container-fluid,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-sm > .container-sm,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-sm > .container-sm,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-sm > .container-sm,
div[id*=_modal_outer_] #solid-app-container .b-toaster .navbar-expand-sm > .container-sm,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container-sm,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-sm > .container-md,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-sm > .container-md,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-sm > .container-md,
div[id*=_modal_outer_] #solid-app-container .b-toaster .navbar-expand-sm > .container-md,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container-md,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-sm > .container-lg,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-sm > .container-lg,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-sm > .container-lg,
div[id*=_modal_outer_] #solid-app-container .b-toaster .navbar-expand-sm > .container-lg,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container-lg,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-sm > .container-xl,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-sm > .container-xl,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-sm > .container-xl,
div[id*=_modal_outer_] #solid-app-container .b-toaster .navbar-expand-sm > .container-xl,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container-xl, div[id*=_modal_outer_] .navbar-expand-sm > .container,
div[id*=_modal_outer_] .navbar-expand-sm > .container-fluid,
div[id*=_modal_outer_] .navbar-expand-sm > .container-sm,
div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container-sm,
.b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container-sm,
div[id*=_modal_outer_] .navbar-expand-sm > .container-md,
div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container-md,
.b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container-md,
div[id*=_modal_outer_] .navbar-expand-sm > .container-lg,
div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container-lg,
.b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container-lg,
div[id*=_modal_outer_] .navbar-expand-sm > .container-xl,
div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container-xl,
.b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container-xl, div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container, .b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container,
div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container-fluid,
.b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container-fluid,
div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container-sm,
.b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container-sm,
div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container-md,
.b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container-md,
div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container-lg,
.b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container-lg,
div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container-xl,
.b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container-xl, .b-toaster #solid-app-container .navbar-expand-sm > .container, #solid-app-container .b-toaster .navbar-expand-sm > .container,
.b-toaster #solid-app-container .navbar-expand-sm > .container-fluid,
#solid-app-container .b-toaster .navbar-expand-sm > .container-fluid,
.b-toaster #solid-app-container .navbar-expand-sm > .container-sm,
#solid-app-container .b-toaster .navbar-expand-sm > .container-sm,
.b-toaster #solid-app-container div[id*=_modal_outer_] .navbar-expand-sm > .container-sm,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container-sm,
#solid-app-container .b-toaster .navbar-expand-sm > .container-sm,
.b-toaster #solid-app-container .navbar-expand-sm > .container-md,
#solid-app-container .b-toaster .navbar-expand-sm > .container-md,
.b-toaster #solid-app-container div[id*=_modal_outer_] .navbar-expand-sm > .container-md,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container-md,
#solid-app-container .b-toaster .navbar-expand-sm > .container-md,
.b-toaster #solid-app-container .navbar-expand-sm > .container-lg,
#solid-app-container .b-toaster .navbar-expand-sm > .container-lg,
.b-toaster #solid-app-container div[id*=_modal_outer_] .navbar-expand-sm > .container-lg,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container-lg,
#solid-app-container .b-toaster .navbar-expand-sm > .container-lg,
.b-toaster #solid-app-container .navbar-expand-sm > .container-xl,
#solid-app-container .b-toaster .navbar-expand-sm > .container-xl,
.b-toaster #solid-app-container div[id*=_modal_outer_] .navbar-expand-sm > .container-xl,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container-xl,
#solid-app-container .b-toaster .navbar-expand-sm > .container-xl, .b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container, div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container,
.b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container-fluid,
div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container-fluid,
.b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container-sm,
div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container-sm,
div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container-sm,
.b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container-sm,
.b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container-md,
div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container-md,
div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container-md,
.b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container-md,
.b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container-lg,
div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container-lg,
div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container-lg,
.b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container-lg,
.b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container-xl,
div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container-xl,
div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container-xl,
.b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container-xl, .b-toaster .navbar-expand-sm > .container,
.b-toaster .navbar-expand-sm > .container-fluid,
.b-toaster .navbar-expand-sm > .container-sm,
.b-toaster .navbar-expand-sm > .container-md,
.b-toaster .navbar-expand-sm > .container-lg,
.b-toaster .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  #solid-app-container .navbar-expand-sm, div[id*=_modal_outer_] .navbar-expand-sm, .b-toaster .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  #solid-app-container .navbar-expand-sm .navbar-nav, div[id*=_modal_outer_] .navbar-expand-sm .navbar-nav, .b-toaster .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  #solid-app-container .navbar-expand-sm .navbar-nav .dropdown-menu, div[id*=_modal_outer_] .navbar-expand-sm .navbar-nav .dropdown-menu, .b-toaster .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  #solid-app-container .navbar-expand-sm .navbar-nav .nav-link, div[id*=_modal_outer_] .navbar-expand-sm .navbar-nav .nav-link, .b-toaster .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  #solid-app-container .navbar-expand-sm > .container,
#solid-app-container .navbar-expand-sm > .container-fluid,
#solid-app-container .navbar-expand-sm > .container-sm,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-sm > .container-sm,
#solid-app-container .b-toaster .navbar-expand-sm > .container-sm,
#solid-app-container .navbar-expand-sm > .container-md,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-sm > .container-md,
#solid-app-container .b-toaster .navbar-expand-sm > .container-md,
#solid-app-container .navbar-expand-sm > .container-lg,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-sm > .container-lg,
#solid-app-container .b-toaster .navbar-expand-sm > .container-lg,
#solid-app-container .navbar-expand-sm > .container-xl,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-sm > .container-xl,
#solid-app-container .b-toaster .navbar-expand-sm > .container-xl, #solid-app-container div[id*=_modal_outer_] .navbar-expand-sm > .container, div[id*=_modal_outer_] #solid-app-container .navbar-expand-sm > .container,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-sm > .container-fluid,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-sm > .container-fluid,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-sm > .container-sm,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-sm > .container-sm,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container-sm,
div[id*=_modal_outer_] .b-toaster #solid-app-container .navbar-expand-sm > .container-sm,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container-sm,
.b-toaster div[id*=_modal_outer_] #solid-app-container .navbar-expand-sm > .container-sm,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-sm > .container-md,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-sm > .container-md,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container-md,
div[id*=_modal_outer_] .b-toaster #solid-app-container .navbar-expand-sm > .container-md,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container-md,
.b-toaster div[id*=_modal_outer_] #solid-app-container .navbar-expand-sm > .container-md,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-sm > .container-lg,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-sm > .container-lg,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container-lg,
div[id*=_modal_outer_] .b-toaster #solid-app-container .navbar-expand-sm > .container-lg,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container-lg,
.b-toaster div[id*=_modal_outer_] #solid-app-container .navbar-expand-sm > .container-lg,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-sm > .container-xl,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-sm > .container-xl,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container-xl,
div[id*=_modal_outer_] .b-toaster #solid-app-container .navbar-expand-sm > .container-xl,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container-xl,
.b-toaster div[id*=_modal_outer_] #solid-app-container .navbar-expand-sm > .container-xl, #solid-app-container .b-toaster .navbar-expand-sm > .container, .b-toaster #solid-app-container .navbar-expand-sm > .container,
#solid-app-container .b-toaster .navbar-expand-sm > .container-fluid,
.b-toaster #solid-app-container .navbar-expand-sm > .container-fluid,
#solid-app-container .b-toaster .navbar-expand-sm > .container-sm,
.b-toaster #solid-app-container .navbar-expand-sm > .container-sm,
#solid-app-container .b-toaster .navbar-expand-sm > .container-md,
.b-toaster #solid-app-container .navbar-expand-sm > .container-md,
#solid-app-container .b-toaster .navbar-expand-sm > .container-lg,
.b-toaster #solid-app-container .navbar-expand-sm > .container-lg,
#solid-app-container .b-toaster .navbar-expand-sm > .container-xl,
.b-toaster #solid-app-container .navbar-expand-sm > .container-xl, div[id*=_modal_outer_] #solid-app-container .navbar-expand-sm > .container, #solid-app-container div[id*=_modal_outer_] .navbar-expand-sm > .container,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-sm > .container-fluid,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-sm > .container-fluid,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-sm > .container-sm,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-sm > .container-sm,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-sm > .container-sm,
div[id*=_modal_outer_] #solid-app-container .b-toaster .navbar-expand-sm > .container-sm,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container-sm,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-sm > .container-md,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-sm > .container-md,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-sm > .container-md,
div[id*=_modal_outer_] #solid-app-container .b-toaster .navbar-expand-sm > .container-md,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container-md,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-sm > .container-lg,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-sm > .container-lg,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-sm > .container-lg,
div[id*=_modal_outer_] #solid-app-container .b-toaster .navbar-expand-sm > .container-lg,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container-lg,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-sm > .container-xl,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-sm > .container-xl,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-sm > .container-xl,
div[id*=_modal_outer_] #solid-app-container .b-toaster .navbar-expand-sm > .container-xl,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container-xl, div[id*=_modal_outer_] .navbar-expand-sm > .container,
div[id*=_modal_outer_] .navbar-expand-sm > .container-fluid,
div[id*=_modal_outer_] .navbar-expand-sm > .container-sm,
div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container-sm,
.b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container-sm,
div[id*=_modal_outer_] .navbar-expand-sm > .container-md,
div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container-md,
.b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container-md,
div[id*=_modal_outer_] .navbar-expand-sm > .container-lg,
div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container-lg,
.b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container-lg,
div[id*=_modal_outer_] .navbar-expand-sm > .container-xl,
div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container-xl,
.b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container-xl, div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container, .b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container,
div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container-fluid,
.b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container-fluid,
div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container-sm,
.b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container-sm,
div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container-md,
.b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container-md,
div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container-lg,
.b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container-lg,
div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container-xl,
.b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container-xl, .b-toaster #solid-app-container .navbar-expand-sm > .container, #solid-app-container .b-toaster .navbar-expand-sm > .container,
.b-toaster #solid-app-container .navbar-expand-sm > .container-fluid,
#solid-app-container .b-toaster .navbar-expand-sm > .container-fluid,
.b-toaster #solid-app-container .navbar-expand-sm > .container-sm,
#solid-app-container .b-toaster .navbar-expand-sm > .container-sm,
.b-toaster #solid-app-container div[id*=_modal_outer_] .navbar-expand-sm > .container-sm,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container-sm,
#solid-app-container .b-toaster .navbar-expand-sm > .container-sm,
.b-toaster #solid-app-container .navbar-expand-sm > .container-md,
#solid-app-container .b-toaster .navbar-expand-sm > .container-md,
.b-toaster #solid-app-container div[id*=_modal_outer_] .navbar-expand-sm > .container-md,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container-md,
#solid-app-container .b-toaster .navbar-expand-sm > .container-md,
.b-toaster #solid-app-container .navbar-expand-sm > .container-lg,
#solid-app-container .b-toaster .navbar-expand-sm > .container-lg,
.b-toaster #solid-app-container div[id*=_modal_outer_] .navbar-expand-sm > .container-lg,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container-lg,
#solid-app-container .b-toaster .navbar-expand-sm > .container-lg,
.b-toaster #solid-app-container .navbar-expand-sm > .container-xl,
#solid-app-container .b-toaster .navbar-expand-sm > .container-xl,
.b-toaster #solid-app-container div[id*=_modal_outer_] .navbar-expand-sm > .container-xl,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container-xl,
#solid-app-container .b-toaster .navbar-expand-sm > .container-xl, .b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container, div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container,
.b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container-fluid,
div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container-fluid,
.b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container-sm,
div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container-sm,
div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container-sm,
.b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container-sm,
.b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container-md,
div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container-md,
div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container-md,
.b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container-md,
.b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container-lg,
div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container-lg,
div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container-lg,
.b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container-lg,
.b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container-xl,
div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container-xl,
div[id*=_modal_outer_] .b-toaster .navbar-expand-sm > .container-xl,
.b-toaster div[id*=_modal_outer_] .navbar-expand-sm > .container-xl, .b-toaster .navbar-expand-sm > .container,
.b-toaster .navbar-expand-sm > .container-fluid,
.b-toaster .navbar-expand-sm > .container-sm,
.b-toaster .navbar-expand-sm > .container-md,
.b-toaster .navbar-expand-sm > .container-lg,
.b-toaster .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  #solid-app-container .navbar-expand-sm .navbar-nav-scroll, div[id*=_modal_outer_] .navbar-expand-sm .navbar-nav-scroll, .b-toaster .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  #solid-app-container .navbar-expand-sm .navbar-collapse, div[id*=_modal_outer_] .navbar-expand-sm .navbar-collapse, .b-toaster .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  #solid-app-container .navbar-expand-sm .navbar-toggler, div[id*=_modal_outer_] .navbar-expand-sm .navbar-toggler, .b-toaster .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  #solid-app-container .navbar-expand-md > .container,
#solid-app-container .navbar-expand-md > .container-fluid,
#solid-app-container .navbar-expand-md > .container-sm,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-md > .container-sm,
#solid-app-container .b-toaster .navbar-expand-md > .container-sm,
#solid-app-container .navbar-expand-md > .container-md,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-md > .container-md,
#solid-app-container .b-toaster .navbar-expand-md > .container-md,
#solid-app-container .navbar-expand-md > .container-lg,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-md > .container-lg,
#solid-app-container .b-toaster .navbar-expand-md > .container-lg,
#solid-app-container .navbar-expand-md > .container-xl,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-md > .container-xl,
#solid-app-container .b-toaster .navbar-expand-md > .container-xl, #solid-app-container div[id*=_modal_outer_] .navbar-expand-md > .container, div[id*=_modal_outer_] #solid-app-container .navbar-expand-md > .container,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-md > .container-fluid,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-md > .container-fluid,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-md > .container-sm,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-md > .container-sm,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container-sm,
div[id*=_modal_outer_] .b-toaster #solid-app-container .navbar-expand-md > .container-sm,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container-sm,
.b-toaster div[id*=_modal_outer_] #solid-app-container .navbar-expand-md > .container-sm,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-md > .container-md,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-md > .container-md,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container-md,
div[id*=_modal_outer_] .b-toaster #solid-app-container .navbar-expand-md > .container-md,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container-md,
.b-toaster div[id*=_modal_outer_] #solid-app-container .navbar-expand-md > .container-md,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-md > .container-lg,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-md > .container-lg,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container-lg,
div[id*=_modal_outer_] .b-toaster #solid-app-container .navbar-expand-md > .container-lg,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container-lg,
.b-toaster div[id*=_modal_outer_] #solid-app-container .navbar-expand-md > .container-lg,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-md > .container-xl,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-md > .container-xl,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container-xl,
div[id*=_modal_outer_] .b-toaster #solid-app-container .navbar-expand-md > .container-xl,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container-xl,
.b-toaster div[id*=_modal_outer_] #solid-app-container .navbar-expand-md > .container-xl, #solid-app-container .b-toaster .navbar-expand-md > .container, .b-toaster #solid-app-container .navbar-expand-md > .container,
#solid-app-container .b-toaster .navbar-expand-md > .container-fluid,
.b-toaster #solid-app-container .navbar-expand-md > .container-fluid,
#solid-app-container .b-toaster .navbar-expand-md > .container-sm,
.b-toaster #solid-app-container .navbar-expand-md > .container-sm,
#solid-app-container .b-toaster .navbar-expand-md > .container-md,
.b-toaster #solid-app-container .navbar-expand-md > .container-md,
#solid-app-container .b-toaster .navbar-expand-md > .container-lg,
.b-toaster #solid-app-container .navbar-expand-md > .container-lg,
#solid-app-container .b-toaster .navbar-expand-md > .container-xl,
.b-toaster #solid-app-container .navbar-expand-md > .container-xl, div[id*=_modal_outer_] #solid-app-container .navbar-expand-md > .container, #solid-app-container div[id*=_modal_outer_] .navbar-expand-md > .container,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-md > .container-fluid,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-md > .container-fluid,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-md > .container-sm,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-md > .container-sm,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-md > .container-sm,
div[id*=_modal_outer_] #solid-app-container .b-toaster .navbar-expand-md > .container-sm,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container-sm,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-md > .container-md,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-md > .container-md,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-md > .container-md,
div[id*=_modal_outer_] #solid-app-container .b-toaster .navbar-expand-md > .container-md,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container-md,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-md > .container-lg,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-md > .container-lg,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-md > .container-lg,
div[id*=_modal_outer_] #solid-app-container .b-toaster .navbar-expand-md > .container-lg,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container-lg,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-md > .container-xl,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-md > .container-xl,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-md > .container-xl,
div[id*=_modal_outer_] #solid-app-container .b-toaster .navbar-expand-md > .container-xl,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container-xl, div[id*=_modal_outer_] .navbar-expand-md > .container,
div[id*=_modal_outer_] .navbar-expand-md > .container-fluid,
div[id*=_modal_outer_] .navbar-expand-md > .container-sm,
div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container-sm,
.b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container-sm,
div[id*=_modal_outer_] .navbar-expand-md > .container-md,
div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container-md,
.b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container-md,
div[id*=_modal_outer_] .navbar-expand-md > .container-lg,
div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container-lg,
.b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container-lg,
div[id*=_modal_outer_] .navbar-expand-md > .container-xl,
div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container-xl,
.b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container-xl, div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container, .b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container,
div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container-fluid,
.b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container-fluid,
div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container-sm,
.b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container-sm,
div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container-md,
.b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container-md,
div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container-lg,
.b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container-lg,
div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container-xl,
.b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container-xl, .b-toaster #solid-app-container .navbar-expand-md > .container, #solid-app-container .b-toaster .navbar-expand-md > .container,
.b-toaster #solid-app-container .navbar-expand-md > .container-fluid,
#solid-app-container .b-toaster .navbar-expand-md > .container-fluid,
.b-toaster #solid-app-container .navbar-expand-md > .container-sm,
#solid-app-container .b-toaster .navbar-expand-md > .container-sm,
.b-toaster #solid-app-container div[id*=_modal_outer_] .navbar-expand-md > .container-sm,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container-sm,
#solid-app-container .b-toaster .navbar-expand-md > .container-sm,
.b-toaster #solid-app-container .navbar-expand-md > .container-md,
#solid-app-container .b-toaster .navbar-expand-md > .container-md,
.b-toaster #solid-app-container div[id*=_modal_outer_] .navbar-expand-md > .container-md,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container-md,
#solid-app-container .b-toaster .navbar-expand-md > .container-md,
.b-toaster #solid-app-container .navbar-expand-md > .container-lg,
#solid-app-container .b-toaster .navbar-expand-md > .container-lg,
.b-toaster #solid-app-container div[id*=_modal_outer_] .navbar-expand-md > .container-lg,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container-lg,
#solid-app-container .b-toaster .navbar-expand-md > .container-lg,
.b-toaster #solid-app-container .navbar-expand-md > .container-xl,
#solid-app-container .b-toaster .navbar-expand-md > .container-xl,
.b-toaster #solid-app-container div[id*=_modal_outer_] .navbar-expand-md > .container-xl,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container-xl,
#solid-app-container .b-toaster .navbar-expand-md > .container-xl, .b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container, div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container,
.b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container-fluid,
div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container-fluid,
.b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container-sm,
div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container-sm,
div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container-sm,
.b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container-sm,
.b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container-md,
div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container-md,
div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container-md,
.b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container-md,
.b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container-lg,
div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container-lg,
div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container-lg,
.b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container-lg,
.b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container-xl,
div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container-xl,
div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container-xl,
.b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container-xl, .b-toaster .navbar-expand-md > .container,
.b-toaster .navbar-expand-md > .container-fluid,
.b-toaster .navbar-expand-md > .container-sm,
.b-toaster .navbar-expand-md > .container-md,
.b-toaster .navbar-expand-md > .container-lg,
.b-toaster .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  #solid-app-container .navbar-expand-md, div[id*=_modal_outer_] .navbar-expand-md, .b-toaster .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  #solid-app-container .navbar-expand-md .navbar-nav, div[id*=_modal_outer_] .navbar-expand-md .navbar-nav, .b-toaster .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  #solid-app-container .navbar-expand-md .navbar-nav .dropdown-menu, div[id*=_modal_outer_] .navbar-expand-md .navbar-nav .dropdown-menu, .b-toaster .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  #solid-app-container .navbar-expand-md .navbar-nav .nav-link, div[id*=_modal_outer_] .navbar-expand-md .navbar-nav .nav-link, .b-toaster .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  #solid-app-container .navbar-expand-md > .container,
#solid-app-container .navbar-expand-md > .container-fluid,
#solid-app-container .navbar-expand-md > .container-sm,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-md > .container-sm,
#solid-app-container .b-toaster .navbar-expand-md > .container-sm,
#solid-app-container .navbar-expand-md > .container-md,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-md > .container-md,
#solid-app-container .b-toaster .navbar-expand-md > .container-md,
#solid-app-container .navbar-expand-md > .container-lg,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-md > .container-lg,
#solid-app-container .b-toaster .navbar-expand-md > .container-lg,
#solid-app-container .navbar-expand-md > .container-xl,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-md > .container-xl,
#solid-app-container .b-toaster .navbar-expand-md > .container-xl, #solid-app-container div[id*=_modal_outer_] .navbar-expand-md > .container, div[id*=_modal_outer_] #solid-app-container .navbar-expand-md > .container,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-md > .container-fluid,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-md > .container-fluid,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-md > .container-sm,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-md > .container-sm,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container-sm,
div[id*=_modal_outer_] .b-toaster #solid-app-container .navbar-expand-md > .container-sm,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container-sm,
.b-toaster div[id*=_modal_outer_] #solid-app-container .navbar-expand-md > .container-sm,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-md > .container-md,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-md > .container-md,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container-md,
div[id*=_modal_outer_] .b-toaster #solid-app-container .navbar-expand-md > .container-md,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container-md,
.b-toaster div[id*=_modal_outer_] #solid-app-container .navbar-expand-md > .container-md,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-md > .container-lg,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-md > .container-lg,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container-lg,
div[id*=_modal_outer_] .b-toaster #solid-app-container .navbar-expand-md > .container-lg,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container-lg,
.b-toaster div[id*=_modal_outer_] #solid-app-container .navbar-expand-md > .container-lg,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-md > .container-xl,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-md > .container-xl,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container-xl,
div[id*=_modal_outer_] .b-toaster #solid-app-container .navbar-expand-md > .container-xl,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container-xl,
.b-toaster div[id*=_modal_outer_] #solid-app-container .navbar-expand-md > .container-xl, #solid-app-container .b-toaster .navbar-expand-md > .container, .b-toaster #solid-app-container .navbar-expand-md > .container,
#solid-app-container .b-toaster .navbar-expand-md > .container-fluid,
.b-toaster #solid-app-container .navbar-expand-md > .container-fluid,
#solid-app-container .b-toaster .navbar-expand-md > .container-sm,
.b-toaster #solid-app-container .navbar-expand-md > .container-sm,
#solid-app-container .b-toaster .navbar-expand-md > .container-md,
.b-toaster #solid-app-container .navbar-expand-md > .container-md,
#solid-app-container .b-toaster .navbar-expand-md > .container-lg,
.b-toaster #solid-app-container .navbar-expand-md > .container-lg,
#solid-app-container .b-toaster .navbar-expand-md > .container-xl,
.b-toaster #solid-app-container .navbar-expand-md > .container-xl, div[id*=_modal_outer_] #solid-app-container .navbar-expand-md > .container, #solid-app-container div[id*=_modal_outer_] .navbar-expand-md > .container,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-md > .container-fluid,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-md > .container-fluid,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-md > .container-sm,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-md > .container-sm,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-md > .container-sm,
div[id*=_modal_outer_] #solid-app-container .b-toaster .navbar-expand-md > .container-sm,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container-sm,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-md > .container-md,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-md > .container-md,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-md > .container-md,
div[id*=_modal_outer_] #solid-app-container .b-toaster .navbar-expand-md > .container-md,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container-md,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-md > .container-lg,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-md > .container-lg,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-md > .container-lg,
div[id*=_modal_outer_] #solid-app-container .b-toaster .navbar-expand-md > .container-lg,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container-lg,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-md > .container-xl,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-md > .container-xl,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-md > .container-xl,
div[id*=_modal_outer_] #solid-app-container .b-toaster .navbar-expand-md > .container-xl,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container-xl, div[id*=_modal_outer_] .navbar-expand-md > .container,
div[id*=_modal_outer_] .navbar-expand-md > .container-fluid,
div[id*=_modal_outer_] .navbar-expand-md > .container-sm,
div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container-sm,
.b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container-sm,
div[id*=_modal_outer_] .navbar-expand-md > .container-md,
div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container-md,
.b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container-md,
div[id*=_modal_outer_] .navbar-expand-md > .container-lg,
div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container-lg,
.b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container-lg,
div[id*=_modal_outer_] .navbar-expand-md > .container-xl,
div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container-xl,
.b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container-xl, div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container, .b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container,
div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container-fluid,
.b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container-fluid,
div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container-sm,
.b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container-sm,
div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container-md,
.b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container-md,
div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container-lg,
.b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container-lg,
div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container-xl,
.b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container-xl, .b-toaster #solid-app-container .navbar-expand-md > .container, #solid-app-container .b-toaster .navbar-expand-md > .container,
.b-toaster #solid-app-container .navbar-expand-md > .container-fluid,
#solid-app-container .b-toaster .navbar-expand-md > .container-fluid,
.b-toaster #solid-app-container .navbar-expand-md > .container-sm,
#solid-app-container .b-toaster .navbar-expand-md > .container-sm,
.b-toaster #solid-app-container div[id*=_modal_outer_] .navbar-expand-md > .container-sm,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container-sm,
#solid-app-container .b-toaster .navbar-expand-md > .container-sm,
.b-toaster #solid-app-container .navbar-expand-md > .container-md,
#solid-app-container .b-toaster .navbar-expand-md > .container-md,
.b-toaster #solid-app-container div[id*=_modal_outer_] .navbar-expand-md > .container-md,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container-md,
#solid-app-container .b-toaster .navbar-expand-md > .container-md,
.b-toaster #solid-app-container .navbar-expand-md > .container-lg,
#solid-app-container .b-toaster .navbar-expand-md > .container-lg,
.b-toaster #solid-app-container div[id*=_modal_outer_] .navbar-expand-md > .container-lg,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container-lg,
#solid-app-container .b-toaster .navbar-expand-md > .container-lg,
.b-toaster #solid-app-container .navbar-expand-md > .container-xl,
#solid-app-container .b-toaster .navbar-expand-md > .container-xl,
.b-toaster #solid-app-container div[id*=_modal_outer_] .navbar-expand-md > .container-xl,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container-xl,
#solid-app-container .b-toaster .navbar-expand-md > .container-xl, .b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container, div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container,
.b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container-fluid,
div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container-fluid,
.b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container-sm,
div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container-sm,
div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container-sm,
.b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container-sm,
.b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container-md,
div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container-md,
div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container-md,
.b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container-md,
.b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container-lg,
div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container-lg,
div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container-lg,
.b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container-lg,
.b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container-xl,
div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container-xl,
div[id*=_modal_outer_] .b-toaster .navbar-expand-md > .container-xl,
.b-toaster div[id*=_modal_outer_] .navbar-expand-md > .container-xl, .b-toaster .navbar-expand-md > .container,
.b-toaster .navbar-expand-md > .container-fluid,
.b-toaster .navbar-expand-md > .container-sm,
.b-toaster .navbar-expand-md > .container-md,
.b-toaster .navbar-expand-md > .container-lg,
.b-toaster .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  #solid-app-container .navbar-expand-md .navbar-nav-scroll, div[id*=_modal_outer_] .navbar-expand-md .navbar-nav-scroll, .b-toaster .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  #solid-app-container .navbar-expand-md .navbar-collapse, div[id*=_modal_outer_] .navbar-expand-md .navbar-collapse, .b-toaster .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  #solid-app-container .navbar-expand-md .navbar-toggler, div[id*=_modal_outer_] .navbar-expand-md .navbar-toggler, .b-toaster .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  #solid-app-container .navbar-expand-lg > .container,
#solid-app-container .navbar-expand-lg > .container-fluid,
#solid-app-container .navbar-expand-lg > .container-sm,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-lg > .container-sm,
#solid-app-container .b-toaster .navbar-expand-lg > .container-sm,
#solid-app-container .navbar-expand-lg > .container-md,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-lg > .container-md,
#solid-app-container .b-toaster .navbar-expand-lg > .container-md,
#solid-app-container .navbar-expand-lg > .container-lg,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-lg > .container-lg,
#solid-app-container .b-toaster .navbar-expand-lg > .container-lg,
#solid-app-container .navbar-expand-lg > .container-xl,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-lg > .container-xl,
#solid-app-container .b-toaster .navbar-expand-lg > .container-xl, #solid-app-container div[id*=_modal_outer_] .navbar-expand-lg > .container, div[id*=_modal_outer_] #solid-app-container .navbar-expand-lg > .container,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-lg > .container-fluid,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-lg > .container-fluid,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-lg > .container-sm,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-lg > .container-sm,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container-sm,
div[id*=_modal_outer_] .b-toaster #solid-app-container .navbar-expand-lg > .container-sm,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container-sm,
.b-toaster div[id*=_modal_outer_] #solid-app-container .navbar-expand-lg > .container-sm,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-lg > .container-md,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-lg > .container-md,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container-md,
div[id*=_modal_outer_] .b-toaster #solid-app-container .navbar-expand-lg > .container-md,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container-md,
.b-toaster div[id*=_modal_outer_] #solid-app-container .navbar-expand-lg > .container-md,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-lg > .container-lg,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-lg > .container-lg,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container-lg,
div[id*=_modal_outer_] .b-toaster #solid-app-container .navbar-expand-lg > .container-lg,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container-lg,
.b-toaster div[id*=_modal_outer_] #solid-app-container .navbar-expand-lg > .container-lg,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-lg > .container-xl,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-lg > .container-xl,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container-xl,
div[id*=_modal_outer_] .b-toaster #solid-app-container .navbar-expand-lg > .container-xl,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container-xl,
.b-toaster div[id*=_modal_outer_] #solid-app-container .navbar-expand-lg > .container-xl, #solid-app-container .b-toaster .navbar-expand-lg > .container, .b-toaster #solid-app-container .navbar-expand-lg > .container,
#solid-app-container .b-toaster .navbar-expand-lg > .container-fluid,
.b-toaster #solid-app-container .navbar-expand-lg > .container-fluid,
#solid-app-container .b-toaster .navbar-expand-lg > .container-sm,
.b-toaster #solid-app-container .navbar-expand-lg > .container-sm,
#solid-app-container .b-toaster .navbar-expand-lg > .container-md,
.b-toaster #solid-app-container .navbar-expand-lg > .container-md,
#solid-app-container .b-toaster .navbar-expand-lg > .container-lg,
.b-toaster #solid-app-container .navbar-expand-lg > .container-lg,
#solid-app-container .b-toaster .navbar-expand-lg > .container-xl,
.b-toaster #solid-app-container .navbar-expand-lg > .container-xl, div[id*=_modal_outer_] #solid-app-container .navbar-expand-lg > .container, #solid-app-container div[id*=_modal_outer_] .navbar-expand-lg > .container,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-lg > .container-fluid,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-lg > .container-fluid,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-lg > .container-sm,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-lg > .container-sm,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-lg > .container-sm,
div[id*=_modal_outer_] #solid-app-container .b-toaster .navbar-expand-lg > .container-sm,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container-sm,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-lg > .container-md,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-lg > .container-md,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-lg > .container-md,
div[id*=_modal_outer_] #solid-app-container .b-toaster .navbar-expand-lg > .container-md,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container-md,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-lg > .container-lg,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-lg > .container-lg,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-lg > .container-lg,
div[id*=_modal_outer_] #solid-app-container .b-toaster .navbar-expand-lg > .container-lg,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container-lg,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-lg > .container-xl,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-lg > .container-xl,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-lg > .container-xl,
div[id*=_modal_outer_] #solid-app-container .b-toaster .navbar-expand-lg > .container-xl,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container-xl, div[id*=_modal_outer_] .navbar-expand-lg > .container,
div[id*=_modal_outer_] .navbar-expand-lg > .container-fluid,
div[id*=_modal_outer_] .navbar-expand-lg > .container-sm,
div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container-sm,
.b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container-sm,
div[id*=_modal_outer_] .navbar-expand-lg > .container-md,
div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container-md,
.b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container-md,
div[id*=_modal_outer_] .navbar-expand-lg > .container-lg,
div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container-lg,
.b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container-lg,
div[id*=_modal_outer_] .navbar-expand-lg > .container-xl,
div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container-xl,
.b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container-xl, div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container, .b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container,
div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container-fluid,
.b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container-fluid,
div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container-sm,
.b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container-sm,
div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container-md,
.b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container-md,
div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container-lg,
.b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container-lg,
div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container-xl,
.b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container-xl, .b-toaster #solid-app-container .navbar-expand-lg > .container, #solid-app-container .b-toaster .navbar-expand-lg > .container,
.b-toaster #solid-app-container .navbar-expand-lg > .container-fluid,
#solid-app-container .b-toaster .navbar-expand-lg > .container-fluid,
.b-toaster #solid-app-container .navbar-expand-lg > .container-sm,
#solid-app-container .b-toaster .navbar-expand-lg > .container-sm,
.b-toaster #solid-app-container div[id*=_modal_outer_] .navbar-expand-lg > .container-sm,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container-sm,
#solid-app-container .b-toaster .navbar-expand-lg > .container-sm,
.b-toaster #solid-app-container .navbar-expand-lg > .container-md,
#solid-app-container .b-toaster .navbar-expand-lg > .container-md,
.b-toaster #solid-app-container div[id*=_modal_outer_] .navbar-expand-lg > .container-md,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container-md,
#solid-app-container .b-toaster .navbar-expand-lg > .container-md,
.b-toaster #solid-app-container .navbar-expand-lg > .container-lg,
#solid-app-container .b-toaster .navbar-expand-lg > .container-lg,
.b-toaster #solid-app-container div[id*=_modal_outer_] .navbar-expand-lg > .container-lg,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container-lg,
#solid-app-container .b-toaster .navbar-expand-lg > .container-lg,
.b-toaster #solid-app-container .navbar-expand-lg > .container-xl,
#solid-app-container .b-toaster .navbar-expand-lg > .container-xl,
.b-toaster #solid-app-container div[id*=_modal_outer_] .navbar-expand-lg > .container-xl,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container-xl,
#solid-app-container .b-toaster .navbar-expand-lg > .container-xl, .b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container, div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container,
.b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container-fluid,
div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container-fluid,
.b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container-sm,
div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container-sm,
div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container-sm,
.b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container-sm,
.b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container-md,
div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container-md,
div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container-md,
.b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container-md,
.b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container-lg,
div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container-lg,
div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container-lg,
.b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container-lg,
.b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container-xl,
div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container-xl,
div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container-xl,
.b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container-xl, .b-toaster .navbar-expand-lg > .container,
.b-toaster .navbar-expand-lg > .container-fluid,
.b-toaster .navbar-expand-lg > .container-sm,
.b-toaster .navbar-expand-lg > .container-md,
.b-toaster .navbar-expand-lg > .container-lg,
.b-toaster .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  #solid-app-container .navbar-expand-lg, div[id*=_modal_outer_] .navbar-expand-lg, .b-toaster .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  #solid-app-container .navbar-expand-lg .navbar-nav, div[id*=_modal_outer_] .navbar-expand-lg .navbar-nav, .b-toaster .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  #solid-app-container .navbar-expand-lg .navbar-nav .dropdown-menu, div[id*=_modal_outer_] .navbar-expand-lg .navbar-nav .dropdown-menu, .b-toaster .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  #solid-app-container .navbar-expand-lg .navbar-nav .nav-link, div[id*=_modal_outer_] .navbar-expand-lg .navbar-nav .nav-link, .b-toaster .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  #solid-app-container .navbar-expand-lg > .container,
#solid-app-container .navbar-expand-lg > .container-fluid,
#solid-app-container .navbar-expand-lg > .container-sm,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-lg > .container-sm,
#solid-app-container .b-toaster .navbar-expand-lg > .container-sm,
#solid-app-container .navbar-expand-lg > .container-md,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-lg > .container-md,
#solid-app-container .b-toaster .navbar-expand-lg > .container-md,
#solid-app-container .navbar-expand-lg > .container-lg,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-lg > .container-lg,
#solid-app-container .b-toaster .navbar-expand-lg > .container-lg,
#solid-app-container .navbar-expand-lg > .container-xl,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-lg > .container-xl,
#solid-app-container .b-toaster .navbar-expand-lg > .container-xl, #solid-app-container div[id*=_modal_outer_] .navbar-expand-lg > .container, div[id*=_modal_outer_] #solid-app-container .navbar-expand-lg > .container,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-lg > .container-fluid,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-lg > .container-fluid,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-lg > .container-sm,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-lg > .container-sm,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container-sm,
div[id*=_modal_outer_] .b-toaster #solid-app-container .navbar-expand-lg > .container-sm,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container-sm,
.b-toaster div[id*=_modal_outer_] #solid-app-container .navbar-expand-lg > .container-sm,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-lg > .container-md,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-lg > .container-md,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container-md,
div[id*=_modal_outer_] .b-toaster #solid-app-container .navbar-expand-lg > .container-md,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container-md,
.b-toaster div[id*=_modal_outer_] #solid-app-container .navbar-expand-lg > .container-md,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-lg > .container-lg,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-lg > .container-lg,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container-lg,
div[id*=_modal_outer_] .b-toaster #solid-app-container .navbar-expand-lg > .container-lg,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container-lg,
.b-toaster div[id*=_modal_outer_] #solid-app-container .navbar-expand-lg > .container-lg,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-lg > .container-xl,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-lg > .container-xl,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container-xl,
div[id*=_modal_outer_] .b-toaster #solid-app-container .navbar-expand-lg > .container-xl,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container-xl,
.b-toaster div[id*=_modal_outer_] #solid-app-container .navbar-expand-lg > .container-xl, #solid-app-container .b-toaster .navbar-expand-lg > .container, .b-toaster #solid-app-container .navbar-expand-lg > .container,
#solid-app-container .b-toaster .navbar-expand-lg > .container-fluid,
.b-toaster #solid-app-container .navbar-expand-lg > .container-fluid,
#solid-app-container .b-toaster .navbar-expand-lg > .container-sm,
.b-toaster #solid-app-container .navbar-expand-lg > .container-sm,
#solid-app-container .b-toaster .navbar-expand-lg > .container-md,
.b-toaster #solid-app-container .navbar-expand-lg > .container-md,
#solid-app-container .b-toaster .navbar-expand-lg > .container-lg,
.b-toaster #solid-app-container .navbar-expand-lg > .container-lg,
#solid-app-container .b-toaster .navbar-expand-lg > .container-xl,
.b-toaster #solid-app-container .navbar-expand-lg > .container-xl, div[id*=_modal_outer_] #solid-app-container .navbar-expand-lg > .container, #solid-app-container div[id*=_modal_outer_] .navbar-expand-lg > .container,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-lg > .container-fluid,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-lg > .container-fluid,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-lg > .container-sm,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-lg > .container-sm,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-lg > .container-sm,
div[id*=_modal_outer_] #solid-app-container .b-toaster .navbar-expand-lg > .container-sm,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container-sm,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-lg > .container-md,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-lg > .container-md,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-lg > .container-md,
div[id*=_modal_outer_] #solid-app-container .b-toaster .navbar-expand-lg > .container-md,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container-md,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-lg > .container-lg,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-lg > .container-lg,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-lg > .container-lg,
div[id*=_modal_outer_] #solid-app-container .b-toaster .navbar-expand-lg > .container-lg,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container-lg,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-lg > .container-xl,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-lg > .container-xl,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-lg > .container-xl,
div[id*=_modal_outer_] #solid-app-container .b-toaster .navbar-expand-lg > .container-xl,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container-xl, div[id*=_modal_outer_] .navbar-expand-lg > .container,
div[id*=_modal_outer_] .navbar-expand-lg > .container-fluid,
div[id*=_modal_outer_] .navbar-expand-lg > .container-sm,
div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container-sm,
.b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container-sm,
div[id*=_modal_outer_] .navbar-expand-lg > .container-md,
div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container-md,
.b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container-md,
div[id*=_modal_outer_] .navbar-expand-lg > .container-lg,
div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container-lg,
.b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container-lg,
div[id*=_modal_outer_] .navbar-expand-lg > .container-xl,
div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container-xl,
.b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container-xl, div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container, .b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container,
div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container-fluid,
.b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container-fluid,
div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container-sm,
.b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container-sm,
div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container-md,
.b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container-md,
div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container-lg,
.b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container-lg,
div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container-xl,
.b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container-xl, .b-toaster #solid-app-container .navbar-expand-lg > .container, #solid-app-container .b-toaster .navbar-expand-lg > .container,
.b-toaster #solid-app-container .navbar-expand-lg > .container-fluid,
#solid-app-container .b-toaster .navbar-expand-lg > .container-fluid,
.b-toaster #solid-app-container .navbar-expand-lg > .container-sm,
#solid-app-container .b-toaster .navbar-expand-lg > .container-sm,
.b-toaster #solid-app-container div[id*=_modal_outer_] .navbar-expand-lg > .container-sm,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container-sm,
#solid-app-container .b-toaster .navbar-expand-lg > .container-sm,
.b-toaster #solid-app-container .navbar-expand-lg > .container-md,
#solid-app-container .b-toaster .navbar-expand-lg > .container-md,
.b-toaster #solid-app-container div[id*=_modal_outer_] .navbar-expand-lg > .container-md,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container-md,
#solid-app-container .b-toaster .navbar-expand-lg > .container-md,
.b-toaster #solid-app-container .navbar-expand-lg > .container-lg,
#solid-app-container .b-toaster .navbar-expand-lg > .container-lg,
.b-toaster #solid-app-container div[id*=_modal_outer_] .navbar-expand-lg > .container-lg,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container-lg,
#solid-app-container .b-toaster .navbar-expand-lg > .container-lg,
.b-toaster #solid-app-container .navbar-expand-lg > .container-xl,
#solid-app-container .b-toaster .navbar-expand-lg > .container-xl,
.b-toaster #solid-app-container div[id*=_modal_outer_] .navbar-expand-lg > .container-xl,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container-xl,
#solid-app-container .b-toaster .navbar-expand-lg > .container-xl, .b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container, div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container,
.b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container-fluid,
div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container-fluid,
.b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container-sm,
div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container-sm,
div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container-sm,
.b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container-sm,
.b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container-md,
div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container-md,
div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container-md,
.b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container-md,
.b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container-lg,
div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container-lg,
div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container-lg,
.b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container-lg,
.b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container-xl,
div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container-xl,
div[id*=_modal_outer_] .b-toaster .navbar-expand-lg > .container-xl,
.b-toaster div[id*=_modal_outer_] .navbar-expand-lg > .container-xl, .b-toaster .navbar-expand-lg > .container,
.b-toaster .navbar-expand-lg > .container-fluid,
.b-toaster .navbar-expand-lg > .container-sm,
.b-toaster .navbar-expand-lg > .container-md,
.b-toaster .navbar-expand-lg > .container-lg,
.b-toaster .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  #solid-app-container .navbar-expand-lg .navbar-nav-scroll, div[id*=_modal_outer_] .navbar-expand-lg .navbar-nav-scroll, .b-toaster .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  #solid-app-container .navbar-expand-lg .navbar-collapse, div[id*=_modal_outer_] .navbar-expand-lg .navbar-collapse, .b-toaster .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  #solid-app-container .navbar-expand-lg .navbar-toggler, div[id*=_modal_outer_] .navbar-expand-lg .navbar-toggler, .b-toaster .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  #solid-app-container .navbar-expand-xl > .container,
#solid-app-container .navbar-expand-xl > .container-fluid,
#solid-app-container .navbar-expand-xl > .container-sm,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-xl > .container-sm,
#solid-app-container .b-toaster .navbar-expand-xl > .container-sm,
#solid-app-container .navbar-expand-xl > .container-md,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-xl > .container-md,
#solid-app-container .b-toaster .navbar-expand-xl > .container-md,
#solid-app-container .navbar-expand-xl > .container-lg,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-xl > .container-lg,
#solid-app-container .b-toaster .navbar-expand-xl > .container-lg,
#solid-app-container .navbar-expand-xl > .container-xl,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-xl > .container-xl,
#solid-app-container .b-toaster .navbar-expand-xl > .container-xl, #solid-app-container div[id*=_modal_outer_] .navbar-expand-xl > .container, div[id*=_modal_outer_] #solid-app-container .navbar-expand-xl > .container,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-xl > .container-fluid,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-xl > .container-fluid,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-xl > .container-sm,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-xl > .container-sm,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container-sm,
div[id*=_modal_outer_] .b-toaster #solid-app-container .navbar-expand-xl > .container-sm,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container-sm,
.b-toaster div[id*=_modal_outer_] #solid-app-container .navbar-expand-xl > .container-sm,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-xl > .container-md,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-xl > .container-md,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container-md,
div[id*=_modal_outer_] .b-toaster #solid-app-container .navbar-expand-xl > .container-md,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container-md,
.b-toaster div[id*=_modal_outer_] #solid-app-container .navbar-expand-xl > .container-md,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-xl > .container-lg,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-xl > .container-lg,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container-lg,
div[id*=_modal_outer_] .b-toaster #solid-app-container .navbar-expand-xl > .container-lg,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container-lg,
.b-toaster div[id*=_modal_outer_] #solid-app-container .navbar-expand-xl > .container-lg,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-xl > .container-xl,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-xl > .container-xl,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container-xl,
div[id*=_modal_outer_] .b-toaster #solid-app-container .navbar-expand-xl > .container-xl,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container-xl,
.b-toaster div[id*=_modal_outer_] #solid-app-container .navbar-expand-xl > .container-xl, #solid-app-container .b-toaster .navbar-expand-xl > .container, .b-toaster #solid-app-container .navbar-expand-xl > .container,
#solid-app-container .b-toaster .navbar-expand-xl > .container-fluid,
.b-toaster #solid-app-container .navbar-expand-xl > .container-fluid,
#solid-app-container .b-toaster .navbar-expand-xl > .container-sm,
.b-toaster #solid-app-container .navbar-expand-xl > .container-sm,
#solid-app-container .b-toaster .navbar-expand-xl > .container-md,
.b-toaster #solid-app-container .navbar-expand-xl > .container-md,
#solid-app-container .b-toaster .navbar-expand-xl > .container-lg,
.b-toaster #solid-app-container .navbar-expand-xl > .container-lg,
#solid-app-container .b-toaster .navbar-expand-xl > .container-xl,
.b-toaster #solid-app-container .navbar-expand-xl > .container-xl, div[id*=_modal_outer_] #solid-app-container .navbar-expand-xl > .container, #solid-app-container div[id*=_modal_outer_] .navbar-expand-xl > .container,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-xl > .container-fluid,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-xl > .container-fluid,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-xl > .container-sm,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-xl > .container-sm,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-xl > .container-sm,
div[id*=_modal_outer_] #solid-app-container .b-toaster .navbar-expand-xl > .container-sm,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container-sm,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-xl > .container-md,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-xl > .container-md,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-xl > .container-md,
div[id*=_modal_outer_] #solid-app-container .b-toaster .navbar-expand-xl > .container-md,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container-md,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-xl > .container-lg,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-xl > .container-lg,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-xl > .container-lg,
div[id*=_modal_outer_] #solid-app-container .b-toaster .navbar-expand-xl > .container-lg,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container-lg,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-xl > .container-xl,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-xl > .container-xl,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-xl > .container-xl,
div[id*=_modal_outer_] #solid-app-container .b-toaster .navbar-expand-xl > .container-xl,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container-xl, div[id*=_modal_outer_] .navbar-expand-xl > .container,
div[id*=_modal_outer_] .navbar-expand-xl > .container-fluid,
div[id*=_modal_outer_] .navbar-expand-xl > .container-sm,
div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container-sm,
.b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container-sm,
div[id*=_modal_outer_] .navbar-expand-xl > .container-md,
div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container-md,
.b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container-md,
div[id*=_modal_outer_] .navbar-expand-xl > .container-lg,
div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container-lg,
.b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container-lg,
div[id*=_modal_outer_] .navbar-expand-xl > .container-xl,
div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container-xl,
.b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container-xl, div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container, .b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container,
div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container-fluid,
.b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container-fluid,
div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container-sm,
.b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container-sm,
div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container-md,
.b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container-md,
div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container-lg,
.b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container-lg,
div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container-xl,
.b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container-xl, .b-toaster #solid-app-container .navbar-expand-xl > .container, #solid-app-container .b-toaster .navbar-expand-xl > .container,
.b-toaster #solid-app-container .navbar-expand-xl > .container-fluid,
#solid-app-container .b-toaster .navbar-expand-xl > .container-fluid,
.b-toaster #solid-app-container .navbar-expand-xl > .container-sm,
#solid-app-container .b-toaster .navbar-expand-xl > .container-sm,
.b-toaster #solid-app-container div[id*=_modal_outer_] .navbar-expand-xl > .container-sm,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container-sm,
#solid-app-container .b-toaster .navbar-expand-xl > .container-sm,
.b-toaster #solid-app-container .navbar-expand-xl > .container-md,
#solid-app-container .b-toaster .navbar-expand-xl > .container-md,
.b-toaster #solid-app-container div[id*=_modal_outer_] .navbar-expand-xl > .container-md,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container-md,
#solid-app-container .b-toaster .navbar-expand-xl > .container-md,
.b-toaster #solid-app-container .navbar-expand-xl > .container-lg,
#solid-app-container .b-toaster .navbar-expand-xl > .container-lg,
.b-toaster #solid-app-container div[id*=_modal_outer_] .navbar-expand-xl > .container-lg,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container-lg,
#solid-app-container .b-toaster .navbar-expand-xl > .container-lg,
.b-toaster #solid-app-container .navbar-expand-xl > .container-xl,
#solid-app-container .b-toaster .navbar-expand-xl > .container-xl,
.b-toaster #solid-app-container div[id*=_modal_outer_] .navbar-expand-xl > .container-xl,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container-xl,
#solid-app-container .b-toaster .navbar-expand-xl > .container-xl, .b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container, div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container,
.b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container-fluid,
div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container-fluid,
.b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container-sm,
div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container-sm,
div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container-sm,
.b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container-sm,
.b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container-md,
div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container-md,
div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container-md,
.b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container-md,
.b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container-lg,
div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container-lg,
div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container-lg,
.b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container-lg,
.b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container-xl,
div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container-xl,
div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container-xl,
.b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container-xl, .b-toaster .navbar-expand-xl > .container,
.b-toaster .navbar-expand-xl > .container-fluid,
.b-toaster .navbar-expand-xl > .container-sm,
.b-toaster .navbar-expand-xl > .container-md,
.b-toaster .navbar-expand-xl > .container-lg,
.b-toaster .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  #solid-app-container .navbar-expand-xl, div[id*=_modal_outer_] .navbar-expand-xl, .b-toaster .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  #solid-app-container .navbar-expand-xl .navbar-nav, div[id*=_modal_outer_] .navbar-expand-xl .navbar-nav, .b-toaster .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  #solid-app-container .navbar-expand-xl .navbar-nav .dropdown-menu, div[id*=_modal_outer_] .navbar-expand-xl .navbar-nav .dropdown-menu, .b-toaster .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  #solid-app-container .navbar-expand-xl .navbar-nav .nav-link, div[id*=_modal_outer_] .navbar-expand-xl .navbar-nav .nav-link, .b-toaster .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  #solid-app-container .navbar-expand-xl > .container,
#solid-app-container .navbar-expand-xl > .container-fluid,
#solid-app-container .navbar-expand-xl > .container-sm,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-xl > .container-sm,
#solid-app-container .b-toaster .navbar-expand-xl > .container-sm,
#solid-app-container .navbar-expand-xl > .container-md,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-xl > .container-md,
#solid-app-container .b-toaster .navbar-expand-xl > .container-md,
#solid-app-container .navbar-expand-xl > .container-lg,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-xl > .container-lg,
#solid-app-container .b-toaster .navbar-expand-xl > .container-lg,
#solid-app-container .navbar-expand-xl > .container-xl,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-xl > .container-xl,
#solid-app-container .b-toaster .navbar-expand-xl > .container-xl, #solid-app-container div[id*=_modal_outer_] .navbar-expand-xl > .container, div[id*=_modal_outer_] #solid-app-container .navbar-expand-xl > .container,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-xl > .container-fluid,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-xl > .container-fluid,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-xl > .container-sm,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-xl > .container-sm,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container-sm,
div[id*=_modal_outer_] .b-toaster #solid-app-container .navbar-expand-xl > .container-sm,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container-sm,
.b-toaster div[id*=_modal_outer_] #solid-app-container .navbar-expand-xl > .container-sm,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-xl > .container-md,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-xl > .container-md,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container-md,
div[id*=_modal_outer_] .b-toaster #solid-app-container .navbar-expand-xl > .container-md,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container-md,
.b-toaster div[id*=_modal_outer_] #solid-app-container .navbar-expand-xl > .container-md,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-xl > .container-lg,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-xl > .container-lg,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container-lg,
div[id*=_modal_outer_] .b-toaster #solid-app-container .navbar-expand-xl > .container-lg,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container-lg,
.b-toaster div[id*=_modal_outer_] #solid-app-container .navbar-expand-xl > .container-lg,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-xl > .container-xl,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-xl > .container-xl,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container-xl,
div[id*=_modal_outer_] .b-toaster #solid-app-container .navbar-expand-xl > .container-xl,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container-xl,
.b-toaster div[id*=_modal_outer_] #solid-app-container .navbar-expand-xl > .container-xl, #solid-app-container .b-toaster .navbar-expand-xl > .container, .b-toaster #solid-app-container .navbar-expand-xl > .container,
#solid-app-container .b-toaster .navbar-expand-xl > .container-fluid,
.b-toaster #solid-app-container .navbar-expand-xl > .container-fluid,
#solid-app-container .b-toaster .navbar-expand-xl > .container-sm,
.b-toaster #solid-app-container .navbar-expand-xl > .container-sm,
#solid-app-container .b-toaster .navbar-expand-xl > .container-md,
.b-toaster #solid-app-container .navbar-expand-xl > .container-md,
#solid-app-container .b-toaster .navbar-expand-xl > .container-lg,
.b-toaster #solid-app-container .navbar-expand-xl > .container-lg,
#solid-app-container .b-toaster .navbar-expand-xl > .container-xl,
.b-toaster #solid-app-container .navbar-expand-xl > .container-xl, div[id*=_modal_outer_] #solid-app-container .navbar-expand-xl > .container, #solid-app-container div[id*=_modal_outer_] .navbar-expand-xl > .container,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-xl > .container-fluid,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-xl > .container-fluid,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-xl > .container-sm,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-xl > .container-sm,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-xl > .container-sm,
div[id*=_modal_outer_] #solid-app-container .b-toaster .navbar-expand-xl > .container-sm,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container-sm,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-xl > .container-md,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-xl > .container-md,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-xl > .container-md,
div[id*=_modal_outer_] #solid-app-container .b-toaster .navbar-expand-xl > .container-md,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container-md,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-xl > .container-lg,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-xl > .container-lg,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-xl > .container-lg,
div[id*=_modal_outer_] #solid-app-container .b-toaster .navbar-expand-xl > .container-lg,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container-lg,
div[id*=_modal_outer_] #solid-app-container .navbar-expand-xl > .container-xl,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-xl > .container-xl,
#solid-app-container div[id*=_modal_outer_] .navbar-expand-xl > .container-xl,
div[id*=_modal_outer_] #solid-app-container .b-toaster .navbar-expand-xl > .container-xl,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container-xl, div[id*=_modal_outer_] .navbar-expand-xl > .container,
div[id*=_modal_outer_] .navbar-expand-xl > .container-fluid,
div[id*=_modal_outer_] .navbar-expand-xl > .container-sm,
div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container-sm,
.b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container-sm,
div[id*=_modal_outer_] .navbar-expand-xl > .container-md,
div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container-md,
.b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container-md,
div[id*=_modal_outer_] .navbar-expand-xl > .container-lg,
div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container-lg,
.b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container-lg,
div[id*=_modal_outer_] .navbar-expand-xl > .container-xl,
div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container-xl,
.b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container-xl, div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container, .b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container,
div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container-fluid,
.b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container-fluid,
div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container-sm,
.b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container-sm,
div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container-md,
.b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container-md,
div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container-lg,
.b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container-lg,
div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container-xl,
.b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container-xl, .b-toaster #solid-app-container .navbar-expand-xl > .container, #solid-app-container .b-toaster .navbar-expand-xl > .container,
.b-toaster #solid-app-container .navbar-expand-xl > .container-fluid,
#solid-app-container .b-toaster .navbar-expand-xl > .container-fluid,
.b-toaster #solid-app-container .navbar-expand-xl > .container-sm,
#solid-app-container .b-toaster .navbar-expand-xl > .container-sm,
.b-toaster #solid-app-container div[id*=_modal_outer_] .navbar-expand-xl > .container-sm,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container-sm,
#solid-app-container .b-toaster .navbar-expand-xl > .container-sm,
.b-toaster #solid-app-container .navbar-expand-xl > .container-md,
#solid-app-container .b-toaster .navbar-expand-xl > .container-md,
.b-toaster #solid-app-container div[id*=_modal_outer_] .navbar-expand-xl > .container-md,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container-md,
#solid-app-container .b-toaster .navbar-expand-xl > .container-md,
.b-toaster #solid-app-container .navbar-expand-xl > .container-lg,
#solid-app-container .b-toaster .navbar-expand-xl > .container-lg,
.b-toaster #solid-app-container div[id*=_modal_outer_] .navbar-expand-xl > .container-lg,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container-lg,
#solid-app-container .b-toaster .navbar-expand-xl > .container-lg,
.b-toaster #solid-app-container .navbar-expand-xl > .container-xl,
#solid-app-container .b-toaster .navbar-expand-xl > .container-xl,
.b-toaster #solid-app-container div[id*=_modal_outer_] .navbar-expand-xl > .container-xl,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container-xl,
#solid-app-container .b-toaster .navbar-expand-xl > .container-xl, .b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container, div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container,
.b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container-fluid,
div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container-fluid,
.b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container-sm,
div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container-sm,
div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container-sm,
.b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container-sm,
.b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container-md,
div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container-md,
div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container-md,
.b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container-md,
.b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container-lg,
div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container-lg,
div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container-lg,
.b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container-lg,
.b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container-xl,
div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container-xl,
div[id*=_modal_outer_] .b-toaster .navbar-expand-xl > .container-xl,
.b-toaster div[id*=_modal_outer_] .navbar-expand-xl > .container-xl, .b-toaster .navbar-expand-xl > .container,
.b-toaster .navbar-expand-xl > .container-fluid,
.b-toaster .navbar-expand-xl > .container-sm,
.b-toaster .navbar-expand-xl > .container-md,
.b-toaster .navbar-expand-xl > .container-lg,
.b-toaster .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  #solid-app-container .navbar-expand-xl .navbar-nav-scroll, div[id*=_modal_outer_] .navbar-expand-xl .navbar-nav-scroll, .b-toaster .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  #solid-app-container .navbar-expand-xl .navbar-collapse, div[id*=_modal_outer_] .navbar-expand-xl .navbar-collapse, .b-toaster .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  #solid-app-container .navbar-expand-xl .navbar-toggler, div[id*=_modal_outer_] .navbar-expand-xl .navbar-toggler, .b-toaster .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
#solid-app-container .navbar-expand, div[id*=_modal_outer_] .navbar-expand, .b-toaster .navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
#solid-app-container .navbar-expand > .container,
#solid-app-container .navbar-expand > .container-fluid,
#solid-app-container .navbar-expand > .container-sm,
#solid-app-container div[id*=_modal_outer_] .navbar-expand > .container-sm,
#solid-app-container .b-toaster .navbar-expand > .container-sm,
#solid-app-container .navbar-expand > .container-md,
#solid-app-container div[id*=_modal_outer_] .navbar-expand > .container-md,
#solid-app-container .b-toaster .navbar-expand > .container-md,
#solid-app-container .navbar-expand > .container-lg,
#solid-app-container div[id*=_modal_outer_] .navbar-expand > .container-lg,
#solid-app-container .b-toaster .navbar-expand > .container-lg,
#solid-app-container .navbar-expand > .container-xl,
#solid-app-container div[id*=_modal_outer_] .navbar-expand > .container-xl,
#solid-app-container .b-toaster .navbar-expand > .container-xl, #solid-app-container div[id*=_modal_outer_] .navbar-expand > .container, div[id*=_modal_outer_] #solid-app-container .navbar-expand > .container,
#solid-app-container div[id*=_modal_outer_] .navbar-expand > .container-fluid,
div[id*=_modal_outer_] #solid-app-container .navbar-expand > .container-fluid,
#solid-app-container div[id*=_modal_outer_] .navbar-expand > .container-sm,
div[id*=_modal_outer_] #solid-app-container .navbar-expand > .container-sm,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand > .container-sm,
div[id*=_modal_outer_] .b-toaster #solid-app-container .navbar-expand > .container-sm,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand > .container-sm,
.b-toaster div[id*=_modal_outer_] #solid-app-container .navbar-expand > .container-sm,
#solid-app-container div[id*=_modal_outer_] .navbar-expand > .container-md,
div[id*=_modal_outer_] #solid-app-container .navbar-expand > .container-md,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand > .container-md,
div[id*=_modal_outer_] .b-toaster #solid-app-container .navbar-expand > .container-md,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand > .container-md,
.b-toaster div[id*=_modal_outer_] #solid-app-container .navbar-expand > .container-md,
#solid-app-container div[id*=_modal_outer_] .navbar-expand > .container-lg,
div[id*=_modal_outer_] #solid-app-container .navbar-expand > .container-lg,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand > .container-lg,
div[id*=_modal_outer_] .b-toaster #solid-app-container .navbar-expand > .container-lg,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand > .container-lg,
.b-toaster div[id*=_modal_outer_] #solid-app-container .navbar-expand > .container-lg,
#solid-app-container div[id*=_modal_outer_] .navbar-expand > .container-xl,
div[id*=_modal_outer_] #solid-app-container .navbar-expand > .container-xl,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand > .container-xl,
div[id*=_modal_outer_] .b-toaster #solid-app-container .navbar-expand > .container-xl,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand > .container-xl,
.b-toaster div[id*=_modal_outer_] #solid-app-container .navbar-expand > .container-xl, #solid-app-container .b-toaster .navbar-expand > .container, .b-toaster #solid-app-container .navbar-expand > .container,
#solid-app-container .b-toaster .navbar-expand > .container-fluid,
.b-toaster #solid-app-container .navbar-expand > .container-fluid,
#solid-app-container .b-toaster .navbar-expand > .container-sm,
.b-toaster #solid-app-container .navbar-expand > .container-sm,
#solid-app-container .b-toaster .navbar-expand > .container-md,
.b-toaster #solid-app-container .navbar-expand > .container-md,
#solid-app-container .b-toaster .navbar-expand > .container-lg,
.b-toaster #solid-app-container .navbar-expand > .container-lg,
#solid-app-container .b-toaster .navbar-expand > .container-xl,
.b-toaster #solid-app-container .navbar-expand > .container-xl, div[id*=_modal_outer_] #solid-app-container .navbar-expand > .container, #solid-app-container div[id*=_modal_outer_] .navbar-expand > .container,
div[id*=_modal_outer_] #solid-app-container .navbar-expand > .container-fluid,
#solid-app-container div[id*=_modal_outer_] .navbar-expand > .container-fluid,
div[id*=_modal_outer_] #solid-app-container .navbar-expand > .container-sm,
#solid-app-container div[id*=_modal_outer_] .navbar-expand > .container-sm,
#solid-app-container div[id*=_modal_outer_] .navbar-expand > .container-sm,
div[id*=_modal_outer_] #solid-app-container .b-toaster .navbar-expand > .container-sm,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand > .container-sm,
div[id*=_modal_outer_] #solid-app-container .navbar-expand > .container-md,
#solid-app-container div[id*=_modal_outer_] .navbar-expand > .container-md,
#solid-app-container div[id*=_modal_outer_] .navbar-expand > .container-md,
div[id*=_modal_outer_] #solid-app-container .b-toaster .navbar-expand > .container-md,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand > .container-md,
div[id*=_modal_outer_] #solid-app-container .navbar-expand > .container-lg,
#solid-app-container div[id*=_modal_outer_] .navbar-expand > .container-lg,
#solid-app-container div[id*=_modal_outer_] .navbar-expand > .container-lg,
div[id*=_modal_outer_] #solid-app-container .b-toaster .navbar-expand > .container-lg,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand > .container-lg,
div[id*=_modal_outer_] #solid-app-container .navbar-expand > .container-xl,
#solid-app-container div[id*=_modal_outer_] .navbar-expand > .container-xl,
#solid-app-container div[id*=_modal_outer_] .navbar-expand > .container-xl,
div[id*=_modal_outer_] #solid-app-container .b-toaster .navbar-expand > .container-xl,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand > .container-xl, div[id*=_modal_outer_] .navbar-expand > .container,
div[id*=_modal_outer_] .navbar-expand > .container-fluid,
div[id*=_modal_outer_] .navbar-expand > .container-sm,
div[id*=_modal_outer_] .b-toaster .navbar-expand > .container-sm,
.b-toaster div[id*=_modal_outer_] .navbar-expand > .container-sm,
div[id*=_modal_outer_] .navbar-expand > .container-md,
div[id*=_modal_outer_] .b-toaster .navbar-expand > .container-md,
.b-toaster div[id*=_modal_outer_] .navbar-expand > .container-md,
div[id*=_modal_outer_] .navbar-expand > .container-lg,
div[id*=_modal_outer_] .b-toaster .navbar-expand > .container-lg,
.b-toaster div[id*=_modal_outer_] .navbar-expand > .container-lg,
div[id*=_modal_outer_] .navbar-expand > .container-xl,
div[id*=_modal_outer_] .b-toaster .navbar-expand > .container-xl,
.b-toaster div[id*=_modal_outer_] .navbar-expand > .container-xl, div[id*=_modal_outer_] .b-toaster .navbar-expand > .container, .b-toaster div[id*=_modal_outer_] .navbar-expand > .container,
div[id*=_modal_outer_] .b-toaster .navbar-expand > .container-fluid,
.b-toaster div[id*=_modal_outer_] .navbar-expand > .container-fluid,
div[id*=_modal_outer_] .b-toaster .navbar-expand > .container-sm,
.b-toaster div[id*=_modal_outer_] .navbar-expand > .container-sm,
div[id*=_modal_outer_] .b-toaster .navbar-expand > .container-md,
.b-toaster div[id*=_modal_outer_] .navbar-expand > .container-md,
div[id*=_modal_outer_] .b-toaster .navbar-expand > .container-lg,
.b-toaster div[id*=_modal_outer_] .navbar-expand > .container-lg,
div[id*=_modal_outer_] .b-toaster .navbar-expand > .container-xl,
.b-toaster div[id*=_modal_outer_] .navbar-expand > .container-xl, .b-toaster #solid-app-container .navbar-expand > .container, #solid-app-container .b-toaster .navbar-expand > .container,
.b-toaster #solid-app-container .navbar-expand > .container-fluid,
#solid-app-container .b-toaster .navbar-expand > .container-fluid,
.b-toaster #solid-app-container .navbar-expand > .container-sm,
#solid-app-container .b-toaster .navbar-expand > .container-sm,
.b-toaster #solid-app-container div[id*=_modal_outer_] .navbar-expand > .container-sm,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand > .container-sm,
#solid-app-container .b-toaster .navbar-expand > .container-sm,
.b-toaster #solid-app-container .navbar-expand > .container-md,
#solid-app-container .b-toaster .navbar-expand > .container-md,
.b-toaster #solid-app-container div[id*=_modal_outer_] .navbar-expand > .container-md,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand > .container-md,
#solid-app-container .b-toaster .navbar-expand > .container-md,
.b-toaster #solid-app-container .navbar-expand > .container-lg,
#solid-app-container .b-toaster .navbar-expand > .container-lg,
.b-toaster #solid-app-container div[id*=_modal_outer_] .navbar-expand > .container-lg,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand > .container-lg,
#solid-app-container .b-toaster .navbar-expand > .container-lg,
.b-toaster #solid-app-container .navbar-expand > .container-xl,
#solid-app-container .b-toaster .navbar-expand > .container-xl,
.b-toaster #solid-app-container div[id*=_modal_outer_] .navbar-expand > .container-xl,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand > .container-xl,
#solid-app-container .b-toaster .navbar-expand > .container-xl, .b-toaster div[id*=_modal_outer_] .navbar-expand > .container, div[id*=_modal_outer_] .b-toaster .navbar-expand > .container,
.b-toaster div[id*=_modal_outer_] .navbar-expand > .container-fluid,
div[id*=_modal_outer_] .b-toaster .navbar-expand > .container-fluid,
.b-toaster div[id*=_modal_outer_] .navbar-expand > .container-sm,
div[id*=_modal_outer_] .b-toaster .navbar-expand > .container-sm,
div[id*=_modal_outer_] .b-toaster .navbar-expand > .container-sm,
.b-toaster div[id*=_modal_outer_] .navbar-expand > .container-sm,
.b-toaster div[id*=_modal_outer_] .navbar-expand > .container-md,
div[id*=_modal_outer_] .b-toaster .navbar-expand > .container-md,
div[id*=_modal_outer_] .b-toaster .navbar-expand > .container-md,
.b-toaster div[id*=_modal_outer_] .navbar-expand > .container-md,
.b-toaster div[id*=_modal_outer_] .navbar-expand > .container-lg,
div[id*=_modal_outer_] .b-toaster .navbar-expand > .container-lg,
div[id*=_modal_outer_] .b-toaster .navbar-expand > .container-lg,
.b-toaster div[id*=_modal_outer_] .navbar-expand > .container-lg,
.b-toaster div[id*=_modal_outer_] .navbar-expand > .container-xl,
div[id*=_modal_outer_] .b-toaster .navbar-expand > .container-xl,
div[id*=_modal_outer_] .b-toaster .navbar-expand > .container-xl,
.b-toaster div[id*=_modal_outer_] .navbar-expand > .container-xl, .b-toaster .navbar-expand > .container,
.b-toaster .navbar-expand > .container-fluid,
.b-toaster .navbar-expand > .container-sm,
.b-toaster .navbar-expand > .container-md,
.b-toaster .navbar-expand > .container-lg,
.b-toaster .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
#solid-app-container .navbar-expand .navbar-nav, div[id*=_modal_outer_] .navbar-expand .navbar-nav, .b-toaster .navbar-expand .navbar-nav {
  flex-direction: row;
}
#solid-app-container .navbar-expand .navbar-nav .dropdown-menu, div[id*=_modal_outer_] .navbar-expand .navbar-nav .dropdown-menu, .b-toaster .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
#solid-app-container .navbar-expand .navbar-nav .nav-link, div[id*=_modal_outer_] .navbar-expand .navbar-nav .nav-link, .b-toaster .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
#solid-app-container .navbar-expand > .container,
#solid-app-container .navbar-expand > .container-fluid,
#solid-app-container .navbar-expand > .container-sm,
#solid-app-container div[id*=_modal_outer_] .navbar-expand > .container-sm,
#solid-app-container .b-toaster .navbar-expand > .container-sm,
#solid-app-container .navbar-expand > .container-md,
#solid-app-container div[id*=_modal_outer_] .navbar-expand > .container-md,
#solid-app-container .b-toaster .navbar-expand > .container-md,
#solid-app-container .navbar-expand > .container-lg,
#solid-app-container div[id*=_modal_outer_] .navbar-expand > .container-lg,
#solid-app-container .b-toaster .navbar-expand > .container-lg,
#solid-app-container .navbar-expand > .container-xl,
#solid-app-container div[id*=_modal_outer_] .navbar-expand > .container-xl,
#solid-app-container .b-toaster .navbar-expand > .container-xl, #solid-app-container div[id*=_modal_outer_] .navbar-expand > .container, div[id*=_modal_outer_] #solid-app-container .navbar-expand > .container,
#solid-app-container div[id*=_modal_outer_] .navbar-expand > .container-fluid,
div[id*=_modal_outer_] #solid-app-container .navbar-expand > .container-fluid,
#solid-app-container div[id*=_modal_outer_] .navbar-expand > .container-sm,
div[id*=_modal_outer_] #solid-app-container .navbar-expand > .container-sm,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand > .container-sm,
div[id*=_modal_outer_] .b-toaster #solid-app-container .navbar-expand > .container-sm,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand > .container-sm,
.b-toaster div[id*=_modal_outer_] #solid-app-container .navbar-expand > .container-sm,
#solid-app-container div[id*=_modal_outer_] .navbar-expand > .container-md,
div[id*=_modal_outer_] #solid-app-container .navbar-expand > .container-md,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand > .container-md,
div[id*=_modal_outer_] .b-toaster #solid-app-container .navbar-expand > .container-md,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand > .container-md,
.b-toaster div[id*=_modal_outer_] #solid-app-container .navbar-expand > .container-md,
#solid-app-container div[id*=_modal_outer_] .navbar-expand > .container-lg,
div[id*=_modal_outer_] #solid-app-container .navbar-expand > .container-lg,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand > .container-lg,
div[id*=_modal_outer_] .b-toaster #solid-app-container .navbar-expand > .container-lg,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand > .container-lg,
.b-toaster div[id*=_modal_outer_] #solid-app-container .navbar-expand > .container-lg,
#solid-app-container div[id*=_modal_outer_] .navbar-expand > .container-xl,
div[id*=_modal_outer_] #solid-app-container .navbar-expand > .container-xl,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand > .container-xl,
div[id*=_modal_outer_] .b-toaster #solid-app-container .navbar-expand > .container-xl,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand > .container-xl,
.b-toaster div[id*=_modal_outer_] #solid-app-container .navbar-expand > .container-xl, #solid-app-container .b-toaster .navbar-expand > .container, .b-toaster #solid-app-container .navbar-expand > .container,
#solid-app-container .b-toaster .navbar-expand > .container-fluid,
.b-toaster #solid-app-container .navbar-expand > .container-fluid,
#solid-app-container .b-toaster .navbar-expand > .container-sm,
.b-toaster #solid-app-container .navbar-expand > .container-sm,
#solid-app-container .b-toaster .navbar-expand > .container-md,
.b-toaster #solid-app-container .navbar-expand > .container-md,
#solid-app-container .b-toaster .navbar-expand > .container-lg,
.b-toaster #solid-app-container .navbar-expand > .container-lg,
#solid-app-container .b-toaster .navbar-expand > .container-xl,
.b-toaster #solid-app-container .navbar-expand > .container-xl, div[id*=_modal_outer_] #solid-app-container .navbar-expand > .container, #solid-app-container div[id*=_modal_outer_] .navbar-expand > .container,
div[id*=_modal_outer_] #solid-app-container .navbar-expand > .container-fluid,
#solid-app-container div[id*=_modal_outer_] .navbar-expand > .container-fluid,
div[id*=_modal_outer_] #solid-app-container .navbar-expand > .container-sm,
#solid-app-container div[id*=_modal_outer_] .navbar-expand > .container-sm,
#solid-app-container div[id*=_modal_outer_] .navbar-expand > .container-sm,
div[id*=_modal_outer_] #solid-app-container .b-toaster .navbar-expand > .container-sm,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand > .container-sm,
div[id*=_modal_outer_] #solid-app-container .navbar-expand > .container-md,
#solid-app-container div[id*=_modal_outer_] .navbar-expand > .container-md,
#solid-app-container div[id*=_modal_outer_] .navbar-expand > .container-md,
div[id*=_modal_outer_] #solid-app-container .b-toaster .navbar-expand > .container-md,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand > .container-md,
div[id*=_modal_outer_] #solid-app-container .navbar-expand > .container-lg,
#solid-app-container div[id*=_modal_outer_] .navbar-expand > .container-lg,
#solid-app-container div[id*=_modal_outer_] .navbar-expand > .container-lg,
div[id*=_modal_outer_] #solid-app-container .b-toaster .navbar-expand > .container-lg,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand > .container-lg,
div[id*=_modal_outer_] #solid-app-container .navbar-expand > .container-xl,
#solid-app-container div[id*=_modal_outer_] .navbar-expand > .container-xl,
#solid-app-container div[id*=_modal_outer_] .navbar-expand > .container-xl,
div[id*=_modal_outer_] #solid-app-container .b-toaster .navbar-expand > .container-xl,
#solid-app-container .b-toaster div[id*=_modal_outer_] .navbar-expand > .container-xl, div[id*=_modal_outer_] .navbar-expand > .container,
div[id*=_modal_outer_] .navbar-expand > .container-fluid,
div[id*=_modal_outer_] .navbar-expand > .container-sm,
div[id*=_modal_outer_] .b-toaster .navbar-expand > .container-sm,
.b-toaster div[id*=_modal_outer_] .navbar-expand > .container-sm,
div[id*=_modal_outer_] .navbar-expand > .container-md,
div[id*=_modal_outer_] .b-toaster .navbar-expand > .container-md,
.b-toaster div[id*=_modal_outer_] .navbar-expand > .container-md,
div[id*=_modal_outer_] .navbar-expand > .container-lg,
div[id*=_modal_outer_] .b-toaster .navbar-expand > .container-lg,
.b-toaster div[id*=_modal_outer_] .navbar-expand > .container-lg,
div[id*=_modal_outer_] .navbar-expand > .container-xl,
div[id*=_modal_outer_] .b-toaster .navbar-expand > .container-xl,
.b-toaster div[id*=_modal_outer_] .navbar-expand > .container-xl, div[id*=_modal_outer_] .b-toaster .navbar-expand > .container, .b-toaster div[id*=_modal_outer_] .navbar-expand > .container,
div[id*=_modal_outer_] .b-toaster .navbar-expand > .container-fluid,
.b-toaster div[id*=_modal_outer_] .navbar-expand > .container-fluid,
div[id*=_modal_outer_] .b-toaster .navbar-expand > .container-sm,
.b-toaster div[id*=_modal_outer_] .navbar-expand > .container-sm,
div[id*=_modal_outer_] .b-toaster .navbar-expand > .container-md,
.b-toaster div[id*=_modal_outer_] .navbar-expand > .container-md,
div[id*=_modal_outer_] .b-toaster .navbar-expand > .container-lg,
.b-toaster div[id*=_modal_outer_] .navbar-expand > .container-lg,
div[id*=_modal_outer_] .b-toaster .navbar-expand > .container-xl,
.b-toaster div[id*=_modal_outer_] .navbar-expand > .container-xl, .b-toaster #solid-app-container .navbar-expand > .container, #solid-app-container .b-toaster .navbar-expand > .container,
.b-toaster #solid-app-container .navbar-expand > .container-fluid,
#solid-app-container .b-toaster .navbar-expand > .container-fluid,
.b-toaster #solid-app-container .navbar-expand > .container-sm,
#solid-app-container .b-toaster .navbar-expand > .container-sm,
.b-toaster #solid-app-container div[id*=_modal_outer_] .navbar-expand > .container-sm,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand > .container-sm,
#solid-app-container .b-toaster .navbar-expand > .container-sm,
.b-toaster #solid-app-container .navbar-expand > .container-md,
#solid-app-container .b-toaster .navbar-expand > .container-md,
.b-toaster #solid-app-container div[id*=_modal_outer_] .navbar-expand > .container-md,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand > .container-md,
#solid-app-container .b-toaster .navbar-expand > .container-md,
.b-toaster #solid-app-container .navbar-expand > .container-lg,
#solid-app-container .b-toaster .navbar-expand > .container-lg,
.b-toaster #solid-app-container div[id*=_modal_outer_] .navbar-expand > .container-lg,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand > .container-lg,
#solid-app-container .b-toaster .navbar-expand > .container-lg,
.b-toaster #solid-app-container .navbar-expand > .container-xl,
#solid-app-container .b-toaster .navbar-expand > .container-xl,
.b-toaster #solid-app-container div[id*=_modal_outer_] .navbar-expand > .container-xl,
#solid-app-container div[id*=_modal_outer_] .b-toaster .navbar-expand > .container-xl,
#solid-app-container .b-toaster .navbar-expand > .container-xl, .b-toaster div[id*=_modal_outer_] .navbar-expand > .container, div[id*=_modal_outer_] .b-toaster .navbar-expand > .container,
.b-toaster div[id*=_modal_outer_] .navbar-expand > .container-fluid,
div[id*=_modal_outer_] .b-toaster .navbar-expand > .container-fluid,
.b-toaster div[id*=_modal_outer_] .navbar-expand > .container-sm,
div[id*=_modal_outer_] .b-toaster .navbar-expand > .container-sm,
div[id*=_modal_outer_] .b-toaster .navbar-expand > .container-sm,
.b-toaster div[id*=_modal_outer_] .navbar-expand > .container-sm,
.b-toaster div[id*=_modal_outer_] .navbar-expand > .container-md,
div[id*=_modal_outer_] .b-toaster .navbar-expand > .container-md,
div[id*=_modal_outer_] .b-toaster .navbar-expand > .container-md,
.b-toaster div[id*=_modal_outer_] .navbar-expand > .container-md,
.b-toaster div[id*=_modal_outer_] .navbar-expand > .container-lg,
div[id*=_modal_outer_] .b-toaster .navbar-expand > .container-lg,
div[id*=_modal_outer_] .b-toaster .navbar-expand > .container-lg,
.b-toaster div[id*=_modal_outer_] .navbar-expand > .container-lg,
.b-toaster div[id*=_modal_outer_] .navbar-expand > .container-xl,
div[id*=_modal_outer_] .b-toaster .navbar-expand > .container-xl,
div[id*=_modal_outer_] .b-toaster .navbar-expand > .container-xl,
.b-toaster div[id*=_modal_outer_] .navbar-expand > .container-xl, .b-toaster .navbar-expand > .container,
.b-toaster .navbar-expand > .container-fluid,
.b-toaster .navbar-expand > .container-sm,
.b-toaster .navbar-expand > .container-md,
.b-toaster .navbar-expand > .container-lg,
.b-toaster .navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
#solid-app-container .navbar-expand .navbar-nav-scroll, div[id*=_modal_outer_] .navbar-expand .navbar-nav-scroll, .b-toaster .navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
#solid-app-container .navbar-expand .navbar-collapse, div[id*=_modal_outer_] .navbar-expand .navbar-collapse, .b-toaster .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
#solid-app-container .navbar-expand .navbar-toggler, div[id*=_modal_outer_] .navbar-expand .navbar-toggler, .b-toaster .navbar-expand .navbar-toggler {
  display: none;
}
#solid-app-container .navbar-light .navbar-brand, div[id*=_modal_outer_] .navbar-light .navbar-brand, .b-toaster .navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
#solid-app-container .navbar-light .navbar-brand:hover, #solid-app-container .navbar-light .navbar-brand:focus, div[id*=_modal_outer_] .navbar-light .navbar-brand:hover, div[id*=_modal_outer_] .navbar-light .navbar-brand:focus, .b-toaster .navbar-light .navbar-brand:hover, .b-toaster .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
#solid-app-container .navbar-light .navbar-nav .nav-link, div[id*=_modal_outer_] .navbar-light .navbar-nav .nav-link, .b-toaster .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
#solid-app-container .navbar-light .navbar-nav .nav-link:hover, #solid-app-container .navbar-light .navbar-nav .nav-link:focus, div[id*=_modal_outer_] .navbar-light .navbar-nav .nav-link:hover, div[id*=_modal_outer_] .navbar-light .navbar-nav .nav-link:focus, .b-toaster .navbar-light .navbar-nav .nav-link:hover, .b-toaster .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
#solid-app-container .navbar-light .navbar-nav .nav-link.disabled, div[id*=_modal_outer_] .navbar-light .navbar-nav .nav-link.disabled, .b-toaster .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
#solid-app-container .navbar-light .navbar-nav .show > .nav-link,
#solid-app-container .navbar-light .navbar-nav .active > .nav-link,
#solid-app-container .navbar-light .navbar-nav .nav-link.show,
#solid-app-container .navbar-light .navbar-nav .nav-link.active, div[id*=_modal_outer_] .navbar-light .navbar-nav .show > .nav-link,
div[id*=_modal_outer_] .navbar-light .navbar-nav .active > .nav-link,
div[id*=_modal_outer_] .navbar-light .navbar-nav .nav-link.show,
div[id*=_modal_outer_] .navbar-light .navbar-nav .nav-link.active, .b-toaster .navbar-light .navbar-nav .show > .nav-link,
.b-toaster .navbar-light .navbar-nav .active > .nav-link,
.b-toaster .navbar-light .navbar-nav .nav-link.show,
.b-toaster .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
#solid-app-container .navbar-light .navbar-toggler, div[id*=_modal_outer_] .navbar-light .navbar-toggler, .b-toaster .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
#solid-app-container .navbar-light .navbar-toggler-icon, div[id*=_modal_outer_] .navbar-light .navbar-toggler-icon, .b-toaster .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");
}
#solid-app-container .navbar-light .navbar-text, div[id*=_modal_outer_] .navbar-light .navbar-text, .b-toaster .navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
#solid-app-container .navbar-light .navbar-text a, div[id*=_modal_outer_] .navbar-light .navbar-text a, .b-toaster .navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
#solid-app-container .navbar-light .navbar-text a:hover, #solid-app-container .navbar-light .navbar-text a:focus, div[id*=_modal_outer_] .navbar-light .navbar-text a:hover, div[id*=_modal_outer_] .navbar-light .navbar-text a:focus, .b-toaster .navbar-light .navbar-text a:hover, .b-toaster .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
#solid-app-container .navbar-dark .navbar-brand, div[id*=_modal_outer_] .navbar-dark .navbar-brand, .b-toaster .navbar-dark .navbar-brand {
  color: #fff;
}
#solid-app-container .navbar-dark .navbar-brand:hover, #solid-app-container .navbar-dark .navbar-brand:focus, div[id*=_modal_outer_] .navbar-dark .navbar-brand:hover, div[id*=_modal_outer_] .navbar-dark .navbar-brand:focus, .b-toaster .navbar-dark .navbar-brand:hover, .b-toaster .navbar-dark .navbar-brand:focus {
  color: #fff;
}
#solid-app-container .navbar-dark .navbar-nav .nav-link, div[id*=_modal_outer_] .navbar-dark .navbar-nav .nav-link, .b-toaster .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
#solid-app-container .navbar-dark .navbar-nav .nav-link:hover, #solid-app-container .navbar-dark .navbar-nav .nav-link:focus, div[id*=_modal_outer_] .navbar-dark .navbar-nav .nav-link:hover, div[id*=_modal_outer_] .navbar-dark .navbar-nav .nav-link:focus, .b-toaster .navbar-dark .navbar-nav .nav-link:hover, .b-toaster .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
#solid-app-container .navbar-dark .navbar-nav .nav-link.disabled, div[id*=_modal_outer_] .navbar-dark .navbar-nav .nav-link.disabled, .b-toaster .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
#solid-app-container .navbar-dark .navbar-nav .show > .nav-link,
#solid-app-container .navbar-dark .navbar-nav .active > .nav-link,
#solid-app-container .navbar-dark .navbar-nav .nav-link.show,
#solid-app-container .navbar-dark .navbar-nav .nav-link.active, div[id*=_modal_outer_] .navbar-dark .navbar-nav .show > .nav-link,
div[id*=_modal_outer_] .navbar-dark .navbar-nav .active > .nav-link,
div[id*=_modal_outer_] .navbar-dark .navbar-nav .nav-link.show,
div[id*=_modal_outer_] .navbar-dark .navbar-nav .nav-link.active, .b-toaster .navbar-dark .navbar-nav .show > .nav-link,
.b-toaster .navbar-dark .navbar-nav .active > .nav-link,
.b-toaster .navbar-dark .navbar-nav .nav-link.show,
.b-toaster .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
#solid-app-container .navbar-dark .navbar-toggler, div[id*=_modal_outer_] .navbar-dark .navbar-toggler, .b-toaster .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
#solid-app-container .navbar-dark .navbar-toggler-icon, div[id*=_modal_outer_] .navbar-dark .navbar-toggler-icon, .b-toaster .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");
}
#solid-app-container .navbar-dark .navbar-text, div[id*=_modal_outer_] .navbar-dark .navbar-text, .b-toaster .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
#solid-app-container .navbar-dark .navbar-text a, div[id*=_modal_outer_] .navbar-dark .navbar-text a, .b-toaster .navbar-dark .navbar-text a {
  color: #fff;
}
#solid-app-container .navbar-dark .navbar-text a:hover, #solid-app-container .navbar-dark .navbar-text a:focus, div[id*=_modal_outer_] .navbar-dark .navbar-text a:hover, div[id*=_modal_outer_] .navbar-dark .navbar-text a:focus, .b-toaster .navbar-dark .navbar-text a:hover, .b-toaster .navbar-dark .navbar-text a:focus {
  color: #fff;
}
#solid-app-container .card, div[id*=_modal_outer_] .card, .b-toaster .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
#solid-app-container .card > hr, div[id*=_modal_outer_] .card > hr, .b-toaster .card > hr {
  margin-right: 0;
  margin-left: 0;
}
#solid-app-container .card > .list-group, div[id*=_modal_outer_] .card > .list-group, .b-toaster .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
#solid-app-container .card > .list-group:first-child, div[id*=_modal_outer_] .card > .list-group:first-child, .b-toaster .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);
}
#solid-app-container .card > .list-group:last-child, div[id*=_modal_outer_] .card > .list-group:last-child, .b-toaster .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);
}
#solid-app-container .card > .card-header + .list-group,
#solid-app-container .card > .list-group + .card-footer, div[id*=_modal_outer_] .card > .card-header + .list-group,
div[id*=_modal_outer_] .card > .list-group + .card-footer, .b-toaster .card > .card-header + .list-group,
.b-toaster .card > .list-group + .card-footer {
  border-top: 0;
}
#solid-app-container .card-body, div[id*=_modal_outer_] .card-body, .b-toaster .card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
#solid-app-container .card-title, div[id*=_modal_outer_] .card-title, .b-toaster .card-title {
  margin-bottom: 0.75rem;
}
#solid-app-container .card-subtitle, div[id*=_modal_outer_] .card-subtitle, .b-toaster .card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
#solid-app-container .card-text:last-child, div[id*=_modal_outer_] .card-text:last-child, .b-toaster .card-text:last-child {
  margin-bottom: 0;
}
#solid-app-container .card-link:hover, div[id*=_modal_outer_] .card-link:hover, .b-toaster .card-link:hover {
  text-decoration: none;
}
#solid-app-container .card-link + .card-link, div[id*=_modal_outer_] .card-link + .card-link, .b-toaster .card-link + .card-link {
  margin-left: 1.25rem;
}
#solid-app-container .card-header, div[id*=_modal_outer_] .card-header, .b-toaster .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
#solid-app-container .card-header:first-child, div[id*=_modal_outer_] .card-header:first-child, .b-toaster .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
#solid-app-container .card-footer, div[id*=_modal_outer_] .card-footer, .b-toaster .card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
#solid-app-container .card-footer:last-child, div[id*=_modal_outer_] .card-footer:last-child, .b-toaster .card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
#solid-app-container .card-header-tabs, div[id*=_modal_outer_] .card-header-tabs, .b-toaster .card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
#solid-app-container .card-header-pills, div[id*=_modal_outer_] .card-header-pills, .b-toaster .card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
#solid-app-container .card-img-overlay, div[id*=_modal_outer_] .card-img-overlay, .b-toaster .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}
#solid-app-container .card-img,
#solid-app-container .card-img-top,
#solid-app-container .card-img-bottom, div[id*=_modal_outer_] .card-img,
div[id*=_modal_outer_] .card-img-top,
div[id*=_modal_outer_] .card-img-bottom, .b-toaster .card-img,
.b-toaster .card-img-top,
.b-toaster .card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}
#solid-app-container .card-img,
#solid-app-container .card-img-top, div[id*=_modal_outer_] .card-img,
div[id*=_modal_outer_] .card-img-top, .b-toaster .card-img,
.b-toaster .card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
#solid-app-container .card-img,
#solid-app-container .card-img-bottom, div[id*=_modal_outer_] .card-img,
div[id*=_modal_outer_] .card-img-bottom, .b-toaster .card-img,
.b-toaster .card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
#solid-app-container .card-deck .card, div[id*=_modal_outer_] .card-deck .card, .b-toaster .card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  #solid-app-container .card-deck, div[id*=_modal_outer_] .card-deck, .b-toaster .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  #solid-app-container .card-deck .card, div[id*=_modal_outer_] .card-deck .card, .b-toaster .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
#solid-app-container .card-group > .card, div[id*=_modal_outer_] .card-group > .card, .b-toaster .card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  #solid-app-container .card-group, div[id*=_modal_outer_] .card-group, .b-toaster .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  #solid-app-container .card-group > .card, div[id*=_modal_outer_] .card-group > .card, .b-toaster .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  #solid-app-container .card-group > .card + .card, div[id*=_modal_outer_] .card-group > .card + .card, .b-toaster .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  #solid-app-container .card-group > .card:not(:last-child), div[id*=_modal_outer_] .card-group > .card:not(:last-child), .b-toaster .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  #solid-app-container .card-group > .card:not(:last-child) .card-img-top,
#solid-app-container .card-group > .card:not(:last-child) .card-header, div[id*=_modal_outer_] .card-group > .card:not(:last-child) .card-img-top,
div[id*=_modal_outer_] .card-group > .card:not(:last-child) .card-header, .b-toaster .card-group > .card:not(:last-child) .card-img-top,
.b-toaster .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  #solid-app-container .card-group > .card:not(:last-child) .card-img-bottom,
#solid-app-container .card-group > .card:not(:last-child) .card-footer, div[id*=_modal_outer_] .card-group > .card:not(:last-child) .card-img-bottom,
div[id*=_modal_outer_] .card-group > .card:not(:last-child) .card-footer, .b-toaster .card-group > .card:not(:last-child) .card-img-bottom,
.b-toaster .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  #solid-app-container .card-group > .card:not(:first-child), div[id*=_modal_outer_] .card-group > .card:not(:first-child), .b-toaster .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  #solid-app-container .card-group > .card:not(:first-child) .card-img-top,
#solid-app-container .card-group > .card:not(:first-child) .card-header, div[id*=_modal_outer_] .card-group > .card:not(:first-child) .card-img-top,
div[id*=_modal_outer_] .card-group > .card:not(:first-child) .card-header, .b-toaster .card-group > .card:not(:first-child) .card-img-top,
.b-toaster .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  #solid-app-container .card-group > .card:not(:first-child) .card-img-bottom,
#solid-app-container .card-group > .card:not(:first-child) .card-footer, div[id*=_modal_outer_] .card-group > .card:not(:first-child) .card-img-bottom,
div[id*=_modal_outer_] .card-group > .card:not(:first-child) .card-footer, .b-toaster .card-group > .card:not(:first-child) .card-img-bottom,
.b-toaster .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
#solid-app-container .card-columns .card, div[id*=_modal_outer_] .card-columns .card, .b-toaster .card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  #solid-app-container .card-columns, div[id*=_modal_outer_] .card-columns, .b-toaster .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  #solid-app-container .card-columns .card, div[id*=_modal_outer_] .card-columns .card, .b-toaster .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
#solid-app-container .accordion, div[id*=_modal_outer_] .accordion, .b-toaster .accordion {
  overflow-anchor: none;
}
#solid-app-container .accordion > .card, div[id*=_modal_outer_] .accordion > .card, .b-toaster .accordion > .card {
  overflow: hidden;
}
#solid-app-container .accordion > .card:not(:last-of-type), div[id*=_modal_outer_] .accordion > .card:not(:last-of-type), .b-toaster .accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#solid-app-container .accordion > .card:not(:first-of-type), div[id*=_modal_outer_] .accordion > .card:not(:first-of-type), .b-toaster .accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#solid-app-container .accordion > .card > .card-header, div[id*=_modal_outer_] .accordion > .card > .card-header, .b-toaster .accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
#solid-app-container .breadcrumb, div[id*=_modal_outer_] .breadcrumb, .b-toaster .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
#solid-app-container .breadcrumb-item + .breadcrumb-item, div[id*=_modal_outer_] .breadcrumb-item + .breadcrumb-item, .b-toaster .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
#solid-app-container .breadcrumb-item + .breadcrumb-item::before, div[id*=_modal_outer_] .breadcrumb-item + .breadcrumb-item::before, .b-toaster .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
#solid-app-container .breadcrumb-item + .breadcrumb-item:hover::before, div[id*=_modal_outer_] .breadcrumb-item + .breadcrumb-item:hover::before, .b-toaster .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
#solid-app-container .breadcrumb-item + .breadcrumb-item:hover::before, div[id*=_modal_outer_] .breadcrumb-item + .breadcrumb-item:hover::before, .b-toaster .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
#solid-app-container .breadcrumb-item.active, div[id*=_modal_outer_] .breadcrumb-item.active, .b-toaster .breadcrumb-item.active {
  color: #6c757d;
}
#solid-app-container .pagination, div[id*=_modal_outer_] .pagination, .b-toaster .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
#solid-app-container .page-link, div[id*=_modal_outer_] .page-link, .b-toaster .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #1CF196;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
#solid-app-container .page-link:hover, div[id*=_modal_outer_] .page-link:hover, .b-toaster .page-link:hover {
  z-index: 2;
  color: #0bb56d;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
#solid-app-container .page-link:focus, div[id*=_modal_outer_] .page-link:focus, .b-toaster .page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(28, 241, 150, 0.25);
}
#solid-app-container .page-item:first-child .page-link, div[id*=_modal_outer_] .page-item:first-child .page-link, .b-toaster .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
#solid-app-container .page-item:last-child .page-link, div[id*=_modal_outer_] .page-item:last-child .page-link, .b-toaster .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
#solid-app-container .page-item.active .page-link, div[id*=_modal_outer_] .page-item.active .page-link, .b-toaster .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #1CF196;
  border-color: #1CF196;
}
#solid-app-container .page-item.disabled .page-link, div[id*=_modal_outer_] .page-item.disabled .page-link, .b-toaster .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
#solid-app-container .pagination-lg .page-link, div[id*=_modal_outer_] .pagination-lg .page-link, .b-toaster .pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
#solid-app-container .pagination-lg .page-item:first-child .page-link, div[id*=_modal_outer_] .pagination-lg .page-item:first-child .page-link, .b-toaster .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
#solid-app-container .pagination-lg .page-item:last-child .page-link, div[id*=_modal_outer_] .pagination-lg .page-item:last-child .page-link, .b-toaster .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
#solid-app-container .pagination-sm .page-link, div[id*=_modal_outer_] .pagination-sm .page-link, .b-toaster .pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#solid-app-container .pagination-sm .page-item:first-child .page-link, div[id*=_modal_outer_] .pagination-sm .page-item:first-child .page-link, .b-toaster .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
#solid-app-container .pagination-sm .page-item:last-child .page-link, div[id*=_modal_outer_] .pagination-sm .page-item:last-child .page-link, .b-toaster .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
#solid-app-container .badge, div[id*=_modal_outer_] .badge, .b-toaster .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) {
  #solid-app-container .badge, div[id*=_modal_outer_] .badge, .b-toaster .badge {
    transition: none;
  }
}
a#solid-app-container .badge:hover, a#solid-app-container .badge:focus, div[id*=_modal_outer_] .badge:hover, div[id*=_modal_outer_] .badge:focus, .b-toaster .badge:hover, .b-toaster .badge:focus {
  text-decoration: none;
}

#solid-app-container .badge:empty, div[id*=_modal_outer_] .badge:empty, .b-toaster .badge:empty {
  display: none;
}
#solid-app-container .btn .badge, div[id*=_modal_outer_] .btn .badge, .b-toaster .btn .badge {
  position: relative;
  top: -1px;
}
#solid-app-container .badge-pill, div[id*=_modal_outer_] .badge-pill, .b-toaster .badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
#solid-app-container .badge-primary, div[id*=_modal_outer_] .badge-primary, .b-toaster .badge-primary {
  color: #212529;
  background-color: #1CF196;
}
a#solid-app-container .badge-primary:hover, a#solid-app-container .badge-primary:focus, div[id*=_modal_outer_] .badge-primary:hover, div[id*=_modal_outer_] .badge-primary:focus, .b-toaster .badge-primary:hover, .b-toaster .badge-primary:focus {
  color: #212529;
  background-color: #0dcd7b;
}
a#solid-app-container .badge-primary:focus, a#solid-app-container .badge-primary.focus, div[id*=_modal_outer_] .badge-primary:focus, div[id*=_modal_outer_] .badge-primary.focus, .b-toaster .badge-primary:focus, .b-toaster .badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(28, 241, 150, 0.5);
}

#solid-app-container .badge-secondary, div[id*=_modal_outer_] .badge-secondary, .b-toaster .badge-secondary {
  color: #212529;
  background-color: #1CF196;
}
a#solid-app-container .badge-secondary:hover, a#solid-app-container .badge-secondary:focus, div[id*=_modal_outer_] .badge-secondary:hover, div[id*=_modal_outer_] .badge-secondary:focus, .b-toaster .badge-secondary:hover, .b-toaster .badge-secondary:focus {
  color: #212529;
  background-color: #0dcd7b;
}
a#solid-app-container .badge-secondary:focus, a#solid-app-container .badge-secondary.focus, div[id*=_modal_outer_] .badge-secondary:focus, div[id*=_modal_outer_] .badge-secondary.focus, .b-toaster .badge-secondary:focus, .b-toaster .badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(28, 241, 150, 0.5);
}

#solid-app-container .badge-success, div[id*=_modal_outer_] .badge-success, .b-toaster .badge-success {
  color: #fff;
  background-color: #28a745;
}
a#solid-app-container .badge-success:hover, a#solid-app-container .badge-success:focus, div[id*=_modal_outer_] .badge-success:hover, div[id*=_modal_outer_] .badge-success:focus, .b-toaster .badge-success:hover, .b-toaster .badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a#solid-app-container .badge-success:focus, a#solid-app-container .badge-success.focus, div[id*=_modal_outer_] .badge-success:focus, div[id*=_modal_outer_] .badge-success.focus, .b-toaster .badge-success:focus, .b-toaster .badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

#solid-app-container .badge-info, div[id*=_modal_outer_] .badge-info, .b-toaster .badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a#solid-app-container .badge-info:hover, a#solid-app-container .badge-info:focus, div[id*=_modal_outer_] .badge-info:hover, div[id*=_modal_outer_] .badge-info:focus, .b-toaster .badge-info:hover, .b-toaster .badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a#solid-app-container .badge-info:focus, a#solid-app-container .badge-info.focus, div[id*=_modal_outer_] .badge-info:focus, div[id*=_modal_outer_] .badge-info.focus, .b-toaster .badge-info:focus, .b-toaster .badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

#solid-app-container .badge-warning, div[id*=_modal_outer_] .badge-warning, .b-toaster .badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a#solid-app-container .badge-warning:hover, a#solid-app-container .badge-warning:focus, div[id*=_modal_outer_] .badge-warning:hover, div[id*=_modal_outer_] .badge-warning:focus, .b-toaster .badge-warning:hover, .b-toaster .badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a#solid-app-container .badge-warning:focus, a#solid-app-container .badge-warning.focus, div[id*=_modal_outer_] .badge-warning:focus, div[id*=_modal_outer_] .badge-warning.focus, .b-toaster .badge-warning:focus, .b-toaster .badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

#solid-app-container .badge-danger, div[id*=_modal_outer_] .badge-danger, .b-toaster .badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a#solid-app-container .badge-danger:hover, a#solid-app-container .badge-danger:focus, div[id*=_modal_outer_] .badge-danger:hover, div[id*=_modal_outer_] .badge-danger:focus, .b-toaster .badge-danger:hover, .b-toaster .badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a#solid-app-container .badge-danger:focus, a#solid-app-container .badge-danger.focus, div[id*=_modal_outer_] .badge-danger:focus, div[id*=_modal_outer_] .badge-danger.focus, .b-toaster .badge-danger:focus, .b-toaster .badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

#solid-app-container .badge-light, div[id*=_modal_outer_] .badge-light, .b-toaster .badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a#solid-app-container .badge-light:hover, a#solid-app-container .badge-light:focus, div[id*=_modal_outer_] .badge-light:hover, div[id*=_modal_outer_] .badge-light:focus, .b-toaster .badge-light:hover, .b-toaster .badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a#solid-app-container .badge-light:focus, a#solid-app-container .badge-light.focus, div[id*=_modal_outer_] .badge-light:focus, div[id*=_modal_outer_] .badge-light.focus, .b-toaster .badge-light:focus, .b-toaster .badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

#solid-app-container .badge-dark, div[id*=_modal_outer_] .badge-dark, .b-toaster .badge-dark {
  color: #fff;
  background-color: #343a40;
}
a#solid-app-container .badge-dark:hover, a#solid-app-container .badge-dark:focus, div[id*=_modal_outer_] .badge-dark:hover, div[id*=_modal_outer_] .badge-dark:focus, .b-toaster .badge-dark:hover, .b-toaster .badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a#solid-app-container .badge-dark:focus, a#solid-app-container .badge-dark.focus, div[id*=_modal_outer_] .badge-dark:focus, div[id*=_modal_outer_] .badge-dark.focus, .b-toaster .badge-dark:focus, .b-toaster .badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

#solid-app-container .jumbotron, div[id*=_modal_outer_] .jumbotron, .b-toaster .jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  #solid-app-container .jumbotron, div[id*=_modal_outer_] .jumbotron, .b-toaster .jumbotron {
    padding: 4rem 2rem;
  }
}
#solid-app-container .jumbotron-fluid, div[id*=_modal_outer_] .jumbotron-fluid, .b-toaster .jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
#solid-app-container .alert, div[id*=_modal_outer_] .alert, .b-toaster .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
#solid-app-container .alert-heading, div[id*=_modal_outer_] .alert-heading, .b-toaster .alert-heading {
  color: inherit;
}
#solid-app-container .alert-link, div[id*=_modal_outer_] .alert-link, .b-toaster .alert-link {
  font-weight: 700;
}
#solid-app-container .alert-dismissible, div[id*=_modal_outer_] .alert-dismissible, .b-toaster .alert-dismissible {
  padding-right: 4rem;
}
#solid-app-container .alert-dismissible .close, div[id*=_modal_outer_] .alert-dismissible .close, .b-toaster .alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
#solid-app-container .alert-primary, div[id*=_modal_outer_] .alert-primary, .b-toaster .alert-primary {
  color: #0f7d4e;
  background-color: #d2fcea;
  border-color: #bffbe2;
}
#solid-app-container .alert-primary hr, div[id*=_modal_outer_] .alert-primary hr, .b-toaster .alert-primary hr {
  border-top-color: #a7fad7;
}
#solid-app-container .alert-primary .alert-link, div[id*=_modal_outer_] .alert-primary .alert-link, .b-toaster .alert-primary .alert-link {
  color: #0a4f32;
}
#solid-app-container .alert-secondary, div[id*=_modal_outer_] .alert-secondary, .b-toaster .alert-secondary {
  color: #0f7d4e;
  background-color: #d2fcea;
  border-color: #bffbe2;
}
#solid-app-container .alert-secondary hr, div[id*=_modal_outer_] .alert-secondary hr, .b-toaster .alert-secondary hr {
  border-top-color: #a7fad7;
}
#solid-app-container .alert-secondary .alert-link, div[id*=_modal_outer_] .alert-secondary .alert-link, .b-toaster .alert-secondary .alert-link {
  color: #0a4f32;
}
#solid-app-container .alert-success, div[id*=_modal_outer_] .alert-success, .b-toaster .alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
#solid-app-container .alert-success hr, div[id*=_modal_outer_] .alert-success hr, .b-toaster .alert-success hr {
  border-top-color: #b1dfbb;
}
#solid-app-container .alert-success .alert-link, div[id*=_modal_outer_] .alert-success .alert-link, .b-toaster .alert-success .alert-link {
  color: #0b2e13;
}
#solid-app-container .alert-info, div[id*=_modal_outer_] .alert-info, .b-toaster .alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
#solid-app-container .alert-info hr, div[id*=_modal_outer_] .alert-info hr, .b-toaster .alert-info hr {
  border-top-color: #abdde5;
}
#solid-app-container .alert-info .alert-link, div[id*=_modal_outer_] .alert-info .alert-link, .b-toaster .alert-info .alert-link {
  color: #062c33;
}
#solid-app-container .alert-warning, div[id*=_modal_outer_] .alert-warning, .b-toaster .alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
#solid-app-container .alert-warning hr, div[id*=_modal_outer_] .alert-warning hr, .b-toaster .alert-warning hr {
  border-top-color: #ffe8a1;
}
#solid-app-container .alert-warning .alert-link, div[id*=_modal_outer_] .alert-warning .alert-link, .b-toaster .alert-warning .alert-link {
  color: #533f03;
}
#solid-app-container .alert-danger, div[id*=_modal_outer_] .alert-danger, .b-toaster .alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
#solid-app-container .alert-danger hr, div[id*=_modal_outer_] .alert-danger hr, .b-toaster .alert-danger hr {
  border-top-color: #f1b0b7;
}
#solid-app-container .alert-danger .alert-link, div[id*=_modal_outer_] .alert-danger .alert-link, .b-toaster .alert-danger .alert-link {
  color: #491217;
}
#solid-app-container .alert-light, div[id*=_modal_outer_] .alert-light, .b-toaster .alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
#solid-app-container .alert-light hr, div[id*=_modal_outer_] .alert-light hr, .b-toaster .alert-light hr {
  border-top-color: #ececf6;
}
#solid-app-container .alert-light .alert-link, div[id*=_modal_outer_] .alert-light .alert-link, .b-toaster .alert-light .alert-link {
  color: #686868;
}
#solid-app-container .alert-dark, div[id*=_modal_outer_] .alert-dark, .b-toaster .alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
#solid-app-container .alert-dark hr, div[id*=_modal_outer_] .alert-dark hr, .b-toaster .alert-dark hr {
  border-top-color: #b9bbbe;
}
#solid-app-container .alert-dark .alert-link, div[id*=_modal_outer_] .alert-dark .alert-link, .b-toaster .alert-dark .alert-link {
  color: #040505;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
#solid-app-container .progress, div[id*=_modal_outer_] .progress, .b-toaster .progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
#solid-app-container .progress-bar, div[id*=_modal_outer_] .progress-bar, .b-toaster .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #1CF196;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  #solid-app-container .progress-bar, div[id*=_modal_outer_] .progress-bar, .b-toaster .progress-bar {
    transition: none;
  }
}
#solid-app-container .progress-bar-striped, div[id*=_modal_outer_] .progress-bar-striped, .b-toaster .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;
}
#solid-app-container .progress-bar-animated, div[id*=_modal_outer_] .progress-bar-animated, .b-toaster .progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  #solid-app-container .progress-bar-animated, div[id*=_modal_outer_] .progress-bar-animated, .b-toaster .progress-bar-animated {
    animation: none;
  }
}
#solid-app-container .media, div[id*=_modal_outer_] .media, .b-toaster .media {
  display: flex;
  align-items: flex-start;
}
#solid-app-container .media-body, div[id*=_modal_outer_] .media-body, .b-toaster .media-body {
  flex: 1;
}
#solid-app-container .list-group, div[id*=_modal_outer_] .list-group, .b-toaster .list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
#solid-app-container .list-group-item-action, div[id*=_modal_outer_] .list-group-item-action, .b-toaster .list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
#solid-app-container .list-group-item-action:hover, #solid-app-container .list-group-item-action:focus, div[id*=_modal_outer_] .list-group-item-action:hover, div[id*=_modal_outer_] .list-group-item-action:focus, .b-toaster .list-group-item-action:hover, .b-toaster .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
#solid-app-container .list-group-item-action:active, div[id*=_modal_outer_] .list-group-item-action:active, .b-toaster .list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
#solid-app-container .list-group-item, div[id*=_modal_outer_] .list-group-item, .b-toaster .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
#solid-app-container .list-group-item:first-child, div[id*=_modal_outer_] .list-group-item:first-child, .b-toaster .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
#solid-app-container .list-group-item:last-child, div[id*=_modal_outer_] .list-group-item:last-child, .b-toaster .list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
#solid-app-container .list-group-item.disabled, #solid-app-container .list-group-item:disabled, div[id*=_modal_outer_] .list-group-item.disabled, div[id*=_modal_outer_] .list-group-item:disabled, .b-toaster .list-group-item.disabled, .b-toaster .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
#solid-app-container .list-group-item.active, div[id*=_modal_outer_] .list-group-item.active, .b-toaster .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #1CF196;
  border-color: #1CF196;
}
#solid-app-container .list-group-item + #solid-app-container .list-group-item, #solid-app-container .list-group-item + div[id*=_modal_outer_] .list-group-item, #solid-app-container .list-group-item + .b-toaster .list-group-item, div[id*=_modal_outer_] .list-group-item + #solid-app-container .list-group-item, div[id*=_modal_outer_] .list-group-item + div[id*=_modal_outer_] .list-group-item, div[id*=_modal_outer_] .list-group-item + .b-toaster .list-group-item, .b-toaster .list-group-item + #solid-app-container .list-group-item, .b-toaster .list-group-item + div[id*=_modal_outer_] .list-group-item, .b-toaster .list-group-item + .b-toaster .list-group-item {
  border-top-width: 0;
}
#solid-app-container .list-group-item + #solid-app-container .list-group-item.active, #solid-app-container .list-group-item + div[id*=_modal_outer_] .list-group-item.active, #solid-app-container .list-group-item + .b-toaster .list-group-item.active, div[id*=_modal_outer_] .list-group-item + #solid-app-container .list-group-item.active, div[id*=_modal_outer_] .list-group-item + div[id*=_modal_outer_] .list-group-item.active, div[id*=_modal_outer_] .list-group-item + .b-toaster .list-group-item.active, .b-toaster .list-group-item + #solid-app-container .list-group-item.active, .b-toaster .list-group-item + div[id*=_modal_outer_] .list-group-item.active, .b-toaster .list-group-item + .b-toaster .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
#solid-app-container .list-group-horizontal, div[id*=_modal_outer_] .list-group-horizontal, .b-toaster .list-group-horizontal {
  flex-direction: row;
}
#solid-app-container .list-group-horizontal > .list-group-item:first-child, div[id*=_modal_outer_] .list-group-horizontal > .list-group-item:first-child, .b-toaster .list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
#solid-app-container .list-group-horizontal > .list-group-item:last-child, div[id*=_modal_outer_] .list-group-horizontal > .list-group-item:last-child, .b-toaster .list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
#solid-app-container .list-group-horizontal > .list-group-item.active, div[id*=_modal_outer_] .list-group-horizontal > .list-group-item.active, .b-toaster .list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
#solid-app-container .list-group-horizontal > .list-group-item + .list-group-item, div[id*=_modal_outer_] .list-group-horizontal > .list-group-item + .list-group-item, .b-toaster .list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
#solid-app-container .list-group-horizontal > .list-group-item + .list-group-item.active, div[id*=_modal_outer_] .list-group-horizontal > .list-group-item + .list-group-item.active, .b-toaster .list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  #solid-app-container .list-group-horizontal-sm, div[id*=_modal_outer_] .list-group-horizontal-sm, .b-toaster .list-group-horizontal-sm {
    flex-direction: row;
  }
  #solid-app-container .list-group-horizontal-sm > .list-group-item:first-child, div[id*=_modal_outer_] .list-group-horizontal-sm > .list-group-item:first-child, .b-toaster .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  #solid-app-container .list-group-horizontal-sm > .list-group-item:last-child, div[id*=_modal_outer_] .list-group-horizontal-sm > .list-group-item:last-child, .b-toaster .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  #solid-app-container .list-group-horizontal-sm > .list-group-item.active, div[id*=_modal_outer_] .list-group-horizontal-sm > .list-group-item.active, .b-toaster .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  #solid-app-container .list-group-horizontal-sm > .list-group-item + .list-group-item, div[id*=_modal_outer_] .list-group-horizontal-sm > .list-group-item + .list-group-item, .b-toaster .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  #solid-app-container .list-group-horizontal-sm > .list-group-item + .list-group-item.active, div[id*=_modal_outer_] .list-group-horizontal-sm > .list-group-item + .list-group-item.active, .b-toaster .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  #solid-app-container .list-group-horizontal-md, div[id*=_modal_outer_] .list-group-horizontal-md, .b-toaster .list-group-horizontal-md {
    flex-direction: row;
  }
  #solid-app-container .list-group-horizontal-md > .list-group-item:first-child, div[id*=_modal_outer_] .list-group-horizontal-md > .list-group-item:first-child, .b-toaster .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  #solid-app-container .list-group-horizontal-md > .list-group-item:last-child, div[id*=_modal_outer_] .list-group-horizontal-md > .list-group-item:last-child, .b-toaster .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  #solid-app-container .list-group-horizontal-md > .list-group-item.active, div[id*=_modal_outer_] .list-group-horizontal-md > .list-group-item.active, .b-toaster .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  #solid-app-container .list-group-horizontal-md > .list-group-item + .list-group-item, div[id*=_modal_outer_] .list-group-horizontal-md > .list-group-item + .list-group-item, .b-toaster .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  #solid-app-container .list-group-horizontal-md > .list-group-item + .list-group-item.active, div[id*=_modal_outer_] .list-group-horizontal-md > .list-group-item + .list-group-item.active, .b-toaster .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  #solid-app-container .list-group-horizontal-lg, div[id*=_modal_outer_] .list-group-horizontal-lg, .b-toaster .list-group-horizontal-lg {
    flex-direction: row;
  }
  #solid-app-container .list-group-horizontal-lg > .list-group-item:first-child, div[id*=_modal_outer_] .list-group-horizontal-lg > .list-group-item:first-child, .b-toaster .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  #solid-app-container .list-group-horizontal-lg > .list-group-item:last-child, div[id*=_modal_outer_] .list-group-horizontal-lg > .list-group-item:last-child, .b-toaster .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  #solid-app-container .list-group-horizontal-lg > .list-group-item.active, div[id*=_modal_outer_] .list-group-horizontal-lg > .list-group-item.active, .b-toaster .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  #solid-app-container .list-group-horizontal-lg > .list-group-item + .list-group-item, div[id*=_modal_outer_] .list-group-horizontal-lg > .list-group-item + .list-group-item, .b-toaster .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  #solid-app-container .list-group-horizontal-lg > .list-group-item + .list-group-item.active, div[id*=_modal_outer_] .list-group-horizontal-lg > .list-group-item + .list-group-item.active, .b-toaster .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  #solid-app-container .list-group-horizontal-xl, div[id*=_modal_outer_] .list-group-horizontal-xl, .b-toaster .list-group-horizontal-xl {
    flex-direction: row;
  }
  #solid-app-container .list-group-horizontal-xl > .list-group-item:first-child, div[id*=_modal_outer_] .list-group-horizontal-xl > .list-group-item:first-child, .b-toaster .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  #solid-app-container .list-group-horizontal-xl > .list-group-item:last-child, div[id*=_modal_outer_] .list-group-horizontal-xl > .list-group-item:last-child, .b-toaster .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  #solid-app-container .list-group-horizontal-xl > .list-group-item.active, div[id*=_modal_outer_] .list-group-horizontal-xl > .list-group-item.active, .b-toaster .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  #solid-app-container .list-group-horizontal-xl > .list-group-item + .list-group-item, div[id*=_modal_outer_] .list-group-horizontal-xl > .list-group-item + .list-group-item, .b-toaster .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  #solid-app-container .list-group-horizontal-xl > .list-group-item + .list-group-item.active, div[id*=_modal_outer_] .list-group-horizontal-xl > .list-group-item + .list-group-item.active, .b-toaster .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
#solid-app-container .list-group-flush, div[id*=_modal_outer_] .list-group-flush, .b-toaster .list-group-flush {
  border-radius: 0;
}
#solid-app-container .list-group-flush > .list-group-item, div[id*=_modal_outer_] .list-group-flush > .list-group-item, .b-toaster .list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
#solid-app-container .list-group-flush > .list-group-item:last-child, div[id*=_modal_outer_] .list-group-flush > .list-group-item:last-child, .b-toaster .list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
#solid-app-container .list-group-item-primary, div[id*=_modal_outer_] .list-group-item-primary, .b-toaster .list-group-item-primary {
  color: #0f7d4e;
  background-color: #bffbe2;
}
#solid-app-container .list-group-item-primary.list-group-item-action:hover, #solid-app-container .list-group-item-primary.list-group-item-action:focus, div[id*=_modal_outer_] .list-group-item-primary.list-group-item-action:hover, div[id*=_modal_outer_] .list-group-item-primary.list-group-item-action:focus, .b-toaster .list-group-item-primary.list-group-item-action:hover, .b-toaster .list-group-item-primary.list-group-item-action:focus {
  color: #0f7d4e;
  background-color: #a7fad7;
}
#solid-app-container .list-group-item-primary.list-group-item-action.active, div[id*=_modal_outer_] .list-group-item-primary.list-group-item-action.active, .b-toaster .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #0f7d4e;
  border-color: #0f7d4e;
}
#solid-app-container .list-group-item-secondary, div[id*=_modal_outer_] .list-group-item-secondary, .b-toaster .list-group-item-secondary {
  color: #0f7d4e;
  background-color: #bffbe2;
}
#solid-app-container .list-group-item-secondary.list-group-item-action:hover, #solid-app-container .list-group-item-secondary.list-group-item-action:focus, div[id*=_modal_outer_] .list-group-item-secondary.list-group-item-action:hover, div[id*=_modal_outer_] .list-group-item-secondary.list-group-item-action:focus, .b-toaster .list-group-item-secondary.list-group-item-action:hover, .b-toaster .list-group-item-secondary.list-group-item-action:focus {
  color: #0f7d4e;
  background-color: #a7fad7;
}
#solid-app-container .list-group-item-secondary.list-group-item-action.active, div[id*=_modal_outer_] .list-group-item-secondary.list-group-item-action.active, .b-toaster .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #0f7d4e;
  border-color: #0f7d4e;
}
#solid-app-container .list-group-item-success, div[id*=_modal_outer_] .list-group-item-success, .b-toaster .list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
#solid-app-container .list-group-item-success.list-group-item-action:hover, #solid-app-container .list-group-item-success.list-group-item-action:focus, div[id*=_modal_outer_] .list-group-item-success.list-group-item-action:hover, div[id*=_modal_outer_] .list-group-item-success.list-group-item-action:focus, .b-toaster .list-group-item-success.list-group-item-action:hover, .b-toaster .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
#solid-app-container .list-group-item-success.list-group-item-action.active, div[id*=_modal_outer_] .list-group-item-success.list-group-item-action.active, .b-toaster .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
#solid-app-container .list-group-item-info, div[id*=_modal_outer_] .list-group-item-info, .b-toaster .list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
#solid-app-container .list-group-item-info.list-group-item-action:hover, #solid-app-container .list-group-item-info.list-group-item-action:focus, div[id*=_modal_outer_] .list-group-item-info.list-group-item-action:hover, div[id*=_modal_outer_] .list-group-item-info.list-group-item-action:focus, .b-toaster .list-group-item-info.list-group-item-action:hover, .b-toaster .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
#solid-app-container .list-group-item-info.list-group-item-action.active, div[id*=_modal_outer_] .list-group-item-info.list-group-item-action.active, .b-toaster .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
#solid-app-container .list-group-item-warning, div[id*=_modal_outer_] .list-group-item-warning, .b-toaster .list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
#solid-app-container .list-group-item-warning.list-group-item-action:hover, #solid-app-container .list-group-item-warning.list-group-item-action:focus, div[id*=_modal_outer_] .list-group-item-warning.list-group-item-action:hover, div[id*=_modal_outer_] .list-group-item-warning.list-group-item-action:focus, .b-toaster .list-group-item-warning.list-group-item-action:hover, .b-toaster .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
#solid-app-container .list-group-item-warning.list-group-item-action.active, div[id*=_modal_outer_] .list-group-item-warning.list-group-item-action.active, .b-toaster .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
#solid-app-container .list-group-item-danger, div[id*=_modal_outer_] .list-group-item-danger, .b-toaster .list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
#solid-app-container .list-group-item-danger.list-group-item-action:hover, #solid-app-container .list-group-item-danger.list-group-item-action:focus, div[id*=_modal_outer_] .list-group-item-danger.list-group-item-action:hover, div[id*=_modal_outer_] .list-group-item-danger.list-group-item-action:focus, .b-toaster .list-group-item-danger.list-group-item-action:hover, .b-toaster .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
#solid-app-container .list-group-item-danger.list-group-item-action.active, div[id*=_modal_outer_] .list-group-item-danger.list-group-item-action.active, .b-toaster .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
#solid-app-container .list-group-item-light, div[id*=_modal_outer_] .list-group-item-light, .b-toaster .list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
#solid-app-container .list-group-item-light.list-group-item-action:hover, #solid-app-container .list-group-item-light.list-group-item-action:focus, div[id*=_modal_outer_] .list-group-item-light.list-group-item-action:hover, div[id*=_modal_outer_] .list-group-item-light.list-group-item-action:focus, .b-toaster .list-group-item-light.list-group-item-action:hover, .b-toaster .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
#solid-app-container .list-group-item-light.list-group-item-action.active, div[id*=_modal_outer_] .list-group-item-light.list-group-item-action.active, .b-toaster .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
#solid-app-container .list-group-item-dark, div[id*=_modal_outer_] .list-group-item-dark, .b-toaster .list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
#solid-app-container .list-group-item-dark.list-group-item-action:hover, #solid-app-container .list-group-item-dark.list-group-item-action:focus, div[id*=_modal_outer_] .list-group-item-dark.list-group-item-action:hover, div[id*=_modal_outer_] .list-group-item-dark.list-group-item-action:focus, .b-toaster .list-group-item-dark.list-group-item-action:hover, .b-toaster .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
#solid-app-container .list-group-item-dark.list-group-item-action.active, div[id*=_modal_outer_] .list-group-item-dark.list-group-item-action.active, .b-toaster .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
#solid-app-container .close, div[id*=_modal_outer_] .close, .b-toaster .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
#solid-app-container .close:hover, div[id*=_modal_outer_] .close:hover, .b-toaster .close:hover {
  color: #000;
  text-decoration: none;
}
#solid-app-container .close:not(:disabled):not(.disabled):hover, #solid-app-container .close:not(:disabled):not(.disabled):focus, div[id*=_modal_outer_] .close:not(:disabled):not(.disabled):hover, div[id*=_modal_outer_] .close:not(:disabled):not(.disabled):focus, .b-toaster .close:not(:disabled):not(.disabled):hover, .b-toaster .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
#solid-app-container button.close, div[id*=_modal_outer_] button.close, .b-toaster button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
#solid-app-container a.close.disabled, div[id*=_modal_outer_] a.close.disabled, .b-toaster a.close.disabled {
  pointer-events: none;
}
#solid-app-container .popover, div[id*=_modal_outer_] .popover, .b-toaster .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
#solid-app-container .popover .arrow, div[id*=_modal_outer_] .popover .arrow, .b-toaster .popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
#solid-app-container .popover .arrow::before, #solid-app-container .popover .arrow::after, div[id*=_modal_outer_] .popover .arrow::before, div[id*=_modal_outer_] .popover .arrow::after, .b-toaster .popover .arrow::before, .b-toaster .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
#solid-app-container .bs-popover-top, #solid-app-container .b-popover-dark.bs-popover-auto[x-placement^=top], #solid-app-container .b-popover-light.bs-popover-auto[x-placement^=top], #solid-app-container .b-popover-danger.bs-popover-auto[x-placement^=top], #solid-app-container .b-popover-warning.bs-popover-auto[x-placement^=top], #solid-app-container .b-popover-info.bs-popover-auto[x-placement^=top], #solid-app-container .b-popover-success.bs-popover-auto[x-placement^=top], #solid-app-container .b-popover-secondary.bs-popover-auto[x-placement^=top], #solid-app-container .b-popover-primary.bs-popover-auto[x-placement^=top], #solid-app-container .bs-popover-auto[x-placement^=top], div[id*=_modal_outer_] .bs-popover-top, div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=top], div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=top], .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=top], div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=top], div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=top], .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=top], div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=top], div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=top], .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=top], div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=top], div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=top], .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=top], div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=top], div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=top], .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=top], div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=top], div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=top], .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=top], div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=top], div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=top], .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=top], div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=top], div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=top], .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=top], div[id*=_modal_outer_] .bs-popover-auto[x-placement^=top], div[id*=_modal_outer_] .b-toaster .bs-popover-auto[x-placement^=top], .b-toaster div[id*=_modal_outer_] .bs-popover-auto[x-placement^=top], .b-toaster .bs-popover-top, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=top], div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=top], .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=top], .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=top], div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=top], .b-toaster .b-popover-light.bs-popover-auto[x-placement^=top], .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=top], div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=top], .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=top], .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=top], div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=top], .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=top], .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=top], div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=top], .b-toaster .b-popover-info.bs-popover-auto[x-placement^=top], .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=top], div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=top], .b-toaster .b-popover-success.bs-popover-auto[x-placement^=top], .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=top], div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=top], .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=top], .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=top], div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=top], .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=top], .b-toaster div[id*=_modal_outer_] .bs-popover-auto[x-placement^=top], div[id*=_modal_outer_] .b-toaster .bs-popover-auto[x-placement^=top], .b-toaster .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
#solid-app-container .bs-popover-top > .arrow, #solid-app-container .bs-popover-auto[x-placement^=top] > .arrow, #solid-app-container div[id*=_modal_outer_] .bs-popover-auto[x-placement^=top] > .arrow, #solid-app-container .b-toaster .bs-popover-auto[x-placement^=top] > .arrow, div[id*=_modal_outer_] .bs-popover-top > .arrow, div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow, div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow, div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow, div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow, div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow, div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow, div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow, div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow, div[id*=_modal_outer_] .bs-popover-auto[x-placement^=top] > .arrow, div[id*=_modal_outer_] .b-toaster .bs-popover-auto[x-placement^=top] > .arrow, .b-toaster div[id*=_modal_outer_] .bs-popover-auto[x-placement^=top] > .arrow, .b-toaster .bs-popover-top > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow, .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow, .b-toaster .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow, .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow, .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow, .b-toaster .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow, .b-toaster .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow, .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow, .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow, .b-toaster div[id*=_modal_outer_] .bs-popover-auto[x-placement^=top] > .arrow, div[id*=_modal_outer_] .b-toaster .bs-popover-auto[x-placement^=top] > .arrow, .b-toaster .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
#solid-app-container .bs-popover-top > .arrow::before, #solid-app-container .bs-popover-auto[x-placement^=top] > .arrow::before, #solid-app-container div[id*=_modal_outer_] .bs-popover-auto[x-placement^=top] > .arrow::before, #solid-app-container .b-toaster .bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .bs-popover-top > .arrow::before, div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .bs-popover-top > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .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);
}
#solid-app-container .bs-popover-top > .arrow::after, #solid-app-container .bs-popover-auto[x-placement^=top] > .arrow::after, #solid-app-container div[id*=_modal_outer_] .bs-popover-auto[x-placement^=top] > .arrow::after, #solid-app-container .b-toaster .bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .bs-popover-top > .arrow::after, div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .bs-popover-top > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
#solid-app-container .bs-popover-right, #solid-app-container .b-popover-dark.bs-popover-auto[x-placement^=right], #solid-app-container .b-popover-light.bs-popover-auto[x-placement^=right], #solid-app-container .b-popover-danger.bs-popover-auto[x-placement^=right], #solid-app-container .b-popover-warning.bs-popover-auto[x-placement^=right], #solid-app-container .b-popover-info.bs-popover-auto[x-placement^=right], #solid-app-container .b-popover-success.bs-popover-auto[x-placement^=right], #solid-app-container .b-popover-secondary.bs-popover-auto[x-placement^=right], #solid-app-container .b-popover-primary.bs-popover-auto[x-placement^=right], #solid-app-container .bs-popover-auto[x-placement^=right], div[id*=_modal_outer_] .bs-popover-right, div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=right], div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=right], .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=right], div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=right], div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=right], .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=right], div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=right], div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=right], .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=right], div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=right], div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=right], .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=right], div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=right], div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=right], .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=right], div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=right], div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=right], .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=right], div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=right], div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=right], .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=right], div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=right], div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=right], .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=right], div[id*=_modal_outer_] .bs-popover-auto[x-placement^=right], div[id*=_modal_outer_] .b-toaster .bs-popover-auto[x-placement^=right], .b-toaster div[id*=_modal_outer_] .bs-popover-auto[x-placement^=right], .b-toaster .bs-popover-right, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=right], div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=right], .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=right], .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=right], div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=right], .b-toaster .b-popover-light.bs-popover-auto[x-placement^=right], .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=right], div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=right], .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=right], .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=right], div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=right], .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=right], .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=right], div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=right], .b-toaster .b-popover-info.bs-popover-auto[x-placement^=right], .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=right], div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=right], .b-toaster .b-popover-success.bs-popover-auto[x-placement^=right], .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=right], div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=right], .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=right], .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=right], div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=right], .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=right], .b-toaster div[id*=_modal_outer_] .bs-popover-auto[x-placement^=right], div[id*=_modal_outer_] .b-toaster .bs-popover-auto[x-placement^=right], .b-toaster .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
#solid-app-container .bs-popover-right > .arrow, #solid-app-container .bs-popover-auto[x-placement^=right] > .arrow, #solid-app-container div[id*=_modal_outer_] .bs-popover-auto[x-placement^=right] > .arrow, #solid-app-container .b-toaster .bs-popover-auto[x-placement^=right] > .arrow, div[id*=_modal_outer_] .bs-popover-right > .arrow, div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow, div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow, div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow, div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow, div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow, div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow, div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow, div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow, div[id*=_modal_outer_] .bs-popover-auto[x-placement^=right] > .arrow, div[id*=_modal_outer_] .b-toaster .bs-popover-auto[x-placement^=right] > .arrow, .b-toaster div[id*=_modal_outer_] .bs-popover-auto[x-placement^=right] > .arrow, .b-toaster .bs-popover-right > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow, .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow, .b-toaster .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow, .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow, .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow, .b-toaster .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow, .b-toaster .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow, .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow, .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow, .b-toaster div[id*=_modal_outer_] .bs-popover-auto[x-placement^=right] > .arrow, div[id*=_modal_outer_] .b-toaster .bs-popover-auto[x-placement^=right] > .arrow, .b-toaster .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
#solid-app-container .bs-popover-right > .arrow::before, #solid-app-container .bs-popover-auto[x-placement^=right] > .arrow::before, #solid-app-container div[id*=_modal_outer_] .bs-popover-auto[x-placement^=right] > .arrow::before, #solid-app-container .b-toaster .bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .bs-popover-right > .arrow::before, div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .bs-popover-right > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .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);
}
#solid-app-container .bs-popover-right > .arrow::after, #solid-app-container .bs-popover-auto[x-placement^=right] > .arrow::after, #solid-app-container div[id*=_modal_outer_] .bs-popover-auto[x-placement^=right] > .arrow::after, #solid-app-container .b-toaster .bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .bs-popover-right > .arrow::after, div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .bs-popover-right > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
#solid-app-container .bs-popover-bottom, #solid-app-container .b-popover-dark.bs-popover-auto[x-placement^=bottom], #solid-app-container .b-popover-light.bs-popover-auto[x-placement^=bottom], #solid-app-container .b-popover-danger.bs-popover-auto[x-placement^=bottom], #solid-app-container .b-popover-warning.bs-popover-auto[x-placement^=bottom], #solid-app-container .b-popover-info.bs-popover-auto[x-placement^=bottom], #solid-app-container .b-popover-success.bs-popover-auto[x-placement^=bottom], #solid-app-container .b-popover-secondary.bs-popover-auto[x-placement^=bottom], #solid-app-container .b-popover-primary.bs-popover-auto[x-placement^=bottom], #solid-app-container .bs-popover-auto[x-placement^=bottom], div[id*=_modal_outer_] .bs-popover-bottom, div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=bottom], div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=bottom], .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=bottom], div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=bottom], div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=bottom], .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=bottom], div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=bottom], div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=bottom], .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=bottom], div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=bottom], div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=bottom], .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=bottom], div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=bottom], div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=bottom], .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=bottom], div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=bottom], div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=bottom], .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=bottom], div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=bottom], div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=bottom], .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=bottom], div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=bottom], div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=bottom], .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=bottom], div[id*=_modal_outer_] .bs-popover-auto[x-placement^=bottom], div[id*=_modal_outer_] .b-toaster .bs-popover-auto[x-placement^=bottom], .b-toaster div[id*=_modal_outer_] .bs-popover-auto[x-placement^=bottom], .b-toaster .bs-popover-bottom, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=bottom], div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=bottom], .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=bottom], .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=bottom], div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=bottom], .b-toaster .b-popover-light.bs-popover-auto[x-placement^=bottom], .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=bottom], div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=bottom], .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=bottom], .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=bottom], div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=bottom], .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=bottom], .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=bottom], div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=bottom], .b-toaster .b-popover-info.bs-popover-auto[x-placement^=bottom], .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=bottom], div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=bottom], .b-toaster .b-popover-success.bs-popover-auto[x-placement^=bottom], .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=bottom], div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=bottom], .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=bottom], .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=bottom], div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=bottom], .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=bottom], .b-toaster div[id*=_modal_outer_] .bs-popover-auto[x-placement^=bottom], div[id*=_modal_outer_] .b-toaster .bs-popover-auto[x-placement^=bottom], .b-toaster .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
#solid-app-container .bs-popover-bottom > .arrow, #solid-app-container .bs-popover-auto[x-placement^=bottom] > .arrow, #solid-app-container div[id*=_modal_outer_] .bs-popover-auto[x-placement^=bottom] > .arrow, #solid-app-container .b-toaster .bs-popover-auto[x-placement^=bottom] > .arrow, div[id*=_modal_outer_] .bs-popover-bottom > .arrow, div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow, div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow, div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow, div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow, div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow, div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow, div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow, div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow, div[id*=_modal_outer_] .bs-popover-auto[x-placement^=bottom] > .arrow, div[id*=_modal_outer_] .b-toaster .bs-popover-auto[x-placement^=bottom] > .arrow, .b-toaster div[id*=_modal_outer_] .bs-popover-auto[x-placement^=bottom] > .arrow, .b-toaster .bs-popover-bottom > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow, .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow, .b-toaster .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow, .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow, .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow, .b-toaster .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow, .b-toaster .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow, .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow, .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow, .b-toaster div[id*=_modal_outer_] .bs-popover-auto[x-placement^=bottom] > .arrow, div[id*=_modal_outer_] .b-toaster .bs-popover-auto[x-placement^=bottom] > .arrow, .b-toaster .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
#solid-app-container .bs-popover-bottom > .arrow::before, #solid-app-container .bs-popover-auto[x-placement^=bottom] > .arrow::before, #solid-app-container div[id*=_modal_outer_] .bs-popover-auto[x-placement^=bottom] > .arrow::before, #solid-app-container .b-toaster .bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .bs-popover-bottom > .arrow::before, div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .bs-popover-bottom > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .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);
}
#solid-app-container .bs-popover-bottom > .arrow::after, #solid-app-container .bs-popover-auto[x-placement^=bottom] > .arrow::after, #solid-app-container div[id*=_modal_outer_] .bs-popover-auto[x-placement^=bottom] > .arrow::after, #solid-app-container .b-toaster .bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .bs-popover-bottom > .arrow::after, div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .bs-popover-bottom > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
#solid-app-container .bs-popover-bottom .popover-header::before, #solid-app-container .bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .bs-popover-bottom .popover-header::before, div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .bs-popover-bottom .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .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;
}
#solid-app-container .bs-popover-left, #solid-app-container .b-popover-dark.bs-popover-auto[x-placement^=left], #solid-app-container .b-popover-light.bs-popover-auto[x-placement^=left], #solid-app-container .b-popover-danger.bs-popover-auto[x-placement^=left], #solid-app-container .b-popover-warning.bs-popover-auto[x-placement^=left], #solid-app-container .b-popover-info.bs-popover-auto[x-placement^=left], #solid-app-container .b-popover-success.bs-popover-auto[x-placement^=left], #solid-app-container .b-popover-secondary.bs-popover-auto[x-placement^=left], #solid-app-container .b-popover-primary.bs-popover-auto[x-placement^=left], #solid-app-container .bs-popover-auto[x-placement^=left], div[id*=_modal_outer_] .bs-popover-left, div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=left], div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=left], .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=left], div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=left], div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=left], .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=left], div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=left], div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=left], .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=left], div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=left], div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=left], .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=left], div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=left], div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=left], .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=left], div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=left], div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=left], .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=left], div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=left], div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=left], .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=left], div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=left], div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=left], .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=left], div[id*=_modal_outer_] .bs-popover-auto[x-placement^=left], div[id*=_modal_outer_] .b-toaster .bs-popover-auto[x-placement^=left], .b-toaster div[id*=_modal_outer_] .bs-popover-auto[x-placement^=left], .b-toaster .bs-popover-left, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=left], div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=left], .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=left], .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=left], div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=left], .b-toaster .b-popover-light.bs-popover-auto[x-placement^=left], .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=left], div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=left], .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=left], .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=left], div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=left], .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=left], .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=left], div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=left], .b-toaster .b-popover-info.bs-popover-auto[x-placement^=left], .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=left], div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=left], .b-toaster .b-popover-success.bs-popover-auto[x-placement^=left], .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=left], div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=left], .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=left], .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=left], div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=left], .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=left], .b-toaster div[id*=_modal_outer_] .bs-popover-auto[x-placement^=left], div[id*=_modal_outer_] .b-toaster .bs-popover-auto[x-placement^=left], .b-toaster .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
#solid-app-container .bs-popover-left > .arrow, #solid-app-container .bs-popover-auto[x-placement^=left] > .arrow, #solid-app-container div[id*=_modal_outer_] .bs-popover-auto[x-placement^=left] > .arrow, #solid-app-container .b-toaster .bs-popover-auto[x-placement^=left] > .arrow, div[id*=_modal_outer_] .bs-popover-left > .arrow, div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow, div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow, div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow, div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow, div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow, div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow, div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow, div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow, div[id*=_modal_outer_] .bs-popover-auto[x-placement^=left] > .arrow, div[id*=_modal_outer_] .b-toaster .bs-popover-auto[x-placement^=left] > .arrow, .b-toaster div[id*=_modal_outer_] .bs-popover-auto[x-placement^=left] > .arrow, .b-toaster .bs-popover-left > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow, .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow, .b-toaster .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow, .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow, .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow, .b-toaster .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow, .b-toaster .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow, .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow, .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow, .b-toaster div[id*=_modal_outer_] .bs-popover-auto[x-placement^=left] > .arrow, div[id*=_modal_outer_] .b-toaster .bs-popover-auto[x-placement^=left] > .arrow, .b-toaster .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
#solid-app-container .bs-popover-left > .arrow::before, #solid-app-container .bs-popover-auto[x-placement^=left] > .arrow::before, #solid-app-container div[id*=_modal_outer_] .bs-popover-auto[x-placement^=left] > .arrow::before, #solid-app-container .b-toaster .bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .bs-popover-left > .arrow::before, div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .bs-popover-left > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .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);
}
#solid-app-container .bs-popover-left > .arrow::after, #solid-app-container .bs-popover-auto[x-placement^=left] > .arrow::after, #solid-app-container div[id*=_modal_outer_] .bs-popover-auto[x-placement^=left] > .arrow::after, #solid-app-container .b-toaster .bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .bs-popover-left > .arrow::after, div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .bs-popover-left > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
#solid-app-container .popover-header, div[id*=_modal_outer_] .popover-header, .b-toaster .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);
}
#solid-app-container .popover-header:empty, div[id*=_modal_outer_] .popover-header:empty, .b-toaster .popover-header:empty {
  display: none;
}
#solid-app-container .popover-body, div[id*=_modal_outer_] .popover-body, .b-toaster .popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
#solid-app-container .carousel, div[id*=_modal_outer_] .carousel, .b-toaster .carousel {
  position: relative;
}
#solid-app-container .carousel.pointer-event, div[id*=_modal_outer_] .carousel.pointer-event, .b-toaster .carousel.pointer-event {
  touch-action: pan-y;
}
#solid-app-container .carousel-inner, div[id*=_modal_outer_] .carousel-inner, .b-toaster .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#solid-app-container .carousel-inner::after, div[id*=_modal_outer_] .carousel-inner::after, .b-toaster .carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
#solid-app-container .carousel-item, div[id*=_modal_outer_] .carousel-item, .b-toaster .carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  #solid-app-container .carousel-item, div[id*=_modal_outer_] .carousel-item, .b-toaster .carousel-item {
    transition: none;
  }
}
#solid-app-container .carousel-item.active,
#solid-app-container .carousel-item-next,
#solid-app-container .carousel-item-prev, div[id*=_modal_outer_] .carousel-item.active,
div[id*=_modal_outer_] .carousel-item-next,
div[id*=_modal_outer_] .carousel-item-prev, .b-toaster .carousel-item.active,
.b-toaster .carousel-item-next,
.b-toaster .carousel-item-prev {
  display: block;
}
#solid-app-container .carousel-item-next:not(.carousel-item-left),
#solid-app-container .active.carousel-item-right, div[id*=_modal_outer_] .carousel-item-next:not(.carousel-item-left),
div[id*=_modal_outer_] .active.carousel-item-right, .b-toaster .carousel-item-next:not(.carousel-item-left),
.b-toaster .active.carousel-item-right {
  transform: translateX(100%);
}
#solid-app-container .carousel-item-prev:not(.carousel-item-right),
#solid-app-container .active.carousel-item-left, div[id*=_modal_outer_] .carousel-item-prev:not(.carousel-item-right),
div[id*=_modal_outer_] .active.carousel-item-left, .b-toaster .carousel-item-prev:not(.carousel-item-right),
.b-toaster .active.carousel-item-left {
  transform: translateX(-100%);
}
#solid-app-container .carousel-fade .carousel-item, div[id*=_modal_outer_] .carousel-fade .carousel-item, .b-toaster .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
#solid-app-container .carousel-fade .carousel-item.active,
#solid-app-container .carousel-fade .carousel-item-next.carousel-item-left,
#solid-app-container .carousel-fade .carousel-item-prev.carousel-item-right, div[id*=_modal_outer_] .carousel-fade .carousel-item.active,
div[id*=_modal_outer_] .carousel-fade .carousel-item-next.carousel-item-left,
div[id*=_modal_outer_] .carousel-fade .carousel-item-prev.carousel-item-right, .b-toaster .carousel-fade .carousel-item.active,
.b-toaster .carousel-fade .carousel-item-next.carousel-item-left,
.b-toaster .carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
#solid-app-container .carousel-fade .active.carousel-item-left,
#solid-app-container .carousel-fade .active.carousel-item-right, div[id*=_modal_outer_] .carousel-fade .active.carousel-item-left,
div[id*=_modal_outer_] .carousel-fade .active.carousel-item-right, .b-toaster .carousel-fade .active.carousel-item-left,
.b-toaster .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  #solid-app-container .carousel-fade .active.carousel-item-left,
#solid-app-container .carousel-fade .active.carousel-item-right, div[id*=_modal_outer_] .carousel-fade .active.carousel-item-left,
div[id*=_modal_outer_] .carousel-fade .active.carousel-item-right, .b-toaster .carousel-fade .active.carousel-item-left,
.b-toaster .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
#solid-app-container .carousel-control-prev,
#solid-app-container .carousel-control-next, div[id*=_modal_outer_] .carousel-control-prev,
div[id*=_modal_outer_] .carousel-control-next, .b-toaster .carousel-control-prev,
.b-toaster .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) {
  #solid-app-container .carousel-control-prev,
#solid-app-container .carousel-control-next, div[id*=_modal_outer_] .carousel-control-prev,
div[id*=_modal_outer_] .carousel-control-next, .b-toaster .carousel-control-prev,
.b-toaster .carousel-control-next {
    transition: none;
  }
}
#solid-app-container .carousel-control-prev:hover, #solid-app-container .carousel-control-prev:focus,
#solid-app-container .carousel-control-next:hover,
#solid-app-container .carousel-control-next:focus, div[id*=_modal_outer_] .carousel-control-prev:hover, div[id*=_modal_outer_] .carousel-control-prev:focus,
div[id*=_modal_outer_] .carousel-control-next:hover,
div[id*=_modal_outer_] .carousel-control-next:focus, .b-toaster .carousel-control-prev:hover, .b-toaster .carousel-control-prev:focus,
.b-toaster .carousel-control-next:hover,
.b-toaster .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
#solid-app-container .carousel-control-prev, div[id*=_modal_outer_] .carousel-control-prev, .b-toaster .carousel-control-prev {
  left: 0;
}
#solid-app-container .carousel-control-next, div[id*=_modal_outer_] .carousel-control-next, .b-toaster .carousel-control-next {
  right: 0;
}
#solid-app-container .carousel-control-prev-icon,
#solid-app-container .carousel-control-next-icon, div[id*=_modal_outer_] .carousel-control-prev-icon,
div[id*=_modal_outer_] .carousel-control-next-icon, .b-toaster .carousel-control-prev-icon,
.b-toaster .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}
#solid-app-container .carousel-control-prev-icon, div[id*=_modal_outer_] .carousel-control-prev-icon, .b-toaster .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");
}
#solid-app-container .carousel-control-next-icon, div[id*=_modal_outer_] .carousel-control-next-icon, .b-toaster .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");
}
#solid-app-container .carousel-indicators, div[id*=_modal_outer_] .carousel-indicators, .b-toaster .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;
}
#solid-app-container .carousel-indicators li, div[id*=_modal_outer_] .carousel-indicators li, .b-toaster .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: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  #solid-app-container .carousel-indicators li, div[id*=_modal_outer_] .carousel-indicators li, .b-toaster .carousel-indicators li {
    transition: none;
  }
}
#solid-app-container .carousel-indicators .active, div[id*=_modal_outer_] .carousel-indicators .active, .b-toaster .carousel-indicators .active {
  opacity: 1;
}
#solid-app-container .carousel-caption, div[id*=_modal_outer_] .carousel-caption, .b-toaster .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);
  }
}
#solid-app-container .spinner-border, div[id*=_modal_outer_] .spinner-border, .b-toaster .spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}
#solid-app-container .spinner-border-sm, div[id*=_modal_outer_] .spinner-border-sm, .b-toaster .spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
#solid-app-container .spinner-grow, div[id*=_modal_outer_] .spinner-grow, .b-toaster .spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}
#solid-app-container .spinner-grow-sm, div[id*=_modal_outer_] .spinner-grow-sm, .b-toaster .spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  #solid-app-container .spinner-border,
#solid-app-container .spinner-grow, div[id*=_modal_outer_] .spinner-border,
div[id*=_modal_outer_] .spinner-grow, .b-toaster .spinner-border,
.b-toaster .spinner-grow {
    animation-duration: 1.5s;
  }
}
#solid-app-container .align-baseline, div[id*=_modal_outer_] .align-baseline, .b-toaster .align-baseline {
  vertical-align: baseline !important;
}
#solid-app-container .align-top, div[id*=_modal_outer_] .align-top, .b-toaster .align-top {
  vertical-align: top !important;
}
#solid-app-container .align-middle, div[id*=_modal_outer_] .align-middle, .b-toaster .align-middle {
  vertical-align: middle !important;
}
#solid-app-container .align-bottom, div[id*=_modal_outer_] .align-bottom, .b-toaster .align-bottom {
  vertical-align: bottom !important;
}
#solid-app-container .align-text-bottom, div[id*=_modal_outer_] .align-text-bottom, .b-toaster .align-text-bottom {
  vertical-align: text-bottom !important;
}
#solid-app-container .align-text-top, div[id*=_modal_outer_] .align-text-top, .b-toaster .align-text-top {
  vertical-align: text-top !important;
}
#solid-app-container .bg-primary, div[id*=_modal_outer_] .bg-primary, .b-toaster .bg-primary {
  background-color: #1CF196 !important;
}
#solid-app-container a.bg-primary:hover, #solid-app-container a.bg-primary:focus,
#solid-app-container button.bg-primary:hover,
#solid-app-container button.bg-primary:focus, div[id*=_modal_outer_] a.bg-primary:hover, div[id*=_modal_outer_] a.bg-primary:focus,
div[id*=_modal_outer_] button.bg-primary:hover,
div[id*=_modal_outer_] button.bg-primary:focus, .b-toaster a.bg-primary:hover, .b-toaster a.bg-primary:focus,
.b-toaster button.bg-primary:hover,
.b-toaster button.bg-primary:focus {
  background-color: #0dcd7b !important;
}
#solid-app-container .bg-secondary, div[id*=_modal_outer_] .bg-secondary, .b-toaster .bg-secondary {
  background-color: #1CF196 !important;
}
#solid-app-container a.bg-secondary:hover, #solid-app-container a.bg-secondary:focus,
#solid-app-container button.bg-secondary:hover,
#solid-app-container button.bg-secondary:focus, div[id*=_modal_outer_] a.bg-secondary:hover, div[id*=_modal_outer_] a.bg-secondary:focus,
div[id*=_modal_outer_] button.bg-secondary:hover,
div[id*=_modal_outer_] button.bg-secondary:focus, .b-toaster a.bg-secondary:hover, .b-toaster a.bg-secondary:focus,
.b-toaster button.bg-secondary:hover,
.b-toaster button.bg-secondary:focus {
  background-color: #0dcd7b !important;
}
#solid-app-container .bg-success, div[id*=_modal_outer_] .bg-success, .b-toaster .bg-success {
  background-color: #28a745 !important;
}
#solid-app-container a.bg-success:hover, #solid-app-container a.bg-success:focus,
#solid-app-container button.bg-success:hover,
#solid-app-container button.bg-success:focus, div[id*=_modal_outer_] a.bg-success:hover, div[id*=_modal_outer_] a.bg-success:focus,
div[id*=_modal_outer_] button.bg-success:hover,
div[id*=_modal_outer_] button.bg-success:focus, .b-toaster a.bg-success:hover, .b-toaster a.bg-success:focus,
.b-toaster button.bg-success:hover,
.b-toaster button.bg-success:focus {
  background-color: #1e7e34 !important;
}
#solid-app-container .bg-info, div[id*=_modal_outer_] .bg-info, .b-toaster .bg-info {
  background-color: #17a2b8 !important;
}
#solid-app-container a.bg-info:hover, #solid-app-container a.bg-info:focus,
#solid-app-container button.bg-info:hover,
#solid-app-container button.bg-info:focus, div[id*=_modal_outer_] a.bg-info:hover, div[id*=_modal_outer_] a.bg-info:focus,
div[id*=_modal_outer_] button.bg-info:hover,
div[id*=_modal_outer_] button.bg-info:focus, .b-toaster a.bg-info:hover, .b-toaster a.bg-info:focus,
.b-toaster button.bg-info:hover,
.b-toaster button.bg-info:focus {
  background-color: #117a8b !important;
}
#solid-app-container .bg-warning, div[id*=_modal_outer_] .bg-warning, .b-toaster .bg-warning {
  background-color: #ffc107 !important;
}
#solid-app-container a.bg-warning:hover, #solid-app-container a.bg-warning:focus,
#solid-app-container button.bg-warning:hover,
#solid-app-container button.bg-warning:focus, div[id*=_modal_outer_] a.bg-warning:hover, div[id*=_modal_outer_] a.bg-warning:focus,
div[id*=_modal_outer_] button.bg-warning:hover,
div[id*=_modal_outer_] button.bg-warning:focus, .b-toaster a.bg-warning:hover, .b-toaster a.bg-warning:focus,
.b-toaster button.bg-warning:hover,
.b-toaster button.bg-warning:focus {
  background-color: #d39e00 !important;
}
#solid-app-container .bg-danger, div[id*=_modal_outer_] .bg-danger, .b-toaster .bg-danger {
  background-color: #dc3545 !important;
}
#solid-app-container a.bg-danger:hover, #solid-app-container a.bg-danger:focus,
#solid-app-container button.bg-danger:hover,
#solid-app-container button.bg-danger:focus, div[id*=_modal_outer_] a.bg-danger:hover, div[id*=_modal_outer_] a.bg-danger:focus,
div[id*=_modal_outer_] button.bg-danger:hover,
div[id*=_modal_outer_] button.bg-danger:focus, .b-toaster a.bg-danger:hover, .b-toaster a.bg-danger:focus,
.b-toaster button.bg-danger:hover,
.b-toaster button.bg-danger:focus {
  background-color: #bd2130 !important;
}
#solid-app-container .bg-light, div[id*=_modal_outer_] .bg-light, .b-toaster .bg-light {
  background-color: #f8f9fa !important;
}
#solid-app-container a.bg-light:hover, #solid-app-container a.bg-light:focus,
#solid-app-container button.bg-light:hover,
#solid-app-container button.bg-light:focus, div[id*=_modal_outer_] a.bg-light:hover, div[id*=_modal_outer_] a.bg-light:focus,
div[id*=_modal_outer_] button.bg-light:hover,
div[id*=_modal_outer_] button.bg-light:focus, .b-toaster a.bg-light:hover, .b-toaster a.bg-light:focus,
.b-toaster button.bg-light:hover,
.b-toaster button.bg-light:focus {
  background-color: #dae0e5 !important;
}
#solid-app-container .bg-dark, div[id*=_modal_outer_] .bg-dark, .b-toaster .bg-dark {
  background-color: #343a40 !important;
}
#solid-app-container a.bg-dark:hover, #solid-app-container a.bg-dark:focus,
#solid-app-container button.bg-dark:hover,
#solid-app-container button.bg-dark:focus, div[id*=_modal_outer_] a.bg-dark:hover, div[id*=_modal_outer_] a.bg-dark:focus,
div[id*=_modal_outer_] button.bg-dark:hover,
div[id*=_modal_outer_] button.bg-dark:focus, .b-toaster a.bg-dark:hover, .b-toaster a.bg-dark:focus,
.b-toaster button.bg-dark:hover,
.b-toaster button.bg-dark:focus {
  background-color: #1d2124 !important;
}
#solid-app-container .bg-white, div[id*=_modal_outer_] .bg-white, .b-toaster .bg-white {
  background-color: #fff !important;
}
#solid-app-container .bg-transparent, div[id*=_modal_outer_] .bg-transparent, .b-toaster .bg-transparent {
  background-color: transparent !important;
}
#solid-app-container .border, div[id*=_modal_outer_] .border, .b-toaster .border {
  border: 1px solid #dee2e6 !important;
}
#solid-app-container .border-top, div[id*=_modal_outer_] .border-top, .b-toaster .border-top {
  border-top: 1px solid #dee2e6 !important;
}
#solid-app-container .border-right, div[id*=_modal_outer_] .border-right, .b-toaster .border-right {
  border-right: 1px solid #dee2e6 !important;
}
#solid-app-container .border-bottom, div[id*=_modal_outer_] .border-bottom, .b-toaster .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
#solid-app-container .border-left, div[id*=_modal_outer_] .border-left, .b-toaster .border-left {
  border-left: 1px solid #dee2e6 !important;
}
#solid-app-container .border-0, div[id*=_modal_outer_] .border-0, .b-toaster .border-0 {
  border: 0 !important;
}
#solid-app-container .border-top-0, div[id*=_modal_outer_] .border-top-0, .b-toaster .border-top-0 {
  border-top: 0 !important;
}
#solid-app-container .border-right-0, div[id*=_modal_outer_] .border-right-0, .b-toaster .border-right-0 {
  border-right: 0 !important;
}
#solid-app-container .border-bottom-0, div[id*=_modal_outer_] .border-bottom-0, .b-toaster .border-bottom-0 {
  border-bottom: 0 !important;
}
#solid-app-container .border-left-0, div[id*=_modal_outer_] .border-left-0, .b-toaster .border-left-0 {
  border-left: 0 !important;
}
#solid-app-container .border-primary, div[id*=_modal_outer_] .border-primary, .b-toaster .border-primary {
  border-color: #1CF196 !important;
}
#solid-app-container .border-secondary, div[id*=_modal_outer_] .border-secondary, .b-toaster .border-secondary {
  border-color: #1CF196 !important;
}
#solid-app-container .border-success, div[id*=_modal_outer_] .border-success, .b-toaster .border-success {
  border-color: #28a745 !important;
}
#solid-app-container .border-info, div[id*=_modal_outer_] .border-info, .b-toaster .border-info {
  border-color: #17a2b8 !important;
}
#solid-app-container .border-warning, div[id*=_modal_outer_] .border-warning, .b-toaster .border-warning {
  border-color: #ffc107 !important;
}
#solid-app-container .border-danger, div[id*=_modal_outer_] .border-danger, .b-toaster .border-danger {
  border-color: #dc3545 !important;
}
#solid-app-container .border-light, div[id*=_modal_outer_] .border-light, .b-toaster .border-light {
  border-color: #f8f9fa !important;
}
#solid-app-container .border-dark, div[id*=_modal_outer_] .border-dark, .b-toaster .border-dark {
  border-color: #343a40 !important;
}
#solid-app-container .border-white, div[id*=_modal_outer_] .border-white, .b-toaster .border-white {
  border-color: #fff !important;
}
#solid-app-container .rounded-sm, div[id*=_modal_outer_] .rounded-sm, .b-toaster .rounded-sm {
  border-radius: 0.2rem !important;
}
#solid-app-container .rounded, div[id*=_modal_outer_] .rounded, .b-toaster .rounded {
  border-radius: 0.25rem !important;
}
#solid-app-container .rounded-top, div[id*=_modal_outer_] .rounded-top, .b-toaster .rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
#solid-app-container .rounded-right, div[id*=_modal_outer_] .rounded-right, .b-toaster .rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
#solid-app-container .rounded-bottom, div[id*=_modal_outer_] .rounded-bottom, .b-toaster .rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
#solid-app-container .rounded-left, div[id*=_modal_outer_] .rounded-left, .b-toaster .rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
#solid-app-container .rounded-lg, div[id*=_modal_outer_] .rounded-lg, .b-toaster .rounded-lg {
  border-radius: 0.3rem !important;
}
#solid-app-container .rounded-circle, div[id*=_modal_outer_] .rounded-circle, .b-toaster .rounded-circle {
  border-radius: 50% !important;
}
#solid-app-container .rounded-pill, div[id*=_modal_outer_] .rounded-pill, .b-toaster .rounded-pill {
  border-radius: 50rem !important;
}
#solid-app-container .rounded-0, div[id*=_modal_outer_] .rounded-0, .b-toaster .rounded-0 {
  border-radius: 0 !important;
}
#solid-app-container .clearfix::after, div[id*=_modal_outer_] .clearfix::after, .b-toaster .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
#solid-app-container .d-none, div[id*=_modal_outer_] .d-none, .b-toaster .d-none {
  display: none !important;
}
#solid-app-container .d-inline, div[id*=_modal_outer_] .d-inline, .b-toaster .d-inline {
  display: inline !important;
}
#solid-app-container .d-inline-block, div[id*=_modal_outer_] .d-inline-block, .b-toaster .d-inline-block {
  display: inline-block !important;
}
#solid-app-container .d-block, div[id*=_modal_outer_] .d-block, .b-toaster .d-block {
  display: block !important;
}
#solid-app-container .d-table, div[id*=_modal_outer_] .d-table, .b-toaster .d-table {
  display: table !important;
}
#solid-app-container .d-table-row, div[id*=_modal_outer_] .d-table-row, .b-toaster .d-table-row {
  display: table-row !important;
}
#solid-app-container .d-table-cell, div[id*=_modal_outer_] .d-table-cell, .b-toaster .d-table-cell {
  display: table-cell !important;
}
#solid-app-container .d-flex, div[id*=_modal_outer_] .d-flex, .b-toaster .d-flex {
  display: flex !important;
}
#solid-app-container .d-inline-flex, div[id*=_modal_outer_] .d-inline-flex, .b-toaster .d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  #solid-app-container .d-sm-none, div[id*=_modal_outer_] .d-sm-none, .b-toaster .d-sm-none {
    display: none !important;
  }
  #solid-app-container .d-sm-inline, div[id*=_modal_outer_] .d-sm-inline, .b-toaster .d-sm-inline {
    display: inline !important;
  }
  #solid-app-container .d-sm-inline-block, div[id*=_modal_outer_] .d-sm-inline-block, .b-toaster .d-sm-inline-block {
    display: inline-block !important;
  }
  #solid-app-container .d-sm-block, div[id*=_modal_outer_] .d-sm-block, .b-toaster .d-sm-block {
    display: block !important;
  }
  #solid-app-container .d-sm-table, div[id*=_modal_outer_] .d-sm-table, .b-toaster .d-sm-table {
    display: table !important;
  }
  #solid-app-container .d-sm-table-row, div[id*=_modal_outer_] .d-sm-table-row, .b-toaster .d-sm-table-row {
    display: table-row !important;
  }
  #solid-app-container .d-sm-table-cell, div[id*=_modal_outer_] .d-sm-table-cell, .b-toaster .d-sm-table-cell {
    display: table-cell !important;
  }
  #solid-app-container .d-sm-flex, div[id*=_modal_outer_] .d-sm-flex, .b-toaster .d-sm-flex {
    display: flex !important;
  }
  #solid-app-container .d-sm-inline-flex, div[id*=_modal_outer_] .d-sm-inline-flex, .b-toaster .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  #solid-app-container .d-md-none, div[id*=_modal_outer_] .d-md-none, .b-toaster .d-md-none {
    display: none !important;
  }
  #solid-app-container .d-md-inline, div[id*=_modal_outer_] .d-md-inline, .b-toaster .d-md-inline {
    display: inline !important;
  }
  #solid-app-container .d-md-inline-block, div[id*=_modal_outer_] .d-md-inline-block, .b-toaster .d-md-inline-block {
    display: inline-block !important;
  }
  #solid-app-container .d-md-block, div[id*=_modal_outer_] .d-md-block, .b-toaster .d-md-block {
    display: block !important;
  }
  #solid-app-container .d-md-table, div[id*=_modal_outer_] .d-md-table, .b-toaster .d-md-table {
    display: table !important;
  }
  #solid-app-container .d-md-table-row, div[id*=_modal_outer_] .d-md-table-row, .b-toaster .d-md-table-row {
    display: table-row !important;
  }
  #solid-app-container .d-md-table-cell, div[id*=_modal_outer_] .d-md-table-cell, .b-toaster .d-md-table-cell {
    display: table-cell !important;
  }
  #solid-app-container .d-md-flex, div[id*=_modal_outer_] .d-md-flex, .b-toaster .d-md-flex {
    display: flex !important;
  }
  #solid-app-container .d-md-inline-flex, div[id*=_modal_outer_] .d-md-inline-flex, .b-toaster .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  #solid-app-container .d-lg-none, div[id*=_modal_outer_] .d-lg-none, .b-toaster .d-lg-none {
    display: none !important;
  }
  #solid-app-container .d-lg-inline, div[id*=_modal_outer_] .d-lg-inline, .b-toaster .d-lg-inline {
    display: inline !important;
  }
  #solid-app-container .d-lg-inline-block, div[id*=_modal_outer_] .d-lg-inline-block, .b-toaster .d-lg-inline-block {
    display: inline-block !important;
  }
  #solid-app-container .d-lg-block, div[id*=_modal_outer_] .d-lg-block, .b-toaster .d-lg-block {
    display: block !important;
  }
  #solid-app-container .d-lg-table, div[id*=_modal_outer_] .d-lg-table, .b-toaster .d-lg-table {
    display: table !important;
  }
  #solid-app-container .d-lg-table-row, div[id*=_modal_outer_] .d-lg-table-row, .b-toaster .d-lg-table-row {
    display: table-row !important;
  }
  #solid-app-container .d-lg-table-cell, div[id*=_modal_outer_] .d-lg-table-cell, .b-toaster .d-lg-table-cell {
    display: table-cell !important;
  }
  #solid-app-container .d-lg-flex, div[id*=_modal_outer_] .d-lg-flex, .b-toaster .d-lg-flex {
    display: flex !important;
  }
  #solid-app-container .d-lg-inline-flex, div[id*=_modal_outer_] .d-lg-inline-flex, .b-toaster .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  #solid-app-container .d-xl-none, div[id*=_modal_outer_] .d-xl-none, .b-toaster .d-xl-none {
    display: none !important;
  }
  #solid-app-container .d-xl-inline, div[id*=_modal_outer_] .d-xl-inline, .b-toaster .d-xl-inline {
    display: inline !important;
  }
  #solid-app-container .d-xl-inline-block, div[id*=_modal_outer_] .d-xl-inline-block, .b-toaster .d-xl-inline-block {
    display: inline-block !important;
  }
  #solid-app-container .d-xl-block, div[id*=_modal_outer_] .d-xl-block, .b-toaster .d-xl-block {
    display: block !important;
  }
  #solid-app-container .d-xl-table, div[id*=_modal_outer_] .d-xl-table, .b-toaster .d-xl-table {
    display: table !important;
  }
  #solid-app-container .d-xl-table-row, div[id*=_modal_outer_] .d-xl-table-row, .b-toaster .d-xl-table-row {
    display: table-row !important;
  }
  #solid-app-container .d-xl-table-cell, div[id*=_modal_outer_] .d-xl-table-cell, .b-toaster .d-xl-table-cell {
    display: table-cell !important;
  }
  #solid-app-container .d-xl-flex, div[id*=_modal_outer_] .d-xl-flex, .b-toaster .d-xl-flex {
    display: flex !important;
  }
  #solid-app-container .d-xl-inline-flex, div[id*=_modal_outer_] .d-xl-inline-flex, .b-toaster .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  #solid-app-container .d-print-none, div[id*=_modal_outer_] .d-print-none, .b-toaster .d-print-none {
    display: none !important;
  }
  #solid-app-container .d-print-inline, div[id*=_modal_outer_] .d-print-inline, .b-toaster .d-print-inline {
    display: inline !important;
  }
  #solid-app-container .d-print-inline-block, div[id*=_modal_outer_] .d-print-inline-block, .b-toaster .d-print-inline-block {
    display: inline-block !important;
  }
  #solid-app-container .d-print-block, div[id*=_modal_outer_] .d-print-block, .b-toaster .d-print-block {
    display: block !important;
  }
  #solid-app-container .d-print-table, div[id*=_modal_outer_] .d-print-table, .b-toaster .d-print-table {
    display: table !important;
  }
  #solid-app-container .d-print-table-row, div[id*=_modal_outer_] .d-print-table-row, .b-toaster .d-print-table-row {
    display: table-row !important;
  }
  #solid-app-container .d-print-table-cell, div[id*=_modal_outer_] .d-print-table-cell, .b-toaster .d-print-table-cell {
    display: table-cell !important;
  }
  #solid-app-container .d-print-flex, div[id*=_modal_outer_] .d-print-flex, .b-toaster .d-print-flex {
    display: flex !important;
  }
  #solid-app-container .d-print-inline-flex, div[id*=_modal_outer_] .d-print-inline-flex, .b-toaster .d-print-inline-flex {
    display: inline-flex !important;
  }
}
#solid-app-container .embed-responsive, div[id*=_modal_outer_] .embed-responsive, .b-toaster .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
#solid-app-container .embed-responsive::before, div[id*=_modal_outer_] .embed-responsive::before, .b-toaster .embed-responsive::before {
  display: block;
  content: "";
}
#solid-app-container .embed-responsive .embed-responsive-item,
#solid-app-container .embed-responsive iframe,
#solid-app-container .embed-responsive embed,
#solid-app-container .embed-responsive object,
#solid-app-container .embed-responsive video, div[id*=_modal_outer_] .embed-responsive .embed-responsive-item,
div[id*=_modal_outer_] .embed-responsive iframe,
div[id*=_modal_outer_] .embed-responsive embed,
div[id*=_modal_outer_] .embed-responsive object,
div[id*=_modal_outer_] .embed-responsive video, .b-toaster .embed-responsive .embed-responsive-item,
.b-toaster .embed-responsive iframe,
.b-toaster .embed-responsive embed,
.b-toaster .embed-responsive object,
.b-toaster .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#solid-app-container .embed-responsive-21by9::before, div[id*=_modal_outer_] .embed-responsive-21by9::before, .b-toaster .embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
#solid-app-container .embed-responsive-16by9::before, div[id*=_modal_outer_] .embed-responsive-16by9::before, .b-toaster .embed-responsive-16by9::before {
  padding-top: 56.25%;
}
#solid-app-container .embed-responsive-4by3::before, div[id*=_modal_outer_] .embed-responsive-4by3::before, .b-toaster .embed-responsive-4by3::before {
  padding-top: 75%;
}
#solid-app-container .embed-responsive-1by1::before, div[id*=_modal_outer_] .embed-responsive-1by1::before, .b-toaster .embed-responsive-1by1::before {
  padding-top: 100%;
}
#solid-app-container .flex-row, div[id*=_modal_outer_] .flex-row, .b-toaster .flex-row {
  flex-direction: row !important;
}
#solid-app-container .flex-column, div[id*=_modal_outer_] .flex-column, .b-toaster .flex-column {
  flex-direction: column !important;
}
#solid-app-container .flex-row-reverse, div[id*=_modal_outer_] .flex-row-reverse, .b-toaster .flex-row-reverse {
  flex-direction: row-reverse !important;
}
#solid-app-container .flex-column-reverse, div[id*=_modal_outer_] .flex-column-reverse, .b-toaster .flex-column-reverse {
  flex-direction: column-reverse !important;
}
#solid-app-container .flex-wrap, div[id*=_modal_outer_] .flex-wrap, .b-toaster .flex-wrap {
  flex-wrap: wrap !important;
}
#solid-app-container .flex-nowrap, div[id*=_modal_outer_] .flex-nowrap, .b-toaster .flex-nowrap {
  flex-wrap: nowrap !important;
}
#solid-app-container .flex-wrap-reverse, div[id*=_modal_outer_] .flex-wrap-reverse, .b-toaster .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
#solid-app-container .flex-fill, div[id*=_modal_outer_] .flex-fill, .b-toaster .flex-fill {
  flex: 1 1 auto !important;
}
#solid-app-container .flex-grow-0, div[id*=_modal_outer_] .flex-grow-0, .b-toaster .flex-grow-0 {
  flex-grow: 0 !important;
}
#solid-app-container .flex-grow-1, div[id*=_modal_outer_] .flex-grow-1, .b-toaster .flex-grow-1 {
  flex-grow: 1 !important;
}
#solid-app-container .flex-shrink-0, div[id*=_modal_outer_] .flex-shrink-0, .b-toaster .flex-shrink-0 {
  flex-shrink: 0 !important;
}
#solid-app-container .flex-shrink-1, div[id*=_modal_outer_] .flex-shrink-1, .b-toaster .flex-shrink-1 {
  flex-shrink: 1 !important;
}
#solid-app-container .justify-content-start, div[id*=_modal_outer_] .justify-content-start, .b-toaster .justify-content-start {
  justify-content: flex-start !important;
}
#solid-app-container .justify-content-end, div[id*=_modal_outer_] .justify-content-end, .b-toaster .justify-content-end {
  justify-content: flex-end !important;
}
#solid-app-container .justify-content-center, div[id*=_modal_outer_] .justify-content-center, .b-toaster .justify-content-center {
  justify-content: center !important;
}
#solid-app-container .justify-content-between, div[id*=_modal_outer_] .justify-content-between, .b-toaster .justify-content-between {
  justify-content: space-between !important;
}
#solid-app-container .justify-content-around, div[id*=_modal_outer_] .justify-content-around, .b-toaster .justify-content-around {
  justify-content: space-around !important;
}
#solid-app-container .align-items-start, div[id*=_modal_outer_] .align-items-start, .b-toaster .align-items-start {
  align-items: flex-start !important;
}
#solid-app-container .align-items-end, div[id*=_modal_outer_] .align-items-end, .b-toaster .align-items-end {
  align-items: flex-end !important;
}
#solid-app-container .align-items-center, div[id*=_modal_outer_] .align-items-center, .b-toaster .align-items-center {
  align-items: center !important;
}
#solid-app-container .align-items-baseline, div[id*=_modal_outer_] .align-items-baseline, .b-toaster .align-items-baseline {
  align-items: baseline !important;
}
#solid-app-container .align-items-stretch, div[id*=_modal_outer_] .align-items-stretch, .b-toaster .align-items-stretch {
  align-items: stretch !important;
}
#solid-app-container .align-content-start, div[id*=_modal_outer_] .align-content-start, .b-toaster .align-content-start {
  align-content: flex-start !important;
}
#solid-app-container .align-content-end, div[id*=_modal_outer_] .align-content-end, .b-toaster .align-content-end {
  align-content: flex-end !important;
}
#solid-app-container .align-content-center, div[id*=_modal_outer_] .align-content-center, .b-toaster .align-content-center {
  align-content: center !important;
}
#solid-app-container .align-content-between, div[id*=_modal_outer_] .align-content-between, .b-toaster .align-content-between {
  align-content: space-between !important;
}
#solid-app-container .align-content-around, div[id*=_modal_outer_] .align-content-around, .b-toaster .align-content-around {
  align-content: space-around !important;
}
#solid-app-container .align-content-stretch, div[id*=_modal_outer_] .align-content-stretch, .b-toaster .align-content-stretch {
  align-content: stretch !important;
}
#solid-app-container .align-self-auto, div[id*=_modal_outer_] .align-self-auto, .b-toaster .align-self-auto {
  align-self: auto !important;
}
#solid-app-container .align-self-start, div[id*=_modal_outer_] .align-self-start, .b-toaster .align-self-start {
  align-self: flex-start !important;
}
#solid-app-container .align-self-end, div[id*=_modal_outer_] .align-self-end, .b-toaster .align-self-end {
  align-self: flex-end !important;
}
#solid-app-container .align-self-center, div[id*=_modal_outer_] .align-self-center, .b-toaster .align-self-center {
  align-self: center !important;
}
#solid-app-container .align-self-baseline, div[id*=_modal_outer_] .align-self-baseline, .b-toaster .align-self-baseline {
  align-self: baseline !important;
}
#solid-app-container .align-self-stretch, div[id*=_modal_outer_] .align-self-stretch, .b-toaster .align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  #solid-app-container .flex-sm-row, div[id*=_modal_outer_] .flex-sm-row, .b-toaster .flex-sm-row {
    flex-direction: row !important;
  }
  #solid-app-container .flex-sm-column, div[id*=_modal_outer_] .flex-sm-column, .b-toaster .flex-sm-column {
    flex-direction: column !important;
  }
  #solid-app-container .flex-sm-row-reverse, div[id*=_modal_outer_] .flex-sm-row-reverse, .b-toaster .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  #solid-app-container .flex-sm-column-reverse, div[id*=_modal_outer_] .flex-sm-column-reverse, .b-toaster .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  #solid-app-container .flex-sm-wrap, div[id*=_modal_outer_] .flex-sm-wrap, .b-toaster .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  #solid-app-container .flex-sm-nowrap, div[id*=_modal_outer_] .flex-sm-nowrap, .b-toaster .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  #solid-app-container .flex-sm-wrap-reverse, div[id*=_modal_outer_] .flex-sm-wrap-reverse, .b-toaster .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  #solid-app-container .flex-sm-fill, div[id*=_modal_outer_] .flex-sm-fill, .b-toaster .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  #solid-app-container .flex-sm-grow-0, div[id*=_modal_outer_] .flex-sm-grow-0, .b-toaster .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  #solid-app-container .flex-sm-grow-1, div[id*=_modal_outer_] .flex-sm-grow-1, .b-toaster .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  #solid-app-container .flex-sm-shrink-0, div[id*=_modal_outer_] .flex-sm-shrink-0, .b-toaster .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  #solid-app-container .flex-sm-shrink-1, div[id*=_modal_outer_] .flex-sm-shrink-1, .b-toaster .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  #solid-app-container .justify-content-sm-start, div[id*=_modal_outer_] .justify-content-sm-start, .b-toaster .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  #solid-app-container .justify-content-sm-end, div[id*=_modal_outer_] .justify-content-sm-end, .b-toaster .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  #solid-app-container .justify-content-sm-center, div[id*=_modal_outer_] .justify-content-sm-center, .b-toaster .justify-content-sm-center {
    justify-content: center !important;
  }
  #solid-app-container .justify-content-sm-between, div[id*=_modal_outer_] .justify-content-sm-between, .b-toaster .justify-content-sm-between {
    justify-content: space-between !important;
  }
  #solid-app-container .justify-content-sm-around, div[id*=_modal_outer_] .justify-content-sm-around, .b-toaster .justify-content-sm-around {
    justify-content: space-around !important;
  }
  #solid-app-container .align-items-sm-start, div[id*=_modal_outer_] .align-items-sm-start, .b-toaster .align-items-sm-start {
    align-items: flex-start !important;
  }
  #solid-app-container .align-items-sm-end, div[id*=_modal_outer_] .align-items-sm-end, .b-toaster .align-items-sm-end {
    align-items: flex-end !important;
  }
  #solid-app-container .align-items-sm-center, div[id*=_modal_outer_] .align-items-sm-center, .b-toaster .align-items-sm-center {
    align-items: center !important;
  }
  #solid-app-container .align-items-sm-baseline, div[id*=_modal_outer_] .align-items-sm-baseline, .b-toaster .align-items-sm-baseline {
    align-items: baseline !important;
  }
  #solid-app-container .align-items-sm-stretch, div[id*=_modal_outer_] .align-items-sm-stretch, .b-toaster .align-items-sm-stretch {
    align-items: stretch !important;
  }
  #solid-app-container .align-content-sm-start, div[id*=_modal_outer_] .align-content-sm-start, .b-toaster .align-content-sm-start {
    align-content: flex-start !important;
  }
  #solid-app-container .align-content-sm-end, div[id*=_modal_outer_] .align-content-sm-end, .b-toaster .align-content-sm-end {
    align-content: flex-end !important;
  }
  #solid-app-container .align-content-sm-center, div[id*=_modal_outer_] .align-content-sm-center, .b-toaster .align-content-sm-center {
    align-content: center !important;
  }
  #solid-app-container .align-content-sm-between, div[id*=_modal_outer_] .align-content-sm-between, .b-toaster .align-content-sm-between {
    align-content: space-between !important;
  }
  #solid-app-container .align-content-sm-around, div[id*=_modal_outer_] .align-content-sm-around, .b-toaster .align-content-sm-around {
    align-content: space-around !important;
  }
  #solid-app-container .align-content-sm-stretch, div[id*=_modal_outer_] .align-content-sm-stretch, .b-toaster .align-content-sm-stretch {
    align-content: stretch !important;
  }
  #solid-app-container .align-self-sm-auto, div[id*=_modal_outer_] .align-self-sm-auto, .b-toaster .align-self-sm-auto {
    align-self: auto !important;
  }
  #solid-app-container .align-self-sm-start, div[id*=_modal_outer_] .align-self-sm-start, .b-toaster .align-self-sm-start {
    align-self: flex-start !important;
  }
  #solid-app-container .align-self-sm-end, div[id*=_modal_outer_] .align-self-sm-end, .b-toaster .align-self-sm-end {
    align-self: flex-end !important;
  }
  #solid-app-container .align-self-sm-center, div[id*=_modal_outer_] .align-self-sm-center, .b-toaster .align-self-sm-center {
    align-self: center !important;
  }
  #solid-app-container .align-self-sm-baseline, div[id*=_modal_outer_] .align-self-sm-baseline, .b-toaster .align-self-sm-baseline {
    align-self: baseline !important;
  }
  #solid-app-container .align-self-sm-stretch, div[id*=_modal_outer_] .align-self-sm-stretch, .b-toaster .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  #solid-app-container .flex-md-row, div[id*=_modal_outer_] .flex-md-row, .b-toaster .flex-md-row {
    flex-direction: row !important;
  }
  #solid-app-container .flex-md-column, div[id*=_modal_outer_] .flex-md-column, .b-toaster .flex-md-column {
    flex-direction: column !important;
  }
  #solid-app-container .flex-md-row-reverse, div[id*=_modal_outer_] .flex-md-row-reverse, .b-toaster .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  #solid-app-container .flex-md-column-reverse, div[id*=_modal_outer_] .flex-md-column-reverse, .b-toaster .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  #solid-app-container .flex-md-wrap, div[id*=_modal_outer_] .flex-md-wrap, .b-toaster .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  #solid-app-container .flex-md-nowrap, div[id*=_modal_outer_] .flex-md-nowrap, .b-toaster .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  #solid-app-container .flex-md-wrap-reverse, div[id*=_modal_outer_] .flex-md-wrap-reverse, .b-toaster .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  #solid-app-container .flex-md-fill, div[id*=_modal_outer_] .flex-md-fill, .b-toaster .flex-md-fill {
    flex: 1 1 auto !important;
  }
  #solid-app-container .flex-md-grow-0, div[id*=_modal_outer_] .flex-md-grow-0, .b-toaster .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  #solid-app-container .flex-md-grow-1, div[id*=_modal_outer_] .flex-md-grow-1, .b-toaster .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  #solid-app-container .flex-md-shrink-0, div[id*=_modal_outer_] .flex-md-shrink-0, .b-toaster .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  #solid-app-container .flex-md-shrink-1, div[id*=_modal_outer_] .flex-md-shrink-1, .b-toaster .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  #solid-app-container .justify-content-md-start, div[id*=_modal_outer_] .justify-content-md-start, .b-toaster .justify-content-md-start {
    justify-content: flex-start !important;
  }
  #solid-app-container .justify-content-md-end, div[id*=_modal_outer_] .justify-content-md-end, .b-toaster .justify-content-md-end {
    justify-content: flex-end !important;
  }
  #solid-app-container .justify-content-md-center, div[id*=_modal_outer_] .justify-content-md-center, .b-toaster .justify-content-md-center {
    justify-content: center !important;
  }
  #solid-app-container .justify-content-md-between, div[id*=_modal_outer_] .justify-content-md-between, .b-toaster .justify-content-md-between {
    justify-content: space-between !important;
  }
  #solid-app-container .justify-content-md-around, div[id*=_modal_outer_] .justify-content-md-around, .b-toaster .justify-content-md-around {
    justify-content: space-around !important;
  }
  #solid-app-container .align-items-md-start, div[id*=_modal_outer_] .align-items-md-start, .b-toaster .align-items-md-start {
    align-items: flex-start !important;
  }
  #solid-app-container .align-items-md-end, div[id*=_modal_outer_] .align-items-md-end, .b-toaster .align-items-md-end {
    align-items: flex-end !important;
  }
  #solid-app-container .align-items-md-center, div[id*=_modal_outer_] .align-items-md-center, .b-toaster .align-items-md-center {
    align-items: center !important;
  }
  #solid-app-container .align-items-md-baseline, div[id*=_modal_outer_] .align-items-md-baseline, .b-toaster .align-items-md-baseline {
    align-items: baseline !important;
  }
  #solid-app-container .align-items-md-stretch, div[id*=_modal_outer_] .align-items-md-stretch, .b-toaster .align-items-md-stretch {
    align-items: stretch !important;
  }
  #solid-app-container .align-content-md-start, div[id*=_modal_outer_] .align-content-md-start, .b-toaster .align-content-md-start {
    align-content: flex-start !important;
  }
  #solid-app-container .align-content-md-end, div[id*=_modal_outer_] .align-content-md-end, .b-toaster .align-content-md-end {
    align-content: flex-end !important;
  }
  #solid-app-container .align-content-md-center, div[id*=_modal_outer_] .align-content-md-center, .b-toaster .align-content-md-center {
    align-content: center !important;
  }
  #solid-app-container .align-content-md-between, div[id*=_modal_outer_] .align-content-md-between, .b-toaster .align-content-md-between {
    align-content: space-between !important;
  }
  #solid-app-container .align-content-md-around, div[id*=_modal_outer_] .align-content-md-around, .b-toaster .align-content-md-around {
    align-content: space-around !important;
  }
  #solid-app-container .align-content-md-stretch, div[id*=_modal_outer_] .align-content-md-stretch, .b-toaster .align-content-md-stretch {
    align-content: stretch !important;
  }
  #solid-app-container .align-self-md-auto, div[id*=_modal_outer_] .align-self-md-auto, .b-toaster .align-self-md-auto {
    align-self: auto !important;
  }
  #solid-app-container .align-self-md-start, div[id*=_modal_outer_] .align-self-md-start, .b-toaster .align-self-md-start {
    align-self: flex-start !important;
  }
  #solid-app-container .align-self-md-end, div[id*=_modal_outer_] .align-self-md-end, .b-toaster .align-self-md-end {
    align-self: flex-end !important;
  }
  #solid-app-container .align-self-md-center, div[id*=_modal_outer_] .align-self-md-center, .b-toaster .align-self-md-center {
    align-self: center !important;
  }
  #solid-app-container .align-self-md-baseline, div[id*=_modal_outer_] .align-self-md-baseline, .b-toaster .align-self-md-baseline {
    align-self: baseline !important;
  }
  #solid-app-container .align-self-md-stretch, div[id*=_modal_outer_] .align-self-md-stretch, .b-toaster .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  #solid-app-container .flex-lg-row, div[id*=_modal_outer_] .flex-lg-row, .b-toaster .flex-lg-row {
    flex-direction: row !important;
  }
  #solid-app-container .flex-lg-column, div[id*=_modal_outer_] .flex-lg-column, .b-toaster .flex-lg-column {
    flex-direction: column !important;
  }
  #solid-app-container .flex-lg-row-reverse, div[id*=_modal_outer_] .flex-lg-row-reverse, .b-toaster .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  #solid-app-container .flex-lg-column-reverse, div[id*=_modal_outer_] .flex-lg-column-reverse, .b-toaster .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  #solid-app-container .flex-lg-wrap, div[id*=_modal_outer_] .flex-lg-wrap, .b-toaster .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  #solid-app-container .flex-lg-nowrap, div[id*=_modal_outer_] .flex-lg-nowrap, .b-toaster .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  #solid-app-container .flex-lg-wrap-reverse, div[id*=_modal_outer_] .flex-lg-wrap-reverse, .b-toaster .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  #solid-app-container .flex-lg-fill, div[id*=_modal_outer_] .flex-lg-fill, .b-toaster .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  #solid-app-container .flex-lg-grow-0, div[id*=_modal_outer_] .flex-lg-grow-0, .b-toaster .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  #solid-app-container .flex-lg-grow-1, div[id*=_modal_outer_] .flex-lg-grow-1, .b-toaster .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  #solid-app-container .flex-lg-shrink-0, div[id*=_modal_outer_] .flex-lg-shrink-0, .b-toaster .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  #solid-app-container .flex-lg-shrink-1, div[id*=_modal_outer_] .flex-lg-shrink-1, .b-toaster .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  #solid-app-container .justify-content-lg-start, div[id*=_modal_outer_] .justify-content-lg-start, .b-toaster .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  #solid-app-container .justify-content-lg-end, div[id*=_modal_outer_] .justify-content-lg-end, .b-toaster .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  #solid-app-container .justify-content-lg-center, div[id*=_modal_outer_] .justify-content-lg-center, .b-toaster .justify-content-lg-center {
    justify-content: center !important;
  }
  #solid-app-container .justify-content-lg-between, div[id*=_modal_outer_] .justify-content-lg-between, .b-toaster .justify-content-lg-between {
    justify-content: space-between !important;
  }
  #solid-app-container .justify-content-lg-around, div[id*=_modal_outer_] .justify-content-lg-around, .b-toaster .justify-content-lg-around {
    justify-content: space-around !important;
  }
  #solid-app-container .align-items-lg-start, div[id*=_modal_outer_] .align-items-lg-start, .b-toaster .align-items-lg-start {
    align-items: flex-start !important;
  }
  #solid-app-container .align-items-lg-end, div[id*=_modal_outer_] .align-items-lg-end, .b-toaster .align-items-lg-end {
    align-items: flex-end !important;
  }
  #solid-app-container .align-items-lg-center, div[id*=_modal_outer_] .align-items-lg-center, .b-toaster .align-items-lg-center {
    align-items: center !important;
  }
  #solid-app-container .align-items-lg-baseline, div[id*=_modal_outer_] .align-items-lg-baseline, .b-toaster .align-items-lg-baseline {
    align-items: baseline !important;
  }
  #solid-app-container .align-items-lg-stretch, div[id*=_modal_outer_] .align-items-lg-stretch, .b-toaster .align-items-lg-stretch {
    align-items: stretch !important;
  }
  #solid-app-container .align-content-lg-start, div[id*=_modal_outer_] .align-content-lg-start, .b-toaster .align-content-lg-start {
    align-content: flex-start !important;
  }
  #solid-app-container .align-content-lg-end, div[id*=_modal_outer_] .align-content-lg-end, .b-toaster .align-content-lg-end {
    align-content: flex-end !important;
  }
  #solid-app-container .align-content-lg-center, div[id*=_modal_outer_] .align-content-lg-center, .b-toaster .align-content-lg-center {
    align-content: center !important;
  }
  #solid-app-container .align-content-lg-between, div[id*=_modal_outer_] .align-content-lg-between, .b-toaster .align-content-lg-between {
    align-content: space-between !important;
  }
  #solid-app-container .align-content-lg-around, div[id*=_modal_outer_] .align-content-lg-around, .b-toaster .align-content-lg-around {
    align-content: space-around !important;
  }
  #solid-app-container .align-content-lg-stretch, div[id*=_modal_outer_] .align-content-lg-stretch, .b-toaster .align-content-lg-stretch {
    align-content: stretch !important;
  }
  #solid-app-container .align-self-lg-auto, div[id*=_modal_outer_] .align-self-lg-auto, .b-toaster .align-self-lg-auto {
    align-self: auto !important;
  }
  #solid-app-container .align-self-lg-start, div[id*=_modal_outer_] .align-self-lg-start, .b-toaster .align-self-lg-start {
    align-self: flex-start !important;
  }
  #solid-app-container .align-self-lg-end, div[id*=_modal_outer_] .align-self-lg-end, .b-toaster .align-self-lg-end {
    align-self: flex-end !important;
  }
  #solid-app-container .align-self-lg-center, div[id*=_modal_outer_] .align-self-lg-center, .b-toaster .align-self-lg-center {
    align-self: center !important;
  }
  #solid-app-container .align-self-lg-baseline, div[id*=_modal_outer_] .align-self-lg-baseline, .b-toaster .align-self-lg-baseline {
    align-self: baseline !important;
  }
  #solid-app-container .align-self-lg-stretch, div[id*=_modal_outer_] .align-self-lg-stretch, .b-toaster .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  #solid-app-container .flex-xl-row, div[id*=_modal_outer_] .flex-xl-row, .b-toaster .flex-xl-row {
    flex-direction: row !important;
  }
  #solid-app-container .flex-xl-column, div[id*=_modal_outer_] .flex-xl-column, .b-toaster .flex-xl-column {
    flex-direction: column !important;
  }
  #solid-app-container .flex-xl-row-reverse, div[id*=_modal_outer_] .flex-xl-row-reverse, .b-toaster .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  #solid-app-container .flex-xl-column-reverse, div[id*=_modal_outer_] .flex-xl-column-reverse, .b-toaster .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  #solid-app-container .flex-xl-wrap, div[id*=_modal_outer_] .flex-xl-wrap, .b-toaster .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  #solid-app-container .flex-xl-nowrap, div[id*=_modal_outer_] .flex-xl-nowrap, .b-toaster .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  #solid-app-container .flex-xl-wrap-reverse, div[id*=_modal_outer_] .flex-xl-wrap-reverse, .b-toaster .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  #solid-app-container .flex-xl-fill, div[id*=_modal_outer_] .flex-xl-fill, .b-toaster .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  #solid-app-container .flex-xl-grow-0, div[id*=_modal_outer_] .flex-xl-grow-0, .b-toaster .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  #solid-app-container .flex-xl-grow-1, div[id*=_modal_outer_] .flex-xl-grow-1, .b-toaster .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  #solid-app-container .flex-xl-shrink-0, div[id*=_modal_outer_] .flex-xl-shrink-0, .b-toaster .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  #solid-app-container .flex-xl-shrink-1, div[id*=_modal_outer_] .flex-xl-shrink-1, .b-toaster .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  #solid-app-container .justify-content-xl-start, div[id*=_modal_outer_] .justify-content-xl-start, .b-toaster .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  #solid-app-container .justify-content-xl-end, div[id*=_modal_outer_] .justify-content-xl-end, .b-toaster .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  #solid-app-container .justify-content-xl-center, div[id*=_modal_outer_] .justify-content-xl-center, .b-toaster .justify-content-xl-center {
    justify-content: center !important;
  }
  #solid-app-container .justify-content-xl-between, div[id*=_modal_outer_] .justify-content-xl-between, .b-toaster .justify-content-xl-between {
    justify-content: space-between !important;
  }
  #solid-app-container .justify-content-xl-around, div[id*=_modal_outer_] .justify-content-xl-around, .b-toaster .justify-content-xl-around {
    justify-content: space-around !important;
  }
  #solid-app-container .align-items-xl-start, div[id*=_modal_outer_] .align-items-xl-start, .b-toaster .align-items-xl-start {
    align-items: flex-start !important;
  }
  #solid-app-container .align-items-xl-end, div[id*=_modal_outer_] .align-items-xl-end, .b-toaster .align-items-xl-end {
    align-items: flex-end !important;
  }
  #solid-app-container .align-items-xl-center, div[id*=_modal_outer_] .align-items-xl-center, .b-toaster .align-items-xl-center {
    align-items: center !important;
  }
  #solid-app-container .align-items-xl-baseline, div[id*=_modal_outer_] .align-items-xl-baseline, .b-toaster .align-items-xl-baseline {
    align-items: baseline !important;
  }
  #solid-app-container .align-items-xl-stretch, div[id*=_modal_outer_] .align-items-xl-stretch, .b-toaster .align-items-xl-stretch {
    align-items: stretch !important;
  }
  #solid-app-container .align-content-xl-start, div[id*=_modal_outer_] .align-content-xl-start, .b-toaster .align-content-xl-start {
    align-content: flex-start !important;
  }
  #solid-app-container .align-content-xl-end, div[id*=_modal_outer_] .align-content-xl-end, .b-toaster .align-content-xl-end {
    align-content: flex-end !important;
  }
  #solid-app-container .align-content-xl-center, div[id*=_modal_outer_] .align-content-xl-center, .b-toaster .align-content-xl-center {
    align-content: center !important;
  }
  #solid-app-container .align-content-xl-between, div[id*=_modal_outer_] .align-content-xl-between, .b-toaster .align-content-xl-between {
    align-content: space-between !important;
  }
  #solid-app-container .align-content-xl-around, div[id*=_modal_outer_] .align-content-xl-around, .b-toaster .align-content-xl-around {
    align-content: space-around !important;
  }
  #solid-app-container .align-content-xl-stretch, div[id*=_modal_outer_] .align-content-xl-stretch, .b-toaster .align-content-xl-stretch {
    align-content: stretch !important;
  }
  #solid-app-container .align-self-xl-auto, div[id*=_modal_outer_] .align-self-xl-auto, .b-toaster .align-self-xl-auto {
    align-self: auto !important;
  }
  #solid-app-container .align-self-xl-start, div[id*=_modal_outer_] .align-self-xl-start, .b-toaster .align-self-xl-start {
    align-self: flex-start !important;
  }
  #solid-app-container .align-self-xl-end, div[id*=_modal_outer_] .align-self-xl-end, .b-toaster .align-self-xl-end {
    align-self: flex-end !important;
  }
  #solid-app-container .align-self-xl-center, div[id*=_modal_outer_] .align-self-xl-center, .b-toaster .align-self-xl-center {
    align-self: center !important;
  }
  #solid-app-container .align-self-xl-baseline, div[id*=_modal_outer_] .align-self-xl-baseline, .b-toaster .align-self-xl-baseline {
    align-self: baseline !important;
  }
  #solid-app-container .align-self-xl-stretch, div[id*=_modal_outer_] .align-self-xl-stretch, .b-toaster .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
#solid-app-container .float-left, div[id*=_modal_outer_] .float-left, .b-toaster .float-left {
  float: left !important;
}
#solid-app-container .float-right, div[id*=_modal_outer_] .float-right, .b-toaster .float-right {
  float: right !important;
}
#solid-app-container .float-none, div[id*=_modal_outer_] .float-none, .b-toaster .float-none {
  float: none !important;
}
@media (min-width: 576px) {
  #solid-app-container .float-sm-left, div[id*=_modal_outer_] .float-sm-left, .b-toaster .float-sm-left {
    float: left !important;
  }
  #solid-app-container .float-sm-right, div[id*=_modal_outer_] .float-sm-right, .b-toaster .float-sm-right {
    float: right !important;
  }
  #solid-app-container .float-sm-none, div[id*=_modal_outer_] .float-sm-none, .b-toaster .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  #solid-app-container .float-md-left, div[id*=_modal_outer_] .float-md-left, .b-toaster .float-md-left {
    float: left !important;
  }
  #solid-app-container .float-md-right, div[id*=_modal_outer_] .float-md-right, .b-toaster .float-md-right {
    float: right !important;
  }
  #solid-app-container .float-md-none, div[id*=_modal_outer_] .float-md-none, .b-toaster .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  #solid-app-container .float-lg-left, div[id*=_modal_outer_] .float-lg-left, .b-toaster .float-lg-left {
    float: left !important;
  }
  #solid-app-container .float-lg-right, div[id*=_modal_outer_] .float-lg-right, .b-toaster .float-lg-right {
    float: right !important;
  }
  #solid-app-container .float-lg-none, div[id*=_modal_outer_] .float-lg-none, .b-toaster .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  #solid-app-container .float-xl-left, div[id*=_modal_outer_] .float-xl-left, .b-toaster .float-xl-left {
    float: left !important;
  }
  #solid-app-container .float-xl-right, div[id*=_modal_outer_] .float-xl-right, .b-toaster .float-xl-right {
    float: right !important;
  }
  #solid-app-container .float-xl-none, div[id*=_modal_outer_] .float-xl-none, .b-toaster .float-xl-none {
    float: none !important;
  }
}
#solid-app-container .user-select-all, div[id*=_modal_outer_] .user-select-all, .b-toaster .user-select-all {
  user-select: all !important;
}
#solid-app-container .user-select-auto, div[id*=_modal_outer_] .user-select-auto, .b-toaster .user-select-auto {
  user-select: auto !important;
}
#solid-app-container .user-select-none, div[id*=_modal_outer_] .user-select-none, .b-toaster .user-select-none {
  user-select: none !important;
}
#solid-app-container .overflow-auto, div[id*=_modal_outer_] .overflow-auto, .b-toaster .overflow-auto {
  overflow: auto !important;
}
#solid-app-container .overflow-hidden, div[id*=_modal_outer_] .overflow-hidden, .b-toaster .overflow-hidden {
  overflow: hidden !important;
}
#solid-app-container .position-static, div[id*=_modal_outer_] .position-static, .b-toaster .position-static {
  position: static !important;
}
#solid-app-container .position-relative, div[id*=_modal_outer_] .position-relative, .b-toaster .position-relative {
  position: relative !important;
}
#solid-app-container .position-absolute, div[id*=_modal_outer_] .position-absolute, .b-toaster .position-absolute {
  position: absolute !important;
}
#solid-app-container .position-fixed, div[id*=_modal_outer_] .position-fixed, .b-toaster .position-fixed {
  position: fixed !important;
}
#solid-app-container .position-sticky, div[id*=_modal_outer_] .position-sticky, .b-toaster .position-sticky {
  position: sticky !important;
}
#solid-app-container .fixed-top, div[id*=_modal_outer_] .fixed-top, .b-toaster .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
#solid-app-container .fixed-bottom, div[id*=_modal_outer_] .fixed-bottom, .b-toaster .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  #solid-app-container .sticky-top, div[id*=_modal_outer_] .sticky-top, .b-toaster .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
#solid-app-container .sr-only, div[id*=_modal_outer_] .sr-only, .b-toaster .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;
}
#solid-app-container .sr-only-focusable:active, #solid-app-container .sr-only-focusable:focus, div[id*=_modal_outer_] .sr-only-focusable:active, div[id*=_modal_outer_] .sr-only-focusable:focus, .b-toaster .sr-only-focusable:active, .b-toaster .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
#solid-app-container .shadow-sm, div[id*=_modal_outer_] .shadow-sm, .b-toaster .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
#solid-app-container .shadow, div[id*=_modal_outer_] .shadow, .b-toaster .shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
#solid-app-container .shadow-lg, div[id*=_modal_outer_] .shadow-lg, .b-toaster .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
#solid-app-container .shadow-none, div[id*=_modal_outer_] .shadow-none, .b-toaster .shadow-none {
  box-shadow: none !important;
}
#solid-app-container .w-25, div[id*=_modal_outer_] .w-25, .b-toaster .w-25 {
  width: 25% !important;
}
#solid-app-container .w-50, div[id*=_modal_outer_] .w-50, .b-toaster .w-50 {
  width: 50% !important;
}
#solid-app-container .w-75, div[id*=_modal_outer_] .w-75, .b-toaster .w-75 {
  width: 75% !important;
}
#solid-app-container .w-100, div[id*=_modal_outer_] .w-100, .b-toaster .w-100 {
  width: 100% !important;
}
#solid-app-container .w-auto, div[id*=_modal_outer_] .w-auto, .b-toaster .w-auto {
  width: auto !important;
}
#solid-app-container .h-25, div[id*=_modal_outer_] .h-25, .b-toaster .h-25 {
  height: 25% !important;
}
#solid-app-container .h-50, div[id*=_modal_outer_] .h-50, .b-toaster .h-50 {
  height: 50% !important;
}
#solid-app-container .h-75, div[id*=_modal_outer_] .h-75, .b-toaster .h-75 {
  height: 75% !important;
}
#solid-app-container .h-100, div[id*=_modal_outer_] .h-100, .b-toaster .h-100 {
  height: 100% !important;
}
#solid-app-container .h-auto, div[id*=_modal_outer_] .h-auto, .b-toaster .h-auto {
  height: auto !important;
}
#solid-app-container .mw-100, div[id*=_modal_outer_] .mw-100, .b-toaster .mw-100 {
  max-width: 100% !important;
}
#solid-app-container .mh-100, div[id*=_modal_outer_] .mh-100, .b-toaster .mh-100 {
  max-height: 100% !important;
}
#solid-app-container .min-vw-100, div[id*=_modal_outer_] .min-vw-100, .b-toaster .min-vw-100 {
  min-width: 100vw !important;
}
#solid-app-container .min-vh-100, div[id*=_modal_outer_] .min-vh-100, .b-toaster .min-vh-100 {
  min-height: 100vh !important;
}
#solid-app-container .vw-100, div[id*=_modal_outer_] .vw-100, .b-toaster .vw-100 {
  width: 100vw !important;
}
#solid-app-container .vh-100, div[id*=_modal_outer_] .vh-100, .b-toaster .vh-100 {
  height: 100vh !important;
}
#solid-app-container .m-0, div[id*=_modal_outer_] .m-0, .b-toaster .m-0 {
  margin: 0 !important;
}
#solid-app-container .mt-0,
#solid-app-container .my-0, div[id*=_modal_outer_] .mt-0,
div[id*=_modal_outer_] .my-0, .b-toaster .mt-0,
.b-toaster .my-0 {
  margin-top: 0 !important;
}
#solid-app-container .mr-0,
#solid-app-container .mx-0, div[id*=_modal_outer_] .mr-0,
div[id*=_modal_outer_] .mx-0, .b-toaster .mr-0,
.b-toaster .mx-0 {
  margin-right: 0 !important;
}
#solid-app-container .mb-0,
#solid-app-container .my-0, div[id*=_modal_outer_] .mb-0,
div[id*=_modal_outer_] .my-0, .b-toaster .mb-0,
.b-toaster .my-0 {
  margin-bottom: 0 !important;
}
#solid-app-container .ml-0,
#solid-app-container .mx-0, div[id*=_modal_outer_] .ml-0,
div[id*=_modal_outer_] .mx-0, .b-toaster .ml-0,
.b-toaster .mx-0 {
  margin-left: 0 !important;
}
#solid-app-container .m-1, div[id*=_modal_outer_] .m-1, .b-toaster .m-1 {
  margin: 0.25rem !important;
}
#solid-app-container .mt-1,
#solid-app-container .my-1, div[id*=_modal_outer_] .mt-1,
div[id*=_modal_outer_] .my-1, .b-toaster .mt-1,
.b-toaster .my-1 {
  margin-top: 0.25rem !important;
}
#solid-app-container .mr-1,
#solid-app-container .mx-1, div[id*=_modal_outer_] .mr-1,
div[id*=_modal_outer_] .mx-1, .b-toaster .mr-1,
.b-toaster .mx-1 {
  margin-right: 0.25rem !important;
}
#solid-app-container .mb-1,
#solid-app-container .my-1, div[id*=_modal_outer_] .mb-1,
div[id*=_modal_outer_] .my-1, .b-toaster .mb-1,
.b-toaster .my-1 {
  margin-bottom: 0.25rem !important;
}
#solid-app-container .ml-1,
#solid-app-container .mx-1, div[id*=_modal_outer_] .ml-1,
div[id*=_modal_outer_] .mx-1, .b-toaster .ml-1,
.b-toaster .mx-1 {
  margin-left: 0.25rem !important;
}
#solid-app-container .m-2, div[id*=_modal_outer_] .m-2, .b-toaster .m-2 {
  margin: 0.5rem !important;
}
#solid-app-container .mt-2,
#solid-app-container .my-2, div[id*=_modal_outer_] .mt-2,
div[id*=_modal_outer_] .my-2, .b-toaster .mt-2,
.b-toaster .my-2 {
  margin-top: 0.5rem !important;
}
#solid-app-container .mr-2,
#solid-app-container .mx-2, div[id*=_modal_outer_] .mr-2,
div[id*=_modal_outer_] .mx-2, .b-toaster .mr-2,
.b-toaster .mx-2 {
  margin-right: 0.5rem !important;
}
#solid-app-container .mb-2,
#solid-app-container .my-2, div[id*=_modal_outer_] .mb-2,
div[id*=_modal_outer_] .my-2, .b-toaster .mb-2,
.b-toaster .my-2 {
  margin-bottom: 0.5rem !important;
}
#solid-app-container .ml-2,
#solid-app-container .mx-2, div[id*=_modal_outer_] .ml-2,
div[id*=_modal_outer_] .mx-2, .b-toaster .ml-2,
.b-toaster .mx-2 {
  margin-left: 0.5rem !important;
}
#solid-app-container .m-3, div[id*=_modal_outer_] .m-3, .b-toaster .m-3 {
  margin: 1rem !important;
}
#solid-app-container .mt-3,
#solid-app-container .my-3, div[id*=_modal_outer_] .mt-3,
div[id*=_modal_outer_] .my-3, .b-toaster .mt-3,
.b-toaster .my-3 {
  margin-top: 1rem !important;
}
#solid-app-container .mr-3,
#solid-app-container .mx-3, div[id*=_modal_outer_] .mr-3,
div[id*=_modal_outer_] .mx-3, .b-toaster .mr-3,
.b-toaster .mx-3 {
  margin-right: 1rem !important;
}
#solid-app-container .mb-3,
#solid-app-container .my-3, div[id*=_modal_outer_] .mb-3,
div[id*=_modal_outer_] .my-3, .b-toaster .mb-3,
.b-toaster .my-3 {
  margin-bottom: 1rem !important;
}
#solid-app-container .ml-3,
#solid-app-container .mx-3, div[id*=_modal_outer_] .ml-3,
div[id*=_modal_outer_] .mx-3, .b-toaster .ml-3,
.b-toaster .mx-3 {
  margin-left: 1rem !important;
}
#solid-app-container .m-4, div[id*=_modal_outer_] .m-4, .b-toaster .m-4 {
  margin: 1.5rem !important;
}
#solid-app-container .mt-4,
#solid-app-container .my-4, div[id*=_modal_outer_] .mt-4,
div[id*=_modal_outer_] .my-4, .b-toaster .mt-4,
.b-toaster .my-4 {
  margin-top: 1.5rem !important;
}
#solid-app-container .mr-4,
#solid-app-container .mx-4, div[id*=_modal_outer_] .mr-4,
div[id*=_modal_outer_] .mx-4, .b-toaster .mr-4,
.b-toaster .mx-4 {
  margin-right: 1.5rem !important;
}
#solid-app-container .mb-4,
#solid-app-container .my-4, div[id*=_modal_outer_] .mb-4,
div[id*=_modal_outer_] .my-4, .b-toaster .mb-4,
.b-toaster .my-4 {
  margin-bottom: 1.5rem !important;
}
#solid-app-container .ml-4,
#solid-app-container .mx-4, div[id*=_modal_outer_] .ml-4,
div[id*=_modal_outer_] .mx-4, .b-toaster .ml-4,
.b-toaster .mx-4 {
  margin-left: 1.5rem !important;
}
#solid-app-container .m-5, div[id*=_modal_outer_] .m-5, .b-toaster .m-5 {
  margin: 3rem !important;
}
#solid-app-container .mt-5,
#solid-app-container .my-5, div[id*=_modal_outer_] .mt-5,
div[id*=_modal_outer_] .my-5, .b-toaster .mt-5,
.b-toaster .my-5 {
  margin-top: 3rem !important;
}
#solid-app-container .mr-5,
#solid-app-container .mx-5, div[id*=_modal_outer_] .mr-5,
div[id*=_modal_outer_] .mx-5, .b-toaster .mr-5,
.b-toaster .mx-5 {
  margin-right: 3rem !important;
}
#solid-app-container .mb-5,
#solid-app-container .my-5, div[id*=_modal_outer_] .mb-5,
div[id*=_modal_outer_] .my-5, .b-toaster .mb-5,
.b-toaster .my-5 {
  margin-bottom: 3rem !important;
}
#solid-app-container .ml-5,
#solid-app-container .mx-5, div[id*=_modal_outer_] .ml-5,
div[id*=_modal_outer_] .mx-5, .b-toaster .ml-5,
.b-toaster .mx-5 {
  margin-left: 3rem !important;
}
#solid-app-container .p-0, div[id*=_modal_outer_] .p-0, .b-toaster .p-0 {
  padding: 0 !important;
}
#solid-app-container .pt-0,
#solid-app-container .py-0, div[id*=_modal_outer_] .pt-0,
div[id*=_modal_outer_] .py-0, .b-toaster .pt-0,
.b-toaster .py-0 {
  padding-top: 0 !important;
}
#solid-app-container .pr-0,
#solid-app-container .px-0, div[id*=_modal_outer_] .pr-0,
div[id*=_modal_outer_] .px-0, .b-toaster .pr-0,
.b-toaster .px-0 {
  padding-right: 0 !important;
}
#solid-app-container .pb-0,
#solid-app-container .py-0, div[id*=_modal_outer_] .pb-0,
div[id*=_modal_outer_] .py-0, .b-toaster .pb-0,
.b-toaster .py-0 {
  padding-bottom: 0 !important;
}
#solid-app-container .pl-0,
#solid-app-container .px-0, div[id*=_modal_outer_] .pl-0,
div[id*=_modal_outer_] .px-0, .b-toaster .pl-0,
.b-toaster .px-0 {
  padding-left: 0 !important;
}
#solid-app-container .p-1, div[id*=_modal_outer_] .p-1, .b-toaster .p-1 {
  padding: 0.25rem !important;
}
#solid-app-container .pt-1,
#solid-app-container .py-1, div[id*=_modal_outer_] .pt-1,
div[id*=_modal_outer_] .py-1, .b-toaster .pt-1,
.b-toaster .py-1 {
  padding-top: 0.25rem !important;
}
#solid-app-container .pr-1,
#solid-app-container .px-1, div[id*=_modal_outer_] .pr-1,
div[id*=_modal_outer_] .px-1, .b-toaster .pr-1,
.b-toaster .px-1 {
  padding-right: 0.25rem !important;
}
#solid-app-container .pb-1,
#solid-app-container .py-1, div[id*=_modal_outer_] .pb-1,
div[id*=_modal_outer_] .py-1, .b-toaster .pb-1,
.b-toaster .py-1 {
  padding-bottom: 0.25rem !important;
}
#solid-app-container .pl-1,
#solid-app-container .px-1, div[id*=_modal_outer_] .pl-1,
div[id*=_modal_outer_] .px-1, .b-toaster .pl-1,
.b-toaster .px-1 {
  padding-left: 0.25rem !important;
}
#solid-app-container .p-2, div[id*=_modal_outer_] .p-2, .b-toaster .p-2 {
  padding: 0.5rem !important;
}
#solid-app-container .pt-2,
#solid-app-container .py-2, div[id*=_modal_outer_] .pt-2,
div[id*=_modal_outer_] .py-2, .b-toaster .pt-2,
.b-toaster .py-2 {
  padding-top: 0.5rem !important;
}
#solid-app-container .pr-2,
#solid-app-container .px-2, div[id*=_modal_outer_] .pr-2,
div[id*=_modal_outer_] .px-2, .b-toaster .pr-2,
.b-toaster .px-2 {
  padding-right: 0.5rem !important;
}
#solid-app-container .pb-2,
#solid-app-container .py-2, div[id*=_modal_outer_] .pb-2,
div[id*=_modal_outer_] .py-2, .b-toaster .pb-2,
.b-toaster .py-2 {
  padding-bottom: 0.5rem !important;
}
#solid-app-container .pl-2,
#solid-app-container .px-2, div[id*=_modal_outer_] .pl-2,
div[id*=_modal_outer_] .px-2, .b-toaster .pl-2,
.b-toaster .px-2 {
  padding-left: 0.5rem !important;
}
#solid-app-container .p-3, div[id*=_modal_outer_] .p-3, .b-toaster .p-3 {
  padding: 1rem !important;
}
#solid-app-container .pt-3,
#solid-app-container .py-3, div[id*=_modal_outer_] .pt-3,
div[id*=_modal_outer_] .py-3, .b-toaster .pt-3,
.b-toaster .py-3 {
  padding-top: 1rem !important;
}
#solid-app-container .pr-3,
#solid-app-container .px-3, div[id*=_modal_outer_] .pr-3,
div[id*=_modal_outer_] .px-3, .b-toaster .pr-3,
.b-toaster .px-3 {
  padding-right: 1rem !important;
}
#solid-app-container .pb-3,
#solid-app-container .py-3, div[id*=_modal_outer_] .pb-3,
div[id*=_modal_outer_] .py-3, .b-toaster .pb-3,
.b-toaster .py-3 {
  padding-bottom: 1rem !important;
}
#solid-app-container .pl-3,
#solid-app-container .px-3, div[id*=_modal_outer_] .pl-3,
div[id*=_modal_outer_] .px-3, .b-toaster .pl-3,
.b-toaster .px-3 {
  padding-left: 1rem !important;
}
#solid-app-container .p-4, div[id*=_modal_outer_] .p-4, .b-toaster .p-4 {
  padding: 1.5rem !important;
}
#solid-app-container .pt-4,
#solid-app-container .py-4, div[id*=_modal_outer_] .pt-4,
div[id*=_modal_outer_] .py-4, .b-toaster .pt-4,
.b-toaster .py-4 {
  padding-top: 1.5rem !important;
}
#solid-app-container .pr-4,
#solid-app-container .px-4, div[id*=_modal_outer_] .pr-4,
div[id*=_modal_outer_] .px-4, .b-toaster .pr-4,
.b-toaster .px-4 {
  padding-right: 1.5rem !important;
}
#solid-app-container .pb-4,
#solid-app-container .py-4, div[id*=_modal_outer_] .pb-4,
div[id*=_modal_outer_] .py-4, .b-toaster .pb-4,
.b-toaster .py-4 {
  padding-bottom: 1.5rem !important;
}
#solid-app-container .pl-4,
#solid-app-container .px-4, div[id*=_modal_outer_] .pl-4,
div[id*=_modal_outer_] .px-4, .b-toaster .pl-4,
.b-toaster .px-4 {
  padding-left: 1.5rem !important;
}
#solid-app-container .p-5, div[id*=_modal_outer_] .p-5, .b-toaster .p-5 {
  padding: 3rem !important;
}
#solid-app-container .pt-5,
#solid-app-container .py-5, div[id*=_modal_outer_] .pt-5,
div[id*=_modal_outer_] .py-5, .b-toaster .pt-5,
.b-toaster .py-5 {
  padding-top: 3rem !important;
}
#solid-app-container .pr-5,
#solid-app-container .px-5, div[id*=_modal_outer_] .pr-5,
div[id*=_modal_outer_] .px-5, .b-toaster .pr-5,
.b-toaster .px-5 {
  padding-right: 3rem !important;
}
#solid-app-container .pb-5,
#solid-app-container .py-5, div[id*=_modal_outer_] .pb-5,
div[id*=_modal_outer_] .py-5, .b-toaster .pb-5,
.b-toaster .py-5 {
  padding-bottom: 3rem !important;
}
#solid-app-container .pl-5,
#solid-app-container .px-5, div[id*=_modal_outer_] .pl-5,
div[id*=_modal_outer_] .px-5, .b-toaster .pl-5,
.b-toaster .px-5 {
  padding-left: 3rem !important;
}
#solid-app-container .m-n1, div[id*=_modal_outer_] .m-n1, .b-toaster .m-n1 {
  margin: -0.25rem !important;
}
#solid-app-container .mt-n1,
#solid-app-container .my-n1, div[id*=_modal_outer_] .mt-n1,
div[id*=_modal_outer_] .my-n1, .b-toaster .mt-n1,
.b-toaster .my-n1 {
  margin-top: -0.25rem !important;
}
#solid-app-container .mr-n1,
#solid-app-container .mx-n1, div[id*=_modal_outer_] .mr-n1,
div[id*=_modal_outer_] .mx-n1, .b-toaster .mr-n1,
.b-toaster .mx-n1 {
  margin-right: -0.25rem !important;
}
#solid-app-container .mb-n1,
#solid-app-container .my-n1, div[id*=_modal_outer_] .mb-n1,
div[id*=_modal_outer_] .my-n1, .b-toaster .mb-n1,
.b-toaster .my-n1 {
  margin-bottom: -0.25rem !important;
}
#solid-app-container .ml-n1,
#solid-app-container .mx-n1, div[id*=_modal_outer_] .ml-n1,
div[id*=_modal_outer_] .mx-n1, .b-toaster .ml-n1,
.b-toaster .mx-n1 {
  margin-left: -0.25rem !important;
}
#solid-app-container .m-n2, div[id*=_modal_outer_] .m-n2, .b-toaster .m-n2 {
  margin: -0.5rem !important;
}
#solid-app-container .mt-n2,
#solid-app-container .my-n2, div[id*=_modal_outer_] .mt-n2,
div[id*=_modal_outer_] .my-n2, .b-toaster .mt-n2,
.b-toaster .my-n2 {
  margin-top: -0.5rem !important;
}
#solid-app-container .mr-n2,
#solid-app-container .mx-n2, div[id*=_modal_outer_] .mr-n2,
div[id*=_modal_outer_] .mx-n2, .b-toaster .mr-n2,
.b-toaster .mx-n2 {
  margin-right: -0.5rem !important;
}
#solid-app-container .mb-n2,
#solid-app-container .my-n2, div[id*=_modal_outer_] .mb-n2,
div[id*=_modal_outer_] .my-n2, .b-toaster .mb-n2,
.b-toaster .my-n2 {
  margin-bottom: -0.5rem !important;
}
#solid-app-container .ml-n2,
#solid-app-container .mx-n2, div[id*=_modal_outer_] .ml-n2,
div[id*=_modal_outer_] .mx-n2, .b-toaster .ml-n2,
.b-toaster .mx-n2 {
  margin-left: -0.5rem !important;
}
#solid-app-container .m-n3, div[id*=_modal_outer_] .m-n3, .b-toaster .m-n3 {
  margin: -1rem !important;
}
#solid-app-container .mt-n3,
#solid-app-container .my-n3, div[id*=_modal_outer_] .mt-n3,
div[id*=_modal_outer_] .my-n3, .b-toaster .mt-n3,
.b-toaster .my-n3 {
  margin-top: -1rem !important;
}
#solid-app-container .mr-n3,
#solid-app-container .mx-n3, div[id*=_modal_outer_] .mr-n3,
div[id*=_modal_outer_] .mx-n3, .b-toaster .mr-n3,
.b-toaster .mx-n3 {
  margin-right: -1rem !important;
}
#solid-app-container .mb-n3,
#solid-app-container .my-n3, div[id*=_modal_outer_] .mb-n3,
div[id*=_modal_outer_] .my-n3, .b-toaster .mb-n3,
.b-toaster .my-n3 {
  margin-bottom: -1rem !important;
}
#solid-app-container .ml-n3,
#solid-app-container .mx-n3, div[id*=_modal_outer_] .ml-n3,
div[id*=_modal_outer_] .mx-n3, .b-toaster .ml-n3,
.b-toaster .mx-n3 {
  margin-left: -1rem !important;
}
#solid-app-container .m-n4, div[id*=_modal_outer_] .m-n4, .b-toaster .m-n4 {
  margin: -1.5rem !important;
}
#solid-app-container .mt-n4,
#solid-app-container .my-n4, div[id*=_modal_outer_] .mt-n4,
div[id*=_modal_outer_] .my-n4, .b-toaster .mt-n4,
.b-toaster .my-n4 {
  margin-top: -1.5rem !important;
}
#solid-app-container .mr-n4,
#solid-app-container .mx-n4, div[id*=_modal_outer_] .mr-n4,
div[id*=_modal_outer_] .mx-n4, .b-toaster .mr-n4,
.b-toaster .mx-n4 {
  margin-right: -1.5rem !important;
}
#solid-app-container .mb-n4,
#solid-app-container .my-n4, div[id*=_modal_outer_] .mb-n4,
div[id*=_modal_outer_] .my-n4, .b-toaster .mb-n4,
.b-toaster .my-n4 {
  margin-bottom: -1.5rem !important;
}
#solid-app-container .ml-n4,
#solid-app-container .mx-n4, div[id*=_modal_outer_] .ml-n4,
div[id*=_modal_outer_] .mx-n4, .b-toaster .ml-n4,
.b-toaster .mx-n4 {
  margin-left: -1.5rem !important;
}
#solid-app-container .m-n5, div[id*=_modal_outer_] .m-n5, .b-toaster .m-n5 {
  margin: -3rem !important;
}
#solid-app-container .mt-n5,
#solid-app-container .my-n5, div[id*=_modal_outer_] .mt-n5,
div[id*=_modal_outer_] .my-n5, .b-toaster .mt-n5,
.b-toaster .my-n5 {
  margin-top: -3rem !important;
}
#solid-app-container .mr-n5,
#solid-app-container .mx-n5, div[id*=_modal_outer_] .mr-n5,
div[id*=_modal_outer_] .mx-n5, .b-toaster .mr-n5,
.b-toaster .mx-n5 {
  margin-right: -3rem !important;
}
#solid-app-container .mb-n5,
#solid-app-container .my-n5, div[id*=_modal_outer_] .mb-n5,
div[id*=_modal_outer_] .my-n5, .b-toaster .mb-n5,
.b-toaster .my-n5 {
  margin-bottom: -3rem !important;
}
#solid-app-container .ml-n5,
#solid-app-container .mx-n5, div[id*=_modal_outer_] .ml-n5,
div[id*=_modal_outer_] .mx-n5, .b-toaster .ml-n5,
.b-toaster .mx-n5 {
  margin-left: -3rem !important;
}
#solid-app-container .m-auto, div[id*=_modal_outer_] .m-auto, .b-toaster .m-auto {
  margin: auto !important;
}
#solid-app-container .mt-auto,
#solid-app-container .my-auto, div[id*=_modal_outer_] .mt-auto,
div[id*=_modal_outer_] .my-auto, .b-toaster .mt-auto,
.b-toaster .my-auto {
  margin-top: auto !important;
}
#solid-app-container .mr-auto,
#solid-app-container .mx-auto, div[id*=_modal_outer_] .mr-auto,
div[id*=_modal_outer_] .mx-auto, .b-toaster .mr-auto,
.b-toaster .mx-auto {
  margin-right: auto !important;
}
#solid-app-container .mb-auto,
#solid-app-container .my-auto, div[id*=_modal_outer_] .mb-auto,
div[id*=_modal_outer_] .my-auto, .b-toaster .mb-auto,
.b-toaster .my-auto {
  margin-bottom: auto !important;
}
#solid-app-container .ml-auto,
#solid-app-container .mx-auto, div[id*=_modal_outer_] .ml-auto,
div[id*=_modal_outer_] .mx-auto, .b-toaster .ml-auto,
.b-toaster .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  #solid-app-container .m-sm-0, div[id*=_modal_outer_] .m-sm-0, .b-toaster .m-sm-0 {
    margin: 0 !important;
  }
  #solid-app-container .mt-sm-0,
#solid-app-container .my-sm-0, div[id*=_modal_outer_] .mt-sm-0,
div[id*=_modal_outer_] .my-sm-0, .b-toaster .mt-sm-0,
.b-toaster .my-sm-0 {
    margin-top: 0 !important;
  }
  #solid-app-container .mr-sm-0,
#solid-app-container .mx-sm-0, div[id*=_modal_outer_] .mr-sm-0,
div[id*=_modal_outer_] .mx-sm-0, .b-toaster .mr-sm-0,
.b-toaster .mx-sm-0 {
    margin-right: 0 !important;
  }
  #solid-app-container .mb-sm-0,
#solid-app-container .my-sm-0, div[id*=_modal_outer_] .mb-sm-0,
div[id*=_modal_outer_] .my-sm-0, .b-toaster .mb-sm-0,
.b-toaster .my-sm-0 {
    margin-bottom: 0 !important;
  }
  #solid-app-container .ml-sm-0,
#solid-app-container .mx-sm-0, div[id*=_modal_outer_] .ml-sm-0,
div[id*=_modal_outer_] .mx-sm-0, .b-toaster .ml-sm-0,
.b-toaster .mx-sm-0 {
    margin-left: 0 !important;
  }
  #solid-app-container .m-sm-1, div[id*=_modal_outer_] .m-sm-1, .b-toaster .m-sm-1 {
    margin: 0.25rem !important;
  }
  #solid-app-container .mt-sm-1,
#solid-app-container .my-sm-1, div[id*=_modal_outer_] .mt-sm-1,
div[id*=_modal_outer_] .my-sm-1, .b-toaster .mt-sm-1,
.b-toaster .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  #solid-app-container .mr-sm-1,
#solid-app-container .mx-sm-1, div[id*=_modal_outer_] .mr-sm-1,
div[id*=_modal_outer_] .mx-sm-1, .b-toaster .mr-sm-1,
.b-toaster .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  #solid-app-container .mb-sm-1,
#solid-app-container .my-sm-1, div[id*=_modal_outer_] .mb-sm-1,
div[id*=_modal_outer_] .my-sm-1, .b-toaster .mb-sm-1,
.b-toaster .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  #solid-app-container .ml-sm-1,
#solid-app-container .mx-sm-1, div[id*=_modal_outer_] .ml-sm-1,
div[id*=_modal_outer_] .mx-sm-1, .b-toaster .ml-sm-1,
.b-toaster .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  #solid-app-container .m-sm-2, div[id*=_modal_outer_] .m-sm-2, .b-toaster .m-sm-2 {
    margin: 0.5rem !important;
  }
  #solid-app-container .mt-sm-2,
#solid-app-container .my-sm-2, div[id*=_modal_outer_] .mt-sm-2,
div[id*=_modal_outer_] .my-sm-2, .b-toaster .mt-sm-2,
.b-toaster .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  #solid-app-container .mr-sm-2,
#solid-app-container .mx-sm-2, div[id*=_modal_outer_] .mr-sm-2,
div[id*=_modal_outer_] .mx-sm-2, .b-toaster .mr-sm-2,
.b-toaster .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  #solid-app-container .mb-sm-2,
#solid-app-container .my-sm-2, div[id*=_modal_outer_] .mb-sm-2,
div[id*=_modal_outer_] .my-sm-2, .b-toaster .mb-sm-2,
.b-toaster .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  #solid-app-container .ml-sm-2,
#solid-app-container .mx-sm-2, div[id*=_modal_outer_] .ml-sm-2,
div[id*=_modal_outer_] .mx-sm-2, .b-toaster .ml-sm-2,
.b-toaster .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  #solid-app-container .m-sm-3, div[id*=_modal_outer_] .m-sm-3, .b-toaster .m-sm-3 {
    margin: 1rem !important;
  }
  #solid-app-container .mt-sm-3,
#solid-app-container .my-sm-3, div[id*=_modal_outer_] .mt-sm-3,
div[id*=_modal_outer_] .my-sm-3, .b-toaster .mt-sm-3,
.b-toaster .my-sm-3 {
    margin-top: 1rem !important;
  }
  #solid-app-container .mr-sm-3,
#solid-app-container .mx-sm-3, div[id*=_modal_outer_] .mr-sm-3,
div[id*=_modal_outer_] .mx-sm-3, .b-toaster .mr-sm-3,
.b-toaster .mx-sm-3 {
    margin-right: 1rem !important;
  }
  #solid-app-container .mb-sm-3,
#solid-app-container .my-sm-3, div[id*=_modal_outer_] .mb-sm-3,
div[id*=_modal_outer_] .my-sm-3, .b-toaster .mb-sm-3,
.b-toaster .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  #solid-app-container .ml-sm-3,
#solid-app-container .mx-sm-3, div[id*=_modal_outer_] .ml-sm-3,
div[id*=_modal_outer_] .mx-sm-3, .b-toaster .ml-sm-3,
.b-toaster .mx-sm-3 {
    margin-left: 1rem !important;
  }
  #solid-app-container .m-sm-4, div[id*=_modal_outer_] .m-sm-4, .b-toaster .m-sm-4 {
    margin: 1.5rem !important;
  }
  #solid-app-container .mt-sm-4,
#solid-app-container .my-sm-4, div[id*=_modal_outer_] .mt-sm-4,
div[id*=_modal_outer_] .my-sm-4, .b-toaster .mt-sm-4,
.b-toaster .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  #solid-app-container .mr-sm-4,
#solid-app-container .mx-sm-4, div[id*=_modal_outer_] .mr-sm-4,
div[id*=_modal_outer_] .mx-sm-4, .b-toaster .mr-sm-4,
.b-toaster .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  #solid-app-container .mb-sm-4,
#solid-app-container .my-sm-4, div[id*=_modal_outer_] .mb-sm-4,
div[id*=_modal_outer_] .my-sm-4, .b-toaster .mb-sm-4,
.b-toaster .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  #solid-app-container .ml-sm-4,
#solid-app-container .mx-sm-4, div[id*=_modal_outer_] .ml-sm-4,
div[id*=_modal_outer_] .mx-sm-4, .b-toaster .ml-sm-4,
.b-toaster .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  #solid-app-container .m-sm-5, div[id*=_modal_outer_] .m-sm-5, .b-toaster .m-sm-5 {
    margin: 3rem !important;
  }
  #solid-app-container .mt-sm-5,
#solid-app-container .my-sm-5, div[id*=_modal_outer_] .mt-sm-5,
div[id*=_modal_outer_] .my-sm-5, .b-toaster .mt-sm-5,
.b-toaster .my-sm-5 {
    margin-top: 3rem !important;
  }
  #solid-app-container .mr-sm-5,
#solid-app-container .mx-sm-5, div[id*=_modal_outer_] .mr-sm-5,
div[id*=_modal_outer_] .mx-sm-5, .b-toaster .mr-sm-5,
.b-toaster .mx-sm-5 {
    margin-right: 3rem !important;
  }
  #solid-app-container .mb-sm-5,
#solid-app-container .my-sm-5, div[id*=_modal_outer_] .mb-sm-5,
div[id*=_modal_outer_] .my-sm-5, .b-toaster .mb-sm-5,
.b-toaster .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  #solid-app-container .ml-sm-5,
#solid-app-container .mx-sm-5, div[id*=_modal_outer_] .ml-sm-5,
div[id*=_modal_outer_] .mx-sm-5, .b-toaster .ml-sm-5,
.b-toaster .mx-sm-5 {
    margin-left: 3rem !important;
  }
  #solid-app-container .p-sm-0, div[id*=_modal_outer_] .p-sm-0, .b-toaster .p-sm-0 {
    padding: 0 !important;
  }
  #solid-app-container .pt-sm-0,
#solid-app-container .py-sm-0, div[id*=_modal_outer_] .pt-sm-0,
div[id*=_modal_outer_] .py-sm-0, .b-toaster .pt-sm-0,
.b-toaster .py-sm-0 {
    padding-top: 0 !important;
  }
  #solid-app-container .pr-sm-0,
#solid-app-container .px-sm-0, div[id*=_modal_outer_] .pr-sm-0,
div[id*=_modal_outer_] .px-sm-0, .b-toaster .pr-sm-0,
.b-toaster .px-sm-0 {
    padding-right: 0 !important;
  }
  #solid-app-container .pb-sm-0,
#solid-app-container .py-sm-0, div[id*=_modal_outer_] .pb-sm-0,
div[id*=_modal_outer_] .py-sm-0, .b-toaster .pb-sm-0,
.b-toaster .py-sm-0 {
    padding-bottom: 0 !important;
  }
  #solid-app-container .pl-sm-0,
#solid-app-container .px-sm-0, div[id*=_modal_outer_] .pl-sm-0,
div[id*=_modal_outer_] .px-sm-0, .b-toaster .pl-sm-0,
.b-toaster .px-sm-0 {
    padding-left: 0 !important;
  }
  #solid-app-container .p-sm-1, div[id*=_modal_outer_] .p-sm-1, .b-toaster .p-sm-1 {
    padding: 0.25rem !important;
  }
  #solid-app-container .pt-sm-1,
#solid-app-container .py-sm-1, div[id*=_modal_outer_] .pt-sm-1,
div[id*=_modal_outer_] .py-sm-1, .b-toaster .pt-sm-1,
.b-toaster .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  #solid-app-container .pr-sm-1,
#solid-app-container .px-sm-1, div[id*=_modal_outer_] .pr-sm-1,
div[id*=_modal_outer_] .px-sm-1, .b-toaster .pr-sm-1,
.b-toaster .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  #solid-app-container .pb-sm-1,
#solid-app-container .py-sm-1, div[id*=_modal_outer_] .pb-sm-1,
div[id*=_modal_outer_] .py-sm-1, .b-toaster .pb-sm-1,
.b-toaster .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  #solid-app-container .pl-sm-1,
#solid-app-container .px-sm-1, div[id*=_modal_outer_] .pl-sm-1,
div[id*=_modal_outer_] .px-sm-1, .b-toaster .pl-sm-1,
.b-toaster .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  #solid-app-container .p-sm-2, div[id*=_modal_outer_] .p-sm-2, .b-toaster .p-sm-2 {
    padding: 0.5rem !important;
  }
  #solid-app-container .pt-sm-2,
#solid-app-container .py-sm-2, div[id*=_modal_outer_] .pt-sm-2,
div[id*=_modal_outer_] .py-sm-2, .b-toaster .pt-sm-2,
.b-toaster .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  #solid-app-container .pr-sm-2,
#solid-app-container .px-sm-2, div[id*=_modal_outer_] .pr-sm-2,
div[id*=_modal_outer_] .px-sm-2, .b-toaster .pr-sm-2,
.b-toaster .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  #solid-app-container .pb-sm-2,
#solid-app-container .py-sm-2, div[id*=_modal_outer_] .pb-sm-2,
div[id*=_modal_outer_] .py-sm-2, .b-toaster .pb-sm-2,
.b-toaster .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  #solid-app-container .pl-sm-2,
#solid-app-container .px-sm-2, div[id*=_modal_outer_] .pl-sm-2,
div[id*=_modal_outer_] .px-sm-2, .b-toaster .pl-sm-2,
.b-toaster .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  #solid-app-container .p-sm-3, div[id*=_modal_outer_] .p-sm-3, .b-toaster .p-sm-3 {
    padding: 1rem !important;
  }
  #solid-app-container .pt-sm-3,
#solid-app-container .py-sm-3, div[id*=_modal_outer_] .pt-sm-3,
div[id*=_modal_outer_] .py-sm-3, .b-toaster .pt-sm-3,
.b-toaster .py-sm-3 {
    padding-top: 1rem !important;
  }
  #solid-app-container .pr-sm-3,
#solid-app-container .px-sm-3, div[id*=_modal_outer_] .pr-sm-3,
div[id*=_modal_outer_] .px-sm-3, .b-toaster .pr-sm-3,
.b-toaster .px-sm-3 {
    padding-right: 1rem !important;
  }
  #solid-app-container .pb-sm-3,
#solid-app-container .py-sm-3, div[id*=_modal_outer_] .pb-sm-3,
div[id*=_modal_outer_] .py-sm-3, .b-toaster .pb-sm-3,
.b-toaster .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  #solid-app-container .pl-sm-3,
#solid-app-container .px-sm-3, div[id*=_modal_outer_] .pl-sm-3,
div[id*=_modal_outer_] .px-sm-3, .b-toaster .pl-sm-3,
.b-toaster .px-sm-3 {
    padding-left: 1rem !important;
  }
  #solid-app-container .p-sm-4, div[id*=_modal_outer_] .p-sm-4, .b-toaster .p-sm-4 {
    padding: 1.5rem !important;
  }
  #solid-app-container .pt-sm-4,
#solid-app-container .py-sm-4, div[id*=_modal_outer_] .pt-sm-4,
div[id*=_modal_outer_] .py-sm-4, .b-toaster .pt-sm-4,
.b-toaster .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  #solid-app-container .pr-sm-4,
#solid-app-container .px-sm-4, div[id*=_modal_outer_] .pr-sm-4,
div[id*=_modal_outer_] .px-sm-4, .b-toaster .pr-sm-4,
.b-toaster .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  #solid-app-container .pb-sm-4,
#solid-app-container .py-sm-4, div[id*=_modal_outer_] .pb-sm-4,
div[id*=_modal_outer_] .py-sm-4, .b-toaster .pb-sm-4,
.b-toaster .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  #solid-app-container .pl-sm-4,
#solid-app-container .px-sm-4, div[id*=_modal_outer_] .pl-sm-4,
div[id*=_modal_outer_] .px-sm-4, .b-toaster .pl-sm-4,
.b-toaster .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  #solid-app-container .p-sm-5, div[id*=_modal_outer_] .p-sm-5, .b-toaster .p-sm-5 {
    padding: 3rem !important;
  }
  #solid-app-container .pt-sm-5,
#solid-app-container .py-sm-5, div[id*=_modal_outer_] .pt-sm-5,
div[id*=_modal_outer_] .py-sm-5, .b-toaster .pt-sm-5,
.b-toaster .py-sm-5 {
    padding-top: 3rem !important;
  }
  #solid-app-container .pr-sm-5,
#solid-app-container .px-sm-5, div[id*=_modal_outer_] .pr-sm-5,
div[id*=_modal_outer_] .px-sm-5, .b-toaster .pr-sm-5,
.b-toaster .px-sm-5 {
    padding-right: 3rem !important;
  }
  #solid-app-container .pb-sm-5,
#solid-app-container .py-sm-5, div[id*=_modal_outer_] .pb-sm-5,
div[id*=_modal_outer_] .py-sm-5, .b-toaster .pb-sm-5,
.b-toaster .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  #solid-app-container .pl-sm-5,
#solid-app-container .px-sm-5, div[id*=_modal_outer_] .pl-sm-5,
div[id*=_modal_outer_] .px-sm-5, .b-toaster .pl-sm-5,
.b-toaster .px-sm-5 {
    padding-left: 3rem !important;
  }
  #solid-app-container .m-sm-n1, div[id*=_modal_outer_] .m-sm-n1, .b-toaster .m-sm-n1 {
    margin: -0.25rem !important;
  }
  #solid-app-container .mt-sm-n1,
#solid-app-container .my-sm-n1, div[id*=_modal_outer_] .mt-sm-n1,
div[id*=_modal_outer_] .my-sm-n1, .b-toaster .mt-sm-n1,
.b-toaster .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  #solid-app-container .mr-sm-n1,
#solid-app-container .mx-sm-n1, div[id*=_modal_outer_] .mr-sm-n1,
div[id*=_modal_outer_] .mx-sm-n1, .b-toaster .mr-sm-n1,
.b-toaster .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  #solid-app-container .mb-sm-n1,
#solid-app-container .my-sm-n1, div[id*=_modal_outer_] .mb-sm-n1,
div[id*=_modal_outer_] .my-sm-n1, .b-toaster .mb-sm-n1,
.b-toaster .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  #solid-app-container .ml-sm-n1,
#solid-app-container .mx-sm-n1, div[id*=_modal_outer_] .ml-sm-n1,
div[id*=_modal_outer_] .mx-sm-n1, .b-toaster .ml-sm-n1,
.b-toaster .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  #solid-app-container .m-sm-n2, div[id*=_modal_outer_] .m-sm-n2, .b-toaster .m-sm-n2 {
    margin: -0.5rem !important;
  }
  #solid-app-container .mt-sm-n2,
#solid-app-container .my-sm-n2, div[id*=_modal_outer_] .mt-sm-n2,
div[id*=_modal_outer_] .my-sm-n2, .b-toaster .mt-sm-n2,
.b-toaster .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  #solid-app-container .mr-sm-n2,
#solid-app-container .mx-sm-n2, div[id*=_modal_outer_] .mr-sm-n2,
div[id*=_modal_outer_] .mx-sm-n2, .b-toaster .mr-sm-n2,
.b-toaster .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  #solid-app-container .mb-sm-n2,
#solid-app-container .my-sm-n2, div[id*=_modal_outer_] .mb-sm-n2,
div[id*=_modal_outer_] .my-sm-n2, .b-toaster .mb-sm-n2,
.b-toaster .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  #solid-app-container .ml-sm-n2,
#solid-app-container .mx-sm-n2, div[id*=_modal_outer_] .ml-sm-n2,
div[id*=_modal_outer_] .mx-sm-n2, .b-toaster .ml-sm-n2,
.b-toaster .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  #solid-app-container .m-sm-n3, div[id*=_modal_outer_] .m-sm-n3, .b-toaster .m-sm-n3 {
    margin: -1rem !important;
  }
  #solid-app-container .mt-sm-n3,
#solid-app-container .my-sm-n3, div[id*=_modal_outer_] .mt-sm-n3,
div[id*=_modal_outer_] .my-sm-n3, .b-toaster .mt-sm-n3,
.b-toaster .my-sm-n3 {
    margin-top: -1rem !important;
  }
  #solid-app-container .mr-sm-n3,
#solid-app-container .mx-sm-n3, div[id*=_modal_outer_] .mr-sm-n3,
div[id*=_modal_outer_] .mx-sm-n3, .b-toaster .mr-sm-n3,
.b-toaster .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  #solid-app-container .mb-sm-n3,
#solid-app-container .my-sm-n3, div[id*=_modal_outer_] .mb-sm-n3,
div[id*=_modal_outer_] .my-sm-n3, .b-toaster .mb-sm-n3,
.b-toaster .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  #solid-app-container .ml-sm-n3,
#solid-app-container .mx-sm-n3, div[id*=_modal_outer_] .ml-sm-n3,
div[id*=_modal_outer_] .mx-sm-n3, .b-toaster .ml-sm-n3,
.b-toaster .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  #solid-app-container .m-sm-n4, div[id*=_modal_outer_] .m-sm-n4, .b-toaster .m-sm-n4 {
    margin: -1.5rem !important;
  }
  #solid-app-container .mt-sm-n4,
#solid-app-container .my-sm-n4, div[id*=_modal_outer_] .mt-sm-n4,
div[id*=_modal_outer_] .my-sm-n4, .b-toaster .mt-sm-n4,
.b-toaster .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  #solid-app-container .mr-sm-n4,
#solid-app-container .mx-sm-n4, div[id*=_modal_outer_] .mr-sm-n4,
div[id*=_modal_outer_] .mx-sm-n4, .b-toaster .mr-sm-n4,
.b-toaster .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  #solid-app-container .mb-sm-n4,
#solid-app-container .my-sm-n4, div[id*=_modal_outer_] .mb-sm-n4,
div[id*=_modal_outer_] .my-sm-n4, .b-toaster .mb-sm-n4,
.b-toaster .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  #solid-app-container .ml-sm-n4,
#solid-app-container .mx-sm-n4, div[id*=_modal_outer_] .ml-sm-n4,
div[id*=_modal_outer_] .mx-sm-n4, .b-toaster .ml-sm-n4,
.b-toaster .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  #solid-app-container .m-sm-n5, div[id*=_modal_outer_] .m-sm-n5, .b-toaster .m-sm-n5 {
    margin: -3rem !important;
  }
  #solid-app-container .mt-sm-n5,
#solid-app-container .my-sm-n5, div[id*=_modal_outer_] .mt-sm-n5,
div[id*=_modal_outer_] .my-sm-n5, .b-toaster .mt-sm-n5,
.b-toaster .my-sm-n5 {
    margin-top: -3rem !important;
  }
  #solid-app-container .mr-sm-n5,
#solid-app-container .mx-sm-n5, div[id*=_modal_outer_] .mr-sm-n5,
div[id*=_modal_outer_] .mx-sm-n5, .b-toaster .mr-sm-n5,
.b-toaster .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  #solid-app-container .mb-sm-n5,
#solid-app-container .my-sm-n5, div[id*=_modal_outer_] .mb-sm-n5,
div[id*=_modal_outer_] .my-sm-n5, .b-toaster .mb-sm-n5,
.b-toaster .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  #solid-app-container .ml-sm-n5,
#solid-app-container .mx-sm-n5, div[id*=_modal_outer_] .ml-sm-n5,
div[id*=_modal_outer_] .mx-sm-n5, .b-toaster .ml-sm-n5,
.b-toaster .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  #solid-app-container .m-sm-auto, div[id*=_modal_outer_] .m-sm-auto, .b-toaster .m-sm-auto {
    margin: auto !important;
  }
  #solid-app-container .mt-sm-auto,
#solid-app-container .my-sm-auto, div[id*=_modal_outer_] .mt-sm-auto,
div[id*=_modal_outer_] .my-sm-auto, .b-toaster .mt-sm-auto,
.b-toaster .my-sm-auto {
    margin-top: auto !important;
  }
  #solid-app-container .mr-sm-auto,
#solid-app-container .mx-sm-auto, div[id*=_modal_outer_] .mr-sm-auto,
div[id*=_modal_outer_] .mx-sm-auto, .b-toaster .mr-sm-auto,
.b-toaster .mx-sm-auto {
    margin-right: auto !important;
  }
  #solid-app-container .mb-sm-auto,
#solid-app-container .my-sm-auto, div[id*=_modal_outer_] .mb-sm-auto,
div[id*=_modal_outer_] .my-sm-auto, .b-toaster .mb-sm-auto,
.b-toaster .my-sm-auto {
    margin-bottom: auto !important;
  }
  #solid-app-container .ml-sm-auto,
#solid-app-container .mx-sm-auto, div[id*=_modal_outer_] .ml-sm-auto,
div[id*=_modal_outer_] .mx-sm-auto, .b-toaster .ml-sm-auto,
.b-toaster .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  #solid-app-container .m-md-0, div[id*=_modal_outer_] .m-md-0, .b-toaster .m-md-0 {
    margin: 0 !important;
  }
  #solid-app-container .mt-md-0,
#solid-app-container .my-md-0, div[id*=_modal_outer_] .mt-md-0,
div[id*=_modal_outer_] .my-md-0, .b-toaster .mt-md-0,
.b-toaster .my-md-0 {
    margin-top: 0 !important;
  }
  #solid-app-container .mr-md-0,
#solid-app-container .mx-md-0, div[id*=_modal_outer_] .mr-md-0,
div[id*=_modal_outer_] .mx-md-0, .b-toaster .mr-md-0,
.b-toaster .mx-md-0 {
    margin-right: 0 !important;
  }
  #solid-app-container .mb-md-0,
#solid-app-container .my-md-0, div[id*=_modal_outer_] .mb-md-0,
div[id*=_modal_outer_] .my-md-0, .b-toaster .mb-md-0,
.b-toaster .my-md-0 {
    margin-bottom: 0 !important;
  }
  #solid-app-container .ml-md-0,
#solid-app-container .mx-md-0, div[id*=_modal_outer_] .ml-md-0,
div[id*=_modal_outer_] .mx-md-0, .b-toaster .ml-md-0,
.b-toaster .mx-md-0 {
    margin-left: 0 !important;
  }
  #solid-app-container .m-md-1, div[id*=_modal_outer_] .m-md-1, .b-toaster .m-md-1 {
    margin: 0.25rem !important;
  }
  #solid-app-container .mt-md-1,
#solid-app-container .my-md-1, div[id*=_modal_outer_] .mt-md-1,
div[id*=_modal_outer_] .my-md-1, .b-toaster .mt-md-1,
.b-toaster .my-md-1 {
    margin-top: 0.25rem !important;
  }
  #solid-app-container .mr-md-1,
#solid-app-container .mx-md-1, div[id*=_modal_outer_] .mr-md-1,
div[id*=_modal_outer_] .mx-md-1, .b-toaster .mr-md-1,
.b-toaster .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  #solid-app-container .mb-md-1,
#solid-app-container .my-md-1, div[id*=_modal_outer_] .mb-md-1,
div[id*=_modal_outer_] .my-md-1, .b-toaster .mb-md-1,
.b-toaster .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  #solid-app-container .ml-md-1,
#solid-app-container .mx-md-1, div[id*=_modal_outer_] .ml-md-1,
div[id*=_modal_outer_] .mx-md-1, .b-toaster .ml-md-1,
.b-toaster .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  #solid-app-container .m-md-2, div[id*=_modal_outer_] .m-md-2, .b-toaster .m-md-2 {
    margin: 0.5rem !important;
  }
  #solid-app-container .mt-md-2,
#solid-app-container .my-md-2, div[id*=_modal_outer_] .mt-md-2,
div[id*=_modal_outer_] .my-md-2, .b-toaster .mt-md-2,
.b-toaster .my-md-2 {
    margin-top: 0.5rem !important;
  }
  #solid-app-container .mr-md-2,
#solid-app-container .mx-md-2, div[id*=_modal_outer_] .mr-md-2,
div[id*=_modal_outer_] .mx-md-2, .b-toaster .mr-md-2,
.b-toaster .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  #solid-app-container .mb-md-2,
#solid-app-container .my-md-2, div[id*=_modal_outer_] .mb-md-2,
div[id*=_modal_outer_] .my-md-2, .b-toaster .mb-md-2,
.b-toaster .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  #solid-app-container .ml-md-2,
#solid-app-container .mx-md-2, div[id*=_modal_outer_] .ml-md-2,
div[id*=_modal_outer_] .mx-md-2, .b-toaster .ml-md-2,
.b-toaster .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  #solid-app-container .m-md-3, div[id*=_modal_outer_] .m-md-3, .b-toaster .m-md-3 {
    margin: 1rem !important;
  }
  #solid-app-container .mt-md-3,
#solid-app-container .my-md-3, div[id*=_modal_outer_] .mt-md-3,
div[id*=_modal_outer_] .my-md-3, .b-toaster .mt-md-3,
.b-toaster .my-md-3 {
    margin-top: 1rem !important;
  }
  #solid-app-container .mr-md-3,
#solid-app-container .mx-md-3, div[id*=_modal_outer_] .mr-md-3,
div[id*=_modal_outer_] .mx-md-3, .b-toaster .mr-md-3,
.b-toaster .mx-md-3 {
    margin-right: 1rem !important;
  }
  #solid-app-container .mb-md-3,
#solid-app-container .my-md-3, div[id*=_modal_outer_] .mb-md-3,
div[id*=_modal_outer_] .my-md-3, .b-toaster .mb-md-3,
.b-toaster .my-md-3 {
    margin-bottom: 1rem !important;
  }
  #solid-app-container .ml-md-3,
#solid-app-container .mx-md-3, div[id*=_modal_outer_] .ml-md-3,
div[id*=_modal_outer_] .mx-md-3, .b-toaster .ml-md-3,
.b-toaster .mx-md-3 {
    margin-left: 1rem !important;
  }
  #solid-app-container .m-md-4, div[id*=_modal_outer_] .m-md-4, .b-toaster .m-md-4 {
    margin: 1.5rem !important;
  }
  #solid-app-container .mt-md-4,
#solid-app-container .my-md-4, div[id*=_modal_outer_] .mt-md-4,
div[id*=_modal_outer_] .my-md-4, .b-toaster .mt-md-4,
.b-toaster .my-md-4 {
    margin-top: 1.5rem !important;
  }
  #solid-app-container .mr-md-4,
#solid-app-container .mx-md-4, div[id*=_modal_outer_] .mr-md-4,
div[id*=_modal_outer_] .mx-md-4, .b-toaster .mr-md-4,
.b-toaster .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  #solid-app-container .mb-md-4,
#solid-app-container .my-md-4, div[id*=_modal_outer_] .mb-md-4,
div[id*=_modal_outer_] .my-md-4, .b-toaster .mb-md-4,
.b-toaster .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  #solid-app-container .ml-md-4,
#solid-app-container .mx-md-4, div[id*=_modal_outer_] .ml-md-4,
div[id*=_modal_outer_] .mx-md-4, .b-toaster .ml-md-4,
.b-toaster .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  #solid-app-container .m-md-5, div[id*=_modal_outer_] .m-md-5, .b-toaster .m-md-5 {
    margin: 3rem !important;
  }
  #solid-app-container .mt-md-5,
#solid-app-container .my-md-5, div[id*=_modal_outer_] .mt-md-5,
div[id*=_modal_outer_] .my-md-5, .b-toaster .mt-md-5,
.b-toaster .my-md-5 {
    margin-top: 3rem !important;
  }
  #solid-app-container .mr-md-5,
#solid-app-container .mx-md-5, div[id*=_modal_outer_] .mr-md-5,
div[id*=_modal_outer_] .mx-md-5, .b-toaster .mr-md-5,
.b-toaster .mx-md-5 {
    margin-right: 3rem !important;
  }
  #solid-app-container .mb-md-5,
#solid-app-container .my-md-5, div[id*=_modal_outer_] .mb-md-5,
div[id*=_modal_outer_] .my-md-5, .b-toaster .mb-md-5,
.b-toaster .my-md-5 {
    margin-bottom: 3rem !important;
  }
  #solid-app-container .ml-md-5,
#solid-app-container .mx-md-5, div[id*=_modal_outer_] .ml-md-5,
div[id*=_modal_outer_] .mx-md-5, .b-toaster .ml-md-5,
.b-toaster .mx-md-5 {
    margin-left: 3rem !important;
  }
  #solid-app-container .p-md-0, div[id*=_modal_outer_] .p-md-0, .b-toaster .p-md-0 {
    padding: 0 !important;
  }
  #solid-app-container .pt-md-0,
#solid-app-container .py-md-0, div[id*=_modal_outer_] .pt-md-0,
div[id*=_modal_outer_] .py-md-0, .b-toaster .pt-md-0,
.b-toaster .py-md-0 {
    padding-top: 0 !important;
  }
  #solid-app-container .pr-md-0,
#solid-app-container .px-md-0, div[id*=_modal_outer_] .pr-md-0,
div[id*=_modal_outer_] .px-md-0, .b-toaster .pr-md-0,
.b-toaster .px-md-0 {
    padding-right: 0 !important;
  }
  #solid-app-container .pb-md-0,
#solid-app-container .py-md-0, div[id*=_modal_outer_] .pb-md-0,
div[id*=_modal_outer_] .py-md-0, .b-toaster .pb-md-0,
.b-toaster .py-md-0 {
    padding-bottom: 0 !important;
  }
  #solid-app-container .pl-md-0,
#solid-app-container .px-md-0, div[id*=_modal_outer_] .pl-md-0,
div[id*=_modal_outer_] .px-md-0, .b-toaster .pl-md-0,
.b-toaster .px-md-0 {
    padding-left: 0 !important;
  }
  #solid-app-container .p-md-1, div[id*=_modal_outer_] .p-md-1, .b-toaster .p-md-1 {
    padding: 0.25rem !important;
  }
  #solid-app-container .pt-md-1,
#solid-app-container .py-md-1, div[id*=_modal_outer_] .pt-md-1,
div[id*=_modal_outer_] .py-md-1, .b-toaster .pt-md-1,
.b-toaster .py-md-1 {
    padding-top: 0.25rem !important;
  }
  #solid-app-container .pr-md-1,
#solid-app-container .px-md-1, div[id*=_modal_outer_] .pr-md-1,
div[id*=_modal_outer_] .px-md-1, .b-toaster .pr-md-1,
.b-toaster .px-md-1 {
    padding-right: 0.25rem !important;
  }
  #solid-app-container .pb-md-1,
#solid-app-container .py-md-1, div[id*=_modal_outer_] .pb-md-1,
div[id*=_modal_outer_] .py-md-1, .b-toaster .pb-md-1,
.b-toaster .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  #solid-app-container .pl-md-1,
#solid-app-container .px-md-1, div[id*=_modal_outer_] .pl-md-1,
div[id*=_modal_outer_] .px-md-1, .b-toaster .pl-md-1,
.b-toaster .px-md-1 {
    padding-left: 0.25rem !important;
  }
  #solid-app-container .p-md-2, div[id*=_modal_outer_] .p-md-2, .b-toaster .p-md-2 {
    padding: 0.5rem !important;
  }
  #solid-app-container .pt-md-2,
#solid-app-container .py-md-2, div[id*=_modal_outer_] .pt-md-2,
div[id*=_modal_outer_] .py-md-2, .b-toaster .pt-md-2,
.b-toaster .py-md-2 {
    padding-top: 0.5rem !important;
  }
  #solid-app-container .pr-md-2,
#solid-app-container .px-md-2, div[id*=_modal_outer_] .pr-md-2,
div[id*=_modal_outer_] .px-md-2, .b-toaster .pr-md-2,
.b-toaster .px-md-2 {
    padding-right: 0.5rem !important;
  }
  #solid-app-container .pb-md-2,
#solid-app-container .py-md-2, div[id*=_modal_outer_] .pb-md-2,
div[id*=_modal_outer_] .py-md-2, .b-toaster .pb-md-2,
.b-toaster .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  #solid-app-container .pl-md-2,
#solid-app-container .px-md-2, div[id*=_modal_outer_] .pl-md-2,
div[id*=_modal_outer_] .px-md-2, .b-toaster .pl-md-2,
.b-toaster .px-md-2 {
    padding-left: 0.5rem !important;
  }
  #solid-app-container .p-md-3, div[id*=_modal_outer_] .p-md-3, .b-toaster .p-md-3 {
    padding: 1rem !important;
  }
  #solid-app-container .pt-md-3,
#solid-app-container .py-md-3, div[id*=_modal_outer_] .pt-md-3,
div[id*=_modal_outer_] .py-md-3, .b-toaster .pt-md-3,
.b-toaster .py-md-3 {
    padding-top: 1rem !important;
  }
  #solid-app-container .pr-md-3,
#solid-app-container .px-md-3, div[id*=_modal_outer_] .pr-md-3,
div[id*=_modal_outer_] .px-md-3, .b-toaster .pr-md-3,
.b-toaster .px-md-3 {
    padding-right: 1rem !important;
  }
  #solid-app-container .pb-md-3,
#solid-app-container .py-md-3, div[id*=_modal_outer_] .pb-md-3,
div[id*=_modal_outer_] .py-md-3, .b-toaster .pb-md-3,
.b-toaster .py-md-3 {
    padding-bottom: 1rem !important;
  }
  #solid-app-container .pl-md-3,
#solid-app-container .px-md-3, div[id*=_modal_outer_] .pl-md-3,
div[id*=_modal_outer_] .px-md-3, .b-toaster .pl-md-3,
.b-toaster .px-md-3 {
    padding-left: 1rem !important;
  }
  #solid-app-container .p-md-4, div[id*=_modal_outer_] .p-md-4, .b-toaster .p-md-4 {
    padding: 1.5rem !important;
  }
  #solid-app-container .pt-md-4,
#solid-app-container .py-md-4, div[id*=_modal_outer_] .pt-md-4,
div[id*=_modal_outer_] .py-md-4, .b-toaster .pt-md-4,
.b-toaster .py-md-4 {
    padding-top: 1.5rem !important;
  }
  #solid-app-container .pr-md-4,
#solid-app-container .px-md-4, div[id*=_modal_outer_] .pr-md-4,
div[id*=_modal_outer_] .px-md-4, .b-toaster .pr-md-4,
.b-toaster .px-md-4 {
    padding-right: 1.5rem !important;
  }
  #solid-app-container .pb-md-4,
#solid-app-container .py-md-4, div[id*=_modal_outer_] .pb-md-4,
div[id*=_modal_outer_] .py-md-4, .b-toaster .pb-md-4,
.b-toaster .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  #solid-app-container .pl-md-4,
#solid-app-container .px-md-4, div[id*=_modal_outer_] .pl-md-4,
div[id*=_modal_outer_] .px-md-4, .b-toaster .pl-md-4,
.b-toaster .px-md-4 {
    padding-left: 1.5rem !important;
  }
  #solid-app-container .p-md-5, div[id*=_modal_outer_] .p-md-5, .b-toaster .p-md-5 {
    padding: 3rem !important;
  }
  #solid-app-container .pt-md-5,
#solid-app-container .py-md-5, div[id*=_modal_outer_] .pt-md-5,
div[id*=_modal_outer_] .py-md-5, .b-toaster .pt-md-5,
.b-toaster .py-md-5 {
    padding-top: 3rem !important;
  }
  #solid-app-container .pr-md-5,
#solid-app-container .px-md-5, div[id*=_modal_outer_] .pr-md-5,
div[id*=_modal_outer_] .px-md-5, .b-toaster .pr-md-5,
.b-toaster .px-md-5 {
    padding-right: 3rem !important;
  }
  #solid-app-container .pb-md-5,
#solid-app-container .py-md-5, div[id*=_modal_outer_] .pb-md-5,
div[id*=_modal_outer_] .py-md-5, .b-toaster .pb-md-5,
.b-toaster .py-md-5 {
    padding-bottom: 3rem !important;
  }
  #solid-app-container .pl-md-5,
#solid-app-container .px-md-5, div[id*=_modal_outer_] .pl-md-5,
div[id*=_modal_outer_] .px-md-5, .b-toaster .pl-md-5,
.b-toaster .px-md-5 {
    padding-left: 3rem !important;
  }
  #solid-app-container .m-md-n1, div[id*=_modal_outer_] .m-md-n1, .b-toaster .m-md-n1 {
    margin: -0.25rem !important;
  }
  #solid-app-container .mt-md-n1,
#solid-app-container .my-md-n1, div[id*=_modal_outer_] .mt-md-n1,
div[id*=_modal_outer_] .my-md-n1, .b-toaster .mt-md-n1,
.b-toaster .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  #solid-app-container .mr-md-n1,
#solid-app-container .mx-md-n1, div[id*=_modal_outer_] .mr-md-n1,
div[id*=_modal_outer_] .mx-md-n1, .b-toaster .mr-md-n1,
.b-toaster .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  #solid-app-container .mb-md-n1,
#solid-app-container .my-md-n1, div[id*=_modal_outer_] .mb-md-n1,
div[id*=_modal_outer_] .my-md-n1, .b-toaster .mb-md-n1,
.b-toaster .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  #solid-app-container .ml-md-n1,
#solid-app-container .mx-md-n1, div[id*=_modal_outer_] .ml-md-n1,
div[id*=_modal_outer_] .mx-md-n1, .b-toaster .ml-md-n1,
.b-toaster .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  #solid-app-container .m-md-n2, div[id*=_modal_outer_] .m-md-n2, .b-toaster .m-md-n2 {
    margin: -0.5rem !important;
  }
  #solid-app-container .mt-md-n2,
#solid-app-container .my-md-n2, div[id*=_modal_outer_] .mt-md-n2,
div[id*=_modal_outer_] .my-md-n2, .b-toaster .mt-md-n2,
.b-toaster .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  #solid-app-container .mr-md-n2,
#solid-app-container .mx-md-n2, div[id*=_modal_outer_] .mr-md-n2,
div[id*=_modal_outer_] .mx-md-n2, .b-toaster .mr-md-n2,
.b-toaster .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  #solid-app-container .mb-md-n2,
#solid-app-container .my-md-n2, div[id*=_modal_outer_] .mb-md-n2,
div[id*=_modal_outer_] .my-md-n2, .b-toaster .mb-md-n2,
.b-toaster .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  #solid-app-container .ml-md-n2,
#solid-app-container .mx-md-n2, div[id*=_modal_outer_] .ml-md-n2,
div[id*=_modal_outer_] .mx-md-n2, .b-toaster .ml-md-n2,
.b-toaster .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  #solid-app-container .m-md-n3, div[id*=_modal_outer_] .m-md-n3, .b-toaster .m-md-n3 {
    margin: -1rem !important;
  }
  #solid-app-container .mt-md-n3,
#solid-app-container .my-md-n3, div[id*=_modal_outer_] .mt-md-n3,
div[id*=_modal_outer_] .my-md-n3, .b-toaster .mt-md-n3,
.b-toaster .my-md-n3 {
    margin-top: -1rem !important;
  }
  #solid-app-container .mr-md-n3,
#solid-app-container .mx-md-n3, div[id*=_modal_outer_] .mr-md-n3,
div[id*=_modal_outer_] .mx-md-n3, .b-toaster .mr-md-n3,
.b-toaster .mx-md-n3 {
    margin-right: -1rem !important;
  }
  #solid-app-container .mb-md-n3,
#solid-app-container .my-md-n3, div[id*=_modal_outer_] .mb-md-n3,
div[id*=_modal_outer_] .my-md-n3, .b-toaster .mb-md-n3,
.b-toaster .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  #solid-app-container .ml-md-n3,
#solid-app-container .mx-md-n3, div[id*=_modal_outer_] .ml-md-n3,
div[id*=_modal_outer_] .mx-md-n3, .b-toaster .ml-md-n3,
.b-toaster .mx-md-n3 {
    margin-left: -1rem !important;
  }
  #solid-app-container .m-md-n4, div[id*=_modal_outer_] .m-md-n4, .b-toaster .m-md-n4 {
    margin: -1.5rem !important;
  }
  #solid-app-container .mt-md-n4,
#solid-app-container .my-md-n4, div[id*=_modal_outer_] .mt-md-n4,
div[id*=_modal_outer_] .my-md-n4, .b-toaster .mt-md-n4,
.b-toaster .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  #solid-app-container .mr-md-n4,
#solid-app-container .mx-md-n4, div[id*=_modal_outer_] .mr-md-n4,
div[id*=_modal_outer_] .mx-md-n4, .b-toaster .mr-md-n4,
.b-toaster .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  #solid-app-container .mb-md-n4,
#solid-app-container .my-md-n4, div[id*=_modal_outer_] .mb-md-n4,
div[id*=_modal_outer_] .my-md-n4, .b-toaster .mb-md-n4,
.b-toaster .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  #solid-app-container .ml-md-n4,
#solid-app-container .mx-md-n4, div[id*=_modal_outer_] .ml-md-n4,
div[id*=_modal_outer_] .mx-md-n4, .b-toaster .ml-md-n4,
.b-toaster .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  #solid-app-container .m-md-n5, div[id*=_modal_outer_] .m-md-n5, .b-toaster .m-md-n5 {
    margin: -3rem !important;
  }
  #solid-app-container .mt-md-n5,
#solid-app-container .my-md-n5, div[id*=_modal_outer_] .mt-md-n5,
div[id*=_modal_outer_] .my-md-n5, .b-toaster .mt-md-n5,
.b-toaster .my-md-n5 {
    margin-top: -3rem !important;
  }
  #solid-app-container .mr-md-n5,
#solid-app-container .mx-md-n5, div[id*=_modal_outer_] .mr-md-n5,
div[id*=_modal_outer_] .mx-md-n5, .b-toaster .mr-md-n5,
.b-toaster .mx-md-n5 {
    margin-right: -3rem !important;
  }
  #solid-app-container .mb-md-n5,
#solid-app-container .my-md-n5, div[id*=_modal_outer_] .mb-md-n5,
div[id*=_modal_outer_] .my-md-n5, .b-toaster .mb-md-n5,
.b-toaster .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  #solid-app-container .ml-md-n5,
#solid-app-container .mx-md-n5, div[id*=_modal_outer_] .ml-md-n5,
div[id*=_modal_outer_] .mx-md-n5, .b-toaster .ml-md-n5,
.b-toaster .mx-md-n5 {
    margin-left: -3rem !important;
  }
  #solid-app-container .m-md-auto, div[id*=_modal_outer_] .m-md-auto, .b-toaster .m-md-auto {
    margin: auto !important;
  }
  #solid-app-container .mt-md-auto,
#solid-app-container .my-md-auto, div[id*=_modal_outer_] .mt-md-auto,
div[id*=_modal_outer_] .my-md-auto, .b-toaster .mt-md-auto,
.b-toaster .my-md-auto {
    margin-top: auto !important;
  }
  #solid-app-container .mr-md-auto,
#solid-app-container .mx-md-auto, div[id*=_modal_outer_] .mr-md-auto,
div[id*=_modal_outer_] .mx-md-auto, .b-toaster .mr-md-auto,
.b-toaster .mx-md-auto {
    margin-right: auto !important;
  }
  #solid-app-container .mb-md-auto,
#solid-app-container .my-md-auto, div[id*=_modal_outer_] .mb-md-auto,
div[id*=_modal_outer_] .my-md-auto, .b-toaster .mb-md-auto,
.b-toaster .my-md-auto {
    margin-bottom: auto !important;
  }
  #solid-app-container .ml-md-auto,
#solid-app-container .mx-md-auto, div[id*=_modal_outer_] .ml-md-auto,
div[id*=_modal_outer_] .mx-md-auto, .b-toaster .ml-md-auto,
.b-toaster .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  #solid-app-container .m-lg-0, div[id*=_modal_outer_] .m-lg-0, .b-toaster .m-lg-0 {
    margin: 0 !important;
  }
  #solid-app-container .mt-lg-0,
#solid-app-container .my-lg-0, div[id*=_modal_outer_] .mt-lg-0,
div[id*=_modal_outer_] .my-lg-0, .b-toaster .mt-lg-0,
.b-toaster .my-lg-0 {
    margin-top: 0 !important;
  }
  #solid-app-container .mr-lg-0,
#solid-app-container .mx-lg-0, div[id*=_modal_outer_] .mr-lg-0,
div[id*=_modal_outer_] .mx-lg-0, .b-toaster .mr-lg-0,
.b-toaster .mx-lg-0 {
    margin-right: 0 !important;
  }
  #solid-app-container .mb-lg-0,
#solid-app-container .my-lg-0, div[id*=_modal_outer_] .mb-lg-0,
div[id*=_modal_outer_] .my-lg-0, .b-toaster .mb-lg-0,
.b-toaster .my-lg-0 {
    margin-bottom: 0 !important;
  }
  #solid-app-container .ml-lg-0,
#solid-app-container .mx-lg-0, div[id*=_modal_outer_] .ml-lg-0,
div[id*=_modal_outer_] .mx-lg-0, .b-toaster .ml-lg-0,
.b-toaster .mx-lg-0 {
    margin-left: 0 !important;
  }
  #solid-app-container .m-lg-1, div[id*=_modal_outer_] .m-lg-1, .b-toaster .m-lg-1 {
    margin: 0.25rem !important;
  }
  #solid-app-container .mt-lg-1,
#solid-app-container .my-lg-1, div[id*=_modal_outer_] .mt-lg-1,
div[id*=_modal_outer_] .my-lg-1, .b-toaster .mt-lg-1,
.b-toaster .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  #solid-app-container .mr-lg-1,
#solid-app-container .mx-lg-1, div[id*=_modal_outer_] .mr-lg-1,
div[id*=_modal_outer_] .mx-lg-1, .b-toaster .mr-lg-1,
.b-toaster .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  #solid-app-container .mb-lg-1,
#solid-app-container .my-lg-1, div[id*=_modal_outer_] .mb-lg-1,
div[id*=_modal_outer_] .my-lg-1, .b-toaster .mb-lg-1,
.b-toaster .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  #solid-app-container .ml-lg-1,
#solid-app-container .mx-lg-1, div[id*=_modal_outer_] .ml-lg-1,
div[id*=_modal_outer_] .mx-lg-1, .b-toaster .ml-lg-1,
.b-toaster .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  #solid-app-container .m-lg-2, div[id*=_modal_outer_] .m-lg-2, .b-toaster .m-lg-2 {
    margin: 0.5rem !important;
  }
  #solid-app-container .mt-lg-2,
#solid-app-container .my-lg-2, div[id*=_modal_outer_] .mt-lg-2,
div[id*=_modal_outer_] .my-lg-2, .b-toaster .mt-lg-2,
.b-toaster .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  #solid-app-container .mr-lg-2,
#solid-app-container .mx-lg-2, div[id*=_modal_outer_] .mr-lg-2,
div[id*=_modal_outer_] .mx-lg-2, .b-toaster .mr-lg-2,
.b-toaster .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  #solid-app-container .mb-lg-2,
#solid-app-container .my-lg-2, div[id*=_modal_outer_] .mb-lg-2,
div[id*=_modal_outer_] .my-lg-2, .b-toaster .mb-lg-2,
.b-toaster .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  #solid-app-container .ml-lg-2,
#solid-app-container .mx-lg-2, div[id*=_modal_outer_] .ml-lg-2,
div[id*=_modal_outer_] .mx-lg-2, .b-toaster .ml-lg-2,
.b-toaster .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  #solid-app-container .m-lg-3, div[id*=_modal_outer_] .m-lg-3, .b-toaster .m-lg-3 {
    margin: 1rem !important;
  }
  #solid-app-container .mt-lg-3,
#solid-app-container .my-lg-3, div[id*=_modal_outer_] .mt-lg-3,
div[id*=_modal_outer_] .my-lg-3, .b-toaster .mt-lg-3,
.b-toaster .my-lg-3 {
    margin-top: 1rem !important;
  }
  #solid-app-container .mr-lg-3,
#solid-app-container .mx-lg-3, div[id*=_modal_outer_] .mr-lg-3,
div[id*=_modal_outer_] .mx-lg-3, .b-toaster .mr-lg-3,
.b-toaster .mx-lg-3 {
    margin-right: 1rem !important;
  }
  #solid-app-container .mb-lg-3,
#solid-app-container .my-lg-3, div[id*=_modal_outer_] .mb-lg-3,
div[id*=_modal_outer_] .my-lg-3, .b-toaster .mb-lg-3,
.b-toaster .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  #solid-app-container .ml-lg-3,
#solid-app-container .mx-lg-3, div[id*=_modal_outer_] .ml-lg-3,
div[id*=_modal_outer_] .mx-lg-3, .b-toaster .ml-lg-3,
.b-toaster .mx-lg-3 {
    margin-left: 1rem !important;
  }
  #solid-app-container .m-lg-4, div[id*=_modal_outer_] .m-lg-4, .b-toaster .m-lg-4 {
    margin: 1.5rem !important;
  }
  #solid-app-container .mt-lg-4,
#solid-app-container .my-lg-4, div[id*=_modal_outer_] .mt-lg-4,
div[id*=_modal_outer_] .my-lg-4, .b-toaster .mt-lg-4,
.b-toaster .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  #solid-app-container .mr-lg-4,
#solid-app-container .mx-lg-4, div[id*=_modal_outer_] .mr-lg-4,
div[id*=_modal_outer_] .mx-lg-4, .b-toaster .mr-lg-4,
.b-toaster .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  #solid-app-container .mb-lg-4,
#solid-app-container .my-lg-4, div[id*=_modal_outer_] .mb-lg-4,
div[id*=_modal_outer_] .my-lg-4, .b-toaster .mb-lg-4,
.b-toaster .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  #solid-app-container .ml-lg-4,
#solid-app-container .mx-lg-4, div[id*=_modal_outer_] .ml-lg-4,
div[id*=_modal_outer_] .mx-lg-4, .b-toaster .ml-lg-4,
.b-toaster .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  #solid-app-container .m-lg-5, div[id*=_modal_outer_] .m-lg-5, .b-toaster .m-lg-5 {
    margin: 3rem !important;
  }
  #solid-app-container .mt-lg-5,
#solid-app-container .my-lg-5, div[id*=_modal_outer_] .mt-lg-5,
div[id*=_modal_outer_] .my-lg-5, .b-toaster .mt-lg-5,
.b-toaster .my-lg-5 {
    margin-top: 3rem !important;
  }
  #solid-app-container .mr-lg-5,
#solid-app-container .mx-lg-5, div[id*=_modal_outer_] .mr-lg-5,
div[id*=_modal_outer_] .mx-lg-5, .b-toaster .mr-lg-5,
.b-toaster .mx-lg-5 {
    margin-right: 3rem !important;
  }
  #solid-app-container .mb-lg-5,
#solid-app-container .my-lg-5, div[id*=_modal_outer_] .mb-lg-5,
div[id*=_modal_outer_] .my-lg-5, .b-toaster .mb-lg-5,
.b-toaster .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  #solid-app-container .ml-lg-5,
#solid-app-container .mx-lg-5, div[id*=_modal_outer_] .ml-lg-5,
div[id*=_modal_outer_] .mx-lg-5, .b-toaster .ml-lg-5,
.b-toaster .mx-lg-5 {
    margin-left: 3rem !important;
  }
  #solid-app-container .p-lg-0, div[id*=_modal_outer_] .p-lg-0, .b-toaster .p-lg-0 {
    padding: 0 !important;
  }
  #solid-app-container .pt-lg-0,
#solid-app-container .py-lg-0, div[id*=_modal_outer_] .pt-lg-0,
div[id*=_modal_outer_] .py-lg-0, .b-toaster .pt-lg-0,
.b-toaster .py-lg-0 {
    padding-top: 0 !important;
  }
  #solid-app-container .pr-lg-0,
#solid-app-container .px-lg-0, div[id*=_modal_outer_] .pr-lg-0,
div[id*=_modal_outer_] .px-lg-0, .b-toaster .pr-lg-0,
.b-toaster .px-lg-0 {
    padding-right: 0 !important;
  }
  #solid-app-container .pb-lg-0,
#solid-app-container .py-lg-0, div[id*=_modal_outer_] .pb-lg-0,
div[id*=_modal_outer_] .py-lg-0, .b-toaster .pb-lg-0,
.b-toaster .py-lg-0 {
    padding-bottom: 0 !important;
  }
  #solid-app-container .pl-lg-0,
#solid-app-container .px-lg-0, div[id*=_modal_outer_] .pl-lg-0,
div[id*=_modal_outer_] .px-lg-0, .b-toaster .pl-lg-0,
.b-toaster .px-lg-0 {
    padding-left: 0 !important;
  }
  #solid-app-container .p-lg-1, div[id*=_modal_outer_] .p-lg-1, .b-toaster .p-lg-1 {
    padding: 0.25rem !important;
  }
  #solid-app-container .pt-lg-1,
#solid-app-container .py-lg-1, div[id*=_modal_outer_] .pt-lg-1,
div[id*=_modal_outer_] .py-lg-1, .b-toaster .pt-lg-1,
.b-toaster .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  #solid-app-container .pr-lg-1,
#solid-app-container .px-lg-1, div[id*=_modal_outer_] .pr-lg-1,
div[id*=_modal_outer_] .px-lg-1, .b-toaster .pr-lg-1,
.b-toaster .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  #solid-app-container .pb-lg-1,
#solid-app-container .py-lg-1, div[id*=_modal_outer_] .pb-lg-1,
div[id*=_modal_outer_] .py-lg-1, .b-toaster .pb-lg-1,
.b-toaster .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  #solid-app-container .pl-lg-1,
#solid-app-container .px-lg-1, div[id*=_modal_outer_] .pl-lg-1,
div[id*=_modal_outer_] .px-lg-1, .b-toaster .pl-lg-1,
.b-toaster .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  #solid-app-container .p-lg-2, div[id*=_modal_outer_] .p-lg-2, .b-toaster .p-lg-2 {
    padding: 0.5rem !important;
  }
  #solid-app-container .pt-lg-2,
#solid-app-container .py-lg-2, div[id*=_modal_outer_] .pt-lg-2,
div[id*=_modal_outer_] .py-lg-2, .b-toaster .pt-lg-2,
.b-toaster .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  #solid-app-container .pr-lg-2,
#solid-app-container .px-lg-2, div[id*=_modal_outer_] .pr-lg-2,
div[id*=_modal_outer_] .px-lg-2, .b-toaster .pr-lg-2,
.b-toaster .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  #solid-app-container .pb-lg-2,
#solid-app-container .py-lg-2, div[id*=_modal_outer_] .pb-lg-2,
div[id*=_modal_outer_] .py-lg-2, .b-toaster .pb-lg-2,
.b-toaster .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  #solid-app-container .pl-lg-2,
#solid-app-container .px-lg-2, div[id*=_modal_outer_] .pl-lg-2,
div[id*=_modal_outer_] .px-lg-2, .b-toaster .pl-lg-2,
.b-toaster .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  #solid-app-container .p-lg-3, div[id*=_modal_outer_] .p-lg-3, .b-toaster .p-lg-3 {
    padding: 1rem !important;
  }
  #solid-app-container .pt-lg-3,
#solid-app-container .py-lg-3, div[id*=_modal_outer_] .pt-lg-3,
div[id*=_modal_outer_] .py-lg-3, .b-toaster .pt-lg-3,
.b-toaster .py-lg-3 {
    padding-top: 1rem !important;
  }
  #solid-app-container .pr-lg-3,
#solid-app-container .px-lg-3, div[id*=_modal_outer_] .pr-lg-3,
div[id*=_modal_outer_] .px-lg-3, .b-toaster .pr-lg-3,
.b-toaster .px-lg-3 {
    padding-right: 1rem !important;
  }
  #solid-app-container .pb-lg-3,
#solid-app-container .py-lg-3, div[id*=_modal_outer_] .pb-lg-3,
div[id*=_modal_outer_] .py-lg-3, .b-toaster .pb-lg-3,
.b-toaster .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  #solid-app-container .pl-lg-3,
#solid-app-container .px-lg-3, div[id*=_modal_outer_] .pl-lg-3,
div[id*=_modal_outer_] .px-lg-3, .b-toaster .pl-lg-3,
.b-toaster .px-lg-3 {
    padding-left: 1rem !important;
  }
  #solid-app-container .p-lg-4, div[id*=_modal_outer_] .p-lg-4, .b-toaster .p-lg-4 {
    padding: 1.5rem !important;
  }
  #solid-app-container .pt-lg-4,
#solid-app-container .py-lg-4, div[id*=_modal_outer_] .pt-lg-4,
div[id*=_modal_outer_] .py-lg-4, .b-toaster .pt-lg-4,
.b-toaster .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  #solid-app-container .pr-lg-4,
#solid-app-container .px-lg-4, div[id*=_modal_outer_] .pr-lg-4,
div[id*=_modal_outer_] .px-lg-4, .b-toaster .pr-lg-4,
.b-toaster .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  #solid-app-container .pb-lg-4,
#solid-app-container .py-lg-4, div[id*=_modal_outer_] .pb-lg-4,
div[id*=_modal_outer_] .py-lg-4, .b-toaster .pb-lg-4,
.b-toaster .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  #solid-app-container .pl-lg-4,
#solid-app-container .px-lg-4, div[id*=_modal_outer_] .pl-lg-4,
div[id*=_modal_outer_] .px-lg-4, .b-toaster .pl-lg-4,
.b-toaster .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  #solid-app-container .p-lg-5, div[id*=_modal_outer_] .p-lg-5, .b-toaster .p-lg-5 {
    padding: 3rem !important;
  }
  #solid-app-container .pt-lg-5,
#solid-app-container .py-lg-5, div[id*=_modal_outer_] .pt-lg-5,
div[id*=_modal_outer_] .py-lg-5, .b-toaster .pt-lg-5,
.b-toaster .py-lg-5 {
    padding-top: 3rem !important;
  }
  #solid-app-container .pr-lg-5,
#solid-app-container .px-lg-5, div[id*=_modal_outer_] .pr-lg-5,
div[id*=_modal_outer_] .px-lg-5, .b-toaster .pr-lg-5,
.b-toaster .px-lg-5 {
    padding-right: 3rem !important;
  }
  #solid-app-container .pb-lg-5,
#solid-app-container .py-lg-5, div[id*=_modal_outer_] .pb-lg-5,
div[id*=_modal_outer_] .py-lg-5, .b-toaster .pb-lg-5,
.b-toaster .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  #solid-app-container .pl-lg-5,
#solid-app-container .px-lg-5, div[id*=_modal_outer_] .pl-lg-5,
div[id*=_modal_outer_] .px-lg-5, .b-toaster .pl-lg-5,
.b-toaster .px-lg-5 {
    padding-left: 3rem !important;
  }
  #solid-app-container .m-lg-n1, div[id*=_modal_outer_] .m-lg-n1, .b-toaster .m-lg-n1 {
    margin: -0.25rem !important;
  }
  #solid-app-container .mt-lg-n1,
#solid-app-container .my-lg-n1, div[id*=_modal_outer_] .mt-lg-n1,
div[id*=_modal_outer_] .my-lg-n1, .b-toaster .mt-lg-n1,
.b-toaster .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  #solid-app-container .mr-lg-n1,
#solid-app-container .mx-lg-n1, div[id*=_modal_outer_] .mr-lg-n1,
div[id*=_modal_outer_] .mx-lg-n1, .b-toaster .mr-lg-n1,
.b-toaster .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  #solid-app-container .mb-lg-n1,
#solid-app-container .my-lg-n1, div[id*=_modal_outer_] .mb-lg-n1,
div[id*=_modal_outer_] .my-lg-n1, .b-toaster .mb-lg-n1,
.b-toaster .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  #solid-app-container .ml-lg-n1,
#solid-app-container .mx-lg-n1, div[id*=_modal_outer_] .ml-lg-n1,
div[id*=_modal_outer_] .mx-lg-n1, .b-toaster .ml-lg-n1,
.b-toaster .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  #solid-app-container .m-lg-n2, div[id*=_modal_outer_] .m-lg-n2, .b-toaster .m-lg-n2 {
    margin: -0.5rem !important;
  }
  #solid-app-container .mt-lg-n2,
#solid-app-container .my-lg-n2, div[id*=_modal_outer_] .mt-lg-n2,
div[id*=_modal_outer_] .my-lg-n2, .b-toaster .mt-lg-n2,
.b-toaster .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  #solid-app-container .mr-lg-n2,
#solid-app-container .mx-lg-n2, div[id*=_modal_outer_] .mr-lg-n2,
div[id*=_modal_outer_] .mx-lg-n2, .b-toaster .mr-lg-n2,
.b-toaster .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  #solid-app-container .mb-lg-n2,
#solid-app-container .my-lg-n2, div[id*=_modal_outer_] .mb-lg-n2,
div[id*=_modal_outer_] .my-lg-n2, .b-toaster .mb-lg-n2,
.b-toaster .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  #solid-app-container .ml-lg-n2,
#solid-app-container .mx-lg-n2, div[id*=_modal_outer_] .ml-lg-n2,
div[id*=_modal_outer_] .mx-lg-n2, .b-toaster .ml-lg-n2,
.b-toaster .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  #solid-app-container .m-lg-n3, div[id*=_modal_outer_] .m-lg-n3, .b-toaster .m-lg-n3 {
    margin: -1rem !important;
  }
  #solid-app-container .mt-lg-n3,
#solid-app-container .my-lg-n3, div[id*=_modal_outer_] .mt-lg-n3,
div[id*=_modal_outer_] .my-lg-n3, .b-toaster .mt-lg-n3,
.b-toaster .my-lg-n3 {
    margin-top: -1rem !important;
  }
  #solid-app-container .mr-lg-n3,
#solid-app-container .mx-lg-n3, div[id*=_modal_outer_] .mr-lg-n3,
div[id*=_modal_outer_] .mx-lg-n3, .b-toaster .mr-lg-n3,
.b-toaster .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  #solid-app-container .mb-lg-n3,
#solid-app-container .my-lg-n3, div[id*=_modal_outer_] .mb-lg-n3,
div[id*=_modal_outer_] .my-lg-n3, .b-toaster .mb-lg-n3,
.b-toaster .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  #solid-app-container .ml-lg-n3,
#solid-app-container .mx-lg-n3, div[id*=_modal_outer_] .ml-lg-n3,
div[id*=_modal_outer_] .mx-lg-n3, .b-toaster .ml-lg-n3,
.b-toaster .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  #solid-app-container .m-lg-n4, div[id*=_modal_outer_] .m-lg-n4, .b-toaster .m-lg-n4 {
    margin: -1.5rem !important;
  }
  #solid-app-container .mt-lg-n4,
#solid-app-container .my-lg-n4, div[id*=_modal_outer_] .mt-lg-n4,
div[id*=_modal_outer_] .my-lg-n4, .b-toaster .mt-lg-n4,
.b-toaster .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  #solid-app-container .mr-lg-n4,
#solid-app-container .mx-lg-n4, div[id*=_modal_outer_] .mr-lg-n4,
div[id*=_modal_outer_] .mx-lg-n4, .b-toaster .mr-lg-n4,
.b-toaster .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  #solid-app-container .mb-lg-n4,
#solid-app-container .my-lg-n4, div[id*=_modal_outer_] .mb-lg-n4,
div[id*=_modal_outer_] .my-lg-n4, .b-toaster .mb-lg-n4,
.b-toaster .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  #solid-app-container .ml-lg-n4,
#solid-app-container .mx-lg-n4, div[id*=_modal_outer_] .ml-lg-n4,
div[id*=_modal_outer_] .mx-lg-n4, .b-toaster .ml-lg-n4,
.b-toaster .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  #solid-app-container .m-lg-n5, div[id*=_modal_outer_] .m-lg-n5, .b-toaster .m-lg-n5 {
    margin: -3rem !important;
  }
  #solid-app-container .mt-lg-n5,
#solid-app-container .my-lg-n5, div[id*=_modal_outer_] .mt-lg-n5,
div[id*=_modal_outer_] .my-lg-n5, .b-toaster .mt-lg-n5,
.b-toaster .my-lg-n5 {
    margin-top: -3rem !important;
  }
  #solid-app-container .mr-lg-n5,
#solid-app-container .mx-lg-n5, div[id*=_modal_outer_] .mr-lg-n5,
div[id*=_modal_outer_] .mx-lg-n5, .b-toaster .mr-lg-n5,
.b-toaster .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  #solid-app-container .mb-lg-n5,
#solid-app-container .my-lg-n5, div[id*=_modal_outer_] .mb-lg-n5,
div[id*=_modal_outer_] .my-lg-n5, .b-toaster .mb-lg-n5,
.b-toaster .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  #solid-app-container .ml-lg-n5,
#solid-app-container .mx-lg-n5, div[id*=_modal_outer_] .ml-lg-n5,
div[id*=_modal_outer_] .mx-lg-n5, .b-toaster .ml-lg-n5,
.b-toaster .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  #solid-app-container .m-lg-auto, div[id*=_modal_outer_] .m-lg-auto, .b-toaster .m-lg-auto {
    margin: auto !important;
  }
  #solid-app-container .mt-lg-auto,
#solid-app-container .my-lg-auto, div[id*=_modal_outer_] .mt-lg-auto,
div[id*=_modal_outer_] .my-lg-auto, .b-toaster .mt-lg-auto,
.b-toaster .my-lg-auto {
    margin-top: auto !important;
  }
  #solid-app-container .mr-lg-auto,
#solid-app-container .mx-lg-auto, div[id*=_modal_outer_] .mr-lg-auto,
div[id*=_modal_outer_] .mx-lg-auto, .b-toaster .mr-lg-auto,
.b-toaster .mx-lg-auto {
    margin-right: auto !important;
  }
  #solid-app-container .mb-lg-auto,
#solid-app-container .my-lg-auto, div[id*=_modal_outer_] .mb-lg-auto,
div[id*=_modal_outer_] .my-lg-auto, .b-toaster .mb-lg-auto,
.b-toaster .my-lg-auto {
    margin-bottom: auto !important;
  }
  #solid-app-container .ml-lg-auto,
#solid-app-container .mx-lg-auto, div[id*=_modal_outer_] .ml-lg-auto,
div[id*=_modal_outer_] .mx-lg-auto, .b-toaster .ml-lg-auto,
.b-toaster .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  #solid-app-container .m-xl-0, div[id*=_modal_outer_] .m-xl-0, .b-toaster .m-xl-0 {
    margin: 0 !important;
  }
  #solid-app-container .mt-xl-0,
#solid-app-container .my-xl-0, div[id*=_modal_outer_] .mt-xl-0,
div[id*=_modal_outer_] .my-xl-0, .b-toaster .mt-xl-0,
.b-toaster .my-xl-0 {
    margin-top: 0 !important;
  }
  #solid-app-container .mr-xl-0,
#solid-app-container .mx-xl-0, div[id*=_modal_outer_] .mr-xl-0,
div[id*=_modal_outer_] .mx-xl-0, .b-toaster .mr-xl-0,
.b-toaster .mx-xl-0 {
    margin-right: 0 !important;
  }
  #solid-app-container .mb-xl-0,
#solid-app-container .my-xl-0, div[id*=_modal_outer_] .mb-xl-0,
div[id*=_modal_outer_] .my-xl-0, .b-toaster .mb-xl-0,
.b-toaster .my-xl-0 {
    margin-bottom: 0 !important;
  }
  #solid-app-container .ml-xl-0,
#solid-app-container .mx-xl-0, div[id*=_modal_outer_] .ml-xl-0,
div[id*=_modal_outer_] .mx-xl-0, .b-toaster .ml-xl-0,
.b-toaster .mx-xl-0 {
    margin-left: 0 !important;
  }
  #solid-app-container .m-xl-1, div[id*=_modal_outer_] .m-xl-1, .b-toaster .m-xl-1 {
    margin: 0.25rem !important;
  }
  #solid-app-container .mt-xl-1,
#solid-app-container .my-xl-1, div[id*=_modal_outer_] .mt-xl-1,
div[id*=_modal_outer_] .my-xl-1, .b-toaster .mt-xl-1,
.b-toaster .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  #solid-app-container .mr-xl-1,
#solid-app-container .mx-xl-1, div[id*=_modal_outer_] .mr-xl-1,
div[id*=_modal_outer_] .mx-xl-1, .b-toaster .mr-xl-1,
.b-toaster .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  #solid-app-container .mb-xl-1,
#solid-app-container .my-xl-1, div[id*=_modal_outer_] .mb-xl-1,
div[id*=_modal_outer_] .my-xl-1, .b-toaster .mb-xl-1,
.b-toaster .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  #solid-app-container .ml-xl-1,
#solid-app-container .mx-xl-1, div[id*=_modal_outer_] .ml-xl-1,
div[id*=_modal_outer_] .mx-xl-1, .b-toaster .ml-xl-1,
.b-toaster .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  #solid-app-container .m-xl-2, div[id*=_modal_outer_] .m-xl-2, .b-toaster .m-xl-2 {
    margin: 0.5rem !important;
  }
  #solid-app-container .mt-xl-2,
#solid-app-container .my-xl-2, div[id*=_modal_outer_] .mt-xl-2,
div[id*=_modal_outer_] .my-xl-2, .b-toaster .mt-xl-2,
.b-toaster .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  #solid-app-container .mr-xl-2,
#solid-app-container .mx-xl-2, div[id*=_modal_outer_] .mr-xl-2,
div[id*=_modal_outer_] .mx-xl-2, .b-toaster .mr-xl-2,
.b-toaster .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  #solid-app-container .mb-xl-2,
#solid-app-container .my-xl-2, div[id*=_modal_outer_] .mb-xl-2,
div[id*=_modal_outer_] .my-xl-2, .b-toaster .mb-xl-2,
.b-toaster .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  #solid-app-container .ml-xl-2,
#solid-app-container .mx-xl-2, div[id*=_modal_outer_] .ml-xl-2,
div[id*=_modal_outer_] .mx-xl-2, .b-toaster .ml-xl-2,
.b-toaster .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  #solid-app-container .m-xl-3, div[id*=_modal_outer_] .m-xl-3, .b-toaster .m-xl-3 {
    margin: 1rem !important;
  }
  #solid-app-container .mt-xl-3,
#solid-app-container .my-xl-3, div[id*=_modal_outer_] .mt-xl-3,
div[id*=_modal_outer_] .my-xl-3, .b-toaster .mt-xl-3,
.b-toaster .my-xl-3 {
    margin-top: 1rem !important;
  }
  #solid-app-container .mr-xl-3,
#solid-app-container .mx-xl-3, div[id*=_modal_outer_] .mr-xl-3,
div[id*=_modal_outer_] .mx-xl-3, .b-toaster .mr-xl-3,
.b-toaster .mx-xl-3 {
    margin-right: 1rem !important;
  }
  #solid-app-container .mb-xl-3,
#solid-app-container .my-xl-3, div[id*=_modal_outer_] .mb-xl-3,
div[id*=_modal_outer_] .my-xl-3, .b-toaster .mb-xl-3,
.b-toaster .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  #solid-app-container .ml-xl-3,
#solid-app-container .mx-xl-3, div[id*=_modal_outer_] .ml-xl-3,
div[id*=_modal_outer_] .mx-xl-3, .b-toaster .ml-xl-3,
.b-toaster .mx-xl-3 {
    margin-left: 1rem !important;
  }
  #solid-app-container .m-xl-4, div[id*=_modal_outer_] .m-xl-4, .b-toaster .m-xl-4 {
    margin: 1.5rem !important;
  }
  #solid-app-container .mt-xl-4,
#solid-app-container .my-xl-4, div[id*=_modal_outer_] .mt-xl-4,
div[id*=_modal_outer_] .my-xl-4, .b-toaster .mt-xl-4,
.b-toaster .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  #solid-app-container .mr-xl-4,
#solid-app-container .mx-xl-4, div[id*=_modal_outer_] .mr-xl-4,
div[id*=_modal_outer_] .mx-xl-4, .b-toaster .mr-xl-4,
.b-toaster .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  #solid-app-container .mb-xl-4,
#solid-app-container .my-xl-4, div[id*=_modal_outer_] .mb-xl-4,
div[id*=_modal_outer_] .my-xl-4, .b-toaster .mb-xl-4,
.b-toaster .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  #solid-app-container .ml-xl-4,
#solid-app-container .mx-xl-4, div[id*=_modal_outer_] .ml-xl-4,
div[id*=_modal_outer_] .mx-xl-4, .b-toaster .ml-xl-4,
.b-toaster .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  #solid-app-container .m-xl-5, div[id*=_modal_outer_] .m-xl-5, .b-toaster .m-xl-5 {
    margin: 3rem !important;
  }
  #solid-app-container .mt-xl-5,
#solid-app-container .my-xl-5, div[id*=_modal_outer_] .mt-xl-5,
div[id*=_modal_outer_] .my-xl-5, .b-toaster .mt-xl-5,
.b-toaster .my-xl-5 {
    margin-top: 3rem !important;
  }
  #solid-app-container .mr-xl-5,
#solid-app-container .mx-xl-5, div[id*=_modal_outer_] .mr-xl-5,
div[id*=_modal_outer_] .mx-xl-5, .b-toaster .mr-xl-5,
.b-toaster .mx-xl-5 {
    margin-right: 3rem !important;
  }
  #solid-app-container .mb-xl-5,
#solid-app-container .my-xl-5, div[id*=_modal_outer_] .mb-xl-5,
div[id*=_modal_outer_] .my-xl-5, .b-toaster .mb-xl-5,
.b-toaster .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  #solid-app-container .ml-xl-5,
#solid-app-container .mx-xl-5, div[id*=_modal_outer_] .ml-xl-5,
div[id*=_modal_outer_] .mx-xl-5, .b-toaster .ml-xl-5,
.b-toaster .mx-xl-5 {
    margin-left: 3rem !important;
  }
  #solid-app-container .p-xl-0, div[id*=_modal_outer_] .p-xl-0, .b-toaster .p-xl-0 {
    padding: 0 !important;
  }
  #solid-app-container .pt-xl-0,
#solid-app-container .py-xl-0, div[id*=_modal_outer_] .pt-xl-0,
div[id*=_modal_outer_] .py-xl-0, .b-toaster .pt-xl-0,
.b-toaster .py-xl-0 {
    padding-top: 0 !important;
  }
  #solid-app-container .pr-xl-0,
#solid-app-container .px-xl-0, div[id*=_modal_outer_] .pr-xl-0,
div[id*=_modal_outer_] .px-xl-0, .b-toaster .pr-xl-0,
.b-toaster .px-xl-0 {
    padding-right: 0 !important;
  }
  #solid-app-container .pb-xl-0,
#solid-app-container .py-xl-0, div[id*=_modal_outer_] .pb-xl-0,
div[id*=_modal_outer_] .py-xl-0, .b-toaster .pb-xl-0,
.b-toaster .py-xl-0 {
    padding-bottom: 0 !important;
  }
  #solid-app-container .pl-xl-0,
#solid-app-container .px-xl-0, div[id*=_modal_outer_] .pl-xl-0,
div[id*=_modal_outer_] .px-xl-0, .b-toaster .pl-xl-0,
.b-toaster .px-xl-0 {
    padding-left: 0 !important;
  }
  #solid-app-container .p-xl-1, div[id*=_modal_outer_] .p-xl-1, .b-toaster .p-xl-1 {
    padding: 0.25rem !important;
  }
  #solid-app-container .pt-xl-1,
#solid-app-container .py-xl-1, div[id*=_modal_outer_] .pt-xl-1,
div[id*=_modal_outer_] .py-xl-1, .b-toaster .pt-xl-1,
.b-toaster .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  #solid-app-container .pr-xl-1,
#solid-app-container .px-xl-1, div[id*=_modal_outer_] .pr-xl-1,
div[id*=_modal_outer_] .px-xl-1, .b-toaster .pr-xl-1,
.b-toaster .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  #solid-app-container .pb-xl-1,
#solid-app-container .py-xl-1, div[id*=_modal_outer_] .pb-xl-1,
div[id*=_modal_outer_] .py-xl-1, .b-toaster .pb-xl-1,
.b-toaster .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  #solid-app-container .pl-xl-1,
#solid-app-container .px-xl-1, div[id*=_modal_outer_] .pl-xl-1,
div[id*=_modal_outer_] .px-xl-1, .b-toaster .pl-xl-1,
.b-toaster .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  #solid-app-container .p-xl-2, div[id*=_modal_outer_] .p-xl-2, .b-toaster .p-xl-2 {
    padding: 0.5rem !important;
  }
  #solid-app-container .pt-xl-2,
#solid-app-container .py-xl-2, div[id*=_modal_outer_] .pt-xl-2,
div[id*=_modal_outer_] .py-xl-2, .b-toaster .pt-xl-2,
.b-toaster .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  #solid-app-container .pr-xl-2,
#solid-app-container .px-xl-2, div[id*=_modal_outer_] .pr-xl-2,
div[id*=_modal_outer_] .px-xl-2, .b-toaster .pr-xl-2,
.b-toaster .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  #solid-app-container .pb-xl-2,
#solid-app-container .py-xl-2, div[id*=_modal_outer_] .pb-xl-2,
div[id*=_modal_outer_] .py-xl-2, .b-toaster .pb-xl-2,
.b-toaster .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  #solid-app-container .pl-xl-2,
#solid-app-container .px-xl-2, div[id*=_modal_outer_] .pl-xl-2,
div[id*=_modal_outer_] .px-xl-2, .b-toaster .pl-xl-2,
.b-toaster .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  #solid-app-container .p-xl-3, div[id*=_modal_outer_] .p-xl-3, .b-toaster .p-xl-3 {
    padding: 1rem !important;
  }
  #solid-app-container .pt-xl-3,
#solid-app-container .py-xl-3, div[id*=_modal_outer_] .pt-xl-3,
div[id*=_modal_outer_] .py-xl-3, .b-toaster .pt-xl-3,
.b-toaster .py-xl-3 {
    padding-top: 1rem !important;
  }
  #solid-app-container .pr-xl-3,
#solid-app-container .px-xl-3, div[id*=_modal_outer_] .pr-xl-3,
div[id*=_modal_outer_] .px-xl-3, .b-toaster .pr-xl-3,
.b-toaster .px-xl-3 {
    padding-right: 1rem !important;
  }
  #solid-app-container .pb-xl-3,
#solid-app-container .py-xl-3, div[id*=_modal_outer_] .pb-xl-3,
div[id*=_modal_outer_] .py-xl-3, .b-toaster .pb-xl-3,
.b-toaster .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  #solid-app-container .pl-xl-3,
#solid-app-container .px-xl-3, div[id*=_modal_outer_] .pl-xl-3,
div[id*=_modal_outer_] .px-xl-3, .b-toaster .pl-xl-3,
.b-toaster .px-xl-3 {
    padding-left: 1rem !important;
  }
  #solid-app-container .p-xl-4, div[id*=_modal_outer_] .p-xl-4, .b-toaster .p-xl-4 {
    padding: 1.5rem !important;
  }
  #solid-app-container .pt-xl-4,
#solid-app-container .py-xl-4, div[id*=_modal_outer_] .pt-xl-4,
div[id*=_modal_outer_] .py-xl-4, .b-toaster .pt-xl-4,
.b-toaster .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  #solid-app-container .pr-xl-4,
#solid-app-container .px-xl-4, div[id*=_modal_outer_] .pr-xl-4,
div[id*=_modal_outer_] .px-xl-4, .b-toaster .pr-xl-4,
.b-toaster .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  #solid-app-container .pb-xl-4,
#solid-app-container .py-xl-4, div[id*=_modal_outer_] .pb-xl-4,
div[id*=_modal_outer_] .py-xl-4, .b-toaster .pb-xl-4,
.b-toaster .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  #solid-app-container .pl-xl-4,
#solid-app-container .px-xl-4, div[id*=_modal_outer_] .pl-xl-4,
div[id*=_modal_outer_] .px-xl-4, .b-toaster .pl-xl-4,
.b-toaster .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  #solid-app-container .p-xl-5, div[id*=_modal_outer_] .p-xl-5, .b-toaster .p-xl-5 {
    padding: 3rem !important;
  }
  #solid-app-container .pt-xl-5,
#solid-app-container .py-xl-5, div[id*=_modal_outer_] .pt-xl-5,
div[id*=_modal_outer_] .py-xl-5, .b-toaster .pt-xl-5,
.b-toaster .py-xl-5 {
    padding-top: 3rem !important;
  }
  #solid-app-container .pr-xl-5,
#solid-app-container .px-xl-5, div[id*=_modal_outer_] .pr-xl-5,
div[id*=_modal_outer_] .px-xl-5, .b-toaster .pr-xl-5,
.b-toaster .px-xl-5 {
    padding-right: 3rem !important;
  }
  #solid-app-container .pb-xl-5,
#solid-app-container .py-xl-5, div[id*=_modal_outer_] .pb-xl-5,
div[id*=_modal_outer_] .py-xl-5, .b-toaster .pb-xl-5,
.b-toaster .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  #solid-app-container .pl-xl-5,
#solid-app-container .px-xl-5, div[id*=_modal_outer_] .pl-xl-5,
div[id*=_modal_outer_] .px-xl-5, .b-toaster .pl-xl-5,
.b-toaster .px-xl-5 {
    padding-left: 3rem !important;
  }
  #solid-app-container .m-xl-n1, div[id*=_modal_outer_] .m-xl-n1, .b-toaster .m-xl-n1 {
    margin: -0.25rem !important;
  }
  #solid-app-container .mt-xl-n1,
#solid-app-container .my-xl-n1, div[id*=_modal_outer_] .mt-xl-n1,
div[id*=_modal_outer_] .my-xl-n1, .b-toaster .mt-xl-n1,
.b-toaster .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  #solid-app-container .mr-xl-n1,
#solid-app-container .mx-xl-n1, div[id*=_modal_outer_] .mr-xl-n1,
div[id*=_modal_outer_] .mx-xl-n1, .b-toaster .mr-xl-n1,
.b-toaster .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  #solid-app-container .mb-xl-n1,
#solid-app-container .my-xl-n1, div[id*=_modal_outer_] .mb-xl-n1,
div[id*=_modal_outer_] .my-xl-n1, .b-toaster .mb-xl-n1,
.b-toaster .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  #solid-app-container .ml-xl-n1,
#solid-app-container .mx-xl-n1, div[id*=_modal_outer_] .ml-xl-n1,
div[id*=_modal_outer_] .mx-xl-n1, .b-toaster .ml-xl-n1,
.b-toaster .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  #solid-app-container .m-xl-n2, div[id*=_modal_outer_] .m-xl-n2, .b-toaster .m-xl-n2 {
    margin: -0.5rem !important;
  }
  #solid-app-container .mt-xl-n2,
#solid-app-container .my-xl-n2, div[id*=_modal_outer_] .mt-xl-n2,
div[id*=_modal_outer_] .my-xl-n2, .b-toaster .mt-xl-n2,
.b-toaster .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  #solid-app-container .mr-xl-n2,
#solid-app-container .mx-xl-n2, div[id*=_modal_outer_] .mr-xl-n2,
div[id*=_modal_outer_] .mx-xl-n2, .b-toaster .mr-xl-n2,
.b-toaster .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  #solid-app-container .mb-xl-n2,
#solid-app-container .my-xl-n2, div[id*=_modal_outer_] .mb-xl-n2,
div[id*=_modal_outer_] .my-xl-n2, .b-toaster .mb-xl-n2,
.b-toaster .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  #solid-app-container .ml-xl-n2,
#solid-app-container .mx-xl-n2, div[id*=_modal_outer_] .ml-xl-n2,
div[id*=_modal_outer_] .mx-xl-n2, .b-toaster .ml-xl-n2,
.b-toaster .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  #solid-app-container .m-xl-n3, div[id*=_modal_outer_] .m-xl-n3, .b-toaster .m-xl-n3 {
    margin: -1rem !important;
  }
  #solid-app-container .mt-xl-n3,
#solid-app-container .my-xl-n3, div[id*=_modal_outer_] .mt-xl-n3,
div[id*=_modal_outer_] .my-xl-n3, .b-toaster .mt-xl-n3,
.b-toaster .my-xl-n3 {
    margin-top: -1rem !important;
  }
  #solid-app-container .mr-xl-n3,
#solid-app-container .mx-xl-n3, div[id*=_modal_outer_] .mr-xl-n3,
div[id*=_modal_outer_] .mx-xl-n3, .b-toaster .mr-xl-n3,
.b-toaster .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  #solid-app-container .mb-xl-n3,
#solid-app-container .my-xl-n3, div[id*=_modal_outer_] .mb-xl-n3,
div[id*=_modal_outer_] .my-xl-n3, .b-toaster .mb-xl-n3,
.b-toaster .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  #solid-app-container .ml-xl-n3,
#solid-app-container .mx-xl-n3, div[id*=_modal_outer_] .ml-xl-n3,
div[id*=_modal_outer_] .mx-xl-n3, .b-toaster .ml-xl-n3,
.b-toaster .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  #solid-app-container .m-xl-n4, div[id*=_modal_outer_] .m-xl-n4, .b-toaster .m-xl-n4 {
    margin: -1.5rem !important;
  }
  #solid-app-container .mt-xl-n4,
#solid-app-container .my-xl-n4, div[id*=_modal_outer_] .mt-xl-n4,
div[id*=_modal_outer_] .my-xl-n4, .b-toaster .mt-xl-n4,
.b-toaster .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  #solid-app-container .mr-xl-n4,
#solid-app-container .mx-xl-n4, div[id*=_modal_outer_] .mr-xl-n4,
div[id*=_modal_outer_] .mx-xl-n4, .b-toaster .mr-xl-n4,
.b-toaster .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  #solid-app-container .mb-xl-n4,
#solid-app-container .my-xl-n4, div[id*=_modal_outer_] .mb-xl-n4,
div[id*=_modal_outer_] .my-xl-n4, .b-toaster .mb-xl-n4,
.b-toaster .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  #solid-app-container .ml-xl-n4,
#solid-app-container .mx-xl-n4, div[id*=_modal_outer_] .ml-xl-n4,
div[id*=_modal_outer_] .mx-xl-n4, .b-toaster .ml-xl-n4,
.b-toaster .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  #solid-app-container .m-xl-n5, div[id*=_modal_outer_] .m-xl-n5, .b-toaster .m-xl-n5 {
    margin: -3rem !important;
  }
  #solid-app-container .mt-xl-n5,
#solid-app-container .my-xl-n5, div[id*=_modal_outer_] .mt-xl-n5,
div[id*=_modal_outer_] .my-xl-n5, .b-toaster .mt-xl-n5,
.b-toaster .my-xl-n5 {
    margin-top: -3rem !important;
  }
  #solid-app-container .mr-xl-n5,
#solid-app-container .mx-xl-n5, div[id*=_modal_outer_] .mr-xl-n5,
div[id*=_modal_outer_] .mx-xl-n5, .b-toaster .mr-xl-n5,
.b-toaster .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  #solid-app-container .mb-xl-n5,
#solid-app-container .my-xl-n5, div[id*=_modal_outer_] .mb-xl-n5,
div[id*=_modal_outer_] .my-xl-n5, .b-toaster .mb-xl-n5,
.b-toaster .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  #solid-app-container .ml-xl-n5,
#solid-app-container .mx-xl-n5, div[id*=_modal_outer_] .ml-xl-n5,
div[id*=_modal_outer_] .mx-xl-n5, .b-toaster .ml-xl-n5,
.b-toaster .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  #solid-app-container .m-xl-auto, div[id*=_modal_outer_] .m-xl-auto, .b-toaster .m-xl-auto {
    margin: auto !important;
  }
  #solid-app-container .mt-xl-auto,
#solid-app-container .my-xl-auto, div[id*=_modal_outer_] .mt-xl-auto,
div[id*=_modal_outer_] .my-xl-auto, .b-toaster .mt-xl-auto,
.b-toaster .my-xl-auto {
    margin-top: auto !important;
  }
  #solid-app-container .mr-xl-auto,
#solid-app-container .mx-xl-auto, div[id*=_modal_outer_] .mr-xl-auto,
div[id*=_modal_outer_] .mx-xl-auto, .b-toaster .mr-xl-auto,
.b-toaster .mx-xl-auto {
    margin-right: auto !important;
  }
  #solid-app-container .mb-xl-auto,
#solid-app-container .my-xl-auto, div[id*=_modal_outer_] .mb-xl-auto,
div[id*=_modal_outer_] .my-xl-auto, .b-toaster .mb-xl-auto,
.b-toaster .my-xl-auto {
    margin-bottom: auto !important;
  }
  #solid-app-container .ml-xl-auto,
#solid-app-container .mx-xl-auto, div[id*=_modal_outer_] .ml-xl-auto,
div[id*=_modal_outer_] .mx-xl-auto, .b-toaster .ml-xl-auto,
.b-toaster .mx-xl-auto {
    margin-left: auto !important;
  }
}
#solid-app-container .stretched-link::after, div[id*=_modal_outer_] .stretched-link::after, .b-toaster .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);
}
#solid-app-container .text-monospace, div[id*=_modal_outer_] .text-monospace, .b-toaster .text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
#solid-app-container .text-justify, div[id*=_modal_outer_] .text-justify, .b-toaster .text-justify {
  text-align: justify !important;
}
#solid-app-container .text-wrap, div[id*=_modal_outer_] .text-wrap, .b-toaster .text-wrap {
  white-space: normal !important;
}
#solid-app-container .text-nowrap, div[id*=_modal_outer_] .text-nowrap, .b-toaster .text-nowrap {
  white-space: nowrap !important;
}
#solid-app-container .text-truncate, div[id*=_modal_outer_] .text-truncate, .b-toaster .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#solid-app-container .text-left, div[id*=_modal_outer_] .text-left, .b-toaster .text-left {
  text-align: left !important;
}
#solid-app-container .text-right, div[id*=_modal_outer_] .text-right, .b-toaster .text-right {
  text-align: right !important;
}
#solid-app-container .text-center, div[id*=_modal_outer_] .text-center, .b-toaster .text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  #solid-app-container .text-sm-left, div[id*=_modal_outer_] .text-sm-left, .b-toaster .text-sm-left {
    text-align: left !important;
  }
  #solid-app-container .text-sm-right, div[id*=_modal_outer_] .text-sm-right, .b-toaster .text-sm-right {
    text-align: right !important;
  }
  #solid-app-container .text-sm-center, div[id*=_modal_outer_] .text-sm-center, .b-toaster .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  #solid-app-container .text-md-left, div[id*=_modal_outer_] .text-md-left, .b-toaster .text-md-left {
    text-align: left !important;
  }
  #solid-app-container .text-md-right, div[id*=_modal_outer_] .text-md-right, .b-toaster .text-md-right {
    text-align: right !important;
  }
  #solid-app-container .text-md-center, div[id*=_modal_outer_] .text-md-center, .b-toaster .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  #solid-app-container .text-lg-left, div[id*=_modal_outer_] .text-lg-left, .b-toaster .text-lg-left {
    text-align: left !important;
  }
  #solid-app-container .text-lg-right, div[id*=_modal_outer_] .text-lg-right, .b-toaster .text-lg-right {
    text-align: right !important;
  }
  #solid-app-container .text-lg-center, div[id*=_modal_outer_] .text-lg-center, .b-toaster .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  #solid-app-container .text-xl-left, div[id*=_modal_outer_] .text-xl-left, .b-toaster .text-xl-left {
    text-align: left !important;
  }
  #solid-app-container .text-xl-right, div[id*=_modal_outer_] .text-xl-right, .b-toaster .text-xl-right {
    text-align: right !important;
  }
  #solid-app-container .text-xl-center, div[id*=_modal_outer_] .text-xl-center, .b-toaster .text-xl-center {
    text-align: center !important;
  }
}
#solid-app-container .text-lowercase, div[id*=_modal_outer_] .text-lowercase, .b-toaster .text-lowercase {
  text-transform: lowercase !important;
}
#solid-app-container .text-uppercase, div[id*=_modal_outer_] .text-uppercase, .b-toaster .text-uppercase {
  text-transform: uppercase !important;
}
#solid-app-container .text-capitalize, div[id*=_modal_outer_] .text-capitalize, .b-toaster .text-capitalize {
  text-transform: capitalize !important;
}
#solid-app-container .font-weight-light, div[id*=_modal_outer_] .font-weight-light, .b-toaster .font-weight-light {
  font-weight: 300 !important;
}
#solid-app-container .font-weight-lighter, div[id*=_modal_outer_] .font-weight-lighter, .b-toaster .font-weight-lighter {
  font-weight: lighter !important;
}
#solid-app-container .font-weight-normal, div[id*=_modal_outer_] .font-weight-normal, .b-toaster .font-weight-normal {
  font-weight: 400 !important;
}
#solid-app-container .font-weight-bold, div[id*=_modal_outer_] .font-weight-bold, .b-toaster .font-weight-bold {
  font-weight: 700 !important;
}
#solid-app-container .font-weight-bolder, div[id*=_modal_outer_] .font-weight-bolder, .b-toaster .font-weight-bolder {
  font-weight: bolder !important;
}
#solid-app-container .font-italic, div[id*=_modal_outer_] .font-italic, .b-toaster .font-italic {
  font-style: italic !important;
}
#solid-app-container .text-white, div[id*=_modal_outer_] .text-white, .b-toaster .text-white {
  color: #fff !important;
}
#solid-app-container .text-primary, div[id*=_modal_outer_] .text-primary, .b-toaster .text-primary {
  color: #1CF196 !important;
}
#solid-app-container a.text-primary:hover, #solid-app-container a.text-primary:focus, div[id*=_modal_outer_] a.text-primary:hover, div[id*=_modal_outer_] a.text-primary:focus, .b-toaster a.text-primary:hover, .b-toaster a.text-primary:focus {
  color: #0bb56d !important;
}
#solid-app-container .text-secondary, div[id*=_modal_outer_] .text-secondary, .b-toaster .text-secondary {
  color: #1CF196 !important;
}
#solid-app-container a.text-secondary:hover, #solid-app-container a.text-secondary:focus, div[id*=_modal_outer_] a.text-secondary:hover, div[id*=_modal_outer_] a.text-secondary:focus, .b-toaster a.text-secondary:hover, .b-toaster a.text-secondary:focus {
  color: #0bb56d !important;
}
#solid-app-container .text-success, div[id*=_modal_outer_] .text-success, .b-toaster .text-success {
  color: #28a745 !important;
}
#solid-app-container a.text-success:hover, #solid-app-container a.text-success:focus, div[id*=_modal_outer_] a.text-success:hover, div[id*=_modal_outer_] a.text-success:focus, .b-toaster a.text-success:hover, .b-toaster a.text-success:focus {
  color: #19692c !important;
}
#solid-app-container .text-info, div[id*=_modal_outer_] .text-info, .b-toaster .text-info {
  color: #17a2b8 !important;
}
#solid-app-container a.text-info:hover, #solid-app-container a.text-info:focus, div[id*=_modal_outer_] a.text-info:hover, div[id*=_modal_outer_] a.text-info:focus, .b-toaster a.text-info:hover, .b-toaster a.text-info:focus {
  color: #0f6674 !important;
}
#solid-app-container .text-warning, div[id*=_modal_outer_] .text-warning, .b-toaster .text-warning {
  color: #ffc107 !important;
}
#solid-app-container a.text-warning:hover, #solid-app-container a.text-warning:focus, div[id*=_modal_outer_] a.text-warning:hover, div[id*=_modal_outer_] a.text-warning:focus, .b-toaster a.text-warning:hover, .b-toaster a.text-warning:focus {
  color: #ba8b00 !important;
}
#solid-app-container .text-danger, div[id*=_modal_outer_] .text-danger, .b-toaster .text-danger {
  color: #dc3545 !important;
}
#solid-app-container a.text-danger:hover, #solid-app-container a.text-danger:focus, div[id*=_modal_outer_] a.text-danger:hover, div[id*=_modal_outer_] a.text-danger:focus, .b-toaster a.text-danger:hover, .b-toaster a.text-danger:focus {
  color: #a71d2a !important;
}
#solid-app-container .text-light, div[id*=_modal_outer_] .text-light, .b-toaster .text-light {
  color: #f8f9fa !important;
}
#solid-app-container a.text-light:hover, #solid-app-container a.text-light:focus, div[id*=_modal_outer_] a.text-light:hover, div[id*=_modal_outer_] a.text-light:focus, .b-toaster a.text-light:hover, .b-toaster a.text-light:focus {
  color: #cbd3da !important;
}
#solid-app-container .text-dark, div[id*=_modal_outer_] .text-dark, .b-toaster .text-dark {
  color: #343a40 !important;
}
#solid-app-container a.text-dark:hover, #solid-app-container a.text-dark:focus, div[id*=_modal_outer_] a.text-dark:hover, div[id*=_modal_outer_] a.text-dark:focus, .b-toaster a.text-dark:hover, .b-toaster a.text-dark:focus {
  color: #121416 !important;
}
#solid-app-container .text-body, div[id*=_modal_outer_] .text-body, .b-toaster .text-body {
  color: #212529 !important;
}
#solid-app-container .text-muted, div[id*=_modal_outer_] .text-muted, .b-toaster .text-muted {
  color: #6c757d !important;
}
#solid-app-container .text-black-50, div[id*=_modal_outer_] .text-black-50, .b-toaster .text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
#solid-app-container .text-white-50, div[id*=_modal_outer_] .text-white-50, .b-toaster .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
#solid-app-container .text-hide, div[id*=_modal_outer_] .text-hide, .b-toaster .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
#solid-app-container .text-decoration-none, div[id*=_modal_outer_] .text-decoration-none, .b-toaster .text-decoration-none {
  text-decoration: none !important;
}
#solid-app-container .text-break, div[id*=_modal_outer_] .text-break, .b-toaster .text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
#solid-app-container .text-reset, div[id*=_modal_outer_] .text-reset, .b-toaster .text-reset {
  color: inherit !important;
}
#solid-app-container .visible, div[id*=_modal_outer_] .visible, .b-toaster .visible {
  visibility: visible !important;
}
#solid-app-container .invisible, div[id*=_modal_outer_] .invisible, .b-toaster .invisible {
  visibility: hidden !important;
}
@media print {
  #solid-app-container *,
#solid-app-container *::before,
#solid-app-container *::after, div[id*=_modal_outer_] *,
div[id*=_modal_outer_] *::before,
div[id*=_modal_outer_] *::after, .b-toaster *,
.b-toaster *::before,
.b-toaster *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  #solid-app-container a:not(.btn), div[id*=_modal_outer_] a:not(.btn), .b-toaster a:not(.btn) {
    text-decoration: underline;
  }
  #solid-app-container abbr[title]::after, div[id*=_modal_outer_] abbr[title]::after, .b-toaster abbr[title]::after {
    content: " (" attr(title) ")";
  }
  #solid-app-container pre, div[id*=_modal_outer_] pre, .b-toaster pre {
    white-space: pre-wrap !important;
  }
  #solid-app-container pre,
#solid-app-container blockquote, div[id*=_modal_outer_] pre,
div[id*=_modal_outer_] blockquote, .b-toaster pre,
.b-toaster blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  #solid-app-container tr,
#solid-app-container img, div[id*=_modal_outer_] tr,
div[id*=_modal_outer_] img, .b-toaster tr,
.b-toaster img {
    page-break-inside: avoid;
  }
  #solid-app-container p,
#solid-app-container h2,
#solid-app-container h3, div[id*=_modal_outer_] p,
div[id*=_modal_outer_] h2,
div[id*=_modal_outer_] h3, .b-toaster p,
.b-toaster h2,
.b-toaster h3 {
    orphans: 3;
    widows: 3;
  }
  #solid-app-container h2,
#solid-app-container h3, div[id*=_modal_outer_] h2,
div[id*=_modal_outer_] h3, .b-toaster h2,
.b-toaster h3 {
    page-break-after: avoid;
  }
  @page {
    #solid-app-container, div[id*=_modal_outer_], .b-toaster {
      size: a3;
    }
  }
  #solid-app-container body, div[id*=_modal_outer_] body, .b-toaster body {
    min-width: 992px !important;
  }
  #solid-app-container .container, div[id*=_modal_outer_] .container, .b-toaster .container {
    min-width: 992px !important;
  }
  #solid-app-container .navbar, div[id*=_modal_outer_] .navbar, .b-toaster .navbar {
    display: none;
  }
  #solid-app-container .badge, div[id*=_modal_outer_] .badge, .b-toaster .badge {
    border: 1px solid #000;
  }
  #solid-app-container .table, div[id*=_modal_outer_] .table, .b-toaster .table {
    border-collapse: collapse !important;
  }
  #solid-app-container .table td,
#solid-app-container .table th, div[id*=_modal_outer_] .table td,
div[id*=_modal_outer_] .table th, .b-toaster .table td,
.b-toaster .table th {
    background-color: #fff !important;
  }
  #solid-app-container .table-bordered th,
#solid-app-container .table-bordered td, div[id*=_modal_outer_] .table-bordered th,
div[id*=_modal_outer_] .table-bordered td, .b-toaster .table-bordered th,
.b-toaster .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  #solid-app-container .table-dark, div[id*=_modal_outer_] .table-dark, .b-toaster .table-dark {
    color: inherit;
  }
  #solid-app-container .table-dark th,
#solid-app-container .table-dark td,
#solid-app-container .table-dark thead th,
#solid-app-container .table-dark tbody + tbody, div[id*=_modal_outer_] .table-dark th,
div[id*=_modal_outer_] .table-dark td,
div[id*=_modal_outer_] .table-dark thead th,
div[id*=_modal_outer_] .table-dark tbody + tbody, .b-toaster .table-dark th,
.b-toaster .table-dark td,
.b-toaster .table-dark thead th,
.b-toaster .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  #solid-app-container .table .thead-dark th, div[id*=_modal_outer_] .table .thead-dark th, .b-toaster .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
#solid-app-container .b-calendar, div[id*=_modal_outer_] .b-calendar, .b-toaster .b-calendar {
  display: inline-flex;
}
#solid-app-container .b-calendar .b-calendar-inner, div[id*=_modal_outer_] .b-calendar .b-calendar-inner, .b-toaster .b-calendar .b-calendar-inner {
  min-width: 250px;
}
#solid-app-container .b-calendar .b-calendar-header,
#solid-app-container .b-calendar .b-calendar-nav, div[id*=_modal_outer_] .b-calendar .b-calendar-header,
div[id*=_modal_outer_] .b-calendar .b-calendar-nav, .b-toaster .b-calendar .b-calendar-header,
.b-toaster .b-calendar .b-calendar-nav {
  margin-bottom: 0.25rem;
}
#solid-app-container .b-calendar .b-calendar-nav .btn, div[id*=_modal_outer_] .b-calendar .b-calendar-nav .btn, .b-toaster .b-calendar .b-calendar-nav .btn {
  padding: 0.25rem;
}
#solid-app-container .b-calendar output, div[id*=_modal_outer_] .b-calendar output, .b-toaster .b-calendar output {
  padding: 0.25rem;
  font-size: 80%;
}
#solid-app-container .b-calendar output.readonly, div[id*=_modal_outer_] .b-calendar output.readonly, .b-toaster .b-calendar output.readonly {
  background-color: #e9ecef;
  opacity: 1;
}
#solid-app-container .b-calendar .b-calendar-footer, div[id*=_modal_outer_] .b-calendar .b-calendar-footer, .b-toaster .b-calendar .b-calendar-footer {
  margin-top: 0.5rem;
}
#solid-app-container .b-calendar .b-calendar-grid, div[id*=_modal_outer_] .b-calendar .b-calendar-grid, .b-toaster .b-calendar .b-calendar-grid {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
#solid-app-container .b-calendar .b-calendar-grid .row, div[id*=_modal_outer_] .b-calendar .b-calendar-grid .row, .b-toaster .b-calendar .b-calendar-grid .row {
  flex-wrap: nowrap;
}
#solid-app-container .b-calendar .b-calendar-grid-caption, div[id*=_modal_outer_] .b-calendar .b-calendar-grid-caption, .b-toaster .b-calendar .b-calendar-grid-caption {
  padding: 0.25rem;
}
#solid-app-container .b-calendar .b-calendar-grid-body .col[data-date] .btn, div[id*=_modal_outer_] .b-calendar .b-calendar-grid-body .col[data-date] .btn, .b-toaster .b-calendar .b-calendar-grid-body .col[data-date] .btn {
  width: 32px;
  height: 32px;
  font-size: 14px;
  line-height: 1;
  margin: 3px auto;
  padding: 9px 0;
}
#solid-app-container .b-calendar .btn:disabled, #solid-app-container .b-calendar .btn.disabled, #solid-app-container .b-calendar .btn[aria-disabled=true], div[id*=_modal_outer_] .b-calendar .btn:disabled, div[id*=_modal_outer_] .b-calendar .btn.disabled, div[id*=_modal_outer_] .b-calendar .btn[aria-disabled=true], .b-toaster .b-calendar .btn:disabled, .b-toaster .b-calendar .btn.disabled, .b-toaster .b-calendar .btn[aria-disabled=true] {
  cursor: default;
  pointer-events: none;
}
#solid-app-container .card-img-left, div[id*=_modal_outer_] .card-img-left, .b-toaster .card-img-left {
  border-top-left-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
#solid-app-container .card-img-right, div[id*=_modal_outer_] .card-img-right, .b-toaster .card-img-right {
  border-top-right-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}
#solid-app-container .dropdown:not(.dropleft) .dropdown-toggle.dropdown-toggle-no-caret::after, div[id*=_modal_outer_] .dropdown:not(.dropleft) .dropdown-toggle.dropdown-toggle-no-caret::after, .b-toaster .dropdown:not(.dropleft) .dropdown-toggle.dropdown-toggle-no-caret::after {
  display: none !important;
}
#solid-app-container .dropdown.dropleft .dropdown-toggle.dropdown-toggle-no-caret::before, div[id*=_modal_outer_] .dropdown.dropleft .dropdown-toggle.dropdown-toggle-no-caret::before, .b-toaster .dropdown.dropleft .dropdown-toggle.dropdown-toggle-no-caret::before {
  display: none !important;
}
#solid-app-container .dropdown .dropdown-menu:focus, div[id*=_modal_outer_] .dropdown .dropdown-menu:focus, .b-toaster .dropdown .dropdown-menu:focus {
  outline: none;
}
#solid-app-container .b-dropdown-form, div[id*=_modal_outer_] .b-dropdown-form, .b-toaster .b-dropdown-form {
  display: inline-block;
  padding: 0.25rem 1.5rem;
  width: 100%;
  clear: both;
  font-weight: 400;
}
#solid-app-container .b-dropdown-form:focus, div[id*=_modal_outer_] .b-dropdown-form:focus, .b-toaster .b-dropdown-form:focus {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
#solid-app-container .b-dropdown-form.disabled, #solid-app-container .b-dropdown-form:disabled, div[id*=_modal_outer_] .b-dropdown-form.disabled, div[id*=_modal_outer_] .b-dropdown-form:disabled, .b-toaster .b-dropdown-form.disabled, .b-toaster .b-dropdown-form:disabled {
  outline: 0 !important;
  color: #adb5bd;
  pointer-events: none;
}
#solid-app-container .b-dropdown-text, div[id*=_modal_outer_] .b-dropdown-text, .b-toaster .b-dropdown-text {
  display: inline-block;
  padding: 0.25rem 1.5rem;
  margin-bottom: 0;
  width: 100%;
  clear: both;
  font-weight: lighter;
}
#solid-app-container .custom-checkbox.b-custom-control-lg,
#solid-app-container .input-group-lg .custom-checkbox, div[id*=_modal_outer_] .custom-checkbox.b-custom-control-lg,
div[id*=_modal_outer_] .input-group-lg .custom-checkbox, .b-toaster .custom-checkbox.b-custom-control-lg,
.b-toaster .input-group-lg .custom-checkbox {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-left: 1.875rem;
}
#solid-app-container .custom-checkbox.b-custom-control-lg .custom-control-label::before,
#solid-app-container .input-group-lg .custom-checkbox .custom-control-label::before, div[id*=_modal_outer_] .custom-checkbox.b-custom-control-lg .custom-control-label::before,
div[id*=_modal_outer_] .input-group-lg .custom-checkbox .custom-control-label::before, .b-toaster .custom-checkbox.b-custom-control-lg .custom-control-label::before,
.b-toaster .input-group-lg .custom-checkbox .custom-control-label::before {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.3rem;
}
#solid-app-container .custom-checkbox.b-custom-control-lg .custom-control-label::after,
#solid-app-container .input-group-lg .custom-checkbox .custom-control-label::after, div[id*=_modal_outer_] .custom-checkbox.b-custom-control-lg .custom-control-label::after,
div[id*=_modal_outer_] .input-group-lg .custom-checkbox .custom-control-label::after, .b-toaster .custom-checkbox.b-custom-control-lg .custom-control-label::after,
.b-toaster .input-group-lg .custom-checkbox .custom-control-label::after {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  background-size: 50% 50%;
}
#solid-app-container .custom-checkbox.b-custom-control-sm,
#solid-app-container .input-group-sm .custom-checkbox, div[id*=_modal_outer_] .custom-checkbox.b-custom-control-sm,
div[id*=_modal_outer_] .input-group-sm .custom-checkbox, .b-toaster .custom-checkbox.b-custom-control-sm,
.b-toaster .input-group-sm .custom-checkbox {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-left: 1.3125rem;
}
#solid-app-container .custom-checkbox.b-custom-control-sm .custom-control-label::before,
#solid-app-container .input-group-sm .custom-checkbox .custom-control-label::before, div[id*=_modal_outer_] .custom-checkbox.b-custom-control-sm .custom-control-label::before,
div[id*=_modal_outer_] .input-group-sm .custom-checkbox .custom-control-label::before, .b-toaster .custom-checkbox.b-custom-control-sm .custom-control-label::before,
.b-toaster .input-group-sm .custom-checkbox .custom-control-label::before {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 0.2rem;
}
#solid-app-container .custom-checkbox.b-custom-control-sm .custom-control-label::after,
#solid-app-container .input-group-sm .custom-checkbox .custom-control-label::after, div[id*=_modal_outer_] .custom-checkbox.b-custom-control-sm .custom-control-label::after,
div[id*=_modal_outer_] .input-group-sm .custom-checkbox .custom-control-label::after, .b-toaster .custom-checkbox.b-custom-control-sm .custom-control-label::after,
.b-toaster .input-group-sm .custom-checkbox .custom-control-label::after {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  background-size: 50% 50%;
}
#solid-app-container .custom-switch.b-custom-control-lg,
#solid-app-container .input-group-lg .custom-switch, div[id*=_modal_outer_] .custom-switch.b-custom-control-lg,
div[id*=_modal_outer_] .input-group-lg .custom-switch, .b-toaster .custom-switch.b-custom-control-lg,
.b-toaster .input-group-lg .custom-switch {
  padding-left: 2.8125rem;
}
#solid-app-container .custom-switch.b-custom-control-lg .custom-control-label,
#solid-app-container .input-group-lg .custom-switch .custom-control-label, div[id*=_modal_outer_] .custom-switch.b-custom-control-lg .custom-control-label,
div[id*=_modal_outer_] .input-group-lg .custom-switch .custom-control-label, .b-toaster .custom-switch.b-custom-control-lg .custom-control-label,
.b-toaster .input-group-lg .custom-switch .custom-control-label {
  font-size: 1.25rem;
  line-height: 1.5;
}
#solid-app-container .custom-switch.b-custom-control-lg .custom-control-label::before,
#solid-app-container .input-group-lg .custom-switch .custom-control-label::before, div[id*=_modal_outer_] .custom-switch.b-custom-control-lg .custom-control-label::before,
div[id*=_modal_outer_] .input-group-lg .custom-switch .custom-control-label::before, .b-toaster .custom-switch.b-custom-control-lg .custom-control-label::before,
.b-toaster .input-group-lg .custom-switch .custom-control-label::before {
  top: 0.3125rem;
  height: 1.25rem;
  left: -2.8125rem;
  width: 2.1875rem;
  border-radius: 0.625rem;
}
#solid-app-container .custom-switch.b-custom-control-lg .custom-control-label::after,
#solid-app-container .input-group-lg .custom-switch .custom-control-label::after, div[id*=_modal_outer_] .custom-switch.b-custom-control-lg .custom-control-label::after,
div[id*=_modal_outer_] .input-group-lg .custom-switch .custom-control-label::after, .b-toaster .custom-switch.b-custom-control-lg .custom-control-label::after,
.b-toaster .input-group-lg .custom-switch .custom-control-label::after {
  top: calc(
        0.3125rem + 2px
      );
  left: calc(
        -2.8125rem + 2px
      );
  width: calc(
  1.25rem - 4px
);
  height: calc(
  1.25rem - 4px
);
  border-radius: 0.625rem;
  background-size: 50% 50%;
}
#solid-app-container .custom-switch.b-custom-control-lg .custom-control-input:checked ~ .custom-control-label::after,
#solid-app-container .input-group-lg .custom-switch .custom-control-input:checked ~ .custom-control-label::after, div[id*=_modal_outer_] .custom-switch.b-custom-control-lg .custom-control-input:checked ~ .custom-control-label::after,
div[id*=_modal_outer_] .input-group-lg .custom-switch .custom-control-input:checked ~ .custom-control-label::after, .b-toaster .custom-switch.b-custom-control-lg .custom-control-input:checked ~ .custom-control-label::after,
.b-toaster .input-group-lg .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(0.9375rem);
}
#solid-app-container .custom-switch.b-custom-control-sm,
#solid-app-container .input-group-sm .custom-switch, div[id*=_modal_outer_] .custom-switch.b-custom-control-sm,
div[id*=_modal_outer_] .input-group-sm .custom-switch, .b-toaster .custom-switch.b-custom-control-sm,
.b-toaster .input-group-sm .custom-switch {
  padding-left: 1.96875rem;
}
#solid-app-container .custom-switch.b-custom-control-sm .custom-control-label,
#solid-app-container .input-group-sm .custom-switch .custom-control-label, div[id*=_modal_outer_] .custom-switch.b-custom-control-sm .custom-control-label,
div[id*=_modal_outer_] .input-group-sm .custom-switch .custom-control-label, .b-toaster .custom-switch.b-custom-control-sm .custom-control-label,
.b-toaster .input-group-sm .custom-switch .custom-control-label {
  font-size: 0.875rem;
  line-height: 1.5;
}
#solid-app-container .custom-switch.b-custom-control-sm .custom-control-label::before,
#solid-app-container .input-group-sm .custom-switch .custom-control-label::before, div[id*=_modal_outer_] .custom-switch.b-custom-control-sm .custom-control-label::before,
div[id*=_modal_outer_] .input-group-sm .custom-switch .custom-control-label::before, .b-toaster .custom-switch.b-custom-control-sm .custom-control-label::before,
.b-toaster .input-group-sm .custom-switch .custom-control-label::before {
  top: 0.21875rem;
  left: -1.96875rem;
  width: 1.53125rem;
  height: 0.875rem;
  border-radius: 0.4375rem;
}
#solid-app-container .custom-switch.b-custom-control-sm .custom-control-label::after,
#solid-app-container .input-group-sm .custom-switch .custom-control-label::after, div[id*=_modal_outer_] .custom-switch.b-custom-control-sm .custom-control-label::after,
div[id*=_modal_outer_] .input-group-sm .custom-switch .custom-control-label::after, .b-toaster .custom-switch.b-custom-control-sm .custom-control-label::after,
.b-toaster .input-group-sm .custom-switch .custom-control-label::after {
  top: calc(
        0.21875rem + 2px
      );
  left: calc(
        -1.96875rem + 2px
      );
  width: calc(
  0.875rem - 4px
);
  height: calc(
  0.875rem - 4px
);
  border-radius: 0.4375rem;
  background-size: 50% 50%;
}
#solid-app-container .custom-switch.b-custom-control-sm .custom-control-input:checked ~ .custom-control-label::after,
#solid-app-container .input-group-sm .custom-switch .custom-control-input:checked ~ .custom-control-label::after, div[id*=_modal_outer_] .custom-switch.b-custom-control-sm .custom-control-input:checked ~ .custom-control-label::after,
div[id*=_modal_outer_] .input-group-sm .custom-switch .custom-control-input:checked ~ .custom-control-label::after, .b-toaster .custom-switch.b-custom-control-sm .custom-control-input:checked ~ .custom-control-label::after,
.b-toaster .input-group-sm .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(0.65625rem);
}
#solid-app-container .input-group > .input-group-prepend > .btn-group > .btn,
#solid-app-container .input-group > .input-group-append:not(:last-child) > .btn-group > .btn,
#solid-app-container .input-group > .input-group-append:last-child > .btn-group:not(:last-child):not(.dropdown-toggle) > .btn, div[id*=_modal_outer_] .input-group > .input-group-prepend > .btn-group > .btn,
div[id*=_modal_outer_] .input-group > .input-group-append:not(:last-child) > .btn-group > .btn,
div[id*=_modal_outer_] .input-group > .input-group-append:last-child > .btn-group:not(:last-child):not(.dropdown-toggle) > .btn, .b-toaster .input-group > .input-group-prepend > .btn-group > .btn,
.b-toaster .input-group > .input-group-append:not(:last-child) > .btn-group > .btn,
.b-toaster .input-group > .input-group-append:last-child > .btn-group:not(:last-child):not(.dropdown-toggle) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#solid-app-container .input-group > .input-group-append > .btn-group > .btn,
#solid-app-container .input-group > .input-group-prepend:not(:first-child) > .btn-group > .btn,
#solid-app-container .input-group > .input-group-prepend:first-child > .btn-group:not(:first-child) > .btn, div[id*=_modal_outer_] .input-group > .input-group-append > .btn-group > .btn,
div[id*=_modal_outer_] .input-group > .input-group-prepend:not(:first-child) > .btn-group > .btn,
div[id*=_modal_outer_] .input-group > .input-group-prepend:first-child > .btn-group:not(:first-child) > .btn, .b-toaster .input-group > .input-group-append > .btn-group > .btn,
.b-toaster .input-group > .input-group-prepend:not(:first-child) > .btn-group > .btn,
.b-toaster .input-group > .input-group-prepend:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#solid-app-container .custom-file-label, div[id*=_modal_outer_] .custom-file-label, .b-toaster .custom-file-label {
  white-space: nowrap;
  overflow-x: hidden;
}
#solid-app-container .b-custom-control-lg.custom-file,
#solid-app-container .b-custom-control-lg .custom-file-input,
#solid-app-container .b-custom-control-lg .custom-file-label,
#solid-app-container .input-group-lg.custom-file,
#solid-app-container .input-group-lg .custom-file-input,
#solid-app-container .input-group-lg .custom-file-label, div[id*=_modal_outer_] .b-custom-control-lg.custom-file,
div[id*=_modal_outer_] .b-custom-control-lg .custom-file-input,
div[id*=_modal_outer_] .b-custom-control-lg .custom-file-label,
div[id*=_modal_outer_] .input-group-lg.custom-file,
div[id*=_modal_outer_] .input-group-lg .custom-file-input,
div[id*=_modal_outer_] .input-group-lg .custom-file-label, .b-toaster .b-custom-control-lg.custom-file,
.b-toaster .b-custom-control-lg .custom-file-input,
.b-toaster .b-custom-control-lg .custom-file-label,
.b-toaster .input-group-lg.custom-file,
.b-toaster .input-group-lg .custom-file-input,
.b-toaster .input-group-lg .custom-file-label {
  font-size: 1.25rem;
  height: calc(1.5em + 1rem + 2px);
}
#solid-app-container .b-custom-control-lg .custom-file-label,
#solid-app-container .b-custom-control-lg .custom-file-label:after,
#solid-app-container .input-group-lg .custom-file-label,
#solid-app-container .input-group-lg .custom-file-label:after, div[id*=_modal_outer_] .b-custom-control-lg .custom-file-label,
div[id*=_modal_outer_] .b-custom-control-lg .custom-file-label:after,
div[id*=_modal_outer_] .input-group-lg .custom-file-label,
div[id*=_modal_outer_] .input-group-lg .custom-file-label:after, .b-toaster .b-custom-control-lg .custom-file-label,
.b-toaster .b-custom-control-lg .custom-file-label:after,
.b-toaster .input-group-lg .custom-file-label,
.b-toaster .input-group-lg .custom-file-label:after {
  padding: 0.5rem 1rem;
  line-height: 1.5;
}
#solid-app-container .b-custom-control-lg .custom-file-label,
#solid-app-container .input-group-lg .custom-file-label, div[id*=_modal_outer_] .b-custom-control-lg .custom-file-label,
div[id*=_modal_outer_] .input-group-lg .custom-file-label, .b-toaster .b-custom-control-lg .custom-file-label,
.b-toaster .input-group-lg .custom-file-label {
  border-radius: 0.3rem;
}
#solid-app-container .b-custom-control-lg .custom-file-label::after,
#solid-app-container .input-group-lg .custom-file-label::after, div[id*=_modal_outer_] .b-custom-control-lg .custom-file-label::after,
div[id*=_modal_outer_] .input-group-lg .custom-file-label::after, .b-toaster .b-custom-control-lg .custom-file-label::after,
.b-toaster .input-group-lg .custom-file-label::after {
  font-size: inherit;
  height: calc(
  1.5em + 1rem
);
  border-radius: 0 0.3rem 0.3rem 0;
}
#solid-app-container .b-custom-control-sm.custom-file,
#solid-app-container .b-custom-control-sm .custom-file-input,
#solid-app-container .b-custom-control-sm .custom-file-label,
#solid-app-container .input-group-sm.custom-file,
#solid-app-container .input-group-sm .custom-file-input,
#solid-app-container .input-group-sm .custom-file-label, div[id*=_modal_outer_] .b-custom-control-sm.custom-file,
div[id*=_modal_outer_] .b-custom-control-sm .custom-file-input,
div[id*=_modal_outer_] .b-custom-control-sm .custom-file-label,
div[id*=_modal_outer_] .input-group-sm.custom-file,
div[id*=_modal_outer_] .input-group-sm .custom-file-input,
div[id*=_modal_outer_] .input-group-sm .custom-file-label, .b-toaster .b-custom-control-sm.custom-file,
.b-toaster .b-custom-control-sm .custom-file-input,
.b-toaster .b-custom-control-sm .custom-file-label,
.b-toaster .input-group-sm.custom-file,
.b-toaster .input-group-sm .custom-file-input,
.b-toaster .input-group-sm .custom-file-label {
  font-size: 0.875rem;
  height: calc(1.5em + 0.5rem + 2px);
}
#solid-app-container .b-custom-control-sm .custom-file-label,
#solid-app-container .b-custom-control-sm .custom-file-label:after,
#solid-app-container .input-group-sm .custom-file-label,
#solid-app-container .input-group-sm .custom-file-label:after, div[id*=_modal_outer_] .b-custom-control-sm .custom-file-label,
div[id*=_modal_outer_] .b-custom-control-sm .custom-file-label:after,
div[id*=_modal_outer_] .input-group-sm .custom-file-label,
div[id*=_modal_outer_] .input-group-sm .custom-file-label:after, .b-toaster .b-custom-control-sm .custom-file-label,
.b-toaster .b-custom-control-sm .custom-file-label:after,
.b-toaster .input-group-sm .custom-file-label,
.b-toaster .input-group-sm .custom-file-label:after {
  padding: 0.25rem 0.5rem;
  line-height: 1.5;
}
#solid-app-container .b-custom-control-sm .custom-file-label,
#solid-app-container .input-group-sm .custom-file-label, div[id*=_modal_outer_] .b-custom-control-sm .custom-file-label,
div[id*=_modal_outer_] .input-group-sm .custom-file-label, .b-toaster .b-custom-control-sm .custom-file-label,
.b-toaster .input-group-sm .custom-file-label {
  border-radius: 0.2rem;
}
#solid-app-container .b-custom-control-sm .custom-file-label::after,
#solid-app-container .input-group-sm .custom-file-label::after, div[id*=_modal_outer_] .b-custom-control-sm .custom-file-label::after,
div[id*=_modal_outer_] .input-group-sm .custom-file-label::after, .b-toaster .b-custom-control-sm .custom-file-label::after,
.b-toaster .input-group-sm .custom-file-label::after {
  font-size: inherit;
  height: calc(
  1.5em + 0.5rem
);
  border-radius: 0 0.2rem 0.2rem 0;
}
.was-validated #solid-app-container .form-control:invalid, .was-validated #solid-app-container .form-control:valid, #solid-app-container .form-control.is-invalid, #solid-app-container .form-control.is-valid, .was-validated div[id*=_modal_outer_] .form-control:invalid, .was-validated div[id*=_modal_outer_] .form-control:valid, div[id*=_modal_outer_] .form-control.is-invalid, div[id*=_modal_outer_] .form-control.is-valid, .was-validated .b-toaster .form-control:invalid, .was-validated .b-toaster .form-control:valid, .b-toaster .form-control.is-invalid, .b-toaster .form-control.is-valid {
  background-position: right calc(0.375em + 0.1875rem) center;
}
#solid-app-container input[type=color].form-control, div[id*=_modal_outer_] input[type=color].form-control, .b-toaster input[type=color].form-control {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.125rem 0.25rem;
}
#solid-app-container input[type=color].form-control.form-control-sm,
#solid-app-container .input-group-sm input[type=color].form-control, div[id*=_modal_outer_] input[type=color].form-control.form-control-sm,
div[id*=_modal_outer_] .input-group-sm input[type=color].form-control, .b-toaster input[type=color].form-control.form-control-sm,
.b-toaster .input-group-sm input[type=color].form-control {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.125rem 0.25rem;
}
#solid-app-container input[type=color].form-control.form-control-lg,
#solid-app-container .input-group-lg input[type=color].form-control, div[id*=_modal_outer_] input[type=color].form-control.form-control-lg,
div[id*=_modal_outer_] .input-group-lg input[type=color].form-control, .b-toaster input[type=color].form-control.form-control-lg,
.b-toaster .input-group-lg input[type=color].form-control {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.125rem 0.25rem;
}
#solid-app-container input[type=color].form-control:disabled, div[id*=_modal_outer_] input[type=color].form-control:disabled, .b-toaster input[type=color].form-control:disabled {
  background-color: #adb5bd;
  opacity: 0.65;
}
#solid-app-container .input-group > .custom-range, div[id*=_modal_outer_] .input-group > .custom-range, .b-toaster .input-group > .custom-range {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
#solid-app-container .input-group > .custom-range + .form-control,
#solid-app-container .input-group > .custom-range + .form-control-plaintext,
#solid-app-container .input-group > .custom-range + .custom-select,
#solid-app-container .input-group > .custom-range + .custom-range,
#solid-app-container .input-group > .custom-range + .custom-file, div[id*=_modal_outer_] .input-group > .custom-range + .form-control,
div[id*=_modal_outer_] .input-group > .custom-range + .form-control-plaintext,
div[id*=_modal_outer_] .input-group > .custom-range + .custom-select,
div[id*=_modal_outer_] .input-group > .custom-range + .custom-range,
div[id*=_modal_outer_] .input-group > .custom-range + .custom-file, .b-toaster .input-group > .custom-range + .form-control,
.b-toaster .input-group > .custom-range + .form-control-plaintext,
.b-toaster .input-group > .custom-range + .custom-select,
.b-toaster .input-group > .custom-range + .custom-range,
.b-toaster .input-group > .custom-range + .custom-file {
  margin-left: -1px;
}
#solid-app-container .input-group > .form-control + .custom-range,
#solid-app-container .input-group > .form-control-plaintext + .custom-range,
#solid-app-container .input-group > .custom-select + .custom-range,
#solid-app-container .input-group > .custom-range + .custom-range,
#solid-app-container .input-group > .custom-file + .custom-range, div[id*=_modal_outer_] .input-group > .form-control + .custom-range,
div[id*=_modal_outer_] .input-group > .form-control-plaintext + .custom-range,
div[id*=_modal_outer_] .input-group > .custom-select + .custom-range,
div[id*=_modal_outer_] .input-group > .custom-range + .custom-range,
div[id*=_modal_outer_] .input-group > .custom-file + .custom-range, .b-toaster .input-group > .form-control + .custom-range,
.b-toaster .input-group > .form-control-plaintext + .custom-range,
.b-toaster .input-group > .custom-select + .custom-range,
.b-toaster .input-group > .custom-range + .custom-range,
.b-toaster .input-group > .custom-file + .custom-range {
  margin-left: -1px;
}
#solid-app-container .input-group > .custom-range:focus, div[id*=_modal_outer_] .input-group > .custom-range:focus, .b-toaster .input-group > .custom-range:focus {
  z-index: 3;
}
#solid-app-container .input-group > .custom-range:not(:last-child), div[id*=_modal_outer_] .input-group > .custom-range:not(:last-child), .b-toaster .input-group > .custom-range:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#solid-app-container .input-group > .custom-range:not(:first-child), div[id*=_modal_outer_] .input-group > .custom-range:not(:first-child), .b-toaster .input-group > .custom-range:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#solid-app-container .input-group > .custom-range, div[id*=_modal_outer_] .input-group > .custom-range, .b-toaster .input-group > .custom-range {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0 0.75rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  height: calc(1.5em + 0.75rem + 2px);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  #solid-app-container .input-group > .custom-range, div[id*=_modal_outer_] .input-group > .custom-range, .b-toaster .input-group > .custom-range {
    transition: none;
  }
}
#solid-app-container .input-group > .custom-range:focus, div[id*=_modal_outer_] .input-group > .custom-range:focus, .b-toaster .input-group > .custom-range:focus {
  color: #495057;
  background-color: #fff;
  border-color: #94f8ce;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(28, 241, 150, 0.25);
}
#solid-app-container .input-group > .custom-range:disabled, #solid-app-container .input-group > .custom-range[readonly], div[id*=_modal_outer_] .input-group > .custom-range:disabled, div[id*=_modal_outer_] .input-group > .custom-range[readonly], .b-toaster .input-group > .custom-range:disabled, .b-toaster .input-group > .custom-range[readonly] {
  background-color: #e9ecef;
}
#solid-app-container .input-group-lg > .custom-range, div[id*=_modal_outer_] .input-group-lg > .custom-range, .b-toaster .input-group-lg > .custom-range {
  height: calc(1.5em + 1rem + 2px);
  padding: 0 1rem;
  border-radius: 0.3rem;
}
#solid-app-container .input-group-sm > .custom-range, div[id*=_modal_outer_] .input-group-sm > .custom-range, .b-toaster .input-group-sm > .custom-range {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0 0.5rem;
  border-radius: 0.2rem;
}
.was-validated #solid-app-container .input-group .custom-range:valid, #solid-app-container .input-group .custom-range.is-valid, .was-validated div[id*=_modal_outer_] .input-group .custom-range:valid, div[id*=_modal_outer_] .input-group .custom-range.is-valid, .was-validated .b-toaster .input-group .custom-range:valid, .b-toaster .input-group .custom-range.is-valid {
  border-color: #28a745;
}
.was-validated #solid-app-container .input-group .custom-range:valid:focus, #solid-app-container .input-group .custom-range.is-valid:focus, .was-validated div[id*=_modal_outer_] .input-group .custom-range:valid:focus, div[id*=_modal_outer_] .input-group .custom-range.is-valid:focus, .was-validated .b-toaster .input-group .custom-range:valid:focus, .b-toaster .input-group .custom-range.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated #solid-app-container .custom-range:valid:focus::-webkit-slider-thumb, #solid-app-container .custom-range.is-valid:focus::-webkit-slider-thumb, .was-validated div[id*=_modal_outer_] .custom-range:valid:focus::-webkit-slider-thumb, div[id*=_modal_outer_] .custom-range.is-valid:focus::-webkit-slider-thumb, .was-validated .b-toaster .custom-range:valid:focus::-webkit-slider-thumb, .b-toaster .custom-range.is-valid:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}
.was-validated #solid-app-container .custom-range:valid:focus::-moz-range-thumb, #solid-app-container .custom-range.is-valid:focus::-moz-range-thumb, .was-validated div[id*=_modal_outer_] .custom-range:valid:focus::-moz-range-thumb, div[id*=_modal_outer_] .custom-range.is-valid:focus::-moz-range-thumb, .was-validated .b-toaster .custom-range:valid:focus::-moz-range-thumb, .b-toaster .custom-range.is-valid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}
.was-validated #solid-app-container .custom-range:valid:focus::-ms-thumb, #solid-app-container .custom-range.is-valid:focus::-ms-thumb, .was-validated div[id*=_modal_outer_] .custom-range:valid:focus::-ms-thumb, div[id*=_modal_outer_] .custom-range.is-valid:focus::-ms-thumb, .was-validated .b-toaster .custom-range:valid:focus::-ms-thumb, .b-toaster .custom-range.is-valid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}
.was-validated #solid-app-container .custom-range:valid::-webkit-slider-thumb, #solid-app-container .custom-range.is-valid::-webkit-slider-thumb, .was-validated div[id*=_modal_outer_] .custom-range:valid::-webkit-slider-thumb, div[id*=_modal_outer_] .custom-range.is-valid::-webkit-slider-thumb, .was-validated .b-toaster .custom-range:valid::-webkit-slider-thumb, .b-toaster .custom-range.is-valid::-webkit-slider-thumb {
  background-color: #28a745;
  background-image: none;
}
.was-validated #solid-app-container .custom-range:valid::-webkit-slider-thumb:active, #solid-app-container .custom-range.is-valid::-webkit-slider-thumb:active, .was-validated div[id*=_modal_outer_] .custom-range:valid::-webkit-slider-thumb:active, div[id*=_modal_outer_] .custom-range.is-valid::-webkit-slider-thumb:active, .was-validated .b-toaster .custom-range:valid::-webkit-slider-thumb:active, .b-toaster .custom-range.is-valid::-webkit-slider-thumb:active {
  background-color: #9be7ac;
  background-image: none;
}
.was-validated #solid-app-container .custom-range:valid::-webkit-slider-runnable-track, #solid-app-container .custom-range.is-valid::-webkit-slider-runnable-track, .was-validated div[id*=_modal_outer_] .custom-range:valid::-webkit-slider-runnable-track, div[id*=_modal_outer_] .custom-range.is-valid::-webkit-slider-runnable-track, .was-validated .b-toaster .custom-range:valid::-webkit-slider-runnable-track, .b-toaster .custom-range.is-valid::-webkit-slider-runnable-track {
  background-color: rgba(40, 167, 69, 0.35);
}
.was-validated #solid-app-container .custom-range:valid::-moz-range-thumb, #solid-app-container .custom-range.is-valid::-moz-range-thumb, .was-validated div[id*=_modal_outer_] .custom-range:valid::-moz-range-thumb, div[id*=_modal_outer_] .custom-range.is-valid::-moz-range-thumb, .was-validated .b-toaster .custom-range:valid::-moz-range-thumb, .b-toaster .custom-range.is-valid::-moz-range-thumb {
  background-color: #28a745;
  background-image: none;
}
.was-validated #solid-app-container .custom-range:valid::-moz-range-thumb:active, #solid-app-container .custom-range.is-valid::-moz-range-thumb:active, .was-validated div[id*=_modal_outer_] .custom-range:valid::-moz-range-thumb:active, div[id*=_modal_outer_] .custom-range.is-valid::-moz-range-thumb:active, .was-validated .b-toaster .custom-range:valid::-moz-range-thumb:active, .b-toaster .custom-range.is-valid::-moz-range-thumb:active {
  background-color: #9be7ac;
  background-image: none;
}
.was-validated #solid-app-container .custom-range:valid::-moz-range-track, #solid-app-container .custom-range.is-valid::-moz-range-track, .was-validated div[id*=_modal_outer_] .custom-range:valid::-moz-range-track, div[id*=_modal_outer_] .custom-range.is-valid::-moz-range-track, .was-validated .b-toaster .custom-range:valid::-moz-range-track, .b-toaster .custom-range.is-valid::-moz-range-track {
  background: rgba(40, 167, 69, 0.35);
}
.was-validated #solid-app-container .custom-range:valid ~ .valid-feedback,
.was-validated #solid-app-container .custom-range:valid ~ .valid-tooltip, #solid-app-container .custom-range.is-valid ~ .valid-feedback,
#solid-app-container .custom-range.is-valid ~ .valid-tooltip, .was-validated div[id*=_modal_outer_] .custom-range:valid ~ .valid-feedback,
.was-validated div[id*=_modal_outer_] .custom-range:valid ~ .valid-tooltip, div[id*=_modal_outer_] .custom-range.is-valid ~ .valid-feedback,
div[id*=_modal_outer_] .custom-range.is-valid ~ .valid-tooltip, .was-validated .b-toaster .custom-range:valid ~ .valid-feedback,
.was-validated .b-toaster .custom-range:valid ~ .valid-tooltip, .b-toaster .custom-range.is-valid ~ .valid-feedback,
.b-toaster .custom-range.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated #solid-app-container .custom-range:valid::-ms-thumb, #solid-app-container .custom-range.is-valid::-ms-thumb, .was-validated div[id*=_modal_outer_] .custom-range:valid::-ms-thumb, div[id*=_modal_outer_] .custom-range.is-valid::-ms-thumb, .was-validated .b-toaster .custom-range:valid::-ms-thumb, .b-toaster .custom-range.is-valid::-ms-thumb {
  background-color: #28a745;
  background-image: none;
}
.was-validated #solid-app-container .custom-range:valid::-ms-thumb:active, #solid-app-container .custom-range.is-valid::-ms-thumb:active, .was-validated div[id*=_modal_outer_] .custom-range:valid::-ms-thumb:active, div[id*=_modal_outer_] .custom-range.is-valid::-ms-thumb:active, .was-validated .b-toaster .custom-range:valid::-ms-thumb:active, .b-toaster .custom-range.is-valid::-ms-thumb:active {
  background-color: #9be7ac;
  background-image: none;
}
.was-validated #solid-app-container .custom-range:valid::-ms-track-lower, #solid-app-container .custom-range.is-valid::-ms-track-lower, .was-validated div[id*=_modal_outer_] .custom-range:valid::-ms-track-lower, div[id*=_modal_outer_] .custom-range.is-valid::-ms-track-lower, .was-validated .b-toaster .custom-range:valid::-ms-track-lower, .b-toaster .custom-range.is-valid::-ms-track-lower {
  background: rgba(40, 167, 69, 0.35);
}
.was-validated #solid-app-container .custom-range:valid::-ms-track-upper, #solid-app-container .custom-range.is-valid::-ms-track-upper, .was-validated div[id*=_modal_outer_] .custom-range:valid::-ms-track-upper, div[id*=_modal_outer_] .custom-range.is-valid::-ms-track-upper, .was-validated .b-toaster .custom-range:valid::-ms-track-upper, .b-toaster .custom-range.is-valid::-ms-track-upper {
  background: rgba(40, 167, 69, 0.35);
}
.was-validated #solid-app-container .input-group .custom-range:invalid, #solid-app-container .input-group .custom-range.is-invalid, .was-validated div[id*=_modal_outer_] .input-group .custom-range:invalid, div[id*=_modal_outer_] .input-group .custom-range.is-invalid, .was-validated .b-toaster .input-group .custom-range:invalid, .b-toaster .input-group .custom-range.is-invalid {
  border-color: #dc3545;
}
.was-validated #solid-app-container .input-group .custom-range:invalid:focus, #solid-app-container .input-group .custom-range.is-invalid:focus, .was-validated div[id*=_modal_outer_] .input-group .custom-range:invalid:focus, div[id*=_modal_outer_] .input-group .custom-range.is-invalid:focus, .was-validated .b-toaster .input-group .custom-range:invalid:focus, .b-toaster .input-group .custom-range.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated #solid-app-container .custom-range:invalid:focus::-webkit-slider-thumb, #solid-app-container .custom-range.is-invalid:focus::-webkit-slider-thumb, .was-validated div[id*=_modal_outer_] .custom-range:invalid:focus::-webkit-slider-thumb, div[id*=_modal_outer_] .custom-range.is-invalid:focus::-webkit-slider-thumb, .was-validated .b-toaster .custom-range:invalid:focus::-webkit-slider-thumb, .b-toaster .custom-range.is-invalid:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
}
.was-validated #solid-app-container .custom-range:invalid:focus::-moz-range-thumb, #solid-app-container .custom-range.is-invalid:focus::-moz-range-thumb, .was-validated div[id*=_modal_outer_] .custom-range:invalid:focus::-moz-range-thumb, div[id*=_modal_outer_] .custom-range.is-invalid:focus::-moz-range-thumb, .was-validated .b-toaster .custom-range:invalid:focus::-moz-range-thumb, .b-toaster .custom-range.is-invalid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
}
.was-validated #solid-app-container .custom-range:invalid:focus::-ms-thumb, #solid-app-container .custom-range.is-invalid:focus::-ms-thumb, .was-validated div[id*=_modal_outer_] .custom-range:invalid:focus::-ms-thumb, div[id*=_modal_outer_] .custom-range.is-invalid:focus::-ms-thumb, .was-validated .b-toaster .custom-range:invalid:focus::-ms-thumb, .b-toaster .custom-range.is-invalid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
}
.was-validated #solid-app-container .custom-range:invalid::-webkit-slider-thumb, #solid-app-container .custom-range.is-invalid::-webkit-slider-thumb, .was-validated div[id*=_modal_outer_] .custom-range:invalid::-webkit-slider-thumb, div[id*=_modal_outer_] .custom-range.is-invalid::-webkit-slider-thumb, .was-validated .b-toaster .custom-range:invalid::-webkit-slider-thumb, .b-toaster .custom-range.is-invalid::-webkit-slider-thumb {
  background-color: #dc3545;
  background-image: none;
}
.was-validated #solid-app-container .custom-range:invalid::-webkit-slider-thumb:active, #solid-app-container .custom-range.is-invalid::-webkit-slider-thumb:active, .was-validated div[id*=_modal_outer_] .custom-range:invalid::-webkit-slider-thumb:active, div[id*=_modal_outer_] .custom-range.is-invalid::-webkit-slider-thumb:active, .was-validated .b-toaster .custom-range:invalid::-webkit-slider-thumb:active, .b-toaster .custom-range.is-invalid::-webkit-slider-thumb:active {
  background-color: #f6cdd1;
  background-image: none;
}
.was-validated #solid-app-container .custom-range:invalid::-webkit-slider-runnable-track, #solid-app-container .custom-range.is-invalid::-webkit-slider-runnable-track, .was-validated div[id*=_modal_outer_] .custom-range:invalid::-webkit-slider-runnable-track, div[id*=_modal_outer_] .custom-range.is-invalid::-webkit-slider-runnable-track, .was-validated .b-toaster .custom-range:invalid::-webkit-slider-runnable-track, .b-toaster .custom-range.is-invalid::-webkit-slider-runnable-track {
  background-color: rgba(220, 53, 69, 0.35);
}
.was-validated #solid-app-container .custom-range:invalid::-moz-range-thumb, #solid-app-container .custom-range.is-invalid::-moz-range-thumb, .was-validated div[id*=_modal_outer_] .custom-range:invalid::-moz-range-thumb, div[id*=_modal_outer_] .custom-range.is-invalid::-moz-range-thumb, .was-validated .b-toaster .custom-range:invalid::-moz-range-thumb, .b-toaster .custom-range.is-invalid::-moz-range-thumb {
  background-color: #dc3545;
  background-image: none;
}
.was-validated #solid-app-container .custom-range:invalid::-moz-range-thumb:active, #solid-app-container .custom-range.is-invalid::-moz-range-thumb:active, .was-validated div[id*=_modal_outer_] .custom-range:invalid::-moz-range-thumb:active, div[id*=_modal_outer_] .custom-range.is-invalid::-moz-range-thumb:active, .was-validated .b-toaster .custom-range:invalid::-moz-range-thumb:active, .b-toaster .custom-range.is-invalid::-moz-range-thumb:active {
  background-color: #f6cdd1;
  background-image: none;
}
.was-validated #solid-app-container .custom-range:invalid::-moz-range-track, #solid-app-container .custom-range.is-invalid::-moz-range-track, .was-validated div[id*=_modal_outer_] .custom-range:invalid::-moz-range-track, div[id*=_modal_outer_] .custom-range.is-invalid::-moz-range-track, .was-validated .b-toaster .custom-range:invalid::-moz-range-track, .b-toaster .custom-range.is-invalid::-moz-range-track {
  background: rgba(220, 53, 69, 0.35);
}
.was-validated #solid-app-container .custom-range:invalid ~ .invalid-feedback,
.was-validated #solid-app-container .custom-range:invalid ~ .invalid-tooltip, #solid-app-container .custom-range.is-invalid ~ .invalid-feedback,
#solid-app-container .custom-range.is-invalid ~ .invalid-tooltip, .was-validated div[id*=_modal_outer_] .custom-range:invalid ~ .invalid-feedback,
.was-validated div[id*=_modal_outer_] .custom-range:invalid ~ .invalid-tooltip, div[id*=_modal_outer_] .custom-range.is-invalid ~ .invalid-feedback,
div[id*=_modal_outer_] .custom-range.is-invalid ~ .invalid-tooltip, .was-validated .b-toaster .custom-range:invalid ~ .invalid-feedback,
.was-validated .b-toaster .custom-range:invalid ~ .invalid-tooltip, .b-toaster .custom-range.is-invalid ~ .invalid-feedback,
.b-toaster .custom-range.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated #solid-app-container .custom-range:invalid::-ms-thumb, #solid-app-container .custom-range.is-invalid::-ms-thumb, .was-validated div[id*=_modal_outer_] .custom-range:invalid::-ms-thumb, div[id*=_modal_outer_] .custom-range.is-invalid::-ms-thumb, .was-validated .b-toaster .custom-range:invalid::-ms-thumb, .b-toaster .custom-range.is-invalid::-ms-thumb {
  background-color: #dc3545;
  background-image: none;
}
.was-validated #solid-app-container .custom-range:invalid::-ms-thumb:active, #solid-app-container .custom-range.is-invalid::-ms-thumb:active, .was-validated div[id*=_modal_outer_] .custom-range:invalid::-ms-thumb:active, div[id*=_modal_outer_] .custom-range.is-invalid::-ms-thumb:active, .was-validated .b-toaster .custom-range:invalid::-ms-thumb:active, .b-toaster .custom-range.is-invalid::-ms-thumb:active {
  background-color: #f6cdd1;
  background-image: none;
}
.was-validated #solid-app-container .custom-range:invalid::-ms-track-lower, #solid-app-container .custom-range.is-invalid::-ms-track-lower, .was-validated div[id*=_modal_outer_] .custom-range:invalid::-ms-track-lower, div[id*=_modal_outer_] .custom-range.is-invalid::-ms-track-lower, .was-validated .b-toaster .custom-range:invalid::-ms-track-lower, .b-toaster .custom-range.is-invalid::-ms-track-lower {
  background: rgba(220, 53, 69, 0.35);
}
.was-validated #solid-app-container .custom-range:invalid::-ms-track-upper, #solid-app-container .custom-range.is-invalid::-ms-track-upper, .was-validated div[id*=_modal_outer_] .custom-range:invalid::-ms-track-upper, div[id*=_modal_outer_] .custom-range.is-invalid::-ms-track-upper, .was-validated .b-toaster .custom-range:invalid::-ms-track-upper, .b-toaster .custom-range.is-invalid::-ms-track-upper {
  background: rgba(220, 53, 69, 0.35);
}
#solid-app-container .custom-radio.b-custom-control-lg,
#solid-app-container .input-group-lg .custom-radio, div[id*=_modal_outer_] .custom-radio.b-custom-control-lg,
div[id*=_modal_outer_] .input-group-lg .custom-radio, .b-toaster .custom-radio.b-custom-control-lg,
.b-toaster .input-group-lg .custom-radio {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-left: 1.875rem;
}
#solid-app-container .custom-radio.b-custom-control-lg .custom-control-label::before,
#solid-app-container .input-group-lg .custom-radio .custom-control-label::before, div[id*=_modal_outer_] .custom-radio.b-custom-control-lg .custom-control-label::before,
div[id*=_modal_outer_] .input-group-lg .custom-radio .custom-control-label::before, .b-toaster .custom-radio.b-custom-control-lg .custom-control-label::before,
.b-toaster .input-group-lg .custom-radio .custom-control-label::before {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
}
#solid-app-container .custom-radio.b-custom-control-lg .custom-control-label::after,
#solid-app-container .input-group-lg .custom-radio .custom-control-label::after, div[id*=_modal_outer_] .custom-radio.b-custom-control-lg .custom-control-label::after,
div[id*=_modal_outer_] .input-group-lg .custom-radio .custom-control-label::after, .b-toaster .custom-radio.b-custom-control-lg .custom-control-label::after,
.b-toaster .input-group-lg .custom-radio .custom-control-label::after {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  background: no-repeat 50%/50% 50%;
}
#solid-app-container .custom-radio.b-custom-control-sm,
#solid-app-container .input-group-sm .custom-radio, div[id*=_modal_outer_] .custom-radio.b-custom-control-sm,
div[id*=_modal_outer_] .input-group-sm .custom-radio, .b-toaster .custom-radio.b-custom-control-sm,
.b-toaster .input-group-sm .custom-radio {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-left: 1.3125rem;
}
#solid-app-container .custom-radio.b-custom-control-sm .custom-control-label::before,
#solid-app-container .input-group-sm .custom-radio .custom-control-label::before, div[id*=_modal_outer_] .custom-radio.b-custom-control-sm .custom-control-label::before,
div[id*=_modal_outer_] .input-group-sm .custom-radio .custom-control-label::before, .b-toaster .custom-radio.b-custom-control-sm .custom-control-label::before,
.b-toaster .input-group-sm .custom-radio .custom-control-label::before {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
}
#solid-app-container .custom-radio.b-custom-control-sm .custom-control-label::after,
#solid-app-container .input-group-sm .custom-radio .custom-control-label::after, div[id*=_modal_outer_] .custom-radio.b-custom-control-sm .custom-control-label::after,
div[id*=_modal_outer_] .input-group-sm .custom-radio .custom-control-label::after, .b-toaster .custom-radio.b-custom-control-sm .custom-control-label::after,
.b-toaster .input-group-sm .custom-radio .custom-control-label::after {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  background: no-repeat 50%/50% 50%;
}
#solid-app-container .modal-backdrop, div[id*=_modal_outer_] .modal-backdrop, .b-toaster .modal-backdrop {
  opacity: 0.5;
}
#solid-app-container .b-pagination-pills .page-item .page-link, div[id*=_modal_outer_] .b-pagination-pills .page-item .page-link, .b-toaster .b-pagination-pills .page-item .page-link {
  border-radius: 50rem !important;
  margin-left: 0.25rem;
  line-height: 1;
}
#solid-app-container .b-pagination-pills .page-item:first-child .page-link, div[id*=_modal_outer_] .b-pagination-pills .page-item:first-child .page-link, .b-toaster .b-pagination-pills .page-item:first-child .page-link {
  margin-left: 0;
}
#solid-app-container .popover.b-popover, div[id*=_modal_outer_] .popover.b-popover, .b-toaster .popover.b-popover {
  display: block;
  opacity: 1;
  outline: 0;
}
#solid-app-container .popover.b-popover.fade:not(.show), div[id*=_modal_outer_] .popover.b-popover.fade:not(.show), .b-toaster .popover.b-popover.fade:not(.show) {
  opacity: 0;
}
#solid-app-container .popover.b-popover.show, div[id*=_modal_outer_] .popover.b-popover.show, .b-toaster .popover.b-popover.show {
  opacity: 1;
}
#solid-app-container .b-popover-primary.popover, div[id*=_modal_outer_] .b-popover-primary.popover, .b-toaster .b-popover-primary.popover {
  background-color: #d2fcea;
  border-color: #bffbe2;
}
#solid-app-container .b-popover-primary.bs-popover-top > .arrow::before, #solid-app-container .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, #solid-app-container div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, #solid-app-container .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-primary.bs-popover-top > .arrow::before, div[id*=_modal_outer_] .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-primary.bs-popover-top > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #bffbe2;
}
#solid-app-container .b-popover-primary.bs-popover-top > .arrow::after, #solid-app-container .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, #solid-app-container div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, #solid-app-container .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-primary.bs-popover-top > .arrow::after, div[id*=_modal_outer_] .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-primary.bs-popover-top > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #d2fcea;
}
#solid-app-container .b-popover-primary.bs-popover-right > .arrow::before, #solid-app-container .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, #solid-app-container div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, #solid-app-container .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-primary.bs-popover-right > .arrow::before, div[id*=_modal_outer_] .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-primary.bs-popover-right > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #bffbe2;
}
#solid-app-container .b-popover-primary.bs-popover-right > .arrow::after, #solid-app-container .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, #solid-app-container div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, #solid-app-container .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-primary.bs-popover-right > .arrow::after, div[id*=_modal_outer_] .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-primary.bs-popover-right > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #d2fcea;
}
#solid-app-container .b-popover-primary.bs-popover-bottom > .arrow::before, #solid-app-container .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, #solid-app-container div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, #solid-app-container .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-primary.bs-popover-bottom > .arrow::before, div[id*=_modal_outer_] .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-primary.bs-popover-bottom > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #bffbe2;
}
#solid-app-container .b-popover-primary.bs-popover-bottom > .arrow::after, #solid-app-container .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, #solid-app-container div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, #solid-app-container .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-primary.bs-popover-bottom > .arrow::after, div[id*=_modal_outer_] .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-primary.bs-popover-bottom > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #c4fbe3;
}
#solid-app-container .b-popover-primary.bs-popover-bottom .popover-header::before, #solid-app-container .b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-primary.bs-popover-bottom .popover-header::before, div[id*=_modal_outer_] .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-primary.bs-popover-bottom .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #c4fbe3;
}
#solid-app-container .b-popover-primary.bs-popover-left > .arrow::before, #solid-app-container .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, #solid-app-container div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, #solid-app-container .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-primary.bs-popover-left > .arrow::before, div[id*=_modal_outer_] .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-primary.bs-popover-left > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #bffbe2;
}
#solid-app-container .b-popover-primary.bs-popover-left > .arrow::after, #solid-app-container .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, #solid-app-container div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, #solid-app-container .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-primary.bs-popover-left > .arrow::after, div[id*=_modal_outer_] .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-primary.bs-popover-left > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-primary.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-primary.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-primary.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-primary.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-primary.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-primary.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-primary.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #d2fcea;
}
#solid-app-container .b-popover-primary .popover-header, div[id*=_modal_outer_] .b-popover-primary .popover-header, .b-toaster .b-popover-primary .popover-header {
  color: #212529;
  background-color: #c4fbe3;
  border-bottom-color: #acf9d8;
}
#solid-app-container .b-popover-primary .popover-body, div[id*=_modal_outer_] .b-popover-primary .popover-body, .b-toaster .b-popover-primary .popover-body {
  color: #0f7d4e;
}
#solid-app-container .b-popover-secondary.popover, div[id*=_modal_outer_] .b-popover-secondary.popover, .b-toaster .b-popover-secondary.popover {
  background-color: #d2fcea;
  border-color: #bffbe2;
}
#solid-app-container .b-popover-secondary.bs-popover-top > .arrow::before, #solid-app-container .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, #solid-app-container div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, #solid-app-container .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-secondary.bs-popover-top > .arrow::before, div[id*=_modal_outer_] .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-secondary.bs-popover-top > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #bffbe2;
}
#solid-app-container .b-popover-secondary.bs-popover-top > .arrow::after, #solid-app-container .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, #solid-app-container div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, #solid-app-container .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-secondary.bs-popover-top > .arrow::after, div[id*=_modal_outer_] .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-secondary.bs-popover-top > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #d2fcea;
}
#solid-app-container .b-popover-secondary.bs-popover-right > .arrow::before, #solid-app-container .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, #solid-app-container div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, #solid-app-container .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-secondary.bs-popover-right > .arrow::before, div[id*=_modal_outer_] .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-secondary.bs-popover-right > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #bffbe2;
}
#solid-app-container .b-popover-secondary.bs-popover-right > .arrow::after, #solid-app-container .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, #solid-app-container div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, #solid-app-container .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-secondary.bs-popover-right > .arrow::after, div[id*=_modal_outer_] .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-secondary.bs-popover-right > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #d2fcea;
}
#solid-app-container .b-popover-secondary.bs-popover-bottom > .arrow::before, #solid-app-container .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, #solid-app-container div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, #solid-app-container .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-secondary.bs-popover-bottom > .arrow::before, div[id*=_modal_outer_] .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-secondary.bs-popover-bottom > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #bffbe2;
}
#solid-app-container .b-popover-secondary.bs-popover-bottom > .arrow::after, #solid-app-container .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, #solid-app-container div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, #solid-app-container .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-secondary.bs-popover-bottom > .arrow::after, div[id*=_modal_outer_] .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-secondary.bs-popover-bottom > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #c4fbe3;
}
#solid-app-container .b-popover-secondary.bs-popover-bottom .popover-header::before, #solid-app-container .b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-secondary.bs-popover-bottom .popover-header::before, div[id*=_modal_outer_] .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-secondary.bs-popover-bottom .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #c4fbe3;
}
#solid-app-container .b-popover-secondary.bs-popover-left > .arrow::before, #solid-app-container .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, #solid-app-container div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, #solid-app-container .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-secondary.bs-popover-left > .arrow::before, div[id*=_modal_outer_] .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-secondary.bs-popover-left > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #bffbe2;
}
#solid-app-container .b-popover-secondary.bs-popover-left > .arrow::after, #solid-app-container .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, #solid-app-container div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, #solid-app-container .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-secondary.bs-popover-left > .arrow::after, div[id*=_modal_outer_] .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-secondary.bs-popover-left > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-secondary.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-secondary.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-secondary.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-secondary.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-secondary.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-secondary.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-secondary.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #d2fcea;
}
#solid-app-container .b-popover-secondary .popover-header, div[id*=_modal_outer_] .b-popover-secondary .popover-header, .b-toaster .b-popover-secondary .popover-header {
  color: #212529;
  background-color: #c4fbe3;
  border-bottom-color: #acf9d8;
}
#solid-app-container .b-popover-secondary .popover-body, div[id*=_modal_outer_] .b-popover-secondary .popover-body, .b-toaster .b-popover-secondary .popover-body {
  color: #0f7d4e;
}
#solid-app-container .b-popover-success.popover, div[id*=_modal_outer_] .b-popover-success.popover, .b-toaster .b-popover-success.popover {
  background-color: #d4edda;
  border-color: #c3e6cb;
}
#solid-app-container .b-popover-success.bs-popover-top > .arrow::before, #solid-app-container .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, #solid-app-container div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, #solid-app-container .b-toaster .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-success.bs-popover-top > .arrow::before, div[id*=_modal_outer_] .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-success.bs-popover-top > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #c3e6cb;
}
#solid-app-container .b-popover-success.bs-popover-top > .arrow::after, #solid-app-container .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, #solid-app-container div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, #solid-app-container .b-toaster .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-success.bs-popover-top > .arrow::after, div[id*=_modal_outer_] .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-success.bs-popover-top > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #d4edda;
}
#solid-app-container .b-popover-success.bs-popover-right > .arrow::before, #solid-app-container .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, #solid-app-container div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, #solid-app-container .b-toaster .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-success.bs-popover-right > .arrow::before, div[id*=_modal_outer_] .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-success.bs-popover-right > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #c3e6cb;
}
#solid-app-container .b-popover-success.bs-popover-right > .arrow::after, #solid-app-container .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, #solid-app-container div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, #solid-app-container .b-toaster .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-success.bs-popover-right > .arrow::after, div[id*=_modal_outer_] .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-success.bs-popover-right > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #d4edda;
}
#solid-app-container .b-popover-success.bs-popover-bottom > .arrow::before, #solid-app-container .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, #solid-app-container div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, #solid-app-container .b-toaster .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-success.bs-popover-bottom > .arrow::before, div[id*=_modal_outer_] .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-success.bs-popover-bottom > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #c3e6cb;
}
#solid-app-container .b-popover-success.bs-popover-bottom > .arrow::after, #solid-app-container .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, #solid-app-container div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, #solid-app-container .b-toaster .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-success.bs-popover-bottom > .arrow::after, div[id*=_modal_outer_] .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-success.bs-popover-bottom > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #c9e8d1;
}
#solid-app-container .b-popover-success.bs-popover-bottom .popover-header::before, #solid-app-container .b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-success.bs-popover-bottom .popover-header::before, div[id*=_modal_outer_] .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-success.bs-popover-bottom .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #c9e8d1;
}
#solid-app-container .b-popover-success.bs-popover-left > .arrow::before, #solid-app-container .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, #solid-app-container div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, #solid-app-container .b-toaster .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-success.bs-popover-left > .arrow::before, div[id*=_modal_outer_] .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-success.bs-popover-left > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #c3e6cb;
}
#solid-app-container .b-popover-success.bs-popover-left > .arrow::after, #solid-app-container .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, #solid-app-container div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, #solid-app-container .b-toaster .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-success.bs-popover-left > .arrow::after, div[id*=_modal_outer_] .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-success.bs-popover-left > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-success.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-success.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-success.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-success.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-success.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-success.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-success.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #d4edda;
}
#solid-app-container .b-popover-success .popover-header, div[id*=_modal_outer_] .b-popover-success .popover-header, .b-toaster .b-popover-success .popover-header {
  color: #212529;
  background-color: #c9e8d1;
  border-bottom-color: #b7e1c1;
}
#solid-app-container .b-popover-success .popover-body, div[id*=_modal_outer_] .b-popover-success .popover-body, .b-toaster .b-popover-success .popover-body {
  color: #155724;
}
#solid-app-container .b-popover-info.popover, div[id*=_modal_outer_] .b-popover-info.popover, .b-toaster .b-popover-info.popover {
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
#solid-app-container .b-popover-info.bs-popover-top > .arrow::before, #solid-app-container .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, #solid-app-container div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, #solid-app-container .b-toaster .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-info.bs-popover-top > .arrow::before, div[id*=_modal_outer_] .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-info.bs-popover-top > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #bee5eb;
}
#solid-app-container .b-popover-info.bs-popover-top > .arrow::after, #solid-app-container .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, #solid-app-container div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, #solid-app-container .b-toaster .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-info.bs-popover-top > .arrow::after, div[id*=_modal_outer_] .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-info.bs-popover-top > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #d1ecf1;
}
#solid-app-container .b-popover-info.bs-popover-right > .arrow::before, #solid-app-container .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, #solid-app-container div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, #solid-app-container .b-toaster .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-info.bs-popover-right > .arrow::before, div[id*=_modal_outer_] .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-info.bs-popover-right > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #bee5eb;
}
#solid-app-container .b-popover-info.bs-popover-right > .arrow::after, #solid-app-container .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, #solid-app-container div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, #solid-app-container .b-toaster .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-info.bs-popover-right > .arrow::after, div[id*=_modal_outer_] .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-info.bs-popover-right > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #d1ecf1;
}
#solid-app-container .b-popover-info.bs-popover-bottom > .arrow::before, #solid-app-container .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, #solid-app-container div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, #solid-app-container .b-toaster .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-info.bs-popover-bottom > .arrow::before, div[id*=_modal_outer_] .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-info.bs-popover-bottom > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #bee5eb;
}
#solid-app-container .b-popover-info.bs-popover-bottom > .arrow::after, #solid-app-container .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, #solid-app-container div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, #solid-app-container .b-toaster .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-info.bs-popover-bottom > .arrow::after, div[id*=_modal_outer_] .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-info.bs-popover-bottom > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #c5e7ed;
}
#solid-app-container .b-popover-info.bs-popover-bottom .popover-header::before, #solid-app-container .b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-info.bs-popover-bottom .popover-header::before, div[id*=_modal_outer_] .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-info.bs-popover-bottom .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #c5e7ed;
}
#solid-app-container .b-popover-info.bs-popover-left > .arrow::before, #solid-app-container .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, #solid-app-container div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, #solid-app-container .b-toaster .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-info.bs-popover-left > .arrow::before, div[id*=_modal_outer_] .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-info.bs-popover-left > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #bee5eb;
}
#solid-app-container .b-popover-info.bs-popover-left > .arrow::after, #solid-app-container .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, #solid-app-container div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, #solid-app-container .b-toaster .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-info.bs-popover-left > .arrow::after, div[id*=_modal_outer_] .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-info.bs-popover-left > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-info.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-info.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-info.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-info.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-info.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-info.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-info.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #d1ecf1;
}
#solid-app-container .b-popover-info .popover-header, div[id*=_modal_outer_] .b-popover-info .popover-header, .b-toaster .b-popover-info .popover-header {
  color: #212529;
  background-color: #c5e7ed;
  border-bottom-color: #b2dfe7;
}
#solid-app-container .b-popover-info .popover-body, div[id*=_modal_outer_] .b-popover-info .popover-body, .b-toaster .b-popover-info .popover-body {
  color: #0c5460;
}
#solid-app-container .b-popover-warning.popover, div[id*=_modal_outer_] .b-popover-warning.popover, .b-toaster .b-popover-warning.popover {
  background-color: #fff3cd;
  border-color: #ffeeba;
}
#solid-app-container .b-popover-warning.bs-popover-top > .arrow::before, #solid-app-container .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, #solid-app-container div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, #solid-app-container .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-warning.bs-popover-top > .arrow::before, div[id*=_modal_outer_] .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-warning.bs-popover-top > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #ffeeba;
}
#solid-app-container .b-popover-warning.bs-popover-top > .arrow::after, #solid-app-container .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, #solid-app-container div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, #solid-app-container .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-warning.bs-popover-top > .arrow::after, div[id*=_modal_outer_] .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-warning.bs-popover-top > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #fff3cd;
}
#solid-app-container .b-popover-warning.bs-popover-right > .arrow::before, #solid-app-container .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, #solid-app-container div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, #solid-app-container .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-warning.bs-popover-right > .arrow::before, div[id*=_modal_outer_] .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-warning.bs-popover-right > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #ffeeba;
}
#solid-app-container .b-popover-warning.bs-popover-right > .arrow::after, #solid-app-container .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, #solid-app-container div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, #solid-app-container .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-warning.bs-popover-right > .arrow::after, div[id*=_modal_outer_] .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-warning.bs-popover-right > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #fff3cd;
}
#solid-app-container .b-popover-warning.bs-popover-bottom > .arrow::before, #solid-app-container .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, #solid-app-container div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, #solid-app-container .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-warning.bs-popover-bottom > .arrow::before, div[id*=_modal_outer_] .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-warning.bs-popover-bottom > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #ffeeba;
}
#solid-app-container .b-popover-warning.bs-popover-bottom > .arrow::after, #solid-app-container .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, #solid-app-container div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, #solid-app-container .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-warning.bs-popover-bottom > .arrow::after, div[id*=_modal_outer_] .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-warning.bs-popover-bottom > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #ffefbe;
}
#solid-app-container .b-popover-warning.bs-popover-bottom .popover-header::before, #solid-app-container .b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-warning.bs-popover-bottom .popover-header::before, div[id*=_modal_outer_] .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-warning.bs-popover-bottom .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #ffefbe;
}
#solid-app-container .b-popover-warning.bs-popover-left > .arrow::before, #solid-app-container .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, #solid-app-container div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, #solid-app-container .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-warning.bs-popover-left > .arrow::before, div[id*=_modal_outer_] .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-warning.bs-popover-left > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #ffeeba;
}
#solid-app-container .b-popover-warning.bs-popover-left > .arrow::after, #solid-app-container .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, #solid-app-container div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, #solid-app-container .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-warning.bs-popover-left > .arrow::after, div[id*=_modal_outer_] .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-warning.bs-popover-left > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-warning.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-warning.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-warning.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-warning.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-warning.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-warning.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-warning.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #fff3cd;
}
#solid-app-container .b-popover-warning .popover-header, div[id*=_modal_outer_] .b-popover-warning .popover-header, .b-toaster .b-popover-warning .popover-header {
  color: #212529;
  background-color: #ffefbe;
  border-bottom-color: #ffe9a4;
}
#solid-app-container .b-popover-warning .popover-body, div[id*=_modal_outer_] .b-popover-warning .popover-body, .b-toaster .b-popover-warning .popover-body {
  color: #856404;
}
#solid-app-container .b-popover-danger.popover, div[id*=_modal_outer_] .b-popover-danger.popover, .b-toaster .b-popover-danger.popover {
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
#solid-app-container .b-popover-danger.bs-popover-top > .arrow::before, #solid-app-container .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, #solid-app-container div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, #solid-app-container .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-danger.bs-popover-top > .arrow::before, div[id*=_modal_outer_] .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-danger.bs-popover-top > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #f5c6cb;
}
#solid-app-container .b-popover-danger.bs-popover-top > .arrow::after, #solid-app-container .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, #solid-app-container div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, #solid-app-container .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-danger.bs-popover-top > .arrow::after, div[id*=_modal_outer_] .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-danger.bs-popover-top > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #f8d7da;
}
#solid-app-container .b-popover-danger.bs-popover-right > .arrow::before, #solid-app-container .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, #solid-app-container div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, #solid-app-container .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-danger.bs-popover-right > .arrow::before, div[id*=_modal_outer_] .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-danger.bs-popover-right > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #f5c6cb;
}
#solid-app-container .b-popover-danger.bs-popover-right > .arrow::after, #solid-app-container .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, #solid-app-container div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, #solid-app-container .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-danger.bs-popover-right > .arrow::after, div[id*=_modal_outer_] .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-danger.bs-popover-right > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #f8d7da;
}
#solid-app-container .b-popover-danger.bs-popover-bottom > .arrow::before, #solid-app-container .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, #solid-app-container div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, #solid-app-container .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-danger.bs-popover-bottom > .arrow::before, div[id*=_modal_outer_] .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-danger.bs-popover-bottom > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #f5c6cb;
}
#solid-app-container .b-popover-danger.bs-popover-bottom > .arrow::after, #solid-app-container .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, #solid-app-container div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, #solid-app-container .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-danger.bs-popover-bottom > .arrow::after, div[id*=_modal_outer_] .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-danger.bs-popover-bottom > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #f6cace;
}
#solid-app-container .b-popover-danger.bs-popover-bottom .popover-header::before, #solid-app-container .b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-danger.bs-popover-bottom .popover-header::before, div[id*=_modal_outer_] .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-danger.bs-popover-bottom .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #f6cace;
}
#solid-app-container .b-popover-danger.bs-popover-left > .arrow::before, #solid-app-container .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, #solid-app-container div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, #solid-app-container .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-danger.bs-popover-left > .arrow::before, div[id*=_modal_outer_] .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-danger.bs-popover-left > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #f5c6cb;
}
#solid-app-container .b-popover-danger.bs-popover-left > .arrow::after, #solid-app-container .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, #solid-app-container div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, #solid-app-container .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-danger.bs-popover-left > .arrow::after, div[id*=_modal_outer_] .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-danger.bs-popover-left > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-danger.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-danger.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-danger.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-danger.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-danger.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-danger.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-danger.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #f8d7da;
}
#solid-app-container .b-popover-danger .popover-header, div[id*=_modal_outer_] .b-popover-danger .popover-header, .b-toaster .b-popover-danger .popover-header {
  color: #212529;
  background-color: #f6cace;
  border-bottom-color: #f2b4ba;
}
#solid-app-container .b-popover-danger .popover-body, div[id*=_modal_outer_] .b-popover-danger .popover-body, .b-toaster .b-popover-danger .popover-body {
  color: #721c24;
}
#solid-app-container .b-popover-light.popover, div[id*=_modal_outer_] .b-popover-light.popover, .b-toaster .b-popover-light.popover {
  background-color: #fefefe;
  border-color: #fdfdfe;
}
#solid-app-container .b-popover-light.bs-popover-top > .arrow::before, #solid-app-container .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, #solid-app-container div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, #solid-app-container .b-toaster .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-light.bs-popover-top > .arrow::before, div[id*=_modal_outer_] .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-light.bs-popover-top > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #fdfdfe;
}
#solid-app-container .b-popover-light.bs-popover-top > .arrow::after, #solid-app-container .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, #solid-app-container div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, #solid-app-container .b-toaster .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-light.bs-popover-top > .arrow::after, div[id*=_modal_outer_] .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-light.bs-popover-top > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #fefefe;
}
#solid-app-container .b-popover-light.bs-popover-right > .arrow::before, #solid-app-container .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, #solid-app-container div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, #solid-app-container .b-toaster .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-light.bs-popover-right > .arrow::before, div[id*=_modal_outer_] .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-light.bs-popover-right > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #fdfdfe;
}
#solid-app-container .b-popover-light.bs-popover-right > .arrow::after, #solid-app-container .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, #solid-app-container div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, #solid-app-container .b-toaster .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-light.bs-popover-right > .arrow::after, div[id*=_modal_outer_] .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-light.bs-popover-right > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #fefefe;
}
#solid-app-container .b-popover-light.bs-popover-bottom > .arrow::before, #solid-app-container .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, #solid-app-container div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, #solid-app-container .b-toaster .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-light.bs-popover-bottom > .arrow::before, div[id*=_modal_outer_] .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-light.bs-popover-bottom > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #fdfdfe;
}
#solid-app-container .b-popover-light.bs-popover-bottom > .arrow::after, #solid-app-container .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, #solid-app-container div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, #solid-app-container .b-toaster .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-light.bs-popover-bottom > .arrow::after, div[id*=_modal_outer_] .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-light.bs-popover-bottom > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #f6f6f6;
}
#solid-app-container .b-popover-light.bs-popover-bottom .popover-header::before, #solid-app-container .b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-light.bs-popover-bottom .popover-header::before, div[id*=_modal_outer_] .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-light.bs-popover-bottom .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #f6f6f6;
}
#solid-app-container .b-popover-light.bs-popover-left > .arrow::before, #solid-app-container .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, #solid-app-container div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, #solid-app-container .b-toaster .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-light.bs-popover-left > .arrow::before, div[id*=_modal_outer_] .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-light.bs-popover-left > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #fdfdfe;
}
#solid-app-container .b-popover-light.bs-popover-left > .arrow::after, #solid-app-container .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, #solid-app-container div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, #solid-app-container .b-toaster .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-light.bs-popover-left > .arrow::after, div[id*=_modal_outer_] .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-light.bs-popover-left > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-light.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-light.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-light.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-light.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-light.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-light.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-light.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #fefefe;
}
#solid-app-container .b-popover-light .popover-header, div[id*=_modal_outer_] .b-popover-light .popover-header, .b-toaster .b-popover-light .popover-header {
  color: #212529;
  background-color: #f6f6f6;
  border-bottom-color: #eaeaea;
}
#solid-app-container .b-popover-light .popover-body, div[id*=_modal_outer_] .b-popover-light .popover-body, .b-toaster .b-popover-light .popover-body {
  color: #818182;
}
#solid-app-container .b-popover-dark.popover, div[id*=_modal_outer_] .b-popover-dark.popover, .b-toaster .b-popover-dark.popover {
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
#solid-app-container .b-popover-dark.bs-popover-top > .arrow::before, #solid-app-container .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, #solid-app-container div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, #solid-app-container .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-dark.bs-popover-top > .arrow::before, div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-dark.bs-popover-top > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, .b-toaster .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #c6c8ca;
}
#solid-app-container .b-popover-dark.bs-popover-top > .arrow::after, #solid-app-container .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, #solid-app-container div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, #solid-app-container .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-dark.bs-popover-top > .arrow::after, div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-dark.bs-popover-top > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, .b-toaster .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #d6d8d9;
}
#solid-app-container .b-popover-dark.bs-popover-right > .arrow::before, #solid-app-container .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, #solid-app-container div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, #solid-app-container .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-dark.bs-popover-right > .arrow::before, div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-dark.bs-popover-right > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, .b-toaster .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #c6c8ca;
}
#solid-app-container .b-popover-dark.bs-popover-right > .arrow::after, #solid-app-container .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, #solid-app-container div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, #solid-app-container .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-dark.bs-popover-right > .arrow::after, div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-dark.bs-popover-right > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, .b-toaster .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #d6d8d9;
}
#solid-app-container .b-popover-dark.bs-popover-bottom > .arrow::before, #solid-app-container .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, #solid-app-container div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, #solid-app-container .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-dark.bs-popover-bottom > .arrow::before, div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-dark.bs-popover-bottom > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-toaster .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #c6c8ca;
}
#solid-app-container .b-popover-dark.bs-popover-bottom > .arrow::after, #solid-app-container .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, #solid-app-container div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, #solid-app-container .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-dark.bs-popover-bottom > .arrow::after, div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-dark.bs-popover-bottom > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-toaster .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #ced0d2;
}
#solid-app-container .b-popover-dark.bs-popover-bottom .popover-header::before, #solid-app-container .b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-dark.bs-popover-bottom .popover-header::before, div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-dark.bs-popover-bottom .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-toaster .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #ced0d2;
}
#solid-app-container .b-popover-dark.bs-popover-left > .arrow::before, #solid-app-container .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, #solid-app-container div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, #solid-app-container .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-dark.bs-popover-left > .arrow::before, div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-dark.bs-popover-left > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, .b-toaster .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #c6c8ca;
}
#solid-app-container .b-popover-dark.bs-popover-left > .arrow::after, #solid-app-container .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, #solid-app-container div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, #solid-app-container .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-dark.bs-popover-left > .arrow::after, div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-dark.bs-popover-left > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-dark.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-dark.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-dark.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-dark.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-dark.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-dark.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster div[id*=_modal_outer_] .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, div[id*=_modal_outer_] .b-toaster .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, .b-toaster .b-popover-dark.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #d6d8d9;
}
#solid-app-container .b-popover-dark .popover-header, div[id*=_modal_outer_] .b-popover-dark .popover-header, .b-toaster .b-popover-dark .popover-header {
  color: #212529;
  background-color: #ced0d2;
  border-bottom-color: #c1c4c5;
}
#solid-app-container .b-popover-dark .popover-body, div[id*=_modal_outer_] .b-popover-dark .popover-body, .b-toaster .b-popover-dark .popover-body {
  color: #1b1e21;
}
#solid-app-container .table.b-table.b-table-fixed, div[id*=_modal_outer_] .table.b-table.b-table-fixed, .b-toaster .table.b-table.b-table-fixed {
  table-layout: fixed;
}
#solid-app-container .table.b-table.b-table-no-border-collapse, div[id*=_modal_outer_] .table.b-table.b-table-no-border-collapse, .b-toaster .table.b-table.b-table-no-border-collapse {
  border-collapse: separate;
  border-spacing: 0;
}
#solid-app-container .table.b-table[aria-busy=true], div[id*=_modal_outer_] .table.b-table[aria-busy=true], .b-toaster .table.b-table[aria-busy=true] {
  opacity: 0.55;
}
#solid-app-container .table.b-table > tbody > tr.b-table-details > td, div[id*=_modal_outer_] .table.b-table > tbody > tr.b-table-details > td, .b-toaster .table.b-table > tbody > tr.b-table-details > td {
  border-top: none !important;
}
#solid-app-container .table.b-table > caption, div[id*=_modal_outer_] .table.b-table > caption, .b-toaster .table.b-table > caption {
  caption-side: bottom;
}
#solid-app-container .table.b-table.b-table-caption-top > caption, div[id*=_modal_outer_] .table.b-table.b-table-caption-top > caption, .b-toaster .table.b-table.b-table-caption-top > caption {
  caption-side: top !important;
}
#solid-app-container .table.b-table > tbody > .table-active,
#solid-app-container .table.b-table > tbody > .table-active > th,
#solid-app-container .table.b-table > tbody > .table-active > td, div[id*=_modal_outer_] .table.b-table > tbody > .table-active,
div[id*=_modal_outer_] .table.b-table > tbody > .table-active > th,
div[id*=_modal_outer_] .table.b-table > tbody > .table-active > td, .b-toaster .table.b-table > tbody > .table-active,
.b-toaster .table.b-table > tbody > .table-active > th,
.b-toaster .table.b-table > tbody > .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
#solid-app-container .table.b-table.table-hover > tbody > tr.table-active:hover td,
#solid-app-container .table.b-table.table-hover > tbody > tr.table-active:hover th, div[id*=_modal_outer_] .table.b-table.table-hover > tbody > tr.table-active:hover td,
div[id*=_modal_outer_] .table.b-table.table-hover > tbody > tr.table-active:hover th, .b-toaster .table.b-table.table-hover > tbody > tr.table-active:hover td,
.b-toaster .table.b-table.table-hover > tbody > tr.table-active:hover th {
  color: #212529;
  background-image: linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.075));
  background-repeat: no-repeat;
}
#solid-app-container .table.b-table > tbody > .bg-active,
#solid-app-container .table.b-table > tbody > .bg-active > th,
#solid-app-container .table.b-table > tbody > .bg-active > td, div[id*=_modal_outer_] .table.b-table > tbody > .bg-active,
div[id*=_modal_outer_] .table.b-table > tbody > .bg-active > th,
div[id*=_modal_outer_] .table.b-table > tbody > .bg-active > td, .b-toaster .table.b-table > tbody > .bg-active,
.b-toaster .table.b-table > tbody > .bg-active > th,
.b-toaster .table.b-table > tbody > .bg-active > td {
  background-color: rgba(255, 255, 255, 0.075) !important;
}
#solid-app-container .table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover td,
#solid-app-container .table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover th, div[id*=_modal_outer_] .table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover td,
div[id*=_modal_outer_] .table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover th, .b-toaster .table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover td,
.b-toaster .table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover th {
  color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.075));
  background-repeat: no-repeat;
}
#solid-app-container .b-table-sticky-header,
#solid-app-container .table-responsive,
#solid-app-container [class*=table-responsive-], div[id*=_modal_outer_] .b-table-sticky-header,
div[id*=_modal_outer_] .table-responsive,
div[id*=_modal_outer_] [class*=table-responsive-], .b-toaster .b-table-sticky-header,
.b-toaster .table-responsive,
.b-toaster [class*=table-responsive-] {
  margin-bottom: 1rem;
}
#solid-app-container .b-table-sticky-header > .table,
#solid-app-container .table-responsive > .table,
#solid-app-container [class*=table-responsive-] > .table, div[id*=_modal_outer_] .b-table-sticky-header > .table,
div[id*=_modal_outer_] .table-responsive > .table,
div[id*=_modal_outer_] [class*=table-responsive-] > .table, .b-toaster .b-table-sticky-header > .table,
.b-toaster .table-responsive > .table,
.b-toaster [class*=table-responsive-] > .table {
  margin-bottom: 0;
}
#solid-app-container .b-table-sticky-header, div[id*=_modal_outer_] .b-table-sticky-header, .b-toaster .b-table-sticky-header {
  overflow-y: auto;
  max-height: 300px;
}
@media print {
  #solid-app-container .b-table-sticky-header, div[id*=_modal_outer_] .b-table-sticky-header, .b-toaster .b-table-sticky-header {
    overflow-y: visible !important;
    max-height: none !important;
  }
}
@supports (position: sticky) {
  #solid-app-container .b-table-sticky-header > .table.b-table > thead > tr > th, div[id*=_modal_outer_] .b-table-sticky-header > .table.b-table > thead > tr > th, .b-toaster .b-table-sticky-header > .table.b-table > thead > tr > th {
    position: sticky;
    top: 0;
    z-index: 2;
  }
  #solid-app-container .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column,
#solid-app-container .b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column,
#solid-app-container .b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column,
#solid-app-container .table-responsive > .table.b-table > thead > tr > .b-table-sticky-column,
#solid-app-container .table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column,
#solid-app-container .table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column,
#solid-app-container [class*=table-responsive-] > .table.b-table > thead > tr > .b-table-sticky-column,
#solid-app-container [class*=table-responsive-] > .table.b-table > tbody > tr > .b-table-sticky-column,
#solid-app-container [class*=table-responsive-] > .table.b-table > tfoot > tr > .b-table-sticky-column, div[id*=_modal_outer_] .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column,
div[id*=_modal_outer_] .b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column,
div[id*=_modal_outer_] .b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column,
div[id*=_modal_outer_] .table-responsive > .table.b-table > thead > tr > .b-table-sticky-column,
div[id*=_modal_outer_] .table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column,
div[id*=_modal_outer_] .table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column,
div[id*=_modal_outer_] [class*=table-responsive-] > .table.b-table > thead > tr > .b-table-sticky-column,
div[id*=_modal_outer_] [class*=table-responsive-] > .table.b-table > tbody > tr > .b-table-sticky-column,
div[id*=_modal_outer_] [class*=table-responsive-] > .table.b-table > tfoot > tr > .b-table-sticky-column, .b-toaster .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column,
.b-toaster .b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column,
.b-toaster .b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column,
.b-toaster .table-responsive > .table.b-table > thead > tr > .b-table-sticky-column,
.b-toaster .table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column,
.b-toaster .table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column,
.b-toaster [class*=table-responsive-] > .table.b-table > thead > tr > .b-table-sticky-column,
.b-toaster [class*=table-responsive-] > .table.b-table > tbody > tr > .b-table-sticky-column,
.b-toaster [class*=table-responsive-] > .table.b-table > tfoot > tr > .b-table-sticky-column {
    position: sticky;
    left: 0;
  }
  #solid-app-container .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column,
#solid-app-container .table-responsive > .table.b-table > thead > tr > .b-table-sticky-column,
#solid-app-container [class*=table-responsive-] > .table.b-table > thead > tr > .b-table-sticky-column, div[id*=_modal_outer_] .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column,
div[id*=_modal_outer_] .table-responsive > .table.b-table > thead > tr > .b-table-sticky-column,
div[id*=_modal_outer_] [class*=table-responsive-] > .table.b-table > thead > tr > .b-table-sticky-column, .b-toaster .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column,
.b-toaster .table-responsive > .table.b-table > thead > tr > .b-table-sticky-column,
.b-toaster [class*=table-responsive-] > .table.b-table > thead > tr > .b-table-sticky-column {
    z-index: 5;
  }
  #solid-app-container .b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column,
#solid-app-container .b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column,
#solid-app-container .table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column,
#solid-app-container .table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column,
#solid-app-container [class*=table-responsive-] > .table.b-table > tbody > tr > .b-table-sticky-column,
#solid-app-container [class*=table-responsive-] > .table.b-table > tfoot > tr > .b-table-sticky-column, div[id*=_modal_outer_] .b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column,
div[id*=_modal_outer_] .b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column,
div[id*=_modal_outer_] .table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column,
div[id*=_modal_outer_] .table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column,
div[id*=_modal_outer_] [class*=table-responsive-] > .table.b-table > tbody > tr > .b-table-sticky-column,
div[id*=_modal_outer_] [class*=table-responsive-] > .table.b-table > tfoot > tr > .b-table-sticky-column, .b-toaster .b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column,
.b-toaster .b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column,
.b-toaster .table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column,
.b-toaster .table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column,
.b-toaster [class*=table-responsive-] > .table.b-table > tbody > tr > .b-table-sticky-column,
.b-toaster [class*=table-responsive-] > .table.b-table > tfoot > tr > .b-table-sticky-column {
    z-index: 2;
  }
  #solid-app-container .table.b-table > thead > tr > .table-b-table-default,
#solid-app-container .table.b-table > tbody > tr > .table-b-table-default,
#solid-app-container .table.b-table > tfoot > tr > .table-b-table-default, div[id*=_modal_outer_] .table.b-table > thead > tr > .table-b-table-default,
div[id*=_modal_outer_] .table.b-table > tbody > tr > .table-b-table-default,
div[id*=_modal_outer_] .table.b-table > tfoot > tr > .table-b-table-default, .b-toaster .table.b-table > thead > tr > .table-b-table-default,
.b-toaster .table.b-table > tbody > tr > .table-b-table-default,
.b-toaster .table.b-table > tfoot > tr > .table-b-table-default {
    color: #212529;
    background-color: #fff;
  }
  #solid-app-container .table.b-table.table-dark > thead > tr > .bg-b-table-default,
#solid-app-container .table.b-table.table-dark > tbody > tr > .bg-b-table-default,
#solid-app-container .table.b-table.table-dark > tfoot > tr > .bg-b-table-default, div[id*=_modal_outer_] .table.b-table.table-dark > thead > tr > .bg-b-table-default,
div[id*=_modal_outer_] .table.b-table.table-dark > tbody > tr > .bg-b-table-default,
div[id*=_modal_outer_] .table.b-table.table-dark > tfoot > tr > .bg-b-table-default, .b-toaster .table.b-table.table-dark > thead > tr > .bg-b-table-default,
.b-toaster .table.b-table.table-dark > tbody > tr > .bg-b-table-default,
.b-toaster .table.b-table.table-dark > tfoot > tr > .bg-b-table-default {
    color: #fff;
    background-color: #343a40;
  }
  #solid-app-container .table.b-table.table-striped > tbody > tr:nth-of-type(odd) > .table-b-table-default, div[id*=_modal_outer_] .table.b-table.table-striped > tbody > tr:nth-of-type(odd) > .table-b-table-default, .b-toaster .table.b-table.table-striped > tbody > tr:nth-of-type(odd) > .table-b-table-default {
    background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
    background-repeat: no-repeat;
  }
  #solid-app-container .table.b-table.table-striped.table-dark > tbody > tr:nth-of-type(odd) > .bg-b-table-default, div[id*=_modal_outer_] .table.b-table.table-striped.table-dark > tbody > tr:nth-of-type(odd) > .bg-b-table-default, .b-toaster .table.b-table.table-striped.table-dark > tbody > tr:nth-of-type(odd) > .bg-b-table-default {
    background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
    background-repeat: no-repeat;
  }
  #solid-app-container .table.b-table.table-hover > tbody > tr:hover > .table-b-table-default, div[id*=_modal_outer_] .table.b-table.table-hover > tbody > tr:hover > .table-b-table-default, .b-toaster .table.b-table.table-hover > tbody > tr:hover > .table-b-table-default {
    color: #212529;
    background-image: linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.075));
    background-repeat: no-repeat;
  }
  #solid-app-container .table.b-table.table-hover.table-dark > tbody > tr:hover > .bg-b-table-default, div[id*=_modal_outer_] .table.b-table.table-hover.table-dark > tbody > tr:hover > .bg-b-table-default, .b-toaster .table.b-table.table-hover.table-dark > tbody > tr:hover > .bg-b-table-default {
    color: #fff;
    background-image: linear-gradient(rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.075));
    background-repeat: no-repeat;
  }
}
#solid-app-container .table.b-table > thead > tr > [aria-sort],
#solid-app-container .table.b-table > tfoot > tr > [aria-sort], div[id*=_modal_outer_] .table.b-table > thead > tr > [aria-sort],
div[id*=_modal_outer_] .table.b-table > tfoot > tr > [aria-sort], .b-toaster .table.b-table > thead > tr > [aria-sort],
.b-toaster .table.b-table > tfoot > tr > [aria-sort] {
  cursor: pointer;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 0.65em 1em;
}
#solid-app-container .table.b-table > thead > tr > [aria-sort]:not(.b-table-sort-icon-left),
#solid-app-container .table.b-table > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left), div[id*=_modal_outer_] .table.b-table > thead > tr > [aria-sort]:not(.b-table-sort-icon-left),
div[id*=_modal_outer_] .table.b-table > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left), .b-toaster .table.b-table > thead > tr > [aria-sort]:not(.b-table-sort-icon-left),
.b-toaster .table.b-table > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left) {
  background-position: right calc(0.75rem / 2) center;
  padding-right: calc(0.75rem + 0.65em);
}
#solid-app-container .table.b-table > thead > tr > [aria-sort].b-table-sort-icon-left,
#solid-app-container .table.b-table > tfoot > tr > [aria-sort].b-table-sort-icon-left, div[id*=_modal_outer_] .table.b-table > thead > tr > [aria-sort].b-table-sort-icon-left,
div[id*=_modal_outer_] .table.b-table > tfoot > tr > [aria-sort].b-table-sort-icon-left, .b-toaster .table.b-table > thead > tr > [aria-sort].b-table-sort-icon-left,
.b-toaster .table.b-table > tfoot > tr > [aria-sort].b-table-sort-icon-left {
  background-position: left calc(0.75rem / 2) center;
  padding-left: calc(0.75rem + 0.65em);
}
#solid-app-container .table.b-table > thead > tr > [aria-sort=none],
#solid-app-container .table.b-table > tfoot > tr > [aria-sort=none], div[id*=_modal_outer_] .table.b-table > thead > tr > [aria-sort=none],
div[id*=_modal_outer_] .table.b-table > tfoot > tr > [aria-sort=none], .b-toaster .table.b-table > thead > tr > [aria-sort=none],
.b-toaster .table.b-table > tfoot > tr > [aria-sort=none] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
#solid-app-container .table.b-table > thead > tr > [aria-sort=ascending],
#solid-app-container .table.b-table > tfoot > tr > [aria-sort=ascending], div[id*=_modal_outer_] .table.b-table > thead > tr > [aria-sort=ascending],
div[id*=_modal_outer_] .table.b-table > tfoot > tr > [aria-sort=ascending], .b-toaster .table.b-table > thead > tr > [aria-sort=ascending],
.b-toaster .table.b-table > tfoot > tr > [aria-sort=ascending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='black' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
#solid-app-container .table.b-table > thead > tr > [aria-sort=descending],
#solid-app-container .table.b-table > tfoot > tr > [aria-sort=descending], div[id*=_modal_outer_] .table.b-table > thead > tr > [aria-sort=descending],
div[id*=_modal_outer_] .table.b-table > tfoot > tr > [aria-sort=descending], .b-toaster .table.b-table > thead > tr > [aria-sort=descending],
.b-toaster .table.b-table > tfoot > tr > [aria-sort=descending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='black' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
#solid-app-container .table.b-table.table-dark > thead > tr > [aria-sort=none], #solid-app-container .table.b-table.table-dark > tfoot > tr > [aria-sort=none],
#solid-app-container .table.b-table > .thead-dark > tr > [aria-sort=none], div[id*=_modal_outer_] .table.b-table.table-dark > thead > tr > [aria-sort=none], div[id*=_modal_outer_] .table.b-table.table-dark > tfoot > tr > [aria-sort=none],
div[id*=_modal_outer_] .table.b-table > .thead-dark > tr > [aria-sort=none], .b-toaster .table.b-table.table-dark > thead > tr > [aria-sort=none], .b-toaster .table.b-table.table-dark > tfoot > tr > [aria-sort=none],
.b-toaster .table.b-table > .thead-dark > tr > [aria-sort=none] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
#solid-app-container .table.b-table.table-dark > thead > tr > [aria-sort=ascending], #solid-app-container .table.b-table.table-dark > tfoot > tr > [aria-sort=ascending],
#solid-app-container .table.b-table > .thead-dark > tr > [aria-sort=ascending], div[id*=_modal_outer_] .table.b-table.table-dark > thead > tr > [aria-sort=ascending], div[id*=_modal_outer_] .table.b-table.table-dark > tfoot > tr > [aria-sort=ascending],
div[id*=_modal_outer_] .table.b-table > .thead-dark > tr > [aria-sort=ascending], .b-toaster .table.b-table.table-dark > thead > tr > [aria-sort=ascending], .b-toaster .table.b-table.table-dark > tfoot > tr > [aria-sort=ascending],
.b-toaster .table.b-table > .thead-dark > tr > [aria-sort=ascending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
#solid-app-container .table.b-table.table-dark > thead > tr > [aria-sort=descending], #solid-app-container .table.b-table.table-dark > tfoot > tr > [aria-sort=descending],
#solid-app-container .table.b-table > .thead-dark > tr > [aria-sort=descending], div[id*=_modal_outer_] .table.b-table.table-dark > thead > tr > [aria-sort=descending], div[id*=_modal_outer_] .table.b-table.table-dark > tfoot > tr > [aria-sort=descending],
div[id*=_modal_outer_] .table.b-table > .thead-dark > tr > [aria-sort=descending], .b-toaster .table.b-table.table-dark > thead > tr > [aria-sort=descending], .b-toaster .table.b-table.table-dark > tfoot > tr > [aria-sort=descending],
.b-toaster .table.b-table > .thead-dark > tr > [aria-sort=descending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
#solid-app-container .table.b-table > thead > tr > .table-dark[aria-sort=none],
#solid-app-container .table.b-table > tfoot > tr > .table-dark[aria-sort=none], div[id*=_modal_outer_] .table.b-table > thead > tr > .table-dark[aria-sort=none],
div[id*=_modal_outer_] .table.b-table > tfoot > tr > .table-dark[aria-sort=none], .b-toaster .table.b-table > thead > tr > .table-dark[aria-sort=none],
.b-toaster .table.b-table > tfoot > tr > .table-dark[aria-sort=none] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
#solid-app-container .table.b-table > thead > tr > .table-dark[aria-sort=ascending],
#solid-app-container .table.b-table > tfoot > tr > .table-dark[aria-sort=ascending], div[id*=_modal_outer_] .table.b-table > thead > tr > .table-dark[aria-sort=ascending],
div[id*=_modal_outer_] .table.b-table > tfoot > tr > .table-dark[aria-sort=ascending], .b-toaster .table.b-table > thead > tr > .table-dark[aria-sort=ascending],
.b-toaster .table.b-table > tfoot > tr > .table-dark[aria-sort=ascending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
#solid-app-container .table.b-table > thead > tr > .table-dark[aria-sort=descending],
#solid-app-container .table.b-table > tfoot > tr > .table-dark[aria-sort=descending], div[id*=_modal_outer_] .table.b-table > thead > tr > .table-dark[aria-sort=descending],
div[id*=_modal_outer_] .table.b-table > tfoot > tr > .table-dark[aria-sort=descending], .b-toaster .table.b-table > thead > tr > .table-dark[aria-sort=descending],
.b-toaster .table.b-table > tfoot > tr > .table-dark[aria-sort=descending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
#solid-app-container .table.b-table.table-sm > thead > tr > [aria-sort]:not(.b-table-sort-icon-left),
#solid-app-container .table.b-table.table-sm > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left), div[id*=_modal_outer_] .table.b-table.table-sm > thead > tr > [aria-sort]:not(.b-table-sort-icon-left),
div[id*=_modal_outer_] .table.b-table.table-sm > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left), .b-toaster .table.b-table.table-sm > thead > tr > [aria-sort]:not(.b-table-sort-icon-left),
.b-toaster .table.b-table.table-sm > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left) {
  background-position: right calc(0.3rem / 2) center;
  padding-right: calc(0.3rem + 0.65em);
}
#solid-app-container .table.b-table.table-sm > thead > tr > [aria-sort].b-table-sort-icon-left,
#solid-app-container .table.b-table.table-sm > tfoot > tr > [aria-sort].b-table-sort-icon-left, div[id*=_modal_outer_] .table.b-table.table-sm > thead > tr > [aria-sort].b-table-sort-icon-left,
div[id*=_modal_outer_] .table.b-table.table-sm > tfoot > tr > [aria-sort].b-table-sort-icon-left, .b-toaster .table.b-table.table-sm > thead > tr > [aria-sort].b-table-sort-icon-left,
.b-toaster .table.b-table.table-sm > tfoot > tr > [aria-sort].b-table-sort-icon-left {
  background-position: left calc(0.3rem / 2) center;
  padding-left: calc(0.3rem + 0.65em);
}
#solid-app-container .table.b-table.b-table-selectable:not(.b-table-selectable-no-click) > tbody > tr, div[id*=_modal_outer_] .table.b-table.b-table-selectable:not(.b-table-selectable-no-click) > tbody > tr, .b-toaster .table.b-table.b-table-selectable:not(.b-table-selectable-no-click) > tbody > tr {
  cursor: pointer;
}
#solid-app-container .table.b-table.b-table-selectable:not(.b-table-selectable-no-click).b-table-selecting.b-table-select-range > tbody > tr, div[id*=_modal_outer_] .table.b-table.b-table-selectable:not(.b-table-selectable-no-click).b-table-selecting.b-table-select-range > tbody > tr, .b-toaster .table.b-table.b-table-selectable:not(.b-table-selectable-no-click).b-table-selecting.b-table-select-range > tbody > tr {
  user-select: none;
}
@media (max-width: 575.98px) {
  #solid-app-container .table.b-table.b-table-stacked-sm, div[id*=_modal_outer_] .table.b-table.b-table-stacked-sm, .b-toaster .table.b-table.b-table-stacked-sm {
    display: block;
    width: 100%;
  }
  #solid-app-container .table.b-table.b-table-stacked-sm > caption,
#solid-app-container .table.b-table.b-table-stacked-sm > tbody,
#solid-app-container .table.b-table.b-table-stacked-sm > tbody > tr,
#solid-app-container .table.b-table.b-table-stacked-sm > tbody > tr > td,
#solid-app-container .table.b-table.b-table-stacked-sm > tbody > tr > th, div[id*=_modal_outer_] .table.b-table.b-table-stacked-sm > caption,
div[id*=_modal_outer_] .table.b-table.b-table-stacked-sm > tbody,
div[id*=_modal_outer_] .table.b-table.b-table-stacked-sm > tbody > tr,
div[id*=_modal_outer_] .table.b-table.b-table-stacked-sm > tbody > tr > td,
div[id*=_modal_outer_] .table.b-table.b-table-stacked-sm > tbody > tr > th, .b-toaster .table.b-table.b-table-stacked-sm > caption,
.b-toaster .table.b-table.b-table-stacked-sm > tbody,
.b-toaster .table.b-table.b-table-stacked-sm > tbody > tr,
.b-toaster .table.b-table.b-table-stacked-sm > tbody > tr > td,
.b-toaster .table.b-table.b-table-stacked-sm > tbody > tr > th {
    display: block;
  }
  #solid-app-container .table.b-table.b-table-stacked-sm > thead,
#solid-app-container .table.b-table.b-table-stacked-sm > tfoot, div[id*=_modal_outer_] .table.b-table.b-table-stacked-sm > thead,
div[id*=_modal_outer_] .table.b-table.b-table-stacked-sm > tfoot, .b-toaster .table.b-table.b-table-stacked-sm > thead,
.b-toaster .table.b-table.b-table-stacked-sm > tfoot {
    display: none;
  }
  #solid-app-container .table.b-table.b-table-stacked-sm > thead > tr.b-table-top-row,
#solid-app-container .table.b-table.b-table-stacked-sm > thead > tr.b-table-bottom-row,
#solid-app-container .table.b-table.b-table-stacked-sm > tfoot > tr.b-table-top-row,
#solid-app-container .table.b-table.b-table-stacked-sm > tfoot > tr.b-table-bottom-row, div[id*=_modal_outer_] .table.b-table.b-table-stacked-sm > thead > tr.b-table-top-row,
div[id*=_modal_outer_] .table.b-table.b-table-stacked-sm > thead > tr.b-table-bottom-row,
div[id*=_modal_outer_] .table.b-table.b-table-stacked-sm > tfoot > tr.b-table-top-row,
div[id*=_modal_outer_] .table.b-table.b-table-stacked-sm > tfoot > tr.b-table-bottom-row, .b-toaster .table.b-table.b-table-stacked-sm > thead > tr.b-table-top-row,
.b-toaster .table.b-table.b-table-stacked-sm > thead > tr.b-table-bottom-row,
.b-toaster .table.b-table.b-table-stacked-sm > tfoot > tr.b-table-top-row,
.b-toaster .table.b-table.b-table-stacked-sm > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  #solid-app-container .table.b-table.b-table-stacked-sm > caption, div[id*=_modal_outer_] .table.b-table.b-table-stacked-sm > caption, .b-toaster .table.b-table.b-table-stacked-sm > caption {
    caption-side: top !important;
  }
  #solid-app-container .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::before, div[id*=_modal_outer_] .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::before, .b-toaster .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  #solid-app-container .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::after, div[id*=_modal_outer_] .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::after, .b-toaster .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  #solid-app-container .table.b-table.b-table-stacked-sm > tbody > tr > [data-label] > div, div[id*=_modal_outer_] .table.b-table.b-table-stacked-sm > tbody > tr > [data-label] > div, .b-toaster .table.b-table.b-table-stacked-sm > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  #solid-app-container .table.b-table.b-table-stacked-sm > tbody > tr.top-row, #solid-app-container .table.b-table.b-table-stacked-sm > tbody > tr.bottom-row, div[id*=_modal_outer_] .table.b-table.b-table-stacked-sm > tbody > tr.top-row, div[id*=_modal_outer_] .table.b-table.b-table-stacked-sm > tbody > tr.bottom-row, .b-toaster .table.b-table.b-table-stacked-sm > tbody > tr.top-row, .b-toaster .table.b-table.b-table-stacked-sm > tbody > tr.bottom-row {
    display: none;
  }
  #solid-app-container .table.b-table.b-table-stacked-sm > tbody > tr > :first-child, div[id*=_modal_outer_] .table.b-table.b-table-stacked-sm > tbody > tr > :first-child, .b-toaster .table.b-table.b-table-stacked-sm > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  #solid-app-container .table.b-table.b-table-stacked-sm > tbody > tr > [rowspan] + td,
#solid-app-container .table.b-table.b-table-stacked-sm > tbody > tr > [rowspan] + th, div[id*=_modal_outer_] .table.b-table.b-table-stacked-sm > tbody > tr > [rowspan] + td,
div[id*=_modal_outer_] .table.b-table.b-table-stacked-sm > tbody > tr > [rowspan] + th, .b-toaster .table.b-table.b-table-stacked-sm > tbody > tr > [rowspan] + td,
.b-toaster .table.b-table.b-table-stacked-sm > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
@media (max-width: 767.98px) {
  #solid-app-container .table.b-table.b-table-stacked-md, div[id*=_modal_outer_] .table.b-table.b-table-stacked-md, .b-toaster .table.b-table.b-table-stacked-md {
    display: block;
    width: 100%;
  }
  #solid-app-container .table.b-table.b-table-stacked-md > caption,
#solid-app-container .table.b-table.b-table-stacked-md > tbody,
#solid-app-container .table.b-table.b-table-stacked-md > tbody > tr,
#solid-app-container .table.b-table.b-table-stacked-md > tbody > tr > td,
#solid-app-container .table.b-table.b-table-stacked-md > tbody > tr > th, div[id*=_modal_outer_] .table.b-table.b-table-stacked-md > caption,
div[id*=_modal_outer_] .table.b-table.b-table-stacked-md > tbody,
div[id*=_modal_outer_] .table.b-table.b-table-stacked-md > tbody > tr,
div[id*=_modal_outer_] .table.b-table.b-table-stacked-md > tbody > tr > td,
div[id*=_modal_outer_] .table.b-table.b-table-stacked-md > tbody > tr > th, .b-toaster .table.b-table.b-table-stacked-md > caption,
.b-toaster .table.b-table.b-table-stacked-md > tbody,
.b-toaster .table.b-table.b-table-stacked-md > tbody > tr,
.b-toaster .table.b-table.b-table-stacked-md > tbody > tr > td,
.b-toaster .table.b-table.b-table-stacked-md > tbody > tr > th {
    display: block;
  }
  #solid-app-container .table.b-table.b-table-stacked-md > thead,
#solid-app-container .table.b-table.b-table-stacked-md > tfoot, div[id*=_modal_outer_] .table.b-table.b-table-stacked-md > thead,
div[id*=_modal_outer_] .table.b-table.b-table-stacked-md > tfoot, .b-toaster .table.b-table.b-table-stacked-md > thead,
.b-toaster .table.b-table.b-table-stacked-md > tfoot {
    display: none;
  }
  #solid-app-container .table.b-table.b-table-stacked-md > thead > tr.b-table-top-row,
#solid-app-container .table.b-table.b-table-stacked-md > thead > tr.b-table-bottom-row,
#solid-app-container .table.b-table.b-table-stacked-md > tfoot > tr.b-table-top-row,
#solid-app-container .table.b-table.b-table-stacked-md > tfoot > tr.b-table-bottom-row, div[id*=_modal_outer_] .table.b-table.b-table-stacked-md > thead > tr.b-table-top-row,
div[id*=_modal_outer_] .table.b-table.b-table-stacked-md > thead > tr.b-table-bottom-row,
div[id*=_modal_outer_] .table.b-table.b-table-stacked-md > tfoot > tr.b-table-top-row,
div[id*=_modal_outer_] .table.b-table.b-table-stacked-md > tfoot > tr.b-table-bottom-row, .b-toaster .table.b-table.b-table-stacked-md > thead > tr.b-table-top-row,
.b-toaster .table.b-table.b-table-stacked-md > thead > tr.b-table-bottom-row,
.b-toaster .table.b-table.b-table-stacked-md > tfoot > tr.b-table-top-row,
.b-toaster .table.b-table.b-table-stacked-md > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  #solid-app-container .table.b-table.b-table-stacked-md > caption, div[id*=_modal_outer_] .table.b-table.b-table-stacked-md > caption, .b-toaster .table.b-table.b-table-stacked-md > caption {
    caption-side: top !important;
  }
  #solid-app-container .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::before, div[id*=_modal_outer_] .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::before, .b-toaster .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  #solid-app-container .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::after, div[id*=_modal_outer_] .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::after, .b-toaster .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  #solid-app-container .table.b-table.b-table-stacked-md > tbody > tr > [data-label] > div, div[id*=_modal_outer_] .table.b-table.b-table-stacked-md > tbody > tr > [data-label] > div, .b-toaster .table.b-table.b-table-stacked-md > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  #solid-app-container .table.b-table.b-table-stacked-md > tbody > tr.top-row, #solid-app-container .table.b-table.b-table-stacked-md > tbody > tr.bottom-row, div[id*=_modal_outer_] .table.b-table.b-table-stacked-md > tbody > tr.top-row, div[id*=_modal_outer_] .table.b-table.b-table-stacked-md > tbody > tr.bottom-row, .b-toaster .table.b-table.b-table-stacked-md > tbody > tr.top-row, .b-toaster .table.b-table.b-table-stacked-md > tbody > tr.bottom-row {
    display: none;
  }
  #solid-app-container .table.b-table.b-table-stacked-md > tbody > tr > :first-child, div[id*=_modal_outer_] .table.b-table.b-table-stacked-md > tbody > tr > :first-child, .b-toaster .table.b-table.b-table-stacked-md > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  #solid-app-container .table.b-table.b-table-stacked-md > tbody > tr > [rowspan] + td,
#solid-app-container .table.b-table.b-table-stacked-md > tbody > tr > [rowspan] + th, div[id*=_modal_outer_] .table.b-table.b-table-stacked-md > tbody > tr > [rowspan] + td,
div[id*=_modal_outer_] .table.b-table.b-table-stacked-md > tbody > tr > [rowspan] + th, .b-toaster .table.b-table.b-table-stacked-md > tbody > tr > [rowspan] + td,
.b-toaster .table.b-table.b-table-stacked-md > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
@media (max-width: 991.98px) {
  #solid-app-container .table.b-table.b-table-stacked-lg, div[id*=_modal_outer_] .table.b-table.b-table-stacked-lg, .b-toaster .table.b-table.b-table-stacked-lg {
    display: block;
    width: 100%;
  }
  #solid-app-container .table.b-table.b-table-stacked-lg > caption,
#solid-app-container .table.b-table.b-table-stacked-lg > tbody,
#solid-app-container .table.b-table.b-table-stacked-lg > tbody > tr,
#solid-app-container .table.b-table.b-table-stacked-lg > tbody > tr > td,
#solid-app-container .table.b-table.b-table-stacked-lg > tbody > tr > th, div[id*=_modal_outer_] .table.b-table.b-table-stacked-lg > caption,
div[id*=_modal_outer_] .table.b-table.b-table-stacked-lg > tbody,
div[id*=_modal_outer_] .table.b-table.b-table-stacked-lg > tbody > tr,
div[id*=_modal_outer_] .table.b-table.b-table-stacked-lg > tbody > tr > td,
div[id*=_modal_outer_] .table.b-table.b-table-stacked-lg > tbody > tr > th, .b-toaster .table.b-table.b-table-stacked-lg > caption,
.b-toaster .table.b-table.b-table-stacked-lg > tbody,
.b-toaster .table.b-table.b-table-stacked-lg > tbody > tr,
.b-toaster .table.b-table.b-table-stacked-lg > tbody > tr > td,
.b-toaster .table.b-table.b-table-stacked-lg > tbody > tr > th {
    display: block;
  }
  #solid-app-container .table.b-table.b-table-stacked-lg > thead,
#solid-app-container .table.b-table.b-table-stacked-lg > tfoot, div[id*=_modal_outer_] .table.b-table.b-table-stacked-lg > thead,
div[id*=_modal_outer_] .table.b-table.b-table-stacked-lg > tfoot, .b-toaster .table.b-table.b-table-stacked-lg > thead,
.b-toaster .table.b-table.b-table-stacked-lg > tfoot {
    display: none;
  }
  #solid-app-container .table.b-table.b-table-stacked-lg > thead > tr.b-table-top-row,
#solid-app-container .table.b-table.b-table-stacked-lg > thead > tr.b-table-bottom-row,
#solid-app-container .table.b-table.b-table-stacked-lg > tfoot > tr.b-table-top-row,
#solid-app-container .table.b-table.b-table-stacked-lg > tfoot > tr.b-table-bottom-row, div[id*=_modal_outer_] .table.b-table.b-table-stacked-lg > thead > tr.b-table-top-row,
div[id*=_modal_outer_] .table.b-table.b-table-stacked-lg > thead > tr.b-table-bottom-row,
div[id*=_modal_outer_] .table.b-table.b-table-stacked-lg > tfoot > tr.b-table-top-row,
div[id*=_modal_outer_] .table.b-table.b-table-stacked-lg > tfoot > tr.b-table-bottom-row, .b-toaster .table.b-table.b-table-stacked-lg > thead > tr.b-table-top-row,
.b-toaster .table.b-table.b-table-stacked-lg > thead > tr.b-table-bottom-row,
.b-toaster .table.b-table.b-table-stacked-lg > tfoot > tr.b-table-top-row,
.b-toaster .table.b-table.b-table-stacked-lg > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  #solid-app-container .table.b-table.b-table-stacked-lg > caption, div[id*=_modal_outer_] .table.b-table.b-table-stacked-lg > caption, .b-toaster .table.b-table.b-table-stacked-lg > caption {
    caption-side: top !important;
  }
  #solid-app-container .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::before, div[id*=_modal_outer_] .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::before, .b-toaster .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  #solid-app-container .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::after, div[id*=_modal_outer_] .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::after, .b-toaster .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  #solid-app-container .table.b-table.b-table-stacked-lg > tbody > tr > [data-label] > div, div[id*=_modal_outer_] .table.b-table.b-table-stacked-lg > tbody > tr > [data-label] > div, .b-toaster .table.b-table.b-table-stacked-lg > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  #solid-app-container .table.b-table.b-table-stacked-lg > tbody > tr.top-row, #solid-app-container .table.b-table.b-table-stacked-lg > tbody > tr.bottom-row, div[id*=_modal_outer_] .table.b-table.b-table-stacked-lg > tbody > tr.top-row, div[id*=_modal_outer_] .table.b-table.b-table-stacked-lg > tbody > tr.bottom-row, .b-toaster .table.b-table.b-table-stacked-lg > tbody > tr.top-row, .b-toaster .table.b-table.b-table-stacked-lg > tbody > tr.bottom-row {
    display: none;
  }
  #solid-app-container .table.b-table.b-table-stacked-lg > tbody > tr > :first-child, div[id*=_modal_outer_] .table.b-table.b-table-stacked-lg > tbody > tr > :first-child, .b-toaster .table.b-table.b-table-stacked-lg > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  #solid-app-container .table.b-table.b-table-stacked-lg > tbody > tr > [rowspan] + td,
#solid-app-container .table.b-table.b-table-stacked-lg > tbody > tr > [rowspan] + th, div[id*=_modal_outer_] .table.b-table.b-table-stacked-lg > tbody > tr > [rowspan] + td,
div[id*=_modal_outer_] .table.b-table.b-table-stacked-lg > tbody > tr > [rowspan] + th, .b-toaster .table.b-table.b-table-stacked-lg > tbody > tr > [rowspan] + td,
.b-toaster .table.b-table.b-table-stacked-lg > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
@media (max-width: 1199.98px) {
  #solid-app-container .table.b-table.b-table-stacked-xl, div[id*=_modal_outer_] .table.b-table.b-table-stacked-xl, .b-toaster .table.b-table.b-table-stacked-xl {
    display: block;
    width: 100%;
  }
  #solid-app-container .table.b-table.b-table-stacked-xl > caption,
#solid-app-container .table.b-table.b-table-stacked-xl > tbody,
#solid-app-container .table.b-table.b-table-stacked-xl > tbody > tr,
#solid-app-container .table.b-table.b-table-stacked-xl > tbody > tr > td,
#solid-app-container .table.b-table.b-table-stacked-xl > tbody > tr > th, div[id*=_modal_outer_] .table.b-table.b-table-stacked-xl > caption,
div[id*=_modal_outer_] .table.b-table.b-table-stacked-xl > tbody,
div[id*=_modal_outer_] .table.b-table.b-table-stacked-xl > tbody > tr,
div[id*=_modal_outer_] .table.b-table.b-table-stacked-xl > tbody > tr > td,
div[id*=_modal_outer_] .table.b-table.b-table-stacked-xl > tbody > tr > th, .b-toaster .table.b-table.b-table-stacked-xl > caption,
.b-toaster .table.b-table.b-table-stacked-xl > tbody,
.b-toaster .table.b-table.b-table-stacked-xl > tbody > tr,
.b-toaster .table.b-table.b-table-stacked-xl > tbody > tr > td,
.b-toaster .table.b-table.b-table-stacked-xl > tbody > tr > th {
    display: block;
  }
  #solid-app-container .table.b-table.b-table-stacked-xl > thead,
#solid-app-container .table.b-table.b-table-stacked-xl > tfoot, div[id*=_modal_outer_] .table.b-table.b-table-stacked-xl > thead,
div[id*=_modal_outer_] .table.b-table.b-table-stacked-xl > tfoot, .b-toaster .table.b-table.b-table-stacked-xl > thead,
.b-toaster .table.b-table.b-table-stacked-xl > tfoot {
    display: none;
  }
  #solid-app-container .table.b-table.b-table-stacked-xl > thead > tr.b-table-top-row,
#solid-app-container .table.b-table.b-table-stacked-xl > thead > tr.b-table-bottom-row,
#solid-app-container .table.b-table.b-table-stacked-xl > tfoot > tr.b-table-top-row,
#solid-app-container .table.b-table.b-table-stacked-xl > tfoot > tr.b-table-bottom-row, div[id*=_modal_outer_] .table.b-table.b-table-stacked-xl > thead > tr.b-table-top-row,
div[id*=_modal_outer_] .table.b-table.b-table-stacked-xl > thead > tr.b-table-bottom-row,
div[id*=_modal_outer_] .table.b-table.b-table-stacked-xl > tfoot > tr.b-table-top-row,
div[id*=_modal_outer_] .table.b-table.b-table-stacked-xl > tfoot > tr.b-table-bottom-row, .b-toaster .table.b-table.b-table-stacked-xl > thead > tr.b-table-top-row,
.b-toaster .table.b-table.b-table-stacked-xl > thead > tr.b-table-bottom-row,
.b-toaster .table.b-table.b-table-stacked-xl > tfoot > tr.b-table-top-row,
.b-toaster .table.b-table.b-table-stacked-xl > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  #solid-app-container .table.b-table.b-table-stacked-xl > caption, div[id*=_modal_outer_] .table.b-table.b-table-stacked-xl > caption, .b-toaster .table.b-table.b-table-stacked-xl > caption {
    caption-side: top !important;
  }
  #solid-app-container .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::before, div[id*=_modal_outer_] .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::before, .b-toaster .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  #solid-app-container .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::after, div[id*=_modal_outer_] .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::after, .b-toaster .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  #solid-app-container .table.b-table.b-table-stacked-xl > tbody > tr > [data-label] > div, div[id*=_modal_outer_] .table.b-table.b-table-stacked-xl > tbody > tr > [data-label] > div, .b-toaster .table.b-table.b-table-stacked-xl > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  #solid-app-container .table.b-table.b-table-stacked-xl > tbody > tr.top-row, #solid-app-container .table.b-table.b-table-stacked-xl > tbody > tr.bottom-row, div[id*=_modal_outer_] .table.b-table.b-table-stacked-xl > tbody > tr.top-row, div[id*=_modal_outer_] .table.b-table.b-table-stacked-xl > tbody > tr.bottom-row, .b-toaster .table.b-table.b-table-stacked-xl > tbody > tr.top-row, .b-toaster .table.b-table.b-table-stacked-xl > tbody > tr.bottom-row {
    display: none;
  }
  #solid-app-container .table.b-table.b-table-stacked-xl > tbody > tr > :first-child, div[id*=_modal_outer_] .table.b-table.b-table-stacked-xl > tbody > tr > :first-child, .b-toaster .table.b-table.b-table-stacked-xl > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  #solid-app-container .table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + td,
#solid-app-container .table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + th, div[id*=_modal_outer_] .table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + td,
div[id*=_modal_outer_] .table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + th, .b-toaster .table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + td,
.b-toaster .table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
#solid-app-container .table.b-table.b-table-stacked, div[id*=_modal_outer_] .table.b-table.b-table-stacked, .b-toaster .table.b-table.b-table-stacked {
  display: block;
  width: 100%;
}
#solid-app-container .table.b-table.b-table-stacked > caption,
#solid-app-container .table.b-table.b-table-stacked > tbody,
#solid-app-container .table.b-table.b-table-stacked > tbody > tr,
#solid-app-container .table.b-table.b-table-stacked > tbody > tr > td,
#solid-app-container .table.b-table.b-table-stacked > tbody > tr > th, div[id*=_modal_outer_] .table.b-table.b-table-stacked > caption,
div[id*=_modal_outer_] .table.b-table.b-table-stacked > tbody,
div[id*=_modal_outer_] .table.b-table.b-table-stacked > tbody > tr,
div[id*=_modal_outer_] .table.b-table.b-table-stacked > tbody > tr > td,
div[id*=_modal_outer_] .table.b-table.b-table-stacked > tbody > tr > th, .b-toaster .table.b-table.b-table-stacked > caption,
.b-toaster .table.b-table.b-table-stacked > tbody,
.b-toaster .table.b-table.b-table-stacked > tbody > tr,
.b-toaster .table.b-table.b-table-stacked > tbody > tr > td,
.b-toaster .table.b-table.b-table-stacked > tbody > tr > th {
  display: block;
}
#solid-app-container .table.b-table.b-table-stacked > thead,
#solid-app-container .table.b-table.b-table-stacked > tfoot, div[id*=_modal_outer_] .table.b-table.b-table-stacked > thead,
div[id*=_modal_outer_] .table.b-table.b-table-stacked > tfoot, .b-toaster .table.b-table.b-table-stacked > thead,
.b-toaster .table.b-table.b-table-stacked > tfoot {
  display: none;
}
#solid-app-container .table.b-table.b-table-stacked > thead > tr.b-table-top-row,
#solid-app-container .table.b-table.b-table-stacked > thead > tr.b-table-bottom-row,
#solid-app-container .table.b-table.b-table-stacked > tfoot > tr.b-table-top-row,
#solid-app-container .table.b-table.b-table-stacked > tfoot > tr.b-table-bottom-row, div[id*=_modal_outer_] .table.b-table.b-table-stacked > thead > tr.b-table-top-row,
div[id*=_modal_outer_] .table.b-table.b-table-stacked > thead > tr.b-table-bottom-row,
div[id*=_modal_outer_] .table.b-table.b-table-stacked > tfoot > tr.b-table-top-row,
div[id*=_modal_outer_] .table.b-table.b-table-stacked > tfoot > tr.b-table-bottom-row, .b-toaster .table.b-table.b-table-stacked > thead > tr.b-table-top-row,
.b-toaster .table.b-table.b-table-stacked > thead > tr.b-table-bottom-row,
.b-toaster .table.b-table.b-table-stacked > tfoot > tr.b-table-top-row,
.b-toaster .table.b-table.b-table-stacked > tfoot > tr.b-table-bottom-row {
  display: none;
}
#solid-app-container .table.b-table.b-table-stacked > caption, div[id*=_modal_outer_] .table.b-table.b-table-stacked > caption, .b-toaster .table.b-table.b-table-stacked > caption {
  caption-side: top !important;
}
#solid-app-container .table.b-table.b-table-stacked > tbody > tr > [data-label]::before, div[id*=_modal_outer_] .table.b-table.b-table-stacked > tbody > tr > [data-label]::before, .b-toaster .table.b-table.b-table-stacked > tbody > tr > [data-label]::before {
  content: attr(data-label);
  width: 40%;
  float: left;
  text-align: right;
  overflow-wrap: break-word;
  font-weight: bold;
  font-style: normal;
  padding: 0 calc(1rem / 2) 0 0;
  margin: 0;
}
#solid-app-container .table.b-table.b-table-stacked > tbody > tr > [data-label]::after, div[id*=_modal_outer_] .table.b-table.b-table-stacked > tbody > tr > [data-label]::after, .b-toaster .table.b-table.b-table-stacked > tbody > tr > [data-label]::after {
  display: block;
  clear: both;
  content: "";
}
#solid-app-container .table.b-table.b-table-stacked > tbody > tr > [data-label] > div, div[id*=_modal_outer_] .table.b-table.b-table-stacked > tbody > tr > [data-label] > div, .b-toaster .table.b-table.b-table-stacked > tbody > tr > [data-label] > div {
  display: inline-block;
  width: calc(100% - 40%);
  padding: 0 0 0 calc(1rem / 2);
  margin: 0;
}
#solid-app-container .table.b-table.b-table-stacked > tbody > tr.top-row, #solid-app-container .table.b-table.b-table-stacked > tbody > tr.bottom-row, div[id*=_modal_outer_] .table.b-table.b-table-stacked > tbody > tr.top-row, div[id*=_modal_outer_] .table.b-table.b-table-stacked > tbody > tr.bottom-row, .b-toaster .table.b-table.b-table-stacked > tbody > tr.top-row, .b-toaster .table.b-table.b-table-stacked > tbody > tr.bottom-row {
  display: none;
}
#solid-app-container .table.b-table.b-table-stacked > tbody > tr > :first-child, div[id*=_modal_outer_] .table.b-table.b-table-stacked > tbody > tr > :first-child, .b-toaster .table.b-table.b-table-stacked > tbody > tr > :first-child {
  border-top-width: 3px;
}
#solid-app-container .table.b-table.b-table-stacked > tbody > tr > [rowspan] + td,
#solid-app-container .table.b-table.b-table-stacked > tbody > tr > [rowspan] + th, div[id*=_modal_outer_] .table.b-table.b-table-stacked > tbody > tr > [rowspan] + td,
div[id*=_modal_outer_] .table.b-table.b-table-stacked > tbody > tr > [rowspan] + th, .b-toaster .table.b-table.b-table-stacked > tbody > tr > [rowspan] + td,
.b-toaster .table.b-table.b-table-stacked > tbody > tr > [rowspan] + th {
  border-top-width: 3px;
}
#solid-app-container .b-sidebar-outer, div[id*=_modal_outer_] .b-sidebar-outer, .b-toaster .b-sidebar-outer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  overflow: visible;
  z-index: calc(1030 + 5);
}
#solid-app-container .b-sidebar-backdrop, div[id*=_modal_outer_] .b-sidebar-backdrop, .b-toaster .b-sidebar-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  opacity: 0.6;
}
#solid-app-container .b-sidebar, div[id*=_modal_outer_] .b-sidebar, .b-toaster .b-sidebar {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  width: 320px;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  margin: 0;
  outline: 0;
  transform: translateX(0);
}
#solid-app-container .b-sidebar.slide, div[id*=_modal_outer_] .b-sidebar.slide, .b-toaster .b-sidebar.slide {
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  #solid-app-container .b-sidebar.slide, div[id*=_modal_outer_] .b-sidebar.slide, .b-toaster .b-sidebar.slide {
    transition: none;
  }
}
#solid-app-container .b-sidebar:not(.b-sidebar-right), div[id*=_modal_outer_] .b-sidebar:not(.b-sidebar-right), .b-toaster .b-sidebar:not(.b-sidebar-right) {
  left: 0;
  right: auto;
}
#solid-app-container .b-sidebar:not(.b-sidebar-right).slide:not(.show), div[id*=_modal_outer_] .b-sidebar:not(.b-sidebar-right).slide:not(.show), .b-toaster .b-sidebar:not(.b-sidebar-right).slide:not(.show) {
  transform: translateX(-100%);
}
#solid-app-container .b-sidebar:not(.b-sidebar-right) > .b-sidebar-header .close, div[id*=_modal_outer_] .b-sidebar:not(.b-sidebar-right) > .b-sidebar-header .close, .b-toaster .b-sidebar:not(.b-sidebar-right) > .b-sidebar-header .close {
  margin-left: auto;
}
#solid-app-container .b-sidebar.b-sidebar-right, div[id*=_modal_outer_] .b-sidebar.b-sidebar-right, .b-toaster .b-sidebar.b-sidebar-right {
  left: auto;
  right: 0;
}
#solid-app-container .b-sidebar.b-sidebar-right.slide:not(.show), div[id*=_modal_outer_] .b-sidebar.b-sidebar-right.slide:not(.show), .b-toaster .b-sidebar.b-sidebar-right.slide:not(.show) {
  transform: translateX(100%);
}
#solid-app-container .b-sidebar.b-sidebar-right > .b-sidebar-header .close, div[id*=_modal_outer_] .b-sidebar.b-sidebar-right > .b-sidebar-header .close, .b-toaster .b-sidebar.b-sidebar-right > .b-sidebar-header .close {
  margin-right: auto;
}
#solid-app-container .b-sidebar > .b-sidebar-header, div[id*=_modal_outer_] .b-sidebar > .b-sidebar-header, .b-toaster .b-sidebar > .b-sidebar-header {
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: row;
  flex-grow: 0;
  align-items: center;
}
[dir=rtl] #solid-app-container .b-sidebar > .b-sidebar-header, [dir=rtl] div[id*=_modal_outer_] .b-sidebar > .b-sidebar-header, [dir=rtl] .b-toaster .b-sidebar > .b-sidebar-header {
  flex-direction: row-reverse;
}

#solid-app-container .b-sidebar > .b-sidebar-header .close, div[id*=_modal_outer_] .b-sidebar > .b-sidebar-header .close, .b-toaster .b-sidebar > .b-sidebar-header .close {
  float: none;
  font-size: 1.5rem;
}
#solid-app-container .b-sidebar > .b-sidebar-body, div[id*=_modal_outer_] .b-sidebar > .b-sidebar-body, .b-toaster .b-sidebar > .b-sidebar-body {
  flex-grow: 1;
  height: 100%;
  overflow-y: auto;
}
#solid-app-container .b-sidebar > .b-sidebar-footer, div[id*=_modal_outer_] .b-sidebar > .b-sidebar-footer, .b-toaster .b-sidebar > .b-sidebar-footer {
  flex-grow: 0;
}
#solid-app-container .b-skeleton-wrapper, div[id*=_modal_outer_] .b-skeleton-wrapper, .b-toaster .b-skeleton-wrapper {
  cursor: wait;
}
#solid-app-container .b-skeleton, div[id*=_modal_outer_] .b-skeleton, .b-toaster .b-skeleton {
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.12);
  cursor: wait;
  mask-image: radial-gradient(white, black);
}
#solid-app-container .b-skeleton::before, div[id*=_modal_outer_] .b-skeleton::before, .b-toaster .b-skeleton::before {
  content: " ";
}
#solid-app-container .b-skeleton-text, div[id*=_modal_outer_] .b-skeleton-text, .b-toaster .b-skeleton-text {
  height: 1rem;
  margin-bottom: 0.25rem;
  border-radius: 0.25rem;
}
#solid-app-container .b-skeleton-button, div[id*=_modal_outer_] .b-skeleton-button, .b-toaster .b-skeleton-button {
  width: 75px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}
#solid-app-container .b-skeleton-avatar, div[id*=_modal_outer_] .b-skeleton-avatar, .b-toaster .b-skeleton-avatar {
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
}
#solid-app-container .b-skeleton-input, div[id*=_modal_outer_] .b-skeleton-input, .b-toaster .b-skeleton-input {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border: #ced4da solid 1px;
  border-radius: 0.25rem;
}
#solid-app-container .b-skeleton-icon-wrapper svg, div[id*=_modal_outer_] .b-skeleton-icon-wrapper svg, .b-toaster .b-skeleton-icon-wrapper svg {
  color: rgba(0, 0, 0, 0.12);
}
#solid-app-container .b-skeleton-img, div[id*=_modal_outer_] .b-skeleton-img, .b-toaster .b-skeleton-img {
  height: 100%;
  width: 100%;
}
#solid-app-container .b-skeleton-animate-wave::after, div[id*=_modal_outer_] .b-skeleton-animate-wave::after, .b-toaster .b-skeleton-animate-wave::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(90deg, transparent, hsla(0deg, 0%, 100%, 0.4), transparent);
  animation: b-skeleton-animate-wave 1.75s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  #solid-app-container .b-skeleton-animate-wave::after, div[id*=_modal_outer_] .b-skeleton-animate-wave::after, .b-toaster .b-skeleton-animate-wave::after {
    background: none;
    animation: none;
  }
}
@keyframes b-skeleton-animate-wave {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
#solid-app-container .b-skeleton-animate-fade, div[id*=_modal_outer_] .b-skeleton-animate-fade, .b-toaster .b-skeleton-animate-fade {
  animation: b-skeleton-animate-fade 0.875s ease-in-out alternate infinite;
}
@media (prefers-reduced-motion: reduce) {
  #solid-app-container .b-skeleton-animate-fade, div[id*=_modal_outer_] .b-skeleton-animate-fade, .b-toaster .b-skeleton-animate-fade {
    animation: none;
  }
}
@keyframes b-skeleton-animate-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
#solid-app-container .b-skeleton-animate-throb, div[id*=_modal_outer_] .b-skeleton-animate-throb, .b-toaster .b-skeleton-animate-throb {
  animation: b-skeleton-animate-throb 0.875s ease-in alternate infinite;
}
@media (prefers-reduced-motion: reduce) {
  #solid-app-container .b-skeleton-animate-throb, div[id*=_modal_outer_] .b-skeleton-animate-throb, .b-toaster .b-skeleton-animate-throb {
    animation: none;
  }
}
@keyframes b-skeleton-animate-throb {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.975);
  }
}
#solid-app-container svg:not(:root).svg-inline--fa, div[id*=_modal_outer_] svg:not(:root).svg-inline--fa, .b-toaster svg:not(:root).svg-inline--fa {
  overflow: visible;
}
#solid-app-container .svg-inline--fa, div[id*=_modal_outer_] .svg-inline--fa, .b-toaster .svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}
#solid-app-container .svg-inline--fa.fa-lg, div[id*=_modal_outer_] .svg-inline--fa.fa-lg, .b-toaster .svg-inline--fa.fa-lg {
  vertical-align: -0.225em;
}
#solid-app-container .svg-inline--fa.fa-w-1, div[id*=_modal_outer_] .svg-inline--fa.fa-w-1, .b-toaster .svg-inline--fa.fa-w-1 {
  width: 0.0625em;
}
#solid-app-container .svg-inline--fa.fa-w-2, div[id*=_modal_outer_] .svg-inline--fa.fa-w-2, .b-toaster .svg-inline--fa.fa-w-2 {
  width: 0.125em;
}
#solid-app-container .svg-inline--fa.fa-w-3, div[id*=_modal_outer_] .svg-inline--fa.fa-w-3, .b-toaster .svg-inline--fa.fa-w-3 {
  width: 0.1875em;
}
#solid-app-container .svg-inline--fa.fa-w-4, div[id*=_modal_outer_] .svg-inline--fa.fa-w-4, .b-toaster .svg-inline--fa.fa-w-4 {
  width: 0.25em;
}
#solid-app-container .svg-inline--fa.fa-w-5, div[id*=_modal_outer_] .svg-inline--fa.fa-w-5, .b-toaster .svg-inline--fa.fa-w-5 {
  width: 0.3125em;
}
#solid-app-container .svg-inline--fa.fa-w-6, div[id*=_modal_outer_] .svg-inline--fa.fa-w-6, .b-toaster .svg-inline--fa.fa-w-6 {
  width: 0.375em;
}
#solid-app-container .svg-inline--fa.fa-w-7, div[id*=_modal_outer_] .svg-inline--fa.fa-w-7, .b-toaster .svg-inline--fa.fa-w-7 {
  width: 0.4375em;
}
#solid-app-container .svg-inline--fa.fa-w-8, div[id*=_modal_outer_] .svg-inline--fa.fa-w-8, .b-toaster .svg-inline--fa.fa-w-8 {
  width: 0.5em;
}
#solid-app-container .svg-inline--fa.fa-w-9, div[id*=_modal_outer_] .svg-inline--fa.fa-w-9, .b-toaster .svg-inline--fa.fa-w-9 {
  width: 0.5625em;
}
#solid-app-container .svg-inline--fa.fa-w-10, div[id*=_modal_outer_] .svg-inline--fa.fa-w-10, .b-toaster .svg-inline--fa.fa-w-10 {
  width: 0.625em;
}
#solid-app-container .svg-inline--fa.fa-w-11, div[id*=_modal_outer_] .svg-inline--fa.fa-w-11, .b-toaster .svg-inline--fa.fa-w-11 {
  width: 0.6875em;
}
#solid-app-container .svg-inline--fa.fa-w-12, div[id*=_modal_outer_] .svg-inline--fa.fa-w-12, .b-toaster .svg-inline--fa.fa-w-12 {
  width: 0.75em;
}
#solid-app-container .svg-inline--fa.fa-w-13, div[id*=_modal_outer_] .svg-inline--fa.fa-w-13, .b-toaster .svg-inline--fa.fa-w-13 {
  width: 0.8125em;
}
#solid-app-container .svg-inline--fa.fa-w-14, div[id*=_modal_outer_] .svg-inline--fa.fa-w-14, .b-toaster .svg-inline--fa.fa-w-14 {
  width: 0.875em;
}
#solid-app-container .svg-inline--fa.fa-w-15, div[id*=_modal_outer_] .svg-inline--fa.fa-w-15, .b-toaster .svg-inline--fa.fa-w-15 {
  width: 0.9375em;
}
#solid-app-container .svg-inline--fa.fa-w-16, div[id*=_modal_outer_] .svg-inline--fa.fa-w-16, .b-toaster .svg-inline--fa.fa-w-16 {
  width: 1em;
}
#solid-app-container .svg-inline--fa.fa-w-17, div[id*=_modal_outer_] .svg-inline--fa.fa-w-17, .b-toaster .svg-inline--fa.fa-w-17 {
  width: 1.0625em;
}
#solid-app-container .svg-inline--fa.fa-w-18, div[id*=_modal_outer_] .svg-inline--fa.fa-w-18, .b-toaster .svg-inline--fa.fa-w-18 {
  width: 1.125em;
}
#solid-app-container .svg-inline--fa.fa-w-19, div[id*=_modal_outer_] .svg-inline--fa.fa-w-19, .b-toaster .svg-inline--fa.fa-w-19 {
  width: 1.1875em;
}
#solid-app-container .svg-inline--fa.fa-w-20, div[id*=_modal_outer_] .svg-inline--fa.fa-w-20, .b-toaster .svg-inline--fa.fa-w-20 {
  width: 1.25em;
}
#solid-app-container .svg-inline--fa.fa-pull-left, div[id*=_modal_outer_] .svg-inline--fa.fa-pull-left, .b-toaster .svg-inline--fa.fa-pull-left {
  margin-right: 0.3em;
  width: auto;
}
#solid-app-container .svg-inline--fa.fa-pull-right, div[id*=_modal_outer_] .svg-inline--fa.fa-pull-right, .b-toaster .svg-inline--fa.fa-pull-right {
  margin-left: 0.3em;
  width: auto;
}
#solid-app-container .svg-inline--fa.fa-border, div[id*=_modal_outer_] .svg-inline--fa.fa-border, .b-toaster .svg-inline--fa.fa-border {
  height: 1.5em;
}
#solid-app-container .svg-inline--fa.fa-li, div[id*=_modal_outer_] .svg-inline--fa.fa-li, .b-toaster .svg-inline--fa.fa-li {
  width: 2em;
}
#solid-app-container .svg-inline--fa.fa-fw, div[id*=_modal_outer_] .svg-inline--fa.fa-fw, .b-toaster .svg-inline--fa.fa-fw {
  width: 1.25em;
}
#solid-app-container .fa-layers svg.svg-inline--fa, div[id*=_modal_outer_] .fa-layers svg.svg-inline--fa, .b-toaster .fa-layers svg.svg-inline--fa {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
#solid-app-container .fa-layers, div[id*=_modal_outer_] .fa-layers, .b-toaster .fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -0.125em;
  width: 1em;
}
#solid-app-container .fa-layers svg.svg-inline--fa, div[id*=_modal_outer_] .fa-layers svg.svg-inline--fa, .b-toaster .fa-layers svg.svg-inline--fa {
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
#solid-app-container .fa-layers-counter, #solid-app-container .fa-layers-text, div[id*=_modal_outer_] .fa-layers-counter, div[id*=_modal_outer_] .fa-layers-text, .b-toaster .fa-layers-counter, .b-toaster .fa-layers-text {
  display: inline-block;
  position: absolute;
  text-align: center;
}
#solid-app-container .fa-layers-text, div[id*=_modal_outer_] .fa-layers-text, .b-toaster .fa-layers-text {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
#solid-app-container .fa-layers-counter, div[id*=_modal_outer_] .fa-layers-counter, .b-toaster .fa-layers-counter {
  background-color: #ff253a;
  border-radius: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  height: 1.5em;
  line-height: 1;
  max-width: 5em;
  min-width: 1.5em;
  overflow: hidden;
  padding: 0.25em;
  right: 0;
  text-overflow: ellipsis;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
#solid-app-container .fa-layers-bottom-right, div[id*=_modal_outer_] .fa-layers-bottom-right, .b-toaster .fa-layers-bottom-right {
  bottom: 0;
  right: 0;
  top: auto;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
#solid-app-container .fa-layers-bottom-left, div[id*=_modal_outer_] .fa-layers-bottom-left, .b-toaster .fa-layers-bottom-left {
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
#solid-app-container .fa-layers-top-right, div[id*=_modal_outer_] .fa-layers-top-right, .b-toaster .fa-layers-top-right {
  right: 0;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
#solid-app-container .fa-layers-top-left, div[id*=_modal_outer_] .fa-layers-top-left, .b-toaster .fa-layers-top-left {
  left: 0;
  right: auto;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
#solid-app-container .fa-lg, div[id*=_modal_outer_] .fa-lg, .b-toaster .fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
#solid-app-container .fa-xs, div[id*=_modal_outer_] .fa-xs, .b-toaster .fa-xs {
  font-size: 0.75em;
}
#solid-app-container .fa-sm, div[id*=_modal_outer_] .fa-sm, .b-toaster .fa-sm {
  font-size: 0.875em;
}
#solid-app-container .fa-1x, div[id*=_modal_outer_] .fa-1x, .b-toaster .fa-1x {
  font-size: 1em;
}
#solid-app-container .fa-2x, div[id*=_modal_outer_] .fa-2x, .b-toaster .fa-2x {
  font-size: 2em;
}
#solid-app-container .fa-3x, div[id*=_modal_outer_] .fa-3x, .b-toaster .fa-3x {
  font-size: 3em;
}
#solid-app-container .fa-4x, div[id*=_modal_outer_] .fa-4x, .b-toaster .fa-4x {
  font-size: 4em;
}
#solid-app-container .fa-5x, div[id*=_modal_outer_] .fa-5x, .b-toaster .fa-5x {
  font-size: 5em;
}
#solid-app-container .fa-6x, div[id*=_modal_outer_] .fa-6x, .b-toaster .fa-6x {
  font-size: 6em;
}
#solid-app-container .fa-7x, div[id*=_modal_outer_] .fa-7x, .b-toaster .fa-7x {
  font-size: 7em;
}
#solid-app-container .fa-8x, div[id*=_modal_outer_] .fa-8x, .b-toaster .fa-8x {
  font-size: 8em;
}
#solid-app-container .fa-9x, div[id*=_modal_outer_] .fa-9x, .b-toaster .fa-9x {
  font-size: 9em;
}
#solid-app-container .fa-10x, div[id*=_modal_outer_] .fa-10x, .b-toaster .fa-10x {
  font-size: 10em;
}
#solid-app-container .fa-fw, div[id*=_modal_outer_] .fa-fw, .b-toaster .fa-fw {
  text-align: center;
  width: 1.25em;
}
#solid-app-container .fa-ul, div[id*=_modal_outer_] .fa-ul, .b-toaster .fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
#solid-app-container .fa-ul > li, div[id*=_modal_outer_] .fa-ul > li, .b-toaster .fa-ul > li {
  position: relative;
}
#solid-app-container .fa-li, div[id*=_modal_outer_] .fa-li, .b-toaster .fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
#solid-app-container .fa-border, div[id*=_modal_outer_] .fa-border, .b-toaster .fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
#solid-app-container .fa-pull-left, div[id*=_modal_outer_] .fa-pull-left, .b-toaster .fa-pull-left {
  float: left;
}
#solid-app-container .fa-pull-right, div[id*=_modal_outer_] .fa-pull-right, .b-toaster .fa-pull-right {
  float: right;
}
#solid-app-container .fa.fa-pull-left,
#solid-app-container .fas.fa-pull-left,
#solid-app-container .far.fa-pull-left,
#solid-app-container .fal.fa-pull-left,
#solid-app-container .fab.fa-pull-left, div[id*=_modal_outer_] .fa.fa-pull-left,
div[id*=_modal_outer_] .fas.fa-pull-left,
div[id*=_modal_outer_] .far.fa-pull-left,
div[id*=_modal_outer_] .fal.fa-pull-left,
div[id*=_modal_outer_] .fab.fa-pull-left, .b-toaster .fa.fa-pull-left,
.b-toaster .fas.fa-pull-left,
.b-toaster .far.fa-pull-left,
.b-toaster .fal.fa-pull-left,
.b-toaster .fab.fa-pull-left {
  margin-right: 0.3em;
}
#solid-app-container .fa.fa-pull-right,
#solid-app-container .fas.fa-pull-right,
#solid-app-container .far.fa-pull-right,
#solid-app-container .fal.fa-pull-right,
#solid-app-container .fab.fa-pull-right, div[id*=_modal_outer_] .fa.fa-pull-right,
div[id*=_modal_outer_] .fas.fa-pull-right,
div[id*=_modal_outer_] .far.fa-pull-right,
div[id*=_modal_outer_] .fal.fa-pull-right,
div[id*=_modal_outer_] .fab.fa-pull-right, .b-toaster .fa.fa-pull-right,
.b-toaster .fas.fa-pull-right,
.b-toaster .far.fa-pull-right,
.b-toaster .fal.fa-pull-right,
.b-toaster .fab.fa-pull-right {
  margin-left: 0.3em;
}
#solid-app-container .fa-spin, div[id*=_modal_outer_] .fa-spin, .b-toaster .fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
#solid-app-container .fa-pulse, div[id*=_modal_outer_] .fa-pulse, .b-toaster .fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#solid-app-container .fa-rotate-90, div[id*=_modal_outer_] .fa-rotate-90, .b-toaster .fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#solid-app-container .fa-rotate-180, div[id*=_modal_outer_] .fa-rotate-180, .b-toaster .fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#solid-app-container .fa-rotate-270, div[id*=_modal_outer_] .fa-rotate-270, .b-toaster .fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
#solid-app-container .fa-flip-horizontal, div[id*=_modal_outer_] .fa-flip-horizontal, .b-toaster .fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
#solid-app-container .fa-flip-vertical, div[id*=_modal_outer_] .fa-flip-vertical, .b-toaster .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
#solid-app-container .fa-flip-both, #solid-app-container .fa-flip-horizontal.fa-flip-vertical, div[id*=_modal_outer_] .fa-flip-both, div[id*=_modal_outer_] .fa-flip-horizontal.fa-flip-vertical, .b-toaster .fa-flip-both, .b-toaster .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
#solid-app-container :root .fa-rotate-90,
#solid-app-container :root .fa-rotate-180,
#solid-app-container :root .fa-rotate-270,
#solid-app-container :root .fa-flip-horizontal,
#solid-app-container :root .fa-flip-vertical,
#solid-app-container :root .fa-flip-both, div[id*=_modal_outer_] :root .fa-rotate-90,
div[id*=_modal_outer_] :root .fa-rotate-180,
div[id*=_modal_outer_] :root .fa-rotate-270,
div[id*=_modal_outer_] :root .fa-flip-horizontal,
div[id*=_modal_outer_] :root .fa-flip-vertical,
div[id*=_modal_outer_] :root .fa-flip-both, .b-toaster :root .fa-rotate-90,
.b-toaster :root .fa-rotate-180,
.b-toaster :root .fa-rotate-270,
.b-toaster :root .fa-flip-horizontal,
.b-toaster :root .fa-flip-vertical,
.b-toaster :root .fa-flip-both {
  -webkit-filter: none;
  filter: none;
}
#solid-app-container .fa-stack, div[id*=_modal_outer_] .fa-stack, .b-toaster .fa-stack {
  display: inline-block;
  height: 2em;
  position: relative;
  width: 2.5em;
}
#solid-app-container .fa-stack-1x,
#solid-app-container .fa-stack-2x, div[id*=_modal_outer_] .fa-stack-1x,
div[id*=_modal_outer_] .fa-stack-2x, .b-toaster .fa-stack-1x,
.b-toaster .fa-stack-2x {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
#solid-app-container .svg-inline--fa.fa-stack-1x, div[id*=_modal_outer_] .svg-inline--fa.fa-stack-1x, .b-toaster .svg-inline--fa.fa-stack-1x {
  height: 1em;
  width: 1.25em;
}
#solid-app-container .svg-inline--fa.fa-stack-2x, div[id*=_modal_outer_] .svg-inline--fa.fa-stack-2x, .b-toaster .svg-inline--fa.fa-stack-2x {
  height: 2em;
  width: 2.5em;
}
#solid-app-container .fa-inverse, div[id*=_modal_outer_] .fa-inverse, .b-toaster .fa-inverse {
  color: #fff;
}
#solid-app-container .sr-only, div[id*=_modal_outer_] .sr-only, .b-toaster .sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#solid-app-container .sr-only-focusable:active, #solid-app-container .sr-only-focusable:focus, div[id*=_modal_outer_] .sr-only-focusable:active, div[id*=_modal_outer_] .sr-only-focusable:focus, .b-toaster .sr-only-focusable:active, .b-toaster .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
#solid-app-container .svg-inline--fa .fa-primary, div[id*=_modal_outer_] .svg-inline--fa .fa-primary, .b-toaster .svg-inline--fa .fa-primary {
  fill: var(--fa-primary-color, currentColor);
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1);
}
#solid-app-container .svg-inline--fa .fa-secondary, div[id*=_modal_outer_] .svg-inline--fa .fa-secondary, .b-toaster .svg-inline--fa .fa-secondary {
  fill: var(--fa-secondary-color, currentColor);
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4);
}
#solid-app-container .svg-inline--fa.fa-swap-opacity .fa-primary, div[id*=_modal_outer_] .svg-inline--fa.fa-swap-opacity .fa-primary, .b-toaster .svg-inline--fa.fa-swap-opacity .fa-primary {
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4);
}
#solid-app-container .svg-inline--fa.fa-swap-opacity .fa-secondary, div[id*=_modal_outer_] .svg-inline--fa.fa-swap-opacity .fa-secondary, .b-toaster .svg-inline--fa.fa-swap-opacity .fa-secondary {
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1);
}
#solid-app-container .svg-inline--fa mask .fa-primary,
#solid-app-container .svg-inline--fa mask .fa-secondary, div[id*=_modal_outer_] .svg-inline--fa mask .fa-primary,
div[id*=_modal_outer_] .svg-inline--fa mask .fa-secondary, .b-toaster .svg-inline--fa mask .fa-primary,
.b-toaster .svg-inline--fa mask .fa-secondary {
  fill: black;
}
#solid-app-container .fad.fa-inverse, div[id*=_modal_outer_] .fad.fa-inverse, .b-toaster .fad.fa-inverse {
  color: #fff;
}

.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;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.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);
}

.toast-body {
  padding: 0.75rem;
}

.b-toast {
  display: block;
  position: relative;
  max-width: 350px;
  backface-visibility: hidden;
  background-clip: padding-box;
  z-index: 1;
  border-radius: 0.25rem;
}
.b-toast .toast {
  background-color: rgba(255, 255, 255, 0.85);
}
.b-toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.b-toast.b-toast-solid .toast {
  background-color: white;
}
.b-toast .toast {
  opacity: 1;
}
.b-toast .toast.fade:not(.show) {
  opacity: 0;
}
.b-toast .toast .toast-body {
  display: block;
}

.b-toast-primary .toast {
  background-color: rgba(234, 254, 245, 0.85);
  border-color: rgba(191, 251, 226, 0.85);
  color: #0f7d4e;
}
.b-toast-primary .toast .toast-header {
  color: #0f7d4e;
  background-color: rgba(210, 252, 234, 0.85);
  border-bottom-color: rgba(191, 251, 226, 0.85);
}
.b-toast-primary.b-toast-solid .toast {
  background-color: #eafef5;
}

.b-toast-secondary .toast {
  background-color: rgba(234, 254, 245, 0.85);
  border-color: rgba(191, 251, 226, 0.85);
  color: #0f7d4e;
}
.b-toast-secondary .toast .toast-header {
  color: #0f7d4e;
  background-color: rgba(210, 252, 234, 0.85);
  border-bottom-color: rgba(191, 251, 226, 0.85);
}
.b-toast-secondary.b-toast-solid .toast {
  background-color: #eafef5;
}

.b-toast-success .toast {
  background-color: rgba(230, 245, 233, 0.85);
  border-color: rgba(195, 230, 203, 0.85);
  color: #155724;
}
.b-toast-success .toast .toast-header {
  color: #155724;
  background-color: rgba(212, 237, 218, 0.85);
  border-bottom-color: rgba(195, 230, 203, 0.85);
}
.b-toast-success.b-toast-solid .toast {
  background-color: #e6f5e9;
}

.b-toast-info .toast {
  background-color: rgba(229, 244, 247, 0.85);
  border-color: rgba(190, 229, 235, 0.85);
  color: #0c5460;
}
.b-toast-info .toast .toast-header {
  color: #0c5460;
  background-color: rgba(209, 236, 241, 0.85);
  border-bottom-color: rgba(190, 229, 235, 0.85);
}
.b-toast-info.b-toast-solid .toast {
  background-color: #e5f4f7;
}

.b-toast-warning .toast {
  background-color: rgba(255, 249, 231, 0.85);
  border-color: rgba(255, 238, 186, 0.85);
  color: #856404;
}
.b-toast-warning .toast .toast-header {
  color: #856404;
  background-color: rgba(255, 243, 205, 0.85);
  border-bottom-color: rgba(255, 238, 186, 0.85);
}
.b-toast-warning.b-toast-solid .toast {
  background-color: #fff9e7;
}

.b-toast-danger .toast {
  background-color: rgba(252, 237, 238, 0.85);
  border-color: rgba(245, 198, 203, 0.85);
  color: #721c24;
}
.b-toast-danger .toast .toast-header {
  color: #721c24;
  background-color: rgba(248, 215, 218, 0.85);
  border-bottom-color: rgba(245, 198, 203, 0.85);
}
.b-toast-danger.b-toast-solid .toast {
  background-color: #fcedee;
}

.b-toast-light .toast {
  background-color: rgba(255, 255, 255, 0.85);
  border-color: rgba(253, 253, 254, 0.85);
  color: #818182;
}
.b-toast-light .toast .toast-header {
  color: #818182;
  background-color: rgba(254, 254, 254, 0.85);
  border-bottom-color: rgba(253, 253, 254, 0.85);
}
.b-toast-light.b-toast-solid .toast {
  background-color: white;
}

.b-toast-dark .toast {
  background-color: rgba(227, 229, 229, 0.85);
  border-color: rgba(198, 200, 202, 0.85);
  color: #1b1e21;
}
.b-toast-dark .toast .toast-header {
  color: #1b1e21;
  background-color: rgba(214, 216, 217, 0.85);
  border-bottom-color: rgba(198, 200, 202, 0.85);
}
.b-toast-dark.b-toast-solid .toast {
  background-color: #e3e5e5;
}

.b-toaster {
  z-index: 1100;
}
.b-toaster .b-toaster-slot {
  position: relative;
  display: block;
}
.b-toaster .b-toaster-slot:empty {
  display: none !important;
}

.b-toaster.b-toaster-top-right, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full, .b-toaster.b-toaster-bottom-right, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full {
  position: fixed;
  left: 0.5rem;
  right: 0.5rem;
  margin: 0;
  padding: 0;
  height: 0;
  overflow: visible;
}
.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  position: absolute;
  max-width: 350px;
  width: 100%;
  /* IE 11 fix */
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
}
.b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  width: 100%;
  max-width: 100%;
}
.b-toaster.b-toaster-top-full .b-toaster-slot .b-toast,
.b-toaster.b-toaster-top-full .b-toaster-slot .toast, .b-toaster.b-toaster-bottom-full .b-toaster-slot .b-toast,
.b-toaster.b-toaster-bottom-full .b-toaster-slot .toast {
  width: 100%;
  max-width: 100%;
}
.b-toaster.b-toaster-top-right, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full {
  top: 0;
}
.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot {
  top: 0.5rem;
}
.b-toaster.b-toaster-bottom-right, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full {
  bottom: 0;
}
.b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  bottom: 0.5rem;
}
.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot {
  margin-left: auto;
}
.b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot {
  margin-right: auto;
}

.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-move, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-move, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-move, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-move {
  transition: transform 0.175s;
}
.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active .toast.fade {
  transition-delay: 0.175s;
}
.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active {
  position: absolute;
  transition-delay: 0.175s;
}
.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active .toast.fade {
  transition-delay: 0s;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top], .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top], .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top], .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top], .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top], .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top], .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top], .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top], .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-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;
}

.bs-tooltip-right, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right], .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right], .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right], .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right], .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right], .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right], .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right], .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right], .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=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;
}

.bs-tooltip-bottom, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom], .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom], .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom], .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom], .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom], .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom], .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom], .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-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;
}

.bs-tooltip-left, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left], .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left], .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left], .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left], .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left], .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left], .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left], .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left], .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=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;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.tooltip.b-tooltip {
  display: block;
  opacity: 0.9;
  outline: 0;
}
.tooltip.b-tooltip.fade:not(.show) {
  opacity: 0;
}
.tooltip.b-tooltip.show {
  opacity: 0.9;
}
.tooltip.b-tooltip.noninteractive {
  pointer-events: none;
}
.tooltip.b-tooltip .arrow {
  margin: 0 0.25rem;
}
.tooltip.b-tooltip.bs-tooltip-right .arrow, .tooltip.b-tooltip.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.bs-tooltip-left .arrow, .tooltip.b-tooltip.bs-tooltip-auto[x-placement^=left] .arrow {
  margin: 0.25rem 0;
}

.tooltip.b-tooltip-primary.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #1cf196;
}
.tooltip.b-tooltip-primary.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #1cf196;
}
.tooltip.b-tooltip-primary.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #1cf196;
}
.tooltip.b-tooltip-primary.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #1cf196;
}
.tooltip.b-tooltip-primary .tooltip-inner {
  color: #212529;
  background-color: #1cf196;
}

.tooltip.b-tooltip-secondary.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #1cf196;
}
.tooltip.b-tooltip-secondary.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #1cf196;
}
.tooltip.b-tooltip-secondary.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #1cf196;
}
.tooltip.b-tooltip-secondary.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #1cf196;
}
.tooltip.b-tooltip-secondary .tooltip-inner {
  color: #212529;
  background-color: #1cf196;
}

.tooltip.b-tooltip-success.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #28a745;
}
.tooltip.b-tooltip-success.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #28a745;
}
.tooltip.b-tooltip-success.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #28a745;
}
.tooltip.b-tooltip-success.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #28a745;
}
.tooltip.b-tooltip-success .tooltip-inner {
  color: #fff;
  background-color: #28a745;
}

.tooltip.b-tooltip-info.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #17a2b8;
}
.tooltip.b-tooltip-info.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #17a2b8;
}
.tooltip.b-tooltip-info.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #17a2b8;
}
.tooltip.b-tooltip-info.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #17a2b8;
}
.tooltip.b-tooltip-info .tooltip-inner {
  color: #fff;
  background-color: #17a2b8;
}

.tooltip.b-tooltip-warning.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #ffc107;
}
.tooltip.b-tooltip-warning.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #ffc107;
}
.tooltip.b-tooltip-warning.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #ffc107;
}
.tooltip.b-tooltip-warning.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #ffc107;
}
.tooltip.b-tooltip-warning .tooltip-inner {
  color: #212529;
  background-color: #ffc107;
}

.tooltip.b-tooltip-danger.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #dc3545;
}
.tooltip.b-tooltip-danger.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #dc3545;
}
.tooltip.b-tooltip-danger.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #dc3545;
}
.tooltip.b-tooltip-danger.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #dc3545;
}
.tooltip.b-tooltip-danger .tooltip-inner {
  color: #fff;
  background-color: #dc3545;
}

.tooltip.b-tooltip-light.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #f8f9fa;
}
.tooltip.b-tooltip-light.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #f8f9fa;
}
.tooltip.b-tooltip-light.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #f8f9fa;
}
.tooltip.b-tooltip-light.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #f8f9fa;
}
.tooltip.b-tooltip-light .tooltip-inner {
  color: #212529;
  background-color: #f8f9fa;
}

.tooltip.b-tooltip-dark.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #343a40;
}
.tooltip.b-tooltip-dark.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #343a40;
}
.tooltip.b-tooltip-dark.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #343a40;
}
.tooltip.b-tooltip-dark.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #343a40;
}
.tooltip.b-tooltip-dark .tooltip-inner {
  color: #fff;
  background-color: #343a40;
}

#solid-app-container #notfound {
  position: relative;
  height: calc(100vh - 90px);
}
#solid-app-container #notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#solid-app-container .notfound {
  max-width: 520px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}
#solid-app-container .notfound h2 {
  font-family: "Cabin", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #343a40;
  margin-top: 0;
  margin-bottom: 25px;
}
#solid-app-container .notfound .notfound-404 {
  position: relative;
  height: 240px;
}
#solid-app-container .notfound .notfound-404 h1 {
  font-family: "Montserrat", sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 252px;
  font-weight: 900;
  color: #1CF196;
  text-transform: uppercase;
  letter-spacing: -40px;
  margin: 0 0 0 -20px;
}
#solid-app-container .notfound .notfound-404 h1 > span {
  text-shadow: -8px 0px 0px #fff;
}
#solid-app-container .notfound .notfound-404 h3 {
  font-family: "Cabin", sans-serif;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #343a40;
  margin: 0;
  letter-spacing: 3px;
  padding-left: 6px;
}
@media only screen and (max-width: 767px) {
  #solid-app-container .notfound .notfound-404 {
    height: 200px;
  }
  #solid-app-container .notfound .notfound-404 h1 {
    font-size: 200px;
  }
}
@media only screen and (max-width: 480px) {
  #solid-app-container .notfound .notfound-404 {
    height: 162px;
  }
  #solid-app-container .notfound .notfound-404 h1 {
    font-size: 162px;
    height: 150px;
    line-height: 162px;
  }
  #solid-app-container .notfound h2 {
    font-size: 16px;
  }
}

body {
  overflow-x: hidden;
}

a {
  color: #0082C8;
}

.dark-bg {
  background-color: #0a1428;
}

.bg-gray {
  background-color: #F3F4FF;
}

.bg-gray-secondary {
  background-color: #ECF0FA;
}

.bg-background-primary {
  background-color: #FFFFFF;
}

.bg-background-secondary {
  background-color: #FFFFFF;
}

.bg-primary-gradient {
  background: linear-gradient(122deg, #5af447 25%, #1CF196 100%);
}

#solid-app-container .text-brand-primary {
  color: #1CF196;
}

.primary-icon-colour {
  color: #1CF196;
}

.primary-text {
  color: #FFFFFF;
}

.secondary-text {
  color: #FFFFFF;
}

.primary-bg-image {
  background-image: url("@/assets/img/homepage_background.png");
  background-size: cover;
}

.breadcrumb {
  background: none !important;
  margin: 0;
}

.btn-tooltip {
  background: none;
  border: none;
}
.btn-tooltip:hover {
  background: none;
}

#solid-app-container .v-sidebar-menu .vsm--link {
  color: #000000;
}
#solid-app-container .v-sidebar-menu .vsm--link .vsm--icon {
  color: #000000;
  font-size: 30px;
  width: 30px;
  height: 30px;
}

.pac-container {
  position: absolute !important;
  z-index: 1000;
  border-top: 1px solid #d9d9d9;
  font-family: "Roboto", sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #FFFFFF;
  min-width: 8em;
  padding: 1em;
  box-shadow: 0px 7px 6px rgba(189, 208, 228, 0.1803921569);
  margin-top: 18px;
  border-radius: 18px;
}
@media (max-device-width: 767px) {
  .pac-container {
    min-width: 85% !important;
    padding: 0;
  }
}

.pac-logo:after {
  content: "";
  padding: 1px 1px 1px 0;
  height: 16px;
  display: none;
  text-align: right;
  background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 120px 14px;
}

.hdpi.pac-logo:after {
  background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3_hdpi.png);
}

.pac-item {
  cursor: default;
  padding: 11px 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 30px;
  text-align: left;
  border: none;
  color: #1E283C;
  opacity: 1;
  text-decoration: none;
  display: block;
}
@media (max-device-width: 767px) {
  .pac-item {
    text-overflow: unset;
    text-wrap: normal;
    overflow-x: scroll;
    white-space: normal;
    border-bottom: 1px solid #ECF0FA;
  }
}
.pac-item:hover {
  background-color: 0px 7px 6px rgba(189, 208, 228, 0.1803921569);
}
.pac-item span {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
}
.pac-item > span {
  padding-right: 5px;
}

.pac-item-selected,
.pac-item-selected:hover,
.pac-item-selected:focus {
  background-color: #F2F9FC;
  border: 1px solid #F2F9FC;
}

.pac-matched {
  font-weight: 700;
}

.pac-item-query {
  font-size: 13px;
  padding-right: 3px;
  color: #8c968c;
}

.pac-icon {
  color: #1E283C;
  width: 15px;
  height: 20px;
  margin-right: 7px;
  margin-top: 6px;
  display: inline-block;
  vertical-align: top;
  background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons.png);
  background-size: 34px;
}

.hdpi .pac-icon {
  background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons_hdpi.png);
}

.pac-icon-search {
  background-position: -1px -1px;
}

.pac-item-selected .pac-icon-search {
  background-position: -18px -1px;
}

.pac-icon-marker {
  display: none;
  background-position: -1px -161px;
}

.pac-item-selected .pac-icon-marker {
  background-position: -18px -161px;
}

.pac-placeholder {
  color: gray;
}

.underline {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.tooltip {
  z-index: 1100;
}

#solid-app-container .badge {
  font-size: 14px !important;
  color: #FFF;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1803921569);
  left: 0;
  right: auto;
  top: 0;
  z-index: 200;
  transform: translate(-10px, -50%);
}
#solid-app-container .badge-primary {
  background-color: #1CF196;
}
#solid-app-container .badge-secondary {
  background-color: #1CF196;
}
#solid-app-container .badge-success {
  background-color: #1CF196;
}
#solid-app-container .badge-warning {
  background-color: rgb(230, 150, 0);
  color: #000000;
}
#solid-app-container .badge-info {
  background-color: #4cf4ac;
}
#solid-app-container .badge-dark {
  background-color: #0dcd7b;
}
#solid-app-container .badge-light {
  background-color: white;
  color: #000000;
}

#solid-app-container a:hover {
  color: #1CF196;
}

#other-connectivity .badge {
  left: 10px;
}

.text-link {
  color: #1CF196;
  font-weight: bold;
  cursor: pointer;
}
.text-link:hover {
  text-decoration: underline;
}

.content-background-white {
  background-color: #FFFFFF;
}

.content-background-solid {
  background-color: #FFFFFF !important;
}

.primary-logo {
  content: url("https://solid-api.vox.co.za/vox/osupartnerimage?fileId=16666834");
}

@keyframes gentle-float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.4);
    transform: translatey(-10px);
  }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(-15px);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.4);
    transform: translatey(-10px);
  }
}
@keyframes fadeInRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.gentle-float {
  animation: gentle-float 4s ease-in-out infinite;
}

.list-item {
  display: inline-block;
  margin-right: 10px;
}

.list-enter-active, .list-leave-active {
  transition: all 0.2s;
}

.list-enter, .list-leave-to {
  opacity: 0;
  transform: translateX(200px);
}

.slide-enter-active, .slide-leave-active {
  transition: all 0.5s;
}

.slide-enter, .slide-leave-to {
  transform: translateY(-200px);
  opacity: 0;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.fadeInRight {
  animation-name: fadeInRight;
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

#solid-app-container .container-wrapped, div[id*=_modal_outer_] .container-wrapped, .b-toaster .container-wrapped {
  max-width: 1190px;
  padding-top: 60px;
}
#solid-app-container .container-fluid, #solid-app-container .container-sm, #solid-app-container .container-md, #solid-app-container .container-lg, #solid-app-container .container-xl, div[id*=_modal_outer_] .container-fluid, div[id*=_modal_outer_] .container-sm, div[id*=_modal_outer_] .b-toaster .container-sm, .b-toaster div[id*=_modal_outer_] .container-sm, div[id*=_modal_outer_] .container-md, div[id*=_modal_outer_] .b-toaster .container-md, .b-toaster div[id*=_modal_outer_] .container-md, div[id*=_modal_outer_] .container-lg, div[id*=_modal_outer_] .b-toaster .container-lg, .b-toaster div[id*=_modal_outer_] .container-lg, div[id*=_modal_outer_] .container-xl, div[id*=_modal_outer_] .b-toaster .container-xl, .b-toaster div[id*=_modal_outer_] .container-xl, .b-toaster .container-fluid, .b-toaster div[id*=_modal_outer_] .container-sm, div[id*=_modal_outer_] .b-toaster .container-sm, .b-toaster .container-sm, .b-toaster div[id*=_modal_outer_] .container-md, div[id*=_modal_outer_] .b-toaster .container-md, .b-toaster .container-md, .b-toaster div[id*=_modal_outer_] .container-lg, div[id*=_modal_outer_] .b-toaster .container-lg, .b-toaster .container-lg, .b-toaster div[id*=_modal_outer_] .container-xl, div[id*=_modal_outer_] .b-toaster .container-xl, .b-toaster .container-xl {
  padding-top: 60px;
  width: 100%;
}
@media (max-device-width: 1024px) {
  #solid-app-container .container-fluid, #solid-app-container .container-sm, #solid-app-container .container-md, #solid-app-container .container-lg, #solid-app-container .container-xl, div[id*=_modal_outer_] .container-fluid, div[id*=_modal_outer_] .container-sm, div[id*=_modal_outer_] .b-toaster .container-sm, .b-toaster div[id*=_modal_outer_] .container-sm, div[id*=_modal_outer_] .container-md, div[id*=_modal_outer_] .b-toaster .container-md, .b-toaster div[id*=_modal_outer_] .container-md, div[id*=_modal_outer_] .container-lg, div[id*=_modal_outer_] .b-toaster .container-lg, .b-toaster div[id*=_modal_outer_] .container-lg, div[id*=_modal_outer_] .container-xl, div[id*=_modal_outer_] .b-toaster .container-xl, .b-toaster div[id*=_modal_outer_] .container-xl, .b-toaster .container-fluid, .b-toaster div[id*=_modal_outer_] .container-sm, div[id*=_modal_outer_] .b-toaster .container-sm, .b-toaster .container-sm, .b-toaster div[id*=_modal_outer_] .container-md, div[id*=_modal_outer_] .b-toaster .container-md, .b-toaster .container-md, .b-toaster div[id*=_modal_outer_] .container-lg, div[id*=_modal_outer_] .b-toaster .container-lg, .b-toaster .container-lg, .b-toaster div[id*=_modal_outer_] .container-xl, div[id*=_modal_outer_] .b-toaster .container-xl, .b-toaster .container-xl {
    padding-top: 30px;
  }
}
@media (max-device-width: 1024px) {
  #solid-app-container .no-padding-sm, div[id*=_modal_outer_] .no-padding-sm, .b-toaster .no-padding-sm {
    padding: 30px 0;
  }
}

#solid-app-container .navbar.top-nav {
  height: 90px;
  transition: background-color 0.3s linear;
  padding: 0;
  background: none;
}
#solid-app-container .navbar.top-nav > * {
  padding: 8px 0;
}
#solid-app-container .navbar.top-nav .nav-item a.nav-link {
  color: #000000;
}
@media (max-width: 900px) {
  #solid-app-container .navbar.top-nav {
    height: 70px;
  }
}
#solid-app-container .navbar-solid {
  background: #FFFFFF !important;
  box-shadow: 0px 10px 48px rgba(0, 0, 0, 0.0588235294);
  transition: background-color 0.3s linear;
}
#solid-app-container .nav-home-logo {
  width: 0;
}
#solid-app-container .nav-home-logo img {
  max-height: 40px;
  padding-left: 16px;
}
@media (max-width: 360px) {
  #solid-app-container .nav-home-logo img {
    max-height: 30px;
  }
}
@media (max-device-width: 1024px) {
  #solid-app-container .nav-home-logo img {
    max-height: 30px;
  }
}
#solid-app-container .nav-toggle .nav-item {
  height: 44px;
}
@media (max-width: 992px) {
  #solid-app-container .nav-toggle {
    width: 45px !important;
  }
}
#solid-app-container .navbar-nav.white-links a {
  color: #fff !important;
}
#solid-app-container .img-cart {
  background: blue;
  -webkit-mask: url("@/assets/img/icon-navigation-cart.svg") center/contain no-repeat;
}
#solid-app-container .nav-control {
  font-size: 17px;
  line-height: 17px;
  font-weight: 400;
  color: #000000;
}
#solid-app-container .nav-icon {
  font-size: 20px;
}
#solid-app-container .sign-in-menu {
  margin: 0 90px;
}
#solid-app-container .nav-actions {
  position: absolute;
  top: 0;
  right: 0;
}
#solid-app-container .nav-actions .nav-item {
  line-height: 28px;
  width: 30px;
  height: 40px;
  margin-left: 15px;
}
@media (max-width: 480px) {
  #solid-app-container .nav-actions .nav-item {
    margin-left: 10px !important;
  }
}
#solid-app-container .nav-actions .nav-item svg {
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  width: 20px;
  height: 20px;
}
#solid-app-container .nav-actions .nav-item img {
  display: block;
  width: 100%;
}
#solid-app-container .navbar-collapse .input-holder svg {
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #1CF196;
}
#solid-app-container .navbar-collapse .address-bar .dropdown-menu {
  width: calc(100% + 4px);
  left: -2px;
  border-radius: 0 0 20px 20px;
  padding-top: 20px;
  transform: translateY(-20px);
  z-index: -1;
}
#solid-app-container .navbar-collapse .address-bar .dropdown-menu .dropdown-item {
  padding: 10px 20px;
  line-height: 40px !important;
  border-top: 1px solid #EFEFEF !important;
}
#solid-app-container .navbar-nav.nav-holder {
  flex-flow: row wrap;
}
#solid-app-container .navbar-nav.nav-holder .cart-toggle {
  position: relative;
  margin-right: 25px;
  margin-left: 15px;
  padding: 0;
}
@media (max-width: 992px) {
  #solid-app-container .navbar-nav.nav-holder .cart-toggle {
    margin-right: 8rem !important;
  }
}
@media (max-width: 750px) {
  #solid-app-container .navbar-nav.nav-holder .cart-toggle {
    margin-right: 4rem !important;
  }
}
#solid-app-container .navbar-nav.nav-holder .cart-toggle a {
  padding: 8px 2px 8px 4px;
}
#solid-app-container .navbar-nav.nav-holder .order-tracking-button, #solid-app-container .navbar-nav.nav-holder .notification-button, #solid-app-container .navbar-nav.nav-holder .search-toggle {
  position: relative;
  margin-left: 15px;
}
#solid-app-container .navbar-nav.nav-holder .search-toggle {
  display: inline-block;
  margin-right: 8px;
  margin-left: 25px;
}
#solid-app-container .navbar-nav.nav-holder .search-toggle .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  opacity: 0;
  transition: all 0.15s ease-in-out;
  width: 18px;
}
#solid-app-container .navbar-nav.nav-holder .search-toggle .icon.search-icon {
  opacity: 1;
}
#solid-app-container .navbar-nav.nav-holder .search-toggle.search-open .search-icon {
  opacity: 0;
}
#solid-app-container .navbar-nav.nav-holder .search-toggle.search-open .close-icon {
  opacity: 1;
}
#solid-app-container .navbar-nav.nav-holder .search-toggle::before,
#solid-app-container .navbar-nav.nav-holder .order-tracking-button::before,
#solid-app-container .navbar-nav.nav-holder .cart-toggle::before,
#solid-app-container .navbar-nav.nav-holder .notification-button::before,
#solid-app-container .navbar-nav.nav-holder .search-toggle::after,
#solid-app-container .navbar-nav.nav-holder .order-tracking-button::after,
#solid-app-container .navbar-nav.nav-holder .cart-toggle::after,
#solid-app-container .navbar-nav.nav-holder .notification-button::after {
  --scale: 0;
  position: absolute;
  bottom: -0.25rem;
  left: 50%;
  transform: translateX(-50%) translateY(200%) scale(var(--scale));
  transition: 5ms transform;
}
#solid-app-container .navbar-nav.nav-holder .search-toggle::before,
#solid-app-container .navbar-nav.nav-holder .order-tracking-button::before,
#solid-app-container .navbar-nav.nav-holder .cart-toggle::before,
#solid-app-container .navbar-nav.nav-holder .notification-button::before {
  color: white;
  padding: 0.3rem;
  border-radius: 0.3rem;
  width: max-content;
  background: #000000;
}
#solid-app-container .navbar-nav.nav-holder .search-toggle:hover::before,
#solid-app-container .navbar-nav.nav-holder .order-tracking-button:hover::before,
#solid-app-container .navbar-nav.nav-holder .cart-toggle:hover::before,
#solid-app-container .navbar-nav.nav-holder .notification-button:hover::before {
  --scale: 1;
}
#solid-app-container .navbar-nav.nav-holder .nav-item {
  display: inline-block;
  align-self: center;
}
#solid-app-container .navbar-nav.nav-holder .nav-item .address-input {
  padding: 0 !important;
}
#solid-app-container .navbar-nav.nav-holder .nav-item .address-input .connectivity-nav {
  padding: 11px;
  color: #000000;
}
#solid-app-container .navbar-nav.nav-holder .navbar-toggler {
  border: none;
  padding: 8px 14px;
}
#solid-app-container .navbar-nav.nav-holder .navbar-toggler span {
  display: block;
  width: 4px;
  height: 4px;
  background: #FFF;
  margin: 3px auto;
  border-radius: 50%;
}
#solid-app-container .navbar-nav.nav-holder .mobile-menu-toggle {
  margin-right: 20px;
}
@media (max-width: 480px) {
  #solid-app-container .navbar-nav.nav-holder .mobile-menu-toggle {
    margin-right: 10px;
    margin-left: 0;
  }
}
#solid-app-container .navbar-nav.nav-holder .mobile-menu-toggle .nav-link {
  padding-top: 0;
  padding-bottom: 0;
}
#solid-app-container .navbar-nav.nav-holder .mobile-menu-toggle span {
  background-color: #000000;
}
#solid-app-container .cart-count {
  position: absolute;
  top: 0;
  right: -8px;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  z-index: 1;
  font-size: 10px;
  color: #fff;
  padding: 2px 5px;
  background: #1CF196;
}
#solid-app-container .cart-count span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#solid-app-container .menu-toggle {
  position: relative;
  display: inline-block;
  margin: 0 15px;
}
@media (max-width: 1024px) {
  #solid-app-container .menu-toggle:after {
    content: "";
    position: absolute;
    top: 0;
    right: -4px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: #1CF196 url("../img/icon-check-white.svg") no-repeat center;
    background-size: 10px;
    z-index: 1;
    font-size: 10px;
    padding: 2px 5px;
    opacity: 0;
    transition: all 0.15s;
  }
}
#solid-app-container .menu-toggle span {
  background-color: #000000;
  position: relative;
  top: 0;
  display: block;
  width: 24px;
  margin: 5px 0;
  height: 2px;
  transition: all 0.15s ease-out;
}
#solid-app-container .menu-toggle.menu-open span {
  opacity: 0;
}
#solid-app-container .menu-toggle.menu-open span:first-child {
  transform: rotate(45deg);
  opacity: 1;
  top: 7px;
}
#solid-app-container .menu-toggle.menu-open span:last-child {
  transform: rotate(-45deg);
  opacity: 1;
  top: -7px;
}
#solid-app-container #mobile-collapse {
  background-color: #FFFFFF;
  padding: 0 25px;
}
#solid-app-container #mobile-collapse .connectivity-nav {
  position: relative;
  padding: 10px 15px;
}
#solid-app-container #mobile-collapse .connectivity-nav span {
  color: #000000;
}
#solid-app-container #mobile-collapse .nav-item {
  padding-top: 20px;
}
#solid-app-container #mobile-collapse .nav-item:last-child {
  padding-bottom: 20px;
}
#solid-app-container #mobile-collapse .address-input .nav-link {
  padding: 0;
}
@media (min-width: 992px) {
  #solid-app-container #mobile-collapse {
    display: none !important;
  }
}
@media (max-width: 992px) {
  #solid-app-container .top-nav {
    justify-content: start !important;
  }
  #solid-app-container .nav-holder {
    margin-right: 0 !important;
    margin-left: auto;
  }
}
#solid-app-container .section-nav::-webkit-scrollbar {
  width: 0;
  /* Remove scrollbar space */
  background: transparent;
  /* Optional: just make scrollbar invisible */
}
#solid-app-container .section-nav {
  border: none;
  width: 100%;
  flex-wrap: nowrap;
  overflow-x: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
#solid-app-container .section-nav .nav-link {
  color: #343a40;
}
#solid-app-container .section-nav .nav-link.active {
  border: none;
  background-color: transparent;
  font-weight: bolder;
  height: 100%;
  border-bottom: 4px solid #1CF196;
  font-size: 18px;
}
@media (max-device-width: 1024px) {
  #solid-app-container .section-nav .nav-link.active {
    border-bottom: 4px solid transparent;
  }
}
#solid-app-container .section-nav .nav-link.active .section-item {
  display: block !important;
}
#solid-app-container .section-nav .nav-link.active .section-item-mobile {
  display: none;
}
#solid-app-container .section-nav .section-item span {
  font-size: 18px;
}
@media (max-device-width: 1024px) {
  #solid-app-container .section-nav .section-item span {
    display: none;
  }
}
@media (max-device-width: 1024px) {
  #solid-app-container .section-nav .section-item {
    display: none;
  }
}
#solid-app-container .section-nav .section-item-mobile {
  display: none;
}
@media (max-device-width: 1024px) {
  #solid-app-container .section-nav .section-item-mobile {
    display: block;
  }
}
#solid-app-container .section-nav .checkout-icon {
  background: #718096;
  color: #FFFFFF;
  position: relative;
  top: 8px;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  z-index: 1;
  font-size: 18px;
  padding: 5px;
}
#solid-app-container .section-nav .completed .checkout-icon {
  background: #1CF196;
}
#solid-app-container .breadcrumb {
  padding: 29px 0 29px 140px;
  margin: 0;
  width: 100%;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
@media (max-width: 767px) {
  #solid-app-container .breadcrumb {
    padding: 16px;
  }
}
#solid-app-container .breadcrumb-item + .breadcrumb-item::before {
  content: ">>";
  margin: 0 7px;
}
@media (max-device-width: 1024px) {
  #solid-app-container .breadcrumb-item + .breadcrumb-item::before {
    content: ">";
  }
}
#solid-app-container .breadcrumb-item {
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#solid-app-container .breadcrumb-item a, #solid-app-container .breadcrumb-item span {
  font: normal normal normal 18px/22px Neo Sans Pro;
  letter-spacing: 0px;
  color: #6D7481;
  opacity: 0.8;
}
@media (max-device-width: 1024px) {
  #solid-app-container .breadcrumb-item a, #solid-app-container .breadcrumb-item span {
    font-size: 12px;
  }
}
@media (max-device-width: 1024px) {
  #solid-app-container .breadcrumb-item {
    max-width: 80px;
  }
}
#solid-app-container .breadcrumb-item.active {
  white-space: nowrap;
  text-overflow: unset;
  max-width: 100%;
}
#solid-app-container .breadcrumb-item.active a, #solid-app-container .breadcrumb-item.active span {
  color: #1E283C;
  opacity: 1;
}
@media (max-device-width: 1024px) {
  #solid-app-container .breadcrumb-item.active a, #solid-app-container .breadcrumb-item.active span {
    font-size: 12px;
  }
}

#solid-app-container .cart-sidebar {
  width: 670px;
}
#solid-app-container .nav-sidebar {
  width: 456px;
  background-color: #F2F9FC;
}
#solid-app-container .nav-sidebar .b-sidebar-header {
  background: #FFFFFF;
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
}
@media (max-device-width: 767px) {
  #solid-app-container .nav-sidebar {
    background: transparent !important;
  }
}
#solid-app-container .sign-in-sidebar {
  width: 456px;
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
}
#solid-app-container .partner-cart-sidebar {
  margin: 16px;
  border-radius: 24px !important;
  height: calc(100vh - 122px) !important;
}
#solid-app-container .b-sidebar {
  top: 90px !important;
  height: calc(100vh - 90px);
  border-top: 1px solid #d6d8dc;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}
@media (max-device-width: 767px) {
  #solid-app-container .b-sidebar {
    border-top: none;
    margin: 10px 5px 20px 5px;
    border-radius: 24px;
    width: calc(100vw - 10px);
    height: calc(100vh - 130px);
  }
}
#solid-app-container .b-sidebar-right {
  border-radius: 24px 0px 0px 24px;
}
@media (max-device-width: 767px) {
  #solid-app-container .b-sidebar-right {
    border-top: none;
    border-radius: 24px;
  }
}
#solid-app-container .v-sidebar-menu {
  height: calc(100vh - 90px);
}
@media (max-device-width: 1024px) {
  #solid-app-container .v-sidebar-menu.vsm_collapsed {
    display: none;
  }
}
#solid-app-container .v-sidebar-menu .vsm--list {
  width: 100% !important;
  padding: 0 !important;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item {
  display: inherit !important;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item:hover {
  background: white;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--icon {
  background-color: transparent !important;
  width: 30px !important;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .badge {
  left: 20px;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--link {
  background: transparent;
  min-width: 80px;
  padding: 10px 25px !important;
  text-decoration: none !important;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--link.router-link-exact-active {
  color: #FFFFFF;
  background: linear-gradient(122deg, #5af447 25%, #1CF196 100%);
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--link.router-link-exact-active svg,
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--link.router-link-exact-active span {
  color: #FFFFFF !important;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--link.router-link-exact-active .vsm--arrow .d-toggle {
  border-color: #fff;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--link.router-link-exact-active .vsm--arrow .d-toggle svg {
  color: #fff !important;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--link:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 45px;
  width: 15px;
  height: 15px;
  background: #1CF196 url("../img/icon-check-white.svg") no-repeat center;
  background-size: 10px;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.15s ease-out;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--link .vsm--item_open.router-link-exact-active {
  color: #000000;
  background: linear-gradient(122deg, #5af447 25%, #1CF196 100%);
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--link .vsm--item_open.router-link-exact-active svg,
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--link .vsm--item_open.router-link-exact-active span {
  color: #000000 !important;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--link .vsm--item_open.router-link-exact-active .vsm--arrow .d-toggle {
  border-color: #fff;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--link .vsm--item_open.router-link-exact-active .vsm--arrow .d-toggle svg {
  color: #fff !important;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--link.vsm--link_level-1.vsm--link_active, #solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--link.vsm--link_active {
  box-shadow: 3px 0px 0px 0px #1CF196 inset !important;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--link .vsm--arrow {
  width: 25px;
  height: 25px;
  right: 20px;
  transition: all 0.15s ease-out;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--link .vsm--arrow .d-toggle {
  width: 25px;
  height: 25px;
  border: 2px solid #818ca3;
  display: block;
  border-radius: 50%;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--link .vsm--arrow .d-toggle svg {
  color: #818ca3 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  font-size: 13px !important;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--link .vsm--arrow .d-toggle svg.close {
  opacity: 0 !important;
  color: #818ca3;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--link .vsm--arrow::after {
  content: "";
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--link .vsm--arrow.vsm--arrow_open {
  transform: translateY(-50%) rotate(180deg) !important;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--link .vsm--arrow.vsm--arrow_open svg.close {
  opacity: 1 !important;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--link .vsm--arrow.vsm--arrow_open svg.open {
  opacity: 0;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--dropdown .vsm--list {
  margin-top: 0 !important;
  background-color: #FFFFFF;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--dropdown .vsm--list .vsm--item:not(.connectivity) {
  position: relative;
  padding: 0 10px 0 40px;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--dropdown .vsm--list .vsm--item:not(.connectivity):before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #000000;
  border-radius: 50%;
  transition: all 0.15s ease-out;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--dropdown .vsm--list .vsm--item:not(.connectivity).selected:before {
  background: #1CF196;
  border-color: #1CF196;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--dropdown .vsm--list .vsm--item:not(.connectivity) .selected-icon {
  color: #000000;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.15s ease-out;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--dropdown .vsm--list .vsm--item:not(.connectivity).selected .selected-icon {
  opacity: 1;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--dropdown .vsm--list .vsm--item:not(.connectivity):hover {
  background-color: white !important;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item.connectivity {
  border-bottom: 1px solid;
  padding: 0px;
  white-space: nowrap;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item.connectivity:hover {
  background-color: white !important;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item.connectivity .btn {
  margin-top: 5px !important;
  box-shadow: none !important;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item.connectivity svg {
  color: #1CF196 !important;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item.connectivity.address-item svg {
  color: #1CF196 !important;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item.connectivity.address-item .btn:hover {
  background-color: #1CF196 !important;
}
#solid-app-container .v-sidebar-menu .vsm--mobile-item {
  display: none;
}
#solid-app-container .v-sidebar-menu.vsm_collapsed .vsm--arrow {
  opacity: 0;
}
#solid-app-container .v-sidebar-menu.vsm_expanded .vsm--arrow {
  opacity: 1;
}
#solid-app-container .sidebar-toggle {
  cursor: pointer;
  position: fixed;
  top: 50%;
  left: 80px;
  height: 70px;
  width: 30px;
  background-color: #FFFFFF;
  border-radius: 0 10px 10px 0;
  transform: translateY(-50%);
  transition: all 0.15s;
  z-index: 1;
}
@media (max-device-width: 1024px) and (min-width: 767px) {
  #solid-app-container .sidebar-toggle {
    left: 0;
  }
  #solid-app-container .sidebar-toggle.sidebar-open {
    left: 350px !important;
  }
}
@media (max-width: 767px) {
  #solid-app-container .sidebar-toggle {
    display: none;
  }
}
#solid-app-container .sidebar-toggle svg {
  color: #1CF196;
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: all 0.15s;
}
#solid-app-container .sidebar-toggle.sidebar-open {
  left: 310px;
}
#solid-app-container .sidebar-toggle.sidebar-open svg {
  transform: translate(-50%, -50%) rotate(180deg);
}
#solid-app-container .sidebar-header-icon {
  cursor: pointer;
  padding: 0;
  margin-top: 15px;
  margin-left: 10px;
}
#solid-app-container .sidebar-header-icon .vsm--icon {
  height: 30px !important;
  line-height: 30px !important;
  width: 30px !important;
  text-align: center !important;
  border-radius: 3px !important;
}
#solid-app-container .content-view-container {
  padding-top: 90px;
  min-height: 100vh;
}
@media (max-device-width: 1024px) {
  #solid-app-container .content-view-container {
    padding-left: 0;
    padding-bottom: 0;
  }
}
#solid-app-container .content-overlay {
  z-index: 10;
  background-color: #d6d8dc !important;
  opacity: 0.6;
  inset: 0;
  width: 100vw;
  height: 100%;
  position: fixed;
}
#solid-app-container .blur-content {
  /* Any browser which supports CSS3 */
  filter: blur(5px);
  /* Firefox version 34 and earlier */
  /* Webkit in Chrome 52, Safari 9, Opera 39, and earlier */
}
#solid-app-container .v-sidebar-menu .vsm--link_level-1 .vsm--icon {
  padding: 6px;
}
#solid-app-container .connectivity-nav {
  background-color: white;
  border-radius: 50px;
  border: 1px solid #1CF196;
}
#solid-app-container .connectivity-nav .nav-link {
  color: rgb(0, 0, 0) !important;
  overflow: hidden;
  padding: 11px 20px;
}
#solid-app-container .connectivity-nav .dropdown-item {
  line-height: 32px;
  padding: 10px;
}
#solid-app-container .connectivity-nav .dropdown-menu {
  width: calc(100% - 30px);
  left: 15px;
}
#solid-app-container .connectivity-nav .input-holder {
  position: absolute;
  right: -1px;
  background: #fff;
  width: 40px;
  top: 0;
  text-align: center;
  /* transform: translateY(-50%); */
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  height: 100%;
}
#solid-app-container .connectivity-nav .input-holder img {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  right: 15px;
  width: 15px;
}
#solid-app-container .v-sidebar-menu {
  transition: all 0.15s ease-out;
  background-color: #FFFFFF !important;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}
#solid-app-container .v-sidebar-menu .social-icons {
  padding: 15px 20px;
  opacity: 0;
  transition: all 0.15s;
}
#solid-app-container .v-sidebar-menu .social-icons span {
  display: inline-block;
  margin-right: 20px;
}
#solid-app-container .v-sidebar-menu.vsm_expanded .social-icons {
  opacity: 1;
}
@media (max-device-width: 1024px) {
  #solid-app-container .v-sidebar-menu {
    display: flex !important;
    left: -350px;
    max-width: 350px !important;
  }
  #solid-app-container .v-sidebar-menu.vsm_expanded {
    left: 0;
  }
}
@media (max-width: 400px) {
  #solid-app-container .v-sidebar-menu {
    width: 100% !important;
    max-width: 100% !important;
    left: -100%;
  }
}
#solid-app-container .nav-social-link {
  color: #000000;
  font-size: 2em;
}

.tooltip.sidebar-tooltip-class {
  width: 100px !important;
  left: 125px !important;
  will-change: transform !important;
}

#solid-app-container .line-item:last-child {
  border-bottom: 1px solid #1CF196;
}
#solid-app-container .line-item {
  background-color: #fdfdff;
  padding-left: 20px !important;
  padding-right: 20px !important;
  font-size: 14px !important;
}
#solid-app-container .line-item:not(:last-child) {
  border-bottom: 1px solid #d6d8dc;
}
#solid-app-container .tillslip-container .close-checkout {
  background-color: #F3F4FF;
}
#solid-app-container .tillslip-container .close-checkout svg {
  color: #1CF196;
}
#solid-app-container .tillslip-bar {
  z-index: 110;
  max-width: 600px;
  width: 20%;
  position: fixed;
  top: 55px;
  bottom: 0;
  height: 100%;
  right: 0;
  background-color: white;
  overflow-y: auto;
  transition: all 0.5 ease-out;
  -webkit-transition: all 0.5 ease-out;
  -moz-transition: all 0.5 ease-out;
  -o-transition: all 0.5 ease-out;
}
#solid-app-container .tillslip-bar .highlight {
  color: #1CF196;
}
#solid-app-container .tillslip-bar .till-card {
  border: 0;
}
#solid-app-container .tillslip-bar .till-card .card-header {
  padding-left: 20px !important;
  background-color: #f3f4ff !important;
  border-top-left-radius: 24px !important;
  border-top-right-radius: 24px !important;
}
@media (max-width : 576px) {
  #solid-app-container .tillslip-bar {
    max-width: 100vw;
    min-width: 100vw;
  }
}
@media (min-width : 576px) {
  #solid-app-container .tillslip-bar {
    max-width: 85vw;
    min-width: 85vw;
  }
}
@media (min-width : 768px) {
  #solid-app-container .tillslip-bar {
    max-width: 60vw;
    min-width: 60vw;
  }
}
@media (min-width : 992px) {
  #solid-app-container .tillslip-bar {
    max-width: 52vw;
    min-width: 52vw;
  }
}
@media (min-width : 1200px) {
  #solid-app-container .tillslip-bar {
    max-width: 45vw;
    min-width: 45vw;
  }
}
@media (min-width : 1400px) {
  #solid-app-container .tillslip-bar {
    max-width: 35vw;
    min-width: 35vw;
  }
}
@media (min-width : 1600px) {
  #solid-app-container .tillslip-bar {
    max-width: 30vw;
    min-width: 30vw;
  }
}
#solid-app-container .tillslip-bar.collapsed {
  max-width: 0;
  min-width: 0;
}
#solid-app-container .tillslip-bar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-bottom-color: white;
  border-top: 0;
  margin-left: -20px;
  margin-top: -20px;
}
#solid-app-container .tillslip-underlay {
  z-index: 105;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.71);
  transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
}
#solid-app-container .tillslip-underlay.collapsed {
  opacity: 0;
  width: 0;
}
#solid-app-container tr.group-header-row {
  color: #fff !important;
  background-color: #1CF196;
}
#solid-app-container tr.group-header-row:hover {
  color: #fff !important;
  background-color: #4cf4ac !important;
}

#solid-app-container .acc-toggle {
  padding-left: 20px;
  position: relative;
  box-shadow: none !important;
  background: white !important;
  background-size: 100% !important;
  color: black !important;
  padding: 0 !important;
  min-width: auto !important;
  width: 100%;
  font-size: 14px;
  text-align: left !important;
}
#solid-app-container .acc-toggle:hover {
  cursor: pointer;
  box-shadow: none !important;
}
#solid-app-container .acc-toggle:focus {
  box-shadow: none !important;
}
#solid-app-container .acc-toggle:active {
  box-shadow: none !important;
}
#solid-app-container .acc-toggle span b {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-weight: 100;
  line-height: 17px;
  width: 25px;
  height: 25px;
}
#solid-app-container .collapsed > .when-opened,
#solid-app-container :not(.collapsed) > .when-closed {
  display: none;
}
#solid-app-container .term-tab {
  font-size: 0.8em;
  padding: 0.4em 1em;
}
#solid-app-container .success {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0px 0px 20px;
}
@media (max-width: 767px) {
  #solid-app-container div.logos .VueCarousel-navigation-button, #solid-app-container .VueCarousel.logos .VueCarousel-navigation-button {
    top: 220px;
  }
}
@media (max-width: 420px) {
  #solid-app-container div.logos .VueCarousel-navigation-button, #solid-app-container .VueCarousel.logos .VueCarousel-navigation-button {
    top: 210px;
  }
}
@media (max-width: 360px) {
  #solid-app-container div.logos .VueCarousel-navigation-button, #solid-app-container .VueCarousel.logos .VueCarousel-navigation-button {
    top: 195px;
  }
}
#solid-app-container .VueCarousel-wrapper {
  margin: 0 -15px;
  width: calc(100% + 30px);
}
@media (max-width: 800px) {
  #solid-app-container .VueCarousel-wrapper {
    margin: 0;
    width: 100%;
    margin-left: 3px;
  }
}
#solid-app-container .VueCarousel-wrapper .VueCarousel-slide {
  padding: 0;
}
#solid-app-container .VueCarousel-wrapper .VueCarousel-slide img {
  margin: auto !important;
  display: block;
  max-width: 100%;
  max-height: 200px;
}
@media (max-width: 767px) {
  #solid-app-container .VueCarousel-wrapper .VueCarousel-slide img {
    max-height: 150px;
  }
}
#solid-app-container .VueCarousel-navigation-button {
  color: #1CF196;
  font-size: 24px;
  font-weight: 100;
  background: #1CF196;
  color: transparent;
  height: 48px;
  width: 48px;
  margin-top: 30px;
  line-height: 0;
  border-radius: 50%;
  padding: 0;
  margin: 0 5px !important;
  border: 2px solid #fff;
  box-shadow: 0px 0px 7px -4px #1d1d1d;
}
#solid-app-container .VueCarousel-navigation-button:not(.VueCarousel-navigation--disabled) {
  border-color: #1CF196;
}
@media (max-width: 767px) {
  #solid-app-container .VueCarousel-navigation-button {
    top: 110px;
  }
}
#solid-app-container .VueCarousel-navigation-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 23px;
  width: 16px;
  background-repeat: no-repeat;
  background-position: center center;
}
#solid-app-container .VueCarousel-navigation-next {
  right: 18px;
}
#solid-app-container .VueCarousel-navigation-next svg path {
  fill: #fff !important;
}
@media (max-width: 767px) {
  #solid-app-container .VueCarousel-navigation-next {
    right: 40px;
  }
}
#solid-app-container .VueCarousel-navigation-prev {
  left: 18px;
}
#solid-app-container .VueCarousel-navigation-prev svg path {
  fill: #fff !important;
}
@media (max-width: 767px) {
  #solid-app-container .VueCarousel-navigation-prev {
    left: 40px;
  }
}
#solid-app-container .in-cart {
  background: #FFFFFF 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 18px 13px rgba(248, 218, 217, 0.2980392157) !important;
  border: 2px solid #1CF196 !important;
  border-radius: 24px !important;
}
#solid-app-container .top-right {
  position: absolute;
  top: 3px;
  right: 16px;
  font-size: 18px;
}
#solid-app-container .package-card {
  width: 100%;
  display: flex;
  height: 100%;
  position: relative;
  justify-content: space-between;
  border-radius: 24px;
  border: 1px solid #CBD5E0;
  box-shadow: 0px 7px 6px rgba(189, 208, 228, 0.1803921569);
}
#solid-app-container .package-card.on-special {
  border: 3px solid #1CF196;
}
#solid-app-container .package-card .package-card-badge {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
#solid-app-container .package-card .package-card-badge .package-card-badge-text {
  width: fit-content;
  padding: 8px 25px;
  background: linear-gradient(122deg, #5af447 25%, #1CF196 100%);
  color: #fff;
  border-radius: 0 0 7px 7px;
}
#solid-app-container .package-card img.connectivity-supplier-logo {
  max-width: 300px;
  margin-bottom: 0px;
  height: 80px;
  padding: 16px 10px 8px;
}
@media (max-device-width: 767px) {
  #solid-app-container .package-card img.connectivity-supplier-logo {
    padding: 8px 6px 4px;
    height: 60px;
  }
}
#solid-app-container .package-card .price-once-off .price {
  font-size: 1.5rem !important;
  color: #1E283C !important;
}
#solid-app-container .package-card .payment-term {
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
  font-family: "Neo Sans Pro", sans-serif;
  letter-spacing: 0px;
  color: #718096;
  opacity: 1;
  color: #1CF196;
}
#solid-app-container .package-card .payment-term .payment-term-disclaimer {
  font-size: 13px !important;
  display: block;
  color: #6D7481;
  font-weight: 400 !important;
}
#solid-app-container .package-card .product-title {
  border-top: 1px solid #E4E8F2;
}
#solid-app-container .package-card .card-title {
  color: #1E283C;
  font-size: 18px;
  height: auto;
  padding: 10px 8px;
  position: relative;
}
@media (max-width: 767px) {
  #solid-app-container .package-card .card-title {
    font-size: 24px;
    padding: 10px 20px 0 20px;
  }
}
#solid-app-container .package-card .card-title.sub-heading {
  height: 122px;
}
#solid-app-container .package-card .card-title.sub-heading span {
  width: 100%;
  font-size: 1.2rem;
  text-align: center;
  position: absolute;
  top: 34px;
  left: 0px;
  display: block;
}
#solid-app-container .package-card .card-sub-title {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  font: normal 12px/22px Roboto;
  min-height: 18px;
  letter-spacing: 0px;
  color: #6D7481;
  opacity: 1;
  border: 1px solid #D6D8DC;
  padding: 5px 8px;
  border-radius: 7px;
}
#solid-app-container .package-card .card-sub-title .grey-question-icon {
  font-size: 19px;
}
#solid-app-container .package-card .card-sub-title .grey-question-icon svg {
  color: #D6D8DC;
}
#solid-app-container .package-card .card-body {
  padding: 0rem 1.25rem 0rem;
}
#solid-app-container .package-card .card-body .list-group .list-group-item {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  font-size: 16px;
}
#solid-app-container .package-card .card-body .list-group .list-group-item:first-child {
  border-top: none !important;
}
#solid-app-container .package-card .card-body .list-group .list-group-item p {
  padding-left: 30px;
  line-height: 20px;
  margin-bottom: 0;
  font-size: 14px;
}
#solid-app-container .package-card .card-body .list-group .list-group-item span {
  position: absolute;
  top: 50%;
  left: 10px;
  max-width: 20px;
  max-height: 20px;
  width: 100%;
  transform: translateY(-50%);
  opacity: 1;
}
#solid-app-container .package-card .card-body .list-group .list-group-item span svg {
  opacity: 1;
  max-width: 20px;
  max-height: 20px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#solid-app-container .package-card .card-body .card-description {
  text-align: left;
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  font-family: "Neo Sans Pro", sans-serif;
  letter-spacing: 0px;
  color: #6D7481 !important;
  opacity: 1;
}
#solid-app-container .package-card .card-body .card-description p {
  text-align: left;
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  font-family: "Neo Sans Pro", sans-serif;
  letter-spacing: 0px;
  color: #6D7481 !important;
  opacity: 1;
}
#solid-app-container .package-card .card-text p {
  text-align: left;
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  font-family: "Neo Sans Pro", sans-serif;
  letter-spacing: 0px;
  color: #6D7481 !important;
  opacity: 1;
}
#solid-app-container .package-card .card-text .price {
  font: normal normal medium 32px/42px Neo Sans Pro;
  font-size: 2rem;
  letter-spacing: 0px;
  color: #FF5000;
  opacity: 1;
  line-height: normal;
}
#solid-app-container .package-card .card-text .price.show-from:before {
  content: "From";
  font-size: 12px;
  font-weight: 300;
  vertical-align: super;
  padding-right: 5px;
}
#solid-app-container .package-card .card-text .price-secondary {
  color: #1CF196;
}
#solid-app-container .package-card .card-text .price-secondary span {
  font-size: 24px;
  font-weight: 600;
}
#solid-app-container .package-card .card-text .once {
  font-size: 22px;
  font-weight: 700;
  color: #1CF196;
}
#solid-app-container .package-card .card-footer {
  background: white;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  #solid-app-container .package-card .card-footer {
    margin: 0;
  }
}
#solid-app-container .package-card .package-term p {
  font-size: 0.8em;
  margin-bottom: 0px;
}
#solid-app-container .package-card .payment-section-alignment {
  position: relative;
  bottom: 0;
}
#solid-app-container .package-card .payment-section-info-row {
  align-items: center;
}
@media (max-width: 767px) {
  #solid-app-container .package-card .payment-section-info-row {
    flex-direction: column;
    align-items: flex-start;
  }
  #solid-app-container .package-card .payment-section-info-row .payment-term {
    padding-bottom: 0.8rem;
  }
}
@media (max-device-width: 767px) {
  #solid-app-container .package-card .payment-term-container {
    flex-flow: column;
    align-items: flex-start !important;
  }
}
#solid-app-container .package-card .payment-term-divider {
  display: flex;
  align-items: center;
}
@media (max-device-width: 767px) {
  #solid-app-container .package-card .payment-term-divider {
    margin-bottom: 1rem !important;
  }
}
#solid-app-container .package-card .payment-term-divider span {
  border-top: 2px dotted #D6D8DC;
  width: 90%;
  display: inline-block;
  margin-left: auto;
}
#solid-app-container .package-card .package-terms-heading {
  color: #6D7481;
  font-weight: 400;
  text-transform: uppercase;
}
#solid-app-container .package-card .package-terms {
  width: 76%;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  font-family: "Neo Sans Pro", sans-serif;
  letter-spacing: 0px;
  color: #718096;
  opacity: 1;
  background: #FFF 0% 0% no-repeat padding-box;
  border-radius: 12px;
  column-gap: 5px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #solid-app-container .package-card .package-terms {
    margin: 15px 0;
    width: 100%;
  }
}
#solid-app-container .package-card .package-terms .btn {
  max-height: 48px;
  position: relative;
  font-size: 0.8em !important;
  display: flex;
  flex: 1 0 0;
  justify-content: center;
  background: #F2F9FC;
  border: 2px solid #F2F9FC;
  border-radius: 0;
  color: #718096;
  box-shadow: none !important;
  text-align: center;
  word-wrap: normal;
  white-space: normal;
  font-weight: normal;
  padding-left: 12.5px;
  padding-right: 12.5px;
}
#solid-app-container .package-card .package-terms .btn:active, #solid-app-container .package-card .package-terms .btn:focus {
  border-color: #1CF196;
  background: #1CF196;
  color: #F2F9FC;
}
#solid-app-container .package-card .package-terms .btn.btn-action {
  position: relative;
  bottom: 0;
}
#solid-app-container .package-card .package-terms.rental-terms .btn:active, #solid-app-container .package-card .package-terms.rental-terms .btn:focus {
  box-shadow: none !important;
}
#solid-app-container .package-card .package-terms .active-term {
  background: #1CF196;
  color: #FFFFFF;
  font-weight: 600;
}
#solid-app-container .package-card .package-terms.multiple .btn {
  min-width: 0;
  border-radius: 12px;
}
#solid-app-container .package-card .badge {
  top: 0;
  left: 50%;
  min-width: 120px;
  transform: translate(-50%, -50%);
}
#solid-app-container .package-slide {
  position: relative;
}
#solid-app-container .package-slide.on-special {
  border: 3px solid #1CF196;
}
#solid-app-container .package-slide .card-title {
  text-align: center;
  color: white;
  font-size: 25px;
  background: linear-gradient(122deg, #5af447 25%, #1CF196 100%);
  height: 60px;
  padding: 0 10px;
  line-height: 64px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 0px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  #solid-app-container .package-slide .card-title {
    height: 40px;
    line-height: 42px;
  }
}
#solid-app-container .package-slide .card-title.long-text {
  font-size: 20px;
}
@media (max-width: 767px) {
  #solid-app-container .package-slide .card-title {
    font-size: 24px;
    padding: 0 10px;
  }
}
#solid-app-container .package-slide .card-title.sub-heading {
  height: 122px;
}
#solid-app-container .package-slide .card-title.sub-heading span {
  width: 100%;
  font-size: 1.2rem;
  text-align: center;
  position: absolute;
  top: 34px;
  left: 0px;
  display: block;
}
#solid-app-container .package-slide .card-body {
  padding: 2rem 1.25rem 0rem;
}
#solid-app-container .package-slide .card-body .list-group .list-group-item {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  font-size: 16px;
}
#solid-app-container .package-slide .card-body .list-group .list-group-item:first-child {
  border-top: none !important;
}
#solid-app-container .package-slide .card-body .list-group .list-group-item p {
  padding-left: 30px;
  line-height: 20px;
  margin-bottom: 0;
  font-size: 14px;
}
#solid-app-container .package-slide .card-body .list-group .list-group-item span {
  position: absolute;
  top: 50%;
  left: 10px;
  max-width: 20px;
  max-height: 20px;
  width: 100%;
  transform: translateY(-50%);
  opacity: 1;
}
#solid-app-container .package-slide .card-body .list-group .list-group-item span svg {
  opacity: 1;
  max-width: 20px;
  max-height: 20px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#solid-app-container .package-slide .card-text p {
  font-size: 12px;
  padding-top: 16px;
}
#solid-app-container .package-slide .card-text .price {
  color: #1CF196;
}
#solid-app-container .package-slide .card-text .price.show-from:before {
  content: "From";
  font-size: 12px;
  color: black;
  font-weight: 300;
  vertical-align: super;
  padding-right: 5px;
}
#solid-app-container .package-slide .card-text .once {
  color: #1CF196;
}
#solid-app-container .package-slide .card-text .once.price:before {
  font-size: 22px;
  font-weight: 700;
}
#solid-app-container .package-slide .card-footer {
  margin-bottom: 10px;
  background: white;
  min-height: 177px;
}
@media (max-width: 767px) {
  #solid-app-container .package-slide .card-footer {
    min-height: 0;
  }
}
#solid-app-container .package-slide .package-term p {
  font-size: 0.8em;
  margin-bottom: 0px;
}
#solid-app-container .package-slide .package-terms {
  display: flex;
  align-content: stretch;
  border-radius: 10px;
  overflow: hidden;
  height: 30px;
}
#solid-app-container .package-slide .package-terms .btn {
  position: relative;
  font-size: 0.74em !important;
  display: flex;
  flex: 1 0 0;
  justify-content: center;
  background: transparent;
  border: 2px solid #1CF196;
  border-radius: 0;
  color: #000000;
  padding: 3px;
  box-shadow: none !important;
  text-align: center;
  word-wrap: normal;
  white-space: normal;
}
#solid-app-container .package-slide .package-terms .btn:active, #solid-app-container .package-slide .package-terms .btn:focus {
  border-color: #1CF196;
  background: #1CF196;
}
#solid-app-container .package-slide .package-terms .btn:hover {
  color: #fff;
  background: #4cf4ac;
}
#solid-app-container .package-slide .package-terms .btn.btn-action {
  position: relative;
  bottom: 0;
  min-width: 0;
}
#solid-app-container .package-slide .package-terms .active-term {
  background: #1CF196;
  color: #FFFFFF;
}
#solid-app-container .package-slide .package-terms.multiple .btn {
  border-radius: 12px;
}
#solid-app-container .package-slide .badge {
  top: 0;
  left: 50%;
  min-width: 120px;
  transform: translate(-50%, -50%);
}
#solid-app-container .promo-badge {
  background: #1CF196;
  color: white;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 30px;
}
#solid-app-container .embed-package {
  font-family: "Roboto";
  padding: 20px;
}
#solid-app-container .embed-package .card-body {
  padding: 0;
}
#solid-app-container .embed-package .card-text,
#solid-app-container .embed-package .price {
  font-family: "Roboto" !important;
}
#solid-app-container .embed-package .once {
  font-size: 22px;
  font-weight: 700;
  font-family: "Roboto" !important;
}
#solid-app-container .embed-package .card-footer {
  margin-bottom: 0;
  margin-top: 10px;
  padding: 0;
}
#solid-app-container .embed-package .list-group-item {
  padding: 10px 20px;
}
#solid-app-container .embed-package .list-group-item p {
  padding-left: 30px;
  line-height: 20px;
  margin-bottom: 0;
}
#solid-app-container .embed-package .list-group-item span {
  position: absolute;
  top: 50%;
  left: 20px;
  max-width: 20px;
  max-height: 20px;
  width: 100%;
  transform: translateY(-50%);
  opacity: 1;
}
#solid-app-container .embed-package .list-group-item span svg {
  opacity: 1;
  max-width: 20px;
  max-height: 20px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#solid-app-container .term-promo-badge {
  position: absolute;
  top: -10px;
  right: -30px;
}
#solid-app-container .promo-badge {
  background: #1CF196;
  color: white;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 30px;
}
#solid-app-container .term-promo-badge {
  position: absolute;
  top: -10px;
  right: -30px;
}
#solid-app-container .multiselect {
  border-radius: 24px;
  width: 100% !important;
  padding: 0.5rem;
  border: 1px solid #D6D8DC;
}
#solid-app-container .multiselect:hover {
  cursor: pointer;
}
#solid-app-container .multiselect__content-wrapper {
  margin-top: 1px;
  border-radius: 24px;
  padding: 0.5rem;
  min-width: unset !important;
  width: 100% !important;
  border: 1px solid #D6D8DC;
  left: -0.1rem;
}
#solid-app-container .multiselect__element:not(:last-child) {
  border-bottom: 1px solid #d6d8dc;
}
#solid-app-container .multiselect__select {
  right: 0.6rem;
  top: 17%;
}
#solid-app-container .multiselect__element, #solid-app-container .multiselect__option--selected {
  border-radius: 24px;
}
#solid-app-container .multiselect__content {
  margin-bottom: 0;
}
#solid-app-container .multiselect__tags {
  border-radius: 24px;
  border: unset;
}
#solid-app-container .multiselect__option--highlight {
  background: #F3F4FF 0% 0% no-repeat padding-box;
  border-radius: 24px;
  color: black;
}
#solid-app-container .select-icon {
  position: absolute;
  right: 20px;
  font-size: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #1CF196;
}
#solid-app-container .multiselect--active .select-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
#solid-app-container .price-value {
  font-size: 24px;
  line-height: 36px;
  font-family: "Neo Sans Pro", sans-serif;
  display: inline-block;
  align-self: flex-end;
}
#solid-app-container .pm-small {
  font-weight: 400;
  color: #4A5568;
  padding-left: 4px;
  font-size: 12px;
  line-height: 24px;
  display: inline-block;
  align-self: flex-end;
}

.supplier-logo {
  justify-content: start;
  display: flex;
}
@media (max-device-width: 1024px) {
  .supplier-logo {
    justify-content: center;
    padding-top: 20px;
  }
}
.supplier-logo > img {
  width: 275px;
  padding-top: 30px;
  padding-bottom: 24px;
}
@media (max-device-width: 767px) {
  .supplier-logo > img {
    padding-top: 26px;
    padding-bottom: 10px;
    width: 170px;
  }
}

.promotional-button {
  width: 80%;
  justify-content: center;
  text-align: center;
  background: transparent linear-gradient(106deg, #323C50 0%, #1E283C 100%) 0% 0% no-repeat padding-box;
  color: #FFFFFF;
  padding: 1em;
  box-shadow: 0 6px 6px rgba(217, 219, 248, 0.2980392157);
  border-radius: 27px;
  opacity: 1;
}
@media (max-device-width: 767px) {
  .promotional-button {
    margin: auto;
  }
}
.promotional-button .promotion-text {
  text-align: left;
  font: normal 18px/24px Neo Sans Pro;
  letter-spacing: 0;
  color: #FFFFFF;
  opacity: 1;
  padding-right: 30px;
}

.supplier-package-box {
  border-radius: 16px;
  border: 2px solid #D6D8DC;
  position: relative;
  margin-top: 1em;
  width: 100%;
  display: flex;
  background: #FFFFFF 0% 0% no-repeat padding-box;
}
@media (max-device-width: 1024px) {
  .supplier-package-box {
    margin-left: 7px;
  }
}
@media (max-device-width: 767px) {
  .supplier-package-box {
    margin-left: 0;
  }
}

.supplier-product-list-download {
  color: #0082C8;
  font-weight: bold;
}

.supplier-package {
  width: 100%;
  padding: 1.3em 1.3em 0;
  display: flex;
}
@media (max-device-width: 1024px) {
  .supplier-package {
    flex-direction: column;
    padding: 0 0.5em 0;
  }
}

.package-bottom {
  padding: 1em;
}
@media (max-device-width: 767px) {
  .package-bottom {
    width: 100%;
  }
}

.supplier {
  width: 40%;
  padding: 0 2em 0;
}
@media (max-device-width: 1024px) {
  .supplier {
    width: 100%;
    padding: 0;
  }
}

.supplier-perks {
  padding: 0;
}
@media (max-device-width: 1024px) {
  .supplier-perks {
    width: 100%;
  }
}

.special-terms-conditions {
  margin-top: 25px;
}
.special-terms-conditions ol {
  list-style-position: inside;
  padding-left: 0;
}
.special-terms-conditions ol li {
  padding-bottom: 10px;
  font-style: italic;
}

.temp-hypa-upsell--container {
  padding: 1rem;
  margin-top: 2rem;
  background: #00AA00;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 1rem;
  color: #fff;
}
.temp-hypa-upsell--container p {
  font-weight: bold;
  margin-bottom: 0.75rem;
  font-size: 1rem;
}
.temp-hypa-upsell--container h3 {
  font-size: 1.6875rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.temp-hypa-upsell--container h4 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.temp-hypa-upsell--container h4 span {
  font-size: 1rem;
  text-transform: uppercase;
}
@media (max-device-width: 767px) {
  .temp-hypa-upsell--container p {
    font-size: 14px;
  }
  .temp-hypa-upsell--container h3 {
    font-size: 1.5rem;
  }
  .temp-hypa-upsell--container h4 {
    font-size: 19px;
  }
  .temp-hypa-upsell--container h4 span {
    font-size: 14px;
  }
}
.temp-hypa-upsell--container button {
  border: 0 !important;
  width: 100% !important;
  border-radius: 1rem !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 15px;
}
.temp-hypa-upsell--container button img {
  filter: brightness(0) invert(1);
  max-width: 160px;
}
.temp-hypa-upsell--container button svg {
  height: 2rem !important;
  transform: translateX(0px);
  transition: all 0.2s ease-in-out;
}
@media (max-device-width: 767px) {
  .temp-hypa-upsell--container button svg {
    height: 1.5rem !important;
  }
}
.temp-hypa-upsell--container button:hover svg {
  transform: translateX(10px);
}

.supplier-options {
  width: 60%;
  display: block;
}
@media (max-device-width: 1024px) {
  .supplier-options {
    width: 100%;
    padding: 0;
  }
}

.supplier-terms-and-conditions {
  display: inline-grid;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 42px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0px;
  color: #4A5568;
  opacity: 1;
}
.supplier-terms-and-conditions .terms-link {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #0082C8 !important;
  text-decoration: underline !important;
  font-style: italic;
}

/* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}

.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 5px solid #00AA00;
}

.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 0.5em 0;
  background: linear-gradient(225deg, #5af447 0%, #5af447 20%, #1CF196 100%) 0% 0% no-repeat padding-box;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bolder;
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}

.ribbon-top-left::before {
  top: 0;
  right: 10px;
}

.ribbon-top-left::after {
  bottom: 10px;
  left: 0;
}

.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

.connectivity-container {
  min-height: 500px;
  height: 100vh;
  position: absolute;
  left: 0px;
}
@media (max-width: 991px) {
  .connectivity-container > * {
    padding-left: 0;
  }
}
.connectivity-container .enter-address {
  transition: all 0.6s ease-in-out;
}
.connectivity-container .enter-address.hide {
  opacity: 0;
  transform: translateY(-200px);
}
.connectivity-container .map {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.connectivity-container .map.map-full {
  height: 100vh;
  position: absolute;
  bottom: 0;
  right: 0;
}
.connectivity-container .map.map-bottom {
  height: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.connectivity-container .map.map-top {
  height: calc(100vh - 60px);
  bottom: calc(100vh - 160px);
  position: absolute;
  right: 0;
}
@media (max-device-width: 767px) {
  .connectivity-container .map.map-top {
    bottom: calc(100vh - 110px);
  }
}
.connectivity-container .map.no-map {
  display: none;
}
.connectivity-container .map .vue-map-container {
  width: 100%;
  height: 100%;
}
.connectivity-container .change-location {
  z-index: 1;
  width: 100%;
  overflow: hidden;
  transition: all 0.6s ease-in-out;
  position: absolute;
  top: 33px;
  right: 0;
}
@media (max-device-width: 767px) {
  .connectivity-container .change-location {
    top: 8px;
  }
}
.connectivity-container .change-location.hide {
  top: -300px;
  opacity: 0;
}
.connectivity-container .change-location .pac-target-input {
  padding: 0px 0px 0px 10px !important;
}
.connectivity-container .select-package {
  overflow: hidden;
  transition: all 0.6s ease-in-out;
  width: 100%;
  position: absolute;
  top: 100px;
  right: 0;
}
@media (max-device-width: 767px) {
  .connectivity-container .select-package {
    top: 70px;
  }
}
.connectivity-container .select-package.hide {
  top: calc(100vh - 60px);
  height: 0px;
}
.connectivity-container .view-package {
  overflow: hidden;
  transition: all 0.6s ease-in-out;
  width: 100%;
  position: absolute;
  top: 0px;
  right: 0;
}
.connectivity-container .view-package.hide {
  top: calc(100vh - 60px);
  height: 0px;
}
.connectivity-container .order-summary {
  overflow: hidden;
  transition: all 0.6s ease-in-out;
  width: 100%;
  position: absolute;
  top: 0px;
  right: 0;
}
.connectivity-container .order-summary.hide {
  height: 0px;
}
.connectivity-container .keep-me-posted {
  overflow: hidden;
  transition: top 0.6s ease-in-out;
  width: 100%;
  position: absolute;
  top: 100px;
  right: 0;
}
.connectivity-container .keep-me-posted.hide {
  top: calc(100vh - 60px);
  height: 0px;
}
.connectivity-container .keep-me-posted legend {
  font-weight: bold;
}

.gm-style button[aria-label=Close] {
  display: none !important;
}

.gm-style-iw-a {
  animation: gentle-float 4s ease-in-out infinite;
}

.coverage-map-icon {
  color: #dd0000;
}

#solid-app-container {
  @import url("https://fonts.googleapis.com/css?family=Roboto:200,400,700&display=swap");
}
#solid-app-container .connectivity-holder {
  opacity: 1;
  min-height: 100vh;
}
#solid-app-container .connectivity-holder .card-body {
  padding: 0;
}
#solid-app-container .question-footer {
  display: flex;
  justify-content: start;
  padding-bottom: 100px;
  margin-bottom: 100px;
}
#solid-app-container .tab-header {
  padding: 0 14px;
  background: transparent;
  display: flex;
  justify-content: center;
  overflow-x: auto;
  white-space: nowrap;
}
#solid-app-container .tab-header::-webkit-scrollbar {
  width: 0;
  /* Remove scrollbar space */
  background: transparent;
  /* Optional: just make scrollbar invisible */
}
@media (max-device-width: 1024px) {
  #solid-app-container .tab-header {
    display: flex;
    padding: 2px 14px;
    justify-content: start;
    overflow-x: scroll;
  }
}
#solid-app-container .availability-loading {
  width: 12px;
  height: 12px;
  font-size: 8px;
}
#solid-app-container .availability-icon {
  color: #FFFFFF;
  background: #1CF196;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  z-index: 1;
  font-size: 8px;
  padding: 3px 3px;
}
#solid-app-container .connectivity-availability {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  z-index: 1;
  font-size: 10px;
  color: #fff;
  padding: 5px 5px;
}
#solid-app-container .connectivity-availability svg {
  color: #FFFFFF;
  font-size: 16px;
}
#solid-app-container .tab-pill {
  position: relative;
  cursor: pointer;
  font: 18px/32px Neo Sans Pro;
  letter-spacing: 0;
  opacity: 1;
  display: inline-block;
  border: 1px solid #1CF196;
  border-radius: 24px;
  padding: 1em !important;
  margin: 0 0.2em;
  color: #718096;
  text-align: center;
  text-decoration: none;
}
#solid-app-container .tab-pill .connectivity-availability {
  background: #1CF196;
}
@media (max-device-width: 1024px) {
  #solid-app-container .tab-pill {
    margin: 0 8px;
  }
}
@-webkit-keyframes spinner-rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
#solid-app-container .loading {
  border-radius: 24px;
  position: relative;
  top: 29%;
  z-index: 0;
  overflow: hidden;
}
#solid-app-container .loading::before {
  border-radius: 24px;
  content: "";
  position: absolute;
  z-index: -2;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-size: 50% 50%, 50% 50%;
  background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  background-image: linear-gradient(#FFFFFF, #718096);
  animation: spinner-rotate 2s linear infinite;
}
#solid-app-container .loading::after {
  border-radius: 24px;
  content: "";
  position: absolute;
  z-index: -1;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #FFFFFF;
}
#solid-app-container .disabled-pill {
  background: #F2F9FC;
  border: 1px solid #1CF196;
}
#solid-app-container .disabled-pill .availability-icon {
  background: #1CF196;
}
#solid-app-container .loaded-border {
  border: 1px solid #718096;
}
#solid-app-container div.tab-pill:hover {
  background: #F2F9FC;
  color: #1E283C;
}
#solid-app-container .active-disabled-pill {
  background: transparent linear-gradient(276deg, #1cf18f 0%, #1cf1eb 100%) 0% 0% no-repeat padding-box !important;
  border: 1px solid transparent;
  color: #FFFFFF !important;
}
#solid-app-container .active-disabled-pill .availability-icon {
  color: #1CF196;
  background: #FFFFFF;
}
#solid-app-container .active-pill {
  background: linear-gradient(122deg, #5af447 25%, #1CF196 100%) !important;
  border: 1px solid transparent;
  color: #FFFFFF !important;
}
#solid-app-container .active-pill .availability-icon {
  color: #1CF196;
  background: #FFFFFF;
}
#solid-app-container .active-pill:hover {
  color: #FFFFFF !important;
}
#solid-app-container .card-body {
  background: transparent;
  margin-left: auto;
  margin-right: auto;
}
@media (max-device-width: 1024px) {
  #solid-app-container .card-body {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
#solid-app-container .card-header-pills {
  width: 100%;
  background: transparent;
  padding-top: 16px;
}
@media (max-device-width: 1024px) {
  #solid-app-container .card-header-pills {
    padding: 16px 0 32px 0;
  }
}
#solid-app-container .li {
  padding: 1em !important;
  border-radius: 50% !important;
}
#solid-app-container .mobile-floating-footer {
  display: none;
}
@media (max-device-width: 767px) {
  #solid-app-container .mobile-floating-footer {
    float: none;
  }
}
#solid-app-container .connectivity-content {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
@media (max-device-width: 1024px) {
  #solid-app-container .connectivity-content {
    padding: 0 16px;
    width: 99%;
  }
}
#solid-app-container .connectivity-content .filter-holder {
  margin: 1em;
  display: flex;
  justify-content: space-between;
}
@media (max-device-width: 767px) {
  #solid-app-container .connectivity-content .filter-holder {
    display: inline;
    margin: 0;
  }
}
#solid-app-container .connectivity-content .supplier-filter {
  float: left;
}
@media (max-device-width: 767px) {
  #solid-app-container .connectivity-content .supplier-filter {
    float: none;
  }
}
#solid-app-container .connectivity-content .product-filter {
  float: right;
  display: flex;
}
@media (max-device-width: 767px) {
  #solid-app-container .connectivity-content .product-filter {
    float: none;
  }
}
#solid-app-container .connectivity-heading {
  text-align: center;
  padding: 8px;
  font-weight: bold;
  font-size: 43px;
  line-height: 52px;
  font-family: "Neo Sans Pro", sans-serif;
  letter-spacing: 0px;
  color: #1E283C;
  opacity: 1;
}
@media (max-device-width: 767px) {
  #solid-app-container .connectivity-heading {
    font-size: 24px;
    line-height: 42px;
    padding: 0;
  }
}
#solid-app-container .keep-me-posted {
  display: flex;
  justify-content: space-between;
  min-height: 70vh;
}
@media (max-device-width: 1024px) {
  #solid-app-container .keep-me-posted {
    min-height: 0;
    margin-bottom: 0;
  }
}
#solid-app-container .keep-me-posted .slide-fade-enter-active {
  transition: all 0.3s ease-out;
}
#solid-app-container .keep-me-posted .slide-fade-leave-active {
  transition: all 0.7s ease-in;
}
#solid-app-container .keep-me-posted .slide-fade-enter-from,
#solid-app-container .keep-me-posted .slide-fade-leave-to {
  transform: translateX(20px);
  opacity: 0;
}
#solid-app-container .keep-me-posted .form-details {
  max-width: 600px;
  min-height: 70vh;
  text-align: left;
  padding-bottom: 5rem;
}
#solid-app-container .keep-me-posted .form-details .heading {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 40px;
  line-height: 49px;
  font-weight: bold;
  font-family: "Neo Sans Pro", sans-serif;
  letter-spacing: 0;
  color: #1E283C;
  opacity: 1;
}
@media (max-width: 766px) {
  #solid-app-container .keep-me-posted .form-details .heading {
    font-size: 24px;
    line-height: 42px;
    font-weight: normal;
  }
}
#solid-app-container .keep-me-posted .form-details .description {
  font-size: 24px;
  line-height: 36px;
  font-weight: normal;
  font-family: "Neo Sans Pro", sans-serif;
  letter-spacing: 0;
  color: #6D7481;
  opacity: 1;
}
@media (max-width: 766px) {
  #solid-app-container .keep-me-posted .form-details .description {
    font-size: 18px;
    line-height: 27px;
    font-weight: normal;
  }
}
#solid-app-container .keep-me-posted .form-details .form {
  padding-top: 12px;
}
#solid-app-container .keep-me-posted .form-details .form-buttons {
  padding-top: 12px;
}
#solid-app-container .container-wrapped.keep-me-posted-container {
  max-width: 630px;
}
#solid-app-container .connectivity-step-header {
  margin-top: 16px;
  text-align: center;
  background: #1CF196;
  border-radius: 16px;
  color: #FFFFFF;
}
#solid-app-container .btn-step-complete {
  padding: 1px;
  min-width: unset !important;
  background: #1CF196;
  white-space: nowrap;
  border-radius: 50% !important;
  border: 4px solid #1CF196;
  height: 50px;
  width: 50px;
  position: relative;
  text-align: center;
  margin: 10px 75px;
}
#solid-app-container .btn-step-complete:first-child {
  margin: 10px 75px 10px 0;
}
#solid-app-container .btn-step-complete svg {
  color: white;
}
#solid-app-container .btn-step-complete:not(:last-child):after {
  content: "";
  height: 3px;
  background: #1CF196;
  width: 75px;
  position: absolute;
  right: -79px;
  top: 50%;
}
@media (max-device-width: 767px) {
  #solid-app-container .btn-step-complete:not(:last-child):after {
    width: 30px !important;
    right: -34px !important;
  }
}
#solid-app-container .btn-step-complete:last-child {
  margin: 10px 0 !important;
}
@media (max-device-width: 767px) {
  #solid-app-container .btn-step-complete {
    height: 40px !important;
    width: 40px !important;
    margin: 10px 30px 10px 0 !important;
  }
}
#solid-app-container .progress-stepper {
  margin-top: 20px;
  margin-bottom: 40px;
  position: relative;
  top: -10px;
}
@media (max-device-width: 767px) {
  #solid-app-container .progress-stepper {
    margin-top: 0;
  }
}
#solid-app-container .progress-stepper .step-title {
  font-size: 0.9em;
}
#solid-app-container .btn-step {
  padding: 1px;
  min-width: unset !important;
  background: transparent;
  white-space: nowrap;
  border-radius: 50% !important;
  border: 4px solid #d6d8dc !important;
  height: 50px;
  width: 50px;
  position: relative;
  text-align: center;
  margin: 10px 75px;
}
#solid-app-container .btn-step:not(:last-child):after {
  content: "";
  height: 3px;
  background: #d6d8dc;
  width: 75px;
  position: absolute;
  right: -79px;
  top: 50%;
}
@media (max-device-width: 767px) {
  #solid-app-container .btn-step:not(:last-child):after {
    width: 30px !important;
    right: -34px !important;
  }
}
#solid-app-container .btn-step:last-child {
  margin: 10px 0 !important;
}
@media (max-device-width: 767px) {
  #solid-app-container .btn-step {
    height: 40px !important;
    width: 40px !important;
    margin: 10px 30px 10px 0 !important;
  }
}
#solid-app-container .btn-step-active {
  padding: 1px;
  min-width: unset !important;
  background: transparent;
  white-space: nowrap;
  border-radius: 50% !important;
  background-origin: border-box;
  background-clip: content-box, border-box;
  border: 4px solid #1CF196;
  height: 50px;
  width: 50px;
  position: relative;
  text-align: center;
  margin: 10px 75px;
}
#solid-app-container .btn-step-active:not(:last-child):after {
  content: "";
  height: 3px;
  background: #d6d8dc;
  width: 75px;
  position: absolute;
  right: -79px;
  top: 50%;
}
@media (max-device-width: 767px) {
  #solid-app-container .btn-step-active:not(:last-child):after {
    width: 30px !important;
    right: -34px !important;
  }
}
#solid-app-container .btn-step-active:last-child {
  margin: 10px 0 !important;
}
@media (max-device-width: 767px) {
  #solid-app-container .btn-step-active {
    height: 40px !important;
    width: 40px !important;
    margin: 10px 30px 10px 0 !important;
  }
}
#solid-app-container .disabled {
  opacity: 1 !important;
}
#solid-app-container .label {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  text-transform: capitalize;
}
#solid-app-container .order-container {
  padding: 0 30px 30px !important;
  background: white;
  border-radius: 24px;
  box-shadow: 0px 7px 6px rgba(189, 208, 228, 0.1803921569);
}
@media (max-device-width: 767px) {
  #solid-app-container .order-container {
    padding: 0 0px 0px !important;
  }
}
#solid-app-container .order-container.no-orders {
  padding-bottom: 0 !important;
}
#solid-app-container .order-summary-table {
  background: white;
  margin-bottom: 0 !important;
}
#solid-app-container .order-summary-table thead {
  padding: 30px 0;
}
#solid-app-container .order-summary-table tbody {
  border-radius: 24px;
  margin-bottom: 20px;
}
#solid-app-container .order-summary-table tbody .table-secondary > td {
  background-color: #f3f4ff !important;
}
#solid-app-container .order-summary-table th {
  border: 0;
  padding: 30px 10px;
}
#solid-app-container .order-summary-table tfoot {
  border-bottom-left-radius: 10px;
}
#solid-app-container .order-summary-table .line-item {
  vertical-align: middle !important;
  padding-top: 20px;
  padding-bottom: 20px;
}
#solid-app-container .package {
  border: none;
}
#solid-app-container .cost-summary {
  box-shadow: 0px 7px 6px rgba(189, 208, 228, 0.1803921569);
  border-radius: 24px;
  float: right;
  border: 0;
}
#solid-app-container .cost-summary .list-group-item {
  border: 0;
}
#solid-app-container .cost-summary .list-group-item:first-child {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
#solid-app-container .cost-summary .list-group-item:last-child {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
#solid-app-container .cost-summary .list-group-item:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
@media (max-width: 766px) {
  #solid-app-container .cost-summary {
    float: none;
  }
}
#solid-app-container .google-input .input-holder svg {
  top: 48%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #1CF196;
  font-size: 22px;
}
#solid-app-container .filter-row .filter-option-cards {
  display: flex;
  flex-direction: row;
  justify-items: left;
}
#solid-app-container .filter-row .filter-option-cards .filter-option-card {
  cursor: pointer;
  margin-left: 1rem;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 8px #e4e8f2;
  min-width: 14rem;
}
#solid-app-container .filter-row .filter-option-cards .filter-option-card .filter-card-header {
  display: flex;
  align-items: center;
  background-color: #1CF196;
  border-radius: 5px 5px 0 0;
  padding: 0.5rem;
}
#solid-app-container .filter-row .filter-option-cards .filter-option-card .filter-card-header.green {
  background-color: #1CF196;
}
#solid-app-container .filter-row .filter-option-cards .filter-option-card .filter-card-header.orange {
  background-color: #1CF196;
}
#solid-app-container .filter-row .filter-option-cards .filter-option-card .filter-card-header.blue {
  background-color: #0082c8;
}
#solid-app-container .filter-row .filter-option-cards .filter-option-card .filter-card-header.pink {
  background-color: #1CF196;
}
#solid-app-container .filter-row .filter-option-cards .filter-option-card .filter-card-header svg {
  margin: 0 0.7rem;
  width: 20px;
  height: 20px;
}
#solid-app-container .filter-row .filter-option-cards .filter-option-card .filter-card-header h6 {
  color: #FFFFFF;
  font-size: 15px;
  margin: 0 1rem 0 0;
}
#solid-app-container .filter-row .filter-option-cards .filter-option-card .filter-card-body {
  display: flex;
  flex-grow: 1;
  padding: 0.5rem;
}
#solid-app-container .filter-row .filter-option-cards .filter-option-card .filter-card-body .filter-card-icon {
  padding: 0 0.7rem;
}
#solid-app-container .filter-row .filter-option-cards .filter-option-card .filter-card-body .filter-card-icon .radio-btn {
  display: block;
  width: 20px;
  height: 20px;
  background-color: #d6d8dc;
  border: 6px solid #d6d8dc;
  border-radius: 50%;
}
#solid-app-container .filter-row .filter-option-cards .filter-option-card .filter-card-body p {
  font-size: 12px;
  margin: 0rem;
  line-height: 14px;
}
#solid-app-container .filter-row .filter-option-cards .filter-option-card.selected .filter-card-icon .radio-btn {
  background-color: #FFFFFF;
  border: 6px solid #1CF196;
}
#solid-app-container .filter-row .filter-option-cards .filter-option-card.selected .filter-card-icon .radio-btn.green {
  border: 6px solid #1CF196;
}
#solid-app-container .filter-row .filter-option-cards .filter-option-card.selected .filter-card-icon .radio-btn.orange {
  border: 6px solid #1CF196;
}
#solid-app-container .filter-row .filter-option-cards .filter-option-card.selected .filter-card-icon .radio-btn.blue {
  border: 6px solid #0082c8;
}
#solid-app-container .filter-row .filter-option-cards .filter-option-card.selected .filter-card-icon .radio-btn.pink {
  border: 6px solid #1CF196;
}
#solid-app-container .confirm-location-container {
  overflow: hidden;
  width: 100%;
}
#solid-app-container .confirm-location-container .gm-style-iw-a .gm-style-iw {
  border-radius: 1rem;
  padding: 1.25rem !important;
  max-width: 300px !important;
}
#solid-app-container .confirm-location-container .gm-style-iw-a.hidden {
  display: none;
}
#solid-app-container .confirm-location-container .gm-style-iw-a.hidden::after {
  display: none;
}
#solid-app-container .confirm-location-container .gm-style-iw-d {
  height: auto !important;
  overflow: hidden !important;
}
@media (max-device-width: 767px) {
  #solid-app-container .confirm-location-container .gm-style-iw, #solid-app-container .confirm-location-container .gm-style-iw-d {
    width: unset;
    max-width: unset !important;
  }
}
#solid-app-container .confirm-location-container .close-icon {
  cursor: pointer;
}

#order-summary .order-summary-table {
  margin-bottom: 0 !important;
}
#order-summary .order-summary-table thead th {
  padding: 30px 0;
}
#order-summary .order-summary-table tbody {
  border-radius: 24px;
  margin-bottom: 20px;
}
#order-summary .order-summary-table tbody .table-secondary > td {
  background-color: #f3f4ff !important;
}
#order-summary .order-summary-table th {
  border: 0;
  padding: 30px 10px;
}
#order-summary .order-summary-table tfoot {
  border-bottom-left-radius: 10px;
}
#order-summary .order-summary-table .line-item td {
  vertical-align: middle !important;
  padding-top: 20px;
  padding-bottom: 20px;
}

#order-modal .order-summary-table {
  margin-bottom: 0 !important;
  border-radius: 5px 5px 0 0;
}
#order-modal .order-summary-table thead {
  padding: 30px 0;
}
#order-modal .order-summary-table thead th {
  background-color: #FFFFFF;
  vertical-align: middle;
  padding: 10px;
  font-size: 14px;
}
#order-modal .order-summary-table tbody {
  border-radius: 24px;
  margin-bottom: 20px;
}
#order-modal .order-summary-table tbody .table-secondary > td {
  background-color: #f3f4ff !important;
}
#order-modal .order-summary-table tbody tr:last-child {
  border-top: 1px solid #1CF196 !important;
  border-bottom: 1px solid #1CF196;
}
#order-modal .order-summary-table tbody tr:last-child td {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
}
#order-modal .order-summary-table th {
  border: 0;
  padding: 30px 10px;
}
#order-modal .order-summary-table tfoot {
  border-bottom-left-radius: 10px;
}
#order-modal .order-summary-table .line-item {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 20px;
  padding-bottom: 20px;
}
#order-modal .order-summary-table .line-item td {
  vertical-align: middle !important;
  font-size: 14px;
  line-height: 22px;
}

#solid-app-container #notfound {
  position: relative;
  height: calc(100vh - 90px);
}
#solid-app-container #notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#solid-app-container .notfound {
  max-width: 520px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}
#solid-app-container .notfound h2 {
  font-family: "Cabin", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #343a40;
  margin-top: 0;
  margin-bottom: 25px;
}
#solid-app-container .notfound .notfound-404 {
  position: relative;
  height: 240px;
}
#solid-app-container .notfound .notfound-404 h1 {
  font-family: "Montserrat", sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 252px;
  font-weight: 900;
  color: #1CF196;
  text-transform: uppercase;
  letter-spacing: -40px;
  margin: 0 0 0 -20px;
}
#solid-app-container .notfound .notfound-404 h1 > span {
  text-shadow: -8px 0px 0px #fff;
}
#solid-app-container .notfound .notfound-404 h3 {
  font-family: "Cabin", sans-serif;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #343a40;
  margin: 0;
  letter-spacing: 3px;
  padding-left: 6px;
}
@media only screen and (max-width: 767px) {
  #solid-app-container .notfound .notfound-404 {
    height: 200px;
  }
  #solid-app-container .notfound .notfound-404 h1 {
    font-size: 200px;
  }
}
@media only screen and (max-width: 480px) {
  #solid-app-container .notfound .notfound-404 {
    height: 162px;
  }
  #solid-app-container .notfound .notfound-404 h1 {
    font-size: 162px;
    height: 150px;
    line-height: 162px;
  }
  #solid-app-container .notfound h2 {
    font-size: 16px;
  }
}

body {
  overflow-x: hidden;
}

a {
  color: #0082C8;
}

.dark-bg {
  background-color: #0a1428;
}

.bg-gray {
  background-color: #F3F4FF;
}

.bg-gray-secondary {
  background-color: #ECF0FA;
}

.bg-background-primary {
  background-color: #FFFFFF;
}

.bg-background-secondary {
  background-color: #FFFFFF;
}

.bg-primary-gradient {
  background: linear-gradient(122deg, #5af447 25%, #1CF196 100%);
}

#solid-app-container .text-brand-primary {
  color: #1CF196;
}

.primary-icon-colour {
  color: #1CF196;
}

.primary-text {
  color: #FFFFFF;
}

.secondary-text {
  color: #FFFFFF;
}

.primary-bg-image {
  background-image: url("@/assets/img/homepage_background.png");
  background-size: cover;
}

.breadcrumb {
  background: none !important;
  margin: 0;
}

.btn-tooltip {
  background: none;
  border: none;
}
.btn-tooltip:hover {
  background: none;
}

#solid-app-container .v-sidebar-menu .vsm--link {
  color: #000000;
}
#solid-app-container .v-sidebar-menu .vsm--link .vsm--icon {
  color: #000000;
  font-size: 30px;
  width: 30px;
  height: 30px;
}

.pac-container {
  position: absolute !important;
  z-index: 1000;
  border-top: 1px solid #d9d9d9;
  font-family: "Roboto", sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #FFFFFF;
  min-width: 8em;
  padding: 1em;
  box-shadow: 0px 7px 6px rgba(189, 208, 228, 0.1803921569);
  margin-top: 18px;
  border-radius: 18px;
}
@media (max-device-width: 767px) {
  .pac-container {
    min-width: 85% !important;
    padding: 0;
  }
}

.pac-logo:after {
  content: "";
  padding: 1px 1px 1px 0;
  height: 16px;
  display: none;
  text-align: right;
  background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 120px 14px;
}

.hdpi.pac-logo:after {
  background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3_hdpi.png);
}

.pac-item {
  cursor: default;
  padding: 11px 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 30px;
  text-align: left;
  border: none;
  color: #1E283C;
  opacity: 1;
  text-decoration: none;
  display: block;
}
@media (max-device-width: 767px) {
  .pac-item {
    text-overflow: unset;
    text-wrap: normal;
    overflow-x: scroll;
    white-space: normal;
    border-bottom: 1px solid #ECF0FA;
  }
}
.pac-item:hover {
  background-color: 0px 7px 6px rgba(189, 208, 228, 0.1803921569);
}
.pac-item span {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
}
.pac-item > span {
  padding-right: 5px;
}

.pac-item-selected,
.pac-item-selected:hover,
.pac-item-selected:focus {
  background-color: #F2F9FC;
  border: 1px solid #F2F9FC;
}

.pac-matched {
  font-weight: 700;
}

.pac-item-query {
  font-size: 13px;
  padding-right: 3px;
  color: #8c968c;
}

.pac-icon {
  color: #1E283C;
  width: 15px;
  height: 20px;
  margin-right: 7px;
  margin-top: 6px;
  display: inline-block;
  vertical-align: top;
  background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons.png);
  background-size: 34px;
}

.hdpi .pac-icon {
  background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons_hdpi.png);
}

.pac-icon-search {
  background-position: -1px -1px;
}

.pac-item-selected .pac-icon-search {
  background-position: -18px -1px;
}

.pac-icon-marker {
  display: none;
  background-position: -1px -161px;
}

.pac-item-selected .pac-icon-marker {
  background-position: -18px -161px;
}

.pac-placeholder {
  color: gray;
}

.underline {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.tooltip {
  z-index: 1100;
}

#solid-app-container .badge {
  font-size: 14px !important;
  color: #FFF;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1803921569);
  left: 0;
  right: auto;
  top: 0;
  z-index: 200;
  transform: translate(-10px, -50%);
}
#solid-app-container .badge-primary {
  background-color: #1CF196;
}
#solid-app-container .badge-secondary {
  background-color: #1CF196;
}
#solid-app-container .badge-success {
  background-color: #1CF196;
}
#solid-app-container .badge-warning {
  background-color: rgb(230, 150, 0);
  color: #000000;
}
#solid-app-container .badge-info {
  background-color: #4cf4ac;
}
#solid-app-container .badge-dark {
  background-color: #0dcd7b;
}
#solid-app-container .badge-light {
  background-color: white;
  color: #000000;
}

#solid-app-container a:hover {
  color: #1CF196;
}

#other-connectivity .badge {
  left: 10px;
}

.text-link {
  color: #1CF196;
  font-weight: bold;
  cursor: pointer;
}
.text-link:hover {
  text-decoration: underline;
}

.content-background-white {
  background-color: #FFFFFF;
}

.content-background-solid {
  background-color: #FFFFFF !important;
}

@keyframes gentle-float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.4);
    transform: translatey(-10px);
  }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(-15px);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.4);
    transform: translatey(-10px);
  }
}
@keyframes fadeInRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.gentle-float {
  animation: gentle-float 4s ease-in-out infinite;
}

.list-item {
  display: inline-block;
  margin-right: 10px;
}

.list-enter-active, .list-leave-active {
  transition: all 0.2s;
}

.list-enter, .list-leave-to {
  opacity: 0;
  transform: translateX(200px);
}

.slide-enter-active, .slide-leave-active {
  transition: all 0.5s;
}

.slide-enter, .slide-leave-to {
  transform: translateY(-200px);
  opacity: 0;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.fadeInRight {
  animation-name: fadeInRight;
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

#solid-app-container .container-wrapped, div[id*=_modal_outer_] .container-wrapped, .b-toaster .container-wrapped {
  max-width: 1190px;
  padding-top: 60px;
}
#solid-app-container .container-fluid, #solid-app-container .container-sm, #solid-app-container .container-md, #solid-app-container .container-lg, #solid-app-container .container-xl, div[id*=_modal_outer_] .container-fluid, div[id*=_modal_outer_] .container-sm, div[id*=_modal_outer_] .b-toaster .container-sm, .b-toaster div[id*=_modal_outer_] .container-sm, div[id*=_modal_outer_] .container-md, div[id*=_modal_outer_] .b-toaster .container-md, .b-toaster div[id*=_modal_outer_] .container-md, div[id*=_modal_outer_] .container-lg, div[id*=_modal_outer_] .b-toaster .container-lg, .b-toaster div[id*=_modal_outer_] .container-lg, div[id*=_modal_outer_] .container-xl, div[id*=_modal_outer_] .b-toaster .container-xl, .b-toaster div[id*=_modal_outer_] .container-xl, .b-toaster .container-fluid, .b-toaster div[id*=_modal_outer_] .container-sm, div[id*=_modal_outer_] .b-toaster .container-sm, .b-toaster .container-sm, .b-toaster div[id*=_modal_outer_] .container-md, div[id*=_modal_outer_] .b-toaster .container-md, .b-toaster .container-md, .b-toaster div[id*=_modal_outer_] .container-lg, div[id*=_modal_outer_] .b-toaster .container-lg, .b-toaster .container-lg, .b-toaster div[id*=_modal_outer_] .container-xl, div[id*=_modal_outer_] .b-toaster .container-xl, .b-toaster .container-xl {
  padding-top: 60px;
  width: 100%;
}
@media (max-device-width: 1024px) {
  #solid-app-container .container-fluid, #solid-app-container .container-sm, #solid-app-container .container-md, #solid-app-container .container-lg, #solid-app-container .container-xl, div[id*=_modal_outer_] .container-fluid, div[id*=_modal_outer_] .container-sm, div[id*=_modal_outer_] .b-toaster .container-sm, .b-toaster div[id*=_modal_outer_] .container-sm, div[id*=_modal_outer_] .container-md, div[id*=_modal_outer_] .b-toaster .container-md, .b-toaster div[id*=_modal_outer_] .container-md, div[id*=_modal_outer_] .container-lg, div[id*=_modal_outer_] .b-toaster .container-lg, .b-toaster div[id*=_modal_outer_] .container-lg, div[id*=_modal_outer_] .container-xl, div[id*=_modal_outer_] .b-toaster .container-xl, .b-toaster div[id*=_modal_outer_] .container-xl, .b-toaster .container-fluid, .b-toaster div[id*=_modal_outer_] .container-sm, div[id*=_modal_outer_] .b-toaster .container-sm, .b-toaster .container-sm, .b-toaster div[id*=_modal_outer_] .container-md, div[id*=_modal_outer_] .b-toaster .container-md, .b-toaster .container-md, .b-toaster div[id*=_modal_outer_] .container-lg, div[id*=_modal_outer_] .b-toaster .container-lg, .b-toaster .container-lg, .b-toaster div[id*=_modal_outer_] .container-xl, div[id*=_modal_outer_] .b-toaster .container-xl, .b-toaster .container-xl {
    padding-top: 30px;
  }
}
@media (max-device-width: 1024px) {
  #solid-app-container .no-padding-sm, div[id*=_modal_outer_] .no-padding-sm, .b-toaster .no-padding-sm {
    padding: 30px 0;
  }
}

#solid-app-container .navbar.top-nav {
  height: 90px;
  transition: background-color 0.3s linear;
  padding: 0;
  background: none;
}
#solid-app-container .navbar.top-nav > * {
  padding: 8px 0;
}
#solid-app-container .navbar.top-nav .nav-item a.nav-link {
  color: #000000;
}
@media (max-width: 900px) {
  #solid-app-container .navbar.top-nav {
    height: 70px;
  }
}
#solid-app-container .navbar-solid {
  background: #FFFFFF !important;
  box-shadow: 0px 10px 48px rgba(0, 0, 0, 0.0588235294);
  transition: background-color 0.3s linear;
}
#solid-app-container .nav-home-logo {
  width: 0;
}
#solid-app-container .nav-home-logo img {
  max-height: 40px;
  padding-left: 16px;
}
@media (max-width: 360px) {
  #solid-app-container .nav-home-logo img {
    max-height: 30px;
  }
}
@media (max-device-width: 1024px) {
  #solid-app-container .nav-home-logo img {
    max-height: 30px;
  }
}
#solid-app-container .nav-toggle .nav-item {
  height: 44px;
}
@media (max-width: 992px) {
  #solid-app-container .nav-toggle {
    width: 45px !important;
  }
}
#solid-app-container .navbar-nav.white-links a {
  color: #fff !important;
}
#solid-app-container .img-cart {
  background: blue;
  -webkit-mask: url("@/assets/img/icon-navigation-cart.svg") center/contain no-repeat;
}
#solid-app-container .nav-control {
  font-size: 17px;
  line-height: 17px;
  font-weight: 400;
  color: #000000;
}
#solid-app-container .nav-icon {
  font-size: 20px;
}
#solid-app-container .sign-in-menu {
  margin: 0 90px;
}
#solid-app-container .nav-actions {
  position: absolute;
  top: 0;
  right: 0;
}
#solid-app-container .nav-actions .nav-item {
  line-height: 28px;
  width: 30px;
  height: 40px;
  margin-left: 15px;
}
@media (max-width: 480px) {
  #solid-app-container .nav-actions .nav-item {
    margin-left: 10px !important;
  }
}
#solid-app-container .nav-actions .nav-item svg {
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  width: 20px;
  height: 20px;
}
#solid-app-container .nav-actions .nav-item img {
  display: block;
  width: 100%;
}
#solid-app-container .navbar-collapse .input-holder svg {
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #1CF196;
}
#solid-app-container .navbar-collapse .address-bar .dropdown-menu {
  width: calc(100% + 4px);
  left: -2px;
  border-radius: 0 0 20px 20px;
  padding-top: 20px;
  transform: translateY(-20px);
  z-index: -1;
}
#solid-app-container .navbar-collapse .address-bar .dropdown-menu .dropdown-item {
  padding: 10px 20px;
  line-height: 40px !important;
  border-top: 1px solid #EFEFEF !important;
}
#solid-app-container .navbar-nav.nav-holder {
  flex-flow: row wrap;
}
#solid-app-container .navbar-nav.nav-holder .cart-toggle {
  position: relative;
  margin-right: 25px;
  margin-left: 15px;
  padding: 0;
}
@media (max-width: 992px) {
  #solid-app-container .navbar-nav.nav-holder .cart-toggle {
    margin-right: 8rem !important;
  }
}
@media (max-width: 750px) {
  #solid-app-container .navbar-nav.nav-holder .cart-toggle {
    margin-right: 4rem !important;
  }
}
#solid-app-container .navbar-nav.nav-holder .cart-toggle a {
  padding: 8px 2px 8px 4px;
}
#solid-app-container .navbar-nav.nav-holder .order-tracking-button, #solid-app-container .navbar-nav.nav-holder .notification-button, #solid-app-container .navbar-nav.nav-holder .search-toggle {
  position: relative;
  margin-left: 15px;
}
#solid-app-container .navbar-nav.nav-holder .search-toggle {
  display: inline-block;
  margin-right: 8px;
  margin-left: 25px;
}
#solid-app-container .navbar-nav.nav-holder .search-toggle .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  opacity: 0;
  transition: all 0.15s ease-in-out;
  width: 18px;
}
#solid-app-container .navbar-nav.nav-holder .search-toggle .icon.search-icon {
  opacity: 1;
}
#solid-app-container .navbar-nav.nav-holder .search-toggle.search-open .search-icon {
  opacity: 0;
}
#solid-app-container .navbar-nav.nav-holder .search-toggle.search-open .close-icon {
  opacity: 1;
}
#solid-app-container .navbar-nav.nav-holder .search-toggle::before,
#solid-app-container .navbar-nav.nav-holder .order-tracking-button::before,
#solid-app-container .navbar-nav.nav-holder .cart-toggle::before,
#solid-app-container .navbar-nav.nav-holder .notification-button::before,
#solid-app-container .navbar-nav.nav-holder .search-toggle::after,
#solid-app-container .navbar-nav.nav-holder .order-tracking-button::after,
#solid-app-container .navbar-nav.nav-holder .cart-toggle::after,
#solid-app-container .navbar-nav.nav-holder .notification-button::after {
  --scale: 0;
  position: absolute;
  bottom: -0.25rem;
  left: 50%;
  transform: translateX(-50%) translateY(200%) scale(var(--scale));
  transition: 5ms transform;
}
#solid-app-container .navbar-nav.nav-holder .search-toggle::before,
#solid-app-container .navbar-nav.nav-holder .order-tracking-button::before,
#solid-app-container .navbar-nav.nav-holder .cart-toggle::before,
#solid-app-container .navbar-nav.nav-holder .notification-button::before {
  color: white;
  padding: 0.3rem;
  border-radius: 0.3rem;
  width: max-content;
  background: #000000;
}
#solid-app-container .navbar-nav.nav-holder .search-toggle:hover::before,
#solid-app-container .navbar-nav.nav-holder .order-tracking-button:hover::before,
#solid-app-container .navbar-nav.nav-holder .cart-toggle:hover::before,
#solid-app-container .navbar-nav.nav-holder .notification-button:hover::before {
  --scale: 1;
}
#solid-app-container .navbar-nav.nav-holder .nav-item {
  display: inline-block;
  align-self: center;
}
#solid-app-container .navbar-nav.nav-holder .nav-item .address-input {
  padding: 0 !important;
}
#solid-app-container .navbar-nav.nav-holder .nav-item .address-input .connectivity-nav {
  padding: 11px;
  color: #000000;
}
#solid-app-container .navbar-nav.nav-holder .navbar-toggler {
  border: none;
  padding: 8px 14px;
}
#solid-app-container .navbar-nav.nav-holder .navbar-toggler span {
  display: block;
  width: 4px;
  height: 4px;
  background: #FFF;
  margin: 3px auto;
  border-radius: 50%;
}
#solid-app-container .navbar-nav.nav-holder .mobile-menu-toggle {
  margin-right: 20px;
}
@media (max-width: 480px) {
  #solid-app-container .navbar-nav.nav-holder .mobile-menu-toggle {
    margin-right: 10px;
    margin-left: 0;
  }
}
#solid-app-container .navbar-nav.nav-holder .mobile-menu-toggle .nav-link {
  padding-top: 0;
  padding-bottom: 0;
}
#solid-app-container .navbar-nav.nav-holder .mobile-menu-toggle span {
  background-color: #000000;
}
#solid-app-container .cart-count {
  position: absolute;
  top: 0;
  right: -8px;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  z-index: 1;
  font-size: 10px;
  color: #fff;
  padding: 2px 5px;
  background: #1CF196;
}
#solid-app-container .cart-count span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#solid-app-container .menu-toggle {
  position: relative;
  display: inline-block;
  margin: 0 15px;
}
@media (max-width: 1024px) {
  #solid-app-container .menu-toggle:after {
    content: "";
    position: absolute;
    top: 0;
    right: -4px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: #1CF196 url("../img/icon-check-white.svg") no-repeat center;
    background-size: 10px;
    z-index: 1;
    font-size: 10px;
    padding: 2px 5px;
    opacity: 0;
    transition: all 0.15s;
  }
}
#solid-app-container .menu-toggle span {
  background-color: #000000;
  position: relative;
  top: 0;
  display: block;
  width: 24px;
  margin: 5px 0;
  height: 2px;
  transition: all 0.15s ease-out;
}
#solid-app-container .menu-toggle.menu-open span {
  opacity: 0;
}
#solid-app-container .menu-toggle.menu-open span:first-child {
  transform: rotate(45deg);
  opacity: 1;
  top: 7px;
}
#solid-app-container .menu-toggle.menu-open span:last-child {
  transform: rotate(-45deg);
  opacity: 1;
  top: -7px;
}
#solid-app-container #mobile-collapse {
  background-color: #FFFFFF;
  padding: 0 25px;
}
#solid-app-container #mobile-collapse .connectivity-nav {
  position: relative;
  padding: 10px 15px;
}
#solid-app-container #mobile-collapse .connectivity-nav span {
  color: #000000;
}
#solid-app-container #mobile-collapse .nav-item {
  padding-top: 20px;
}
#solid-app-container #mobile-collapse .nav-item:last-child {
  padding-bottom: 20px;
}
#solid-app-container #mobile-collapse .address-input .nav-link {
  padding: 0;
}
@media (min-width: 992px) {
  #solid-app-container #mobile-collapse {
    display: none !important;
  }
}
@media (max-width: 992px) {
  #solid-app-container .top-nav {
    justify-content: start !important;
  }
  #solid-app-container .nav-holder {
    margin-right: 0 !important;
    margin-left: auto;
  }
}
#solid-app-container .section-nav::-webkit-scrollbar {
  width: 0;
  /* Remove scrollbar space */
  background: transparent;
  /* Optional: just make scrollbar invisible */
}
#solid-app-container .section-nav {
  border: none;
  width: 100%;
  flex-wrap: nowrap;
  overflow-x: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
#solid-app-container .section-nav .nav-link {
  color: #343a40;
}
#solid-app-container .section-nav .nav-link.active {
  border: none;
  background-color: transparent;
  font-weight: bolder;
  height: 100%;
  border-bottom: 4px solid #1CF196;
  font-size: 18px;
}
@media (max-device-width: 1024px) {
  #solid-app-container .section-nav .nav-link.active {
    border-bottom: 4px solid transparent;
  }
}
#solid-app-container .section-nav .nav-link.active .section-item {
  display: block !important;
}
#solid-app-container .section-nav .nav-link.active .section-item-mobile {
  display: none;
}
#solid-app-container .section-nav .section-item span {
  font-size: 18px;
}
@media (max-device-width: 1024px) {
  #solid-app-container .section-nav .section-item span {
    display: none;
  }
}
@media (max-device-width: 1024px) {
  #solid-app-container .section-nav .section-item {
    display: none;
  }
}
#solid-app-container .section-nav .section-item-mobile {
  display: none;
}
@media (max-device-width: 1024px) {
  #solid-app-container .section-nav .section-item-mobile {
    display: block;
  }
}
#solid-app-container .section-nav .checkout-icon {
  background: #718096;
  color: #FFFFFF;
  position: relative;
  top: 8px;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  z-index: 1;
  font-size: 18px;
  padding: 5px;
}
#solid-app-container .section-nav .completed .checkout-icon {
  background: #1CF196;
}
#solid-app-container .breadcrumb {
  padding: 29px 0 29px 140px;
  margin: 0;
  width: 100%;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
@media (max-width: 767px) {
  #solid-app-container .breadcrumb {
    padding: 16px;
  }
}
#solid-app-container .breadcrumb-item + .breadcrumb-item::before {
  content: ">>";
  margin: 0 7px;
}
@media (max-device-width: 1024px) {
  #solid-app-container .breadcrumb-item + .breadcrumb-item::before {
    content: ">";
  }
}
#solid-app-container .breadcrumb-item {
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#solid-app-container .breadcrumb-item a, #solid-app-container .breadcrumb-item span {
  font: normal normal normal 18px/22px Neo Sans Pro;
  letter-spacing: 0px;
  color: #6D7481;
  opacity: 0.8;
}
@media (max-device-width: 1024px) {
  #solid-app-container .breadcrumb-item a, #solid-app-container .breadcrumb-item span {
    font-size: 12px;
  }
}
@media (max-device-width: 1024px) {
  #solid-app-container .breadcrumb-item {
    max-width: 80px;
  }
}
#solid-app-container .breadcrumb-item.active {
  white-space: nowrap;
  text-overflow: unset;
  max-width: 100%;
}
#solid-app-container .breadcrumb-item.active a, #solid-app-container .breadcrumb-item.active span {
  color: #1E283C;
  opacity: 1;
}
@media (max-device-width: 1024px) {
  #solid-app-container .breadcrumb-item.active a, #solid-app-container .breadcrumb-item.active span {
    font-size: 12px;
  }
}

#solid-app-container .cart-sidebar {
  width: 670px;
}
#solid-app-container .nav-sidebar {
  width: 456px;
  background-color: #F2F9FC;
}
#solid-app-container .nav-sidebar .b-sidebar-header {
  background: #FFFFFF;
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
}
@media (max-device-width: 767px) {
  #solid-app-container .nav-sidebar {
    background: transparent !important;
  }
}
#solid-app-container .sign-in-sidebar {
  width: 456px;
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
}
#solid-app-container .partner-cart-sidebar {
  margin: 16px;
  border-radius: 24px !important;
  height: calc(100vh - 122px) !important;
}
#solid-app-container .b-sidebar {
  top: 90px !important;
  height: calc(100vh - 90px);
  border-top: 1px solid #d6d8dc;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}
@media (max-device-width: 767px) {
  #solid-app-container .b-sidebar {
    border-top: none;
    margin: 10px 5px 20px 5px;
    border-radius: 24px;
    width: calc(100vw - 10px);
    height: calc(100vh - 130px);
  }
}
#solid-app-container .b-sidebar-right {
  border-radius: 24px 0px 0px 24px;
}
@media (max-device-width: 767px) {
  #solid-app-container .b-sidebar-right {
    border-top: none;
    border-radius: 24px;
  }
}
#solid-app-container .v-sidebar-menu {
  height: calc(100vh - 90px);
}
@media (max-device-width: 1024px) {
  #solid-app-container .v-sidebar-menu.vsm_collapsed {
    display: none;
  }
}
#solid-app-container .v-sidebar-menu .vsm--list {
  width: 100% !important;
  padding: 0 !important;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item {
  display: inherit !important;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item:hover {
  background: white;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--icon {
  background-color: transparent !important;
  width: 30px !important;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .badge {
  left: 20px;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--link {
  background: transparent;
  min-width: 80px;
  padding: 10px 25px !important;
  text-decoration: none !important;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--link.router-link-exact-active {
  color: #FFFFFF;
  background: linear-gradient(122deg, #5af447 25%, #1CF196 100%);
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--link.router-link-exact-active svg,
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--link.router-link-exact-active span {
  color: #FFFFFF !important;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--link.router-link-exact-active .vsm--arrow .d-toggle {
  border-color: #fff;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--link.router-link-exact-active .vsm--arrow .d-toggle svg {
  color: #fff !important;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--link:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 45px;
  width: 15px;
  height: 15px;
  background: #1CF196 url("../img/icon-check-white.svg") no-repeat center;
  background-size: 10px;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.15s ease-out;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--link .vsm--item_open.router-link-exact-active {
  color: #000000;
  background: linear-gradient(122deg, #5af447 25%, #1CF196 100%);
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--link .vsm--item_open.router-link-exact-active svg,
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--link .vsm--item_open.router-link-exact-active span {
  color: #000000 !important;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--link .vsm--item_open.router-link-exact-active .vsm--arrow .d-toggle {
  border-color: #fff;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--link .vsm--item_open.router-link-exact-active .vsm--arrow .d-toggle svg {
  color: #fff !important;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--link.vsm--link_level-1.vsm--link_active, #solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--link.vsm--link_active {
  box-shadow: 3px 0px 0px 0px #1CF196 inset !important;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--link .vsm--arrow {
  width: 25px;
  height: 25px;
  right: 20px;
  transition: all 0.15s ease-out;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--link .vsm--arrow .d-toggle {
  width: 25px;
  height: 25px;
  border: 2px solid #818ca3;
  display: block;
  border-radius: 50%;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--link .vsm--arrow .d-toggle svg {
  color: #818ca3 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  font-size: 13px !important;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--link .vsm--arrow .d-toggle svg.close {
  opacity: 0 !important;
  color: #818ca3;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--link .vsm--arrow::after {
  content: "";
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--link .vsm--arrow.vsm--arrow_open {
  transform: translateY(-50%) rotate(180deg) !important;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--link .vsm--arrow.vsm--arrow_open svg.close {
  opacity: 1 !important;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--link .vsm--arrow.vsm--arrow_open svg.open {
  opacity: 0;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--dropdown .vsm--list {
  margin-top: 0 !important;
  background-color: #FFFFFF;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--dropdown .vsm--list .vsm--item:not(.connectivity) {
  position: relative;
  padding: 0 10px 0 40px;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--dropdown .vsm--list .vsm--item:not(.connectivity):before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #000000;
  border-radius: 50%;
  transition: all 0.15s ease-out;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--dropdown .vsm--list .vsm--item:not(.connectivity).selected:before {
  background: #1CF196;
  border-color: #1CF196;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--dropdown .vsm--list .vsm--item:not(.connectivity) .selected-icon {
  color: #000000;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.15s ease-out;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--dropdown .vsm--list .vsm--item:not(.connectivity).selected .selected-icon {
  opacity: 1;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item .vsm--dropdown .vsm--list .vsm--item:not(.connectivity):hover {
  background-color: white !important;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item.connectivity {
  border-bottom: 1px solid;
  padding: 0px;
  white-space: nowrap;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item.connectivity:hover {
  background-color: white !important;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item.connectivity .btn {
  margin-top: 5px !important;
  box-shadow: none !important;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item.connectivity svg {
  color: #1CF196 !important;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item.connectivity.address-item svg {
  color: #1CF196 !important;
}
#solid-app-container .v-sidebar-menu .vsm--list .vsm--item.connectivity.address-item .btn:hover {
  background-color: #1CF196 !important;
}
#solid-app-container .v-sidebar-menu .vsm--mobile-item {
  display: none;
}
#solid-app-container .v-sidebar-menu.vsm_collapsed .vsm--arrow {
  opacity: 0;
}
#solid-app-container .v-sidebar-menu.vsm_expanded .vsm--arrow {
  opacity: 1;
}
#solid-app-container .sidebar-toggle {
  cursor: pointer;
  position: fixed;
  top: 50%;
  left: 80px;
  height: 70px;
  width: 30px;
  background-color: #FFFFFF;
  border-radius: 0 10px 10px 0;
  transform: translateY(-50%);
  transition: all 0.15s;
  z-index: 1;
}
@media (max-device-width: 1024px) and (min-width: 767px) {
  #solid-app-container .sidebar-toggle {
    left: 0;
  }
  #solid-app-container .sidebar-toggle.sidebar-open {
    left: 350px !important;
  }
}
@media (max-width: 767px) {
  #solid-app-container .sidebar-toggle {
    display: none;
  }
}
#solid-app-container .sidebar-toggle svg {
  color: #1CF196;
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: all 0.15s;
}
#solid-app-container .sidebar-toggle.sidebar-open {
  left: 310px;
}
#solid-app-container .sidebar-toggle.sidebar-open svg {
  transform: translate(-50%, -50%) rotate(180deg);
}
#solid-app-container .sidebar-header-icon {
  cursor: pointer;
  padding: 0;
  margin-top: 15px;
  margin-left: 10px;
}
#solid-app-container .sidebar-header-icon .vsm--icon {
  height: 30px !important;
  line-height: 30px !important;
  width: 30px !important;
  text-align: center !important;
  border-radius: 3px !important;
}
#solid-app-container .content-view-container {
  padding-top: 90px;
  min-height: 100vh;
}
@media (max-device-width: 1024px) {
  #solid-app-container .content-view-container {
    padding-left: 0;
    padding-bottom: 0;
  }
}
#solid-app-container .content-overlay {
  z-index: 10;
  background-color: #d6d8dc !important;
  opacity: 0.6;
  inset: 0;
  width: 100vw;
  height: 100%;
  position: fixed;
}
#solid-app-container .blur-content {
  /* Any browser which supports CSS3 */
  filter: blur(5px);
  /* Firefox version 34 and earlier */
  /* Webkit in Chrome 52, Safari 9, Opera 39, and earlier */
}
#solid-app-container .v-sidebar-menu .vsm--link_level-1 .vsm--icon {
  padding: 6px;
}
#solid-app-container .connectivity-nav {
  background-color: white;
  border-radius: 50px;
  border: 1px solid #1CF196;
}
#solid-app-container .connectivity-nav .nav-link {
  color: rgb(0, 0, 0) !important;
  overflow: hidden;
  padding: 11px 20px;
}
#solid-app-container .connectivity-nav .dropdown-item {
  line-height: 32px;
  padding: 10px;
}
#solid-app-container .connectivity-nav .dropdown-menu {
  width: calc(100% - 30px);
  left: 15px;
}
#solid-app-container .connectivity-nav .input-holder {
  position: absolute;
  right: -1px;
  background: #fff;
  width: 40px;
  top: 0;
  text-align: center;
  /* transform: translateY(-50%); */
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  height: 100%;
}
#solid-app-container .connectivity-nav .input-holder img {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  right: 15px;
  width: 15px;
}
#solid-app-container .v-sidebar-menu {
  transition: all 0.15s ease-out;
  background-color: #FFFFFF !important;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}
#solid-app-container .v-sidebar-menu .social-icons {
  padding: 15px 20px;
  opacity: 0;
  transition: all 0.15s;
}
#solid-app-container .v-sidebar-menu .social-icons span {
  display: inline-block;
  margin-right: 20px;
}
#solid-app-container .v-sidebar-menu.vsm_expanded .social-icons {
  opacity: 1;
}
@media (max-device-width: 1024px) {
  #solid-app-container .v-sidebar-menu {
    display: flex !important;
    left: -350px;
    max-width: 350px !important;
  }
  #solid-app-container .v-sidebar-menu.vsm_expanded {
    left: 0;
  }
}
@media (max-width: 400px) {
  #solid-app-container .v-sidebar-menu {
    width: 100% !important;
    max-width: 100% !important;
    left: -100%;
  }
}
#solid-app-container .nav-social-link {
  color: #000000;
  font-size: 2em;
}

.tooltip.sidebar-tooltip-class {
  width: 100px !important;
  left: 125px !important;
  will-change: transform !important;
}

#solid-app-container .line-item:last-child {
  border-bottom: 1px solid #1CF196;
}
#solid-app-container .line-item {
  background-color: #fdfdff;
  padding-left: 20px !important;
  padding-right: 20px !important;
  font-size: 14px !important;
}
#solid-app-container .line-item:not(:last-child) {
  border-bottom: 1px solid #d6d8dc;
}
#solid-app-container .tillslip-container .close-checkout {
  background-color: #F3F4FF;
}
#solid-app-container .tillslip-container .close-checkout svg {
  color: #1CF196;
}
#solid-app-container .tillslip-bar {
  z-index: 110;
  max-width: 600px;
  width: 20%;
  position: fixed;
  top: 55px;
  bottom: 0;
  height: 100%;
  right: 0;
  background-color: white;
  overflow-y: auto;
  transition: all 0.5 ease-out;
  -webkit-transition: all 0.5 ease-out;
  -moz-transition: all 0.5 ease-out;
  -o-transition: all 0.5 ease-out;
}
#solid-app-container .tillslip-bar .highlight {
  color: #1CF196;
}
#solid-app-container .tillslip-bar .till-card {
  border: 0;
}
#solid-app-container .tillslip-bar .till-card .card-header {
  padding-left: 20px !important;
  background-color: #f3f4ff !important;
  border-top-left-radius: 24px !important;
  border-top-right-radius: 24px !important;
}
@media (max-width : 576px) {
  #solid-app-container .tillslip-bar {
    max-width: 100vw;
    min-width: 100vw;
  }
}
@media (min-width : 576px) {
  #solid-app-container .tillslip-bar {
    max-width: 85vw;
    min-width: 85vw;
  }
}
@media (min-width : 768px) {
  #solid-app-container .tillslip-bar {
    max-width: 60vw;
    min-width: 60vw;
  }
}
@media (min-width : 992px) {
  #solid-app-container .tillslip-bar {
    max-width: 52vw;
    min-width: 52vw;
  }
}
@media (min-width : 1200px) {
  #solid-app-container .tillslip-bar {
    max-width: 45vw;
    min-width: 45vw;
  }
}
@media (min-width : 1400px) {
  #solid-app-container .tillslip-bar {
    max-width: 35vw;
    min-width: 35vw;
  }
}
@media (min-width : 1600px) {
  #solid-app-container .tillslip-bar {
    max-width: 30vw;
    min-width: 30vw;
  }
}
#solid-app-container .tillslip-bar.collapsed {
  max-width: 0;
  min-width: 0;
}
#solid-app-container .tillslip-bar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-bottom-color: white;
  border-top: 0;
  margin-left: -20px;
  margin-top: -20px;
}
#solid-app-container .tillslip-underlay {
  z-index: 105;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.71);
  transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
}
#solid-app-container .tillslip-underlay.collapsed {
  opacity: 0;
  width: 0;
}
#solid-app-container tr.group-header-row {
  color: #fff !important;
  background-color: #1CF196;
}
#solid-app-container tr.group-header-row:hover {
  color: #fff !important;
  background-color: #4cf4ac !important;
}

#solid-app-container .acc-toggle {
  padding-left: 20px;
  position: relative;
  box-shadow: none !important;
  background: white !important;
  background-size: 100% !important;
  color: black !important;
  padding: 0 !important;
  min-width: auto !important;
  width: 100%;
  font-size: 14px;
  text-align: left !important;
}
#solid-app-container .acc-toggle:hover {
  cursor: pointer;
  box-shadow: none !important;
}
#solid-app-container .acc-toggle:focus {
  box-shadow: none !important;
}
#solid-app-container .acc-toggle:active {
  box-shadow: none !important;
}
#solid-app-container .acc-toggle span b {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-weight: 100;
  line-height: 17px;
  width: 25px;
  height: 25px;
}
#solid-app-container .collapsed > .when-opened,
#solid-app-container :not(.collapsed) > .when-closed {
  display: none;
}
#solid-app-container .term-tab {
  font-size: 0.8em;
  padding: 0.4em 1em;
}
#solid-app-container .success {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0px 0px 20px;
}
@media (max-width: 767px) {
  #solid-app-container div.logos .VueCarousel-navigation-button, #solid-app-container .VueCarousel.logos .VueCarousel-navigation-button {
    top: 220px;
  }
}
@media (max-width: 420px) {
  #solid-app-container div.logos .VueCarousel-navigation-button, #solid-app-container .VueCarousel.logos .VueCarousel-navigation-button {
    top: 210px;
  }
}
@media (max-width: 360px) {
  #solid-app-container div.logos .VueCarousel-navigation-button, #solid-app-container .VueCarousel.logos .VueCarousel-navigation-button {
    top: 195px;
  }
}
#solid-app-container .VueCarousel-wrapper {
  margin: 0 -15px;
  width: calc(100% + 30px);
}
@media (max-width: 800px) {
  #solid-app-container .VueCarousel-wrapper {
    margin: 0;
    width: 100%;
    margin-left: 3px;
  }
}
#solid-app-container .VueCarousel-wrapper .VueCarousel-slide {
  padding: 0;
}
#solid-app-container .VueCarousel-wrapper .VueCarousel-slide img {
  margin: auto !important;
  display: block;
  max-width: 100%;
  max-height: 200px;
}
@media (max-width: 767px) {
  #solid-app-container .VueCarousel-wrapper .VueCarousel-slide img {
    max-height: 150px;
  }
}
#solid-app-container .VueCarousel-navigation-button {
  color: #1CF196;
  font-size: 24px;
  font-weight: 100;
  background: #1CF196;
  color: transparent;
  height: 48px;
  width: 48px;
  margin-top: 30px;
  line-height: 0;
  border-radius: 50%;
  padding: 0;
  margin: 0 5px !important;
  border: 2px solid #fff;
  box-shadow: 0px 0px 7px -4px #1d1d1d;
}
#solid-app-container .VueCarousel-navigation-button:not(.VueCarousel-navigation--disabled) {
  border-color: #1CF196;
}
@media (max-width: 767px) {
  #solid-app-container .VueCarousel-navigation-button {
    top: 110px;
  }
}
#solid-app-container .VueCarousel-navigation-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 23px;
  width: 16px;
  background-repeat: no-repeat;
  background-position: center center;
}
#solid-app-container .VueCarousel-navigation-next {
  right: 18px;
}
#solid-app-container .VueCarousel-navigation-next svg path {
  fill: #fff !important;
}
@media (max-width: 767px) {
  #solid-app-container .VueCarousel-navigation-next {
    right: 40px;
  }
}
#solid-app-container .VueCarousel-navigation-prev {
  left: 18px;
}
#solid-app-container .VueCarousel-navigation-prev svg path {
  fill: #fff !important;
}
@media (max-width: 767px) {
  #solid-app-container .VueCarousel-navigation-prev {
    left: 40px;
  }
}
#solid-app-container .in-cart {
  background: #FFFFFF 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 18px 13px rgba(248, 218, 217, 0.2980392157) !important;
  border: 2px solid #1CF196 !important;
  border-radius: 24px !important;
}
#solid-app-container .top-right {
  position: absolute;
  top: 3px;
  right: 16px;
  font-size: 18px;
}
#solid-app-container .package-card {
  width: 100%;
  display: flex;
  height: 100%;
  position: relative;
  justify-content: space-between;
  border-radius: 24px;
  border: 1px solid #CBD5E0;
  box-shadow: 0px 7px 6px rgba(189, 208, 228, 0.1803921569);
}
#solid-app-container .package-card.on-special {
  border: 3px solid #1CF196;
}
#solid-app-container .package-card .package-card-badge {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
#solid-app-container .package-card .package-card-badge .package-card-badge-text {
  width: fit-content;
  padding: 8px 25px;
  background: linear-gradient(122deg, #5af447 25%, #1CF196 100%);
  color: #fff;
  border-radius: 0 0 7px 7px;
}
#solid-app-container .package-card img.connectivity-supplier-logo {
  max-width: 300px;
  margin-bottom: 0px;
  height: 80px;
  padding: 16px 10px 8px;
}
@media (max-device-width: 767px) {
  #solid-app-container .package-card img.connectivity-supplier-logo {
    padding: 8px 6px 4px;
    height: 60px;
  }
}
#solid-app-container .package-card .price-once-off .price {
  font-size: 1.5rem !important;
  color: #1E283C !important;
}
#solid-app-container .package-card .payment-term {
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
  font-family: "Neo Sans Pro", sans-serif;
  letter-spacing: 0px;
  color: #718096;
  opacity: 1;
  color: #1CF196;
}
#solid-app-container .package-card .payment-term .payment-term-disclaimer {
  font-size: 13px !important;
  display: block;
  color: #6D7481;
  font-weight: 400 !important;
}
#solid-app-container .package-card .product-title {
  border-top: 1px solid #E4E8F2;
}
#solid-app-container .package-card .card-title {
  color: #1E283C;
  font-size: 18px;
  height: auto;
  padding: 10px 8px;
  position: relative;
}
@media (max-width: 767px) {
  #solid-app-container .package-card .card-title {
    font-size: 24px;
    padding: 10px 20px 0 20px;
  }
}
#solid-app-container .package-card .card-title.sub-heading {
  height: 122px;
}
#solid-app-container .package-card .card-title.sub-heading span {
  width: 100%;
  font-size: 1.2rem;
  text-align: center;
  position: absolute;
  top: 34px;
  left: 0px;
  display: block;
}
#solid-app-container .package-card .card-sub-title {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  font: normal 12px/22px Roboto;
  min-height: 18px;
  letter-spacing: 0px;
  color: #6D7481;
  opacity: 1;
  border: 1px solid #D6D8DC;
  padding: 5px 8px;
  border-radius: 7px;
}
#solid-app-container .package-card .card-sub-title .grey-question-icon {
  font-size: 19px;
}
#solid-app-container .package-card .card-sub-title .grey-question-icon svg {
  color: #D6D8DC;
}
#solid-app-container .package-card .card-body {
  padding: 0rem 1.25rem 0rem;
}
#solid-app-container .package-card .card-body .list-group .list-group-item {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  font-size: 16px;
}
#solid-app-container .package-card .card-body .list-group .list-group-item:first-child {
  border-top: none !important;
}
#solid-app-container .package-card .card-body .list-group .list-group-item p {
  padding-left: 30px;
  line-height: 20px;
  margin-bottom: 0;
  font-size: 14px;
}
#solid-app-container .package-card .card-body .list-group .list-group-item span {
  position: absolute;
  top: 50%;
  left: 10px;
  max-width: 20px;
  max-height: 20px;
  width: 100%;
  transform: translateY(-50%);
  opacity: 1;
}
#solid-app-container .package-card .card-body .list-group .list-group-item span svg {
  opacity: 1;
  max-width: 20px;
  max-height: 20px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#solid-app-container .package-card .card-body .card-description {
  text-align: left;
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  font-family: "Neo Sans Pro", sans-serif;
  letter-spacing: 0px;
  color: #6D7481 !important;
  opacity: 1;
}
#solid-app-container .package-card .card-body .card-description p {
  text-align: left;
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  font-family: "Neo Sans Pro", sans-serif;
  letter-spacing: 0px;
  color: #6D7481 !important;
  opacity: 1;
}
#solid-app-container .package-card .card-text p {
  text-align: left;
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  font-family: "Neo Sans Pro", sans-serif;
  letter-spacing: 0px;
  color: #6D7481 !important;
  opacity: 1;
}
#solid-app-container .package-card .card-text .price {
  font: normal normal medium 32px/42px Neo Sans Pro;
  font-size: 2rem;
  letter-spacing: 0px;
  color: #FF5000;
  opacity: 1;
  line-height: normal;
}
#solid-app-container .package-card .card-text .price.show-from:before {
  content: "From";
  font-size: 12px;
  font-weight: 300;
  vertical-align: super;
  padding-right: 5px;
}
#solid-app-container .package-card .card-text .price-secondary {
  color: #1CF196;
}
#solid-app-container .package-card .card-text .price-secondary span {
  font-size: 24px;
  font-weight: 600;
}
#solid-app-container .package-card .card-text .once {
  font-size: 22px;
  font-weight: 700;
  color: #1CF196;
}
#solid-app-container .package-card .card-footer {
  background: white;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  #solid-app-container .package-card .card-footer {
    margin: 0;
  }
}
#solid-app-container .package-card .package-term p {
  font-size: 0.8em;
  margin-bottom: 0px;
}
#solid-app-container .package-card .payment-section-alignment {
  position: relative;
  bottom: 0;
}
#solid-app-container .package-card .payment-section-info-row {
  align-items: center;
}
@media (max-width: 767px) {
  #solid-app-container .package-card .payment-section-info-row {
    flex-direction: column;
    align-items: flex-start;
  }
  #solid-app-container .package-card .payment-section-info-row .payment-term {
    padding-bottom: 0.8rem;
  }
}
@media (max-device-width: 767px) {
  #solid-app-container .package-card .payment-term-container {
    flex-flow: column;
    align-items: flex-start !important;
  }
}
#solid-app-container .package-card .payment-term-divider {
  display: flex;
  align-items: center;
}
@media (max-device-width: 767px) {
  #solid-app-container .package-card .payment-term-divider {
    margin-bottom: 1rem !important;
  }
}
#solid-app-container .package-card .payment-term-divider span {
  border-top: 2px dotted #D6D8DC;
  width: 90%;
  display: inline-block;
  margin-left: auto;
}
#solid-app-container .package-card .package-terms-heading {
  color: #6D7481;
  font-weight: 400;
  text-transform: uppercase;
}
#solid-app-container .package-card .package-terms {
  width: 76%;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  font-family: "Neo Sans Pro", sans-serif;
  letter-spacing: 0px;
  color: #718096;
  opacity: 1;
  background: #FFF 0% 0% no-repeat padding-box;
  border-radius: 12px;
  column-gap: 5px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #solid-app-container .package-card .package-terms {
    margin: 15px 0;
    width: 100%;
  }
}
#solid-app-container .package-card .package-terms .btn {
  max-height: 48px;
  position: relative;
  font-size: 0.8em !important;
  display: flex;
  flex: 1 0 0;
  justify-content: center;
  background: #F2F9FC;
  border: 2px solid #F2F9FC;
  border-radius: 0;
  color: #718096;
  box-shadow: none !important;
  text-align: center;
  word-wrap: normal;
  white-space: normal;
  font-weight: normal;
  padding-left: 12.5px;
  padding-right: 12.5px;
}
#solid-app-container .package-card .package-terms .btn:active, #solid-app-container .package-card .package-terms .btn:focus {
  border-color: #1CF196;
  background: #1CF196;
  color: #F2F9FC;
}
#solid-app-container .package-card .package-terms .btn.btn-action {
  position: relative;
  bottom: 0;
}
#solid-app-container .package-card .package-terms.rental-terms .btn:active, #solid-app-container .package-card .package-terms.rental-terms .btn:focus {
  box-shadow: none !important;
}
#solid-app-container .package-card .package-terms .active-term {
  background: #1CF196;
  color: #FFFFFF;
  font-weight: 600;
}
#solid-app-container .package-card .package-terms.multiple .btn {
  min-width: 0;
  border-radius: 12px;
}
#solid-app-container .package-card .badge {
  top: 0;
  left: 50%;
  min-width: 120px;
  transform: translate(-50%, -50%);
}
#solid-app-container .package-slide {
  position: relative;
}
#solid-app-container .package-slide.on-special {
  border: 3px solid #1CF196;
}
#solid-app-container .package-slide .card-title {
  text-align: center;
  color: white;
  font-size: 25px;
  background: linear-gradient(122deg, #5af447 25%, #1CF196 100%);
  height: 60px;
  padding: 0 10px;
  line-height: 64px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 0px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  #solid-app-container .package-slide .card-title {
    height: 40px;
    line-height: 42px;
  }
}
#solid-app-container .package-slide .card-title.long-text {
  font-size: 20px;
}
@media (max-width: 767px) {
  #solid-app-container .package-slide .card-title {
    font-size: 24px;
    padding: 0 10px;
  }
}
#solid-app-container .package-slide .card-title.sub-heading {
  height: 122px;
}
#solid-app-container .package-slide .card-title.sub-heading span {
  width: 100%;
  font-size: 1.2rem;
  text-align: center;
  position: absolute;
  top: 34px;
  left: 0px;
  display: block;
}
#solid-app-container .package-slide .card-body {
  padding: 2rem 1.25rem 0rem;
}
#solid-app-container .package-slide .card-body .list-group .list-group-item {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  font-size: 16px;
}
#solid-app-container .package-slide .card-body .list-group .list-group-item:first-child {
  border-top: none !important;
}
#solid-app-container .package-slide .card-body .list-group .list-group-item p {
  padding-left: 30px;
  line-height: 20px;
  margin-bottom: 0;
  font-size: 14px;
}
#solid-app-container .package-slide .card-body .list-group .list-group-item span {
  position: absolute;
  top: 50%;
  left: 10px;
  max-width: 20px;
  max-height: 20px;
  width: 100%;
  transform: translateY(-50%);
  opacity: 1;
}
#solid-app-container .package-slide .card-body .list-group .list-group-item span svg {
  opacity: 1;
  max-width: 20px;
  max-height: 20px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#solid-app-container .package-slide .card-text p {
  font-size: 12px;
  padding-top: 16px;
}
#solid-app-container .package-slide .card-text .price {
  color: #1CF196;
}
#solid-app-container .package-slide .card-text .price.show-from:before {
  content: "From";
  font-size: 12px;
  color: black;
  font-weight: 300;
  vertical-align: super;
  padding-right: 5px;
}
#solid-app-container .package-slide .card-text .once {
  color: #1CF196;
}
#solid-app-container .package-slide .card-text .once.price:before {
  font-size: 22px;
  font-weight: 700;
}
#solid-app-container .package-slide .card-footer {
  margin-bottom: 10px;
  background: white;
  min-height: 177px;
}
@media (max-width: 767px) {
  #solid-app-container .package-slide .card-footer {
    min-height: 0;
  }
}
#solid-app-container .package-slide .package-term p {
  font-size: 0.8em;
  margin-bottom: 0px;
}
#solid-app-container .package-slide .package-terms {
  display: flex;
  align-content: stretch;
  border-radius: 10px;
  overflow: hidden;
  height: 30px;
}
#solid-app-container .package-slide .package-terms .btn {
  position: relative;
  font-size: 0.74em !important;
  display: flex;
  flex: 1 0 0;
  justify-content: center;
  background: transparent;
  border: 2px solid #1CF196;
  border-radius: 0;
  color: #000000;
  padding: 3px;
  box-shadow: none !important;
  text-align: center;
  word-wrap: normal;
  white-space: normal;
}
#solid-app-container .package-slide .package-terms .btn:active, #solid-app-container .package-slide .package-terms .btn:focus {
  border-color: #1CF196;
  background: #1CF196;
}
#solid-app-container .package-slide .package-terms .btn:hover {
  color: #fff;
  background: #4cf4ac;
}
#solid-app-container .package-slide .package-terms .btn.btn-action {
  position: relative;
  bottom: 0;
  min-width: 0;
}
#solid-app-container .package-slide .package-terms .active-term {
  background: #1CF196;
  color: #FFFFFF;
}
#solid-app-container .package-slide .package-terms.multiple .btn {
  border-radius: 12px;
}
#solid-app-container .package-slide .badge {
  top: 0;
  left: 50%;
  min-width: 120px;
  transform: translate(-50%, -50%);
}
#solid-app-container .promo-badge {
  background: #1CF196;
  color: white;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 30px;
}
#solid-app-container .embed-package {
  font-family: "Roboto";
  padding: 20px;
}
#solid-app-container .embed-package .card-body {
  padding: 0;
}
#solid-app-container .embed-package .card-text,
#solid-app-container .embed-package .price {
  font-family: "Roboto" !important;
}
#solid-app-container .embed-package .once {
  font-size: 22px;
  font-weight: 700;
  font-family: "Roboto" !important;
}
#solid-app-container .embed-package .card-footer {
  margin-bottom: 0;
  margin-top: 10px;
  padding: 0;
}
#solid-app-container .embed-package .list-group-item {
  padding: 10px 20px;
}
#solid-app-container .embed-package .list-group-item p {
  padding-left: 30px;
  line-height: 20px;
  margin-bottom: 0;
}
#solid-app-container .embed-package .list-group-item span {
  position: absolute;
  top: 50%;
  left: 20px;
  max-width: 20px;
  max-height: 20px;
  width: 100%;
  transform: translateY(-50%);
  opacity: 1;
}
#solid-app-container .embed-package .list-group-item span svg {
  opacity: 1;
  max-width: 20px;
  max-height: 20px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#solid-app-container .term-promo-badge {
  position: absolute;
  top: -10px;
  right: -30px;
}
#solid-app-container .promo-badge {
  background: #1CF196;
  color: white;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 30px;
}
#solid-app-container .term-promo-badge {
  position: absolute;
  top: -10px;
  right: -30px;
}
#solid-app-container .multiselect {
  border-radius: 24px;
  width: 100% !important;
  padding: 0.5rem;
  border: 1px solid #D6D8DC;
}
#solid-app-container .multiselect:hover {
  cursor: pointer;
}
#solid-app-container .multiselect__content-wrapper {
  margin-top: 1px;
  border-radius: 24px;
  padding: 0.5rem;
  min-width: unset !important;
  width: 100% !important;
  border: 1px solid #D6D8DC;
  left: -0.1rem;
}
#solid-app-container .multiselect__element:not(:last-child) {
  border-bottom: 1px solid #d6d8dc;
}
#solid-app-container .multiselect__select {
  right: 0.6rem;
  top: 17%;
}
#solid-app-container .multiselect__element, #solid-app-container .multiselect__option--selected {
  border-radius: 24px;
}
#solid-app-container .multiselect__content {
  margin-bottom: 0;
}
#solid-app-container .multiselect__tags {
  border-radius: 24px;
  border: unset;
}
#solid-app-container .multiselect__option--highlight {
  background: #F3F4FF 0% 0% no-repeat padding-box;
  border-radius: 24px;
  color: black;
}
#solid-app-container .select-icon {
  position: absolute;
  right: 20px;
  font-size: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #1CF196;
}
#solid-app-container .multiselect--active .select-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
#solid-app-container .price-value {
  font-size: 24px;
  line-height: 36px;
  font-family: "Neo Sans Pro", sans-serif;
  display: inline-block;
  align-self: flex-end;
}
#solid-app-container .pm-small {
  font-weight: 400;
  color: #4A5568;
  padding-left: 4px;
  font-size: 12px;
  line-height: 24px;
  display: inline-block;
  align-self: flex-end;
}

.supplier-logo {
  justify-content: start;
  display: flex;
}
@media (max-device-width: 1024px) {
  .supplier-logo {
    justify-content: center;
    padding-top: 20px;
  }
}
.supplier-logo > img {
  width: 275px;
  padding-top: 30px;
  padding-bottom: 24px;
}
@media (max-device-width: 767px) {
  .supplier-logo > img {
    padding-top: 26px;
    padding-bottom: 10px;
    width: 170px;
  }
}

.promotional-button {
  width: 80%;
  justify-content: center;
  text-align: center;
  background: transparent linear-gradient(106deg, #323C50 0%, #1E283C 100%) 0% 0% no-repeat padding-box;
  color: #FFFFFF;
  padding: 1em;
  box-shadow: 0 6px 6px rgba(217, 219, 248, 0.2980392157);
  border-radius: 27px;
  opacity: 1;
}
@media (max-device-width: 767px) {
  .promotional-button {
    margin: auto;
  }
}
.promotional-button .promotion-text {
  text-align: left;
  font: normal 18px/24px Neo Sans Pro;
  letter-spacing: 0;
  color: #FFFFFF;
  opacity: 1;
  padding-right: 30px;
}

.supplier-package-box {
  border-radius: 16px;
  border: 2px solid #D6D8DC;
  position: relative;
  margin-top: 1em;
  width: 100%;
  display: flex;
  background: #FFFFFF 0% 0% no-repeat padding-box;
}
@media (max-device-width: 1024px) {
  .supplier-package-box {
    margin-left: 7px;
  }
}
@media (max-device-width: 767px) {
  .supplier-package-box {
    margin-left: 0;
  }
}

.supplier-product-list-download {
  color: #0082C8;
  font-weight: bold;
}

.supplier-package {
  width: 100%;
  padding: 1.3em 1.3em 0;
  display: flex;
}
@media (max-device-width: 1024px) {
  .supplier-package {
    flex-direction: column;
    padding: 0 0.5em 0;
  }
}

.package-bottom {
  padding: 1em;
}
@media (max-device-width: 767px) {
  .package-bottom {
    width: 100%;
  }
}

.supplier {
  width: 40%;
  padding: 0 2em 0;
}
@media (max-device-width: 1024px) {
  .supplier {
    width: 100%;
    padding: 0;
  }
}

.supplier-perks {
  padding: 0;
}
@media (max-device-width: 1024px) {
  .supplier-perks {
    width: 100%;
  }
}

.special-terms-conditions {
  margin-top: 25px;
}
.special-terms-conditions ol {
  list-style-position: inside;
  padding-left: 0;
}
.special-terms-conditions ol li {
  padding-bottom: 10px;
  font-style: italic;
}

.temp-hypa-upsell--container {
  padding: 1rem;
  margin-top: 2rem;
  background: #00AA00;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 1rem;
  color: #fff;
}
.temp-hypa-upsell--container p {
  font-weight: bold;
  margin-bottom: 0.75rem;
  font-size: 1rem;
}
.temp-hypa-upsell--container h3 {
  font-size: 1.6875rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.temp-hypa-upsell--container h4 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.temp-hypa-upsell--container h4 span {
  font-size: 1rem;
  text-transform: uppercase;
}
@media (max-device-width: 767px) {
  .temp-hypa-upsell--container p {
    font-size: 14px;
  }
  .temp-hypa-upsell--container h3 {
    font-size: 1.5rem;
  }
  .temp-hypa-upsell--container h4 {
    font-size: 19px;
  }
  .temp-hypa-upsell--container h4 span {
    font-size: 14px;
  }
}
.temp-hypa-upsell--container button {
  border: 0 !important;
  width: 100% !important;
  border-radius: 1rem !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 15px;
}
.temp-hypa-upsell--container button img {
  filter: brightness(0) invert(1);
  max-width: 160px;
}
.temp-hypa-upsell--container button svg {
  height: 2rem !important;
  transform: translateX(0px);
  transition: all 0.2s ease-in-out;
}
@media (max-device-width: 767px) {
  .temp-hypa-upsell--container button svg {
    height: 1.5rem !important;
  }
}
.temp-hypa-upsell--container button:hover svg {
  transform: translateX(10px);
}

.supplier-options {
  width: 60%;
  display: block;
}
@media (max-device-width: 1024px) {
  .supplier-options {
    width: 100%;
    padding: 0;
  }
}

.supplier-terms-and-conditions {
  display: inline-grid;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 42px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0px;
  color: #4A5568;
  opacity: 1;
}
.supplier-terms-and-conditions .terms-link {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #0082C8 !important;
  text-decoration: underline !important;
  font-style: italic;
}

/* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}

.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 5px solid #00AA00;
}

.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 0.5em 0;
  background: linear-gradient(225deg, #5af447 0%, #5af447 20%, #1CF196 100%) 0% 0% no-repeat padding-box;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bolder;
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}

.ribbon-top-left::before {
  top: 0;
  right: 10px;
}

.ribbon-top-left::after {
  bottom: 10px;
  left: 0;
}

.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

#solid-app-container p.website-package-card-terms {
  font-size: 12px;
  margin: 15px 0 0;
  line-height: 1.5em;
}
#solid-app-container .card-deck > * {
  flex: 0 0 33%;
  flex-basis: 33%;
}
@media (max-width: 992px) {
  #solid-app-container .card-deck > * {
    flex-basis: 50%;
  }
}
@media (max-width: 767px) {
  #solid-app-container .card-deck > * {
    flex-basis: 100%;
    flex-shrink: 1;
  }
}
#solid-app-container .card.product-card {
  border-radius: 24px;
  box-shadow: 0px 7px 6px rgba(189, 208, 228, 0.1803921569);
  flex: 0 0 30%;
  flex-basis: calc(33% - 30px);
  position: relative;
  overflow: hidden;
  text-align: center;
}
@media (min-width: 1024px) {
  #solid-app-container .card.product-card {
    min-height: 385px;
  }
}
#solid-app-container .card.product-card .btn-secondary {
  width: 100% !important;
}
@media (max-width: 992px) {
  #solid-app-container .card.product-card {
    flex-basis: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  #solid-app-container .card.product-card {
    flex-basis: calc(100% - 30px);
    flex-shrink: 1;
  }
}
#solid-app-container .card.product-card .card-img-top {
  max-height: 206px;
  width: auto;
}
@media (max-device-width: 767px) {
  #solid-app-container .card.product-card .card-img-top {
    padding-right: 50px;
    padding-left: 50px;
  }
}
#solid-app-container .card.product-card .card-header {
  background: transparent;
  border: none;
  padding: 25px 20px 5px;
}
#solid-app-container .card.product-card .card-title {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 20px;
}
#solid-app-container .card.product-card .card-body {
  padding: 5px 20px 10px;
  min-height: 50px;
}
#solid-app-container .card.product-card .card-footer {
  border-radius: 0;
  background: transparent;
  border: none;
  padding: 0 20px 20px;
}
#solid-app-container .card.connectivity-card .card-body {
  height: 0;
}
#solid-app-container .card.checkout-card {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1) !important;
}
#solid-app-container .card.checkout-card .card-body {
  padding: 30px;
}
@media (max-device-width: 767px) {
  #solid-app-container .card.checkout-card .card-body {
    padding: 15px;
  }
}
#solid-app-container .card.checkout-card .form-control {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1) !important;
  background-color: #FFFFFF;
}
#solid-app-container .card.checkout-card .list-group-item {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1) !important;
  background-color: #FFFFFF;
}
#solid-app-container .card.checkout-card .custom-select {
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1) !important;
  background-color: #FFFFFF;
}
#solid-app-container .card.checkout-card .acc-toggle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 13px;
  z-index: 1;
  width: 25px;
  height: 20px;
}
#solid-app-container #kaspersky-carousel h3.card-title {
  font-size: 18px;
}

#solid-app-container .btn,
#modal-confirm .btn,
#offer-code-input-modal .btn,
#rica-details-modal .btn,
#cart-order-details-modal .btn,
div[id*=_modal_outer_] .btn,
#update-account-modal .modal-dialog .modal-content .modal-body .btn {
  border-radius: 24px;
  cursor: pointer;
  padding: 10px 25px;
  font-size: 17px;
  min-width: 140px;
  position: relative;
  text-align: center;
  display: inline-block;
  color: #000000;
  align-items: center;
}
@media (max-device-width: 767px) {
  #solid-app-container .btn,
#modal-confirm .btn,
#offer-code-input-modal .btn,
#rica-details-modal .btn,
#cart-order-details-modal .btn,
div[id*=_modal_outer_] .btn,
#update-account-modal .modal-dialog .modal-content .modal-body .btn {
    width: max-content;
    min-width: 110px;
  }
}
#solid-app-container .btn.disabled,
#modal-confirm .btn.disabled,
#offer-code-input-modal .btn.disabled,
#rica-details-modal .btn.disabled,
#cart-order-details-modal .btn.disabled,
div[id*=_modal_outer_] .btn.disabled,
#update-account-modal .modal-dialog .modal-content .modal-body .btn.disabled {
  color: #D6D8DC;
}
#solid-app-container .btn-primary:not(.rounded-circle),
#solid-app-container .btn-secondary,
#solid-app-container .btn-secondary-remove,
#solid-app-container .btn-secondary-confirm,
#solid-app-container .btn-success,
#solid-app-container .btn-success-outline,
#solid-app-container .btn-navy,
#solid-app-container .btn-outline-dark,
#solid-app-container .btn-outline-light,
#solid-app-container .btn-outline-primary,
#solid-app-container :not(.b-calendar-nav) > .btn-outline-secondary,
#solid-app-container .btn-outline-navy,
#solid-app-container .btn-outline-back,
#solid-app-container .btn-action,
#solid-app-container .btn-aquatic,
#solid-app-container .btn-add-to-order-primary,
#solid-app-container .btn-remove-from-order-primary,
#solid-app-container .btn-add-to-order,
#modal-confirm .btn-primary:not(.rounded-circle),
#modal-confirm .btn-secondary,
#modal-confirm .btn-secondary-remove,
#modal-confirm .btn-secondary-confirm,
#modal-confirm .btn-success,
#modal-confirm .btn-success-outline,
#modal-confirm .btn-navy,
#modal-confirm .btn-outline-dark,
#modal-confirm .btn-outline-light,
#modal-confirm .btn-outline-primary,
#modal-confirm :not(.b-calendar-nav) > .btn-outline-secondary,
#modal-confirm .btn-outline-navy,
#modal-confirm .btn-outline-back,
#modal-confirm .btn-action,
#modal-confirm .btn-aquatic,
#modal-confirm .btn-add-to-order-primary,
#modal-confirm .btn-remove-from-order-primary,
#modal-confirm .btn-add-to-order,
#offer-code-input-modal .btn-primary:not(.rounded-circle),
#offer-code-input-modal .btn-secondary,
#offer-code-input-modal .btn-secondary-remove,
#offer-code-input-modal .btn-secondary-confirm,
#offer-code-input-modal .btn-success,
#offer-code-input-modal .btn-success-outline,
#offer-code-input-modal .btn-navy,
#offer-code-input-modal .btn-outline-dark,
#offer-code-input-modal .btn-outline-light,
#offer-code-input-modal .btn-outline-primary,
#offer-code-input-modal :not(.b-calendar-nav) > .btn-outline-secondary,
#offer-code-input-modal .btn-outline-navy,
#offer-code-input-modal .btn-outline-back,
#offer-code-input-modal .btn-action,
#offer-code-input-modal .btn-aquatic,
#offer-code-input-modal .btn-add-to-order-primary,
#offer-code-input-modal .btn-remove-from-order-primary,
#offer-code-input-modal .btn-add-to-order,
#rica-details-modal .btn-primary:not(.rounded-circle),
#rica-details-modal .btn-secondary,
#rica-details-modal .btn-secondary-remove,
#rica-details-modal .btn-secondary-confirm,
#rica-details-modal .btn-success,
#rica-details-modal .btn-success-outline,
#rica-details-modal .btn-navy,
#rica-details-modal .btn-outline-dark,
#rica-details-modal .btn-outline-light,
#rica-details-modal .btn-outline-primary,
#rica-details-modal :not(.b-calendar-nav) > .btn-outline-secondary,
#rica-details-modal .btn-outline-navy,
#rica-details-modal .btn-outline-back,
#rica-details-modal .btn-action,
#rica-details-modal .btn-aquatic,
#rica-details-modal .btn-add-to-order-primary,
#rica-details-modal .btn-remove-from-order-primary,
#rica-details-modal .btn-add-to-order,
#cart-order-details-modal .btn-primary:not(.rounded-circle),
#cart-order-details-modal .btn-secondary,
#cart-order-details-modal .btn-secondary-remove,
#cart-order-details-modal .btn-secondary-confirm,
#cart-order-details-modal .btn-success,
#cart-order-details-modal .btn-success-outline,
#cart-order-details-modal .btn-navy,
#cart-order-details-modal .btn-outline-dark,
#cart-order-details-modal .btn-outline-light,
#cart-order-details-modal .btn-outline-primary,
#cart-order-details-modal :not(.b-calendar-nav) > .btn-outline-secondary,
#cart-order-details-modal .btn-outline-navy,
#cart-order-details-modal .btn-outline-back,
#cart-order-details-modal .btn-action,
#cart-order-details-modal .btn-aquatic,
#cart-order-details-modal .btn-add-to-order-primary,
#cart-order-details-modal .btn-remove-from-order-primary,
#cart-order-details-modal .btn-add-to-order,
div[id*=_modal_outer_] .btn-primary:not(.rounded-circle),
div[id*=_modal_outer_] .btn-secondary,
div[id*=_modal_outer_] .btn-secondary-remove,
div[id*=_modal_outer_] .btn-secondary-confirm,
div[id*=_modal_outer_] .btn-success,
div[id*=_modal_outer_] .btn-success-outline,
div[id*=_modal_outer_] .btn-navy,
div[id*=_modal_outer_] .btn-outline-dark,
div[id*=_modal_outer_] .btn-outline-light,
div[id*=_modal_outer_] .btn-outline-primary,
div[id*=_modal_outer_] :not(.b-calendar-nav) > .btn-outline-secondary,
div[id*=_modal_outer_] .btn-outline-navy,
div[id*=_modal_outer_] .btn-outline-back,
div[id*=_modal_outer_] .btn-action,
div[id*=_modal_outer_] .btn-aquatic,
div[id*=_modal_outer_] .btn-add-to-order-primary,
div[id*=_modal_outer_] .btn-remove-from-order-primary,
div[id*=_modal_outer_] .btn-add-to-order,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-primary:not(.rounded-circle),
#update-account-modal .modal-dialog .modal-content .modal-body .btn-secondary,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-secondary-remove,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-secondary-confirm,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-success,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-success-outline,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-navy,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-dark,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-light,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-primary,
#update-account-modal .modal-dialog .modal-content .modal-body :not(.b-calendar-nav) > .btn-outline-secondary,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-navy,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-back,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-action,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-aquatic,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-add-to-order-primary,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-remove-from-order-primary,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-add-to-order {
  position: relative;
  transition-property: background-color, color, box-shadow;
  border: none;
}
#solid-app-container .btn-primary:not(.rounded-circle).btn-sm, #solid-app-container .btn-group-sm > .btn-primary.btn:not(.rounded-circle), #solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-primary.btn:not(.rounded-circle), div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-primary.btn:not(.rounded-circle), #solid-app-container .b-toaster .btn-group-sm > .btn-primary.btn:not(.rounded-circle), .b-toaster #solid-app-container .btn-group-sm > .btn-primary.btn:not(.rounded-circle), #solid-app-container .btn-primary:not(.rounded-circle).btn-xs,
#solid-app-container .btn-secondary.btn-sm,
#solid-app-container .btn-group-sm > .btn-secondary.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-secondary.btn,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-secondary.btn,
#solid-app-container .b-toaster .btn-group-sm > .btn-secondary.btn,
.b-toaster #solid-app-container .btn-group-sm > .btn-secondary.btn,
#solid-app-container .btn-secondary.btn-xs,
#solid-app-container .btn-secondary-remove.btn-sm,
#solid-app-container .btn-group-sm > .btn-secondary-remove.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-secondary-remove.btn,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-secondary-remove.btn,
#solid-app-container .b-toaster .btn-group-sm > .btn-secondary-remove.btn,
.b-toaster #solid-app-container .btn-group-sm > .btn-secondary-remove.btn,
#solid-app-container .btn-secondary-remove.btn-xs,
#solid-app-container .btn-secondary-confirm.btn-sm,
#solid-app-container .btn-group-sm > .btn-secondary-confirm.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-secondary-confirm.btn,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-secondary-confirm.btn,
#solid-app-container .b-toaster .btn-group-sm > .btn-secondary-confirm.btn,
.b-toaster #solid-app-container .btn-group-sm > .btn-secondary-confirm.btn,
#solid-app-container .btn-secondary-confirm.btn-xs,
#solid-app-container .btn-success.btn-sm,
#solid-app-container .btn-group-sm > .btn-success.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-success.btn,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-success.btn,
#solid-app-container .b-toaster .btn-group-sm > .btn-success.btn,
.b-toaster #solid-app-container .btn-group-sm > .btn-success.btn,
#solid-app-container .btn-success.btn-xs,
#solid-app-container .btn-success-outline.btn-sm,
#solid-app-container .btn-group-sm > .btn-success-outline.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-success-outline.btn,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-success-outline.btn,
#solid-app-container .b-toaster .btn-group-sm > .btn-success-outline.btn,
.b-toaster #solid-app-container .btn-group-sm > .btn-success-outline.btn,
#solid-app-container .btn-success-outline.btn-xs,
#solid-app-container .btn-navy.btn-sm,
#solid-app-container .btn-group-sm > .btn-navy.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-navy.btn,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-navy.btn,
#solid-app-container .b-toaster .btn-group-sm > .btn-navy.btn,
.b-toaster #solid-app-container .btn-group-sm > .btn-navy.btn,
#solid-app-container .btn-navy.btn-xs,
#solid-app-container .btn-outline-dark.btn-sm,
#solid-app-container .btn-group-sm > .btn-outline-dark.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-outline-dark.btn,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-outline-dark.btn,
#solid-app-container .b-toaster .btn-group-sm > .btn-outline-dark.btn,
.b-toaster #solid-app-container .btn-group-sm > .btn-outline-dark.btn,
#solid-app-container .btn-outline-dark.btn-xs,
#solid-app-container .btn-outline-light.btn-sm,
#solid-app-container .btn-group-sm > .btn-outline-light.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-outline-light.btn,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-outline-light.btn,
#solid-app-container .b-toaster .btn-group-sm > .btn-outline-light.btn,
.b-toaster #solid-app-container .btn-group-sm > .btn-outline-light.btn,
#solid-app-container .btn-outline-light.btn-xs,
#solid-app-container .btn-outline-primary.btn-sm,
#solid-app-container .btn-group-sm > .btn-outline-primary.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-outline-primary.btn,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-outline-primary.btn,
#solid-app-container .b-toaster .btn-group-sm > .btn-outline-primary.btn,
.b-toaster #solid-app-container .btn-group-sm > .btn-outline-primary.btn,
#solid-app-container .btn-outline-primary.btn-xs,
#solid-app-container :not(.b-calendar-nav) > .btn-outline-secondary.btn-sm,
#solid-app-container .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
#solid-app-container .b-toaster .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
.b-toaster #solid-app-container .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
#solid-app-container :not(.b-calendar-nav) > .btn-outline-secondary.btn-xs,
#solid-app-container .btn-outline-navy.btn-sm,
#solid-app-container .btn-group-sm > .btn-outline-navy.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-outline-navy.btn,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-outline-navy.btn,
#solid-app-container .b-toaster .btn-group-sm > .btn-outline-navy.btn,
.b-toaster #solid-app-container .btn-group-sm > .btn-outline-navy.btn,
#solid-app-container .btn-outline-navy.btn-xs,
#solid-app-container .btn-outline-back.btn-sm,
#solid-app-container .btn-group-sm > .btn-outline-back.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-outline-back.btn,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-outline-back.btn,
#solid-app-container .b-toaster .btn-group-sm > .btn-outline-back.btn,
.b-toaster #solid-app-container .btn-group-sm > .btn-outline-back.btn,
#solid-app-container .btn-outline-back.btn-xs,
#solid-app-container .btn-action.btn-sm,
#solid-app-container .btn-group-sm > .btn-action.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-action.btn,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-action.btn,
#solid-app-container .b-toaster .btn-group-sm > .btn-action.btn,
.b-toaster #solid-app-container .btn-group-sm > .btn-action.btn,
#solid-app-container .btn-action.btn-xs,
#solid-app-container .btn-aquatic.btn-sm,
#solid-app-container .btn-group-sm > .btn-aquatic.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-aquatic.btn,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-aquatic.btn,
#solid-app-container .b-toaster .btn-group-sm > .btn-aquatic.btn,
.b-toaster #solid-app-container .btn-group-sm > .btn-aquatic.btn,
#solid-app-container .btn-aquatic.btn-xs,
#solid-app-container .btn-add-to-order-primary.btn-sm,
#solid-app-container .btn-group-sm > .btn-add-to-order-primary.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-add-to-order-primary.btn,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-add-to-order-primary.btn,
#solid-app-container .b-toaster .btn-group-sm > .btn-add-to-order-primary.btn,
.b-toaster #solid-app-container .btn-group-sm > .btn-add-to-order-primary.btn,
#solid-app-container .btn-add-to-order-primary.btn-xs,
#solid-app-container .btn-remove-from-order-primary.btn-sm,
#solid-app-container .btn-group-sm > .btn-remove-from-order-primary.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-remove-from-order-primary.btn,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-remove-from-order-primary.btn,
#solid-app-container .b-toaster .btn-group-sm > .btn-remove-from-order-primary.btn,
.b-toaster #solid-app-container .btn-group-sm > .btn-remove-from-order-primary.btn,
#solid-app-container .btn-remove-from-order-primary.btn-xs,
#solid-app-container .btn-add-to-order.btn-sm,
#solid-app-container .btn-group-sm > .btn-add-to-order.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-add-to-order.btn,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-add-to-order.btn,
#solid-app-container .b-toaster .btn-group-sm > .btn-add-to-order.btn,
.b-toaster #solid-app-container .btn-group-sm > .btn-add-to-order.btn,
#solid-app-container .btn-add-to-order.btn-xs,
#modal-confirm .btn-primary:not(.rounded-circle).btn-sm,
#modal-confirm #solid-app-container .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
#solid-app-container #modal-confirm .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
#modal-confirm div[id*=_modal_outer_] .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
div[id*=_modal_outer_] #modal-confirm .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
#modal-confirm .b-toaster .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
.b-toaster #modal-confirm .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
#modal-confirm .btn-primary:not(.rounded-circle).btn-xs,
#modal-confirm .btn-secondary.btn-sm,
#modal-confirm #solid-app-container .btn-group-sm > .btn-secondary.btn,
#solid-app-container #modal-confirm .btn-group-sm > .btn-secondary.btn,
#modal-confirm div[id*=_modal_outer_] .btn-group-sm > .btn-secondary.btn,
div[id*=_modal_outer_] #modal-confirm .btn-group-sm > .btn-secondary.btn,
#modal-confirm .b-toaster .btn-group-sm > .btn-secondary.btn,
.b-toaster #modal-confirm .btn-group-sm > .btn-secondary.btn,
#modal-confirm .btn-secondary.btn-xs,
#modal-confirm .btn-secondary-remove.btn-sm,
#modal-confirm #solid-app-container .btn-group-sm > .btn-secondary-remove.btn,
#solid-app-container #modal-confirm .btn-group-sm > .btn-secondary-remove.btn,
#modal-confirm div[id*=_modal_outer_] .btn-group-sm > .btn-secondary-remove.btn,
div[id*=_modal_outer_] #modal-confirm .btn-group-sm > .btn-secondary-remove.btn,
#modal-confirm .b-toaster .btn-group-sm > .btn-secondary-remove.btn,
.b-toaster #modal-confirm .btn-group-sm > .btn-secondary-remove.btn,
#modal-confirm .btn-secondary-remove.btn-xs,
#modal-confirm .btn-secondary-confirm.btn-sm,
#modal-confirm #solid-app-container .btn-group-sm > .btn-secondary-confirm.btn,
#solid-app-container #modal-confirm .btn-group-sm > .btn-secondary-confirm.btn,
#modal-confirm div[id*=_modal_outer_] .btn-group-sm > .btn-secondary-confirm.btn,
div[id*=_modal_outer_] #modal-confirm .btn-group-sm > .btn-secondary-confirm.btn,
#modal-confirm .b-toaster .btn-group-sm > .btn-secondary-confirm.btn,
.b-toaster #modal-confirm .btn-group-sm > .btn-secondary-confirm.btn,
#modal-confirm .btn-secondary-confirm.btn-xs,
#modal-confirm .btn-success.btn-sm,
#modal-confirm #solid-app-container .btn-group-sm > .btn-success.btn,
#solid-app-container #modal-confirm .btn-group-sm > .btn-success.btn,
#modal-confirm div[id*=_modal_outer_] .btn-group-sm > .btn-success.btn,
div[id*=_modal_outer_] #modal-confirm .btn-group-sm > .btn-success.btn,
#modal-confirm .b-toaster .btn-group-sm > .btn-success.btn,
.b-toaster #modal-confirm .btn-group-sm > .btn-success.btn,
#modal-confirm .btn-success.btn-xs,
#modal-confirm .btn-success-outline.btn-sm,
#modal-confirm #solid-app-container .btn-group-sm > .btn-success-outline.btn,
#solid-app-container #modal-confirm .btn-group-sm > .btn-success-outline.btn,
#modal-confirm div[id*=_modal_outer_] .btn-group-sm > .btn-success-outline.btn,
div[id*=_modal_outer_] #modal-confirm .btn-group-sm > .btn-success-outline.btn,
#modal-confirm .b-toaster .btn-group-sm > .btn-success-outline.btn,
.b-toaster #modal-confirm .btn-group-sm > .btn-success-outline.btn,
#modal-confirm .btn-success-outline.btn-xs,
#modal-confirm .btn-navy.btn-sm,
#modal-confirm #solid-app-container .btn-group-sm > .btn-navy.btn,
#solid-app-container #modal-confirm .btn-group-sm > .btn-navy.btn,
#modal-confirm div[id*=_modal_outer_] .btn-group-sm > .btn-navy.btn,
div[id*=_modal_outer_] #modal-confirm .btn-group-sm > .btn-navy.btn,
#modal-confirm .b-toaster .btn-group-sm > .btn-navy.btn,
.b-toaster #modal-confirm .btn-group-sm > .btn-navy.btn,
#modal-confirm .btn-navy.btn-xs,
#modal-confirm .btn-outline-dark.btn-sm,
#modal-confirm #solid-app-container .btn-group-sm > .btn-outline-dark.btn,
#solid-app-container #modal-confirm .btn-group-sm > .btn-outline-dark.btn,
#modal-confirm div[id*=_modal_outer_] .btn-group-sm > .btn-outline-dark.btn,
div[id*=_modal_outer_] #modal-confirm .btn-group-sm > .btn-outline-dark.btn,
#modal-confirm .b-toaster .btn-group-sm > .btn-outline-dark.btn,
.b-toaster #modal-confirm .btn-group-sm > .btn-outline-dark.btn,
#modal-confirm .btn-outline-dark.btn-xs,
#modal-confirm .btn-outline-light.btn-sm,
#modal-confirm #solid-app-container .btn-group-sm > .btn-outline-light.btn,
#solid-app-container #modal-confirm .btn-group-sm > .btn-outline-light.btn,
#modal-confirm div[id*=_modal_outer_] .btn-group-sm > .btn-outline-light.btn,
div[id*=_modal_outer_] #modal-confirm .btn-group-sm > .btn-outline-light.btn,
#modal-confirm .b-toaster .btn-group-sm > .btn-outline-light.btn,
.b-toaster #modal-confirm .btn-group-sm > .btn-outline-light.btn,
#modal-confirm .btn-outline-light.btn-xs,
#modal-confirm .btn-outline-primary.btn-sm,
#modal-confirm #solid-app-container .btn-group-sm > .btn-outline-primary.btn,
#solid-app-container #modal-confirm .btn-group-sm > .btn-outline-primary.btn,
#modal-confirm div[id*=_modal_outer_] .btn-group-sm > .btn-outline-primary.btn,
div[id*=_modal_outer_] #modal-confirm .btn-group-sm > .btn-outline-primary.btn,
#modal-confirm .b-toaster .btn-group-sm > .btn-outline-primary.btn,
.b-toaster #modal-confirm .btn-group-sm > .btn-outline-primary.btn,
#modal-confirm .btn-outline-primary.btn-xs,
#modal-confirm :not(.b-calendar-nav) > .btn-outline-secondary.btn-sm,
#modal-confirm #solid-app-container .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
#solid-app-container #modal-confirm .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
#modal-confirm div[id*=_modal_outer_] .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
div[id*=_modal_outer_] #modal-confirm .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
#modal-confirm .b-toaster .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
.b-toaster #modal-confirm .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
#modal-confirm :not(.b-calendar-nav) > .btn-outline-secondary.btn-xs,
#modal-confirm .btn-outline-navy.btn-sm,
#modal-confirm #solid-app-container .btn-group-sm > .btn-outline-navy.btn,
#solid-app-container #modal-confirm .btn-group-sm > .btn-outline-navy.btn,
#modal-confirm div[id*=_modal_outer_] .btn-group-sm > .btn-outline-navy.btn,
div[id*=_modal_outer_] #modal-confirm .btn-group-sm > .btn-outline-navy.btn,
#modal-confirm .b-toaster .btn-group-sm > .btn-outline-navy.btn,
.b-toaster #modal-confirm .btn-group-sm > .btn-outline-navy.btn,
#modal-confirm .btn-outline-navy.btn-xs,
#modal-confirm .btn-outline-back.btn-sm,
#modal-confirm #solid-app-container .btn-group-sm > .btn-outline-back.btn,
#solid-app-container #modal-confirm .btn-group-sm > .btn-outline-back.btn,
#modal-confirm div[id*=_modal_outer_] .btn-group-sm > .btn-outline-back.btn,
div[id*=_modal_outer_] #modal-confirm .btn-group-sm > .btn-outline-back.btn,
#modal-confirm .b-toaster .btn-group-sm > .btn-outline-back.btn,
.b-toaster #modal-confirm .btn-group-sm > .btn-outline-back.btn,
#modal-confirm .btn-outline-back.btn-xs,
#modal-confirm .btn-action.btn-sm,
#modal-confirm #solid-app-container .btn-group-sm > .btn-action.btn,
#solid-app-container #modal-confirm .btn-group-sm > .btn-action.btn,
#modal-confirm div[id*=_modal_outer_] .btn-group-sm > .btn-action.btn,
div[id*=_modal_outer_] #modal-confirm .btn-group-sm > .btn-action.btn,
#modal-confirm .b-toaster .btn-group-sm > .btn-action.btn,
.b-toaster #modal-confirm .btn-group-sm > .btn-action.btn,
#modal-confirm .btn-action.btn-xs,
#modal-confirm .btn-aquatic.btn-sm,
#modal-confirm #solid-app-container .btn-group-sm > .btn-aquatic.btn,
#solid-app-container #modal-confirm .btn-group-sm > .btn-aquatic.btn,
#modal-confirm div[id*=_modal_outer_] .btn-group-sm > .btn-aquatic.btn,
div[id*=_modal_outer_] #modal-confirm .btn-group-sm > .btn-aquatic.btn,
#modal-confirm .b-toaster .btn-group-sm > .btn-aquatic.btn,
.b-toaster #modal-confirm .btn-group-sm > .btn-aquatic.btn,
#modal-confirm .btn-aquatic.btn-xs,
#modal-confirm .btn-add-to-order-primary.btn-sm,
#modal-confirm #solid-app-container .btn-group-sm > .btn-add-to-order-primary.btn,
#solid-app-container #modal-confirm .btn-group-sm > .btn-add-to-order-primary.btn,
#modal-confirm div[id*=_modal_outer_] .btn-group-sm > .btn-add-to-order-primary.btn,
div[id*=_modal_outer_] #modal-confirm .btn-group-sm > .btn-add-to-order-primary.btn,
#modal-confirm .b-toaster .btn-group-sm > .btn-add-to-order-primary.btn,
.b-toaster #modal-confirm .btn-group-sm > .btn-add-to-order-primary.btn,
#modal-confirm .btn-add-to-order-primary.btn-xs,
#modal-confirm .btn-remove-from-order-primary.btn-sm,
#modal-confirm #solid-app-container .btn-group-sm > .btn-remove-from-order-primary.btn,
#solid-app-container #modal-confirm .btn-group-sm > .btn-remove-from-order-primary.btn,
#modal-confirm div[id*=_modal_outer_] .btn-group-sm > .btn-remove-from-order-primary.btn,
div[id*=_modal_outer_] #modal-confirm .btn-group-sm > .btn-remove-from-order-primary.btn,
#modal-confirm .b-toaster .btn-group-sm > .btn-remove-from-order-primary.btn,
.b-toaster #modal-confirm .btn-group-sm > .btn-remove-from-order-primary.btn,
#modal-confirm .btn-remove-from-order-primary.btn-xs,
#modal-confirm .btn-add-to-order.btn-sm,
#modal-confirm #solid-app-container .btn-group-sm > .btn-add-to-order.btn,
#solid-app-container #modal-confirm .btn-group-sm > .btn-add-to-order.btn,
#modal-confirm div[id*=_modal_outer_] .btn-group-sm > .btn-add-to-order.btn,
div[id*=_modal_outer_] #modal-confirm .btn-group-sm > .btn-add-to-order.btn,
#modal-confirm .b-toaster .btn-group-sm > .btn-add-to-order.btn,
.b-toaster #modal-confirm .btn-group-sm > .btn-add-to-order.btn,
#modal-confirm .btn-add-to-order.btn-xs,
#offer-code-input-modal .btn-primary:not(.rounded-circle).btn-sm,
#offer-code-input-modal #solid-app-container .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
#solid-app-container #offer-code-input-modal .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
#offer-code-input-modal div[id*=_modal_outer_] .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
div[id*=_modal_outer_] #offer-code-input-modal .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
#offer-code-input-modal .b-toaster .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
.b-toaster #offer-code-input-modal .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
#offer-code-input-modal .btn-primary:not(.rounded-circle).btn-xs,
#offer-code-input-modal .btn-secondary.btn-sm,
#offer-code-input-modal #solid-app-container .btn-group-sm > .btn-secondary.btn,
#solid-app-container #offer-code-input-modal .btn-group-sm > .btn-secondary.btn,
#offer-code-input-modal div[id*=_modal_outer_] .btn-group-sm > .btn-secondary.btn,
div[id*=_modal_outer_] #offer-code-input-modal .btn-group-sm > .btn-secondary.btn,
#offer-code-input-modal .b-toaster .btn-group-sm > .btn-secondary.btn,
.b-toaster #offer-code-input-modal .btn-group-sm > .btn-secondary.btn,
#offer-code-input-modal .btn-secondary.btn-xs,
#offer-code-input-modal .btn-secondary-remove.btn-sm,
#offer-code-input-modal #solid-app-container .btn-group-sm > .btn-secondary-remove.btn,
#solid-app-container #offer-code-input-modal .btn-group-sm > .btn-secondary-remove.btn,
#offer-code-input-modal div[id*=_modal_outer_] .btn-group-sm > .btn-secondary-remove.btn,
div[id*=_modal_outer_] #offer-code-input-modal .btn-group-sm > .btn-secondary-remove.btn,
#offer-code-input-modal .b-toaster .btn-group-sm > .btn-secondary-remove.btn,
.b-toaster #offer-code-input-modal .btn-group-sm > .btn-secondary-remove.btn,
#offer-code-input-modal .btn-secondary-remove.btn-xs,
#offer-code-input-modal .btn-secondary-confirm.btn-sm,
#offer-code-input-modal #solid-app-container .btn-group-sm > .btn-secondary-confirm.btn,
#solid-app-container #offer-code-input-modal .btn-group-sm > .btn-secondary-confirm.btn,
#offer-code-input-modal div[id*=_modal_outer_] .btn-group-sm > .btn-secondary-confirm.btn,
div[id*=_modal_outer_] #offer-code-input-modal .btn-group-sm > .btn-secondary-confirm.btn,
#offer-code-input-modal .b-toaster .btn-group-sm > .btn-secondary-confirm.btn,
.b-toaster #offer-code-input-modal .btn-group-sm > .btn-secondary-confirm.btn,
#offer-code-input-modal .btn-secondary-confirm.btn-xs,
#offer-code-input-modal .btn-success.btn-sm,
#offer-code-input-modal #solid-app-container .btn-group-sm > .btn-success.btn,
#solid-app-container #offer-code-input-modal .btn-group-sm > .btn-success.btn,
#offer-code-input-modal div[id*=_modal_outer_] .btn-group-sm > .btn-success.btn,
div[id*=_modal_outer_] #offer-code-input-modal .btn-group-sm > .btn-success.btn,
#offer-code-input-modal .b-toaster .btn-group-sm > .btn-success.btn,
.b-toaster #offer-code-input-modal .btn-group-sm > .btn-success.btn,
#offer-code-input-modal .btn-success.btn-xs,
#offer-code-input-modal .btn-success-outline.btn-sm,
#offer-code-input-modal #solid-app-container .btn-group-sm > .btn-success-outline.btn,
#solid-app-container #offer-code-input-modal .btn-group-sm > .btn-success-outline.btn,
#offer-code-input-modal div[id*=_modal_outer_] .btn-group-sm > .btn-success-outline.btn,
div[id*=_modal_outer_] #offer-code-input-modal .btn-group-sm > .btn-success-outline.btn,
#offer-code-input-modal .b-toaster .btn-group-sm > .btn-success-outline.btn,
.b-toaster #offer-code-input-modal .btn-group-sm > .btn-success-outline.btn,
#offer-code-input-modal .btn-success-outline.btn-xs,
#offer-code-input-modal .btn-navy.btn-sm,
#offer-code-input-modal #solid-app-container .btn-group-sm > .btn-navy.btn,
#solid-app-container #offer-code-input-modal .btn-group-sm > .btn-navy.btn,
#offer-code-input-modal div[id*=_modal_outer_] .btn-group-sm > .btn-navy.btn,
div[id*=_modal_outer_] #offer-code-input-modal .btn-group-sm > .btn-navy.btn,
#offer-code-input-modal .b-toaster .btn-group-sm > .btn-navy.btn,
.b-toaster #offer-code-input-modal .btn-group-sm > .btn-navy.btn,
#offer-code-input-modal .btn-navy.btn-xs,
#offer-code-input-modal .btn-outline-dark.btn-sm,
#offer-code-input-modal #solid-app-container .btn-group-sm > .btn-outline-dark.btn,
#solid-app-container #offer-code-input-modal .btn-group-sm > .btn-outline-dark.btn,
#offer-code-input-modal div[id*=_modal_outer_] .btn-group-sm > .btn-outline-dark.btn,
div[id*=_modal_outer_] #offer-code-input-modal .btn-group-sm > .btn-outline-dark.btn,
#offer-code-input-modal .b-toaster .btn-group-sm > .btn-outline-dark.btn,
.b-toaster #offer-code-input-modal .btn-group-sm > .btn-outline-dark.btn,
#offer-code-input-modal .btn-outline-dark.btn-xs,
#offer-code-input-modal .btn-outline-light.btn-sm,
#offer-code-input-modal #solid-app-container .btn-group-sm > .btn-outline-light.btn,
#solid-app-container #offer-code-input-modal .btn-group-sm > .btn-outline-light.btn,
#offer-code-input-modal div[id*=_modal_outer_] .btn-group-sm > .btn-outline-light.btn,
div[id*=_modal_outer_] #offer-code-input-modal .btn-group-sm > .btn-outline-light.btn,
#offer-code-input-modal .b-toaster .btn-group-sm > .btn-outline-light.btn,
.b-toaster #offer-code-input-modal .btn-group-sm > .btn-outline-light.btn,
#offer-code-input-modal .btn-outline-light.btn-xs,
#offer-code-input-modal .btn-outline-primary.btn-sm,
#offer-code-input-modal #solid-app-container .btn-group-sm > .btn-outline-primary.btn,
#solid-app-container #offer-code-input-modal .btn-group-sm > .btn-outline-primary.btn,
#offer-code-input-modal div[id*=_modal_outer_] .btn-group-sm > .btn-outline-primary.btn,
div[id*=_modal_outer_] #offer-code-input-modal .btn-group-sm > .btn-outline-primary.btn,
#offer-code-input-modal .b-toaster .btn-group-sm > .btn-outline-primary.btn,
.b-toaster #offer-code-input-modal .btn-group-sm > .btn-outline-primary.btn,
#offer-code-input-modal .btn-outline-primary.btn-xs,
#offer-code-input-modal :not(.b-calendar-nav) > .btn-outline-secondary.btn-sm,
#offer-code-input-modal #solid-app-container .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
#solid-app-container #offer-code-input-modal .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
#offer-code-input-modal div[id*=_modal_outer_] .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
div[id*=_modal_outer_] #offer-code-input-modal .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
#offer-code-input-modal .b-toaster .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
.b-toaster #offer-code-input-modal .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
#offer-code-input-modal :not(.b-calendar-nav) > .btn-outline-secondary.btn-xs,
#offer-code-input-modal .btn-outline-navy.btn-sm,
#offer-code-input-modal #solid-app-container .btn-group-sm > .btn-outline-navy.btn,
#solid-app-container #offer-code-input-modal .btn-group-sm > .btn-outline-navy.btn,
#offer-code-input-modal div[id*=_modal_outer_] .btn-group-sm > .btn-outline-navy.btn,
div[id*=_modal_outer_] #offer-code-input-modal .btn-group-sm > .btn-outline-navy.btn,
#offer-code-input-modal .b-toaster .btn-group-sm > .btn-outline-navy.btn,
.b-toaster #offer-code-input-modal .btn-group-sm > .btn-outline-navy.btn,
#offer-code-input-modal .btn-outline-navy.btn-xs,
#offer-code-input-modal .btn-outline-back.btn-sm,
#offer-code-input-modal #solid-app-container .btn-group-sm > .btn-outline-back.btn,
#solid-app-container #offer-code-input-modal .btn-group-sm > .btn-outline-back.btn,
#offer-code-input-modal div[id*=_modal_outer_] .btn-group-sm > .btn-outline-back.btn,
div[id*=_modal_outer_] #offer-code-input-modal .btn-group-sm > .btn-outline-back.btn,
#offer-code-input-modal .b-toaster .btn-group-sm > .btn-outline-back.btn,
.b-toaster #offer-code-input-modal .btn-group-sm > .btn-outline-back.btn,
#offer-code-input-modal .btn-outline-back.btn-xs,
#offer-code-input-modal .btn-action.btn-sm,
#offer-code-input-modal #solid-app-container .btn-group-sm > .btn-action.btn,
#solid-app-container #offer-code-input-modal .btn-group-sm > .btn-action.btn,
#offer-code-input-modal div[id*=_modal_outer_] .btn-group-sm > .btn-action.btn,
div[id*=_modal_outer_] #offer-code-input-modal .btn-group-sm > .btn-action.btn,
#offer-code-input-modal .b-toaster .btn-group-sm > .btn-action.btn,
.b-toaster #offer-code-input-modal .btn-group-sm > .btn-action.btn,
#offer-code-input-modal .btn-action.btn-xs,
#offer-code-input-modal .btn-aquatic.btn-sm,
#offer-code-input-modal #solid-app-container .btn-group-sm > .btn-aquatic.btn,
#solid-app-container #offer-code-input-modal .btn-group-sm > .btn-aquatic.btn,
#offer-code-input-modal div[id*=_modal_outer_] .btn-group-sm > .btn-aquatic.btn,
div[id*=_modal_outer_] #offer-code-input-modal .btn-group-sm > .btn-aquatic.btn,
#offer-code-input-modal .b-toaster .btn-group-sm > .btn-aquatic.btn,
.b-toaster #offer-code-input-modal .btn-group-sm > .btn-aquatic.btn,
#offer-code-input-modal .btn-aquatic.btn-xs,
#offer-code-input-modal .btn-add-to-order-primary.btn-sm,
#offer-code-input-modal #solid-app-container .btn-group-sm > .btn-add-to-order-primary.btn,
#solid-app-container #offer-code-input-modal .btn-group-sm > .btn-add-to-order-primary.btn,
#offer-code-input-modal div[id*=_modal_outer_] .btn-group-sm > .btn-add-to-order-primary.btn,
div[id*=_modal_outer_] #offer-code-input-modal .btn-group-sm > .btn-add-to-order-primary.btn,
#offer-code-input-modal .b-toaster .btn-group-sm > .btn-add-to-order-primary.btn,
.b-toaster #offer-code-input-modal .btn-group-sm > .btn-add-to-order-primary.btn,
#offer-code-input-modal .btn-add-to-order-primary.btn-xs,
#offer-code-input-modal .btn-remove-from-order-primary.btn-sm,
#offer-code-input-modal #solid-app-container .btn-group-sm > .btn-remove-from-order-primary.btn,
#solid-app-container #offer-code-input-modal .btn-group-sm > .btn-remove-from-order-primary.btn,
#offer-code-input-modal div[id*=_modal_outer_] .btn-group-sm > .btn-remove-from-order-primary.btn,
div[id*=_modal_outer_] #offer-code-input-modal .btn-group-sm > .btn-remove-from-order-primary.btn,
#offer-code-input-modal .b-toaster .btn-group-sm > .btn-remove-from-order-primary.btn,
.b-toaster #offer-code-input-modal .btn-group-sm > .btn-remove-from-order-primary.btn,
#offer-code-input-modal .btn-remove-from-order-primary.btn-xs,
#offer-code-input-modal .btn-add-to-order.btn-sm,
#offer-code-input-modal #solid-app-container .btn-group-sm > .btn-add-to-order.btn,
#solid-app-container #offer-code-input-modal .btn-group-sm > .btn-add-to-order.btn,
#offer-code-input-modal div[id*=_modal_outer_] .btn-group-sm > .btn-add-to-order.btn,
div[id*=_modal_outer_] #offer-code-input-modal .btn-group-sm > .btn-add-to-order.btn,
#offer-code-input-modal .b-toaster .btn-group-sm > .btn-add-to-order.btn,
.b-toaster #offer-code-input-modal .btn-group-sm > .btn-add-to-order.btn,
#offer-code-input-modal .btn-add-to-order.btn-xs,
#rica-details-modal .btn-primary:not(.rounded-circle).btn-sm,
#rica-details-modal #solid-app-container .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
#solid-app-container #rica-details-modal .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
#rica-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
div[id*=_modal_outer_] #rica-details-modal .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
#rica-details-modal .b-toaster .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
.b-toaster #rica-details-modal .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
#rica-details-modal .btn-primary:not(.rounded-circle).btn-xs,
#rica-details-modal .btn-secondary.btn-sm,
#rica-details-modal #solid-app-container .btn-group-sm > .btn-secondary.btn,
#solid-app-container #rica-details-modal .btn-group-sm > .btn-secondary.btn,
#rica-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-secondary.btn,
div[id*=_modal_outer_] #rica-details-modal .btn-group-sm > .btn-secondary.btn,
#rica-details-modal .b-toaster .btn-group-sm > .btn-secondary.btn,
.b-toaster #rica-details-modal .btn-group-sm > .btn-secondary.btn,
#rica-details-modal .btn-secondary.btn-xs,
#rica-details-modal .btn-secondary-remove.btn-sm,
#rica-details-modal #solid-app-container .btn-group-sm > .btn-secondary-remove.btn,
#solid-app-container #rica-details-modal .btn-group-sm > .btn-secondary-remove.btn,
#rica-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-secondary-remove.btn,
div[id*=_modal_outer_] #rica-details-modal .btn-group-sm > .btn-secondary-remove.btn,
#rica-details-modal .b-toaster .btn-group-sm > .btn-secondary-remove.btn,
.b-toaster #rica-details-modal .btn-group-sm > .btn-secondary-remove.btn,
#rica-details-modal .btn-secondary-remove.btn-xs,
#rica-details-modal .btn-secondary-confirm.btn-sm,
#rica-details-modal #solid-app-container .btn-group-sm > .btn-secondary-confirm.btn,
#solid-app-container #rica-details-modal .btn-group-sm > .btn-secondary-confirm.btn,
#rica-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-secondary-confirm.btn,
div[id*=_modal_outer_] #rica-details-modal .btn-group-sm > .btn-secondary-confirm.btn,
#rica-details-modal .b-toaster .btn-group-sm > .btn-secondary-confirm.btn,
.b-toaster #rica-details-modal .btn-group-sm > .btn-secondary-confirm.btn,
#rica-details-modal .btn-secondary-confirm.btn-xs,
#rica-details-modal .btn-success.btn-sm,
#rica-details-modal #solid-app-container .btn-group-sm > .btn-success.btn,
#solid-app-container #rica-details-modal .btn-group-sm > .btn-success.btn,
#rica-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-success.btn,
div[id*=_modal_outer_] #rica-details-modal .btn-group-sm > .btn-success.btn,
#rica-details-modal .b-toaster .btn-group-sm > .btn-success.btn,
.b-toaster #rica-details-modal .btn-group-sm > .btn-success.btn,
#rica-details-modal .btn-success.btn-xs,
#rica-details-modal .btn-success-outline.btn-sm,
#rica-details-modal #solid-app-container .btn-group-sm > .btn-success-outline.btn,
#solid-app-container #rica-details-modal .btn-group-sm > .btn-success-outline.btn,
#rica-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-success-outline.btn,
div[id*=_modal_outer_] #rica-details-modal .btn-group-sm > .btn-success-outline.btn,
#rica-details-modal .b-toaster .btn-group-sm > .btn-success-outline.btn,
.b-toaster #rica-details-modal .btn-group-sm > .btn-success-outline.btn,
#rica-details-modal .btn-success-outline.btn-xs,
#rica-details-modal .btn-navy.btn-sm,
#rica-details-modal #solid-app-container .btn-group-sm > .btn-navy.btn,
#solid-app-container #rica-details-modal .btn-group-sm > .btn-navy.btn,
#rica-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-navy.btn,
div[id*=_modal_outer_] #rica-details-modal .btn-group-sm > .btn-navy.btn,
#rica-details-modal .b-toaster .btn-group-sm > .btn-navy.btn,
.b-toaster #rica-details-modal .btn-group-sm > .btn-navy.btn,
#rica-details-modal .btn-navy.btn-xs,
#rica-details-modal .btn-outline-dark.btn-sm,
#rica-details-modal #solid-app-container .btn-group-sm > .btn-outline-dark.btn,
#solid-app-container #rica-details-modal .btn-group-sm > .btn-outline-dark.btn,
#rica-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-outline-dark.btn,
div[id*=_modal_outer_] #rica-details-modal .btn-group-sm > .btn-outline-dark.btn,
#rica-details-modal .b-toaster .btn-group-sm > .btn-outline-dark.btn,
.b-toaster #rica-details-modal .btn-group-sm > .btn-outline-dark.btn,
#rica-details-modal .btn-outline-dark.btn-xs,
#rica-details-modal .btn-outline-light.btn-sm,
#rica-details-modal #solid-app-container .btn-group-sm > .btn-outline-light.btn,
#solid-app-container #rica-details-modal .btn-group-sm > .btn-outline-light.btn,
#rica-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-outline-light.btn,
div[id*=_modal_outer_] #rica-details-modal .btn-group-sm > .btn-outline-light.btn,
#rica-details-modal .b-toaster .btn-group-sm > .btn-outline-light.btn,
.b-toaster #rica-details-modal .btn-group-sm > .btn-outline-light.btn,
#rica-details-modal .btn-outline-light.btn-xs,
#rica-details-modal .btn-outline-primary.btn-sm,
#rica-details-modal #solid-app-container .btn-group-sm > .btn-outline-primary.btn,
#solid-app-container #rica-details-modal .btn-group-sm > .btn-outline-primary.btn,
#rica-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-outline-primary.btn,
div[id*=_modal_outer_] #rica-details-modal .btn-group-sm > .btn-outline-primary.btn,
#rica-details-modal .b-toaster .btn-group-sm > .btn-outline-primary.btn,
.b-toaster #rica-details-modal .btn-group-sm > .btn-outline-primary.btn,
#rica-details-modal .btn-outline-primary.btn-xs,
#rica-details-modal :not(.b-calendar-nav) > .btn-outline-secondary.btn-sm,
#rica-details-modal #solid-app-container .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
#solid-app-container #rica-details-modal .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
#rica-details-modal div[id*=_modal_outer_] .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
div[id*=_modal_outer_] #rica-details-modal .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
#rica-details-modal .b-toaster .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
.b-toaster #rica-details-modal .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
#rica-details-modal :not(.b-calendar-nav) > .btn-outline-secondary.btn-xs,
#rica-details-modal .btn-outline-navy.btn-sm,
#rica-details-modal #solid-app-container .btn-group-sm > .btn-outline-navy.btn,
#solid-app-container #rica-details-modal .btn-group-sm > .btn-outline-navy.btn,
#rica-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-outline-navy.btn,
div[id*=_modal_outer_] #rica-details-modal .btn-group-sm > .btn-outline-navy.btn,
#rica-details-modal .b-toaster .btn-group-sm > .btn-outline-navy.btn,
.b-toaster #rica-details-modal .btn-group-sm > .btn-outline-navy.btn,
#rica-details-modal .btn-outline-navy.btn-xs,
#rica-details-modal .btn-outline-back.btn-sm,
#rica-details-modal #solid-app-container .btn-group-sm > .btn-outline-back.btn,
#solid-app-container #rica-details-modal .btn-group-sm > .btn-outline-back.btn,
#rica-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-outline-back.btn,
div[id*=_modal_outer_] #rica-details-modal .btn-group-sm > .btn-outline-back.btn,
#rica-details-modal .b-toaster .btn-group-sm > .btn-outline-back.btn,
.b-toaster #rica-details-modal .btn-group-sm > .btn-outline-back.btn,
#rica-details-modal .btn-outline-back.btn-xs,
#rica-details-modal .btn-action.btn-sm,
#rica-details-modal #solid-app-container .btn-group-sm > .btn-action.btn,
#solid-app-container #rica-details-modal .btn-group-sm > .btn-action.btn,
#rica-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-action.btn,
div[id*=_modal_outer_] #rica-details-modal .btn-group-sm > .btn-action.btn,
#rica-details-modal .b-toaster .btn-group-sm > .btn-action.btn,
.b-toaster #rica-details-modal .btn-group-sm > .btn-action.btn,
#rica-details-modal .btn-action.btn-xs,
#rica-details-modal .btn-aquatic.btn-sm,
#rica-details-modal #solid-app-container .btn-group-sm > .btn-aquatic.btn,
#solid-app-container #rica-details-modal .btn-group-sm > .btn-aquatic.btn,
#rica-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-aquatic.btn,
div[id*=_modal_outer_] #rica-details-modal .btn-group-sm > .btn-aquatic.btn,
#rica-details-modal .b-toaster .btn-group-sm > .btn-aquatic.btn,
.b-toaster #rica-details-modal .btn-group-sm > .btn-aquatic.btn,
#rica-details-modal .btn-aquatic.btn-xs,
#rica-details-modal .btn-add-to-order-primary.btn-sm,
#rica-details-modal #solid-app-container .btn-group-sm > .btn-add-to-order-primary.btn,
#solid-app-container #rica-details-modal .btn-group-sm > .btn-add-to-order-primary.btn,
#rica-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-add-to-order-primary.btn,
div[id*=_modal_outer_] #rica-details-modal .btn-group-sm > .btn-add-to-order-primary.btn,
#rica-details-modal .b-toaster .btn-group-sm > .btn-add-to-order-primary.btn,
.b-toaster #rica-details-modal .btn-group-sm > .btn-add-to-order-primary.btn,
#rica-details-modal .btn-add-to-order-primary.btn-xs,
#rica-details-modal .btn-remove-from-order-primary.btn-sm,
#rica-details-modal #solid-app-container .btn-group-sm > .btn-remove-from-order-primary.btn,
#solid-app-container #rica-details-modal .btn-group-sm > .btn-remove-from-order-primary.btn,
#rica-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-remove-from-order-primary.btn,
div[id*=_modal_outer_] #rica-details-modal .btn-group-sm > .btn-remove-from-order-primary.btn,
#rica-details-modal .b-toaster .btn-group-sm > .btn-remove-from-order-primary.btn,
.b-toaster #rica-details-modal .btn-group-sm > .btn-remove-from-order-primary.btn,
#rica-details-modal .btn-remove-from-order-primary.btn-xs,
#rica-details-modal .btn-add-to-order.btn-sm,
#rica-details-modal #solid-app-container .btn-group-sm > .btn-add-to-order.btn,
#solid-app-container #rica-details-modal .btn-group-sm > .btn-add-to-order.btn,
#rica-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-add-to-order.btn,
div[id*=_modal_outer_] #rica-details-modal .btn-group-sm > .btn-add-to-order.btn,
#rica-details-modal .b-toaster .btn-group-sm > .btn-add-to-order.btn,
.b-toaster #rica-details-modal .btn-group-sm > .btn-add-to-order.btn,
#rica-details-modal .btn-add-to-order.btn-xs,
#cart-order-details-modal .btn-primary:not(.rounded-circle).btn-sm,
#cart-order-details-modal #solid-app-container .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
#solid-app-container #cart-order-details-modal .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
#cart-order-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
div[id*=_modal_outer_] #cart-order-details-modal .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
#cart-order-details-modal .b-toaster .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
.b-toaster #cart-order-details-modal .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
#cart-order-details-modal .btn-primary:not(.rounded-circle).btn-xs,
#cart-order-details-modal .btn-secondary.btn-sm,
#cart-order-details-modal #solid-app-container .btn-group-sm > .btn-secondary.btn,
#solid-app-container #cart-order-details-modal .btn-group-sm > .btn-secondary.btn,
#cart-order-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-secondary.btn,
div[id*=_modal_outer_] #cart-order-details-modal .btn-group-sm > .btn-secondary.btn,
#cart-order-details-modal .b-toaster .btn-group-sm > .btn-secondary.btn,
.b-toaster #cart-order-details-modal .btn-group-sm > .btn-secondary.btn,
#cart-order-details-modal .btn-secondary.btn-xs,
#cart-order-details-modal .btn-secondary-remove.btn-sm,
#cart-order-details-modal #solid-app-container .btn-group-sm > .btn-secondary-remove.btn,
#solid-app-container #cart-order-details-modal .btn-group-sm > .btn-secondary-remove.btn,
#cart-order-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-secondary-remove.btn,
div[id*=_modal_outer_] #cart-order-details-modal .btn-group-sm > .btn-secondary-remove.btn,
#cart-order-details-modal .b-toaster .btn-group-sm > .btn-secondary-remove.btn,
.b-toaster #cart-order-details-modal .btn-group-sm > .btn-secondary-remove.btn,
#cart-order-details-modal .btn-secondary-remove.btn-xs,
#cart-order-details-modal .btn-secondary-confirm.btn-sm,
#cart-order-details-modal #solid-app-container .btn-group-sm > .btn-secondary-confirm.btn,
#solid-app-container #cart-order-details-modal .btn-group-sm > .btn-secondary-confirm.btn,
#cart-order-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-secondary-confirm.btn,
div[id*=_modal_outer_] #cart-order-details-modal .btn-group-sm > .btn-secondary-confirm.btn,
#cart-order-details-modal .b-toaster .btn-group-sm > .btn-secondary-confirm.btn,
.b-toaster #cart-order-details-modal .btn-group-sm > .btn-secondary-confirm.btn,
#cart-order-details-modal .btn-secondary-confirm.btn-xs,
#cart-order-details-modal .btn-success.btn-sm,
#cart-order-details-modal #solid-app-container .btn-group-sm > .btn-success.btn,
#solid-app-container #cart-order-details-modal .btn-group-sm > .btn-success.btn,
#cart-order-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-success.btn,
div[id*=_modal_outer_] #cart-order-details-modal .btn-group-sm > .btn-success.btn,
#cart-order-details-modal .b-toaster .btn-group-sm > .btn-success.btn,
.b-toaster #cart-order-details-modal .btn-group-sm > .btn-success.btn,
#cart-order-details-modal .btn-success.btn-xs,
#cart-order-details-modal .btn-success-outline.btn-sm,
#cart-order-details-modal #solid-app-container .btn-group-sm > .btn-success-outline.btn,
#solid-app-container #cart-order-details-modal .btn-group-sm > .btn-success-outline.btn,
#cart-order-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-success-outline.btn,
div[id*=_modal_outer_] #cart-order-details-modal .btn-group-sm > .btn-success-outline.btn,
#cart-order-details-modal .b-toaster .btn-group-sm > .btn-success-outline.btn,
.b-toaster #cart-order-details-modal .btn-group-sm > .btn-success-outline.btn,
#cart-order-details-modal .btn-success-outline.btn-xs,
#cart-order-details-modal .btn-navy.btn-sm,
#cart-order-details-modal #solid-app-container .btn-group-sm > .btn-navy.btn,
#solid-app-container #cart-order-details-modal .btn-group-sm > .btn-navy.btn,
#cart-order-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-navy.btn,
div[id*=_modal_outer_] #cart-order-details-modal .btn-group-sm > .btn-navy.btn,
#cart-order-details-modal .b-toaster .btn-group-sm > .btn-navy.btn,
.b-toaster #cart-order-details-modal .btn-group-sm > .btn-navy.btn,
#cart-order-details-modal .btn-navy.btn-xs,
#cart-order-details-modal .btn-outline-dark.btn-sm,
#cart-order-details-modal #solid-app-container .btn-group-sm > .btn-outline-dark.btn,
#solid-app-container #cart-order-details-modal .btn-group-sm > .btn-outline-dark.btn,
#cart-order-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-outline-dark.btn,
div[id*=_modal_outer_] #cart-order-details-modal .btn-group-sm > .btn-outline-dark.btn,
#cart-order-details-modal .b-toaster .btn-group-sm > .btn-outline-dark.btn,
.b-toaster #cart-order-details-modal .btn-group-sm > .btn-outline-dark.btn,
#cart-order-details-modal .btn-outline-dark.btn-xs,
#cart-order-details-modal .btn-outline-light.btn-sm,
#cart-order-details-modal #solid-app-container .btn-group-sm > .btn-outline-light.btn,
#solid-app-container #cart-order-details-modal .btn-group-sm > .btn-outline-light.btn,
#cart-order-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-outline-light.btn,
div[id*=_modal_outer_] #cart-order-details-modal .btn-group-sm > .btn-outline-light.btn,
#cart-order-details-modal .b-toaster .btn-group-sm > .btn-outline-light.btn,
.b-toaster #cart-order-details-modal .btn-group-sm > .btn-outline-light.btn,
#cart-order-details-modal .btn-outline-light.btn-xs,
#cart-order-details-modal .btn-outline-primary.btn-sm,
#cart-order-details-modal #solid-app-container .btn-group-sm > .btn-outline-primary.btn,
#solid-app-container #cart-order-details-modal .btn-group-sm > .btn-outline-primary.btn,
#cart-order-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-outline-primary.btn,
div[id*=_modal_outer_] #cart-order-details-modal .btn-group-sm > .btn-outline-primary.btn,
#cart-order-details-modal .b-toaster .btn-group-sm > .btn-outline-primary.btn,
.b-toaster #cart-order-details-modal .btn-group-sm > .btn-outline-primary.btn,
#cart-order-details-modal .btn-outline-primary.btn-xs,
#cart-order-details-modal :not(.b-calendar-nav) > .btn-outline-secondary.btn-sm,
#cart-order-details-modal #solid-app-container .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
#solid-app-container #cart-order-details-modal .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
#cart-order-details-modal div[id*=_modal_outer_] .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
div[id*=_modal_outer_] #cart-order-details-modal .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
#cart-order-details-modal .b-toaster .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
.b-toaster #cart-order-details-modal .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
#cart-order-details-modal :not(.b-calendar-nav) > .btn-outline-secondary.btn-xs,
#cart-order-details-modal .btn-outline-navy.btn-sm,
#cart-order-details-modal #solid-app-container .btn-group-sm > .btn-outline-navy.btn,
#solid-app-container #cart-order-details-modal .btn-group-sm > .btn-outline-navy.btn,
#cart-order-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-outline-navy.btn,
div[id*=_modal_outer_] #cart-order-details-modal .btn-group-sm > .btn-outline-navy.btn,
#cart-order-details-modal .b-toaster .btn-group-sm > .btn-outline-navy.btn,
.b-toaster #cart-order-details-modal .btn-group-sm > .btn-outline-navy.btn,
#cart-order-details-modal .btn-outline-navy.btn-xs,
#cart-order-details-modal .btn-outline-back.btn-sm,
#cart-order-details-modal #solid-app-container .btn-group-sm > .btn-outline-back.btn,
#solid-app-container #cart-order-details-modal .btn-group-sm > .btn-outline-back.btn,
#cart-order-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-outline-back.btn,
div[id*=_modal_outer_] #cart-order-details-modal .btn-group-sm > .btn-outline-back.btn,
#cart-order-details-modal .b-toaster .btn-group-sm > .btn-outline-back.btn,
.b-toaster #cart-order-details-modal .btn-group-sm > .btn-outline-back.btn,
#cart-order-details-modal .btn-outline-back.btn-xs,
#cart-order-details-modal .btn-action.btn-sm,
#cart-order-details-modal #solid-app-container .btn-group-sm > .btn-action.btn,
#solid-app-container #cart-order-details-modal .btn-group-sm > .btn-action.btn,
#cart-order-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-action.btn,
div[id*=_modal_outer_] #cart-order-details-modal .btn-group-sm > .btn-action.btn,
#cart-order-details-modal .b-toaster .btn-group-sm > .btn-action.btn,
.b-toaster #cart-order-details-modal .btn-group-sm > .btn-action.btn,
#cart-order-details-modal .btn-action.btn-xs,
#cart-order-details-modal .btn-aquatic.btn-sm,
#cart-order-details-modal #solid-app-container .btn-group-sm > .btn-aquatic.btn,
#solid-app-container #cart-order-details-modal .btn-group-sm > .btn-aquatic.btn,
#cart-order-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-aquatic.btn,
div[id*=_modal_outer_] #cart-order-details-modal .btn-group-sm > .btn-aquatic.btn,
#cart-order-details-modal .b-toaster .btn-group-sm > .btn-aquatic.btn,
.b-toaster #cart-order-details-modal .btn-group-sm > .btn-aquatic.btn,
#cart-order-details-modal .btn-aquatic.btn-xs,
#cart-order-details-modal .btn-add-to-order-primary.btn-sm,
#cart-order-details-modal #solid-app-container .btn-group-sm > .btn-add-to-order-primary.btn,
#solid-app-container #cart-order-details-modal .btn-group-sm > .btn-add-to-order-primary.btn,
#cart-order-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-add-to-order-primary.btn,
div[id*=_modal_outer_] #cart-order-details-modal .btn-group-sm > .btn-add-to-order-primary.btn,
#cart-order-details-modal .b-toaster .btn-group-sm > .btn-add-to-order-primary.btn,
.b-toaster #cart-order-details-modal .btn-group-sm > .btn-add-to-order-primary.btn,
#cart-order-details-modal .btn-add-to-order-primary.btn-xs,
#cart-order-details-modal .btn-remove-from-order-primary.btn-sm,
#cart-order-details-modal #solid-app-container .btn-group-sm > .btn-remove-from-order-primary.btn,
#solid-app-container #cart-order-details-modal .btn-group-sm > .btn-remove-from-order-primary.btn,
#cart-order-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-remove-from-order-primary.btn,
div[id*=_modal_outer_] #cart-order-details-modal .btn-group-sm > .btn-remove-from-order-primary.btn,
#cart-order-details-modal .b-toaster .btn-group-sm > .btn-remove-from-order-primary.btn,
.b-toaster #cart-order-details-modal .btn-group-sm > .btn-remove-from-order-primary.btn,
#cart-order-details-modal .btn-remove-from-order-primary.btn-xs,
#cart-order-details-modal .btn-add-to-order.btn-sm,
#cart-order-details-modal #solid-app-container .btn-group-sm > .btn-add-to-order.btn,
#solid-app-container #cart-order-details-modal .btn-group-sm > .btn-add-to-order.btn,
#cart-order-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-add-to-order.btn,
div[id*=_modal_outer_] #cart-order-details-modal .btn-group-sm > .btn-add-to-order.btn,
#cart-order-details-modal .b-toaster .btn-group-sm > .btn-add-to-order.btn,
.b-toaster #cart-order-details-modal .btn-group-sm > .btn-add-to-order.btn,
#cart-order-details-modal .btn-add-to-order.btn-xs,
div[id*=_modal_outer_] .btn-primary:not(.rounded-circle).btn-sm,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
div[id*=_modal_outer_] .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
div[id*=_modal_outer_] .b-toaster .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
.b-toaster div[id*=_modal_outer_] .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
div[id*=_modal_outer_] .btn-primary:not(.rounded-circle).btn-xs,
div[id*=_modal_outer_] .btn-secondary.btn-sm,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-secondary.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-secondary.btn,
div[id*=_modal_outer_] .btn-group-sm > .btn-secondary.btn,
div[id*=_modal_outer_] .b-toaster .btn-group-sm > .btn-secondary.btn,
.b-toaster div[id*=_modal_outer_] .btn-group-sm > .btn-secondary.btn,
div[id*=_modal_outer_] .btn-secondary.btn-xs,
div[id*=_modal_outer_] .btn-secondary-remove.btn-sm,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-secondary-remove.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-secondary-remove.btn,
div[id*=_modal_outer_] .btn-group-sm > .btn-secondary-remove.btn,
div[id*=_modal_outer_] .b-toaster .btn-group-sm > .btn-secondary-remove.btn,
.b-toaster div[id*=_modal_outer_] .btn-group-sm > .btn-secondary-remove.btn,
div[id*=_modal_outer_] .btn-secondary-remove.btn-xs,
div[id*=_modal_outer_] .btn-secondary-confirm.btn-sm,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-secondary-confirm.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-secondary-confirm.btn,
div[id*=_modal_outer_] .btn-group-sm > .btn-secondary-confirm.btn,
div[id*=_modal_outer_] .b-toaster .btn-group-sm > .btn-secondary-confirm.btn,
.b-toaster div[id*=_modal_outer_] .btn-group-sm > .btn-secondary-confirm.btn,
div[id*=_modal_outer_] .btn-secondary-confirm.btn-xs,
div[id*=_modal_outer_] .btn-success.btn-sm,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-success.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-success.btn,
div[id*=_modal_outer_] .btn-group-sm > .btn-success.btn,
div[id*=_modal_outer_] .b-toaster .btn-group-sm > .btn-success.btn,
.b-toaster div[id*=_modal_outer_] .btn-group-sm > .btn-success.btn,
div[id*=_modal_outer_] .btn-success.btn-xs,
div[id*=_modal_outer_] .btn-success-outline.btn-sm,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-success-outline.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-success-outline.btn,
div[id*=_modal_outer_] .btn-group-sm > .btn-success-outline.btn,
div[id*=_modal_outer_] .b-toaster .btn-group-sm > .btn-success-outline.btn,
.b-toaster div[id*=_modal_outer_] .btn-group-sm > .btn-success-outline.btn,
div[id*=_modal_outer_] .btn-success-outline.btn-xs,
div[id*=_modal_outer_] .btn-navy.btn-sm,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-navy.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-navy.btn,
div[id*=_modal_outer_] .btn-group-sm > .btn-navy.btn,
div[id*=_modal_outer_] .b-toaster .btn-group-sm > .btn-navy.btn,
.b-toaster div[id*=_modal_outer_] .btn-group-sm > .btn-navy.btn,
div[id*=_modal_outer_] .btn-navy.btn-xs,
div[id*=_modal_outer_] .btn-outline-dark.btn-sm,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-outline-dark.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-outline-dark.btn,
div[id*=_modal_outer_] .btn-group-sm > .btn-outline-dark.btn,
div[id*=_modal_outer_] .b-toaster .btn-group-sm > .btn-outline-dark.btn,
.b-toaster div[id*=_modal_outer_] .btn-group-sm > .btn-outline-dark.btn,
div[id*=_modal_outer_] .btn-outline-dark.btn-xs,
div[id*=_modal_outer_] .btn-outline-light.btn-sm,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-outline-light.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-outline-light.btn,
div[id*=_modal_outer_] .btn-group-sm > .btn-outline-light.btn,
div[id*=_modal_outer_] .b-toaster .btn-group-sm > .btn-outline-light.btn,
.b-toaster div[id*=_modal_outer_] .btn-group-sm > .btn-outline-light.btn,
div[id*=_modal_outer_] .btn-outline-light.btn-xs,
div[id*=_modal_outer_] .btn-outline-primary.btn-sm,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-outline-primary.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-outline-primary.btn,
div[id*=_modal_outer_] .btn-group-sm > .btn-outline-primary.btn,
div[id*=_modal_outer_] .b-toaster .btn-group-sm > .btn-outline-primary.btn,
.b-toaster div[id*=_modal_outer_] .btn-group-sm > .btn-outline-primary.btn,
div[id*=_modal_outer_] .btn-outline-primary.btn-xs,
div[id*=_modal_outer_] :not(.b-calendar-nav) > .btn-outline-secondary.btn-sm,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
div[id*=_modal_outer_] .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
div[id*=_modal_outer_] .b-toaster .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
.b-toaster div[id*=_modal_outer_] .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
div[id*=_modal_outer_] :not(.b-calendar-nav) > .btn-outline-secondary.btn-xs,
div[id*=_modal_outer_] .btn-outline-navy.btn-sm,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-outline-navy.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-outline-navy.btn,
div[id*=_modal_outer_] .btn-group-sm > .btn-outline-navy.btn,
div[id*=_modal_outer_] .b-toaster .btn-group-sm > .btn-outline-navy.btn,
.b-toaster div[id*=_modal_outer_] .btn-group-sm > .btn-outline-navy.btn,
div[id*=_modal_outer_] .btn-outline-navy.btn-xs,
div[id*=_modal_outer_] .btn-outline-back.btn-sm,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-outline-back.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-outline-back.btn,
div[id*=_modal_outer_] .btn-group-sm > .btn-outline-back.btn,
div[id*=_modal_outer_] .b-toaster .btn-group-sm > .btn-outline-back.btn,
.b-toaster div[id*=_modal_outer_] .btn-group-sm > .btn-outline-back.btn,
div[id*=_modal_outer_] .btn-outline-back.btn-xs,
div[id*=_modal_outer_] .btn-action.btn-sm,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-action.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-action.btn,
div[id*=_modal_outer_] .btn-group-sm > .btn-action.btn,
div[id*=_modal_outer_] .b-toaster .btn-group-sm > .btn-action.btn,
.b-toaster div[id*=_modal_outer_] .btn-group-sm > .btn-action.btn,
div[id*=_modal_outer_] .btn-action.btn-xs,
div[id*=_modal_outer_] .btn-aquatic.btn-sm,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-aquatic.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-aquatic.btn,
div[id*=_modal_outer_] .btn-group-sm > .btn-aquatic.btn,
div[id*=_modal_outer_] .b-toaster .btn-group-sm > .btn-aquatic.btn,
.b-toaster div[id*=_modal_outer_] .btn-group-sm > .btn-aquatic.btn,
div[id*=_modal_outer_] .btn-aquatic.btn-xs,
div[id*=_modal_outer_] .btn-add-to-order-primary.btn-sm,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-add-to-order-primary.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-add-to-order-primary.btn,
div[id*=_modal_outer_] .btn-group-sm > .btn-add-to-order-primary.btn,
div[id*=_modal_outer_] .b-toaster .btn-group-sm > .btn-add-to-order-primary.btn,
.b-toaster div[id*=_modal_outer_] .btn-group-sm > .btn-add-to-order-primary.btn,
div[id*=_modal_outer_] .btn-add-to-order-primary.btn-xs,
div[id*=_modal_outer_] .btn-remove-from-order-primary.btn-sm,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-remove-from-order-primary.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-remove-from-order-primary.btn,
div[id*=_modal_outer_] .btn-group-sm > .btn-remove-from-order-primary.btn,
div[id*=_modal_outer_] .b-toaster .btn-group-sm > .btn-remove-from-order-primary.btn,
.b-toaster div[id*=_modal_outer_] .btn-group-sm > .btn-remove-from-order-primary.btn,
div[id*=_modal_outer_] .btn-remove-from-order-primary.btn-xs,
div[id*=_modal_outer_] .btn-add-to-order.btn-sm,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-add-to-order.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-add-to-order.btn,
div[id*=_modal_outer_] .btn-group-sm > .btn-add-to-order.btn,
div[id*=_modal_outer_] .b-toaster .btn-group-sm > .btn-add-to-order.btn,
.b-toaster div[id*=_modal_outer_] .btn-group-sm > .btn-add-to-order.btn,
div[id*=_modal_outer_] .btn-add-to-order.btn-xs,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-primary:not(.rounded-circle).btn-sm,
#update-account-modal .modal-dialog .modal-content .modal-body #solid-app-container .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
#solid-app-container #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
#update-account-modal .modal-dialog .modal-content .modal-body div[id*=_modal_outer_] .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
div[id*=_modal_outer_] #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
#update-account-modal .modal-dialog .modal-content .modal-body .b-toaster .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
.b-toaster #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
#update-account-modal .modal-dialog .modal-content .modal-body .btn-primary:not(.rounded-circle).btn-xs,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-secondary.btn-sm,
#update-account-modal .modal-dialog .modal-content .modal-body #solid-app-container .btn-group-sm > .btn-secondary.btn,
#solid-app-container #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-secondary.btn,
#update-account-modal .modal-dialog .modal-content .modal-body div[id*=_modal_outer_] .btn-group-sm > .btn-secondary.btn,
div[id*=_modal_outer_] #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-secondary.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .b-toaster .btn-group-sm > .btn-secondary.btn,
.b-toaster #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-secondary.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-secondary.btn-xs,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-secondary-remove.btn-sm,
#update-account-modal .modal-dialog .modal-content .modal-body #solid-app-container .btn-group-sm > .btn-secondary-remove.btn,
#solid-app-container #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-secondary-remove.btn,
#update-account-modal .modal-dialog .modal-content .modal-body div[id*=_modal_outer_] .btn-group-sm > .btn-secondary-remove.btn,
div[id*=_modal_outer_] #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-secondary-remove.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .b-toaster .btn-group-sm > .btn-secondary-remove.btn,
.b-toaster #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-secondary-remove.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-secondary-remove.btn-xs,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-secondary-confirm.btn-sm,
#update-account-modal .modal-dialog .modal-content .modal-body #solid-app-container .btn-group-sm > .btn-secondary-confirm.btn,
#solid-app-container #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-secondary-confirm.btn,
#update-account-modal .modal-dialog .modal-content .modal-body div[id*=_modal_outer_] .btn-group-sm > .btn-secondary-confirm.btn,
div[id*=_modal_outer_] #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-secondary-confirm.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .b-toaster .btn-group-sm > .btn-secondary-confirm.btn,
.b-toaster #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-secondary-confirm.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-secondary-confirm.btn-xs,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-success.btn-sm,
#update-account-modal .modal-dialog .modal-content .modal-body #solid-app-container .btn-group-sm > .btn-success.btn,
#solid-app-container #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-success.btn,
#update-account-modal .modal-dialog .modal-content .modal-body div[id*=_modal_outer_] .btn-group-sm > .btn-success.btn,
div[id*=_modal_outer_] #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-success.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .b-toaster .btn-group-sm > .btn-success.btn,
.b-toaster #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-success.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-success.btn-xs,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-success-outline.btn-sm,
#update-account-modal .modal-dialog .modal-content .modal-body #solid-app-container .btn-group-sm > .btn-success-outline.btn,
#solid-app-container #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-success-outline.btn,
#update-account-modal .modal-dialog .modal-content .modal-body div[id*=_modal_outer_] .btn-group-sm > .btn-success-outline.btn,
div[id*=_modal_outer_] #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-success-outline.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .b-toaster .btn-group-sm > .btn-success-outline.btn,
.b-toaster #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-success-outline.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-success-outline.btn-xs,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-navy.btn-sm,
#update-account-modal .modal-dialog .modal-content .modal-body #solid-app-container .btn-group-sm > .btn-navy.btn,
#solid-app-container #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-navy.btn,
#update-account-modal .modal-dialog .modal-content .modal-body div[id*=_modal_outer_] .btn-group-sm > .btn-navy.btn,
div[id*=_modal_outer_] #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-navy.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .b-toaster .btn-group-sm > .btn-navy.btn,
.b-toaster #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-navy.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-navy.btn-xs,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-dark.btn-sm,
#update-account-modal .modal-dialog .modal-content .modal-body #solid-app-container .btn-group-sm > .btn-outline-dark.btn,
#solid-app-container #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-outline-dark.btn,
#update-account-modal .modal-dialog .modal-content .modal-body div[id*=_modal_outer_] .btn-group-sm > .btn-outline-dark.btn,
div[id*=_modal_outer_] #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-outline-dark.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .b-toaster .btn-group-sm > .btn-outline-dark.btn,
.b-toaster #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-outline-dark.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-dark.btn-xs,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-light.btn-sm,
#update-account-modal .modal-dialog .modal-content .modal-body #solid-app-container .btn-group-sm > .btn-outline-light.btn,
#solid-app-container #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-outline-light.btn,
#update-account-modal .modal-dialog .modal-content .modal-body div[id*=_modal_outer_] .btn-group-sm > .btn-outline-light.btn,
div[id*=_modal_outer_] #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-outline-light.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .b-toaster .btn-group-sm > .btn-outline-light.btn,
.b-toaster #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-outline-light.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-light.btn-xs,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-primary.btn-sm,
#update-account-modal .modal-dialog .modal-content .modal-body #solid-app-container .btn-group-sm > .btn-outline-primary.btn,
#solid-app-container #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-outline-primary.btn,
#update-account-modal .modal-dialog .modal-content .modal-body div[id*=_modal_outer_] .btn-group-sm > .btn-outline-primary.btn,
div[id*=_modal_outer_] #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-outline-primary.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .b-toaster .btn-group-sm > .btn-outline-primary.btn,
.b-toaster #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-outline-primary.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-primary.btn-xs,
#update-account-modal .modal-dialog .modal-content .modal-body :not(.b-calendar-nav) > .btn-outline-secondary.btn-sm,
#update-account-modal .modal-dialog .modal-content .modal-body #solid-app-container .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
#solid-app-container #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
#update-account-modal .modal-dialog .modal-content .modal-body div[id*=_modal_outer_] .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
div[id*=_modal_outer_] #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .b-toaster .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
.b-toaster #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
#update-account-modal .modal-dialog .modal-content .modal-body :not(.b-calendar-nav) > .btn-outline-secondary.btn-xs,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-navy.btn-sm,
#update-account-modal .modal-dialog .modal-content .modal-body #solid-app-container .btn-group-sm > .btn-outline-navy.btn,
#solid-app-container #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-outline-navy.btn,
#update-account-modal .modal-dialog .modal-content .modal-body div[id*=_modal_outer_] .btn-group-sm > .btn-outline-navy.btn,
div[id*=_modal_outer_] #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-outline-navy.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .b-toaster .btn-group-sm > .btn-outline-navy.btn,
.b-toaster #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-outline-navy.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-navy.btn-xs,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-back.btn-sm,
#update-account-modal .modal-dialog .modal-content .modal-body #solid-app-container .btn-group-sm > .btn-outline-back.btn,
#solid-app-container #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-outline-back.btn,
#update-account-modal .modal-dialog .modal-content .modal-body div[id*=_modal_outer_] .btn-group-sm > .btn-outline-back.btn,
div[id*=_modal_outer_] #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-outline-back.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .b-toaster .btn-group-sm > .btn-outline-back.btn,
.b-toaster #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-outline-back.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-back.btn-xs,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-action.btn-sm,
#update-account-modal .modal-dialog .modal-content .modal-body #solid-app-container .btn-group-sm > .btn-action.btn,
#solid-app-container #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-action.btn,
#update-account-modal .modal-dialog .modal-content .modal-body div[id*=_modal_outer_] .btn-group-sm > .btn-action.btn,
div[id*=_modal_outer_] #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-action.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .b-toaster .btn-group-sm > .btn-action.btn,
.b-toaster #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-action.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-action.btn-xs,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-aquatic.btn-sm,
#update-account-modal .modal-dialog .modal-content .modal-body #solid-app-container .btn-group-sm > .btn-aquatic.btn,
#solid-app-container #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-aquatic.btn,
#update-account-modal .modal-dialog .modal-content .modal-body div[id*=_modal_outer_] .btn-group-sm > .btn-aquatic.btn,
div[id*=_modal_outer_] #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-aquatic.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .b-toaster .btn-group-sm > .btn-aquatic.btn,
.b-toaster #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-aquatic.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-aquatic.btn-xs,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-add-to-order-primary.btn-sm,
#update-account-modal .modal-dialog .modal-content .modal-body #solid-app-container .btn-group-sm > .btn-add-to-order-primary.btn,
#solid-app-container #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-add-to-order-primary.btn,
#update-account-modal .modal-dialog .modal-content .modal-body div[id*=_modal_outer_] .btn-group-sm > .btn-add-to-order-primary.btn,
div[id*=_modal_outer_] #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-add-to-order-primary.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .b-toaster .btn-group-sm > .btn-add-to-order-primary.btn,
.b-toaster #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-add-to-order-primary.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-add-to-order-primary.btn-xs,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-remove-from-order-primary.btn-sm,
#update-account-modal .modal-dialog .modal-content .modal-body #solid-app-container .btn-group-sm > .btn-remove-from-order-primary.btn,
#solid-app-container #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-remove-from-order-primary.btn,
#update-account-modal .modal-dialog .modal-content .modal-body div[id*=_modal_outer_] .btn-group-sm > .btn-remove-from-order-primary.btn,
div[id*=_modal_outer_] #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-remove-from-order-primary.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .b-toaster .btn-group-sm > .btn-remove-from-order-primary.btn,
.b-toaster #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-remove-from-order-primary.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-remove-from-order-primary.btn-xs,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-add-to-order.btn-sm,
#update-account-modal .modal-dialog .modal-content .modal-body #solid-app-container .btn-group-sm > .btn-add-to-order.btn,
#solid-app-container #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-add-to-order.btn,
#update-account-modal .modal-dialog .modal-content .modal-body div[id*=_modal_outer_] .btn-group-sm > .btn-add-to-order.btn,
div[id*=_modal_outer_] #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-add-to-order.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .b-toaster .btn-group-sm > .btn-add-to-order.btn,
.b-toaster #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-add-to-order.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-add-to-order.btn-xs {
  padding: 6px 20px;
}
@media (max-width: 767px) {
  #solid-app-container .btn-primary:not(.rounded-circle).btn-sm, #solid-app-container .btn-group-sm > .btn-primary.btn:not(.rounded-circle), #solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-primary.btn:not(.rounded-circle), div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-primary.btn:not(.rounded-circle), #solid-app-container .b-toaster .btn-group-sm > .btn-primary.btn:not(.rounded-circle), .b-toaster #solid-app-container .btn-group-sm > .btn-primary.btn:not(.rounded-circle), #solid-app-container .btn-primary:not(.rounded-circle).btn-xs,
#solid-app-container .btn-secondary.btn-sm,
#solid-app-container .btn-group-sm > .btn-secondary.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-secondary.btn,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-secondary.btn,
#solid-app-container .b-toaster .btn-group-sm > .btn-secondary.btn,
.b-toaster #solid-app-container .btn-group-sm > .btn-secondary.btn,
#solid-app-container .btn-secondary.btn-xs,
#solid-app-container .btn-secondary-remove.btn-sm,
#solid-app-container .btn-group-sm > .btn-secondary-remove.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-secondary-remove.btn,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-secondary-remove.btn,
#solid-app-container .b-toaster .btn-group-sm > .btn-secondary-remove.btn,
.b-toaster #solid-app-container .btn-group-sm > .btn-secondary-remove.btn,
#solid-app-container .btn-secondary-remove.btn-xs,
#solid-app-container .btn-secondary-confirm.btn-sm,
#solid-app-container .btn-group-sm > .btn-secondary-confirm.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-secondary-confirm.btn,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-secondary-confirm.btn,
#solid-app-container .b-toaster .btn-group-sm > .btn-secondary-confirm.btn,
.b-toaster #solid-app-container .btn-group-sm > .btn-secondary-confirm.btn,
#solid-app-container .btn-secondary-confirm.btn-xs,
#solid-app-container .btn-success.btn-sm,
#solid-app-container .btn-group-sm > .btn-success.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-success.btn,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-success.btn,
#solid-app-container .b-toaster .btn-group-sm > .btn-success.btn,
.b-toaster #solid-app-container .btn-group-sm > .btn-success.btn,
#solid-app-container .btn-success.btn-xs,
#solid-app-container .btn-success-outline.btn-sm,
#solid-app-container .btn-group-sm > .btn-success-outline.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-success-outline.btn,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-success-outline.btn,
#solid-app-container .b-toaster .btn-group-sm > .btn-success-outline.btn,
.b-toaster #solid-app-container .btn-group-sm > .btn-success-outline.btn,
#solid-app-container .btn-success-outline.btn-xs,
#solid-app-container .btn-navy.btn-sm,
#solid-app-container .btn-group-sm > .btn-navy.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-navy.btn,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-navy.btn,
#solid-app-container .b-toaster .btn-group-sm > .btn-navy.btn,
.b-toaster #solid-app-container .btn-group-sm > .btn-navy.btn,
#solid-app-container .btn-navy.btn-xs,
#solid-app-container .btn-outline-dark.btn-sm,
#solid-app-container .btn-group-sm > .btn-outline-dark.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-outline-dark.btn,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-outline-dark.btn,
#solid-app-container .b-toaster .btn-group-sm > .btn-outline-dark.btn,
.b-toaster #solid-app-container .btn-group-sm > .btn-outline-dark.btn,
#solid-app-container .btn-outline-dark.btn-xs,
#solid-app-container .btn-outline-light.btn-sm,
#solid-app-container .btn-group-sm > .btn-outline-light.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-outline-light.btn,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-outline-light.btn,
#solid-app-container .b-toaster .btn-group-sm > .btn-outline-light.btn,
.b-toaster #solid-app-container .btn-group-sm > .btn-outline-light.btn,
#solid-app-container .btn-outline-light.btn-xs,
#solid-app-container .btn-outline-primary.btn-sm,
#solid-app-container .btn-group-sm > .btn-outline-primary.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-outline-primary.btn,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-outline-primary.btn,
#solid-app-container .b-toaster .btn-group-sm > .btn-outline-primary.btn,
.b-toaster #solid-app-container .btn-group-sm > .btn-outline-primary.btn,
#solid-app-container .btn-outline-primary.btn-xs,
#solid-app-container :not(.b-calendar-nav) > .btn-outline-secondary.btn-sm,
#solid-app-container .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
#solid-app-container .b-toaster .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
.b-toaster #solid-app-container .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
#solid-app-container :not(.b-calendar-nav) > .btn-outline-secondary.btn-xs,
#solid-app-container .btn-outline-navy.btn-sm,
#solid-app-container .btn-group-sm > .btn-outline-navy.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-outline-navy.btn,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-outline-navy.btn,
#solid-app-container .b-toaster .btn-group-sm > .btn-outline-navy.btn,
.b-toaster #solid-app-container .btn-group-sm > .btn-outline-navy.btn,
#solid-app-container .btn-outline-navy.btn-xs,
#solid-app-container .btn-outline-back.btn-sm,
#solid-app-container .btn-group-sm > .btn-outline-back.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-outline-back.btn,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-outline-back.btn,
#solid-app-container .b-toaster .btn-group-sm > .btn-outline-back.btn,
.b-toaster #solid-app-container .btn-group-sm > .btn-outline-back.btn,
#solid-app-container .btn-outline-back.btn-xs,
#solid-app-container .btn-action.btn-sm,
#solid-app-container .btn-group-sm > .btn-action.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-action.btn,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-action.btn,
#solid-app-container .b-toaster .btn-group-sm > .btn-action.btn,
.b-toaster #solid-app-container .btn-group-sm > .btn-action.btn,
#solid-app-container .btn-action.btn-xs,
#solid-app-container .btn-aquatic.btn-sm,
#solid-app-container .btn-group-sm > .btn-aquatic.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-aquatic.btn,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-aquatic.btn,
#solid-app-container .b-toaster .btn-group-sm > .btn-aquatic.btn,
.b-toaster #solid-app-container .btn-group-sm > .btn-aquatic.btn,
#solid-app-container .btn-aquatic.btn-xs,
#solid-app-container .btn-add-to-order-primary.btn-sm,
#solid-app-container .btn-group-sm > .btn-add-to-order-primary.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-add-to-order-primary.btn,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-add-to-order-primary.btn,
#solid-app-container .b-toaster .btn-group-sm > .btn-add-to-order-primary.btn,
.b-toaster #solid-app-container .btn-group-sm > .btn-add-to-order-primary.btn,
#solid-app-container .btn-add-to-order-primary.btn-xs,
#solid-app-container .btn-remove-from-order-primary.btn-sm,
#solid-app-container .btn-group-sm > .btn-remove-from-order-primary.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-remove-from-order-primary.btn,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-remove-from-order-primary.btn,
#solid-app-container .b-toaster .btn-group-sm > .btn-remove-from-order-primary.btn,
.b-toaster #solid-app-container .btn-group-sm > .btn-remove-from-order-primary.btn,
#solid-app-container .btn-remove-from-order-primary.btn-xs,
#solid-app-container .btn-add-to-order.btn-sm,
#solid-app-container .btn-group-sm > .btn-add-to-order.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-add-to-order.btn,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-add-to-order.btn,
#solid-app-container .b-toaster .btn-group-sm > .btn-add-to-order.btn,
.b-toaster #solid-app-container .btn-group-sm > .btn-add-to-order.btn,
#solid-app-container .btn-add-to-order.btn-xs,
#modal-confirm .btn-primary:not(.rounded-circle).btn-sm,
#modal-confirm #solid-app-container .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
#solid-app-container #modal-confirm .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
#modal-confirm div[id*=_modal_outer_] .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
div[id*=_modal_outer_] #modal-confirm .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
#modal-confirm .b-toaster .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
.b-toaster #modal-confirm .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
#modal-confirm .btn-primary:not(.rounded-circle).btn-xs,
#modal-confirm .btn-secondary.btn-sm,
#modal-confirm #solid-app-container .btn-group-sm > .btn-secondary.btn,
#solid-app-container #modal-confirm .btn-group-sm > .btn-secondary.btn,
#modal-confirm div[id*=_modal_outer_] .btn-group-sm > .btn-secondary.btn,
div[id*=_modal_outer_] #modal-confirm .btn-group-sm > .btn-secondary.btn,
#modal-confirm .b-toaster .btn-group-sm > .btn-secondary.btn,
.b-toaster #modal-confirm .btn-group-sm > .btn-secondary.btn,
#modal-confirm .btn-secondary.btn-xs,
#modal-confirm .btn-secondary-remove.btn-sm,
#modal-confirm #solid-app-container .btn-group-sm > .btn-secondary-remove.btn,
#solid-app-container #modal-confirm .btn-group-sm > .btn-secondary-remove.btn,
#modal-confirm div[id*=_modal_outer_] .btn-group-sm > .btn-secondary-remove.btn,
div[id*=_modal_outer_] #modal-confirm .btn-group-sm > .btn-secondary-remove.btn,
#modal-confirm .b-toaster .btn-group-sm > .btn-secondary-remove.btn,
.b-toaster #modal-confirm .btn-group-sm > .btn-secondary-remove.btn,
#modal-confirm .btn-secondary-remove.btn-xs,
#modal-confirm .btn-secondary-confirm.btn-sm,
#modal-confirm #solid-app-container .btn-group-sm > .btn-secondary-confirm.btn,
#solid-app-container #modal-confirm .btn-group-sm > .btn-secondary-confirm.btn,
#modal-confirm div[id*=_modal_outer_] .btn-group-sm > .btn-secondary-confirm.btn,
div[id*=_modal_outer_] #modal-confirm .btn-group-sm > .btn-secondary-confirm.btn,
#modal-confirm .b-toaster .btn-group-sm > .btn-secondary-confirm.btn,
.b-toaster #modal-confirm .btn-group-sm > .btn-secondary-confirm.btn,
#modal-confirm .btn-secondary-confirm.btn-xs,
#modal-confirm .btn-success.btn-sm,
#modal-confirm #solid-app-container .btn-group-sm > .btn-success.btn,
#solid-app-container #modal-confirm .btn-group-sm > .btn-success.btn,
#modal-confirm div[id*=_modal_outer_] .btn-group-sm > .btn-success.btn,
div[id*=_modal_outer_] #modal-confirm .btn-group-sm > .btn-success.btn,
#modal-confirm .b-toaster .btn-group-sm > .btn-success.btn,
.b-toaster #modal-confirm .btn-group-sm > .btn-success.btn,
#modal-confirm .btn-success.btn-xs,
#modal-confirm .btn-success-outline.btn-sm,
#modal-confirm #solid-app-container .btn-group-sm > .btn-success-outline.btn,
#solid-app-container #modal-confirm .btn-group-sm > .btn-success-outline.btn,
#modal-confirm div[id*=_modal_outer_] .btn-group-sm > .btn-success-outline.btn,
div[id*=_modal_outer_] #modal-confirm .btn-group-sm > .btn-success-outline.btn,
#modal-confirm .b-toaster .btn-group-sm > .btn-success-outline.btn,
.b-toaster #modal-confirm .btn-group-sm > .btn-success-outline.btn,
#modal-confirm .btn-success-outline.btn-xs,
#modal-confirm .btn-navy.btn-sm,
#modal-confirm #solid-app-container .btn-group-sm > .btn-navy.btn,
#solid-app-container #modal-confirm .btn-group-sm > .btn-navy.btn,
#modal-confirm div[id*=_modal_outer_] .btn-group-sm > .btn-navy.btn,
div[id*=_modal_outer_] #modal-confirm .btn-group-sm > .btn-navy.btn,
#modal-confirm .b-toaster .btn-group-sm > .btn-navy.btn,
.b-toaster #modal-confirm .btn-group-sm > .btn-navy.btn,
#modal-confirm .btn-navy.btn-xs,
#modal-confirm .btn-outline-dark.btn-sm,
#modal-confirm #solid-app-container .btn-group-sm > .btn-outline-dark.btn,
#solid-app-container #modal-confirm .btn-group-sm > .btn-outline-dark.btn,
#modal-confirm div[id*=_modal_outer_] .btn-group-sm > .btn-outline-dark.btn,
div[id*=_modal_outer_] #modal-confirm .btn-group-sm > .btn-outline-dark.btn,
#modal-confirm .b-toaster .btn-group-sm > .btn-outline-dark.btn,
.b-toaster #modal-confirm .btn-group-sm > .btn-outline-dark.btn,
#modal-confirm .btn-outline-dark.btn-xs,
#modal-confirm .btn-outline-light.btn-sm,
#modal-confirm #solid-app-container .btn-group-sm > .btn-outline-light.btn,
#solid-app-container #modal-confirm .btn-group-sm > .btn-outline-light.btn,
#modal-confirm div[id*=_modal_outer_] .btn-group-sm > .btn-outline-light.btn,
div[id*=_modal_outer_] #modal-confirm .btn-group-sm > .btn-outline-light.btn,
#modal-confirm .b-toaster .btn-group-sm > .btn-outline-light.btn,
.b-toaster #modal-confirm .btn-group-sm > .btn-outline-light.btn,
#modal-confirm .btn-outline-light.btn-xs,
#modal-confirm .btn-outline-primary.btn-sm,
#modal-confirm #solid-app-container .btn-group-sm > .btn-outline-primary.btn,
#solid-app-container #modal-confirm .btn-group-sm > .btn-outline-primary.btn,
#modal-confirm div[id*=_modal_outer_] .btn-group-sm > .btn-outline-primary.btn,
div[id*=_modal_outer_] #modal-confirm .btn-group-sm > .btn-outline-primary.btn,
#modal-confirm .b-toaster .btn-group-sm > .btn-outline-primary.btn,
.b-toaster #modal-confirm .btn-group-sm > .btn-outline-primary.btn,
#modal-confirm .btn-outline-primary.btn-xs,
#modal-confirm :not(.b-calendar-nav) > .btn-outline-secondary.btn-sm,
#modal-confirm #solid-app-container .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
#solid-app-container #modal-confirm .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
#modal-confirm div[id*=_modal_outer_] .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
div[id*=_modal_outer_] #modal-confirm .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
#modal-confirm .b-toaster .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
.b-toaster #modal-confirm .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
#modal-confirm :not(.b-calendar-nav) > .btn-outline-secondary.btn-xs,
#modal-confirm .btn-outline-navy.btn-sm,
#modal-confirm #solid-app-container .btn-group-sm > .btn-outline-navy.btn,
#solid-app-container #modal-confirm .btn-group-sm > .btn-outline-navy.btn,
#modal-confirm div[id*=_modal_outer_] .btn-group-sm > .btn-outline-navy.btn,
div[id*=_modal_outer_] #modal-confirm .btn-group-sm > .btn-outline-navy.btn,
#modal-confirm .b-toaster .btn-group-sm > .btn-outline-navy.btn,
.b-toaster #modal-confirm .btn-group-sm > .btn-outline-navy.btn,
#modal-confirm .btn-outline-navy.btn-xs,
#modal-confirm .btn-outline-back.btn-sm,
#modal-confirm #solid-app-container .btn-group-sm > .btn-outline-back.btn,
#solid-app-container #modal-confirm .btn-group-sm > .btn-outline-back.btn,
#modal-confirm div[id*=_modal_outer_] .btn-group-sm > .btn-outline-back.btn,
div[id*=_modal_outer_] #modal-confirm .btn-group-sm > .btn-outline-back.btn,
#modal-confirm .b-toaster .btn-group-sm > .btn-outline-back.btn,
.b-toaster #modal-confirm .btn-group-sm > .btn-outline-back.btn,
#modal-confirm .btn-outline-back.btn-xs,
#modal-confirm .btn-action.btn-sm,
#modal-confirm #solid-app-container .btn-group-sm > .btn-action.btn,
#solid-app-container #modal-confirm .btn-group-sm > .btn-action.btn,
#modal-confirm div[id*=_modal_outer_] .btn-group-sm > .btn-action.btn,
div[id*=_modal_outer_] #modal-confirm .btn-group-sm > .btn-action.btn,
#modal-confirm .b-toaster .btn-group-sm > .btn-action.btn,
.b-toaster #modal-confirm .btn-group-sm > .btn-action.btn,
#modal-confirm .btn-action.btn-xs,
#modal-confirm .btn-aquatic.btn-sm,
#modal-confirm #solid-app-container .btn-group-sm > .btn-aquatic.btn,
#solid-app-container #modal-confirm .btn-group-sm > .btn-aquatic.btn,
#modal-confirm div[id*=_modal_outer_] .btn-group-sm > .btn-aquatic.btn,
div[id*=_modal_outer_] #modal-confirm .btn-group-sm > .btn-aquatic.btn,
#modal-confirm .b-toaster .btn-group-sm > .btn-aquatic.btn,
.b-toaster #modal-confirm .btn-group-sm > .btn-aquatic.btn,
#modal-confirm .btn-aquatic.btn-xs,
#modal-confirm .btn-add-to-order-primary.btn-sm,
#modal-confirm #solid-app-container .btn-group-sm > .btn-add-to-order-primary.btn,
#solid-app-container #modal-confirm .btn-group-sm > .btn-add-to-order-primary.btn,
#modal-confirm div[id*=_modal_outer_] .btn-group-sm > .btn-add-to-order-primary.btn,
div[id*=_modal_outer_] #modal-confirm .btn-group-sm > .btn-add-to-order-primary.btn,
#modal-confirm .b-toaster .btn-group-sm > .btn-add-to-order-primary.btn,
.b-toaster #modal-confirm .btn-group-sm > .btn-add-to-order-primary.btn,
#modal-confirm .btn-add-to-order-primary.btn-xs,
#modal-confirm .btn-remove-from-order-primary.btn-sm,
#modal-confirm #solid-app-container .btn-group-sm > .btn-remove-from-order-primary.btn,
#solid-app-container #modal-confirm .btn-group-sm > .btn-remove-from-order-primary.btn,
#modal-confirm div[id*=_modal_outer_] .btn-group-sm > .btn-remove-from-order-primary.btn,
div[id*=_modal_outer_] #modal-confirm .btn-group-sm > .btn-remove-from-order-primary.btn,
#modal-confirm .b-toaster .btn-group-sm > .btn-remove-from-order-primary.btn,
.b-toaster #modal-confirm .btn-group-sm > .btn-remove-from-order-primary.btn,
#modal-confirm .btn-remove-from-order-primary.btn-xs,
#modal-confirm .btn-add-to-order.btn-sm,
#modal-confirm #solid-app-container .btn-group-sm > .btn-add-to-order.btn,
#solid-app-container #modal-confirm .btn-group-sm > .btn-add-to-order.btn,
#modal-confirm div[id*=_modal_outer_] .btn-group-sm > .btn-add-to-order.btn,
div[id*=_modal_outer_] #modal-confirm .btn-group-sm > .btn-add-to-order.btn,
#modal-confirm .b-toaster .btn-group-sm > .btn-add-to-order.btn,
.b-toaster #modal-confirm .btn-group-sm > .btn-add-to-order.btn,
#modal-confirm .btn-add-to-order.btn-xs,
#offer-code-input-modal .btn-primary:not(.rounded-circle).btn-sm,
#offer-code-input-modal #solid-app-container .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
#solid-app-container #offer-code-input-modal .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
#offer-code-input-modal div[id*=_modal_outer_] .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
div[id*=_modal_outer_] #offer-code-input-modal .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
#offer-code-input-modal .b-toaster .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
.b-toaster #offer-code-input-modal .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
#offer-code-input-modal .btn-primary:not(.rounded-circle).btn-xs,
#offer-code-input-modal .btn-secondary.btn-sm,
#offer-code-input-modal #solid-app-container .btn-group-sm > .btn-secondary.btn,
#solid-app-container #offer-code-input-modal .btn-group-sm > .btn-secondary.btn,
#offer-code-input-modal div[id*=_modal_outer_] .btn-group-sm > .btn-secondary.btn,
div[id*=_modal_outer_] #offer-code-input-modal .btn-group-sm > .btn-secondary.btn,
#offer-code-input-modal .b-toaster .btn-group-sm > .btn-secondary.btn,
.b-toaster #offer-code-input-modal .btn-group-sm > .btn-secondary.btn,
#offer-code-input-modal .btn-secondary.btn-xs,
#offer-code-input-modal .btn-secondary-remove.btn-sm,
#offer-code-input-modal #solid-app-container .btn-group-sm > .btn-secondary-remove.btn,
#solid-app-container #offer-code-input-modal .btn-group-sm > .btn-secondary-remove.btn,
#offer-code-input-modal div[id*=_modal_outer_] .btn-group-sm > .btn-secondary-remove.btn,
div[id*=_modal_outer_] #offer-code-input-modal .btn-group-sm > .btn-secondary-remove.btn,
#offer-code-input-modal .b-toaster .btn-group-sm > .btn-secondary-remove.btn,
.b-toaster #offer-code-input-modal .btn-group-sm > .btn-secondary-remove.btn,
#offer-code-input-modal .btn-secondary-remove.btn-xs,
#offer-code-input-modal .btn-secondary-confirm.btn-sm,
#offer-code-input-modal #solid-app-container .btn-group-sm > .btn-secondary-confirm.btn,
#solid-app-container #offer-code-input-modal .btn-group-sm > .btn-secondary-confirm.btn,
#offer-code-input-modal div[id*=_modal_outer_] .btn-group-sm > .btn-secondary-confirm.btn,
div[id*=_modal_outer_] #offer-code-input-modal .btn-group-sm > .btn-secondary-confirm.btn,
#offer-code-input-modal .b-toaster .btn-group-sm > .btn-secondary-confirm.btn,
.b-toaster #offer-code-input-modal .btn-group-sm > .btn-secondary-confirm.btn,
#offer-code-input-modal .btn-secondary-confirm.btn-xs,
#offer-code-input-modal .btn-success.btn-sm,
#offer-code-input-modal #solid-app-container .btn-group-sm > .btn-success.btn,
#solid-app-container #offer-code-input-modal .btn-group-sm > .btn-success.btn,
#offer-code-input-modal div[id*=_modal_outer_] .btn-group-sm > .btn-success.btn,
div[id*=_modal_outer_] #offer-code-input-modal .btn-group-sm > .btn-success.btn,
#offer-code-input-modal .b-toaster .btn-group-sm > .btn-success.btn,
.b-toaster #offer-code-input-modal .btn-group-sm > .btn-success.btn,
#offer-code-input-modal .btn-success.btn-xs,
#offer-code-input-modal .btn-success-outline.btn-sm,
#offer-code-input-modal #solid-app-container .btn-group-sm > .btn-success-outline.btn,
#solid-app-container #offer-code-input-modal .btn-group-sm > .btn-success-outline.btn,
#offer-code-input-modal div[id*=_modal_outer_] .btn-group-sm > .btn-success-outline.btn,
div[id*=_modal_outer_] #offer-code-input-modal .btn-group-sm > .btn-success-outline.btn,
#offer-code-input-modal .b-toaster .btn-group-sm > .btn-success-outline.btn,
.b-toaster #offer-code-input-modal .btn-group-sm > .btn-success-outline.btn,
#offer-code-input-modal .btn-success-outline.btn-xs,
#offer-code-input-modal .btn-navy.btn-sm,
#offer-code-input-modal #solid-app-container .btn-group-sm > .btn-navy.btn,
#solid-app-container #offer-code-input-modal .btn-group-sm > .btn-navy.btn,
#offer-code-input-modal div[id*=_modal_outer_] .btn-group-sm > .btn-navy.btn,
div[id*=_modal_outer_] #offer-code-input-modal .btn-group-sm > .btn-navy.btn,
#offer-code-input-modal .b-toaster .btn-group-sm > .btn-navy.btn,
.b-toaster #offer-code-input-modal .btn-group-sm > .btn-navy.btn,
#offer-code-input-modal .btn-navy.btn-xs,
#offer-code-input-modal .btn-outline-dark.btn-sm,
#offer-code-input-modal #solid-app-container .btn-group-sm > .btn-outline-dark.btn,
#solid-app-container #offer-code-input-modal .btn-group-sm > .btn-outline-dark.btn,
#offer-code-input-modal div[id*=_modal_outer_] .btn-group-sm > .btn-outline-dark.btn,
div[id*=_modal_outer_] #offer-code-input-modal .btn-group-sm > .btn-outline-dark.btn,
#offer-code-input-modal .b-toaster .btn-group-sm > .btn-outline-dark.btn,
.b-toaster #offer-code-input-modal .btn-group-sm > .btn-outline-dark.btn,
#offer-code-input-modal .btn-outline-dark.btn-xs,
#offer-code-input-modal .btn-outline-light.btn-sm,
#offer-code-input-modal #solid-app-container .btn-group-sm > .btn-outline-light.btn,
#solid-app-container #offer-code-input-modal .btn-group-sm > .btn-outline-light.btn,
#offer-code-input-modal div[id*=_modal_outer_] .btn-group-sm > .btn-outline-light.btn,
div[id*=_modal_outer_] #offer-code-input-modal .btn-group-sm > .btn-outline-light.btn,
#offer-code-input-modal .b-toaster .btn-group-sm > .btn-outline-light.btn,
.b-toaster #offer-code-input-modal .btn-group-sm > .btn-outline-light.btn,
#offer-code-input-modal .btn-outline-light.btn-xs,
#offer-code-input-modal .btn-outline-primary.btn-sm,
#offer-code-input-modal #solid-app-container .btn-group-sm > .btn-outline-primary.btn,
#solid-app-container #offer-code-input-modal .btn-group-sm > .btn-outline-primary.btn,
#offer-code-input-modal div[id*=_modal_outer_] .btn-group-sm > .btn-outline-primary.btn,
div[id*=_modal_outer_] #offer-code-input-modal .btn-group-sm > .btn-outline-primary.btn,
#offer-code-input-modal .b-toaster .btn-group-sm > .btn-outline-primary.btn,
.b-toaster #offer-code-input-modal .btn-group-sm > .btn-outline-primary.btn,
#offer-code-input-modal .btn-outline-primary.btn-xs,
#offer-code-input-modal :not(.b-calendar-nav) > .btn-outline-secondary.btn-sm,
#offer-code-input-modal #solid-app-container .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
#solid-app-container #offer-code-input-modal .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
#offer-code-input-modal div[id*=_modal_outer_] .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
div[id*=_modal_outer_] #offer-code-input-modal .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
#offer-code-input-modal .b-toaster .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
.b-toaster #offer-code-input-modal .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
#offer-code-input-modal :not(.b-calendar-nav) > .btn-outline-secondary.btn-xs,
#offer-code-input-modal .btn-outline-navy.btn-sm,
#offer-code-input-modal #solid-app-container .btn-group-sm > .btn-outline-navy.btn,
#solid-app-container #offer-code-input-modal .btn-group-sm > .btn-outline-navy.btn,
#offer-code-input-modal div[id*=_modal_outer_] .btn-group-sm > .btn-outline-navy.btn,
div[id*=_modal_outer_] #offer-code-input-modal .btn-group-sm > .btn-outline-navy.btn,
#offer-code-input-modal .b-toaster .btn-group-sm > .btn-outline-navy.btn,
.b-toaster #offer-code-input-modal .btn-group-sm > .btn-outline-navy.btn,
#offer-code-input-modal .btn-outline-navy.btn-xs,
#offer-code-input-modal .btn-outline-back.btn-sm,
#offer-code-input-modal #solid-app-container .btn-group-sm > .btn-outline-back.btn,
#solid-app-container #offer-code-input-modal .btn-group-sm > .btn-outline-back.btn,
#offer-code-input-modal div[id*=_modal_outer_] .btn-group-sm > .btn-outline-back.btn,
div[id*=_modal_outer_] #offer-code-input-modal .btn-group-sm > .btn-outline-back.btn,
#offer-code-input-modal .b-toaster .btn-group-sm > .btn-outline-back.btn,
.b-toaster #offer-code-input-modal .btn-group-sm > .btn-outline-back.btn,
#offer-code-input-modal .btn-outline-back.btn-xs,
#offer-code-input-modal .btn-action.btn-sm,
#offer-code-input-modal #solid-app-container .btn-group-sm > .btn-action.btn,
#solid-app-container #offer-code-input-modal .btn-group-sm > .btn-action.btn,
#offer-code-input-modal div[id*=_modal_outer_] .btn-group-sm > .btn-action.btn,
div[id*=_modal_outer_] #offer-code-input-modal .btn-group-sm > .btn-action.btn,
#offer-code-input-modal .b-toaster .btn-group-sm > .btn-action.btn,
.b-toaster #offer-code-input-modal .btn-group-sm > .btn-action.btn,
#offer-code-input-modal .btn-action.btn-xs,
#offer-code-input-modal .btn-aquatic.btn-sm,
#offer-code-input-modal #solid-app-container .btn-group-sm > .btn-aquatic.btn,
#solid-app-container #offer-code-input-modal .btn-group-sm > .btn-aquatic.btn,
#offer-code-input-modal div[id*=_modal_outer_] .btn-group-sm > .btn-aquatic.btn,
div[id*=_modal_outer_] #offer-code-input-modal .btn-group-sm > .btn-aquatic.btn,
#offer-code-input-modal .b-toaster .btn-group-sm > .btn-aquatic.btn,
.b-toaster #offer-code-input-modal .btn-group-sm > .btn-aquatic.btn,
#offer-code-input-modal .btn-aquatic.btn-xs,
#offer-code-input-modal .btn-add-to-order-primary.btn-sm,
#offer-code-input-modal #solid-app-container .btn-group-sm > .btn-add-to-order-primary.btn,
#solid-app-container #offer-code-input-modal .btn-group-sm > .btn-add-to-order-primary.btn,
#offer-code-input-modal div[id*=_modal_outer_] .btn-group-sm > .btn-add-to-order-primary.btn,
div[id*=_modal_outer_] #offer-code-input-modal .btn-group-sm > .btn-add-to-order-primary.btn,
#offer-code-input-modal .b-toaster .btn-group-sm > .btn-add-to-order-primary.btn,
.b-toaster #offer-code-input-modal .btn-group-sm > .btn-add-to-order-primary.btn,
#offer-code-input-modal .btn-add-to-order-primary.btn-xs,
#offer-code-input-modal .btn-remove-from-order-primary.btn-sm,
#offer-code-input-modal #solid-app-container .btn-group-sm > .btn-remove-from-order-primary.btn,
#solid-app-container #offer-code-input-modal .btn-group-sm > .btn-remove-from-order-primary.btn,
#offer-code-input-modal div[id*=_modal_outer_] .btn-group-sm > .btn-remove-from-order-primary.btn,
div[id*=_modal_outer_] #offer-code-input-modal .btn-group-sm > .btn-remove-from-order-primary.btn,
#offer-code-input-modal .b-toaster .btn-group-sm > .btn-remove-from-order-primary.btn,
.b-toaster #offer-code-input-modal .btn-group-sm > .btn-remove-from-order-primary.btn,
#offer-code-input-modal .btn-remove-from-order-primary.btn-xs,
#offer-code-input-modal .btn-add-to-order.btn-sm,
#offer-code-input-modal #solid-app-container .btn-group-sm > .btn-add-to-order.btn,
#solid-app-container #offer-code-input-modal .btn-group-sm > .btn-add-to-order.btn,
#offer-code-input-modal div[id*=_modal_outer_] .btn-group-sm > .btn-add-to-order.btn,
div[id*=_modal_outer_] #offer-code-input-modal .btn-group-sm > .btn-add-to-order.btn,
#offer-code-input-modal .b-toaster .btn-group-sm > .btn-add-to-order.btn,
.b-toaster #offer-code-input-modal .btn-group-sm > .btn-add-to-order.btn,
#offer-code-input-modal .btn-add-to-order.btn-xs,
#rica-details-modal .btn-primary:not(.rounded-circle).btn-sm,
#rica-details-modal #solid-app-container .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
#solid-app-container #rica-details-modal .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
#rica-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
div[id*=_modal_outer_] #rica-details-modal .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
#rica-details-modal .b-toaster .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
.b-toaster #rica-details-modal .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
#rica-details-modal .btn-primary:not(.rounded-circle).btn-xs,
#rica-details-modal .btn-secondary.btn-sm,
#rica-details-modal #solid-app-container .btn-group-sm > .btn-secondary.btn,
#solid-app-container #rica-details-modal .btn-group-sm > .btn-secondary.btn,
#rica-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-secondary.btn,
div[id*=_modal_outer_] #rica-details-modal .btn-group-sm > .btn-secondary.btn,
#rica-details-modal .b-toaster .btn-group-sm > .btn-secondary.btn,
.b-toaster #rica-details-modal .btn-group-sm > .btn-secondary.btn,
#rica-details-modal .btn-secondary.btn-xs,
#rica-details-modal .btn-secondary-remove.btn-sm,
#rica-details-modal #solid-app-container .btn-group-sm > .btn-secondary-remove.btn,
#solid-app-container #rica-details-modal .btn-group-sm > .btn-secondary-remove.btn,
#rica-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-secondary-remove.btn,
div[id*=_modal_outer_] #rica-details-modal .btn-group-sm > .btn-secondary-remove.btn,
#rica-details-modal .b-toaster .btn-group-sm > .btn-secondary-remove.btn,
.b-toaster #rica-details-modal .btn-group-sm > .btn-secondary-remove.btn,
#rica-details-modal .btn-secondary-remove.btn-xs,
#rica-details-modal .btn-secondary-confirm.btn-sm,
#rica-details-modal #solid-app-container .btn-group-sm > .btn-secondary-confirm.btn,
#solid-app-container #rica-details-modal .btn-group-sm > .btn-secondary-confirm.btn,
#rica-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-secondary-confirm.btn,
div[id*=_modal_outer_] #rica-details-modal .btn-group-sm > .btn-secondary-confirm.btn,
#rica-details-modal .b-toaster .btn-group-sm > .btn-secondary-confirm.btn,
.b-toaster #rica-details-modal .btn-group-sm > .btn-secondary-confirm.btn,
#rica-details-modal .btn-secondary-confirm.btn-xs,
#rica-details-modal .btn-success.btn-sm,
#rica-details-modal #solid-app-container .btn-group-sm > .btn-success.btn,
#solid-app-container #rica-details-modal .btn-group-sm > .btn-success.btn,
#rica-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-success.btn,
div[id*=_modal_outer_] #rica-details-modal .btn-group-sm > .btn-success.btn,
#rica-details-modal .b-toaster .btn-group-sm > .btn-success.btn,
.b-toaster #rica-details-modal .btn-group-sm > .btn-success.btn,
#rica-details-modal .btn-success.btn-xs,
#rica-details-modal .btn-success-outline.btn-sm,
#rica-details-modal #solid-app-container .btn-group-sm > .btn-success-outline.btn,
#solid-app-container #rica-details-modal .btn-group-sm > .btn-success-outline.btn,
#rica-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-success-outline.btn,
div[id*=_modal_outer_] #rica-details-modal .btn-group-sm > .btn-success-outline.btn,
#rica-details-modal .b-toaster .btn-group-sm > .btn-success-outline.btn,
.b-toaster #rica-details-modal .btn-group-sm > .btn-success-outline.btn,
#rica-details-modal .btn-success-outline.btn-xs,
#rica-details-modal .btn-navy.btn-sm,
#rica-details-modal #solid-app-container .btn-group-sm > .btn-navy.btn,
#solid-app-container #rica-details-modal .btn-group-sm > .btn-navy.btn,
#rica-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-navy.btn,
div[id*=_modal_outer_] #rica-details-modal .btn-group-sm > .btn-navy.btn,
#rica-details-modal .b-toaster .btn-group-sm > .btn-navy.btn,
.b-toaster #rica-details-modal .btn-group-sm > .btn-navy.btn,
#rica-details-modal .btn-navy.btn-xs,
#rica-details-modal .btn-outline-dark.btn-sm,
#rica-details-modal #solid-app-container .btn-group-sm > .btn-outline-dark.btn,
#solid-app-container #rica-details-modal .btn-group-sm > .btn-outline-dark.btn,
#rica-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-outline-dark.btn,
div[id*=_modal_outer_] #rica-details-modal .btn-group-sm > .btn-outline-dark.btn,
#rica-details-modal .b-toaster .btn-group-sm > .btn-outline-dark.btn,
.b-toaster #rica-details-modal .btn-group-sm > .btn-outline-dark.btn,
#rica-details-modal .btn-outline-dark.btn-xs,
#rica-details-modal .btn-outline-light.btn-sm,
#rica-details-modal #solid-app-container .btn-group-sm > .btn-outline-light.btn,
#solid-app-container #rica-details-modal .btn-group-sm > .btn-outline-light.btn,
#rica-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-outline-light.btn,
div[id*=_modal_outer_] #rica-details-modal .btn-group-sm > .btn-outline-light.btn,
#rica-details-modal .b-toaster .btn-group-sm > .btn-outline-light.btn,
.b-toaster #rica-details-modal .btn-group-sm > .btn-outline-light.btn,
#rica-details-modal .btn-outline-light.btn-xs,
#rica-details-modal .btn-outline-primary.btn-sm,
#rica-details-modal #solid-app-container .btn-group-sm > .btn-outline-primary.btn,
#solid-app-container #rica-details-modal .btn-group-sm > .btn-outline-primary.btn,
#rica-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-outline-primary.btn,
div[id*=_modal_outer_] #rica-details-modal .btn-group-sm > .btn-outline-primary.btn,
#rica-details-modal .b-toaster .btn-group-sm > .btn-outline-primary.btn,
.b-toaster #rica-details-modal .btn-group-sm > .btn-outline-primary.btn,
#rica-details-modal .btn-outline-primary.btn-xs,
#rica-details-modal :not(.b-calendar-nav) > .btn-outline-secondary.btn-sm,
#rica-details-modal #solid-app-container .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
#solid-app-container #rica-details-modal .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
#rica-details-modal div[id*=_modal_outer_] .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
div[id*=_modal_outer_] #rica-details-modal .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
#rica-details-modal .b-toaster .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
.b-toaster #rica-details-modal .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
#rica-details-modal :not(.b-calendar-nav) > .btn-outline-secondary.btn-xs,
#rica-details-modal .btn-outline-navy.btn-sm,
#rica-details-modal #solid-app-container .btn-group-sm > .btn-outline-navy.btn,
#solid-app-container #rica-details-modal .btn-group-sm > .btn-outline-navy.btn,
#rica-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-outline-navy.btn,
div[id*=_modal_outer_] #rica-details-modal .btn-group-sm > .btn-outline-navy.btn,
#rica-details-modal .b-toaster .btn-group-sm > .btn-outline-navy.btn,
.b-toaster #rica-details-modal .btn-group-sm > .btn-outline-navy.btn,
#rica-details-modal .btn-outline-navy.btn-xs,
#rica-details-modal .btn-outline-back.btn-sm,
#rica-details-modal #solid-app-container .btn-group-sm > .btn-outline-back.btn,
#solid-app-container #rica-details-modal .btn-group-sm > .btn-outline-back.btn,
#rica-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-outline-back.btn,
div[id*=_modal_outer_] #rica-details-modal .btn-group-sm > .btn-outline-back.btn,
#rica-details-modal .b-toaster .btn-group-sm > .btn-outline-back.btn,
.b-toaster #rica-details-modal .btn-group-sm > .btn-outline-back.btn,
#rica-details-modal .btn-outline-back.btn-xs,
#rica-details-modal .btn-action.btn-sm,
#rica-details-modal #solid-app-container .btn-group-sm > .btn-action.btn,
#solid-app-container #rica-details-modal .btn-group-sm > .btn-action.btn,
#rica-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-action.btn,
div[id*=_modal_outer_] #rica-details-modal .btn-group-sm > .btn-action.btn,
#rica-details-modal .b-toaster .btn-group-sm > .btn-action.btn,
.b-toaster #rica-details-modal .btn-group-sm > .btn-action.btn,
#rica-details-modal .btn-action.btn-xs,
#rica-details-modal .btn-aquatic.btn-sm,
#rica-details-modal #solid-app-container .btn-group-sm > .btn-aquatic.btn,
#solid-app-container #rica-details-modal .btn-group-sm > .btn-aquatic.btn,
#rica-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-aquatic.btn,
div[id*=_modal_outer_] #rica-details-modal .btn-group-sm > .btn-aquatic.btn,
#rica-details-modal .b-toaster .btn-group-sm > .btn-aquatic.btn,
.b-toaster #rica-details-modal .btn-group-sm > .btn-aquatic.btn,
#rica-details-modal .btn-aquatic.btn-xs,
#rica-details-modal .btn-add-to-order-primary.btn-sm,
#rica-details-modal #solid-app-container .btn-group-sm > .btn-add-to-order-primary.btn,
#solid-app-container #rica-details-modal .btn-group-sm > .btn-add-to-order-primary.btn,
#rica-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-add-to-order-primary.btn,
div[id*=_modal_outer_] #rica-details-modal .btn-group-sm > .btn-add-to-order-primary.btn,
#rica-details-modal .b-toaster .btn-group-sm > .btn-add-to-order-primary.btn,
.b-toaster #rica-details-modal .btn-group-sm > .btn-add-to-order-primary.btn,
#rica-details-modal .btn-add-to-order-primary.btn-xs,
#rica-details-modal .btn-remove-from-order-primary.btn-sm,
#rica-details-modal #solid-app-container .btn-group-sm > .btn-remove-from-order-primary.btn,
#solid-app-container #rica-details-modal .btn-group-sm > .btn-remove-from-order-primary.btn,
#rica-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-remove-from-order-primary.btn,
div[id*=_modal_outer_] #rica-details-modal .btn-group-sm > .btn-remove-from-order-primary.btn,
#rica-details-modal .b-toaster .btn-group-sm > .btn-remove-from-order-primary.btn,
.b-toaster #rica-details-modal .btn-group-sm > .btn-remove-from-order-primary.btn,
#rica-details-modal .btn-remove-from-order-primary.btn-xs,
#rica-details-modal .btn-add-to-order.btn-sm,
#rica-details-modal #solid-app-container .btn-group-sm > .btn-add-to-order.btn,
#solid-app-container #rica-details-modal .btn-group-sm > .btn-add-to-order.btn,
#rica-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-add-to-order.btn,
div[id*=_modal_outer_] #rica-details-modal .btn-group-sm > .btn-add-to-order.btn,
#rica-details-modal .b-toaster .btn-group-sm > .btn-add-to-order.btn,
.b-toaster #rica-details-modal .btn-group-sm > .btn-add-to-order.btn,
#rica-details-modal .btn-add-to-order.btn-xs,
#cart-order-details-modal .btn-primary:not(.rounded-circle).btn-sm,
#cart-order-details-modal #solid-app-container .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
#solid-app-container #cart-order-details-modal .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
#cart-order-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
div[id*=_modal_outer_] #cart-order-details-modal .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
#cart-order-details-modal .b-toaster .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
.b-toaster #cart-order-details-modal .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
#cart-order-details-modal .btn-primary:not(.rounded-circle).btn-xs,
#cart-order-details-modal .btn-secondary.btn-sm,
#cart-order-details-modal #solid-app-container .btn-group-sm > .btn-secondary.btn,
#solid-app-container #cart-order-details-modal .btn-group-sm > .btn-secondary.btn,
#cart-order-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-secondary.btn,
div[id*=_modal_outer_] #cart-order-details-modal .btn-group-sm > .btn-secondary.btn,
#cart-order-details-modal .b-toaster .btn-group-sm > .btn-secondary.btn,
.b-toaster #cart-order-details-modal .btn-group-sm > .btn-secondary.btn,
#cart-order-details-modal .btn-secondary.btn-xs,
#cart-order-details-modal .btn-secondary-remove.btn-sm,
#cart-order-details-modal #solid-app-container .btn-group-sm > .btn-secondary-remove.btn,
#solid-app-container #cart-order-details-modal .btn-group-sm > .btn-secondary-remove.btn,
#cart-order-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-secondary-remove.btn,
div[id*=_modal_outer_] #cart-order-details-modal .btn-group-sm > .btn-secondary-remove.btn,
#cart-order-details-modal .b-toaster .btn-group-sm > .btn-secondary-remove.btn,
.b-toaster #cart-order-details-modal .btn-group-sm > .btn-secondary-remove.btn,
#cart-order-details-modal .btn-secondary-remove.btn-xs,
#cart-order-details-modal .btn-secondary-confirm.btn-sm,
#cart-order-details-modal #solid-app-container .btn-group-sm > .btn-secondary-confirm.btn,
#solid-app-container #cart-order-details-modal .btn-group-sm > .btn-secondary-confirm.btn,
#cart-order-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-secondary-confirm.btn,
div[id*=_modal_outer_] #cart-order-details-modal .btn-group-sm > .btn-secondary-confirm.btn,
#cart-order-details-modal .b-toaster .btn-group-sm > .btn-secondary-confirm.btn,
.b-toaster #cart-order-details-modal .btn-group-sm > .btn-secondary-confirm.btn,
#cart-order-details-modal .btn-secondary-confirm.btn-xs,
#cart-order-details-modal .btn-success.btn-sm,
#cart-order-details-modal #solid-app-container .btn-group-sm > .btn-success.btn,
#solid-app-container #cart-order-details-modal .btn-group-sm > .btn-success.btn,
#cart-order-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-success.btn,
div[id*=_modal_outer_] #cart-order-details-modal .btn-group-sm > .btn-success.btn,
#cart-order-details-modal .b-toaster .btn-group-sm > .btn-success.btn,
.b-toaster #cart-order-details-modal .btn-group-sm > .btn-success.btn,
#cart-order-details-modal .btn-success.btn-xs,
#cart-order-details-modal .btn-success-outline.btn-sm,
#cart-order-details-modal #solid-app-container .btn-group-sm > .btn-success-outline.btn,
#solid-app-container #cart-order-details-modal .btn-group-sm > .btn-success-outline.btn,
#cart-order-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-success-outline.btn,
div[id*=_modal_outer_] #cart-order-details-modal .btn-group-sm > .btn-success-outline.btn,
#cart-order-details-modal .b-toaster .btn-group-sm > .btn-success-outline.btn,
.b-toaster #cart-order-details-modal .btn-group-sm > .btn-success-outline.btn,
#cart-order-details-modal .btn-success-outline.btn-xs,
#cart-order-details-modal .btn-navy.btn-sm,
#cart-order-details-modal #solid-app-container .btn-group-sm > .btn-navy.btn,
#solid-app-container #cart-order-details-modal .btn-group-sm > .btn-navy.btn,
#cart-order-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-navy.btn,
div[id*=_modal_outer_] #cart-order-details-modal .btn-group-sm > .btn-navy.btn,
#cart-order-details-modal .b-toaster .btn-group-sm > .btn-navy.btn,
.b-toaster #cart-order-details-modal .btn-group-sm > .btn-navy.btn,
#cart-order-details-modal .btn-navy.btn-xs,
#cart-order-details-modal .btn-outline-dark.btn-sm,
#cart-order-details-modal #solid-app-container .btn-group-sm > .btn-outline-dark.btn,
#solid-app-container #cart-order-details-modal .btn-group-sm > .btn-outline-dark.btn,
#cart-order-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-outline-dark.btn,
div[id*=_modal_outer_] #cart-order-details-modal .btn-group-sm > .btn-outline-dark.btn,
#cart-order-details-modal .b-toaster .btn-group-sm > .btn-outline-dark.btn,
.b-toaster #cart-order-details-modal .btn-group-sm > .btn-outline-dark.btn,
#cart-order-details-modal .btn-outline-dark.btn-xs,
#cart-order-details-modal .btn-outline-light.btn-sm,
#cart-order-details-modal #solid-app-container .btn-group-sm > .btn-outline-light.btn,
#solid-app-container #cart-order-details-modal .btn-group-sm > .btn-outline-light.btn,
#cart-order-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-outline-light.btn,
div[id*=_modal_outer_] #cart-order-details-modal .btn-group-sm > .btn-outline-light.btn,
#cart-order-details-modal .b-toaster .btn-group-sm > .btn-outline-light.btn,
.b-toaster #cart-order-details-modal .btn-group-sm > .btn-outline-light.btn,
#cart-order-details-modal .btn-outline-light.btn-xs,
#cart-order-details-modal .btn-outline-primary.btn-sm,
#cart-order-details-modal #solid-app-container .btn-group-sm > .btn-outline-primary.btn,
#solid-app-container #cart-order-details-modal .btn-group-sm > .btn-outline-primary.btn,
#cart-order-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-outline-primary.btn,
div[id*=_modal_outer_] #cart-order-details-modal .btn-group-sm > .btn-outline-primary.btn,
#cart-order-details-modal .b-toaster .btn-group-sm > .btn-outline-primary.btn,
.b-toaster #cart-order-details-modal .btn-group-sm > .btn-outline-primary.btn,
#cart-order-details-modal .btn-outline-primary.btn-xs,
#cart-order-details-modal :not(.b-calendar-nav) > .btn-outline-secondary.btn-sm,
#cart-order-details-modal #solid-app-container .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
#solid-app-container #cart-order-details-modal .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
#cart-order-details-modal div[id*=_modal_outer_] .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
div[id*=_modal_outer_] #cart-order-details-modal .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
#cart-order-details-modal .b-toaster .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
.b-toaster #cart-order-details-modal .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
#cart-order-details-modal :not(.b-calendar-nav) > .btn-outline-secondary.btn-xs,
#cart-order-details-modal .btn-outline-navy.btn-sm,
#cart-order-details-modal #solid-app-container .btn-group-sm > .btn-outline-navy.btn,
#solid-app-container #cart-order-details-modal .btn-group-sm > .btn-outline-navy.btn,
#cart-order-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-outline-navy.btn,
div[id*=_modal_outer_] #cart-order-details-modal .btn-group-sm > .btn-outline-navy.btn,
#cart-order-details-modal .b-toaster .btn-group-sm > .btn-outline-navy.btn,
.b-toaster #cart-order-details-modal .btn-group-sm > .btn-outline-navy.btn,
#cart-order-details-modal .btn-outline-navy.btn-xs,
#cart-order-details-modal .btn-outline-back.btn-sm,
#cart-order-details-modal #solid-app-container .btn-group-sm > .btn-outline-back.btn,
#solid-app-container #cart-order-details-modal .btn-group-sm > .btn-outline-back.btn,
#cart-order-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-outline-back.btn,
div[id*=_modal_outer_] #cart-order-details-modal .btn-group-sm > .btn-outline-back.btn,
#cart-order-details-modal .b-toaster .btn-group-sm > .btn-outline-back.btn,
.b-toaster #cart-order-details-modal .btn-group-sm > .btn-outline-back.btn,
#cart-order-details-modal .btn-outline-back.btn-xs,
#cart-order-details-modal .btn-action.btn-sm,
#cart-order-details-modal #solid-app-container .btn-group-sm > .btn-action.btn,
#solid-app-container #cart-order-details-modal .btn-group-sm > .btn-action.btn,
#cart-order-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-action.btn,
div[id*=_modal_outer_] #cart-order-details-modal .btn-group-sm > .btn-action.btn,
#cart-order-details-modal .b-toaster .btn-group-sm > .btn-action.btn,
.b-toaster #cart-order-details-modal .btn-group-sm > .btn-action.btn,
#cart-order-details-modal .btn-action.btn-xs,
#cart-order-details-modal .btn-aquatic.btn-sm,
#cart-order-details-modal #solid-app-container .btn-group-sm > .btn-aquatic.btn,
#solid-app-container #cart-order-details-modal .btn-group-sm > .btn-aquatic.btn,
#cart-order-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-aquatic.btn,
div[id*=_modal_outer_] #cart-order-details-modal .btn-group-sm > .btn-aquatic.btn,
#cart-order-details-modal .b-toaster .btn-group-sm > .btn-aquatic.btn,
.b-toaster #cart-order-details-modal .btn-group-sm > .btn-aquatic.btn,
#cart-order-details-modal .btn-aquatic.btn-xs,
#cart-order-details-modal .btn-add-to-order-primary.btn-sm,
#cart-order-details-modal #solid-app-container .btn-group-sm > .btn-add-to-order-primary.btn,
#solid-app-container #cart-order-details-modal .btn-group-sm > .btn-add-to-order-primary.btn,
#cart-order-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-add-to-order-primary.btn,
div[id*=_modal_outer_] #cart-order-details-modal .btn-group-sm > .btn-add-to-order-primary.btn,
#cart-order-details-modal .b-toaster .btn-group-sm > .btn-add-to-order-primary.btn,
.b-toaster #cart-order-details-modal .btn-group-sm > .btn-add-to-order-primary.btn,
#cart-order-details-modal .btn-add-to-order-primary.btn-xs,
#cart-order-details-modal .btn-remove-from-order-primary.btn-sm,
#cart-order-details-modal #solid-app-container .btn-group-sm > .btn-remove-from-order-primary.btn,
#solid-app-container #cart-order-details-modal .btn-group-sm > .btn-remove-from-order-primary.btn,
#cart-order-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-remove-from-order-primary.btn,
div[id*=_modal_outer_] #cart-order-details-modal .btn-group-sm > .btn-remove-from-order-primary.btn,
#cart-order-details-modal .b-toaster .btn-group-sm > .btn-remove-from-order-primary.btn,
.b-toaster #cart-order-details-modal .btn-group-sm > .btn-remove-from-order-primary.btn,
#cart-order-details-modal .btn-remove-from-order-primary.btn-xs,
#cart-order-details-modal .btn-add-to-order.btn-sm,
#cart-order-details-modal #solid-app-container .btn-group-sm > .btn-add-to-order.btn,
#solid-app-container #cart-order-details-modal .btn-group-sm > .btn-add-to-order.btn,
#cart-order-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn-add-to-order.btn,
div[id*=_modal_outer_] #cart-order-details-modal .btn-group-sm > .btn-add-to-order.btn,
#cart-order-details-modal .b-toaster .btn-group-sm > .btn-add-to-order.btn,
.b-toaster #cart-order-details-modal .btn-group-sm > .btn-add-to-order.btn,
#cart-order-details-modal .btn-add-to-order.btn-xs,
div[id*=_modal_outer_] .btn-primary:not(.rounded-circle).btn-sm,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
div[id*=_modal_outer_] .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
div[id*=_modal_outer_] .b-toaster .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
.b-toaster div[id*=_modal_outer_] .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
div[id*=_modal_outer_] .btn-primary:not(.rounded-circle).btn-xs,
div[id*=_modal_outer_] .btn-secondary.btn-sm,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-secondary.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-secondary.btn,
div[id*=_modal_outer_] .btn-group-sm > .btn-secondary.btn,
div[id*=_modal_outer_] .b-toaster .btn-group-sm > .btn-secondary.btn,
.b-toaster div[id*=_modal_outer_] .btn-group-sm > .btn-secondary.btn,
div[id*=_modal_outer_] .btn-secondary.btn-xs,
div[id*=_modal_outer_] .btn-secondary-remove.btn-sm,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-secondary-remove.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-secondary-remove.btn,
div[id*=_modal_outer_] .btn-group-sm > .btn-secondary-remove.btn,
div[id*=_modal_outer_] .b-toaster .btn-group-sm > .btn-secondary-remove.btn,
.b-toaster div[id*=_modal_outer_] .btn-group-sm > .btn-secondary-remove.btn,
div[id*=_modal_outer_] .btn-secondary-remove.btn-xs,
div[id*=_modal_outer_] .btn-secondary-confirm.btn-sm,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-secondary-confirm.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-secondary-confirm.btn,
div[id*=_modal_outer_] .btn-group-sm > .btn-secondary-confirm.btn,
div[id*=_modal_outer_] .b-toaster .btn-group-sm > .btn-secondary-confirm.btn,
.b-toaster div[id*=_modal_outer_] .btn-group-sm > .btn-secondary-confirm.btn,
div[id*=_modal_outer_] .btn-secondary-confirm.btn-xs,
div[id*=_modal_outer_] .btn-success.btn-sm,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-success.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-success.btn,
div[id*=_modal_outer_] .btn-group-sm > .btn-success.btn,
div[id*=_modal_outer_] .b-toaster .btn-group-sm > .btn-success.btn,
.b-toaster div[id*=_modal_outer_] .btn-group-sm > .btn-success.btn,
div[id*=_modal_outer_] .btn-success.btn-xs,
div[id*=_modal_outer_] .btn-success-outline.btn-sm,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-success-outline.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-success-outline.btn,
div[id*=_modal_outer_] .btn-group-sm > .btn-success-outline.btn,
div[id*=_modal_outer_] .b-toaster .btn-group-sm > .btn-success-outline.btn,
.b-toaster div[id*=_modal_outer_] .btn-group-sm > .btn-success-outline.btn,
div[id*=_modal_outer_] .btn-success-outline.btn-xs,
div[id*=_modal_outer_] .btn-navy.btn-sm,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-navy.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-navy.btn,
div[id*=_modal_outer_] .btn-group-sm > .btn-navy.btn,
div[id*=_modal_outer_] .b-toaster .btn-group-sm > .btn-navy.btn,
.b-toaster div[id*=_modal_outer_] .btn-group-sm > .btn-navy.btn,
div[id*=_modal_outer_] .btn-navy.btn-xs,
div[id*=_modal_outer_] .btn-outline-dark.btn-sm,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-outline-dark.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-outline-dark.btn,
div[id*=_modal_outer_] .btn-group-sm > .btn-outline-dark.btn,
div[id*=_modal_outer_] .b-toaster .btn-group-sm > .btn-outline-dark.btn,
.b-toaster div[id*=_modal_outer_] .btn-group-sm > .btn-outline-dark.btn,
div[id*=_modal_outer_] .btn-outline-dark.btn-xs,
div[id*=_modal_outer_] .btn-outline-light.btn-sm,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-outline-light.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-outline-light.btn,
div[id*=_modal_outer_] .btn-group-sm > .btn-outline-light.btn,
div[id*=_modal_outer_] .b-toaster .btn-group-sm > .btn-outline-light.btn,
.b-toaster div[id*=_modal_outer_] .btn-group-sm > .btn-outline-light.btn,
div[id*=_modal_outer_] .btn-outline-light.btn-xs,
div[id*=_modal_outer_] .btn-outline-primary.btn-sm,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-outline-primary.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-outline-primary.btn,
div[id*=_modal_outer_] .btn-group-sm > .btn-outline-primary.btn,
div[id*=_modal_outer_] .b-toaster .btn-group-sm > .btn-outline-primary.btn,
.b-toaster div[id*=_modal_outer_] .btn-group-sm > .btn-outline-primary.btn,
div[id*=_modal_outer_] .btn-outline-primary.btn-xs,
div[id*=_modal_outer_] :not(.b-calendar-nav) > .btn-outline-secondary.btn-sm,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
div[id*=_modal_outer_] .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
div[id*=_modal_outer_] .b-toaster .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
.b-toaster div[id*=_modal_outer_] .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
div[id*=_modal_outer_] :not(.b-calendar-nav) > .btn-outline-secondary.btn-xs,
div[id*=_modal_outer_] .btn-outline-navy.btn-sm,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-outline-navy.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-outline-navy.btn,
div[id*=_modal_outer_] .btn-group-sm > .btn-outline-navy.btn,
div[id*=_modal_outer_] .b-toaster .btn-group-sm > .btn-outline-navy.btn,
.b-toaster div[id*=_modal_outer_] .btn-group-sm > .btn-outline-navy.btn,
div[id*=_modal_outer_] .btn-outline-navy.btn-xs,
div[id*=_modal_outer_] .btn-outline-back.btn-sm,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-outline-back.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-outline-back.btn,
div[id*=_modal_outer_] .btn-group-sm > .btn-outline-back.btn,
div[id*=_modal_outer_] .b-toaster .btn-group-sm > .btn-outline-back.btn,
.b-toaster div[id*=_modal_outer_] .btn-group-sm > .btn-outline-back.btn,
div[id*=_modal_outer_] .btn-outline-back.btn-xs,
div[id*=_modal_outer_] .btn-action.btn-sm,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-action.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-action.btn,
div[id*=_modal_outer_] .btn-group-sm > .btn-action.btn,
div[id*=_modal_outer_] .b-toaster .btn-group-sm > .btn-action.btn,
.b-toaster div[id*=_modal_outer_] .btn-group-sm > .btn-action.btn,
div[id*=_modal_outer_] .btn-action.btn-xs,
div[id*=_modal_outer_] .btn-aquatic.btn-sm,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-aquatic.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-aquatic.btn,
div[id*=_modal_outer_] .btn-group-sm > .btn-aquatic.btn,
div[id*=_modal_outer_] .b-toaster .btn-group-sm > .btn-aquatic.btn,
.b-toaster div[id*=_modal_outer_] .btn-group-sm > .btn-aquatic.btn,
div[id*=_modal_outer_] .btn-aquatic.btn-xs,
div[id*=_modal_outer_] .btn-add-to-order-primary.btn-sm,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-add-to-order-primary.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-add-to-order-primary.btn,
div[id*=_modal_outer_] .btn-group-sm > .btn-add-to-order-primary.btn,
div[id*=_modal_outer_] .b-toaster .btn-group-sm > .btn-add-to-order-primary.btn,
.b-toaster div[id*=_modal_outer_] .btn-group-sm > .btn-add-to-order-primary.btn,
div[id*=_modal_outer_] .btn-add-to-order-primary.btn-xs,
div[id*=_modal_outer_] .btn-remove-from-order-primary.btn-sm,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-remove-from-order-primary.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-remove-from-order-primary.btn,
div[id*=_modal_outer_] .btn-group-sm > .btn-remove-from-order-primary.btn,
div[id*=_modal_outer_] .b-toaster .btn-group-sm > .btn-remove-from-order-primary.btn,
.b-toaster div[id*=_modal_outer_] .btn-group-sm > .btn-remove-from-order-primary.btn,
div[id*=_modal_outer_] .btn-remove-from-order-primary.btn-xs,
div[id*=_modal_outer_] .btn-add-to-order.btn-sm,
div[id*=_modal_outer_] #solid-app-container .btn-group-sm > .btn-add-to-order.btn,
#solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn-add-to-order.btn,
div[id*=_modal_outer_] .btn-group-sm > .btn-add-to-order.btn,
div[id*=_modal_outer_] .b-toaster .btn-group-sm > .btn-add-to-order.btn,
.b-toaster div[id*=_modal_outer_] .btn-group-sm > .btn-add-to-order.btn,
div[id*=_modal_outer_] .btn-add-to-order.btn-xs,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-primary:not(.rounded-circle).btn-sm,
#update-account-modal .modal-dialog .modal-content .modal-body #solid-app-container .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
#solid-app-container #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
#update-account-modal .modal-dialog .modal-content .modal-body div[id*=_modal_outer_] .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
div[id*=_modal_outer_] #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
#update-account-modal .modal-dialog .modal-content .modal-body .b-toaster .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
.b-toaster #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-primary.btn:not(.rounded-circle),
#update-account-modal .modal-dialog .modal-content .modal-body .btn-primary:not(.rounded-circle).btn-xs,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-secondary.btn-sm,
#update-account-modal .modal-dialog .modal-content .modal-body #solid-app-container .btn-group-sm > .btn-secondary.btn,
#solid-app-container #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-secondary.btn,
#update-account-modal .modal-dialog .modal-content .modal-body div[id*=_modal_outer_] .btn-group-sm > .btn-secondary.btn,
div[id*=_modal_outer_] #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-secondary.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .b-toaster .btn-group-sm > .btn-secondary.btn,
.b-toaster #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-secondary.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-secondary.btn-xs,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-secondary-remove.btn-sm,
#update-account-modal .modal-dialog .modal-content .modal-body #solid-app-container .btn-group-sm > .btn-secondary-remove.btn,
#solid-app-container #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-secondary-remove.btn,
#update-account-modal .modal-dialog .modal-content .modal-body div[id*=_modal_outer_] .btn-group-sm > .btn-secondary-remove.btn,
div[id*=_modal_outer_] #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-secondary-remove.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .b-toaster .btn-group-sm > .btn-secondary-remove.btn,
.b-toaster #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-secondary-remove.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-secondary-remove.btn-xs,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-secondary-confirm.btn-sm,
#update-account-modal .modal-dialog .modal-content .modal-body #solid-app-container .btn-group-sm > .btn-secondary-confirm.btn,
#solid-app-container #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-secondary-confirm.btn,
#update-account-modal .modal-dialog .modal-content .modal-body div[id*=_modal_outer_] .btn-group-sm > .btn-secondary-confirm.btn,
div[id*=_modal_outer_] #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-secondary-confirm.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .b-toaster .btn-group-sm > .btn-secondary-confirm.btn,
.b-toaster #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-secondary-confirm.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-secondary-confirm.btn-xs,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-success.btn-sm,
#update-account-modal .modal-dialog .modal-content .modal-body #solid-app-container .btn-group-sm > .btn-success.btn,
#solid-app-container #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-success.btn,
#update-account-modal .modal-dialog .modal-content .modal-body div[id*=_modal_outer_] .btn-group-sm > .btn-success.btn,
div[id*=_modal_outer_] #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-success.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .b-toaster .btn-group-sm > .btn-success.btn,
.b-toaster #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-success.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-success.btn-xs,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-success-outline.btn-sm,
#update-account-modal .modal-dialog .modal-content .modal-body #solid-app-container .btn-group-sm > .btn-success-outline.btn,
#solid-app-container #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-success-outline.btn,
#update-account-modal .modal-dialog .modal-content .modal-body div[id*=_modal_outer_] .btn-group-sm > .btn-success-outline.btn,
div[id*=_modal_outer_] #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-success-outline.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .b-toaster .btn-group-sm > .btn-success-outline.btn,
.b-toaster #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-success-outline.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-success-outline.btn-xs,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-navy.btn-sm,
#update-account-modal .modal-dialog .modal-content .modal-body #solid-app-container .btn-group-sm > .btn-navy.btn,
#solid-app-container #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-navy.btn,
#update-account-modal .modal-dialog .modal-content .modal-body div[id*=_modal_outer_] .btn-group-sm > .btn-navy.btn,
div[id*=_modal_outer_] #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-navy.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .b-toaster .btn-group-sm > .btn-navy.btn,
.b-toaster #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-navy.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-navy.btn-xs,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-dark.btn-sm,
#update-account-modal .modal-dialog .modal-content .modal-body #solid-app-container .btn-group-sm > .btn-outline-dark.btn,
#solid-app-container #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-outline-dark.btn,
#update-account-modal .modal-dialog .modal-content .modal-body div[id*=_modal_outer_] .btn-group-sm > .btn-outline-dark.btn,
div[id*=_modal_outer_] #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-outline-dark.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .b-toaster .btn-group-sm > .btn-outline-dark.btn,
.b-toaster #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-outline-dark.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-dark.btn-xs,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-light.btn-sm,
#update-account-modal .modal-dialog .modal-content .modal-body #solid-app-container .btn-group-sm > .btn-outline-light.btn,
#solid-app-container #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-outline-light.btn,
#update-account-modal .modal-dialog .modal-content .modal-body div[id*=_modal_outer_] .btn-group-sm > .btn-outline-light.btn,
div[id*=_modal_outer_] #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-outline-light.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .b-toaster .btn-group-sm > .btn-outline-light.btn,
.b-toaster #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-outline-light.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-light.btn-xs,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-primary.btn-sm,
#update-account-modal .modal-dialog .modal-content .modal-body #solid-app-container .btn-group-sm > .btn-outline-primary.btn,
#solid-app-container #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-outline-primary.btn,
#update-account-modal .modal-dialog .modal-content .modal-body div[id*=_modal_outer_] .btn-group-sm > .btn-outline-primary.btn,
div[id*=_modal_outer_] #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-outline-primary.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .b-toaster .btn-group-sm > .btn-outline-primary.btn,
.b-toaster #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-outline-primary.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-primary.btn-xs,
#update-account-modal .modal-dialog .modal-content .modal-body :not(.b-calendar-nav) > .btn-outline-secondary.btn-sm,
#update-account-modal .modal-dialog .modal-content .modal-body #solid-app-container .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
#solid-app-container #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
#update-account-modal .modal-dialog .modal-content .modal-body div[id*=_modal_outer_] .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
div[id*=_modal_outer_] #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .b-toaster .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
.b-toaster #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm:not(.b-calendar-nav) > .btn-outline-secondary.btn,
#update-account-modal .modal-dialog .modal-content .modal-body :not(.b-calendar-nav) > .btn-outline-secondary.btn-xs,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-navy.btn-sm,
#update-account-modal .modal-dialog .modal-content .modal-body #solid-app-container .btn-group-sm > .btn-outline-navy.btn,
#solid-app-container #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-outline-navy.btn,
#update-account-modal .modal-dialog .modal-content .modal-body div[id*=_modal_outer_] .btn-group-sm > .btn-outline-navy.btn,
div[id*=_modal_outer_] #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-outline-navy.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .b-toaster .btn-group-sm > .btn-outline-navy.btn,
.b-toaster #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-outline-navy.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-navy.btn-xs,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-back.btn-sm,
#update-account-modal .modal-dialog .modal-content .modal-body #solid-app-container .btn-group-sm > .btn-outline-back.btn,
#solid-app-container #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-outline-back.btn,
#update-account-modal .modal-dialog .modal-content .modal-body div[id*=_modal_outer_] .btn-group-sm > .btn-outline-back.btn,
div[id*=_modal_outer_] #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-outline-back.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .b-toaster .btn-group-sm > .btn-outline-back.btn,
.b-toaster #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-outline-back.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-back.btn-xs,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-action.btn-sm,
#update-account-modal .modal-dialog .modal-content .modal-body #solid-app-container .btn-group-sm > .btn-action.btn,
#solid-app-container #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-action.btn,
#update-account-modal .modal-dialog .modal-content .modal-body div[id*=_modal_outer_] .btn-group-sm > .btn-action.btn,
div[id*=_modal_outer_] #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-action.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .b-toaster .btn-group-sm > .btn-action.btn,
.b-toaster #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-action.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-action.btn-xs,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-aquatic.btn-sm,
#update-account-modal .modal-dialog .modal-content .modal-body #solid-app-container .btn-group-sm > .btn-aquatic.btn,
#solid-app-container #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-aquatic.btn,
#update-account-modal .modal-dialog .modal-content .modal-body div[id*=_modal_outer_] .btn-group-sm > .btn-aquatic.btn,
div[id*=_modal_outer_] #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-aquatic.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .b-toaster .btn-group-sm > .btn-aquatic.btn,
.b-toaster #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-aquatic.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-aquatic.btn-xs,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-add-to-order-primary.btn-sm,
#update-account-modal .modal-dialog .modal-content .modal-body #solid-app-container .btn-group-sm > .btn-add-to-order-primary.btn,
#solid-app-container #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-add-to-order-primary.btn,
#update-account-modal .modal-dialog .modal-content .modal-body div[id*=_modal_outer_] .btn-group-sm > .btn-add-to-order-primary.btn,
div[id*=_modal_outer_] #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-add-to-order-primary.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .b-toaster .btn-group-sm > .btn-add-to-order-primary.btn,
.b-toaster #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-add-to-order-primary.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-add-to-order-primary.btn-xs,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-remove-from-order-primary.btn-sm,
#update-account-modal .modal-dialog .modal-content .modal-body #solid-app-container .btn-group-sm > .btn-remove-from-order-primary.btn,
#solid-app-container #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-remove-from-order-primary.btn,
#update-account-modal .modal-dialog .modal-content .modal-body div[id*=_modal_outer_] .btn-group-sm > .btn-remove-from-order-primary.btn,
div[id*=_modal_outer_] #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-remove-from-order-primary.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .b-toaster .btn-group-sm > .btn-remove-from-order-primary.btn,
.b-toaster #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-remove-from-order-primary.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-remove-from-order-primary.btn-xs,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-add-to-order.btn-sm,
#update-account-modal .modal-dialog .modal-content .modal-body #solid-app-container .btn-group-sm > .btn-add-to-order.btn,
#solid-app-container #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-add-to-order.btn,
#update-account-modal .modal-dialog .modal-content .modal-body div[id*=_modal_outer_] .btn-group-sm > .btn-add-to-order.btn,
div[id*=_modal_outer_] #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-add-to-order.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .b-toaster .btn-group-sm > .btn-add-to-order.btn,
.b-toaster #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn-add-to-order.btn,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-add-to-order.btn-xs {
    min-height: 0 !important;
    min-width: fit-content;
  }
}
#solid-app-container .btn-primary:not(.rounded-circle) .icon-holder,
#solid-app-container .btn-secondary .icon-holder,
#solid-app-container .btn-secondary-remove .icon-holder,
#solid-app-container .btn-secondary-confirm .icon-holder,
#solid-app-container .btn-success .icon-holder,
#solid-app-container .btn-success-outline .icon-holder,
#solid-app-container .btn-navy .icon-holder,
#solid-app-container .btn-outline-dark .icon-holder,
#solid-app-container .btn-outline-light .icon-holder,
#solid-app-container .btn-outline-primary .icon-holder,
#solid-app-container :not(.b-calendar-nav) > .btn-outline-secondary .icon-holder,
#solid-app-container .btn-outline-navy .icon-holder,
#solid-app-container .btn-outline-back .icon-holder,
#solid-app-container .btn-action .icon-holder,
#solid-app-container .btn-aquatic .icon-holder,
#solid-app-container .btn-add-to-order-primary .icon-holder,
#solid-app-container .btn-remove-from-order-primary .icon-holder,
#solid-app-container .btn-add-to-order .icon-holder,
#modal-confirm .btn-primary:not(.rounded-circle) .icon-holder,
#modal-confirm .btn-secondary .icon-holder,
#modal-confirm .btn-secondary-remove .icon-holder,
#modal-confirm .btn-secondary-confirm .icon-holder,
#modal-confirm .btn-success .icon-holder,
#modal-confirm .btn-success-outline .icon-holder,
#modal-confirm .btn-navy .icon-holder,
#modal-confirm .btn-outline-dark .icon-holder,
#modal-confirm .btn-outline-light .icon-holder,
#modal-confirm .btn-outline-primary .icon-holder,
#modal-confirm :not(.b-calendar-nav) > .btn-outline-secondary .icon-holder,
#modal-confirm .btn-outline-navy .icon-holder,
#modal-confirm .btn-outline-back .icon-holder,
#modal-confirm .btn-action .icon-holder,
#modal-confirm .btn-aquatic .icon-holder,
#modal-confirm .btn-add-to-order-primary .icon-holder,
#modal-confirm .btn-remove-from-order-primary .icon-holder,
#modal-confirm .btn-add-to-order .icon-holder,
#offer-code-input-modal .btn-primary:not(.rounded-circle) .icon-holder,
#offer-code-input-modal .btn-secondary .icon-holder,
#offer-code-input-modal .btn-secondary-remove .icon-holder,
#offer-code-input-modal .btn-secondary-confirm .icon-holder,
#offer-code-input-modal .btn-success .icon-holder,
#offer-code-input-modal .btn-success-outline .icon-holder,
#offer-code-input-modal .btn-navy .icon-holder,
#offer-code-input-modal .btn-outline-dark .icon-holder,
#offer-code-input-modal .btn-outline-light .icon-holder,
#offer-code-input-modal .btn-outline-primary .icon-holder,
#offer-code-input-modal :not(.b-calendar-nav) > .btn-outline-secondary .icon-holder,
#offer-code-input-modal .btn-outline-navy .icon-holder,
#offer-code-input-modal .btn-outline-back .icon-holder,
#offer-code-input-modal .btn-action .icon-holder,
#offer-code-input-modal .btn-aquatic .icon-holder,
#offer-code-input-modal .btn-add-to-order-primary .icon-holder,
#offer-code-input-modal .btn-remove-from-order-primary .icon-holder,
#offer-code-input-modal .btn-add-to-order .icon-holder,
#rica-details-modal .btn-primary:not(.rounded-circle) .icon-holder,
#rica-details-modal .btn-secondary .icon-holder,
#rica-details-modal .btn-secondary-remove .icon-holder,
#rica-details-modal .btn-secondary-confirm .icon-holder,
#rica-details-modal .btn-success .icon-holder,
#rica-details-modal .btn-success-outline .icon-holder,
#rica-details-modal .btn-navy .icon-holder,
#rica-details-modal .btn-outline-dark .icon-holder,
#rica-details-modal .btn-outline-light .icon-holder,
#rica-details-modal .btn-outline-primary .icon-holder,
#rica-details-modal :not(.b-calendar-nav) > .btn-outline-secondary .icon-holder,
#rica-details-modal .btn-outline-navy .icon-holder,
#rica-details-modal .btn-outline-back .icon-holder,
#rica-details-modal .btn-action .icon-holder,
#rica-details-modal .btn-aquatic .icon-holder,
#rica-details-modal .btn-add-to-order-primary .icon-holder,
#rica-details-modal .btn-remove-from-order-primary .icon-holder,
#rica-details-modal .btn-add-to-order .icon-holder,
#cart-order-details-modal .btn-primary:not(.rounded-circle) .icon-holder,
#cart-order-details-modal .btn-secondary .icon-holder,
#cart-order-details-modal .btn-secondary-remove .icon-holder,
#cart-order-details-modal .btn-secondary-confirm .icon-holder,
#cart-order-details-modal .btn-success .icon-holder,
#cart-order-details-modal .btn-success-outline .icon-holder,
#cart-order-details-modal .btn-navy .icon-holder,
#cart-order-details-modal .btn-outline-dark .icon-holder,
#cart-order-details-modal .btn-outline-light .icon-holder,
#cart-order-details-modal .btn-outline-primary .icon-holder,
#cart-order-details-modal :not(.b-calendar-nav) > .btn-outline-secondary .icon-holder,
#cart-order-details-modal .btn-outline-navy .icon-holder,
#cart-order-details-modal .btn-outline-back .icon-holder,
#cart-order-details-modal .btn-action .icon-holder,
#cart-order-details-modal .btn-aquatic .icon-holder,
#cart-order-details-modal .btn-add-to-order-primary .icon-holder,
#cart-order-details-modal .btn-remove-from-order-primary .icon-holder,
#cart-order-details-modal .btn-add-to-order .icon-holder,
div[id*=_modal_outer_] .btn-primary:not(.rounded-circle) .icon-holder,
div[id*=_modal_outer_] .btn-secondary .icon-holder,
div[id*=_modal_outer_] .btn-secondary-remove .icon-holder,
div[id*=_modal_outer_] .btn-secondary-confirm .icon-holder,
div[id*=_modal_outer_] .btn-success .icon-holder,
div[id*=_modal_outer_] .btn-success-outline .icon-holder,
div[id*=_modal_outer_] .btn-navy .icon-holder,
div[id*=_modal_outer_] .btn-outline-dark .icon-holder,
div[id*=_modal_outer_] .btn-outline-light .icon-holder,
div[id*=_modal_outer_] .btn-outline-primary .icon-holder,
div[id*=_modal_outer_] :not(.b-calendar-nav) > .btn-outline-secondary .icon-holder,
div[id*=_modal_outer_] .btn-outline-navy .icon-holder,
div[id*=_modal_outer_] .btn-outline-back .icon-holder,
div[id*=_modal_outer_] .btn-action .icon-holder,
div[id*=_modal_outer_] .btn-aquatic .icon-holder,
div[id*=_modal_outer_] .btn-add-to-order-primary .icon-holder,
div[id*=_modal_outer_] .btn-remove-from-order-primary .icon-holder,
div[id*=_modal_outer_] .btn-add-to-order .icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-primary:not(.rounded-circle) .icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-secondary .icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-secondary-remove .icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-secondary-confirm .icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-success .icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-success-outline .icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-navy .icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-dark .icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-light .icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-primary .icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body :not(.b-calendar-nav) > .btn-outline-secondary .icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-navy .icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-back .icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-action .icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-aquatic .icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-add-to-order-primary .icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-remove-from-order-primary .icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-add-to-order .icon-holder {
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  margin-left: 14px;
  margin-right: 14px;
}
@media (max-width: 767px) {
  #solid-app-container .btn-primary:not(.rounded-circle) .icon-holder,
#solid-app-container .btn-secondary .icon-holder,
#solid-app-container .btn-secondary-remove .icon-holder,
#solid-app-container .btn-secondary-confirm .icon-holder,
#solid-app-container .btn-success .icon-holder,
#solid-app-container .btn-success-outline .icon-holder,
#solid-app-container .btn-navy .icon-holder,
#solid-app-container .btn-outline-dark .icon-holder,
#solid-app-container .btn-outline-light .icon-holder,
#solid-app-container .btn-outline-primary .icon-holder,
#solid-app-container :not(.b-calendar-nav) > .btn-outline-secondary .icon-holder,
#solid-app-container .btn-outline-navy .icon-holder,
#solid-app-container .btn-outline-back .icon-holder,
#solid-app-container .btn-action .icon-holder,
#solid-app-container .btn-aquatic .icon-holder,
#solid-app-container .btn-add-to-order-primary .icon-holder,
#solid-app-container .btn-remove-from-order-primary .icon-holder,
#solid-app-container .btn-add-to-order .icon-holder,
#modal-confirm .btn-primary:not(.rounded-circle) .icon-holder,
#modal-confirm .btn-secondary .icon-holder,
#modal-confirm .btn-secondary-remove .icon-holder,
#modal-confirm .btn-secondary-confirm .icon-holder,
#modal-confirm .btn-success .icon-holder,
#modal-confirm .btn-success-outline .icon-holder,
#modal-confirm .btn-navy .icon-holder,
#modal-confirm .btn-outline-dark .icon-holder,
#modal-confirm .btn-outline-light .icon-holder,
#modal-confirm .btn-outline-primary .icon-holder,
#modal-confirm :not(.b-calendar-nav) > .btn-outline-secondary .icon-holder,
#modal-confirm .btn-outline-navy .icon-holder,
#modal-confirm .btn-outline-back .icon-holder,
#modal-confirm .btn-action .icon-holder,
#modal-confirm .btn-aquatic .icon-holder,
#modal-confirm .btn-add-to-order-primary .icon-holder,
#modal-confirm .btn-remove-from-order-primary .icon-holder,
#modal-confirm .btn-add-to-order .icon-holder,
#offer-code-input-modal .btn-primary:not(.rounded-circle) .icon-holder,
#offer-code-input-modal .btn-secondary .icon-holder,
#offer-code-input-modal .btn-secondary-remove .icon-holder,
#offer-code-input-modal .btn-secondary-confirm .icon-holder,
#offer-code-input-modal .btn-success .icon-holder,
#offer-code-input-modal .btn-success-outline .icon-holder,
#offer-code-input-modal .btn-navy .icon-holder,
#offer-code-input-modal .btn-outline-dark .icon-holder,
#offer-code-input-modal .btn-outline-light .icon-holder,
#offer-code-input-modal .btn-outline-primary .icon-holder,
#offer-code-input-modal :not(.b-calendar-nav) > .btn-outline-secondary .icon-holder,
#offer-code-input-modal .btn-outline-navy .icon-holder,
#offer-code-input-modal .btn-outline-back .icon-holder,
#offer-code-input-modal .btn-action .icon-holder,
#offer-code-input-modal .btn-aquatic .icon-holder,
#offer-code-input-modal .btn-add-to-order-primary .icon-holder,
#offer-code-input-modal .btn-remove-from-order-primary .icon-holder,
#offer-code-input-modal .btn-add-to-order .icon-holder,
#rica-details-modal .btn-primary:not(.rounded-circle) .icon-holder,
#rica-details-modal .btn-secondary .icon-holder,
#rica-details-modal .btn-secondary-remove .icon-holder,
#rica-details-modal .btn-secondary-confirm .icon-holder,
#rica-details-modal .btn-success .icon-holder,
#rica-details-modal .btn-success-outline .icon-holder,
#rica-details-modal .btn-navy .icon-holder,
#rica-details-modal .btn-outline-dark .icon-holder,
#rica-details-modal .btn-outline-light .icon-holder,
#rica-details-modal .btn-outline-primary .icon-holder,
#rica-details-modal :not(.b-calendar-nav) > .btn-outline-secondary .icon-holder,
#rica-details-modal .btn-outline-navy .icon-holder,
#rica-details-modal .btn-outline-back .icon-holder,
#rica-details-modal .btn-action .icon-holder,
#rica-details-modal .btn-aquatic .icon-holder,
#rica-details-modal .btn-add-to-order-primary .icon-holder,
#rica-details-modal .btn-remove-from-order-primary .icon-holder,
#rica-details-modal .btn-add-to-order .icon-holder,
#cart-order-details-modal .btn-primary:not(.rounded-circle) .icon-holder,
#cart-order-details-modal .btn-secondary .icon-holder,
#cart-order-details-modal .btn-secondary-remove .icon-holder,
#cart-order-details-modal .btn-secondary-confirm .icon-holder,
#cart-order-details-modal .btn-success .icon-holder,
#cart-order-details-modal .btn-success-outline .icon-holder,
#cart-order-details-modal .btn-navy .icon-holder,
#cart-order-details-modal .btn-outline-dark .icon-holder,
#cart-order-details-modal .btn-outline-light .icon-holder,
#cart-order-details-modal .btn-outline-primary .icon-holder,
#cart-order-details-modal :not(.b-calendar-nav) > .btn-outline-secondary .icon-holder,
#cart-order-details-modal .btn-outline-navy .icon-holder,
#cart-order-details-modal .btn-outline-back .icon-holder,
#cart-order-details-modal .btn-action .icon-holder,
#cart-order-details-modal .btn-aquatic .icon-holder,
#cart-order-details-modal .btn-add-to-order-primary .icon-holder,
#cart-order-details-modal .btn-remove-from-order-primary .icon-holder,
#cart-order-details-modal .btn-add-to-order .icon-holder,
div[id*=_modal_outer_] .btn-primary:not(.rounded-circle) .icon-holder,
div[id*=_modal_outer_] .btn-secondary .icon-holder,
div[id*=_modal_outer_] .btn-secondary-remove .icon-holder,
div[id*=_modal_outer_] .btn-secondary-confirm .icon-holder,
div[id*=_modal_outer_] .btn-success .icon-holder,
div[id*=_modal_outer_] .btn-success-outline .icon-holder,
div[id*=_modal_outer_] .btn-navy .icon-holder,
div[id*=_modal_outer_] .btn-outline-dark .icon-holder,
div[id*=_modal_outer_] .btn-outline-light .icon-holder,
div[id*=_modal_outer_] .btn-outline-primary .icon-holder,
div[id*=_modal_outer_] :not(.b-calendar-nav) > .btn-outline-secondary .icon-holder,
div[id*=_modal_outer_] .btn-outline-navy .icon-holder,
div[id*=_modal_outer_] .btn-outline-back .icon-holder,
div[id*=_modal_outer_] .btn-action .icon-holder,
div[id*=_modal_outer_] .btn-aquatic .icon-holder,
div[id*=_modal_outer_] .btn-add-to-order-primary .icon-holder,
div[id*=_modal_outer_] .btn-remove-from-order-primary .icon-holder,
div[id*=_modal_outer_] .btn-add-to-order .icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-primary:not(.rounded-circle) .icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-secondary .icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-secondary-remove .icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-secondary-confirm .icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-success .icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-success-outline .icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-navy .icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-dark .icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-light .icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-primary .icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body :not(.b-calendar-nav) > .btn-outline-secondary .icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-navy .icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-back .icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-action .icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-aquatic .icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-add-to-order-primary .icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-remove-from-order-primary .icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-add-to-order .icon-holder {
    margin-left: 5px;
    margin-right: 5px;
  }
}
#solid-app-container .btn-primary:not(.rounded-circle) .icon-holder > svg,
#solid-app-container .btn-secondary .icon-holder > svg,
#solid-app-container .btn-secondary-remove .icon-holder > svg,
#solid-app-container .btn-secondary-confirm .icon-holder > svg,
#solid-app-container .btn-success .icon-holder > svg,
#solid-app-container .btn-success-outline .icon-holder > svg,
#solid-app-container .btn-navy .icon-holder > svg,
#solid-app-container .btn-outline-dark .icon-holder > svg,
#solid-app-container .btn-outline-light .icon-holder > svg,
#solid-app-container .btn-outline-primary .icon-holder > svg,
#solid-app-container :not(.b-calendar-nav) > .btn-outline-secondary .icon-holder > svg,
#solid-app-container .btn-outline-navy .icon-holder > svg,
#solid-app-container .btn-outline-back .icon-holder > svg,
#solid-app-container .btn-action .icon-holder > svg,
#solid-app-container .btn-aquatic .icon-holder > svg,
#solid-app-container .btn-add-to-order-primary .icon-holder > svg,
#solid-app-container .btn-remove-from-order-primary .icon-holder > svg,
#solid-app-container .btn-add-to-order .icon-holder > svg,
#modal-confirm .btn-primary:not(.rounded-circle) .icon-holder > svg,
#modal-confirm .btn-secondary .icon-holder > svg,
#modal-confirm .btn-secondary-remove .icon-holder > svg,
#modal-confirm .btn-secondary-confirm .icon-holder > svg,
#modal-confirm .btn-success .icon-holder > svg,
#modal-confirm .btn-success-outline .icon-holder > svg,
#modal-confirm .btn-navy .icon-holder > svg,
#modal-confirm .btn-outline-dark .icon-holder > svg,
#modal-confirm .btn-outline-light .icon-holder > svg,
#modal-confirm .btn-outline-primary .icon-holder > svg,
#modal-confirm :not(.b-calendar-nav) > .btn-outline-secondary .icon-holder > svg,
#modal-confirm .btn-outline-navy .icon-holder > svg,
#modal-confirm .btn-outline-back .icon-holder > svg,
#modal-confirm .btn-action .icon-holder > svg,
#modal-confirm .btn-aquatic .icon-holder > svg,
#modal-confirm .btn-add-to-order-primary .icon-holder > svg,
#modal-confirm .btn-remove-from-order-primary .icon-holder > svg,
#modal-confirm .btn-add-to-order .icon-holder > svg,
#offer-code-input-modal .btn-primary:not(.rounded-circle) .icon-holder > svg,
#offer-code-input-modal .btn-secondary .icon-holder > svg,
#offer-code-input-modal .btn-secondary-remove .icon-holder > svg,
#offer-code-input-modal .btn-secondary-confirm .icon-holder > svg,
#offer-code-input-modal .btn-success .icon-holder > svg,
#offer-code-input-modal .btn-success-outline .icon-holder > svg,
#offer-code-input-modal .btn-navy .icon-holder > svg,
#offer-code-input-modal .btn-outline-dark .icon-holder > svg,
#offer-code-input-modal .btn-outline-light .icon-holder > svg,
#offer-code-input-modal .btn-outline-primary .icon-holder > svg,
#offer-code-input-modal :not(.b-calendar-nav) > .btn-outline-secondary .icon-holder > svg,
#offer-code-input-modal .btn-outline-navy .icon-holder > svg,
#offer-code-input-modal .btn-outline-back .icon-holder > svg,
#offer-code-input-modal .btn-action .icon-holder > svg,
#offer-code-input-modal .btn-aquatic .icon-holder > svg,
#offer-code-input-modal .btn-add-to-order-primary .icon-holder > svg,
#offer-code-input-modal .btn-remove-from-order-primary .icon-holder > svg,
#offer-code-input-modal .btn-add-to-order .icon-holder > svg,
#rica-details-modal .btn-primary:not(.rounded-circle) .icon-holder > svg,
#rica-details-modal .btn-secondary .icon-holder > svg,
#rica-details-modal .btn-secondary-remove .icon-holder > svg,
#rica-details-modal .btn-secondary-confirm .icon-holder > svg,
#rica-details-modal .btn-success .icon-holder > svg,
#rica-details-modal .btn-success-outline .icon-holder > svg,
#rica-details-modal .btn-navy .icon-holder > svg,
#rica-details-modal .btn-outline-dark .icon-holder > svg,
#rica-details-modal .btn-outline-light .icon-holder > svg,
#rica-details-modal .btn-outline-primary .icon-holder > svg,
#rica-details-modal :not(.b-calendar-nav) > .btn-outline-secondary .icon-holder > svg,
#rica-details-modal .btn-outline-navy .icon-holder > svg,
#rica-details-modal .btn-outline-back .icon-holder > svg,
#rica-details-modal .btn-action .icon-holder > svg,
#rica-details-modal .btn-aquatic .icon-holder > svg,
#rica-details-modal .btn-add-to-order-primary .icon-holder > svg,
#rica-details-modal .btn-remove-from-order-primary .icon-holder > svg,
#rica-details-modal .btn-add-to-order .icon-holder > svg,
#cart-order-details-modal .btn-primary:not(.rounded-circle) .icon-holder > svg,
#cart-order-details-modal .btn-secondary .icon-holder > svg,
#cart-order-details-modal .btn-secondary-remove .icon-holder > svg,
#cart-order-details-modal .btn-secondary-confirm .icon-holder > svg,
#cart-order-details-modal .btn-success .icon-holder > svg,
#cart-order-details-modal .btn-success-outline .icon-holder > svg,
#cart-order-details-modal .btn-navy .icon-holder > svg,
#cart-order-details-modal .btn-outline-dark .icon-holder > svg,
#cart-order-details-modal .btn-outline-light .icon-holder > svg,
#cart-order-details-modal .btn-outline-primary .icon-holder > svg,
#cart-order-details-modal :not(.b-calendar-nav) > .btn-outline-secondary .icon-holder > svg,
#cart-order-details-modal .btn-outline-navy .icon-holder > svg,
#cart-order-details-modal .btn-outline-back .icon-holder > svg,
#cart-order-details-modal .btn-action .icon-holder > svg,
#cart-order-details-modal .btn-aquatic .icon-holder > svg,
#cart-order-details-modal .btn-add-to-order-primary .icon-holder > svg,
#cart-order-details-modal .btn-remove-from-order-primary .icon-holder > svg,
#cart-order-details-modal .btn-add-to-order .icon-holder > svg,
div[id*=_modal_outer_] .btn-primary:not(.rounded-circle) .icon-holder > svg,
div[id*=_modal_outer_] .btn-secondary .icon-holder > svg,
div[id*=_modal_outer_] .btn-secondary-remove .icon-holder > svg,
div[id*=_modal_outer_] .btn-secondary-confirm .icon-holder > svg,
div[id*=_modal_outer_] .btn-success .icon-holder > svg,
div[id*=_modal_outer_] .btn-success-outline .icon-holder > svg,
div[id*=_modal_outer_] .btn-navy .icon-holder > svg,
div[id*=_modal_outer_] .btn-outline-dark .icon-holder > svg,
div[id*=_modal_outer_] .btn-outline-light .icon-holder > svg,
div[id*=_modal_outer_] .btn-outline-primary .icon-holder > svg,
div[id*=_modal_outer_] :not(.b-calendar-nav) > .btn-outline-secondary .icon-holder > svg,
div[id*=_modal_outer_] .btn-outline-navy .icon-holder > svg,
div[id*=_modal_outer_] .btn-outline-back .icon-holder > svg,
div[id*=_modal_outer_] .btn-action .icon-holder > svg,
div[id*=_modal_outer_] .btn-aquatic .icon-holder > svg,
div[id*=_modal_outer_] .btn-add-to-order-primary .icon-holder > svg,
div[id*=_modal_outer_] .btn-remove-from-order-primary .icon-holder > svg,
div[id*=_modal_outer_] .btn-add-to-order .icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-primary:not(.rounded-circle) .icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-secondary .icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-secondary-remove .icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-secondary-confirm .icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-success .icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-success-outline .icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-navy .icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-dark .icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-light .icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-primary .icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body :not(.b-calendar-nav) > .btn-outline-secondary .icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-navy .icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-back .icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-action .icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-aquatic .icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-add-to-order-primary .icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-remove-from-order-primary .icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-add-to-order .icon-holder > svg {
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  #solid-app-container .btn-primary:not(.rounded-circle) .icon-holder > svg,
#solid-app-container .btn-secondary .icon-holder > svg,
#solid-app-container .btn-secondary-remove .icon-holder > svg,
#solid-app-container .btn-secondary-confirm .icon-holder > svg,
#solid-app-container .btn-success .icon-holder > svg,
#solid-app-container .btn-success-outline .icon-holder > svg,
#solid-app-container .btn-navy .icon-holder > svg,
#solid-app-container .btn-outline-dark .icon-holder > svg,
#solid-app-container .btn-outline-light .icon-holder > svg,
#solid-app-container .btn-outline-primary .icon-holder > svg,
#solid-app-container :not(.b-calendar-nav) > .btn-outline-secondary .icon-holder > svg,
#solid-app-container .btn-outline-navy .icon-holder > svg,
#solid-app-container .btn-outline-back .icon-holder > svg,
#solid-app-container .btn-action .icon-holder > svg,
#solid-app-container .btn-aquatic .icon-holder > svg,
#solid-app-container .btn-add-to-order-primary .icon-holder > svg,
#solid-app-container .btn-remove-from-order-primary .icon-holder > svg,
#solid-app-container .btn-add-to-order .icon-holder > svg,
#modal-confirm .btn-primary:not(.rounded-circle) .icon-holder > svg,
#modal-confirm .btn-secondary .icon-holder > svg,
#modal-confirm .btn-secondary-remove .icon-holder > svg,
#modal-confirm .btn-secondary-confirm .icon-holder > svg,
#modal-confirm .btn-success .icon-holder > svg,
#modal-confirm .btn-success-outline .icon-holder > svg,
#modal-confirm .btn-navy .icon-holder > svg,
#modal-confirm .btn-outline-dark .icon-holder > svg,
#modal-confirm .btn-outline-light .icon-holder > svg,
#modal-confirm .btn-outline-primary .icon-holder > svg,
#modal-confirm :not(.b-calendar-nav) > .btn-outline-secondary .icon-holder > svg,
#modal-confirm .btn-outline-navy .icon-holder > svg,
#modal-confirm .btn-outline-back .icon-holder > svg,
#modal-confirm .btn-action .icon-holder > svg,
#modal-confirm .btn-aquatic .icon-holder > svg,
#modal-confirm .btn-add-to-order-primary .icon-holder > svg,
#modal-confirm .btn-remove-from-order-primary .icon-holder > svg,
#modal-confirm .btn-add-to-order .icon-holder > svg,
#offer-code-input-modal .btn-primary:not(.rounded-circle) .icon-holder > svg,
#offer-code-input-modal .btn-secondary .icon-holder > svg,
#offer-code-input-modal .btn-secondary-remove .icon-holder > svg,
#offer-code-input-modal .btn-secondary-confirm .icon-holder > svg,
#offer-code-input-modal .btn-success .icon-holder > svg,
#offer-code-input-modal .btn-success-outline .icon-holder > svg,
#offer-code-input-modal .btn-navy .icon-holder > svg,
#offer-code-input-modal .btn-outline-dark .icon-holder > svg,
#offer-code-input-modal .btn-outline-light .icon-holder > svg,
#offer-code-input-modal .btn-outline-primary .icon-holder > svg,
#offer-code-input-modal :not(.b-calendar-nav) > .btn-outline-secondary .icon-holder > svg,
#offer-code-input-modal .btn-outline-navy .icon-holder > svg,
#offer-code-input-modal .btn-outline-back .icon-holder > svg,
#offer-code-input-modal .btn-action .icon-holder > svg,
#offer-code-input-modal .btn-aquatic .icon-holder > svg,
#offer-code-input-modal .btn-add-to-order-primary .icon-holder > svg,
#offer-code-input-modal .btn-remove-from-order-primary .icon-holder > svg,
#offer-code-input-modal .btn-add-to-order .icon-holder > svg,
#rica-details-modal .btn-primary:not(.rounded-circle) .icon-holder > svg,
#rica-details-modal .btn-secondary .icon-holder > svg,
#rica-details-modal .btn-secondary-remove .icon-holder > svg,
#rica-details-modal .btn-secondary-confirm .icon-holder > svg,
#rica-details-modal .btn-success .icon-holder > svg,
#rica-details-modal .btn-success-outline .icon-holder > svg,
#rica-details-modal .btn-navy .icon-holder > svg,
#rica-details-modal .btn-outline-dark .icon-holder > svg,
#rica-details-modal .btn-outline-light .icon-holder > svg,
#rica-details-modal .btn-outline-primary .icon-holder > svg,
#rica-details-modal :not(.b-calendar-nav) > .btn-outline-secondary .icon-holder > svg,
#rica-details-modal .btn-outline-navy .icon-holder > svg,
#rica-details-modal .btn-outline-back .icon-holder > svg,
#rica-details-modal .btn-action .icon-holder > svg,
#rica-details-modal .btn-aquatic .icon-holder > svg,
#rica-details-modal .btn-add-to-order-primary .icon-holder > svg,
#rica-details-modal .btn-remove-from-order-primary .icon-holder > svg,
#rica-details-modal .btn-add-to-order .icon-holder > svg,
#cart-order-details-modal .btn-primary:not(.rounded-circle) .icon-holder > svg,
#cart-order-details-modal .btn-secondary .icon-holder > svg,
#cart-order-details-modal .btn-secondary-remove .icon-holder > svg,
#cart-order-details-modal .btn-secondary-confirm .icon-holder > svg,
#cart-order-details-modal .btn-success .icon-holder > svg,
#cart-order-details-modal .btn-success-outline .icon-holder > svg,
#cart-order-details-modal .btn-navy .icon-holder > svg,
#cart-order-details-modal .btn-outline-dark .icon-holder > svg,
#cart-order-details-modal .btn-outline-light .icon-holder > svg,
#cart-order-details-modal .btn-outline-primary .icon-holder > svg,
#cart-order-details-modal :not(.b-calendar-nav) > .btn-outline-secondary .icon-holder > svg,
#cart-order-details-modal .btn-outline-navy .icon-holder > svg,
#cart-order-details-modal .btn-outline-back .icon-holder > svg,
#cart-order-details-modal .btn-action .icon-holder > svg,
#cart-order-details-modal .btn-aquatic .icon-holder > svg,
#cart-order-details-modal .btn-add-to-order-primary .icon-holder > svg,
#cart-order-details-modal .btn-remove-from-order-primary .icon-holder > svg,
#cart-order-details-modal .btn-add-to-order .icon-holder > svg,
div[id*=_modal_outer_] .btn-primary:not(.rounded-circle) .icon-holder > svg,
div[id*=_modal_outer_] .btn-secondary .icon-holder > svg,
div[id*=_modal_outer_] .btn-secondary-remove .icon-holder > svg,
div[id*=_modal_outer_] .btn-secondary-confirm .icon-holder > svg,
div[id*=_modal_outer_] .btn-success .icon-holder > svg,
div[id*=_modal_outer_] .btn-success-outline .icon-holder > svg,
div[id*=_modal_outer_] .btn-navy .icon-holder > svg,
div[id*=_modal_outer_] .btn-outline-dark .icon-holder > svg,
div[id*=_modal_outer_] .btn-outline-light .icon-holder > svg,
div[id*=_modal_outer_] .btn-outline-primary .icon-holder > svg,
div[id*=_modal_outer_] :not(.b-calendar-nav) > .btn-outline-secondary .icon-holder > svg,
div[id*=_modal_outer_] .btn-outline-navy .icon-holder > svg,
div[id*=_modal_outer_] .btn-outline-back .icon-holder > svg,
div[id*=_modal_outer_] .btn-action .icon-holder > svg,
div[id*=_modal_outer_] .btn-aquatic .icon-holder > svg,
div[id*=_modal_outer_] .btn-add-to-order-primary .icon-holder > svg,
div[id*=_modal_outer_] .btn-remove-from-order-primary .icon-holder > svg,
div[id*=_modal_outer_] .btn-add-to-order .icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-primary:not(.rounded-circle) .icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-secondary .icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-secondary-remove .icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-secondary-confirm .icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-success .icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-success-outline .icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-navy .icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-dark .icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-light .icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-primary .icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body :not(.b-calendar-nav) > .btn-outline-secondary .icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-navy .icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-back .icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-action .icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-aquatic .icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-add-to-order-primary .icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-remove-from-order-primary .icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-add-to-order .icon-holder > svg {
    margin-left: 5px;
    margin-right: 5px;
  }
}
#solid-app-container .btn-primary:not(.rounded-circle) .circle-icon-holder,
#solid-app-container .btn-secondary .circle-icon-holder,
#solid-app-container .btn-secondary-remove .circle-icon-holder,
#solid-app-container .btn-secondary-confirm .circle-icon-holder,
#solid-app-container .btn-success .circle-icon-holder,
#solid-app-container .btn-success-outline .circle-icon-holder,
#solid-app-container .btn-navy .circle-icon-holder,
#solid-app-container .btn-outline-dark .circle-icon-holder,
#solid-app-container .btn-outline-light .circle-icon-holder,
#solid-app-container .btn-outline-primary .circle-icon-holder,
#solid-app-container :not(.b-calendar-nav) > .btn-outline-secondary .circle-icon-holder,
#solid-app-container .btn-outline-navy .circle-icon-holder,
#solid-app-container .btn-outline-back .circle-icon-holder,
#solid-app-container .btn-action .circle-icon-holder,
#solid-app-container .btn-aquatic .circle-icon-holder,
#solid-app-container .btn-add-to-order-primary .circle-icon-holder,
#solid-app-container .btn-remove-from-order-primary .circle-icon-holder,
#solid-app-container .btn-add-to-order .circle-icon-holder,
#modal-confirm .btn-primary:not(.rounded-circle) .circle-icon-holder,
#modal-confirm .btn-secondary .circle-icon-holder,
#modal-confirm .btn-secondary-remove .circle-icon-holder,
#modal-confirm .btn-secondary-confirm .circle-icon-holder,
#modal-confirm .btn-success .circle-icon-holder,
#modal-confirm .btn-success-outline .circle-icon-holder,
#modal-confirm .btn-navy .circle-icon-holder,
#modal-confirm .btn-outline-dark .circle-icon-holder,
#modal-confirm .btn-outline-light .circle-icon-holder,
#modal-confirm .btn-outline-primary .circle-icon-holder,
#modal-confirm :not(.b-calendar-nav) > .btn-outline-secondary .circle-icon-holder,
#modal-confirm .btn-outline-navy .circle-icon-holder,
#modal-confirm .btn-outline-back .circle-icon-holder,
#modal-confirm .btn-action .circle-icon-holder,
#modal-confirm .btn-aquatic .circle-icon-holder,
#modal-confirm .btn-add-to-order-primary .circle-icon-holder,
#modal-confirm .btn-remove-from-order-primary .circle-icon-holder,
#modal-confirm .btn-add-to-order .circle-icon-holder,
#offer-code-input-modal .btn-primary:not(.rounded-circle) .circle-icon-holder,
#offer-code-input-modal .btn-secondary .circle-icon-holder,
#offer-code-input-modal .btn-secondary-remove .circle-icon-holder,
#offer-code-input-modal .btn-secondary-confirm .circle-icon-holder,
#offer-code-input-modal .btn-success .circle-icon-holder,
#offer-code-input-modal .btn-success-outline .circle-icon-holder,
#offer-code-input-modal .btn-navy .circle-icon-holder,
#offer-code-input-modal .btn-outline-dark .circle-icon-holder,
#offer-code-input-modal .btn-outline-light .circle-icon-holder,
#offer-code-input-modal .btn-outline-primary .circle-icon-holder,
#offer-code-input-modal :not(.b-calendar-nav) > .btn-outline-secondary .circle-icon-holder,
#offer-code-input-modal .btn-outline-navy .circle-icon-holder,
#offer-code-input-modal .btn-outline-back .circle-icon-holder,
#offer-code-input-modal .btn-action .circle-icon-holder,
#offer-code-input-modal .btn-aquatic .circle-icon-holder,
#offer-code-input-modal .btn-add-to-order-primary .circle-icon-holder,
#offer-code-input-modal .btn-remove-from-order-primary .circle-icon-holder,
#offer-code-input-modal .btn-add-to-order .circle-icon-holder,
#rica-details-modal .btn-primary:not(.rounded-circle) .circle-icon-holder,
#rica-details-modal .btn-secondary .circle-icon-holder,
#rica-details-modal .btn-secondary-remove .circle-icon-holder,
#rica-details-modal .btn-secondary-confirm .circle-icon-holder,
#rica-details-modal .btn-success .circle-icon-holder,
#rica-details-modal .btn-success-outline .circle-icon-holder,
#rica-details-modal .btn-navy .circle-icon-holder,
#rica-details-modal .btn-outline-dark .circle-icon-holder,
#rica-details-modal .btn-outline-light .circle-icon-holder,
#rica-details-modal .btn-outline-primary .circle-icon-holder,
#rica-details-modal :not(.b-calendar-nav) > .btn-outline-secondary .circle-icon-holder,
#rica-details-modal .btn-outline-navy .circle-icon-holder,
#rica-details-modal .btn-outline-back .circle-icon-holder,
#rica-details-modal .btn-action .circle-icon-holder,
#rica-details-modal .btn-aquatic .circle-icon-holder,
#rica-details-modal .btn-add-to-order-primary .circle-icon-holder,
#rica-details-modal .btn-remove-from-order-primary .circle-icon-holder,
#rica-details-modal .btn-add-to-order .circle-icon-holder,
#cart-order-details-modal .btn-primary:not(.rounded-circle) .circle-icon-holder,
#cart-order-details-modal .btn-secondary .circle-icon-holder,
#cart-order-details-modal .btn-secondary-remove .circle-icon-holder,
#cart-order-details-modal .btn-secondary-confirm .circle-icon-holder,
#cart-order-details-modal .btn-success .circle-icon-holder,
#cart-order-details-modal .btn-success-outline .circle-icon-holder,
#cart-order-details-modal .btn-navy .circle-icon-holder,
#cart-order-details-modal .btn-outline-dark .circle-icon-holder,
#cart-order-details-modal .btn-outline-light .circle-icon-holder,
#cart-order-details-modal .btn-outline-primary .circle-icon-holder,
#cart-order-details-modal :not(.b-calendar-nav) > .btn-outline-secondary .circle-icon-holder,
#cart-order-details-modal .btn-outline-navy .circle-icon-holder,
#cart-order-details-modal .btn-outline-back .circle-icon-holder,
#cart-order-details-modal .btn-action .circle-icon-holder,
#cart-order-details-modal .btn-aquatic .circle-icon-holder,
#cart-order-details-modal .btn-add-to-order-primary .circle-icon-holder,
#cart-order-details-modal .btn-remove-from-order-primary .circle-icon-holder,
#cart-order-details-modal .btn-add-to-order .circle-icon-holder,
div[id*=_modal_outer_] .btn-primary:not(.rounded-circle) .circle-icon-holder,
div[id*=_modal_outer_] .btn-secondary .circle-icon-holder,
div[id*=_modal_outer_] .btn-secondary-remove .circle-icon-holder,
div[id*=_modal_outer_] .btn-secondary-confirm .circle-icon-holder,
div[id*=_modal_outer_] .btn-success .circle-icon-holder,
div[id*=_modal_outer_] .btn-success-outline .circle-icon-holder,
div[id*=_modal_outer_] .btn-navy .circle-icon-holder,
div[id*=_modal_outer_] .btn-outline-dark .circle-icon-holder,
div[id*=_modal_outer_] .btn-outline-light .circle-icon-holder,
div[id*=_modal_outer_] .btn-outline-primary .circle-icon-holder,
div[id*=_modal_outer_] :not(.b-calendar-nav) > .btn-outline-secondary .circle-icon-holder,
div[id*=_modal_outer_] .btn-outline-navy .circle-icon-holder,
div[id*=_modal_outer_] .btn-outline-back .circle-icon-holder,
div[id*=_modal_outer_] .btn-action .circle-icon-holder,
div[id*=_modal_outer_] .btn-aquatic .circle-icon-holder,
div[id*=_modal_outer_] .btn-add-to-order-primary .circle-icon-holder,
div[id*=_modal_outer_] .btn-remove-from-order-primary .circle-icon-holder,
div[id*=_modal_outer_] .btn-add-to-order .circle-icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-primary:not(.rounded-circle) .circle-icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-secondary .circle-icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-secondary-remove .circle-icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-secondary-confirm .circle-icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-success .circle-icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-success-outline .circle-icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-navy .circle-icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-dark .circle-icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-light .circle-icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-primary .circle-icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body :not(.b-calendar-nav) > .btn-outline-secondary .circle-icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-navy .circle-icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-back .circle-icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-action .circle-icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-aquatic .circle-icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-add-to-order-primary .circle-icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-remove-from-order-primary .circle-icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-add-to-order .circle-icon-holder {
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  margin-left: 14px;
  margin-right: 14px;
  z-index: 1;
}
#solid-app-container .btn-primary:not(.rounded-circle) .circle-icon-holder > svg,
#solid-app-container .btn-secondary .circle-icon-holder > svg,
#solid-app-container .btn-secondary-remove .circle-icon-holder > svg,
#solid-app-container .btn-secondary-confirm .circle-icon-holder > svg,
#solid-app-container .btn-success .circle-icon-holder > svg,
#solid-app-container .btn-success-outline .circle-icon-holder > svg,
#solid-app-container .btn-navy .circle-icon-holder > svg,
#solid-app-container .btn-outline-dark .circle-icon-holder > svg,
#solid-app-container .btn-outline-light .circle-icon-holder > svg,
#solid-app-container .btn-outline-primary .circle-icon-holder > svg,
#solid-app-container :not(.b-calendar-nav) > .btn-outline-secondary .circle-icon-holder > svg,
#solid-app-container .btn-outline-navy .circle-icon-holder > svg,
#solid-app-container .btn-outline-back .circle-icon-holder > svg,
#solid-app-container .btn-action .circle-icon-holder > svg,
#solid-app-container .btn-aquatic .circle-icon-holder > svg,
#solid-app-container .btn-add-to-order-primary .circle-icon-holder > svg,
#solid-app-container .btn-remove-from-order-primary .circle-icon-holder > svg,
#solid-app-container .btn-add-to-order .circle-icon-holder > svg,
#modal-confirm .btn-primary:not(.rounded-circle) .circle-icon-holder > svg,
#modal-confirm .btn-secondary .circle-icon-holder > svg,
#modal-confirm .btn-secondary-remove .circle-icon-holder > svg,
#modal-confirm .btn-secondary-confirm .circle-icon-holder > svg,
#modal-confirm .btn-success .circle-icon-holder > svg,
#modal-confirm .btn-success-outline .circle-icon-holder > svg,
#modal-confirm .btn-navy .circle-icon-holder > svg,
#modal-confirm .btn-outline-dark .circle-icon-holder > svg,
#modal-confirm .btn-outline-light .circle-icon-holder > svg,
#modal-confirm .btn-outline-primary .circle-icon-holder > svg,
#modal-confirm :not(.b-calendar-nav) > .btn-outline-secondary .circle-icon-holder > svg,
#modal-confirm .btn-outline-navy .circle-icon-holder > svg,
#modal-confirm .btn-outline-back .circle-icon-holder > svg,
#modal-confirm .btn-action .circle-icon-holder > svg,
#modal-confirm .btn-aquatic .circle-icon-holder > svg,
#modal-confirm .btn-add-to-order-primary .circle-icon-holder > svg,
#modal-confirm .btn-remove-from-order-primary .circle-icon-holder > svg,
#modal-confirm .btn-add-to-order .circle-icon-holder > svg,
#offer-code-input-modal .btn-primary:not(.rounded-circle) .circle-icon-holder > svg,
#offer-code-input-modal .btn-secondary .circle-icon-holder > svg,
#offer-code-input-modal .btn-secondary-remove .circle-icon-holder > svg,
#offer-code-input-modal .btn-secondary-confirm .circle-icon-holder > svg,
#offer-code-input-modal .btn-success .circle-icon-holder > svg,
#offer-code-input-modal .btn-success-outline .circle-icon-holder > svg,
#offer-code-input-modal .btn-navy .circle-icon-holder > svg,
#offer-code-input-modal .btn-outline-dark .circle-icon-holder > svg,
#offer-code-input-modal .btn-outline-light .circle-icon-holder > svg,
#offer-code-input-modal .btn-outline-primary .circle-icon-holder > svg,
#offer-code-input-modal :not(.b-calendar-nav) > .btn-outline-secondary .circle-icon-holder > svg,
#offer-code-input-modal .btn-outline-navy .circle-icon-holder > svg,
#offer-code-input-modal .btn-outline-back .circle-icon-holder > svg,
#offer-code-input-modal .btn-action .circle-icon-holder > svg,
#offer-code-input-modal .btn-aquatic .circle-icon-holder > svg,
#offer-code-input-modal .btn-add-to-order-primary .circle-icon-holder > svg,
#offer-code-input-modal .btn-remove-from-order-primary .circle-icon-holder > svg,
#offer-code-input-modal .btn-add-to-order .circle-icon-holder > svg,
#rica-details-modal .btn-primary:not(.rounded-circle) .circle-icon-holder > svg,
#rica-details-modal .btn-secondary .circle-icon-holder > svg,
#rica-details-modal .btn-secondary-remove .circle-icon-holder > svg,
#rica-details-modal .btn-secondary-confirm .circle-icon-holder > svg,
#rica-details-modal .btn-success .circle-icon-holder > svg,
#rica-details-modal .btn-success-outline .circle-icon-holder > svg,
#rica-details-modal .btn-navy .circle-icon-holder > svg,
#rica-details-modal .btn-outline-dark .circle-icon-holder > svg,
#rica-details-modal .btn-outline-light .circle-icon-holder > svg,
#rica-details-modal .btn-outline-primary .circle-icon-holder > svg,
#rica-details-modal :not(.b-calendar-nav) > .btn-outline-secondary .circle-icon-holder > svg,
#rica-details-modal .btn-outline-navy .circle-icon-holder > svg,
#rica-details-modal .btn-outline-back .circle-icon-holder > svg,
#rica-details-modal .btn-action .circle-icon-holder > svg,
#rica-details-modal .btn-aquatic .circle-icon-holder > svg,
#rica-details-modal .btn-add-to-order-primary .circle-icon-holder > svg,
#rica-details-modal .btn-remove-from-order-primary .circle-icon-holder > svg,
#rica-details-modal .btn-add-to-order .circle-icon-holder > svg,
#cart-order-details-modal .btn-primary:not(.rounded-circle) .circle-icon-holder > svg,
#cart-order-details-modal .btn-secondary .circle-icon-holder > svg,
#cart-order-details-modal .btn-secondary-remove .circle-icon-holder > svg,
#cart-order-details-modal .btn-secondary-confirm .circle-icon-holder > svg,
#cart-order-details-modal .btn-success .circle-icon-holder > svg,
#cart-order-details-modal .btn-success-outline .circle-icon-holder > svg,
#cart-order-details-modal .btn-navy .circle-icon-holder > svg,
#cart-order-details-modal .btn-outline-dark .circle-icon-holder > svg,
#cart-order-details-modal .btn-outline-light .circle-icon-holder > svg,
#cart-order-details-modal .btn-outline-primary .circle-icon-holder > svg,
#cart-order-details-modal :not(.b-calendar-nav) > .btn-outline-secondary .circle-icon-holder > svg,
#cart-order-details-modal .btn-outline-navy .circle-icon-holder > svg,
#cart-order-details-modal .btn-outline-back .circle-icon-holder > svg,
#cart-order-details-modal .btn-action .circle-icon-holder > svg,
#cart-order-details-modal .btn-aquatic .circle-icon-holder > svg,
#cart-order-details-modal .btn-add-to-order-primary .circle-icon-holder > svg,
#cart-order-details-modal .btn-remove-from-order-primary .circle-icon-holder > svg,
#cart-order-details-modal .btn-add-to-order .circle-icon-holder > svg,
div[id*=_modal_outer_] .btn-primary:not(.rounded-circle) .circle-icon-holder > svg,
div[id*=_modal_outer_] .btn-secondary .circle-icon-holder > svg,
div[id*=_modal_outer_] .btn-secondary-remove .circle-icon-holder > svg,
div[id*=_modal_outer_] .btn-secondary-confirm .circle-icon-holder > svg,
div[id*=_modal_outer_] .btn-success .circle-icon-holder > svg,
div[id*=_modal_outer_] .btn-success-outline .circle-icon-holder > svg,
div[id*=_modal_outer_] .btn-navy .circle-icon-holder > svg,
div[id*=_modal_outer_] .btn-outline-dark .circle-icon-holder > svg,
div[id*=_modal_outer_] .btn-outline-light .circle-icon-holder > svg,
div[id*=_modal_outer_] .btn-outline-primary .circle-icon-holder > svg,
div[id*=_modal_outer_] :not(.b-calendar-nav) > .btn-outline-secondary .circle-icon-holder > svg,
div[id*=_modal_outer_] .btn-outline-navy .circle-icon-holder > svg,
div[id*=_modal_outer_] .btn-outline-back .circle-icon-holder > svg,
div[id*=_modal_outer_] .btn-action .circle-icon-holder > svg,
div[id*=_modal_outer_] .btn-aquatic .circle-icon-holder > svg,
div[id*=_modal_outer_] .btn-add-to-order-primary .circle-icon-holder > svg,
div[id*=_modal_outer_] .btn-remove-from-order-primary .circle-icon-holder > svg,
div[id*=_modal_outer_] .btn-add-to-order .circle-icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-primary:not(.rounded-circle) .circle-icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-secondary .circle-icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-secondary-remove .circle-icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-secondary-confirm .circle-icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-success .circle-icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-success-outline .circle-icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-navy .circle-icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-dark .circle-icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-light .circle-icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-primary .circle-icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body :not(.b-calendar-nav) > .btn-outline-secondary .circle-icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-navy .circle-icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-back .circle-icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-action .circle-icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-aquatic .circle-icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-add-to-order-primary .circle-icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-remove-from-order-primary .circle-icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-add-to-order .circle-icon-holder > svg {
  color: #1E283C;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#solid-app-container .btn-primary:not(.rounded-circle).no-box-shadow,
#solid-app-container .btn-secondary.no-box-shadow,
#solid-app-container .btn-secondary-remove.no-box-shadow,
#solid-app-container .btn-secondary-confirm.no-box-shadow,
#solid-app-container .btn-success.no-box-shadow,
#solid-app-container .btn-success-outline.no-box-shadow,
#solid-app-container .btn-navy.no-box-shadow,
#solid-app-container .btn-outline-dark.no-box-shadow,
#solid-app-container .btn-outline-light.no-box-shadow,
#solid-app-container .btn-outline-primary.no-box-shadow,
#solid-app-container :not(.b-calendar-nav) > .btn-outline-secondary.no-box-shadow,
#solid-app-container .btn-outline-navy.no-box-shadow,
#solid-app-container .btn-outline-back.no-box-shadow,
#solid-app-container .btn-action.no-box-shadow,
#solid-app-container .btn-aquatic.no-box-shadow,
#solid-app-container .btn-add-to-order-primary.no-box-shadow,
#solid-app-container .btn-remove-from-order-primary.no-box-shadow,
#solid-app-container .btn-add-to-order.no-box-shadow,
#modal-confirm .btn-primary:not(.rounded-circle).no-box-shadow,
#modal-confirm .btn-secondary.no-box-shadow,
#modal-confirm .btn-secondary-remove.no-box-shadow,
#modal-confirm .btn-secondary-confirm.no-box-shadow,
#modal-confirm .btn-success.no-box-shadow,
#modal-confirm .btn-success-outline.no-box-shadow,
#modal-confirm .btn-navy.no-box-shadow,
#modal-confirm .btn-outline-dark.no-box-shadow,
#modal-confirm .btn-outline-light.no-box-shadow,
#modal-confirm .btn-outline-primary.no-box-shadow,
#modal-confirm :not(.b-calendar-nav) > .btn-outline-secondary.no-box-shadow,
#modal-confirm .btn-outline-navy.no-box-shadow,
#modal-confirm .btn-outline-back.no-box-shadow,
#modal-confirm .btn-action.no-box-shadow,
#modal-confirm .btn-aquatic.no-box-shadow,
#modal-confirm .btn-add-to-order-primary.no-box-shadow,
#modal-confirm .btn-remove-from-order-primary.no-box-shadow,
#modal-confirm .btn-add-to-order.no-box-shadow,
#offer-code-input-modal .btn-primary:not(.rounded-circle).no-box-shadow,
#offer-code-input-modal .btn-secondary.no-box-shadow,
#offer-code-input-modal .btn-secondary-remove.no-box-shadow,
#offer-code-input-modal .btn-secondary-confirm.no-box-shadow,
#offer-code-input-modal .btn-success.no-box-shadow,
#offer-code-input-modal .btn-success-outline.no-box-shadow,
#offer-code-input-modal .btn-navy.no-box-shadow,
#offer-code-input-modal .btn-outline-dark.no-box-shadow,
#offer-code-input-modal .btn-outline-light.no-box-shadow,
#offer-code-input-modal .btn-outline-primary.no-box-shadow,
#offer-code-input-modal :not(.b-calendar-nav) > .btn-outline-secondary.no-box-shadow,
#offer-code-input-modal .btn-outline-navy.no-box-shadow,
#offer-code-input-modal .btn-outline-back.no-box-shadow,
#offer-code-input-modal .btn-action.no-box-shadow,
#offer-code-input-modal .btn-aquatic.no-box-shadow,
#offer-code-input-modal .btn-add-to-order-primary.no-box-shadow,
#offer-code-input-modal .btn-remove-from-order-primary.no-box-shadow,
#offer-code-input-modal .btn-add-to-order.no-box-shadow,
#rica-details-modal .btn-primary:not(.rounded-circle).no-box-shadow,
#rica-details-modal .btn-secondary.no-box-shadow,
#rica-details-modal .btn-secondary-remove.no-box-shadow,
#rica-details-modal .btn-secondary-confirm.no-box-shadow,
#rica-details-modal .btn-success.no-box-shadow,
#rica-details-modal .btn-success-outline.no-box-shadow,
#rica-details-modal .btn-navy.no-box-shadow,
#rica-details-modal .btn-outline-dark.no-box-shadow,
#rica-details-modal .btn-outline-light.no-box-shadow,
#rica-details-modal .btn-outline-primary.no-box-shadow,
#rica-details-modal :not(.b-calendar-nav) > .btn-outline-secondary.no-box-shadow,
#rica-details-modal .btn-outline-navy.no-box-shadow,
#rica-details-modal .btn-outline-back.no-box-shadow,
#rica-details-modal .btn-action.no-box-shadow,
#rica-details-modal .btn-aquatic.no-box-shadow,
#rica-details-modal .btn-add-to-order-primary.no-box-shadow,
#rica-details-modal .btn-remove-from-order-primary.no-box-shadow,
#rica-details-modal .btn-add-to-order.no-box-shadow,
#cart-order-details-modal .btn-primary:not(.rounded-circle).no-box-shadow,
#cart-order-details-modal .btn-secondary.no-box-shadow,
#cart-order-details-modal .btn-secondary-remove.no-box-shadow,
#cart-order-details-modal .btn-secondary-confirm.no-box-shadow,
#cart-order-details-modal .btn-success.no-box-shadow,
#cart-order-details-modal .btn-success-outline.no-box-shadow,
#cart-order-details-modal .btn-navy.no-box-shadow,
#cart-order-details-modal .btn-outline-dark.no-box-shadow,
#cart-order-details-modal .btn-outline-light.no-box-shadow,
#cart-order-details-modal .btn-outline-primary.no-box-shadow,
#cart-order-details-modal :not(.b-calendar-nav) > .btn-outline-secondary.no-box-shadow,
#cart-order-details-modal .btn-outline-navy.no-box-shadow,
#cart-order-details-modal .btn-outline-back.no-box-shadow,
#cart-order-details-modal .btn-action.no-box-shadow,
#cart-order-details-modal .btn-aquatic.no-box-shadow,
#cart-order-details-modal .btn-add-to-order-primary.no-box-shadow,
#cart-order-details-modal .btn-remove-from-order-primary.no-box-shadow,
#cart-order-details-modal .btn-add-to-order.no-box-shadow,
div[id*=_modal_outer_] .btn-primary:not(.rounded-circle).no-box-shadow,
div[id*=_modal_outer_] .btn-secondary.no-box-shadow,
div[id*=_modal_outer_] .btn-secondary-remove.no-box-shadow,
div[id*=_modal_outer_] .btn-secondary-confirm.no-box-shadow,
div[id*=_modal_outer_] .btn-success.no-box-shadow,
div[id*=_modal_outer_] .btn-success-outline.no-box-shadow,
div[id*=_modal_outer_] .btn-navy.no-box-shadow,
div[id*=_modal_outer_] .btn-outline-dark.no-box-shadow,
div[id*=_modal_outer_] .btn-outline-light.no-box-shadow,
div[id*=_modal_outer_] .btn-outline-primary.no-box-shadow,
div[id*=_modal_outer_] :not(.b-calendar-nav) > .btn-outline-secondary.no-box-shadow,
div[id*=_modal_outer_] .btn-outline-navy.no-box-shadow,
div[id*=_modal_outer_] .btn-outline-back.no-box-shadow,
div[id*=_modal_outer_] .btn-action.no-box-shadow,
div[id*=_modal_outer_] .btn-aquatic.no-box-shadow,
div[id*=_modal_outer_] .btn-add-to-order-primary.no-box-shadow,
div[id*=_modal_outer_] .btn-remove-from-order-primary.no-box-shadow,
div[id*=_modal_outer_] .btn-add-to-order.no-box-shadow,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-primary:not(.rounded-circle).no-box-shadow,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-secondary.no-box-shadow,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-secondary-remove.no-box-shadow,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-secondary-confirm.no-box-shadow,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-success.no-box-shadow,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-success-outline.no-box-shadow,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-navy.no-box-shadow,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-dark.no-box-shadow,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-light.no-box-shadow,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-primary.no-box-shadow,
#update-account-modal .modal-dialog .modal-content .modal-body :not(.b-calendar-nav) > .btn-outline-secondary.no-box-shadow,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-navy.no-box-shadow,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-back.no-box-shadow,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-action.no-box-shadow,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-aquatic.no-box-shadow,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-add-to-order-primary.no-box-shadow,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-remove-from-order-primary.no-box-shadow,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-add-to-order.no-box-shadow {
  box-shadow: none !important;
}
#solid-app-container .btn-primary:not(.rounded-circle),
#modal-confirm .btn-primary:not(.rounded-circle),
#offer-code-input-modal .btn-primary:not(.rounded-circle),
#rica-details-modal .btn-primary:not(.rounded-circle),
#cart-order-details-modal .btn-primary:not(.rounded-circle),
div[id*=_modal_outer_] .btn-primary:not(.rounded-circle),
#update-account-modal .modal-dialog .modal-content .modal-body .btn-primary:not(.rounded-circle) {
  background: transparent linear-gradient(291deg, #5af447 0%, #5af447 20%, #1CF196 100%) 0% 0% no-repeat padding-box;
  color: #FFFFFF;
}
#solid-app-container .btn-primary:not(.rounded-circle):hover, #solid-app-container .btn-primary:not(.rounded-circle):active, #solid-app-container .btn-primary:not(.rounded-circle):focus,
#modal-confirm .btn-primary:not(.rounded-circle):hover,
#modal-confirm .btn-primary:not(.rounded-circle):active,
#modal-confirm .btn-primary:not(.rounded-circle):focus,
#offer-code-input-modal .btn-primary:not(.rounded-circle):hover,
#offer-code-input-modal .btn-primary:not(.rounded-circle):active,
#offer-code-input-modal .btn-primary:not(.rounded-circle):focus,
#rica-details-modal .btn-primary:not(.rounded-circle):hover,
#rica-details-modal .btn-primary:not(.rounded-circle):active,
#rica-details-modal .btn-primary:not(.rounded-circle):focus,
#cart-order-details-modal .btn-primary:not(.rounded-circle):hover,
#cart-order-details-modal .btn-primary:not(.rounded-circle):active,
#cart-order-details-modal .btn-primary:not(.rounded-circle):focus,
div[id*=_modal_outer_] .btn-primary:not(.rounded-circle):hover,
div[id*=_modal_outer_] .btn-primary:not(.rounded-circle):active,
div[id*=_modal_outer_] .btn-primary:not(.rounded-circle):focus,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-primary:not(.rounded-circle):hover,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-primary:not(.rounded-circle):active,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-primary:not(.rounded-circle):focus {
  background-color: #ECF0FA !important;
}
#solid-app-container .btn-secondary-confirm,
#modal-confirm .btn-secondary-confirm,
#offer-code-input-modal .btn-secondary-confirm,
#rica-details-modal .btn-secondary-confirm,
#cart-order-details-modal .btn-secondary-confirm,
div[id*=_modal_outer_] .btn-secondary-confirm,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-secondary-confirm {
  color: #FFFFFF !important;
  background: transparent linear-gradient(127deg, #1cf1eb 0%, #1CF196 50%, #1cf18f 100%) 0% 0% no-repeat padding-box !important;
  border: 1px solid #FFFFFF;
  min-width: 170px;
  margin: auto !important;
  padding: 27px 54px !important;
  text-align: center;
  display: inline-flex;
  transition: all 0.15s ease-out;
  font-size: 14px;
  line-height: 30px;
  font-family: "Neo Sans Pro", sans-serif;
  font-weight: bold;
}
@media (max-device-width: 767px) {
  #solid-app-container .btn-secondary-confirm,
#modal-confirm .btn-secondary-confirm,
#offer-code-input-modal .btn-secondary-confirm,
#rica-details-modal .btn-secondary-confirm,
#cart-order-details-modal .btn-secondary-confirm,
div[id*=_modal_outer_] .btn-secondary-confirm,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-secondary-confirm {
    font-weight: normal;
    margin: auto;
    padding: 15px 25px !important;
    min-width: unset !important;
    min-height: 56px !important;
  }
}
#solid-app-container .btn-secondary-confirm:hover, #solid-app-container .btn-secondary-confirm:active, #solid-app-container .btn-secondary-confirm:focus,
#modal-confirm .btn-secondary-confirm:hover,
#modal-confirm .btn-secondary-confirm:active,
#modal-confirm .btn-secondary-confirm:focus,
#offer-code-input-modal .btn-secondary-confirm:hover,
#offer-code-input-modal .btn-secondary-confirm:active,
#offer-code-input-modal .btn-secondary-confirm:focus,
#rica-details-modal .btn-secondary-confirm:hover,
#rica-details-modal .btn-secondary-confirm:active,
#rica-details-modal .btn-secondary-confirm:focus,
#cart-order-details-modal .btn-secondary-confirm:hover,
#cart-order-details-modal .btn-secondary-confirm:active,
#cart-order-details-modal .btn-secondary-confirm:focus,
div[id*=_modal_outer_] .btn-secondary-confirm:hover,
div[id*=_modal_outer_] .btn-secondary-confirm:active,
div[id*=_modal_outer_] .btn-secondary-confirm:focus,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-secondary-confirm:hover,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-secondary-confirm:active,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-secondary-confirm:focus {
  box-shadow: none !important;
}
#solid-app-container .btn-aquatic,
#modal-confirm .btn-aquatic,
#offer-code-input-modal .btn-aquatic,
#rica-details-modal .btn-aquatic,
#cart-order-details-modal .btn-aquatic,
div[id*=_modal_outer_] .btn-aquatic,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-aquatic {
  color: #FFFFFF !important;
  background: transparent linear-gradient(127deg, #00DCFF 0%, #0082C8 50%, #0032A0 100%, #0032A0 100%) 0% 0% no-repeat padding-box;
  border-radius: 24px;
  opacity: 1;
  min-width: 170px;
  margin: auto !important;
  padding: 20px 60px !important;
  text-align: center;
  display: inline-flex;
  transition: all 0.15s ease-out;
  font: bold 14px/30px Neo Sans Pro;
}
@media (max-device-width: 767px) {
  #solid-app-container .btn-aquatic,
#modal-confirm .btn-aquatic,
#offer-code-input-modal .btn-aquatic,
#rica-details-modal .btn-aquatic,
#cart-order-details-modal .btn-aquatic,
div[id*=_modal_outer_] .btn-aquatic,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-aquatic {
    min-width: unset !important;
    min-height: unset !important;
    padding: 20px 30px !important;
  }
}
#solid-app-container .btn-aquatic:hover, #solid-app-container .btn-aquatic:active, #solid-app-container .btn-aquatic:focus,
#modal-confirm .btn-aquatic:hover,
#modal-confirm .btn-aquatic:active,
#modal-confirm .btn-aquatic:focus,
#offer-code-input-modal .btn-aquatic:hover,
#offer-code-input-modal .btn-aquatic:active,
#offer-code-input-modal .btn-aquatic:focus,
#rica-details-modal .btn-aquatic:hover,
#rica-details-modal .btn-aquatic:active,
#rica-details-modal .btn-aquatic:focus,
#cart-order-details-modal .btn-aquatic:hover,
#cart-order-details-modal .btn-aquatic:active,
#cart-order-details-modal .btn-aquatic:focus,
div[id*=_modal_outer_] .btn-aquatic:hover,
div[id*=_modal_outer_] .btn-aquatic:active,
div[id*=_modal_outer_] .btn-aquatic:focus,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-aquatic:hover,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-aquatic:active,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-aquatic:focus {
  box-shadow: none !important;
}
#solid-app-container .btn-hidden,
#modal-confirm .btn-hidden,
#offer-code-input-modal .btn-hidden,
#rica-details-modal .btn-hidden,
#cart-order-details-modal .btn-hidden,
div[id*=_modal_outer_] .btn-hidden,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-hidden {
  color: #1E283C !important;
  border: 1px solid transparent !important;
  background: transparent;
  border-radius: 24px;
  opacity: 1;
  min-width: 170px;
  margin-left: 2px !important;
  padding: 20px 60px !important;
  text-align: center;
  display: inline-flex;
  transition: all 0.15s ease-out;
  font: bold 14px/30px Neo Sans Pro;
}
@media (max-device-width: 767px) {
  #solid-app-container .btn-hidden,
#modal-confirm .btn-hidden,
#offer-code-input-modal .btn-hidden,
#rica-details-modal .btn-hidden,
#cart-order-details-modal .btn-hidden,
div[id*=_modal_outer_] .btn-hidden,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-hidden {
    min-width: unset !important;
    min-height: unset !important;
    padding: 20px 30px !important;
  }
}
#solid-app-container .btn-hidden:hover, #solid-app-container .btn-hidden:active, #solid-app-container .btn-hidden:focus,
#modal-confirm .btn-hidden:hover,
#modal-confirm .btn-hidden:active,
#modal-confirm .btn-hidden:focus,
#offer-code-input-modal .btn-hidden:hover,
#offer-code-input-modal .btn-hidden:active,
#offer-code-input-modal .btn-hidden:focus,
#rica-details-modal .btn-hidden:hover,
#rica-details-modal .btn-hidden:active,
#rica-details-modal .btn-hidden:focus,
#cart-order-details-modal .btn-hidden:hover,
#cart-order-details-modal .btn-hidden:active,
#cart-order-details-modal .btn-hidden:focus,
div[id*=_modal_outer_] .btn-hidden:hover,
div[id*=_modal_outer_] .btn-hidden:active,
div[id*=_modal_outer_] .btn-hidden:focus,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-hidden:hover,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-hidden:active,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-hidden:focus {
  border: 1px solid #1E283C !important;
  box-shadow: none !important;
}
#solid-app-container .btn-secondary-remove,
#modal-confirm .btn-secondary-remove,
#offer-code-input-modal .btn-secondary-remove,
#rica-details-modal .btn-secondary-remove,
#cart-order-details-modal .btn-secondary-remove,
div[id*=_modal_outer_] .btn-secondary-remove,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-secondary-remove {
  margin: auto !important;
  padding: 30px 50px !important;
  background: transparent;
  border: 1px solid #1E283C;
  color: #1E283C;
  text-align: center;
  transition: all 0.15s ease-out;
  font: bold 14px/30px Neo Sans Pro;
}
@media (max-device-width: 767px) {
  #solid-app-container .btn-secondary-remove,
#modal-confirm .btn-secondary-remove,
#offer-code-input-modal .btn-secondary-remove,
#rica-details-modal .btn-secondary-remove,
#cart-order-details-modal .btn-secondary-remove,
div[id*=_modal_outer_] .btn-secondary-remove,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-secondary-remove {
    min-width: unset !important;
    min-height: unset !important;
    padding: 15px 25px !important;
  }
}
#solid-app-container .btn-secondary-remove .icon-holder,
#modal-confirm .btn-secondary-remove .icon-holder,
#offer-code-input-modal .btn-secondary-remove .icon-holder,
#rica-details-modal .btn-secondary-remove .icon-holder,
#cart-order-details-modal .btn-secondary-remove .icon-holder,
div[id*=_modal_outer_] .btn-secondary-remove .icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-secondary-remove .icon-holder {
  right: auto;
  left: 10px;
}
#solid-app-container .btn-secondary-remove:hover, #solid-app-container .btn-secondary-remove:active, #solid-app-container .btn-secondary-remove:focus,
#modal-confirm .btn-secondary-remove:hover,
#modal-confirm .btn-secondary-remove:active,
#modal-confirm .btn-secondary-remove:focus,
#offer-code-input-modal .btn-secondary-remove:hover,
#offer-code-input-modal .btn-secondary-remove:active,
#offer-code-input-modal .btn-secondary-remove:focus,
#rica-details-modal .btn-secondary-remove:hover,
#rica-details-modal .btn-secondary-remove:active,
#rica-details-modal .btn-secondary-remove:focus,
#cart-order-details-modal .btn-secondary-remove:hover,
#cart-order-details-modal .btn-secondary-remove:active,
#cart-order-details-modal .btn-secondary-remove:focus,
div[id*=_modal_outer_] .btn-secondary-remove:hover,
div[id*=_modal_outer_] .btn-secondary-remove:active,
div[id*=_modal_outer_] .btn-secondary-remove:focus,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-secondary-remove:hover,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-secondary-remove:active,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-secondary-remove:focus {
  border: 1px solid #1E283C !important;
  color: #FFFFFF !important;
  background: #1E283C !important;
}
#solid-app-container .btn-success,
#modal-confirm .btn-success,
#offer-code-input-modal .btn-success,
#rica-details-modal .btn-success,
#cart-order-details-modal .btn-success,
div[id*=_modal_outer_] .btn-success,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-success {
  min-width: 170px;
  font: bold 14px/30px Neo Sans Pro;
  padding-top: 8px;
  padding-bottom: 8px;
  background: #00AA00;
  border: 1px solid #00AA00;
  color: #FFFFFF;
  text-align: left;
}
#solid-app-container .btn-success > svg,
#modal-confirm .btn-success > svg,
#offer-code-input-modal .btn-success > svg,
#rica-details-modal .btn-success > svg,
#cart-order-details-modal .btn-success > svg,
div[id*=_modal_outer_] .btn-success > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-success > svg {
  margin: 4px 0;
  float: right;
  width: 20px;
  height: 20px;
  padding: 2px;
  border-radius: 50%;
  background-color: #FFFFFF;
  color: #00AA00;
}
#solid-app-container .btn-success-light,
#modal-confirm .btn-success-light,
#offer-code-input-modal .btn-success-light,
#rica-details-modal .btn-success-light,
#cart-order-details-modal .btn-success-light,
div[id*=_modal_outer_] .btn-success-light,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-success-light {
  min-width: 170px;
  font: bold 14px/30px Neo Sans Pro;
  padding-top: 8px;
  padding-bottom: 8px;
  background: #00AA00;
  border: 1px solid #00AA00;
  color: #FFFFFF;
  text-align: left;
}
#solid-app-container .btn-success-light > svg,
#modal-confirm .btn-success-light > svg,
#offer-code-input-modal .btn-success-light > svg,
#rica-details-modal .btn-success-light > svg,
#cart-order-details-modal .btn-success-light > svg,
div[id*=_modal_outer_] .btn-success-light > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-success-light > svg {
  margin: 4px 0;
  float: right;
  padding: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #FFFFFF;
  color: #00AA00;
}
#solid-app-container .btn-success-light:hover, #solid-app-container .btn-success-light:active, #solid-app-container .btn-success-light:focus,
#modal-confirm .btn-success-light:hover,
#modal-confirm .btn-success-light:active,
#modal-confirm .btn-success-light:focus,
#offer-code-input-modal .btn-success-light:hover,
#offer-code-input-modal .btn-success-light:active,
#offer-code-input-modal .btn-success-light:focus,
#rica-details-modal .btn-success-light:hover,
#rica-details-modal .btn-success-light:active,
#rica-details-modal .btn-success-light:focus,
#cart-order-details-modal .btn-success-light:hover,
#cart-order-details-modal .btn-success-light:active,
#cart-order-details-modal .btn-success-light:focus,
div[id*=_modal_outer_] .btn-success-light:hover,
div[id*=_modal_outer_] .btn-success-light:active,
div[id*=_modal_outer_] .btn-success-light:focus,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-success-light:hover,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-success-light:active,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-success-light:focus {
  color: #00AA00 !important;
  background-color: #FFFFFF !important;
}
#solid-app-container .btn-back-top-left,
#modal-confirm .btn-back-top-left,
#offer-code-input-modal .btn-back-top-left,
#rica-details-modal .btn-back-top-left,
#cart-order-details-modal .btn-back-top-left,
div[id*=_modal_outer_] .btn-back-top-left,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-back-top-left {
  float: left;
  margin-top: 10px;
  border-radius: 24px;
  color: #6D7481;
  padding: 10px 0;
}
@media (max-width: 767px) {
  #solid-app-container .btn-back-top-left,
#modal-confirm .btn-back-top-left,
#offer-code-input-modal .btn-back-top-left,
#rica-details-modal .btn-back-top-left,
#cart-order-details-modal .btn-back-top-left,
div[id*=_modal_outer_] .btn-back-top-left,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-back-top-left {
    width: unset;
    padding: 0;
    min-width: 63px !important;
  }
}
#solid-app-container .btn-back-top-left:hover,
#modal-confirm .btn-back-top-left:hover,
#offer-code-input-modal .btn-back-top-left:hover,
#rica-details-modal .btn-back-top-left:hover,
#cart-order-details-modal .btn-back-top-left:hover,
div[id*=_modal_outer_] .btn-back-top-left:hover,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-back-top-left:hover {
  background: #D6D8DC 0% 0% no-repeat padding-box;
  color: #1E283C;
}
#solid-app-container .btn-dark:not(.rounded-circle),
#solid-app-container .btn-navy,
#solid-app-container .btn-outline-primary,
#solid-app-container :not(.b-calendar-nav) > .btn-outline-secondary,
#solid-app-container .btn-outline-navy,
#solid-app-container .btn-action,
#modal-confirm .btn-dark:not(.rounded-circle),
#modal-confirm .btn-navy,
#modal-confirm .btn-outline-primary,
#modal-confirm :not(.b-calendar-nav) > .btn-outline-secondary,
#modal-confirm .btn-outline-navy,
#modal-confirm .btn-action,
#offer-code-input-modal .btn-dark:not(.rounded-circle),
#offer-code-input-modal .btn-navy,
#offer-code-input-modal .btn-outline-primary,
#offer-code-input-modal :not(.b-calendar-nav) > .btn-outline-secondary,
#offer-code-input-modal .btn-outline-navy,
#offer-code-input-modal .btn-action,
#rica-details-modal .btn-dark:not(.rounded-circle),
#rica-details-modal .btn-navy,
#rica-details-modal .btn-outline-primary,
#rica-details-modal :not(.b-calendar-nav) > .btn-outline-secondary,
#rica-details-modal .btn-outline-navy,
#rica-details-modal .btn-action,
#cart-order-details-modal .btn-dark:not(.rounded-circle),
#cart-order-details-modal .btn-navy,
#cart-order-details-modal .btn-outline-primary,
#cart-order-details-modal :not(.b-calendar-nav) > .btn-outline-secondary,
#cart-order-details-modal .btn-outline-navy,
#cart-order-details-modal .btn-action,
div[id*=_modal_outer_] .btn-dark:not(.rounded-circle),
div[id*=_modal_outer_] .btn-navy,
div[id*=_modal_outer_] .btn-outline-primary,
div[id*=_modal_outer_] :not(.b-calendar-nav) > .btn-outline-secondary,
div[id*=_modal_outer_] .btn-outline-navy,
div[id*=_modal_outer_] .btn-action,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-dark:not(.rounded-circle),
#update-account-modal .modal-dialog .modal-content .modal-body .btn-navy,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-primary,
#update-account-modal .modal-dialog .modal-content .modal-body :not(.b-calendar-nav) > .btn-outline-secondary,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-navy,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-action {
  text-align: center;
  display: inline-block;
  transition: all 0.15s ease-out;
  transition-property: background-color, color, box-shadow;
  border: 1px solid #1E283C;
  font: bold 14px/30px Neo Sans Pro;
  letter-spacing: 0;
  color: #1E283C;
  opacity: 1;
}
#solid-app-container .btn-dark:not(.rounded-circle):hover, #solid-app-container .btn-dark:not(.rounded-circle):active, #solid-app-container .btn-dark:not(.rounded-circle):focus,
#solid-app-container .btn-navy:hover,
#solid-app-container .btn-navy:active,
#solid-app-container .btn-navy:focus,
#solid-app-container .btn-outline-primary:hover,
#solid-app-container .btn-outline-primary:active,
#solid-app-container .btn-outline-primary:focus,
#solid-app-container :not(.b-calendar-nav) > .btn-outline-secondary:hover,
#solid-app-container :not(.b-calendar-nav) > .btn-outline-secondary:active,
#solid-app-container :not(.b-calendar-nav) > .btn-outline-secondary:focus,
#solid-app-container .btn-outline-navy:hover,
#solid-app-container .btn-outline-navy:active,
#solid-app-container .btn-outline-navy:focus,
#solid-app-container .btn-action:hover,
#solid-app-container .btn-action:active,
#solid-app-container .btn-action:focus,
#modal-confirm .btn-dark:not(.rounded-circle):hover,
#modal-confirm .btn-dark:not(.rounded-circle):active,
#modal-confirm .btn-dark:not(.rounded-circle):focus,
#modal-confirm .btn-navy:hover,
#modal-confirm .btn-navy:active,
#modal-confirm .btn-navy:focus,
#modal-confirm .btn-outline-primary:hover,
#modal-confirm .btn-outline-primary:active,
#modal-confirm .btn-outline-primary:focus,
#modal-confirm :not(.b-calendar-nav) > .btn-outline-secondary:hover,
#modal-confirm :not(.b-calendar-nav) > .btn-outline-secondary:active,
#modal-confirm :not(.b-calendar-nav) > .btn-outline-secondary:focus,
#modal-confirm .btn-outline-navy:hover,
#modal-confirm .btn-outline-navy:active,
#modal-confirm .btn-outline-navy:focus,
#modal-confirm .btn-action:hover,
#modal-confirm .btn-action:active,
#modal-confirm .btn-action:focus,
#offer-code-input-modal .btn-dark:not(.rounded-circle):hover,
#offer-code-input-modal .btn-dark:not(.rounded-circle):active,
#offer-code-input-modal .btn-dark:not(.rounded-circle):focus,
#offer-code-input-modal .btn-navy:hover,
#offer-code-input-modal .btn-navy:active,
#offer-code-input-modal .btn-navy:focus,
#offer-code-input-modal .btn-outline-primary:hover,
#offer-code-input-modal .btn-outline-primary:active,
#offer-code-input-modal .btn-outline-primary:focus,
#offer-code-input-modal :not(.b-calendar-nav) > .btn-outline-secondary:hover,
#offer-code-input-modal :not(.b-calendar-nav) > .btn-outline-secondary:active,
#offer-code-input-modal :not(.b-calendar-nav) > .btn-outline-secondary:focus,
#offer-code-input-modal .btn-outline-navy:hover,
#offer-code-input-modal .btn-outline-navy:active,
#offer-code-input-modal .btn-outline-navy:focus,
#offer-code-input-modal .btn-action:hover,
#offer-code-input-modal .btn-action:active,
#offer-code-input-modal .btn-action:focus,
#rica-details-modal .btn-dark:not(.rounded-circle):hover,
#rica-details-modal .btn-dark:not(.rounded-circle):active,
#rica-details-modal .btn-dark:not(.rounded-circle):focus,
#rica-details-modal .btn-navy:hover,
#rica-details-modal .btn-navy:active,
#rica-details-modal .btn-navy:focus,
#rica-details-modal .btn-outline-primary:hover,
#rica-details-modal .btn-outline-primary:active,
#rica-details-modal .btn-outline-primary:focus,
#rica-details-modal :not(.b-calendar-nav) > .btn-outline-secondary:hover,
#rica-details-modal :not(.b-calendar-nav) > .btn-outline-secondary:active,
#rica-details-modal :not(.b-calendar-nav) > .btn-outline-secondary:focus,
#rica-details-modal .btn-outline-navy:hover,
#rica-details-modal .btn-outline-navy:active,
#rica-details-modal .btn-outline-navy:focus,
#rica-details-modal .btn-action:hover,
#rica-details-modal .btn-action:active,
#rica-details-modal .btn-action:focus,
#cart-order-details-modal .btn-dark:not(.rounded-circle):hover,
#cart-order-details-modal .btn-dark:not(.rounded-circle):active,
#cart-order-details-modal .btn-dark:not(.rounded-circle):focus,
#cart-order-details-modal .btn-navy:hover,
#cart-order-details-modal .btn-navy:active,
#cart-order-details-modal .btn-navy:focus,
#cart-order-details-modal .btn-outline-primary:hover,
#cart-order-details-modal .btn-outline-primary:active,
#cart-order-details-modal .btn-outline-primary:focus,
#cart-order-details-modal :not(.b-calendar-nav) > .btn-outline-secondary:hover,
#cart-order-details-modal :not(.b-calendar-nav) > .btn-outline-secondary:active,
#cart-order-details-modal :not(.b-calendar-nav) > .btn-outline-secondary:focus,
#cart-order-details-modal .btn-outline-navy:hover,
#cart-order-details-modal .btn-outline-navy:active,
#cart-order-details-modal .btn-outline-navy:focus,
#cart-order-details-modal .btn-action:hover,
#cart-order-details-modal .btn-action:active,
#cart-order-details-modal .btn-action:focus,
div[id*=_modal_outer_] .btn-dark:not(.rounded-circle):hover,
div[id*=_modal_outer_] .btn-dark:not(.rounded-circle):active,
div[id*=_modal_outer_] .btn-dark:not(.rounded-circle):focus,
div[id*=_modal_outer_] .btn-navy:hover,
div[id*=_modal_outer_] .btn-navy:active,
div[id*=_modal_outer_] .btn-navy:focus,
div[id*=_modal_outer_] .btn-outline-primary:hover,
div[id*=_modal_outer_] .btn-outline-primary:active,
div[id*=_modal_outer_] .btn-outline-primary:focus,
div[id*=_modal_outer_] :not(.b-calendar-nav) > .btn-outline-secondary:hover,
div[id*=_modal_outer_] :not(.b-calendar-nav) > .btn-outline-secondary:active,
div[id*=_modal_outer_] :not(.b-calendar-nav) > .btn-outline-secondary:focus,
div[id*=_modal_outer_] .btn-outline-navy:hover,
div[id*=_modal_outer_] .btn-outline-navy:active,
div[id*=_modal_outer_] .btn-outline-navy:focus,
div[id*=_modal_outer_] .btn-action:hover,
div[id*=_modal_outer_] .btn-action:active,
div[id*=_modal_outer_] .btn-action:focus,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-dark:not(.rounded-circle):hover,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-dark:not(.rounded-circle):active,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-dark:not(.rounded-circle):focus,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-navy:hover,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-navy:active,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-navy:focus,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-primary:hover,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-primary:active,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-primary:focus,
#update-account-modal .modal-dialog .modal-content .modal-body :not(.b-calendar-nav) > .btn-outline-secondary:hover,
#update-account-modal .modal-dialog .modal-content .modal-body :not(.b-calendar-nav) > .btn-outline-secondary:active,
#update-account-modal .modal-dialog .modal-content .modal-body :not(.b-calendar-nav) > .btn-outline-secondary:focus,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-navy:hover,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-navy:active,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-navy:focus,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-action:hover,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-action:active,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-action:focus {
  background-color: #1E283C;
}
#solid-app-container .btn-dark:not(.rounded-circle) .icon-holder,
#solid-app-container .btn-navy .icon-holder,
#solid-app-container .btn-outline-primary .icon-holder,
#solid-app-container :not(.b-calendar-nav) > .btn-outline-secondary .icon-holder,
#solid-app-container .btn-outline-navy .icon-holder,
#solid-app-container .btn-action .icon-holder,
#modal-confirm .btn-dark:not(.rounded-circle) .icon-holder,
#modal-confirm .btn-navy .icon-holder,
#modal-confirm .btn-outline-primary .icon-holder,
#modal-confirm :not(.b-calendar-nav) > .btn-outline-secondary .icon-holder,
#modal-confirm .btn-outline-navy .icon-holder,
#modal-confirm .btn-action .icon-holder,
#offer-code-input-modal .btn-dark:not(.rounded-circle) .icon-holder,
#offer-code-input-modal .btn-navy .icon-holder,
#offer-code-input-modal .btn-outline-primary .icon-holder,
#offer-code-input-modal :not(.b-calendar-nav) > .btn-outline-secondary .icon-holder,
#offer-code-input-modal .btn-outline-navy .icon-holder,
#offer-code-input-modal .btn-action .icon-holder,
#rica-details-modal .btn-dark:not(.rounded-circle) .icon-holder,
#rica-details-modal .btn-navy .icon-holder,
#rica-details-modal .btn-outline-primary .icon-holder,
#rica-details-modal :not(.b-calendar-nav) > .btn-outline-secondary .icon-holder,
#rica-details-modal .btn-outline-navy .icon-holder,
#rica-details-modal .btn-action .icon-holder,
#cart-order-details-modal .btn-dark:not(.rounded-circle) .icon-holder,
#cart-order-details-modal .btn-navy .icon-holder,
#cart-order-details-modal .btn-outline-primary .icon-holder,
#cart-order-details-modal :not(.b-calendar-nav) > .btn-outline-secondary .icon-holder,
#cart-order-details-modal .btn-outline-navy .icon-holder,
#cart-order-details-modal .btn-action .icon-holder,
div[id*=_modal_outer_] .btn-dark:not(.rounded-circle) .icon-holder,
div[id*=_modal_outer_] .btn-navy .icon-holder,
div[id*=_modal_outer_] .btn-outline-primary .icon-holder,
div[id*=_modal_outer_] :not(.b-calendar-nav) > .btn-outline-secondary .icon-holder,
div[id*=_modal_outer_] .btn-outline-navy .icon-holder,
div[id*=_modal_outer_] .btn-action .icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-dark:not(.rounded-circle) .icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-navy .icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-primary .icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body :not(.b-calendar-nav) > .btn-outline-secondary .icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-navy .icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-action .icon-holder {
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  width: 32px;
  height: 32px;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
}
#solid-app-container .btn-dark:not(.rounded-circle) .icon-holder > svg,
#solid-app-container .btn-navy .icon-holder > svg,
#solid-app-container .btn-outline-primary .icon-holder > svg,
#solid-app-container :not(.b-calendar-nav) > .btn-outline-secondary .icon-holder > svg,
#solid-app-container .btn-outline-navy .icon-holder > svg,
#solid-app-container .btn-action .icon-holder > svg,
#modal-confirm .btn-dark:not(.rounded-circle) .icon-holder > svg,
#modal-confirm .btn-navy .icon-holder > svg,
#modal-confirm .btn-outline-primary .icon-holder > svg,
#modal-confirm :not(.b-calendar-nav) > .btn-outline-secondary .icon-holder > svg,
#modal-confirm .btn-outline-navy .icon-holder > svg,
#modal-confirm .btn-action .icon-holder > svg,
#offer-code-input-modal .btn-dark:not(.rounded-circle) .icon-holder > svg,
#offer-code-input-modal .btn-navy .icon-holder > svg,
#offer-code-input-modal .btn-outline-primary .icon-holder > svg,
#offer-code-input-modal :not(.b-calendar-nav) > .btn-outline-secondary .icon-holder > svg,
#offer-code-input-modal .btn-outline-navy .icon-holder > svg,
#offer-code-input-modal .btn-action .icon-holder > svg,
#rica-details-modal .btn-dark:not(.rounded-circle) .icon-holder > svg,
#rica-details-modal .btn-navy .icon-holder > svg,
#rica-details-modal .btn-outline-primary .icon-holder > svg,
#rica-details-modal :not(.b-calendar-nav) > .btn-outline-secondary .icon-holder > svg,
#rica-details-modal .btn-outline-navy .icon-holder > svg,
#rica-details-modal .btn-action .icon-holder > svg,
#cart-order-details-modal .btn-dark:not(.rounded-circle) .icon-holder > svg,
#cart-order-details-modal .btn-navy .icon-holder > svg,
#cart-order-details-modal .btn-outline-primary .icon-holder > svg,
#cart-order-details-modal :not(.b-calendar-nav) > .btn-outline-secondary .icon-holder > svg,
#cart-order-details-modal .btn-outline-navy .icon-holder > svg,
#cart-order-details-modal .btn-action .icon-holder > svg,
div[id*=_modal_outer_] .btn-dark:not(.rounded-circle) .icon-holder > svg,
div[id*=_modal_outer_] .btn-navy .icon-holder > svg,
div[id*=_modal_outer_] .btn-outline-primary .icon-holder > svg,
div[id*=_modal_outer_] :not(.b-calendar-nav) > .btn-outline-secondary .icon-holder > svg,
div[id*=_modal_outer_] .btn-outline-navy .icon-holder > svg,
div[id*=_modal_outer_] .btn-action .icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-dark:not(.rounded-circle) .icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-navy .icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-primary .icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body :not(.b-calendar-nav) > .btn-outline-secondary .icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-navy .icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-action .icon-holder > svg {
  color: black;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#solid-app-container .btn-dark:not(.rounded-circle):not(.btn-secondary, .btn-action, .btn-outline-navy):hover, #solid-app-container .btn-dark:not(.rounded-circle):not(.btn-secondary, .btn-action, .btn-outline-navy):not(:disabled):active, #solid-app-container .btn-dark:not(.rounded-circle):not(.btn-secondary, .btn-action, .btn-outline-navy):focus,
#solid-app-container .btn-navy:not(.btn-secondary, .btn-action, .btn-outline-navy):hover,
#solid-app-container .btn-navy:not(.btn-secondary, .btn-action, .btn-outline-navy):not(:disabled):active,
#solid-app-container .btn-navy:not(.btn-secondary, .btn-action, .btn-outline-navy):focus,
#solid-app-container .btn-outline-primary:not(.btn-secondary, .btn-action, .btn-outline-navy):hover,
#solid-app-container .btn-outline-primary:not(.btn-secondary, .btn-action, .btn-outline-navy):not(:disabled):active,
#solid-app-container .btn-outline-primary:not(.btn-secondary, .btn-action, .btn-outline-navy):focus,
#solid-app-container :not(.b-calendar-nav) > .btn-outline-secondary:not(.btn-secondary, .btn-action, .btn-outline-navy):hover,
#solid-app-container :not(.b-calendar-nav) > .btn-outline-secondary:not(.btn-secondary, .btn-action, .btn-outline-navy):not(:disabled):active,
#solid-app-container :not(.b-calendar-nav) > .btn-outline-secondary:not(.btn-secondary, .btn-action, .btn-outline-navy):focus,
#solid-app-container .btn-outline-navy:not(.btn-secondary, .btn-action, .btn-outline-navy):hover,
#solid-app-container .btn-outline-navy:not(.btn-secondary, .btn-action, .btn-outline-navy):not(:disabled):active,
#solid-app-container .btn-outline-navy:not(.btn-secondary, .btn-action, .btn-outline-navy):focus,
#solid-app-container .btn-action:not(.btn-secondary, .btn-action, .btn-outline-navy):hover,
#solid-app-container .btn-action:not(.btn-secondary, .btn-action, .btn-outline-navy):not(:disabled):active,
#solid-app-container .btn-action:not(.btn-secondary, .btn-action, .btn-outline-navy):focus,
#modal-confirm .btn-dark:not(.rounded-circle):not(.btn-secondary, .btn-action, .btn-outline-navy):hover,
#modal-confirm .btn-dark:not(.rounded-circle):not(.btn-secondary, .btn-action, .btn-outline-navy):not(:disabled):active,
#modal-confirm .btn-dark:not(.rounded-circle):not(.btn-secondary, .btn-action, .btn-outline-navy):focus,
#modal-confirm .btn-navy:not(.btn-secondary, .btn-action, .btn-outline-navy):hover,
#modal-confirm .btn-navy:not(.btn-secondary, .btn-action, .btn-outline-navy):not(:disabled):active,
#modal-confirm .btn-navy:not(.btn-secondary, .btn-action, .btn-outline-navy):focus,
#modal-confirm .btn-outline-primary:not(.btn-secondary, .btn-action, .btn-outline-navy):hover,
#modal-confirm .btn-outline-primary:not(.btn-secondary, .btn-action, .btn-outline-navy):not(:disabled):active,
#modal-confirm .btn-outline-primary:not(.btn-secondary, .btn-action, .btn-outline-navy):focus,
#modal-confirm :not(.b-calendar-nav) > .btn-outline-secondary:not(.btn-secondary, .btn-action, .btn-outline-navy):hover,
#modal-confirm :not(.b-calendar-nav) > .btn-outline-secondary:not(.btn-secondary, .btn-action, .btn-outline-navy):not(:disabled):active,
#modal-confirm :not(.b-calendar-nav) > .btn-outline-secondary:not(.btn-secondary, .btn-action, .btn-outline-navy):focus,
#modal-confirm .btn-outline-navy:not(.btn-secondary, .btn-action, .btn-outline-navy):hover,
#modal-confirm .btn-outline-navy:not(.btn-secondary, .btn-action, .btn-outline-navy):not(:disabled):active,
#modal-confirm .btn-outline-navy:not(.btn-secondary, .btn-action, .btn-outline-navy):focus,
#modal-confirm .btn-action:not(.btn-secondary, .btn-action, .btn-outline-navy):hover,
#modal-confirm .btn-action:not(.btn-secondary, .btn-action, .btn-outline-navy):not(:disabled):active,
#modal-confirm .btn-action:not(.btn-secondary, .btn-action, .btn-outline-navy):focus,
#offer-code-input-modal .btn-dark:not(.rounded-circle):not(.btn-secondary, .btn-action, .btn-outline-navy):hover,
#offer-code-input-modal .btn-dark:not(.rounded-circle):not(.btn-secondary, .btn-action, .btn-outline-navy):not(:disabled):active,
#offer-code-input-modal .btn-dark:not(.rounded-circle):not(.btn-secondary, .btn-action, .btn-outline-navy):focus,
#offer-code-input-modal .btn-navy:not(.btn-secondary, .btn-action, .btn-outline-navy):hover,
#offer-code-input-modal .btn-navy:not(.btn-secondary, .btn-action, .btn-outline-navy):not(:disabled):active,
#offer-code-input-modal .btn-navy:not(.btn-secondary, .btn-action, .btn-outline-navy):focus,
#offer-code-input-modal .btn-outline-primary:not(.btn-secondary, .btn-action, .btn-outline-navy):hover,
#offer-code-input-modal .btn-outline-primary:not(.btn-secondary, .btn-action, .btn-outline-navy):not(:disabled):active,
#offer-code-input-modal .btn-outline-primary:not(.btn-secondary, .btn-action, .btn-outline-navy):focus,
#offer-code-input-modal :not(.b-calendar-nav) > .btn-outline-secondary:not(.btn-secondary, .btn-action, .btn-outline-navy):hover,
#offer-code-input-modal :not(.b-calendar-nav) > .btn-outline-secondary:not(.btn-secondary, .btn-action, .btn-outline-navy):not(:disabled):active,
#offer-code-input-modal :not(.b-calendar-nav) > .btn-outline-secondary:not(.btn-secondary, .btn-action, .btn-outline-navy):focus,
#offer-code-input-modal .btn-outline-navy:not(.btn-secondary, .btn-action, .btn-outline-navy):hover,
#offer-code-input-modal .btn-outline-navy:not(.btn-secondary, .btn-action, .btn-outline-navy):not(:disabled):active,
#offer-code-input-modal .btn-outline-navy:not(.btn-secondary, .btn-action, .btn-outline-navy):focus,
#offer-code-input-modal .btn-action:not(.btn-secondary, .btn-action, .btn-outline-navy):hover,
#offer-code-input-modal .btn-action:not(.btn-secondary, .btn-action, .btn-outline-navy):not(:disabled):active,
#offer-code-input-modal .btn-action:not(.btn-secondary, .btn-action, .btn-outline-navy):focus,
#rica-details-modal .btn-dark:not(.rounded-circle):not(.btn-secondary, .btn-action, .btn-outline-navy):hover,
#rica-details-modal .btn-dark:not(.rounded-circle):not(.btn-secondary, .btn-action, .btn-outline-navy):not(:disabled):active,
#rica-details-modal .btn-dark:not(.rounded-circle):not(.btn-secondary, .btn-action, .btn-outline-navy):focus,
#rica-details-modal .btn-navy:not(.btn-secondary, .btn-action, .btn-outline-navy):hover,
#rica-details-modal .btn-navy:not(.btn-secondary, .btn-action, .btn-outline-navy):not(:disabled):active,
#rica-details-modal .btn-navy:not(.btn-secondary, .btn-action, .btn-outline-navy):focus,
#rica-details-modal .btn-outline-primary:not(.btn-secondary, .btn-action, .btn-outline-navy):hover,
#rica-details-modal .btn-outline-primary:not(.btn-secondary, .btn-action, .btn-outline-navy):not(:disabled):active,
#rica-details-modal .btn-outline-primary:not(.btn-secondary, .btn-action, .btn-outline-navy):focus,
#rica-details-modal :not(.b-calendar-nav) > .btn-outline-secondary:not(.btn-secondary, .btn-action, .btn-outline-navy):hover,
#rica-details-modal :not(.b-calendar-nav) > .btn-outline-secondary:not(.btn-secondary, .btn-action, .btn-outline-navy):not(:disabled):active,
#rica-details-modal :not(.b-calendar-nav) > .btn-outline-secondary:not(.btn-secondary, .btn-action, .btn-outline-navy):focus,
#rica-details-modal .btn-outline-navy:not(.btn-secondary, .btn-action, .btn-outline-navy):hover,
#rica-details-modal .btn-outline-navy:not(.btn-secondary, .btn-action, .btn-outline-navy):not(:disabled):active,
#rica-details-modal .btn-outline-navy:not(.btn-secondary, .btn-action, .btn-outline-navy):focus,
#rica-details-modal .btn-action:not(.btn-secondary, .btn-action, .btn-outline-navy):hover,
#rica-details-modal .btn-action:not(.btn-secondary, .btn-action, .btn-outline-navy):not(:disabled):active,
#rica-details-modal .btn-action:not(.btn-secondary, .btn-action, .btn-outline-navy):focus,
#cart-order-details-modal .btn-dark:not(.rounded-circle):not(.btn-secondary, .btn-action, .btn-outline-navy):hover,
#cart-order-details-modal .btn-dark:not(.rounded-circle):not(.btn-secondary, .btn-action, .btn-outline-navy):not(:disabled):active,
#cart-order-details-modal .btn-dark:not(.rounded-circle):not(.btn-secondary, .btn-action, .btn-outline-navy):focus,
#cart-order-details-modal .btn-navy:not(.btn-secondary, .btn-action, .btn-outline-navy):hover,
#cart-order-details-modal .btn-navy:not(.btn-secondary, .btn-action, .btn-outline-navy):not(:disabled):active,
#cart-order-details-modal .btn-navy:not(.btn-secondary, .btn-action, .btn-outline-navy):focus,
#cart-order-details-modal .btn-outline-primary:not(.btn-secondary, .btn-action, .btn-outline-navy):hover,
#cart-order-details-modal .btn-outline-primary:not(.btn-secondary, .btn-action, .btn-outline-navy):not(:disabled):active,
#cart-order-details-modal .btn-outline-primary:not(.btn-secondary, .btn-action, .btn-outline-navy):focus,
#cart-order-details-modal :not(.b-calendar-nav) > .btn-outline-secondary:not(.btn-secondary, .btn-action, .btn-outline-navy):hover,
#cart-order-details-modal :not(.b-calendar-nav) > .btn-outline-secondary:not(.btn-secondary, .btn-action, .btn-outline-navy):not(:disabled):active,
#cart-order-details-modal :not(.b-calendar-nav) > .btn-outline-secondary:not(.btn-secondary, .btn-action, .btn-outline-navy):focus,
#cart-order-details-modal .btn-outline-navy:not(.btn-secondary, .btn-action, .btn-outline-navy):hover,
#cart-order-details-modal .btn-outline-navy:not(.btn-secondary, .btn-action, .btn-outline-navy):not(:disabled):active,
#cart-order-details-modal .btn-outline-navy:not(.btn-secondary, .btn-action, .btn-outline-navy):focus,
#cart-order-details-modal .btn-action:not(.btn-secondary, .btn-action, .btn-outline-navy):hover,
#cart-order-details-modal .btn-action:not(.btn-secondary, .btn-action, .btn-outline-navy):not(:disabled):active,
#cart-order-details-modal .btn-action:not(.btn-secondary, .btn-action, .btn-outline-navy):focus,
div[id*=_modal_outer_] .btn-dark:not(.rounded-circle):not(.btn-secondary, .btn-action, .btn-outline-navy):hover,
div[id*=_modal_outer_] .btn-dark:not(.rounded-circle):not(.btn-secondary, .btn-action, .btn-outline-navy):not(:disabled):active,
div[id*=_modal_outer_] .btn-dark:not(.rounded-circle):not(.btn-secondary, .btn-action, .btn-outline-navy):focus,
div[id*=_modal_outer_] .btn-navy:not(.btn-secondary, .btn-action, .btn-outline-navy):hover,
div[id*=_modal_outer_] .btn-navy:not(.btn-secondary, .btn-action, .btn-outline-navy):not(:disabled):active,
div[id*=_modal_outer_] .btn-navy:not(.btn-secondary, .btn-action, .btn-outline-navy):focus,
div[id*=_modal_outer_] .btn-outline-primary:not(.btn-secondary, .btn-action, .btn-outline-navy):hover,
div[id*=_modal_outer_] .btn-outline-primary:not(.btn-secondary, .btn-action, .btn-outline-navy):not(:disabled):active,
div[id*=_modal_outer_] .btn-outline-primary:not(.btn-secondary, .btn-action, .btn-outline-navy):focus,
div[id*=_modal_outer_] :not(.b-calendar-nav) > .btn-outline-secondary:not(.btn-secondary, .btn-action, .btn-outline-navy):hover,
div[id*=_modal_outer_] :not(.b-calendar-nav) > .btn-outline-secondary:not(.btn-secondary, .btn-action, .btn-outline-navy):not(:disabled):active,
div[id*=_modal_outer_] :not(.b-calendar-nav) > .btn-outline-secondary:not(.btn-secondary, .btn-action, .btn-outline-navy):focus,
div[id*=_modal_outer_] .btn-outline-navy:not(.btn-secondary, .btn-action, .btn-outline-navy):hover,
div[id*=_modal_outer_] .btn-outline-navy:not(.btn-secondary, .btn-action, .btn-outline-navy):not(:disabled):active,
div[id*=_modal_outer_] .btn-outline-navy:not(.btn-secondary, .btn-action, .btn-outline-navy):focus,
div[id*=_modal_outer_] .btn-action:not(.btn-secondary, .btn-action, .btn-outline-navy):hover,
div[id*=_modal_outer_] .btn-action:not(.btn-secondary, .btn-action, .btn-outline-navy):not(:disabled):active,
div[id*=_modal_outer_] .btn-action:not(.btn-secondary, .btn-action, .btn-outline-navy):focus,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-dark:not(.rounded-circle):not(.btn-secondary, .btn-action, .btn-outline-navy):hover,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-dark:not(.rounded-circle):not(.btn-secondary, .btn-action, .btn-outline-navy):not(:disabled):active,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-dark:not(.rounded-circle):not(.btn-secondary, .btn-action, .btn-outline-navy):focus,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-navy:not(.btn-secondary, .btn-action, .btn-outline-navy):hover,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-navy:not(.btn-secondary, .btn-action, .btn-outline-navy):not(:disabled):active,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-navy:not(.btn-secondary, .btn-action, .btn-outline-navy):focus,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-primary:not(.btn-secondary, .btn-action, .btn-outline-navy):hover,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-primary:not(.btn-secondary, .btn-action, .btn-outline-navy):not(:disabled):active,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-primary:not(.btn-secondary, .btn-action, .btn-outline-navy):focus,
#update-account-modal .modal-dialog .modal-content .modal-body :not(.b-calendar-nav) > .btn-outline-secondary:not(.btn-secondary, .btn-action, .btn-outline-navy):hover,
#update-account-modal .modal-dialog .modal-content .modal-body :not(.b-calendar-nav) > .btn-outline-secondary:not(.btn-secondary, .btn-action, .btn-outline-navy):not(:disabled):active,
#update-account-modal .modal-dialog .modal-content .modal-body :not(.b-calendar-nav) > .btn-outline-secondary:not(.btn-secondary, .btn-action, .btn-outline-navy):focus,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-navy:not(.btn-secondary, .btn-action, .btn-outline-navy):hover,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-navy:not(.btn-secondary, .btn-action, .btn-outline-navy):not(:disabled):active,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-navy:not(.btn-secondary, .btn-action, .btn-outline-navy):focus,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-action:not(.btn-secondary, .btn-action, .btn-outline-navy):hover,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-action:not(.btn-secondary, .btn-action, .btn-outline-navy):not(:disabled):active,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-action:not(.btn-secondary, .btn-action, .btn-outline-navy):focus {
  color: #fff;
  background-color: black;
}
#solid-app-container .btn-dark:not(.rounded-circle):not(.btn-secondary):focus,
#solid-app-container .btn-navy:not(.btn-secondary):focus,
#solid-app-container .btn-outline-primary:not(.btn-secondary):focus,
#solid-app-container :not(.b-calendar-nav) > .btn-outline-secondary:not(.btn-secondary):focus,
#solid-app-container .btn-outline-navy:not(.btn-secondary):focus,
#solid-app-container .btn-action:not(.btn-secondary):focus,
#modal-confirm .btn-dark:not(.rounded-circle):not(.btn-secondary):focus,
#modal-confirm .btn-navy:not(.btn-secondary):focus,
#modal-confirm .btn-outline-primary:not(.btn-secondary):focus,
#modal-confirm :not(.b-calendar-nav) > .btn-outline-secondary:not(.btn-secondary):focus,
#modal-confirm .btn-outline-navy:not(.btn-secondary):focus,
#modal-confirm .btn-action:not(.btn-secondary):focus,
#offer-code-input-modal .btn-dark:not(.rounded-circle):not(.btn-secondary):focus,
#offer-code-input-modal .btn-navy:not(.btn-secondary):focus,
#offer-code-input-modal .btn-outline-primary:not(.btn-secondary):focus,
#offer-code-input-modal :not(.b-calendar-nav) > .btn-outline-secondary:not(.btn-secondary):focus,
#offer-code-input-modal .btn-outline-navy:not(.btn-secondary):focus,
#offer-code-input-modal .btn-action:not(.btn-secondary):focus,
#rica-details-modal .btn-dark:not(.rounded-circle):not(.btn-secondary):focus,
#rica-details-modal .btn-navy:not(.btn-secondary):focus,
#rica-details-modal .btn-outline-primary:not(.btn-secondary):focus,
#rica-details-modal :not(.b-calendar-nav) > .btn-outline-secondary:not(.btn-secondary):focus,
#rica-details-modal .btn-outline-navy:not(.btn-secondary):focus,
#rica-details-modal .btn-action:not(.btn-secondary):focus,
#cart-order-details-modal .btn-dark:not(.rounded-circle):not(.btn-secondary):focus,
#cart-order-details-modal .btn-navy:not(.btn-secondary):focus,
#cart-order-details-modal .btn-outline-primary:not(.btn-secondary):focus,
#cart-order-details-modal :not(.b-calendar-nav) > .btn-outline-secondary:not(.btn-secondary):focus,
#cart-order-details-modal .btn-outline-navy:not(.btn-secondary):focus,
#cart-order-details-modal .btn-action:not(.btn-secondary):focus,
div[id*=_modal_outer_] .btn-dark:not(.rounded-circle):not(.btn-secondary):focus,
div[id*=_modal_outer_] .btn-navy:not(.btn-secondary):focus,
div[id*=_modal_outer_] .btn-outline-primary:not(.btn-secondary):focus,
div[id*=_modal_outer_] :not(.b-calendar-nav) > .btn-outline-secondary:not(.btn-secondary):focus,
div[id*=_modal_outer_] .btn-outline-navy:not(.btn-secondary):focus,
div[id*=_modal_outer_] .btn-action:not(.btn-secondary):focus,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-dark:not(.rounded-circle):not(.btn-secondary):focus,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-navy:not(.btn-secondary):focus,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-primary:not(.btn-secondary):focus,
#update-account-modal .modal-dialog .modal-content .modal-body :not(.b-calendar-nav) > .btn-outline-secondary:not(.btn-secondary):focus,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-navy:not(.btn-secondary):focus,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-action:not(.btn-secondary):focus {
  box-shadow: 0 0 0 0.2rem rgba(148, 148, 148, 0.2) !important;
}
#solid-app-container .btn-dark:not(.rounded-circle).no-box-shadow,
#solid-app-container .btn-navy.no-box-shadow,
#solid-app-container .btn-outline-primary.no-box-shadow,
#solid-app-container :not(.b-calendar-nav) > .btn-outline-secondary.no-box-shadow,
#solid-app-container .btn-outline-navy.no-box-shadow,
#solid-app-container .btn-action.no-box-shadow,
#modal-confirm .btn-dark:not(.rounded-circle).no-box-shadow,
#modal-confirm .btn-navy.no-box-shadow,
#modal-confirm .btn-outline-primary.no-box-shadow,
#modal-confirm :not(.b-calendar-nav) > .btn-outline-secondary.no-box-shadow,
#modal-confirm .btn-outline-navy.no-box-shadow,
#modal-confirm .btn-action.no-box-shadow,
#offer-code-input-modal .btn-dark:not(.rounded-circle).no-box-shadow,
#offer-code-input-modal .btn-navy.no-box-shadow,
#offer-code-input-modal .btn-outline-primary.no-box-shadow,
#offer-code-input-modal :not(.b-calendar-nav) > .btn-outline-secondary.no-box-shadow,
#offer-code-input-modal .btn-outline-navy.no-box-shadow,
#offer-code-input-modal .btn-action.no-box-shadow,
#rica-details-modal .btn-dark:not(.rounded-circle).no-box-shadow,
#rica-details-modal .btn-navy.no-box-shadow,
#rica-details-modal .btn-outline-primary.no-box-shadow,
#rica-details-modal :not(.b-calendar-nav) > .btn-outline-secondary.no-box-shadow,
#rica-details-modal .btn-outline-navy.no-box-shadow,
#rica-details-modal .btn-action.no-box-shadow,
#cart-order-details-modal .btn-dark:not(.rounded-circle).no-box-shadow,
#cart-order-details-modal .btn-navy.no-box-shadow,
#cart-order-details-modal .btn-outline-primary.no-box-shadow,
#cart-order-details-modal :not(.b-calendar-nav) > .btn-outline-secondary.no-box-shadow,
#cart-order-details-modal .btn-outline-navy.no-box-shadow,
#cart-order-details-modal .btn-action.no-box-shadow,
div[id*=_modal_outer_] .btn-dark:not(.rounded-circle).no-box-shadow,
div[id*=_modal_outer_] .btn-navy.no-box-shadow,
div[id*=_modal_outer_] .btn-outline-primary.no-box-shadow,
div[id*=_modal_outer_] :not(.b-calendar-nav) > .btn-outline-secondary.no-box-shadow,
div[id*=_modal_outer_] .btn-outline-navy.no-box-shadow,
div[id*=_modal_outer_] .btn-action.no-box-shadow,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-dark:not(.rounded-circle).no-box-shadow,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-navy.no-box-shadow,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-primary.no-box-shadow,
#update-account-modal .modal-dialog .modal-content .modal-body :not(.b-calendar-nav) > .btn-outline-secondary.no-box-shadow,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-navy.no-box-shadow,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-action.no-box-shadow {
  box-shadow: none !important;
}
#solid-app-container .btn-dark:not(.rounded-circle),
#modal-confirm .btn-dark:not(.rounded-circle),
#offer-code-input-modal .btn-dark:not(.rounded-circle),
#rica-details-modal .btn-dark:not(.rounded-circle),
#cart-order-details-modal .btn-dark:not(.rounded-circle),
div[id*=_modal_outer_] .btn-dark:not(.rounded-circle),
#update-account-modal .modal-dialog .modal-content .modal-body .btn-dark:not(.rounded-circle) {
  background-color: black;
  color: #FFFFFF;
}
#solid-app-container .btn-dark:not(.rounded-circle) .icon-holder,
#modal-confirm .btn-dark:not(.rounded-circle) .icon-holder,
#offer-code-input-modal .btn-dark:not(.rounded-circle) .icon-holder,
#rica-details-modal .btn-dark:not(.rounded-circle) .icon-holder,
#cart-order-details-modal .btn-dark:not(.rounded-circle) .icon-holder,
div[id*=_modal_outer_] .btn-dark:not(.rounded-circle) .icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-dark:not(.rounded-circle) .icon-holder {
  background-color: #FFFFFF;
}
#solid-app-container .btn-dark:not(.rounded-circle):hover, #solid-app-container .btn-dark:not(.rounded-circle):active, #solid-app-container .btn-dark:not(.rounded-circle):focus,
#modal-confirm .btn-dark:not(.rounded-circle):hover,
#modal-confirm .btn-dark:not(.rounded-circle):active,
#modal-confirm .btn-dark:not(.rounded-circle):focus,
#offer-code-input-modal .btn-dark:not(.rounded-circle):hover,
#offer-code-input-modal .btn-dark:not(.rounded-circle):active,
#offer-code-input-modal .btn-dark:not(.rounded-circle):focus,
#rica-details-modal .btn-dark:not(.rounded-circle):hover,
#rica-details-modal .btn-dark:not(.rounded-circle):active,
#rica-details-modal .btn-dark:not(.rounded-circle):focus,
#cart-order-details-modal .btn-dark:not(.rounded-circle):hover,
#cart-order-details-modal .btn-dark:not(.rounded-circle):active,
#cart-order-details-modal .btn-dark:not(.rounded-circle):focus,
div[id*=_modal_outer_] .btn-dark:not(.rounded-circle):hover,
div[id*=_modal_outer_] .btn-dark:not(.rounded-circle):active,
div[id*=_modal_outer_] .btn-dark:not(.rounded-circle):focus,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-dark:not(.rounded-circle):hover,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-dark:not(.rounded-circle):active,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-dark:not(.rounded-circle):focus {
  background-color: black;
}
#solid-app-container .btn-secondary,
#modal-confirm .btn-secondary,
#offer-code-input-modal .btn-secondary,
#rica-details-modal .btn-secondary,
#cart-order-details-modal .btn-secondary,
div[id*=_modal_outer_] .btn-secondary,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-secondary {
  color: #FFFFFF !important;
  background: transparent linear-gradient(276deg, #1cf18f 0%, #1cf1eb 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #FFFFFF;
  min-width: 170px;
  text-align: center;
  display: inline-block;
  transition: all 0.15s ease-out;
}
#solid-app-container .btn-secondary:hover, #solid-app-container .btn-secondary:active, #solid-app-container .btn-secondary:focus,
#modal-confirm .btn-secondary:hover,
#modal-confirm .btn-secondary:active,
#modal-confirm .btn-secondary:focus,
#offer-code-input-modal .btn-secondary:hover,
#offer-code-input-modal .btn-secondary:active,
#offer-code-input-modal .btn-secondary:focus,
#rica-details-modal .btn-secondary:hover,
#rica-details-modal .btn-secondary:active,
#rica-details-modal .btn-secondary:focus,
#cart-order-details-modal .btn-secondary:hover,
#cart-order-details-modal .btn-secondary:active,
#cart-order-details-modal .btn-secondary:focus,
div[id*=_modal_outer_] .btn-secondary:hover,
div[id*=_modal_outer_] .btn-secondary:active,
div[id*=_modal_outer_] .btn-secondary:focus,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-secondary:hover,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-secondary:active,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-secondary:focus {
  background-position: right center;
  /* change the background-position here to 'animate' */
  box-shadow: none !important;
}
#solid-app-container .btn-outline-back,
#modal-confirm .btn-outline-back,
#offer-code-input-modal .btn-outline-back,
#rica-details-modal .btn-outline-back,
#cart-order-details-modal .btn-outline-back,
div[id*=_modal_outer_] .btn-outline-back,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-back {
  padding-top: 8px;
  padding-bottom: 8px;
  background: transparent;
  min-width: 170px;
  font: bold 14px/30px Neo Sans Pro;
  border: 1px solid #1E283C;
  color: #1E283C;
  text-align: left;
}
#solid-app-container .btn-outline-back .icon-holder,
#modal-confirm .btn-outline-back .icon-holder,
#offer-code-input-modal .btn-outline-back .icon-holder,
#rica-details-modal .btn-outline-back .icon-holder,
#cart-order-details-modal .btn-outline-back .icon-holder,
div[id*=_modal_outer_] .btn-outline-back .icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-back .icon-holder {
  right: auto;
  left: 10px;
}
#solid-app-container .btn-outline-back:hover, #solid-app-container .btn-outline-back:active, #solid-app-container .btn-outline-back:focus,
#modal-confirm .btn-outline-back:hover,
#modal-confirm .btn-outline-back:active,
#modal-confirm .btn-outline-back:focus,
#offer-code-input-modal .btn-outline-back:hover,
#offer-code-input-modal .btn-outline-back:active,
#offer-code-input-modal .btn-outline-back:focus,
#rica-details-modal .btn-outline-back:hover,
#rica-details-modal .btn-outline-back:active,
#rica-details-modal .btn-outline-back:focus,
#cart-order-details-modal .btn-outline-back:hover,
#cart-order-details-modal .btn-outline-back:active,
#cart-order-details-modal .btn-outline-back:focus,
div[id*=_modal_outer_] .btn-outline-back:hover,
div[id*=_modal_outer_] .btn-outline-back:active,
div[id*=_modal_outer_] .btn-outline-back:focus,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-back:hover,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-back:active,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-back:focus {
  border: 1px solid #1E283C !important;
  color: #FFFFFF !important;
  background: #1E283C !important;
}
#solid-app-container .btn-add-to-order,
#modal-confirm .btn-add-to-order,
#offer-code-input-modal .btn-add-to-order,
#rica-details-modal .btn-add-to-order,
#cart-order-details-modal .btn-add-to-order,
div[id*=_modal_outer_] .btn-add-to-order,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-add-to-order {
  min-width: unset !important;
  width: unset !important;
  padding: 1rem !important;
  background: transparent;
  border: 1px solid #1E283C;
  color: #1E283C;
  text-align: left;
}
#solid-app-container .btn-add-to-order:hover, #solid-app-container .btn-add-to-order:active, #solid-app-container .btn-add-to-order:focus,
#modal-confirm .btn-add-to-order:hover,
#modal-confirm .btn-add-to-order:active,
#modal-confirm .btn-add-to-order:focus,
#offer-code-input-modal .btn-add-to-order:hover,
#offer-code-input-modal .btn-add-to-order:active,
#offer-code-input-modal .btn-add-to-order:focus,
#rica-details-modal .btn-add-to-order:hover,
#rica-details-modal .btn-add-to-order:active,
#rica-details-modal .btn-add-to-order:focus,
#cart-order-details-modal .btn-add-to-order:hover,
#cart-order-details-modal .btn-add-to-order:active,
#cart-order-details-modal .btn-add-to-order:focus,
div[id*=_modal_outer_] .btn-add-to-order:hover,
div[id*=_modal_outer_] .btn-add-to-order:active,
div[id*=_modal_outer_] .btn-add-to-order:focus,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-add-to-order:hover,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-add-to-order:active,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-add-to-order:focus {
  border: 1px solid #ECF0FA !important;
  color: #1E283C !important;
}
#solid-app-container .btn-modal-close,
#modal-confirm .btn-modal-close,
#offer-code-input-modal .btn-modal-close,
#rica-details-modal .btn-modal-close,
#cart-order-details-modal .btn-modal-close,
div[id*=_modal_outer_] .btn-modal-close,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-modal-close {
  text-align: center;
  padding: 25px !important;
  background: transparent;
  border: 1px solid #d6d8dc;
  color: #1E283C;
}
#solid-app-container .btn-modal-close .icon-holder > svg,
#modal-confirm .btn-modal-close .icon-holder > svg,
#offer-code-input-modal .btn-modal-close .icon-holder > svg,
#rica-details-modal .btn-modal-close .icon-holder > svg,
#cart-order-details-modal .btn-modal-close .icon-holder > svg,
div[id*=_modal_outer_] .btn-modal-close .icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-modal-close .icon-holder > svg {
  color: #1CF196 !important;
}
#solid-app-container .btn-modal-close:hover, #solid-app-container .btn-modal-close:active, #solid-app-container .btn-modal-close:focus,
#modal-confirm .btn-modal-close:hover,
#modal-confirm .btn-modal-close:active,
#modal-confirm .btn-modal-close:focus,
#offer-code-input-modal .btn-modal-close:hover,
#offer-code-input-modal .btn-modal-close:active,
#offer-code-input-modal .btn-modal-close:focus,
#rica-details-modal .btn-modal-close:hover,
#rica-details-modal .btn-modal-close:active,
#rica-details-modal .btn-modal-close:focus,
#cart-order-details-modal .btn-modal-close:hover,
#cart-order-details-modal .btn-modal-close:active,
#cart-order-details-modal .btn-modal-close:focus,
div[id*=_modal_outer_] .btn-modal-close:hover,
div[id*=_modal_outer_] .btn-modal-close:active,
div[id*=_modal_outer_] .btn-modal-close:focus,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-modal-close:hover,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-modal-close:active,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-modal-close:focus {
  color: #1E283C !important;
  background: #F3F4FF 0% 0% no-repeat padding-box;
}
#solid-app-container .btn-add-to-order-primary,
#modal-confirm .btn-add-to-order-primary,
#offer-code-input-modal .btn-add-to-order-primary,
#rica-details-modal .btn-add-to-order-primary,
#cart-order-details-modal .btn-add-to-order-primary,
div[id*=_modal_outer_] .btn-add-to-order-primary,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-add-to-order-primary {
  font-size: 14px;
  padding: 1.5rem;
  font-weight: 600;
  min-width: unset !important;
  width: 100% !important;
  background: transparent;
  border: 1px solid #d6d8dc;
  color: #1E283C;
  text-align: left;
}
#solid-app-container .btn-add-to-order-primary .icon-holder > svg,
#modal-confirm .btn-add-to-order-primary .icon-holder > svg,
#offer-code-input-modal .btn-add-to-order-primary .icon-holder > svg,
#rica-details-modal .btn-add-to-order-primary .icon-holder > svg,
#cart-order-details-modal .btn-add-to-order-primary .icon-holder > svg,
div[id*=_modal_outer_] .btn-add-to-order-primary .icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-add-to-order-primary .icon-holder > svg {
  color: #1CF196 !important;
}
#solid-app-container .btn-add-to-order-primary:hover, #solid-app-container .btn-add-to-order-primary:active, #solid-app-container .btn-add-to-order-primary:focus,
#modal-confirm .btn-add-to-order-primary:hover,
#modal-confirm .btn-add-to-order-primary:active,
#modal-confirm .btn-add-to-order-primary:focus,
#offer-code-input-modal .btn-add-to-order-primary:hover,
#offer-code-input-modal .btn-add-to-order-primary:active,
#offer-code-input-modal .btn-add-to-order-primary:focus,
#rica-details-modal .btn-add-to-order-primary:hover,
#rica-details-modal .btn-add-to-order-primary:active,
#rica-details-modal .btn-add-to-order-primary:focus,
#cart-order-details-modal .btn-add-to-order-primary:hover,
#cart-order-details-modal .btn-add-to-order-primary:active,
#cart-order-details-modal .btn-add-to-order-primary:focus,
div[id*=_modal_outer_] .btn-add-to-order-primary:hover,
div[id*=_modal_outer_] .btn-add-to-order-primary:active,
div[id*=_modal_outer_] .btn-add-to-order-primary:focus,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-add-to-order-primary:hover,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-add-to-order-primary:active,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-add-to-order-primary:focus {
  color: #1E283C !important;
  background: #F3F4FF 0% 0% no-repeat padding-box;
}
#solid-app-container .btn-remove-from-order-primary,
#modal-confirm .btn-remove-from-order-primary,
#offer-code-input-modal .btn-remove-from-order-primary,
#rica-details-modal .btn-remove-from-order-primary,
#cart-order-details-modal .btn-remove-from-order-primary,
div[id*=_modal_outer_] .btn-remove-from-order-primary,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-remove-from-order-primary {
  font-size: 14px;
  padding: 1.5rem;
  font-weight: 600;
  min-width: 175px;
  width: 100% !important;
  background-color: #1E283C !important;
  border: 1px solid #1E283C;
  color: #FFFFFF !important;
  text-align: left;
}
@media (max-width: 767px) {
  #solid-app-container .btn-remove-from-order-primary > span:not(.circle-icon-holder),
#modal-confirm .btn-remove-from-order-primary > span:not(.circle-icon-holder),
#offer-code-input-modal .btn-remove-from-order-primary > span:not(.circle-icon-holder),
#rica-details-modal .btn-remove-from-order-primary > span:not(.circle-icon-holder),
#cart-order-details-modal .btn-remove-from-order-primary > span:not(.circle-icon-holder),
div[id*=_modal_outer_] .btn-remove-from-order-primary > span:not(.circle-icon-holder),
#update-account-modal .modal-dialog .modal-content .modal-body .btn-remove-from-order-primary > span:not(.circle-icon-holder) {
    padding-right: 30px;
  }
}
#solid-app-container .btn-remove-from-order-primary .circle-icon-holder,
#modal-confirm .btn-remove-from-order-primary .circle-icon-holder,
#offer-code-input-modal .btn-remove-from-order-primary .circle-icon-holder,
#rica-details-modal .btn-remove-from-order-primary .circle-icon-holder,
#cart-order-details-modal .btn-remove-from-order-primary .circle-icon-holder,
div[id*=_modal_outer_] .btn-remove-from-order-primary .circle-icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-remove-from-order-primary .circle-icon-holder {
  border: 3px solid #FFFFFF;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}
#solid-app-container .btn-remove-from-order-primary .circle-icon-holder > svg,
#modal-confirm .btn-remove-from-order-primary .circle-icon-holder > svg,
#offer-code-input-modal .btn-remove-from-order-primary .circle-icon-holder > svg,
#rica-details-modal .btn-remove-from-order-primary .circle-icon-holder > svg,
#cart-order-details-modal .btn-remove-from-order-primary .circle-icon-holder > svg,
div[id*=_modal_outer_] .btn-remove-from-order-primary .circle-icon-holder > svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-remove-from-order-primary .circle-icon-holder > svg {
  color: #FFFFFF !important;
  font-size: 14px;
}
#solid-app-container .btn-remove-from-order-primary:hover, #solid-app-container .btn-remove-from-order-primary:active, #solid-app-container .btn-remove-from-order-primary:focus,
#modal-confirm .btn-remove-from-order-primary:hover,
#modal-confirm .btn-remove-from-order-primary:active,
#modal-confirm .btn-remove-from-order-primary:focus,
#offer-code-input-modal .btn-remove-from-order-primary:hover,
#offer-code-input-modal .btn-remove-from-order-primary:active,
#offer-code-input-modal .btn-remove-from-order-primary:focus,
#rica-details-modal .btn-remove-from-order-primary:hover,
#rica-details-modal .btn-remove-from-order-primary:active,
#rica-details-modal .btn-remove-from-order-primary:focus,
#cart-order-details-modal .btn-remove-from-order-primary:hover,
#cart-order-details-modal .btn-remove-from-order-primary:active,
#cart-order-details-modal .btn-remove-from-order-primary:focus,
div[id*=_modal_outer_] .btn-remove-from-order-primary:hover,
div[id*=_modal_outer_] .btn-remove-from-order-primary:active,
div[id*=_modal_outer_] .btn-remove-from-order-primary:focus,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-remove-from-order-primary:hover,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-remove-from-order-primary:active,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-remove-from-order-primary:focus {
  color: #FFFFFF;
}
#solid-app-container :not(.b-calendar-nav) > .btn-outline-secondary,
#solid-app-container .btn-add-to-order,
#modal-confirm :not(.b-calendar-nav) > .btn-outline-secondary,
#modal-confirm .btn-add-to-order,
#offer-code-input-modal :not(.b-calendar-nav) > .btn-outline-secondary,
#offer-code-input-modal .btn-add-to-order,
#rica-details-modal :not(.b-calendar-nav) > .btn-outline-secondary,
#rica-details-modal .btn-add-to-order,
#cart-order-details-modal :not(.b-calendar-nav) > .btn-outline-secondary,
#cart-order-details-modal .btn-add-to-order,
div[id*=_modal_outer_] :not(.b-calendar-nav) > .btn-outline-secondary,
div[id*=_modal_outer_] .btn-add-to-order,
#update-account-modal .modal-dialog .modal-content .modal-body :not(.b-calendar-nav) > .btn-outline-secondary,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-add-to-order {
  padding-top: 8px;
  padding-bottom: 8px;
  background: transparent;
  border: 1px solid #1E283C;
  color: #1E283C;
  text-align: left;
}
#solid-app-container :not(.b-calendar-nav) > .btn-outline-secondary:hover, #solid-app-container :not(.b-calendar-nav) > .btn-outline-secondary:active, #solid-app-container :not(.b-calendar-nav) > .btn-outline-secondary:focus,
#solid-app-container .btn-add-to-order:hover,
#solid-app-container .btn-add-to-order:active,
#solid-app-container .btn-add-to-order:focus,
#modal-confirm :not(.b-calendar-nav) > .btn-outline-secondary:hover,
#modal-confirm :not(.b-calendar-nav) > .btn-outline-secondary:active,
#modal-confirm :not(.b-calendar-nav) > .btn-outline-secondary:focus,
#modal-confirm .btn-add-to-order:hover,
#modal-confirm .btn-add-to-order:active,
#modal-confirm .btn-add-to-order:focus,
#offer-code-input-modal :not(.b-calendar-nav) > .btn-outline-secondary:hover,
#offer-code-input-modal :not(.b-calendar-nav) > .btn-outline-secondary:active,
#offer-code-input-modal :not(.b-calendar-nav) > .btn-outline-secondary:focus,
#offer-code-input-modal .btn-add-to-order:hover,
#offer-code-input-modal .btn-add-to-order:active,
#offer-code-input-modal .btn-add-to-order:focus,
#rica-details-modal :not(.b-calendar-nav) > .btn-outline-secondary:hover,
#rica-details-modal :not(.b-calendar-nav) > .btn-outline-secondary:active,
#rica-details-modal :not(.b-calendar-nav) > .btn-outline-secondary:focus,
#rica-details-modal .btn-add-to-order:hover,
#rica-details-modal .btn-add-to-order:active,
#rica-details-modal .btn-add-to-order:focus,
#cart-order-details-modal :not(.b-calendar-nav) > .btn-outline-secondary:hover,
#cart-order-details-modal :not(.b-calendar-nav) > .btn-outline-secondary:active,
#cart-order-details-modal :not(.b-calendar-nav) > .btn-outline-secondary:focus,
#cart-order-details-modal .btn-add-to-order:hover,
#cart-order-details-modal .btn-add-to-order:active,
#cart-order-details-modal .btn-add-to-order:focus,
div[id*=_modal_outer_] :not(.b-calendar-nav) > .btn-outline-secondary:hover,
div[id*=_modal_outer_] :not(.b-calendar-nav) > .btn-outline-secondary:active,
div[id*=_modal_outer_] :not(.b-calendar-nav) > .btn-outline-secondary:focus,
div[id*=_modal_outer_] .btn-add-to-order:hover,
div[id*=_modal_outer_] .btn-add-to-order:active,
div[id*=_modal_outer_] .btn-add-to-order:focus,
#update-account-modal .modal-dialog .modal-content .modal-body :not(.b-calendar-nav) > .btn-outline-secondary:hover,
#update-account-modal .modal-dialog .modal-content .modal-body :not(.b-calendar-nav) > .btn-outline-secondary:active,
#update-account-modal .modal-dialog .modal-content .modal-body :not(.b-calendar-nav) > .btn-outline-secondary:focus,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-add-to-order:hover,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-add-to-order:active,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-add-to-order:focus {
  border: 1px solid #ECF0FA !important;
  color: #1E283C;
}
#solid-app-container .btn-outline-light,
#modal-confirm .btn-outline-light,
#offer-code-input-modal .btn-outline-light,
#rica-details-modal .btn-outline-light,
#cart-order-details-modal .btn-outline-light,
div[id*=_modal_outer_] .btn-outline-light,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-light {
  padding-top: 8px;
  padding-bottom: 8px;
  background: transparent;
  border: 1px solid white;
  color: white;
  text-align: left;
}
#solid-app-container .btn-outline-light:hover,
#modal-confirm .btn-outline-light:hover,
#offer-code-input-modal .btn-outline-light:hover,
#rica-details-modal .btn-outline-light:hover,
#cart-order-details-modal .btn-outline-light:hover,
div[id*=_modal_outer_] .btn-outline-light:hover,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-light:hover {
  background: white;
  border: 1px solid white;
}
#solid-app-container .btn-outline-light:active, #solid-app-container .btn-outline-light:focus,
#modal-confirm .btn-outline-light:active,
#modal-confirm .btn-outline-light:focus,
#offer-code-input-modal .btn-outline-light:active,
#offer-code-input-modal .btn-outline-light:focus,
#rica-details-modal .btn-outline-light:active,
#rica-details-modal .btn-outline-light:focus,
#cart-order-details-modal .btn-outline-light:active,
#cart-order-details-modal .btn-outline-light:focus,
div[id*=_modal_outer_] .btn-outline-light:active,
div[id*=_modal_outer_] .btn-outline-light:focus,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-light:active,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-light:focus {
  background: white;
  border: 1px solid white;
  color: #1E283C;
}
#solid-app-container :not(.b-calendar-nav) > .btn-outline-secondary,
#modal-confirm :not(.b-calendar-nav) > .btn-outline-secondary,
#offer-code-input-modal :not(.b-calendar-nav) > .btn-outline-secondary,
#rica-details-modal :not(.b-calendar-nav) > .btn-outline-secondary,
#cart-order-details-modal :not(.b-calendar-nav) > .btn-outline-secondary,
div[id*=_modal_outer_] :not(.b-calendar-nav) > .btn-outline-secondary,
#update-account-modal .modal-dialog .modal-content .modal-body :not(.b-calendar-nav) > .btn-outline-secondary {
  color: #fff;
}
#solid-app-container .btn-outline-navy,
#modal-confirm .btn-outline-navy,
#offer-code-input-modal .btn-outline-navy,
#rica-details-modal .btn-outline-navy,
#cart-order-details-modal .btn-outline-navy,
div[id*=_modal_outer_] .btn-outline-navy,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-navy {
  border-width: 2px;
}
#solid-app-container .btn-outline-dark,
#modal-confirm .btn-outline-dark,
#offer-code-input-modal .btn-outline-dark,
#rica-details-modal .btn-outline-dark,
#cart-order-details-modal .btn-outline-dark,
div[id*=_modal_outer_] .btn-outline-dark,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-dark {
  border: 1px solid #CBD5E0;
  color: #2D3748;
}
#solid-app-container .btn-outline-dark:hover,
#modal-confirm .btn-outline-dark:hover,
#offer-code-input-modal .btn-outline-dark:hover,
#rica-details-modal .btn-outline-dark:hover,
#cart-order-details-modal .btn-outline-dark:hover,
div[id*=_modal_outer_] .btn-outline-dark:hover,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-dark:hover {
  background: #F2F9FC 0% 0% no-repeat padding-box;
  border-color: #F2F9FC;
  color: #2D3748;
}
#solid-app-container .btn-outline-green,
#modal-confirm .btn-outline-green,
#offer-code-input-modal .btn-outline-green,
#rica-details-modal .btn-outline-green,
#cart-order-details-modal .btn-outline-green,
div[id*=_modal_outer_] .btn-outline-green,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-green {
  color: #fff;
  background: transparent linear-gradient(113deg, #00AA00 0%, #00AA00 50%, #00AA00 100%) 0% 0% no-repeat padding-box !important;
}
#solid-app-container .btn-outline-green:hover,
#modal-confirm .btn-outline-green:hover,
#offer-code-input-modal .btn-outline-green:hover,
#rica-details-modal .btn-outline-green:hover,
#cart-order-details-modal .btn-outline-green:hover,
div[id*=_modal_outer_] .btn-outline-green:hover,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-outline-green:hover {
  background: transparent linear-gradient(113deg, #92D400 0%, #92D400 50%, #00AA00 100%) 0% 0% no-repeat padding-box !important;
  color: #fff;
}
#solid-app-container .button-icon-left,
#modal-confirm .button-icon-left,
#offer-code-input-modal .button-icon-left,
#rica-details-modal .button-icon-left,
#cart-order-details-modal .button-icon-left,
div[id*=_modal_outer_] .button-icon-left,
#update-account-modal .modal-dialog .modal-content .modal-body .button-icon-left {
  position: relative;
  padding-left: 40px;
}
#solid-app-container .button-icon-left .icon-holder,
#modal-confirm .button-icon-left .icon-holder,
#offer-code-input-modal .button-icon-left .icon-holder,
#rica-details-modal .button-icon-left .icon-holder,
#cart-order-details-modal .button-icon-left .icon-holder,
div[id*=_modal_outer_] .button-icon-left .icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .button-icon-left .icon-holder {
  position: absolute;
  left: 16px;
  height: 28px;
  width: 28px;
}
#solid-app-container .button-icon-right,
#modal-confirm .button-icon-right,
#offer-code-input-modal .button-icon-right,
#rica-details-modal .button-icon-right,
#cart-order-details-modal .button-icon-right,
div[id*=_modal_outer_] .button-icon-right,
#update-account-modal .modal-dialog .modal-content .modal-body .button-icon-right {
  position: relative;
  padding-right: 40px;
}
#solid-app-container .button-icon-right .icon-holder,
#modal-confirm .button-icon-right .icon-holder,
#offer-code-input-modal .button-icon-right .icon-holder,
#rica-details-modal .button-icon-right .icon-holder,
#cart-order-details-modal .button-icon-right .icon-holder,
div[id*=_modal_outer_] .button-icon-right .icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .button-icon-right .icon-holder {
  right: 16px;
  height: 28px;
  width: 28px;
}
#solid-app-container .btn-xxs,
#modal-confirm .btn-xxs,
#offer-code-input-modal .btn-xxs,
#rica-details-modal .btn-xxs,
#cart-order-details-modal .btn-xxs,
div[id*=_modal_outer_] .btn-xxs,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-xxs {
  font-size: 15px !important;
  height: 53px;
}
#solid-app-container .btn-xs,
#modal-confirm .btn-xs,
#offer-code-input-modal .btn-xs,
#rica-details-modal .btn-xs,
#cart-order-details-modal .btn-xs,
div[id*=_modal_outer_] .btn-xs,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-xs {
  font-size: 15px !important;
  height: 53px;
}
#solid-app-container .btn-sm, #solid-app-container .btn-group-sm > .btn, #solid-app-container div[id*=_modal_outer_] .btn-group-sm > .btn, #solid-app-container .b-toaster .btn-group-sm > .btn,
#modal-confirm .btn-sm,
#solid-app-container #modal-confirm .btn-group-sm > .btn,
#modal-confirm div[id*=_modal_outer_] .btn-group-sm > .btn,
div[id*=_modal_outer_] #modal-confirm .btn-group-sm > .btn,
#modal-confirm .b-toaster .btn-group-sm > .btn,
.b-toaster #modal-confirm .btn-group-sm > .btn,
#offer-code-input-modal .btn-sm,
#solid-app-container #offer-code-input-modal .btn-group-sm > .btn,
#offer-code-input-modal div[id*=_modal_outer_] .btn-group-sm > .btn,
div[id*=_modal_outer_] #offer-code-input-modal .btn-group-sm > .btn,
#offer-code-input-modal .b-toaster .btn-group-sm > .btn,
.b-toaster #offer-code-input-modal .btn-group-sm > .btn,
#rica-details-modal .btn-sm,
#solid-app-container #rica-details-modal .btn-group-sm > .btn,
#rica-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn,
div[id*=_modal_outer_] #rica-details-modal .btn-group-sm > .btn,
#rica-details-modal .b-toaster .btn-group-sm > .btn,
.b-toaster #rica-details-modal .btn-group-sm > .btn,
#cart-order-details-modal .btn-sm,
#solid-app-container #cart-order-details-modal .btn-group-sm > .btn,
#cart-order-details-modal div[id*=_modal_outer_] .btn-group-sm > .btn,
div[id*=_modal_outer_] #cart-order-details-modal .btn-group-sm > .btn,
#cart-order-details-modal .b-toaster .btn-group-sm > .btn,
.b-toaster #cart-order-details-modal .btn-group-sm > .btn,
div[id*=_modal_outer_] .btn-sm,
div[id*=_modal_outer_] .btn-group-sm > .btn,
div[id*=_modal_outer_] .b-toaster .btn-group-sm > .btn,
.b-toaster div[id*=_modal_outer_] .btn-group-sm > .btn,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-sm,
#solid-app-container #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn,
#update-account-modal .modal-dialog .modal-content .modal-body div[id*=_modal_outer_] .btn-group-sm > .btn,
div[id*=_modal_outer_] #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn,
#update-account-modal .modal-dialog .modal-content .modal-body .b-toaster .btn-group-sm > .btn,
.b-toaster #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-sm > .btn {
  font-size: 15px !important;
  height: 64px;
}
#solid-app-container .btn-lg, #solid-app-container .btn-group-lg > .btn, #solid-app-container div[id*=_modal_outer_] .btn-group-lg > .btn, #solid-app-container .b-toaster .btn-group-lg > .btn,
#modal-confirm .btn-lg,
#solid-app-container #modal-confirm .btn-group-lg > .btn,
#modal-confirm div[id*=_modal_outer_] .btn-group-lg > .btn,
div[id*=_modal_outer_] #modal-confirm .btn-group-lg > .btn,
#modal-confirm .b-toaster .btn-group-lg > .btn,
.b-toaster #modal-confirm .btn-group-lg > .btn,
#offer-code-input-modal .btn-lg,
#solid-app-container #offer-code-input-modal .btn-group-lg > .btn,
#offer-code-input-modal div[id*=_modal_outer_] .btn-group-lg > .btn,
div[id*=_modal_outer_] #offer-code-input-modal .btn-group-lg > .btn,
#offer-code-input-modal .b-toaster .btn-group-lg > .btn,
.b-toaster #offer-code-input-modal .btn-group-lg > .btn,
#rica-details-modal .btn-lg,
#solid-app-container #rica-details-modal .btn-group-lg > .btn,
#rica-details-modal div[id*=_modal_outer_] .btn-group-lg > .btn,
div[id*=_modal_outer_] #rica-details-modal .btn-group-lg > .btn,
#rica-details-modal .b-toaster .btn-group-lg > .btn,
.b-toaster #rica-details-modal .btn-group-lg > .btn,
#cart-order-details-modal .btn-lg,
#solid-app-container #cart-order-details-modal .btn-group-lg > .btn,
#cart-order-details-modal div[id*=_modal_outer_] .btn-group-lg > .btn,
div[id*=_modal_outer_] #cart-order-details-modal .btn-group-lg > .btn,
#cart-order-details-modal .b-toaster .btn-group-lg > .btn,
.b-toaster #cart-order-details-modal .btn-group-lg > .btn,
div[id*=_modal_outer_] .btn-lg,
div[id*=_modal_outer_] .btn-group-lg > .btn,
div[id*=_modal_outer_] .b-toaster .btn-group-lg > .btn,
.b-toaster div[id*=_modal_outer_] .btn-group-lg > .btn,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-lg,
#solid-app-container #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-lg > .btn,
#update-account-modal .modal-dialog .modal-content .modal-body div[id*=_modal_outer_] .btn-group-lg > .btn,
div[id*=_modal_outer_] #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-lg > .btn,
#update-account-modal .modal-dialog .modal-content .modal-body .b-toaster .btn-group-lg > .btn,
.b-toaster #update-account-modal .modal-dialog .modal-content .modal-body .btn-group-lg > .btn {
  font-size: 15px !important;
  height: 70px;
}
@media (max-device-width: 767px) {
  #solid-app-container .mobile-button,
#modal-confirm .mobile-button,
#offer-code-input-modal .mobile-button,
#rica-details-modal .mobile-button,
#cart-order-details-modal .mobile-button,
div[id*=_modal_outer_] .mobile-button,
#update-account-modal .modal-dialog .modal-content .modal-body .mobile-button {
    width: 100%;
  }
}
#solid-app-container .btn-add-to-order,
#modal-confirm .btn-add-to-order,
#offer-code-input-modal .btn-add-to-order,
#rica-details-modal .btn-add-to-order,
#cart-order-details-modal .btn-add-to-order,
div[id*=_modal_outer_] .btn-add-to-order,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-add-to-order {
  text-align: left;
  padding-right: 60px !important;
  box-shadow: none;
}
#solid-app-container .btn-add-to-order.item-added,
#modal-confirm .btn-add-to-order.item-added,
#offer-code-input-modal .btn-add-to-order.item-added,
#rica-details-modal .btn-add-to-order.item-added,
#cart-order-details-modal .btn-add-to-order.item-added,
div[id*=_modal_outer_] .btn-add-to-order.item-added,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-add-to-order.item-added {
  color: #1E283C;
  background-color: #FFFFFF;
  padding-left: 60px !important;
  text-align: center;
}
#solid-app-container .btn-add-to-order .icon-holder,
#modal-confirm .btn-add-to-order .icon-holder,
#offer-code-input-modal .btn-add-to-order .icon-holder,
#rica-details-modal .btn-add-to-order .icon-holder,
#cart-order-details-modal .btn-add-to-order .icon-holder,
div[id*=_modal_outer_] .btn-add-to-order .icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-add-to-order .icon-holder {
  background-color: transparent;
}
#solid-app-container .btn-add-to-order .icon-holder svg,
#modal-confirm .btn-add-to-order .icon-holder svg,
#offer-code-input-modal .btn-add-to-order .icon-holder svg,
#rica-details-modal .btn-add-to-order .icon-holder svg,
#cart-order-details-modal .btn-add-to-order .icon-holder svg,
div[id*=_modal_outer_] .btn-add-to-order .icon-holder svg,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-add-to-order .icon-holder svg {
  color: #1E283C;
}
@media (max-width: 767px) {
  #solid-app-container .btn-add-to-order,
#modal-confirm .btn-add-to-order,
#offer-code-input-modal .btn-add-to-order,
#rica-details-modal .btn-add-to-order,
#cart-order-details-modal .btn-add-to-order,
div[id*=_modal_outer_] .btn-add-to-order,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-add-to-order {
    width: 100%;
  }
}
#solid-app-container .btn-add-to-order.out-of-stock,
#modal-confirm .btn-add-to-order.out-of-stock,
#offer-code-input-modal .btn-add-to-order.out-of-stock,
#rica-details-modal .btn-add-to-order.out-of-stock,
#cart-order-details-modal .btn-add-to-order.out-of-stock,
div[id*=_modal_outer_] .btn-add-to-order.out-of-stock,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-add-to-order.out-of-stock {
  border: 2px solid #E74C3C;
}
#solid-app-container .btn-add-to-order.out-of-stock .icon-holder,
#modal-confirm .btn-add-to-order.out-of-stock .icon-holder,
#offer-code-input-modal .btn-add-to-order.out-of-stock .icon-holder,
#rica-details-modal .btn-add-to-order.out-of-stock .icon-holder,
#cart-order-details-modal .btn-add-to-order.out-of-stock .icon-holder,
div[id*=_modal_outer_] .btn-add-to-order.out-of-stock .icon-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-add-to-order.out-of-stock .icon-holder {
  background-color: #E74C3C;
}
#solid-app-container .btn-add-to-order.out-of-stock:hover,
#modal-confirm .btn-add-to-order.out-of-stock:hover,
#offer-code-input-modal .btn-add-to-order.out-of-stock:hover,
#rica-details-modal .btn-add-to-order.out-of-stock:hover,
#cart-order-details-modal .btn-add-to-order.out-of-stock:hover,
div[id*=_modal_outer_] .btn-add-to-order.out-of-stock:hover,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-add-to-order.out-of-stock:hover {
  background-color: #E74C3C;
}
#solid-app-container .btn-delete-button,
#modal-confirm .btn-delete-button,
#offer-code-input-modal .btn-delete-button,
#rica-details-modal .btn-delete-button,
#cart-order-details-modal .btn-delete-button,
div[id*=_modal_outer_] .btn-delete-button,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-delete-button {
  height: 63px;
  width: 63px;
  min-width: 63px;
  border-radius: 24px;
  color: #6D7481;
}
@media (max-width: 767px) {
  #solid-app-container .btn-delete-button,
#modal-confirm .btn-delete-button,
#offer-code-input-modal .btn-delete-button,
#rica-details-modal .btn-delete-button,
#cart-order-details-modal .btn-delete-button,
div[id*=_modal_outer_] .btn-delete-button,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-delete-button {
    width: unset;
    min-width: 63px !important;
  }
}
#solid-app-container .btn-delete-button:hover,
#modal-confirm .btn-delete-button:hover,
#offer-code-input-modal .btn-delete-button:hover,
#rica-details-modal .btn-delete-button:hover,
#cart-order-details-modal .btn-delete-button:hover,
div[id*=_modal_outer_] .btn-delete-button:hover,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-delete-button:hover {
  background: #FFEDED 0% 0% no-repeat padding-box;
  color: #FF0000;
}
#solid-app-container .btn-remove-button,
#modal-confirm .btn-remove-button,
#offer-code-input-modal .btn-remove-button,
#rica-details-modal .btn-remove-button,
#cart-order-details-modal .btn-remove-button,
div[id*=_modal_outer_] .btn-remove-button,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-remove-button {
  height: 70px;
  border-radius: 24px;
  color: #6D7481;
  background: #FFEDED 0% 0% no-repeat padding-box;
  color: #FF0000;
}
@media (max-width: 767px) {
  #solid-app-container .btn-remove-button,
#modal-confirm .btn-remove-button,
#offer-code-input-modal .btn-remove-button,
#rica-details-modal .btn-remove-button,
#cart-order-details-modal .btn-remove-button,
div[id*=_modal_outer_] .btn-remove-button,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-remove-button {
    width: unset;
    min-width: 63px !important;
  }
}
#solid-app-container .add-to-order-quantity,
#modal-confirm .add-to-order-quantity,
#offer-code-input-modal .add-to-order-quantity,
#rica-details-modal .add-to-order-quantity,
#cart-order-details-modal .add-to-order-quantity,
div[id*=_modal_outer_] .add-to-order-quantity,
#update-account-modal .modal-dialog .modal-content .modal-body .add-to-order-quantity {
  width: 100%;
  border-radius: 24px;
  border: 1px solid #d6d8dc;
  padding: 20px;
  font-size: 17px;
}
#solid-app-container .add-to-order-quantity:hover, #solid-app-container .add-to-order-quantity:active, #solid-app-container .add-to-order-quantity:focus,
#modal-confirm .add-to-order-quantity:hover,
#modal-confirm .add-to-order-quantity:active,
#modal-confirm .add-to-order-quantity:focus,
#offer-code-input-modal .add-to-order-quantity:hover,
#offer-code-input-modal .add-to-order-quantity:active,
#offer-code-input-modal .add-to-order-quantity:focus,
#rica-details-modal .add-to-order-quantity:hover,
#rica-details-modal .add-to-order-quantity:active,
#rica-details-modal .add-to-order-quantity:focus,
#cart-order-details-modal .add-to-order-quantity:hover,
#cart-order-details-modal .add-to-order-quantity:active,
#cart-order-details-modal .add-to-order-quantity:focus,
div[id*=_modal_outer_] .add-to-order-quantity:hover,
div[id*=_modal_outer_] .add-to-order-quantity:active,
div[id*=_modal_outer_] .add-to-order-quantity:focus,
#update-account-modal .modal-dialog .modal-content .modal-body .add-to-order-quantity:hover,
#update-account-modal .modal-dialog .modal-content .modal-body .add-to-order-quantity:active,
#update-account-modal .modal-dialog .modal-content .modal-body .add-to-order-quantity:focus {
  color: #1E283C !important;
  background: #F3F4FF 0% 0% no-repeat padding-box;
  border: 1px solid #1E283C;
}
#solid-app-container .add-to-order-quantity span,
#modal-confirm .add-to-order-quantity span,
#offer-code-input-modal .add-to-order-quantity span,
#rica-details-modal .add-to-order-quantity span,
#cart-order-details-modal .add-to-order-quantity span,
div[id*=_modal_outer_] .add-to-order-quantity span,
#update-account-modal .modal-dialog .modal-content .modal-body .add-to-order-quantity span {
  padding: 2px 30px;
}
#solid-app-container .add-to-order-quantity .btn-quantity-button-holder,
#modal-confirm .add-to-order-quantity .btn-quantity-button-holder,
#offer-code-input-modal .add-to-order-quantity .btn-quantity-button-holder,
#rica-details-modal .add-to-order-quantity .btn-quantity-button-holder,
#cart-order-details-modal .add-to-order-quantity .btn-quantity-button-holder,
div[id*=_modal_outer_] .add-to-order-quantity .btn-quantity-button-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .add-to-order-quantity .btn-quantity-button-holder {
  color: #1CF196 !important;
}
#solid-app-container .add-to-order-quantity .btn-quantity-button-holder:hover,
#modal-confirm .add-to-order-quantity .btn-quantity-button-holder:hover,
#offer-code-input-modal .add-to-order-quantity .btn-quantity-button-holder:hover,
#rica-details-modal .add-to-order-quantity .btn-quantity-button-holder:hover,
#cart-order-details-modal .add-to-order-quantity .btn-quantity-button-holder:hover,
div[id*=_modal_outer_] .add-to-order-quantity .btn-quantity-button-holder:hover,
#update-account-modal .modal-dialog .modal-content .modal-body .add-to-order-quantity .btn-quantity-button-holder:hover {
  color: #FFFFFF !important;
  background-color: #1CF196 !important;
}
#solid-app-container .add-to-order-quantity .btn-quantity-button-holder.right,
#modal-confirm .add-to-order-quantity .btn-quantity-button-holder.right,
#offer-code-input-modal .add-to-order-quantity .btn-quantity-button-holder.right,
#rica-details-modal .add-to-order-quantity .btn-quantity-button-holder.right,
#cart-order-details-modal .add-to-order-quantity .btn-quantity-button-holder.right,
div[id*=_modal_outer_] .add-to-order-quantity .btn-quantity-button-holder.right,
#update-account-modal .modal-dialog .modal-content .modal-body .add-to-order-quantity .btn-quantity-button-holder.right {
  position: absolute;
  left: auto;
  right: 16px;
}
#solid-app-container .add-to-order-quantity .btn-quantity-button-holder.left,
#modal-confirm .add-to-order-quantity .btn-quantity-button-holder.left,
#offer-code-input-modal .add-to-order-quantity .btn-quantity-button-holder.left,
#rica-details-modal .add-to-order-quantity .btn-quantity-button-holder.left,
#cart-order-details-modal .add-to-order-quantity .btn-quantity-button-holder.left,
div[id*=_modal_outer_] .add-to-order-quantity .btn-quantity-button-holder.left,
#update-account-modal .modal-dialog .modal-content .modal-body .add-to-order-quantity .btn-quantity-button-holder.left {
  position: absolute;
  left: 16px;
  right: auto;
}
#solid-app-container .quantity-button-wrapper,
#modal-confirm .quantity-button-wrapper,
#offer-code-input-modal .quantity-button-wrapper,
#rica-details-modal .quantity-button-wrapper,
#cart-order-details-modal .quantity-button-wrapper,
div[id*=_modal_outer_] .quantity-button-wrapper,
#update-account-modal .modal-dialog .modal-content .modal-body .quantity-button-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  text-align: center;
  min-width: 170px;
}
@media (max-device-width: 767px) {
  #solid-app-container .quantity-button-wrapper,
#modal-confirm .quantity-button-wrapper,
#offer-code-input-modal .quantity-button-wrapper,
#rica-details-modal .quantity-button-wrapper,
#cart-order-details-modal .quantity-button-wrapper,
div[id*=_modal_outer_] .quantity-button-wrapper,
#update-account-modal .modal-dialog .modal-content .modal-body .quantity-button-wrapper {
    height: 45px;
    max-width: 100% !important;
    border-radius: 18px;
    min-width: 110px;
    padding: 6px 16px;
  }
}
#solid-app-container .quantity-button-wrapper .btn-quantity-button-holder,
#modal-confirm .quantity-button-wrapper .btn-quantity-button-holder,
#offer-code-input-modal .quantity-button-wrapper .btn-quantity-button-holder,
#rica-details-modal .quantity-button-wrapper .btn-quantity-button-holder,
#cart-order-details-modal .quantity-button-wrapper .btn-quantity-button-holder,
div[id*=_modal_outer_] .quantity-button-wrapper .btn-quantity-button-holder,
#update-account-modal .modal-dialog .modal-content .modal-body .quantity-button-wrapper .btn-quantity-button-holder {
  width: 24px;
  min-width: 28px;
  min-height: 24px;
  padding: 2px;
  background: transparent;
  border-radius: 50%;
  z-index: 1;
}
#solid-app-container .quantity-button-wrapper .btn-quantity-button-holder:hover,
#modal-confirm .quantity-button-wrapper .btn-quantity-button-holder:hover,
#offer-code-input-modal .quantity-button-wrapper .btn-quantity-button-holder:hover,
#rica-details-modal .quantity-button-wrapper .btn-quantity-button-holder:hover,
#cart-order-details-modal .quantity-button-wrapper .btn-quantity-button-holder:hover,
div[id*=_modal_outer_] .quantity-button-wrapper .btn-quantity-button-holder:hover,
#update-account-modal .modal-dialog .modal-content .modal-body .quantity-button-wrapper .btn-quantity-button-holder:hover {
  color: #FFFFFF;
  background-color: #1E283C;
}
#solid-app-container .quantity-button-wrapper .btn-quantity-button-holder.right,
#modal-confirm .quantity-button-wrapper .btn-quantity-button-holder.right,
#offer-code-input-modal .quantity-button-wrapper .btn-quantity-button-holder.right,
#rica-details-modal .quantity-button-wrapper .btn-quantity-button-holder.right,
#cart-order-details-modal .quantity-button-wrapper .btn-quantity-button-holder.right,
div[id*=_modal_outer_] .quantity-button-wrapper .btn-quantity-button-holder.right,
#update-account-modal .modal-dialog .modal-content .modal-body .quantity-button-wrapper .btn-quantity-button-holder.right {
  left: auto;
  right: 16px;
  height: unset;
  min-height: unset;
  min-width: 30px !important;
}
#solid-app-container .quantity-button-wrapper .btn-quantity-button-holder.left,
#modal-confirm .quantity-button-wrapper .btn-quantity-button-holder.left,
#offer-code-input-modal .quantity-button-wrapper .btn-quantity-button-holder.left,
#rica-details-modal .quantity-button-wrapper .btn-quantity-button-holder.left,
#cart-order-details-modal .quantity-button-wrapper .btn-quantity-button-holder.left,
div[id*=_modal_outer_] .quantity-button-wrapper .btn-quantity-button-holder.left,
#update-account-modal .modal-dialog .modal-content .modal-body .quantity-button-wrapper .btn-quantity-button-holder.left {
  left: 16px;
  right: auto;
  height: unset;
  min-height: unset;
  min-width: 30px !important;
}
#solid-app-container .quantity-button-wrapper .btn-quantity-button-holder.btn:not(.left, .right, .holder),
#modal-confirm .quantity-button-wrapper .btn-quantity-button-holder.btn:not(.left, .right, .holder),
#offer-code-input-modal .quantity-button-wrapper .btn-quantity-button-holder.btn:not(.left, .right, .holder),
#rica-details-modal .quantity-button-wrapper .btn-quantity-button-holder.btn:not(.left, .right, .holder),
#cart-order-details-modal .quantity-button-wrapper .btn-quantity-button-holder.btn:not(.left, .right, .holder),
div[id*=_modal_outer_] .quantity-button-wrapper .btn-quantity-button-holder.btn:not(.left, .right, .holder),
#update-account-modal .modal-dialog .modal-content .modal-body .quantity-button-wrapper .btn-quantity-button-holder.btn:not(.left, .right, .holder) {
  min-width: unset !important;
}
#solid-app-container .btn-nav-dropdown-button,
#modal-confirm .btn-nav-dropdown-button,
#offer-code-input-modal .btn-nav-dropdown-button,
#rica-details-modal .btn-nav-dropdown-button,
#cart-order-details-modal .btn-nav-dropdown-button,
div[id*=_modal_outer_] .btn-nav-dropdown-button,
#update-account-modal .modal-dialog .modal-content .modal-body .btn-nav-dropdown-button {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 18px;
  height: 61px;
}
#solid-app-container .env-label,
#modal-confirm .env-label,
#offer-code-input-modal .env-label,
#rica-details-modal .env-label,
#cart-order-details-modal .env-label,
div[id*=_modal_outer_] .env-label,
#update-account-modal .modal-dialog .modal-content .modal-body .env-label {
  color: #fff !important;
  border-radius: 5px;
  font-size: 12px !important;
  /* font-family: Roboto; */
  /* margin: 4px!important; */
  height: auto;
}

#solid-app-container .swiper-container {
  overflow: visible;
}
#solid-app-container .swiper-slide:hover .arrow-holder {
  right: 22px !important;
}
#solid-app-container .swiper-slide .horizontal-card {
  position: relative;
  background: #FFF;
  height: 80px;
  border-radius: 24px;
  box-shadow: 0 8px 15px rgba(28, 241, 150, 0.6);
  text-align: left;
  padding: 20px 40px 20px 100px;
  cursor: pointer;
}
#solid-app-container .swiper-slide .horizontal-card .icon-holder {
  position: absolute;
  width: 80px;
  height: 100%;
  left: 0;
  top: 0;
  border-right: 1px solid #ECF0FA;
}
#solid-app-container .swiper-slide .horizontal-card .icon-holder svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #000000;
}
#solid-app-container .swiper-slide .horizontal-card .arrow-holder {
  background: transparent linear-gradient(to right, #1CF196 0%, #4cf4ac 100%) 0% 0% no-repeat padding-box;
  border-radius: 50%;
  position: absolute;
  right: 24px;
  top: 50%;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
  transition: all 0.15s ease-out;
  color: #FFFFFF;
  border: 1px solid #1CF196;
}
#solid-app-container .swiper-slide .horizontal-card .arrow-holder svg {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 16px;
  transform: translate(-50%, -50%);
}
#solid-app-container .swiper-slide .horizontal-card h6 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(60% - 60px);
}
#solid-app-container .swiper-slide .horizontal-card .badge {
  left: 0px;
}
#solid-app-container .category-slider .swiper-button-prev, #solid-app-container .category-slider .swiper-button-next {
  position: absolute;
  width: 53px;
  height: 53px;
  top: 85px;
  left: 100px;
  transform: translateX(-50%);
  background: #FFF;
  border-radius: 50%;
  color: #1CF196;
}
@media (min-device-width: 1200px) {
  #solid-app-container .category-slider .swiper-button-prev, #solid-app-container .category-slider .swiper-button-next {
    left: 300px;
  }
}
@media (max-device-width: 767px) {
  #solid-app-container .category-slider .swiper-button-prev, #solid-app-container .category-slider .swiper-button-next {
    position: relative;
    left: auto !important;
    right: auto !important;
    width: 35px;
    height: 35px;
    top: 13px;
    transform: none !important;
    display: inline-block;
    margin: 0 10px;
  }
}
#solid-app-container .category-slider .swiper-button-prev svg, #solid-app-container .category-slider .swiper-button-next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  transform: translate(-50%, -50%);
}
#solid-app-container .category-slider .swiper-button-next {
  left: auto;
  right: 100px;
  transform: translateX(50%);
}
@media (min-device-width: 1200px) {
  #solid-app-container .category-slider .swiper-button-next {
    right: 300px;
  }
}

#solid-app-container .form-wrapper, div[id*=_modal_outer_] .form-wrapper, .b-toaster .form-wrapper {
  margin-bottom: 15px;
  color: #718096;
}
#solid-app-container .form-wrapper:hover, div[id*=_modal_outer_] .form-wrapper:hover, .b-toaster .form-wrapper:hover {
  color: #1E283C;
}
#solid-app-container .form-date-picker-input .btn, #solid-app-container .form-date-picker-input .b-toaster .b-calendar, div[id*=_modal_outer_] .form-date-picker-input .btn, div[id*=_modal_outer_] .form-date-picker-input .b-toaster .b-calendar, .b-toaster .form-date-picker-input .btn, .b-toaster .form-date-picker-input .b-toaster .b-calendar {
  padding: 12px 9px !important;
}
#solid-app-container .form-date-picker-input .dropdown-menu, div[id*=_modal_outer_] .form-date-picker-input .dropdown-menu, .b-toaster .form-date-picker-input .dropdown-menu {
  min-width: 20em !important;
}
#solid-app-container .form-date-picker-input .btn, div[id*=_modal_outer_] .form-date-picker-input .btn, .b-toaster .form-date-picker-input .btn {
  width: 100% !important;
  min-width: unset !important;
  height: unset !important;
}
#solid-app-container .form-date-picker-input .b-calendar-grid-weekdays, div[id*=_modal_outer_] .form-date-picker-input .b-calendar-grid-weekdays, .b-toaster .form-date-picker-input .b-calendar-grid-weekdays {
  width: 100% !important;
  min-width: 100% !important;
}
#solid-app-container .form-date-picker-input .b-calendar-inner, div[id*=_modal_outer_] .form-date-picker-input .b-calendar-inner, .b-toaster .form-date-picker-input .b-calendar-inner {
  min-width: 100% !important;
  width: 100% !important;
}
#solid-app-container #birth-date-picker__outer_, div[id*=_modal_outer_] #birth-date-picker__outer_, .b-toaster #birth-date-picker__outer_ {
  width: 40px !important;
  height: 40px !important;
  padding: 0px !important;
}
#solid-app-container .datepicker-white-background, div[id*=_modal_outer_] .datepicker-white-background, .b-toaster .datepicker-white-background {
  background-color: white;
}
#solid-app-container .form-input, #solid-app-container .custom-file-label, div[id*=_modal_outer_] .form-input, div[id*=_modal_outer_] .custom-file-label, .b-toaster .form-input, .b-toaster .custom-file-label {
  width: 100%;
  height: 70px;
  padding: 36px 20px 15px 20px;
  /* UI Properties */
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #D6D8DC;
  border-radius: 16px;
  opacity: 1;
}
#solid-app-container .form-input:hover, #solid-app-container .custom-file-label:hover, div[id*=_modal_outer_] .form-input:hover, div[id*=_modal_outer_] .custom-file-label:hover, .b-toaster .form-input:hover, .b-toaster .custom-file-label:hover {
  background: #F2F9FC 0% 0% no-repeat padding-box;
  border: #F2F9FC;
  color: #1E283C;
}
#solid-app-container .form-input:focus, #solid-app-container .custom-file-label:focus, div[id*=_modal_outer_] .form-input:focus, div[id*=_modal_outer_] .custom-file-label:focus, .b-toaster .form-input:focus, .b-toaster .custom-file-label:focus {
  outline: none;
}
#solid-app-container .form-input.form-input-disabled, #solid-app-container .custom-file-label.form-input-disabled, div[id*=_modal_outer_] .form-input.form-input-disabled, div[id*=_modal_outer_] .custom-file-label.form-input-disabled, .b-toaster .form-input.form-input-disabled, .b-toaster .custom-file-label.form-input-disabled {
  background: #F2F9FC 0% 0% no-repeat padding-box;
}
#solid-app-container .form-label, div[id*=_modal_outer_] .form-label, .b-toaster .form-label {
  position: absolute;
  top: 26px;
  left: 20px;
}
#solid-app-container .form-icon, div[id*=_modal_outer_] .form-icon, .b-toaster .form-icon {
  position: absolute;
  top: 15px;
  right: 30px;
}
@media (max-device-width: 1024px) {
  #solid-app-container .form-icon, div[id*=_modal_outer_] .form-icon, .b-toaster .form-icon {
    top: 5px;
    right: 20px;
  }
}
#solid-app-container .form-icon > svg, div[id*=_modal_outer_] .form-icon > svg, .b-toaster .form-icon > svg {
  margin: 4px 0;
  padding: 2px;
  width: 21px !important;
  height: 21px !important;
  border-radius: 50%;
  background-color: #00AA00;
  color: #FFFFFF !important;
}
#solid-app-container .form-feedback, div[id*=_modal_outer_] .form-feedback, .b-toaster .form-feedback {
  padding-left: 20px;
}
#solid-app-container .feedback-error, div[id*=_modal_outer_] .feedback-error, .b-toaster .feedback-error {
  color: #FF0000;
}
#solid-app-container .red-background, div[id*=_modal_outer_] .red-background, .b-toaster .red-background {
  background-color: #FF0000 !important;
}
#solid-app-container .form-active .form-label, div[id*=_modal_outer_] .form-active .form-label, .b-toaster .form-active .form-label {
  top: 15px;
  color: #0082C8;
}
#solid-app-container .form-active .form-input, div[id*=_modal_outer_] .form-active .form-input, .b-toaster .form-active .form-input {
  border-color: #0082C8;
}
#solid-app-container .form-success, div[id*=_modal_outer_] .form-success, .b-toaster .form-success {
  border-color: #00AA00;
}
#solid-app-container .form-success .form-label, div[id*=_modal_outer_] .form-success .form-label, .b-toaster .form-success .form-label {
  top: 15px;
  color: #00AA00;
}
#solid-app-container .form-success .form-input, div[id*=_modal_outer_] .form-success .form-input, .b-toaster .form-success .form-input {
  border-color: #00AA00;
}
#solid-app-container .form-error .form-label, div[id*=_modal_outer_] .form-error .form-label, .b-toaster .form-error .form-label {
  top: 15px;
  color: #FF0000;
}
#solid-app-container .form-error .form-input, div[id*=_modal_outer_] .form-error .form-input, .b-toaster .form-error .form-input {
  border-color: #FF0000;
}
#solid-app-container .switch-radio-button, div[id*=_modal_outer_] .switch-radio-button, .b-toaster .switch-radio-button {
  display: block;
}
#solid-app-container .switch-radio-button .radio-button-option, div[id*=_modal_outer_] .switch-radio-button .radio-button-option, .b-toaster .switch-radio-button .radio-button-option {
  margin-bottom: 12px;
}
#solid-app-container .inline, div[id*=_modal_outer_] .inline, .b-toaster .inline {
  display: flex;
}
#solid-app-container .inline .radio-button-option, div[id*=_modal_outer_] .inline .radio-button-option, .b-toaster .inline .radio-button-option {
  margin-right: 12px;
}
@media (max-device-width: 1024px) {
  #solid-app-container .inline .radio-button-option, div[id*=_modal_outer_] .inline .radio-button-option, .b-toaster .inline .radio-button-option {
    margin-right: 6px;
    height: unset;
  }
}
@media (max-device-width: 767px) {
  #solid-app-container .inline, div[id*=_modal_outer_] .inline, .b-toaster .inline {
    display: block;
  }
}
#solid-app-container .input-holder, div[id*=_modal_outer_] .input-holder, .b-toaster .input-holder {
  border: 2px solid #1CF196;
}
#solid-app-container .radio-button-option, div[id*=_modal_outer_] .radio-button-option, .b-toaster .radio-button-option {
  display: flex;
  padding: 18px 16px 18px 16px;
  justify-content: space-between;
  border: 1px solid #D6D8DC;
  border-radius: 16px;
  opacity: 1;
  min-height: 56px;
  margin-bottom: 12px;
  margin-right: 12px;
}
#solid-app-container .radio-button-option:hover, div[id*=_modal_outer_] .radio-button-option:hover, .b-toaster .radio-button-option:hover {
  background: #F2F9FC 0% 0% no-repeat padding-box;
  border: 1px solid #F2F9FC;
}
#solid-app-container .radio-button-option:hover .input-holder-text, div[id*=_modal_outer_] .radio-button-option:hover .input-holder-text, .b-toaster .radio-button-option:hover .input-holder-text {
  color: #1E283C;
}
#solid-app-container .radio-button-option .input-holder-text, div[id*=_modal_outer_] .radio-button-option .input-holder-text, .b-toaster .radio-button-option .input-holder-text {
  text-align: left;
  letter-spacing: 0;
  color: #6D7481;
  opacity: 1;
  margin-left: 23px;
}
#solid-app-container .radio-button-option .input-holder, div[id*=_modal_outer_] .radio-button-option .input-holder, .b-toaster .radio-button-option .input-holder {
  border: 1px solid #D6D8DC;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
#solid-app-container .radio-button-option .radio-label, div[id*=_modal_outer_] .radio-button-option .radio-label, .b-toaster .radio-button-option .radio-label {
  letter-spacing: 0;
  color: #718096;
  opacity: 1;
}
#solid-app-container .selected-option, div[id*=_modal_outer_] .selected-option, .b-toaster .selected-option {
  background: #F2F9FC 0% 0% no-repeat padding-box;
  border: #F2F9FC;
}
#solid-app-container .selected-option .input-holder-text, div[id*=_modal_outer_] .selected-option .input-holder-text, .b-toaster .selected-option .input-holder-text {
  color: #1E283C;
}
#solid-app-container .selected-option .input-holder, div[id*=_modal_outer_] .selected-option .input-holder, .b-toaster .selected-option .input-holder {
  border-color: #0082C8;
}
#solid-app-container .form-input-wrapper, div[id*=_modal_outer_] .form-input-wrapper, .b-toaster .form-input-wrapper {
  width: 100%;
  min-width: 70px;
  min-height: 70px;
  margin-bottom: 15px;
  /* UI Properties */
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #D6D8DC;
  border-radius: 16px;
  opacity: 1;
}
#solid-app-container .form-checkbox-input-holder, div[id*=_modal_outer_] .form-checkbox-input-holder, .b-toaster .form-checkbox-input-holder {
  width: 19px;
  height: 19px;
  top: 25px;
  position: absolute;
  left: 20px;
}
#solid-app-container .form-checkbox-label-holder, div[id*=_modal_outer_] .form-checkbox-label-holder, .b-toaster .form-checkbox-label-holder {
  top: 24px;
  position: absolute;
  left: 50px;
}
@media (max-device-width: 1024px) {
  #solid-app-container .form-checkbox-label-holder, div[id*=_modal_outer_] .form-checkbox-label-holder, .b-toaster .form-checkbox-label-holder {
    top: 0px;
    position: unset;
    left: 0px;
    text-align: left;
    margin-left: 50px;
    padding-top: 10px;
  }
}
#solid-app-container .custom-control-label, div[id*=_modal_outer_] .custom-control-label, .b-toaster .custom-control-label {
  font-size: 17px;
}
#solid-app-container .custom-control-label::before, div[id*=_modal_outer_] .custom-control-label::before, .b-toaster .custom-control-label::before {
  left: 20px;
}
#solid-app-container .custom-control, div[id*=_modal_outer_] .custom-control, .b-toaster .custom-control {
  padding-left: 0 !important;
}
#solid-app-container .alert, div[id*=_modal_outer_] .alert, .b-toaster .alert {
  border-radius: 16px;
}
#solid-app-container .b-dropdown ul, div[id*=_modal_outer_] .b-dropdown ul, .b-toaster .b-dropdown ul {
  border-radius: 18px;
  border: none;
}

@font-face {
  font-family: Neo Sans Pro;
  font-weight: 200;
  src: url("@/assets/fonts/NeoSansProLight.OTF") format("opentype");
}
@font-face {
  font-family: Neo Sans Pro;
  font-weight: 400;
  src: url("@/assets/fonts/NeoSansProRegular.OTF") format("opentype");
}
@font-face {
  font-family: Neo Sans Pro;
  font-weight: 600;
  src: url("@/assets/fonts/NeoSansProMedium.OTF") format("opentype");
}
@font-face {
  font-family: Neo Sans Pro;
  font-weight: 800;
  src: url("@/assets/fonts/NeoSansProBold.OTF") format("opentype");
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  letter-spacing: 0;
  font-family: "Neo Sans Pro", sans-serif;
}

h1 {
  font-size: 43px;
  line-height: 52px;
}
@media (max-device-width: 1024px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }
}

h2 {
  font-size: 28px;
  line-height: 36px;
}
@media (max-device-width: 1024px) {
  h2 {
    font-size: 24px;
    line-height: 36px;
  }
}

h3 {
  font-size: 22px;
  line-height: 32px;
}
@media (max-device-width: 1024px) {
  h3 {
    font-size: 18px;
    line-height: 22px;
  }
}

h4 {
  font-size: 16px;
  line-height: 20px;
}
@media (max-device-width: 1024px) {
  h4 {
    font-size: 16px;
    line-height: 19px;
  }
}

h5 {
  font-size: 14px;
  line-height: 17px;
}
@media (max-device-width: 1024px) {
  h5 {
    font-size: 14px;
    line-height: 17px;
  }
}

h6 {
  font-size: 13px;
  line-height: 15px;
}
@media (max-device-width: 1024px) {
  h6 {
    font-size: 12px;
    line-height: 15px;
  }
}

p {
  font-size: 14px;
  line-height: 20px;
}

.font-light {
  color: #718096;
  font-weight: 200;
}

.font-accent {
  color: #0082C8;
  font-weight: 300;
}

.font-accent-primary {
  color: #1CF196;
  font-weight: 300;
}

#modal-confirm .modal-body,
#offer-code-input-modal .modal-body,
#rica-details-modal .modal-body,
#cart-order-details-modal .modal-body,
#update-account-modal .modal-body {
  padding: 35px !important;
}

.modal-content {
  border-radius: 24px;
}
.modal-content .modal-body .content #description h4 {
  font-size: 21px !important;
  margin: 10px 0 !important;
  line-height: normal;
  font-weight: 600;
}

.modal-header {
  background-color: #1CF196;
  color: #FFFFFF !important;
  border: none;
  border-radius: 24px 24px 0 0;
}
.modal-header button {
  color: #FFFFFF !important;
}
.modal-header button[aria-label=Close] {
  margin-top: -8px;
  margin-right: -3px;
}

#solid-app-container .checkout-btn {
  width: 220px;
}
@media (max-width: 800px) {
  #solid-app-container .checkout-btn {
    min-width: 100% !important;
    width: 100% !important;
    text-align: center !important;
    justify-content: center;
  }
}
#solid-app-container .package-enhancements-wrapper .filter-row {
  margin: 16px 0px;
}
#solid-app-container .package-enhancements-wrapper.card-deck .card {
  flex: 1 1 100%;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}
#solid-app-container .package-enhancements-wrapper.card-deck .card .card-header {
  padding: 0;
}
@media (max-width: 1200px) {
  #solid-app-container .package-enhancements-wrapper.card-deck .card .card-header {
    padding-left: 0;
    padding-right: 0;
  }
}
#solid-app-container .package-enhancements-wrapper.card-deck .card .card-body {
  padding: 0;
}
@media (max-width: 1200px) {
  #solid-app-container .package-enhancements-wrapper.card-deck .card .card-body {
    padding-left: 0;
    padding-right: 0;
  }
}
#solid-app-container .package-enhancements-wrapper.card-deck .card .card-body .form-group {
  margin-bottom: 0;
}
#solid-app-container .package-enhancements-wrapper.card-deck .card .list-group-item {
  box-shadow: 0px 7px 6px rgba(189, 208, 228, 0.1803921569);
  border-radius: 24px;
  padding: 15px;
  margin-bottom: 20px;
  border: none;
}
#solid-app-container .package-enhancements-wrapper.card-deck .card .list-group-item .price {
  color: #1CF196;
}
#solid-app-container .package-enhancements-wrapper.card-deck .card .list-group-item .price .text-small {
  font-size: 14px;
  color: #000000;
}
#solid-app-container .package-enhancements-wrapper.card-deck .card .list-group-item .price .text-small.top {
  vertical-align: top;
}
#solid-app-container .package-enhancements-wrapper.card-deck .card .list-group-item .once {
  color: #1CF196;
  font-size: 22px;
  font-weight: 300;
}
#solid-app-container .package-enhancements-wrapper.card-deck .card .list-group-item .once .text-small {
  font-size: 14px;
  color: #000000;
}
#solid-app-container .package-enhancements-wrapper.card-deck .card .list-group-item .once .text-small.top {
  vertical-align: top;
}
@media (max-width: 992px) {
  #solid-app-container .package-enhancements-wrapper.card-deck .card .list-group-item .text-right {
    text-align: left !important;
  }
}
#solid-app-container .enhancements-step .container-wrapped {
  min-width: unset;
}
@media (max-width: 992px) {
  #solid-app-container .enhancements-step .container-wrapped {
    margin: 0;
  }
}
#solid-app-container .enhancements-step .package-card .card-body {
  padding-top: 0;
}
#solid-app-container .enhancements-step .package-card .card-header {
  padding: 30px 40px 10px;
  text-align: center;
  border-radius: 10px;
}
#solid-app-container .enhancements-step .package-card .card-title span {
  font-size: 16px;
  line-height: 20px;
}
#solid-app-container .enhancements-step .package-card .card-title span.super {
  vertical-align: super;
  top: -5px;
  position: relative;
}
@media (max-device-width: 767px) {
  #solid-app-container .enhancements-step .package-card .card-title {
    height: 40px;
    line-height: 42px;
  }
}
#solid-app-container .enhancements-accordion .accordion-section {
  margin-bottom: 16px;
}
#solid-app-container .enhancements-accordion .accordion-header {
  background-color: #fff;
  box-shadow: 0px 4px 8px #ccc;
  position: relative;
  z-index: 5;
  padding: 0px;
  display: flex;
  justify-content: space-between;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
@media (max-device-width: 767px) {
  #solid-app-container .enhancements-accordion .accordion-header {
    height: 70px;
  }
}
#solid-app-container .enhancements-accordion .accordion-header h5 {
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 0px;
}
#solid-app-container .enhancements-accordion .accordion-header .accordion-indicator {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background-image: linear-gradient(-270deg, #ff5000 0%, #ff7800 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
#solid-app-container .enhancements-accordion .accordion-header .accordion-indicator .arrow {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: block;
  width: 8px;
  height: 8px;
  transform: rotate(225deg);
  transition: transform 0.25s;
  position: relative;
  top: 2px;
}
#solid-app-container .enhancements-accordion .accordion-header.collapsed {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
#solid-app-container .enhancements-accordion .accordion-header.collapsed .accordion-indicator .arrow {
  top: -2px;
  transform: rotate(45deg);
}
#solid-app-container .enhancements-accordion .accordion-header .accordion-header-image {
  width: 150px;
}
@media (max-device-width: 767px) {
  #solid-app-container .enhancements-accordion .accordion-header .accordion-header-image {
    width: 80px;
  }
}
#solid-app-container .enhancements-accordion .accordion-content {
  position: relative;
  z-index: 4;
}
#solid-app-container .enhancements-accordion .accordion-content .carousel-caption {
  border-radius: 8px;
  position: relative !important;
  top: 0% !important;
  transform: translateY(0%) !important;
  left: 0px !important;
  background-color: #fff;
}
#solid-app-container .enhancements-accordion .accordion-content .carousel-caption h5 {
  color: #000000;
}
#solid-app-container .enhancements-accordion .accordion-content .carousel-caption p {
  font-size: 16px;
  color: #000000;
}
#solid-app-container .enhancements-accordion .accordion-content .carousel-caption .slide-footer h6 {
  color: #000000;
}
#solid-app-container .enhancements-accordion .accordion-content .carousel-caption .slide-footer p {
  font-size: 12px;
}
#solid-app-container .enhancements-accordion .accordion-content .carousel-caption .slide-footer .price {
  color: #1CF196;
  font-size: 22px;
}
#solid-app-container .enhancements-accordion .accordion-content .carousel-control-next,
#solid-app-container .enhancements-accordion .accordion-content .carousel-control-prev {
  display: inline-block !important;
  width: 53px !important;
  height: 53px !important;
  background-color: #92D400 !important;
  border-radius: 50% !important;
  color: #FFF !important;
  top: 50% !important;
  padding: 10px;
  font-size: 14px;
  z-index: 10;
}
#solid-app-container .enhancements-accordion .accordion-content .carousel-control-next span,
#solid-app-container .enhancements-accordion .accordion-content .carousel-control-prev span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px !important;
  height: 15px !important;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  #solid-app-container .enhancements-accordion .accordion-content .carousel-control-next,
#solid-app-container .enhancements-accordion .accordion-content .carousel-control-prev {
    opacity: 1 !important;
  }
}
@media (max-width: 767px) {
  #solid-app-container .enhancements-accordion .accordion-content .carousel-control-next,
#solid-app-container .enhancements-accordion .accordion-content .carousel-control-prev {
    width: 30px !important;
    height: 30px !important;
  }
  #solid-app-container .enhancements-accordion .accordion-content .carousel-control-next span,
#solid-app-container .enhancements-accordion .accordion-content .carousel-control-prev span {
    width: 10px !important;
    height: 10px !important;
  }
}
#solid-app-container .enhancements-accordion .accordion-content .carousel-control-prev {
  transform: translate(-50%, -50%);
}
#solid-app-container .enhancements-accordion .accordion-content .carousel-control-next {
  transform: translate(50%, -50%);
}

.enhancement {
  position: relative;
}
.enhancement .grey-question-icon {
  position: absolute;
  right: 1rem;
  top: 1rem;
}

#pagination-pages.card-pagination {
  margin: 20px auto 40px;
  text-align: center;
}
#pagination-pages.card-pagination span {
  display: inline-block;
  min-width: 40px;
  height: 40px;
  padding: 10px;
  cursor: pointer;
  border: 1px solid #D6D8DC;
  border-right-width: 0;
  transition: all 0.15s;
  background: #FFF;
}
#pagination-pages.card-pagination span:first-child {
  border-radius: 5px 0 0 5px;
}
#pagination-pages.card-pagination span:last-child {
  border-right-width: 1px;
  border-radius: 0 5px 5px 0;
}
#pagination-pages.card-pagination span.selected, #pagination-pages.card-pagination span:hover {
  background: #1CF196;
  color: #FFF;
}
#pagination-pages.card-pagination span.disabled {
  color: #000000 !important;
  opacity: 0.7 !important;
  background-color: white !important;
}
@media (max-width: 767px) {
  #pagination-pages.card-pagination span {
    margin: 5px;
    border-radius: 5px !important;
    border-right-width: 1px !important;
  }
}

#solid-app-container .map-sidebar {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 1;
  width: 100%;
  max-width: 600px !important;
  height: 100%;
  max-height: 100vh;
  background: #FFFFFF;
  overflow-y: auto;
  transition: left 0.3s ease-in;
}
@media (max-width: 992px) {
  #solid-app-container .map-sidebar {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  #solid-app-container .map-sidebar {
    top: 100%;
    left: 0;
    transition: top 0.3s ease-in !important;
  }
  #solid-app-container .map-sidebar.visible {
    top: 0;
    transition: top 0.3s ease-out !important;
  }
}
#solid-app-container .map-sidebar.visible {
  left: 0;
  transition: left 0.3s ease-out;
}
#solid-app-container .map-sidebar .sidebar-wrapper .btn {
  box-shadow: none;
}
#solid-app-container .map-sidebar .sidebar-wrapper .sidebar-category .category-header {
  display: flex;
  flex: 1 0 100%;
  align-items: center;
  justify-content: space-between;
  padding: 15px 25px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #ECF0FA;
  cursor: pointer;
}
#solid-app-container .map-sidebar .sidebar-wrapper .sidebar-category .category-header .category-text {
  flex-grow: 1;
}
#solid-app-container .map-sidebar .sidebar-wrapper .sidebar-category .category-header .category-text h4 {
  margin-bottom: 0;
}
#solid-app-container .map-sidebar .sidebar-wrapper .sidebar-category .category-header .category-text span {
  font-size: 14px;
}
#solid-app-container .map-sidebar .sidebar-wrapper .sidebar-category .category-header .category-promo {
  flex: 0 0 auto;
}
#solid-app-container .map-sidebar .sidebar-wrapper .sidebar-category .category-header .category-promo .badge {
  transform: none;
  padding: 8px 20px;
}
#solid-app-container .map-sidebar .sidebar-wrapper .sidebar-category .category-header .category-toggle {
  flex: 0 1 18px;
}
#solid-app-container .map-sidebar .sidebar-wrapper .sidebar-category .category-header .category-toggle svg {
  border-radius: 50%;
  border: 2px solid #000000;
  width: 25px;
  height: 25px;
  padding: 3px;
}
#solid-app-container .map-sidebar .sidebar-wrapper .sidebar-category .category-header.collapsed .category-toggle .when-open, #solid-app-container .map-sidebar .sidebar-wrapper .sidebar-category .category-header.not-collapsed .category-toggle .when-closed {
  display: none;
}
#solid-app-container .map-sidebar .sidebar-wrapper .sidebar-category .category-header.collapsed .category-toggle .when-closed, #solid-app-container .map-sidebar .sidebar-wrapper .sidebar-category .category-header.not-collapsed .category-toggle .when-open {
  display: block;
}
#solid-app-container .map-sidebar .sidebar-wrapper .sidebar-category .list-group .list-group-item {
  position: relative;
  border: none;
  border-bottom: 1px solid #FFFFFF;
  border-radius: 0;
  padding: 12px 24px;
  margin-bottom: 0;
  background: #fff;
}
@media (max-device-width: 767px) {
  #solid-app-container .map-sidebar .sidebar-wrapper .sidebar-category .list-group .list-group-item {
    padding: 10px 20px;
  }
}
#solid-app-container .map-sidebar .sidebar-wrapper .sidebar-category .list-group .list-group-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0px;
  animation: accentExpand 0.4s ease-out forwards;
}
#solid-app-container .map-sidebar .sidebar-wrapper .sidebar-category .list-group .list-group-item.product-available:before {
  background-color: #1CF196;
}
#solid-app-container .map-sidebar .sidebar-wrapper .sidebar-category .list-group .list-group-item.product-unavailable:before {
  background-color: #000000;
}
#solid-app-container .map-sidebar .sidebar-wrapper .sidebar-category .list-group .list-group-item .btn {
  box-shadow: none;
}
#solid-app-container .map-sidebar .sidebar-wrapper .sidebar-category .list-group .list-group-item .promo-status {
  margin-top: 8px;
}
#solid-app-container .map-sidebar .sidebar-wrapper .sidebar-category .list-group .list-group-item .promo-status .badge {
  transform: none;
}
#solid-app-container .map-sidebar .sidebar-wrapper .sidebar-footer {
  padding: 15px;
  align-self: flex-end;
  background: #FFFFFF;
}

@keyframes accentExpand {
  100% {
    width: 6px;
  }
}
.connectivity-container {
  min-height: 500px;
  height: 100vh;
  position: absolute;
  left: 0px;
}
@media (max-width: 991px) {
  .connectivity-container > * {
    padding-left: 0;
  }
}
.connectivity-container .enter-address {
  transition: all 0.6s ease-in-out;
}
.connectivity-container .enter-address.hide {
  opacity: 0;
  transform: translateY(-200px);
}
.connectivity-container .map {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.connectivity-container .map.map-full {
  height: 100vh;
  position: absolute;
  bottom: 0;
  right: 0;
}
.connectivity-container .map.map-bottom {
  height: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.connectivity-container .map.map-top {
  height: calc(100vh - 60px);
  bottom: calc(100vh - 160px);
  position: absolute;
  right: 0;
}
@media (max-device-width: 767px) {
  .connectivity-container .map.map-top {
    bottom: calc(100vh - 110px);
  }
}
.connectivity-container .map.no-map {
  display: none;
}
.connectivity-container .map .vue-map-container {
  width: 100%;
  height: 100%;
}
.connectivity-container .change-location {
  z-index: 1;
  width: 100%;
  overflow: hidden;
  transition: all 0.6s ease-in-out;
  position: absolute;
  top: 33px;
  right: 0;
}
@media (max-device-width: 767px) {
  .connectivity-container .change-location {
    top: 8px;
  }
}
.connectivity-container .change-location.hide {
  top: -300px;
  opacity: 0;
}
.connectivity-container .change-location .pac-target-input {
  padding: 0px 0px 0px 10px !important;
}
.connectivity-container .select-package {
  overflow: hidden;
  transition: all 0.6s ease-in-out;
  width: 100%;
  position: absolute;
  top: 100px;
  right: 0;
}
@media (max-device-width: 767px) {
  .connectivity-container .select-package {
    top: 70px;
  }
}
.connectivity-container .select-package.hide {
  top: calc(100vh - 60px);
  height: 0px;
}
.connectivity-container .view-package {
  overflow: hidden;
  transition: all 0.6s ease-in-out;
  width: 100%;
  position: absolute;
  top: 0px;
  right: 0;
}
.connectivity-container .view-package.hide {
  top: calc(100vh - 60px);
  height: 0px;
}
.connectivity-container .order-summary {
  overflow: hidden;
  transition: all 0.6s ease-in-out;
  width: 100%;
  position: absolute;
  top: 0px;
  right: 0;
}
.connectivity-container .order-summary.hide {
  height: 0px;
}
.connectivity-container .keep-me-posted {
  overflow: hidden;
  transition: top 0.6s ease-in-out;
  width: 100%;
  position: absolute;
  top: 100px;
  right: 0;
}
.connectivity-container .keep-me-posted.hide {
  top: calc(100vh - 60px);
  height: 0px;
}
.connectivity-container .keep-me-posted legend {
  font-weight: bold;
}

.gm-style button[aria-label=Close] {
  display: none !important;
}

.gm-style-iw-a {
  animation: gentle-float 4s ease-in-out infinite;
}

.coverage-map-icon {
  color: #dd0000;
}

#solid-app-container {
  @import url("https://fonts.googleapis.com/css?family=Roboto:200,400,700&display=swap");
}
#solid-app-container .connectivity-holder {
  opacity: 1;
  min-height: 100vh;
}
#solid-app-container .connectivity-holder .card-body {
  padding: 0;
}
#solid-app-container .question-footer {
  display: flex;
  justify-content: start;
  padding-bottom: 100px;
  margin-bottom: 100px;
}
#solid-app-container .tab-header {
  padding: 0 14px;
  background: transparent;
  display: flex;
  justify-content: center;
  overflow-x: auto;
  white-space: nowrap;
}
#solid-app-container .tab-header::-webkit-scrollbar {
  width: 0;
  /* Remove scrollbar space */
  background: transparent;
  /* Optional: just make scrollbar invisible */
}
@media (max-device-width: 1024px) {
  #solid-app-container .tab-header {
    display: flex;
    padding: 2px 14px;
    justify-content: start;
    overflow-x: scroll;
  }
}
#solid-app-container .availability-loading {
  width: 12px;
  height: 12px;
  font-size: 8px;
}
#solid-app-container .availability-icon {
  color: #FFFFFF;
  background: #1CF196;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  z-index: 1;
  font-size: 8px;
  padding: 3px 3px;
}
#solid-app-container .connectivity-availability {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  z-index: 1;
  font-size: 10px;
  color: #fff;
  padding: 5px 5px;
}
#solid-app-container .connectivity-availability svg {
  color: #FFFFFF;
  font-size: 16px;
}
#solid-app-container .tab-pill {
  position: relative;
  cursor: pointer;
  font: 18px/32px Neo Sans Pro;
  letter-spacing: 0;
  opacity: 1;
  display: inline-block;
  border: 1px solid #1CF196;
  border-radius: 24px;
  padding: 1em !important;
  margin: 0 0.2em;
  color: #718096;
  text-align: center;
  text-decoration: none;
}
#solid-app-container .tab-pill .connectivity-availability {
  background: #1CF196;
}
@media (max-device-width: 1024px) {
  #solid-app-container .tab-pill {
    margin: 0 8px;
  }
}
@-webkit-keyframes spinner-rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
#solid-app-container .loading {
  border-radius: 24px;
  position: relative;
  top: 29%;
  z-index: 0;
  overflow: hidden;
}
#solid-app-container .loading::before {
  border-radius: 24px;
  content: "";
  position: absolute;
  z-index: -2;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-size: 50% 50%, 50% 50%;
  background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  background-image: linear-gradient(#FFFFFF, #718096);
  animation: spinner-rotate 2s linear infinite;
}
#solid-app-container .loading::after {
  border-radius: 24px;
  content: "";
  position: absolute;
  z-index: -1;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #FFFFFF;
}
#solid-app-container .disabled-pill {
  background: #F2F9FC;
  border: 1px solid #1CF196;
}
#solid-app-container .disabled-pill .availability-icon {
  background: #1CF196;
}
#solid-app-container .loaded-border {
  border: 1px solid #718096;
}
#solid-app-container div.tab-pill:hover {
  background: #F2F9FC;
  color: #1E283C;
}
#solid-app-container .active-disabled-pill {
  background: transparent linear-gradient(276deg, #1cf18f 0%, #1cf1eb 100%) 0% 0% no-repeat padding-box !important;
  border: 1px solid transparent;
  color: #FFFFFF !important;
}
#solid-app-container .active-disabled-pill .availability-icon {
  color: #1CF196;
  background: #FFFFFF;
}
#solid-app-container .active-pill {
  background: linear-gradient(122deg, #5af447 25%, #1CF196 100%) !important;
  border: 1px solid transparent;
  color: #FFFFFF !important;
}
#solid-app-container .active-pill .availability-icon {
  color: #1CF196;
  background: #FFFFFF;
}
#solid-app-container .active-pill:hover {
  color: #FFFFFF !important;
}
#solid-app-container .card-body {
  background: transparent;
  margin-left: auto;
  margin-right: auto;
}
@media (max-device-width: 1024px) {
  #solid-app-container .card-body {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
#solid-app-container .card-header-pills {
  width: 100%;
  background: transparent;
  padding-top: 16px;
}
@media (max-device-width: 1024px) {
  #solid-app-container .card-header-pills {
    padding: 16px 0 32px 0;
  }
}
#solid-app-container .li {
  padding: 1em !important;
  border-radius: 50% !important;
}
#solid-app-container .mobile-floating-footer {
  display: none;
}
@media (max-device-width: 767px) {
  #solid-app-container .mobile-floating-footer {
    float: none;
  }
}
#solid-app-container .connectivity-content {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
@media (max-device-width: 1024px) {
  #solid-app-container .connectivity-content {
    padding: 0 16px;
    width: 99%;
  }
}
#solid-app-container .connectivity-content .filter-holder {
  margin: 1em;
  display: flex;
  justify-content: space-between;
}
@media (max-device-width: 767px) {
  #solid-app-container .connectivity-content .filter-holder {
    display: inline;
    margin: 0;
  }
}
#solid-app-container .connectivity-content .supplier-filter {
  float: left;
}
@media (max-device-width: 767px) {
  #solid-app-container .connectivity-content .supplier-filter {
    float: none;
  }
}
#solid-app-container .connectivity-content .product-filter {
  float: right;
  display: flex;
}
@media (max-device-width: 767px) {
  #solid-app-container .connectivity-content .product-filter {
    float: none;
  }
}
#solid-app-container .connectivity-heading {
  text-align: center;
  padding: 8px;
  font-weight: bold;
  font-size: 43px;
  line-height: 52px;
  font-family: "Neo Sans Pro", sans-serif;
  letter-spacing: 0px;
  color: #1E283C;
  opacity: 1;
}
@media (max-device-width: 767px) {
  #solid-app-container .connectivity-heading {
    font-size: 24px;
    line-height: 42px;
    padding: 0;
  }
}
#solid-app-container .keep-me-posted {
  display: flex;
  justify-content: space-between;
  min-height: 70vh;
}
@media (max-device-width: 1024px) {
  #solid-app-container .keep-me-posted {
    min-height: 0;
    margin-bottom: 0;
  }
}
#solid-app-container .keep-me-posted .slide-fade-enter-active {
  transition: all 0.3s ease-out;
}
#solid-app-container .keep-me-posted .slide-fade-leave-active {
  transition: all 0.7s ease-in;
}
#solid-app-container .keep-me-posted .slide-fade-enter-from,
#solid-app-container .keep-me-posted .slide-fade-leave-to {
  transform: translateX(20px);
  opacity: 0;
}
#solid-app-container .keep-me-posted .form-details {
  max-width: 600px;
  min-height: 70vh;
  text-align: left;
  padding-bottom: 5rem;
}
#solid-app-container .keep-me-posted .form-details .heading {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 40px;
  line-height: 49px;
  font-weight: bold;
  font-family: "Neo Sans Pro", sans-serif;
  letter-spacing: 0;
  color: #1E283C;
  opacity: 1;
}
@media (max-width: 766px) {
  #solid-app-container .keep-me-posted .form-details .heading {
    font-size: 24px;
    line-height: 42px;
    font-weight: normal;
  }
}
#solid-app-container .keep-me-posted .form-details .description {
  font-size: 24px;
  line-height: 36px;
  font-weight: normal;
  font-family: "Neo Sans Pro", sans-serif;
  letter-spacing: 0;
  color: #6D7481;
  opacity: 1;
}
@media (max-width: 766px) {
  #solid-app-container .keep-me-posted .form-details .description {
    font-size: 18px;
    line-height: 27px;
    font-weight: normal;
  }
}
#solid-app-container .keep-me-posted .form-details .form {
  padding-top: 12px;
}
#solid-app-container .keep-me-posted .form-details .form-buttons {
  padding-top: 12px;
}
#solid-app-container .container-wrapped.keep-me-posted-container {
  max-width: 630px;
}
#solid-app-container .connectivity-step-header {
  margin-top: 16px;
  text-align: center;
  background: #1CF196;
  border-radius: 16px;
  color: #FFFFFF;
}
#solid-app-container .btn-step-complete {
  padding: 1px;
  min-width: unset !important;
  background: #1CF196;
  white-space: nowrap;
  border-radius: 50% !important;
  border: 4px solid #1CF196;
  height: 50px;
  width: 50px;
  position: relative;
  text-align: center;
  margin: 10px 75px;
}
#solid-app-container .btn-step-complete:first-child {
  margin: 10px 75px 10px 0;
}
#solid-app-container .btn-step-complete svg {
  color: white;
}
#solid-app-container .btn-step-complete:not(:last-child):after {
  content: "";
  height: 3px;
  background: #1CF196;
  width: 75px;
  position: absolute;
  right: -79px;
  top: 50%;
}
@media (max-device-width: 767px) {
  #solid-app-container .btn-step-complete:not(:last-child):after {
    width: 30px !important;
    right: -34px !important;
  }
}
#solid-app-container .btn-step-complete:last-child {
  margin: 10px 0 !important;
}
@media (max-device-width: 767px) {
  #solid-app-container .btn-step-complete {
    height: 40px !important;
    width: 40px !important;
    margin: 10px 30px 10px 0 !important;
  }
}
#solid-app-container .progress-stepper {
  margin-top: 20px;
  margin-bottom: 40px;
  position: relative;
  top: -10px;
}
@media (max-device-width: 767px) {
  #solid-app-container .progress-stepper {
    margin-top: 0;
  }
}
#solid-app-container .progress-stepper .step-title {
  font-size: 0.9em;
}
#solid-app-container .btn-step {
  padding: 1px;
  min-width: unset !important;
  background: transparent;
  white-space: nowrap;
  border-radius: 50% !important;
  border: 4px solid #d6d8dc !important;
  height: 50px;
  width: 50px;
  position: relative;
  text-align: center;
  margin: 10px 75px;
}
#solid-app-container .btn-step:not(:last-child):after {
  content: "";
  height: 3px;
  background: #d6d8dc;
  width: 75px;
  position: absolute;
  right: -79px;
  top: 50%;
}
@media (max-device-width: 767px) {
  #solid-app-container .btn-step:not(:last-child):after {
    width: 30px !important;
    right: -34px !important;
  }
}
#solid-app-container .btn-step:last-child {
  margin: 10px 0 !important;
}
@media (max-device-width: 767px) {
  #solid-app-container .btn-step {
    height: 40px !important;
    width: 40px !important;
    margin: 10px 30px 10px 0 !important;
  }
}
#solid-app-container .btn-step-active {
  padding: 1px;
  min-width: unset !important;
  background: transparent;
  white-space: nowrap;
  border-radius: 50% !important;
  background-origin: border-box;
  background-clip: content-box, border-box;
  border: 4px solid #1CF196;
  height: 50px;
  width: 50px;
  position: relative;
  text-align: center;
  margin: 10px 75px;
}
#solid-app-container .btn-step-active:not(:last-child):after {
  content: "";
  height: 3px;
  background: #d6d8dc;
  width: 75px;
  position: absolute;
  right: -79px;
  top: 50%;
}
@media (max-device-width: 767px) {
  #solid-app-container .btn-step-active:not(:last-child):after {
    width: 30px !important;
    right: -34px !important;
  }
}
#solid-app-container .btn-step-active:last-child {
  margin: 10px 0 !important;
}
@media (max-device-width: 767px) {
  #solid-app-container .btn-step-active {
    height: 40px !important;
    width: 40px !important;
    margin: 10px 30px 10px 0 !important;
  }
}
#solid-app-container .disabled {
  opacity: 1 !important;
}
#solid-app-container .label {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  text-transform: capitalize;
}
#solid-app-container .order-container {
  padding: 0 30px 30px !important;
  background: white;
  border-radius: 24px;
  box-shadow: 0px 7px 6px rgba(189, 208, 228, 0.1803921569);
}
@media (max-device-width: 767px) {
  #solid-app-container .order-container {
    padding: 0 0px 0px !important;
  }
}
#solid-app-container .order-container.no-orders {
  padding-bottom: 0 !important;
}
#solid-app-container .order-summary-table {
  background: white;
  margin-bottom: 0 !important;
}
#solid-app-container .order-summary-table thead {
  padding: 30px 0;
}
#solid-app-container .order-summary-table tbody {
  border-radius: 24px;
  margin-bottom: 20px;
}
#solid-app-container .order-summary-table tbody .table-secondary > td {
  background-color: #f3f4ff !important;
}
#solid-app-container .order-summary-table th {
  border: 0;
  padding: 30px 10px;
}
#solid-app-container .order-summary-table tfoot {
  border-bottom-left-radius: 10px;
}
#solid-app-container .order-summary-table .line-item {
  vertical-align: middle !important;
  padding-top: 20px;
  padding-bottom: 20px;
}
#solid-app-container .package {
  border: none;
}
#solid-app-container .cost-summary {
  box-shadow: 0px 7px 6px rgba(189, 208, 228, 0.1803921569);
  border-radius: 24px;
  float: right;
  border: 0;
}
#solid-app-container .cost-summary .list-group-item {
  border: 0;
}
#solid-app-container .cost-summary .list-group-item:first-child {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
#solid-app-container .cost-summary .list-group-item:last-child {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
#solid-app-container .cost-summary .list-group-item:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
@media (max-width: 766px) {
  #solid-app-container .cost-summary {
    float: none;
  }
}
#solid-app-container .google-input .input-holder svg {
  top: 48%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #1CF196;
  font-size: 22px;
}
#solid-app-container .filter-row .filter-option-cards {
  display: flex;
  flex-direction: row;
  justify-items: left;
}
#solid-app-container .filter-row .filter-option-cards .filter-option-card {
  cursor: pointer;
  margin-left: 1rem;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 8px #e4e8f2;
  min-width: 14rem;
}
#solid-app-container .filter-row .filter-option-cards .filter-option-card .filter-card-header {
  display: flex;
  align-items: center;
  background-color: #1CF196;
  border-radius: 5px 5px 0 0;
  padding: 0.5rem;
}
#solid-app-container .filter-row .filter-option-cards .filter-option-card .filter-card-header.green {
  background-color: #1CF196;
}
#solid-app-container .filter-row .filter-option-cards .filter-option-card .filter-card-header.orange {
  background-color: #1CF196;
}
#solid-app-container .filter-row .filter-option-cards .filter-option-card .filter-card-header.blue {
  background-color: #0082c8;
}
#solid-app-container .filter-row .filter-option-cards .filter-option-card .filter-card-header.pink {
  background-color: #1CF196;
}
#solid-app-container .filter-row .filter-option-cards .filter-option-card .filter-card-header svg {
  margin: 0 0.7rem;
  width: 20px;
  height: 20px;
}
#solid-app-container .filter-row .filter-option-cards .filter-option-card .filter-card-header h6 {
  color: #FFFFFF;
  font-size: 15px;
  margin: 0 1rem 0 0;
}
#solid-app-container .filter-row .filter-option-cards .filter-option-card .filter-card-body {
  display: flex;
  flex-grow: 1;
  padding: 0.5rem;
}
#solid-app-container .filter-row .filter-option-cards .filter-option-card .filter-card-body .filter-card-icon {
  padding: 0 0.7rem;
}
#solid-app-container .filter-row .filter-option-cards .filter-option-card .filter-card-body .filter-card-icon .radio-btn {
  display: block;
  width: 20px;
  height: 20px;
  background-color: #d6d8dc;
  border: 6px solid #d6d8dc;
  border-radius: 50%;
}
#solid-app-container .filter-row .filter-option-cards .filter-option-card .filter-card-body p {
  font-size: 12px;
  margin: 0rem;
  line-height: 14px;
}
#solid-app-container .filter-row .filter-option-cards .filter-option-card.selected .filter-card-icon .radio-btn {
  background-color: #FFFFFF;
  border: 6px solid #1CF196;
}
#solid-app-container .filter-row .filter-option-cards .filter-option-card.selected .filter-card-icon .radio-btn.green {
  border: 6px solid #1CF196;
}
#solid-app-container .filter-row .filter-option-cards .filter-option-card.selected .filter-card-icon .radio-btn.orange {
  border: 6px solid #1CF196;
}
#solid-app-container .filter-row .filter-option-cards .filter-option-card.selected .filter-card-icon .radio-btn.blue {
  border: 6px solid #0082c8;
}
#solid-app-container .filter-row .filter-option-cards .filter-option-card.selected .filter-card-icon .radio-btn.pink {
  border: 6px solid #1CF196;
}
#solid-app-container .confirm-location-container {
  overflow: hidden;
  width: 100%;
}
#solid-app-container .confirm-location-container .gm-style-iw-a .gm-style-iw {
  border-radius: 1rem;
  padding: 1.25rem !important;
  max-width: 300px !important;
}
#solid-app-container .confirm-location-container .gm-style-iw-a.hidden {
  display: none;
}
#solid-app-container .confirm-location-container .gm-style-iw-a.hidden::after {
  display: none;
}
#solid-app-container .confirm-location-container .gm-style-iw-d {
  height: auto !important;
  overflow: hidden !important;
}
@media (max-device-width: 767px) {
  #solid-app-container .confirm-location-container .gm-style-iw, #solid-app-container .confirm-location-container .gm-style-iw-d {
    width: unset;
    max-width: unset !important;
  }
}
#solid-app-container .confirm-location-container .close-icon {
  cursor: pointer;
}

#order-summary .order-summary-table {
  margin-bottom: 0 !important;
}
#order-summary .order-summary-table thead th {
  padding: 30px 0;
}
#order-summary .order-summary-table tbody {
  border-radius: 24px;
  margin-bottom: 20px;
}
#order-summary .order-summary-table tbody .table-secondary > td {
  background-color: #f3f4ff !important;
}
#order-summary .order-summary-table th {
  border: 0;
  padding: 30px 10px;
}
#order-summary .order-summary-table tfoot {
  border-bottom-left-radius: 10px;
}
#order-summary .order-summary-table .line-item td {
  vertical-align: middle !important;
  padding-top: 20px;
  padding-bottom: 20px;
}

#order-modal .order-summary-table {
  margin-bottom: 0 !important;
  border-radius: 5px 5px 0 0;
}
#order-modal .order-summary-table thead {
  padding: 30px 0;
}
#order-modal .order-summary-table thead th {
  background-color: #FFFFFF;
  vertical-align: middle;
  padding: 10px;
  font-size: 14px;
}
#order-modal .order-summary-table tbody {
  border-radius: 24px;
  margin-bottom: 20px;
}
#order-modal .order-summary-table tbody .table-secondary > td {
  background-color: #f3f4ff !important;
}
#order-modal .order-summary-table tbody tr:last-child {
  border-top: 1px solid #1CF196 !important;
  border-bottom: 1px solid #1CF196;
}
#order-modal .order-summary-table tbody tr:last-child td {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
}
#order-modal .order-summary-table th {
  border: 0;
  padding: 30px 10px;
}
#order-modal .order-summary-table tfoot {
  border-bottom-left-radius: 10px;
}
#order-modal .order-summary-table .line-item {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 20px;
  padding-bottom: 20px;
}
#order-modal .order-summary-table .line-item td {
  vertical-align: middle !important;
  font-size: 14px;
  line-height: 22px;
}

#solid-app-container .checkout-container, #order-modal .checkout-container {
  min-height: 500px;
  position: relative;
  max-width: 1024px;
  padding-top: 0;
  left: 0;
}
@media (max-device-width: 767px) {
  #solid-app-container .checkout-container, #order-modal .checkout-container {
    top: 10px;
  }
}
#solid-app-container .account-selector .list-group-item, #order-modal .account-selector .list-group-item {
  border: none;
  border-radius: 24px;
  background: #F2F9FC 0% 0% no-repeat padding-box;
}
#solid-app-container .select-account .list-group-item, #order-modal .select-account .list-group-item {
  border: none;
  border-radius: 24px;
  box-shadow: 0px 7px 6px rgba(189, 208, 228, 0.1803921569);
}
#solid-app-container .select-account .list-group-item svg, #order-modal .select-account .list-group-item svg {
  color: #1E283C;
}
#solid-app-container .select-account .list-group-item .account-details, #order-modal .select-account .list-group-item .account-details {
  padding: 10px 20px;
}
@media (max-device-width: 767px) {
  #solid-app-container .select-account .list-group-item .account-details, #order-modal .select-account .list-group-item .account-details {
    padding: 5px 0px 0px 0px;
  }
}
#solid-app-container .select-account .list-group-item .account-details span, #order-modal .select-account .list-group-item .account-details span {
  color: #6D7481;
}
#solid-app-container .select-account .list-group-item .account-details div, #order-modal .select-account .list-group-item .account-details div {
  margin-top: 10px;
}
#solid-app-container .select-account .list-group-item .account-details div:first-child, #order-modal .select-account .list-group-item .account-details div:first-child {
  margin-top: 0;
}
#solid-app-container .select-account .list-group-item .account-actions, #order-modal .select-account .list-group-item .account-actions {
  min-width: 0 !important;
  width: unset !important;
}
@media (max-width: 767px) {
  #solid-app-container .select-account .list-group-item .account-actions, #order-modal .select-account .list-group-item .account-actions {
    min-width: unset !important;
    width: unset !important;
    padding: 25px !important;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    display: block;
    text-align: center;
    margin: 10px auto 20px;
  }
}
#solid-app-container .desktop-summary .end td, #order-modal .desktop-summary .end td {
  border-top: 1px solid #1CF196;
}
#solid-app-container .desktop-summary .line-item, #order-modal .desktop-summary .line-item {
  background-color: #fdfdff;
}
#solid-app-container .desktop-summary .line-item:not(:last-child), #order-modal .desktop-summary .line-item:not(:last-child) {
  border-bottom: 1px solid #d6d8dc;
}
@media (max-width: 992px) {
  #solid-app-container .desktop-summary, #order-modal .desktop-summary {
    display: none;
  }
}
#solid-app-container .mobile-summary .package-name, #order-modal .mobile-summary .package-name {
  padding-top: 20px !important;
  width: 100%;
}
@media (max-device-width: 767px) {
  #solid-app-container .mobile-summary .package-name, #order-modal .mobile-summary .package-name {
    padding-top: 1px !important;
  }
}
#solid-app-container .mobile-summary .package-name h5, #order-modal .mobile-summary .package-name h5 {
  background-color: #e0e0ea;
  padding: 10px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  width: 100%;
}
#solid-app-container .mobile-summary .package-name .line-items .item, #order-modal .mobile-summary .package-name .line-items .item {
  display: flex;
  flex: 0 0 100%;
  padding: 15px 10px;
  font-weight: bold;
  border-bottom: 1px solid #e9eaed;
  font-size: 14px;
}
@media (max-device-width: 767px) {
  #solid-app-container .mobile-summary .package-name .line-items .item, #order-modal .mobile-summary .package-name .line-items .item {
    padding: 10px 5px;
  }
}
#solid-app-container .mobile-summary .package-name .line-items .item:first-child, #order-modal .mobile-summary .package-name .line-items .item:first-child {
  background: #f3f4ff;
  border-bottom: 1px solid #92d400;
  border-top: 1px solid #92d400;
}
#solid-app-container .mobile-summary .package-name .line-items .item .name, #order-modal .mobile-summary .package-name .line-items .item .name {
  display: flex;
  flex: 0 0 50%;
}
#solid-app-container .mobile-summary .package-name .line-items .item .value, #order-modal .mobile-summary .package-name .line-items .item .value {
  display: flex;
  flex: 0 0 50%;
  font-weight: 500;
}
#solid-app-container .mobile-summary .package-name .line-items .remove, #order-modal .mobile-summary .package-name .line-items .remove {
  display: flex;
  flex: 0 0 100%;
  padding: 10px 5px;
  border-bottom: 1px solid #1CF196;
  font-weight: 300;
  font-size: 12px;
  text-align: center;
  align-items: center;
}
#solid-app-container .mobile-summary .package-name .line-items .remove img, #order-modal .mobile-summary .package-name .line-items .remove img {
  padding-right: 10px;
}
#solid-app-container .mobile-summary .package-name .remove-bundle, #order-modal .mobile-summary .package-name .remove-bundle {
  font-weight: 300;
  font-size: 12px;
  text-align: center;
  align-items: center;
}
#solid-app-container .mobile-summary .package-name .remove-bundle img, #order-modal .mobile-summary .package-name .remove-bundle img {
  padding-right: 10px;
}
#solid-app-container .mobile-summary .cost, #order-modal .mobile-summary .cost {
  padding: 0;
  margin-top: 20px;
}
@media (min-width: 992px) {
  #solid-app-container .mobile-summary, #order-modal .mobile-summary {
    display: none;
  }
}
#solid-app-container .card-header, #order-modal .card-header {
  background-color: white;
}
#solid-app-container .card-footer, #order-modal .card-footer {
  background-color: white;
  padding-top: 0;
}
#solid-app-container .remove-line, #order-modal .remove-line {
  padding-left: 10px;
}
#solid-app-container .remove-line:hover, #order-modal .remove-line:hover {
  cursor: pointer;
}
#solid-app-container .content-wrapper, #order-modal .content-wrapper {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#solid-app-container .checkout-content-wrapper, #order-modal .checkout-content-wrapper {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
#solid-app-container .checkout-content-container, #order-modal .checkout-content-container {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 8px #E1EAEE;
  border-radius: 24px;
  opacity: 1;
  padding-top: 50px;
  display: block;
  overflow: visible;
  padding-bottom: 50px;
}
@media (min-device-width: 1024px) {
  #solid-app-container .checkout-content-container, #order-modal .checkout-content-container {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media (max-device-width: 1024px) {
  #solid-app-container .checkout-content-container, #order-modal .checkout-content-container {
    border-radius: 0;
    padding: 20px;
  }
}
#solid-app-container .checkout-sign-up-container, #order-modal .checkout-sign-up-container {
  max-width: 100%;
  background-color: white;
  display: flex;
}
@media (max-device-width: 1024px) {
  #solid-app-container .checkout-sign-up-container, #order-modal .checkout-sign-up-container {
    display: block;
  }
}
#solid-app-container .checkout-sign-up-container .sign-up-content, #order-modal .checkout-sign-up-container .sign-up-content {
  width: 100%;
}
#solid-app-container .checkout-sign-up-container .banner img, #order-modal .checkout-sign-up-container .banner img {
  display: flex;
  justify-content: center;
}
@media (max-device-width: 767px) {
  #solid-app-container .checkout-sign-up-container .banner img, #order-modal .checkout-sign-up-container .banner img {
    width: 100%;
  }
}
#solid-app-container .checkout-sign-up-content-container, #order-modal .checkout-sign-up-content-container {
  padding-top: 180px;
  max-width: 600px;
  margin: auto;
}
@media (max-device-width: 767px) {
  #solid-app-container .checkout-sign-up-content-container, #order-modal .checkout-sign-up-content-container {
    padding-top: 50px;
    padding-left: 16px;
    padding-right: 16px;
    max-width: 100%;
  }
}
#solid-app-container .checkout-sign-up-content-container .heading-main, #order-modal .checkout-sign-up-content-container .heading-main {
  text-align: left;
  font-size: 48px;
  line-height: 58px;
  padding-bottom: 24px;
  font-weight: 600;
  font-family: "Neo Sans Pro", sans-serif;
  letter-spacing: 0px;
  color: #1E283C;
  opacity: 1;
}
@media (max-device-width: 767px) {
  #solid-app-container .checkout-sign-up-content-container .heading-main, #order-modal .checkout-sign-up-content-container .heading-main {
    padding-bottom: 16px;
    font-size: 24px;
    line-height: 42px;
  }
}
#solid-app-container .checkout-sign-up-content-container .sub-heading-smaller, #order-modal .checkout-sign-up-content-container .sub-heading-smaller {
  text-align: left;
  font-size: 24px;
  line-height: 42px;
  padding-bottom: 24px;
  font-weight: 600;
  font-family: "Neo Sans Pro", sans-serif;
  letter-spacing: 0px;
  color: #1E283C;
  opacity: 1;
}
@media (max-device-width: 767px) {
  #solid-app-container .checkout-sign-up-content-container .sub-heading-smaller, #order-modal .checkout-sign-up-content-container .sub-heading-smaller {
    padding-bottom: 12px;
    font-size: 18px;
    line-height: 42px;
  }
}
#solid-app-container .checkout-sign-up-content-container .sub-heading-smallest, #order-modal .checkout-sign-up-content-container .sub-heading-smallest {
  text-align: left;
  font-size: 24px;
  line-height: 27px;
  padding-bottom: 24px;
  font-weight: 300;
  font-family: "Neo Sans Pro", sans-serif;
  letter-spacing: 0px;
  color: #6D7481;
  opacity: 1;
}
#solid-app-container .checkout-sign-up-content-container .input-number-section, #order-modal .checkout-sign-up-content-container .input-number-section {
  display: inline-flex;
  width: 487px;
}
@media (max-device-width: 767px) {
  #solid-app-container .checkout-sign-up-content-container .input-number-section, #order-modal .checkout-sign-up-content-container .input-number-section {
    width: 100%;
    display: block;
  }
}
#solid-app-container .order-summary-container, #order-modal .order-summary-container {
  background-color: #FFFFFF;
  margin: 0;
  padding-top: 5px;
}
@media (max-device-width: 1024px) {
  #solid-app-container .order-summary-container, #order-modal .order-summary-container {
    padding: 0;
  }
}
#solid-app-container .shopping-cart-container, #order-modal .shopping-cart-container {
  min-width: 60%;
  margin: 5px;
  padding: 0 122px 0 140px;
}
@media (max-device-width: 1024px) {
  #solid-app-container .shopping-cart-container, #order-modal .shopping-cart-container {
    min-width: unset;
    width: 100%;
    padding: 0 20px;
    margin: 0;
  }
}
@media (max-device-width: 1024px) {
  #solid-app-container .mobile-header, #order-modal .mobile-header {
    display: flex;
    justify-content: space-between;
  }
}
#solid-app-container .order-breakdown, #order-modal .order-breakdown {
  display: block;
  width: 100%;
}
@media (min-device-width: 1200px) {
  #solid-app-container .order-breakdown, #order-modal .order-breakdown {
    display: inline-flex;
    width: 100%;
  }
}
#solid-app-container .cart-addons-header td, #order-modal .cart-addons-header td {
  padding-top: 2rem !important;
  padding-bottom: 0 !important;
}
#solid-app-container .cart-addons-header .cart-addons-heading, #order-modal .cart-addons-header .cart-addons-heading {
  color: #0082C8;
}
#solid-app-container .cart-addons-header .cart-addons-heading .svg-inline--fa, #order-modal .cart-addons-header .cart-addons-heading .svg-inline--fa {
  margin-right: 1rem;
}
#solid-app-container .cart-addons-header .cart-addons-subheading, #order-modal .cart-addons-header .cart-addons-subheading {
  font-weight: 400;
}
#solid-app-container .cart-addon, #order-modal .cart-addon {
  border-top: none !important;
}
#solid-app-container .cart-addon .item-image-container, #order-modal .cart-addon .item-image-container {
  width: 64px;
  height: 64px;
  aspect-ratio: 1/1;
  border-radius: 12px;
}
#solid-app-container .cart-addon .item-image-container .svg-inline--fa, #order-modal .cart-addon .item-image-container .svg-inline--fa {
  height: 24px;
}
#solid-app-container .cart-addon .item-image-container .svg-inline--fa path, #order-modal .cart-addon .item-image-container .svg-inline--fa path {
  fill: #0082C8;
}
#solid-app-container .cart-addon .product-details h3, #order-modal .cart-addon .product-details h3 {
  color: #0082C8;
  font-weight: 400;
}
#solid-app-container .cart-addon:last-of-type td, #order-modal .cart-addon:last-of-type td {
  padding-bottom: 2rem !important;
}
#solid-app-container .shopping-cart-summary, #order-modal .shopping-cart-summary {
  border-left: 1px solid #FFFFFF;
  min-width: 35%;
  width: 100%;
}
#solid-app-container .shopping-cart-summary .padded-summary, #order-modal .shopping-cart-summary .padded-summary {
  height: calc(100% - 112px);
  padding: 5px 150px 20px 70px;
}
@media (max-device-width: 1024px) {
  #solid-app-container .shopping-cart-summary .padded-summary, #order-modal .shopping-cart-summary .padded-summary {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-device-width: 1024px) {
  #solid-app-container .shopping-cart-summary, #order-modal .shopping-cart-summary {
    max-width: 100%;
    padding: 0;
  }
}
#solid-app-container .shopping-cart-summary .list-group-item, #order-modal .shopping-cart-summary .list-group-item {
  padding-left: 0;
  padding-right: 0;
}
#solid-app-container .shopping-cart-summary-footer, #order-modal .shopping-cart-summary-footer {
  width: 100%;
  height: 112px;
  padding: 21px 0 0 67px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
}
@media (max-device-width: 1024px) {
  #solid-app-container .shopping-cart-summary-footer, #order-modal .shopping-cart-summary-footer {
    width: 100%;
    padding: 22px 15px;
    display: flex;
    justify-content: right;
  }
}
#solid-app-container .shopping-cart-table, #order-modal .shopping-cart-table {
  font-family: "Neo Sans Pro", sans-serif;
}
#solid-app-container .shopping-cart-table thead tr th, #order-modal .shopping-cart-table thead tr th {
  padding: 16px 16px 16px 0;
  color: #6D7481;
  font-weight: 200;
  font-size: 16px;
  line-height: 19px;
}
@media (max-device-width: 1024px) {
  #solid-app-container .shopping-cart-table thead tr th, #order-modal .shopping-cart-table thead tr th {
    width: 100%;
    padding: 0;
  }
}
#solid-app-container .shopping-cart-table tbody td, #order-modal .shopping-cart-table tbody td {
  padding: 16px 16px 16px 0;
  vertical-align: middle;
}
@media (max-device-width: 1024px) {
  #solid-app-container .shopping-cart-table tbody td, #order-modal .shopping-cart-table tbody td {
    padding: 16px 0;
  }
}
#solid-app-container .shopping-cart-table tbody tr, #order-modal .shopping-cart-table tbody tr {
  border-top: 1px solid #D6D8DC;
}
#solid-app-container .shopping-cart-table .sc-product-cell, #order-modal .shopping-cart-table .sc-product-cell {
  display: flex;
}
#solid-app-container .shopping-cart-table .sc-product-content, #order-modal .shopping-cart-table .sc-product-content {
  padding: 26px;
}
#solid-app-container .product-details, #order-modal .product-details {
  padding-top: 16px;
  width: 100%;
}
@media (max-device-width: 767px) {
  #solid-app-container .product-details, #order-modal .product-details {
    padding: 0;
    width: 80%;
  }
}
#solid-app-container .item-image-container, #order-modal .item-image-container {
  width: 118px;
  height: 118px;
  /* UI Properties */
  position: relative;
  margin-right: 30px;
  border-radius: 24px;
  background: #F3F4FF 0% 0% no-repeat padding-box;
}
@media (max-device-width: 767px) {
  #solid-app-container .item-image-container, #order-modal .item-image-container {
    margin-right: 25px;
    height: 90px;
  }
}
#solid-app-container .default-image, #order-modal .default-image {
  background: #F2F9FC 0% 0% no-repeat padding-box;
  border-radius: 24px;
}
#solid-app-container .item-image, #order-modal .item-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-device-width: 767px) {
  #solid-app-container .item-image, #order-modal .item-image {
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 6px;
  }
}
#solid-app-container .item-group-title, #order-modal .item-group-title {
  color: #0082C8;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  font-family: "Neo Sans Pro", sans-serif;
}
@media (max-device-width: 767px) {
  #solid-app-container .item-group-title, #order-modal .item-group-title {
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 6px;
  }
}
#solid-app-container .item-cart-line-title, #solid-app-container .payment-option, #order-modal .item-cart-line-title, #order-modal .payment-option {
  color: #1E283C;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  font-family: "Neo Sans Pro", sans-serif;
}
@media (max-device-width: 767px) {
  #solid-app-container .item-cart-line-title, #solid-app-container .payment-option, #order-modal .item-cart-line-title, #order-modal .payment-option {
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 6px;
  }
}
#solid-app-container .price-container, #order-modal .price-container {
  color: #2D3748;
  font-weight: 600;
  font-size: 22px;
  line-height: 38px;
  font-family: "Neo Sans Pro", sans-serif;
}
@media (max-device-width: 767px) {
  #solid-app-container .price-container, #order-modal .price-container {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 6px;
    margin-top: 60px;
  }
}
#solid-app-container .price-container .pm, #order-modal .price-container .pm {
  font-weight: 400;
  color: #4A5568;
  padding-left: 4px;
  font-size: 16px;
  line-height: 24px;
}
#solid-app-container .additional-costs, #order-modal .additional-costs {
  padding-top: 13px;
}
#solid-app-container .additional-costs > div, #solid-app-container .additional-costs > span, #order-modal .additional-costs > div, #order-modal .additional-costs > span {
  color: #2D3748;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  font-family: "Neo Sans Pro", sans-serif;
}
@media (max-device-width: 767px) {
  #solid-app-container .additional-costs > div, #solid-app-container .additional-costs > span, #order-modal .additional-costs > div, #order-modal .additional-costs > span {
    font-size: 16px;
    line-height: 19px;
  }
}
@media (max-device-width: 767px) {
  #solid-app-container .additional-costs, #order-modal .additional-costs {
    padding-top: 0;
    padding-bottom: 16px;
  }
}

#order-summary .mobile-summary .package-name h5 {
  background: transparent;
}

#order-modal .mobile-summary .package-name {
  padding-top: 0 !important;
}
#order-modal .mobile-summary .package-name .line-items .item:first-child {
  background: transparent;
  border: none;
  border-bottom: 1px solid #e9eaed;
}
@media (max-width: 992px) {
  #order-modal .mobile-summary .package-name .line-items .item, #order-modal .mobile-summary .package-name .line-items .tracking-item {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  #order-modal .mobile-summary .package-name .line-items .item .value, #order-modal .mobile-summary .package-name .line-items .tracking-item .value {
    margin-top: 10px;
  }
}
#order-modal .mobile-summary .package-name .line-items .item .name {
  font-size: 16px;
}

.price-term {
  font-size: 14px !important;
  font-weight: 400;
}

.border-t-grey {
  border-top: 1.5px solid #E4E8F2;
}

.keep-me-posted-container button.btn.btn-outline-primary {
  padding-right: 50px !important;
}
.keep-me-posted-container button.btn.btn-primary {
  padding-right: 55px !important;
}
.keep-me-posted-container button.btn.btn-primary.mt-2.mb-3, .keep-me-posted-container button.btn.ml-2.btn-primary {
  padding-right: 15px !important;
}

#solid-app-container .btn-outline-primary,
#solid-app-container .btn-outline-primary:focus,
#solid-app-container .btn-outline-primary:active,
#solid-app-container .btn-outline-primary:visited,
#solid-app-container .btn-outline-primary:not(.btn-secondary, .btn-action, .btn-outline-navy):hover {
  background-color: transparent !important;
  border: 1px solid #92D400 !important;
  color: #323C50 !important;
}

#solid-app-container .package-slide .px-5.pt-2.pb-0 {
  width: 100%;
}

@media (max-width: 700px) {
  #solid-app-container .enhancements-accordion .accordion-header .accordion-header-image {
    width: auto;
    height: auto !important;
  }

  #solid-app-container .VueCarousel-wrapper .VueCarousel-slide {
    padding: 0 !important;
    width: 100% !important;
  }

  #solid-app-container .VueCarousel-navigation-button {
    height: 40px !important;
    width: 40px !important;
  }

  #solid-app-container .VueCarousel-navigation-next {
    right: 25px !important;
  }

  #solid-app-container .VueCarousel-navigation-prev {
    left: 25px !important;
  }

  .card.checkout-card.mt-5.border-primary .card-body .row.my-1 {
    display: block !important;
  }
  .card.checkout-card.mt-5.border-primary .card-body .row.my-1 .col {
    width: 100% !important;
    padding: 0px !important;
  }

  #solid-app-container .VueCarousel-navigation-button {
    top: 35% !important;
  }

  button.btn.d-md-none.acc-toggle.btn-primary-outline {
    margin-top: 1rem !important;
  }
}
.lte-data-desc {
  font-weight: 300;
  font-size: 14px;
  color: #929292;
}

.package-title.extra-padding {
  margin-bottom: 10px;
}

#recommended-products-carousel .badge {
  top: 7px;
  left: 7px;
}

@media (min-width: 1100px) {
  #solid-app-container .filter-container.col-xs-12.col-md-4.pt-2.p5-md-0 {
    padding-top: 0px !important;
  }

  .swiper-wrapper {
    margin: auto !important;
  }
}
@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
#clear-filter-btn {
  animation: moveInBottom 0.5s ease-out 0.75s;
  animation-fill-mode: backwards;
  transition: all 0.2s;
}

#clear-filter-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
}

#clear-filter-btn:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

#clear-filter-btn:active {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

.product-view-sidebar {
  position: fixed;
  left: 0;
  top: 5.5rem;
  height: 100vh;
  width: 100vw;
  z-index: 999;
}
.product-view-sidebar .overlay {
  transition: all 0.5s ease-in-out;
  top: 0vh;
  display: block;
  background: rgba(0, 0, 0, 0.1803921569) 0% 0% no-repeat padding-box;
  opacity: 1;
  backdrop-filter: blur(6px);
  width: 100vw;
  height: 100vh;
  z-index: 0;
  position: absolute;
}
.product-view-sidebar svg.icon.prev.svg-inline--fa.fa-arrow-left {
  margin-left: 0rem;
}
.product-view-sidebar svg.icon.next.svg-inline--fa.fa-arrow-right {
  margin-right: 0rem;
}
.product-view-sidebar .thumbnail-image {
  justify-content: center;
}
.product-view-sidebar .thumbnails.d-flex.justify-content-center.pl-5.pr-5.pb-4 {
  padding-bottom: 0px !important;
  border-bottom: 0px !important;
}
.product-view-sidebar span.close-details {
  position: absolute;
  right: 1.4rem;
  top: 2rem;
  font-size: 18px;
  padding: 10px;
  cursor: pointer;
}
.product-view-sidebar .product-details-container {
  background-color: #ffffff;
  max-width: 470px;
  width: 100%;
  height: 90vh;
  border-radius: 0px 30px 30px 0px;
  position: relative;
  z-index: 1;
  overflow: scroll;
}
.product-view-sidebar .product-details-container .product-header {
  padding: 2rem;
  padding-bottom: 1rem;
  padding-top: 2.5rem;
}
.product-view-sidebar .product-details-container .product-details {
  padding: 2rem !important;
  padding-bottom: 0rem !important;
  padding-top: 2rem !important;
  width: 100% !important;
}
@media (max-width: 800px) {
  .product-view-sidebar .product-details-container .product-details {
    padding: 2rem;
  }
}
.product-view-sidebar .product-details-container .product-image {
  padding: 1.5rem;
  border-top: 1px solid #d6d8dc;
  padding-bottom: 0px !important;
}
.product-view-sidebar .product-details-container .product-image img {
  width: 100%;
}
.product-view-sidebar .product-details-container .product-specs {
  padding: 2rem;
  padding-top: 1rem;
}
@media (max-width: 800px) {
  .product-view-sidebar .product-details-container .product-specs {
    padding-bottom: 6rem;
  }
}
.product-view-sidebar .product-details-container .product-specs ul {
  list-style-type: none;
  padding: 0px;
}
.product-view-sidebar .product-details-container .product-specs ul li {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #d6d8dc;
  padding: 15px 0;
}
.product-view-sidebar .product-details-container .product-specs ul li h5 {
  margin-bottom: 0px;
  margin-left: 10px;
}
.product-view-sidebar .product-details-container .product-specs ul li svg {
  fill: #0082C8;
  color: #0082C8;
}
@media (max-width: 800px) {
  .product-view-sidebar {
    top: 70px;
  }
}

#chatinc-whatsapp-div {
  position: absolute;
  top: 20px;
  bottom: initial !important;
  width: 45px !important;
  height: 45px !important;
  background-size: 70% !important;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100% !important;
  overflow: hidden;
  border: 3px solid rgb(37, 211, 102) !important;
}
@media (max-width: 900px) {
  #chatinc-whatsapp-div {
    top: 15px !important;
    bottom: auto !important;
    right: 40px !important;
    font-size: 34px !important;
    padding: 5px !important;
    width: 36px !important;
    height: 36px !important;
  }
}
@media (max-width: 750px) {
  #chatinc-whatsapp-div {
    right: 60px !important;
  }
}

a.livechat {
  position: fixed;
  z-index: 999;
  bottom: 0;
  right: calc(100vw - 1360px);
  margin: auto;
  background: #92d400;
  padding: 15px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  border-radius: 20px 20px 0px 0px;
}

a.livechat span {
  margin-right: 11px;
}

.card.package-card {
  cursor: pointer;
}

.hidden {
  display: none !important;
}

.slide-up {
  animation: animateUp 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

.slide-left {
  animation: animateLeft 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

.slide-0 {
  animation: animateO 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

.slide-up.hide-div {
  animation: animateUp 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

.fade-in {
  animation: fadeIn 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

@keyframes animateUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animateLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes animateO {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes animateDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}#load-overlay{display: none;}