@charset "UTF-8";
/* Colors */
/*
xs = mobile
sm = old tablet
md = new tablet
lg = 1366px laptop
xl = 1920px desktop
xxl = Macbook (2k - 4k)
*/
/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
: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;
  --sb-dark-blue: #273351;
  --sb-normal-blue: #3c4973;
  --sb-easy-blue: #5b6d99;
  --sb-other-blue: #47516b;
  --sb-medium-blue: #143382;
  --sb-light-blue: #73b5dd;
  --sb-lightest-blue: #f1f7fc;
  --sb-soft-blue: #d1eafd;
  --sb-plans-blue: #d0ebfe;
  --sb-light-gray: #ebecf1;
  --sb-medium-gray: #9da4b9;
  --sb-soft-gray: #d2d2d2;
  --sb-dark-gray: #7b7b7b;
  --sb-green: #7ac943;
  --sb-red: #d4145a;
  --sb-yellow: #f7ce26;
  --sb-medium-yellow: #fdf0bd;
  --sb-light-yellow: #fffde8;
  --sb-pink: #fcf4f4;
  --sb-light-red: #ff8e92;
  --sb-light-green: #bce4a1;
  --sb-soft-green: #f2fff2;
  --sb-orange: #e5921c;
  --sb-new-cyan: #38b4d8;
  --sb-new-blue: #063d75;
  --sb-new-orange: #e4921c;
  --sb-new-green: #75a550;
  --sb-new-gray: #e6e6e6;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --sb-dark-blue: #273351;
  --sb-normal-blue: #3c4973;
  --sb-easy-blue: #5b6d99;
  --sb-other-blue: #47516b;
  --sb-medium-blue: #143382;
  --sb-light-blue: #73b5dd;
  --sb-lightest-blue: #f1f7fc;
  --sb-soft-blue: #d1eafd;
  --sb-plans-blue: #d0ebfe;
  --sb-light-gray: #ebecf1;
  --sb-medium-gray: #9da4b9;
  --sb-soft-gray: #d2d2d2;
  --sb-dark-gray: #7b7b7b;
  --sb-green: #7ac943;
  --sb-red: #d4145a;
  --sb-yellow: #f7ce26;
  --sb-medium-yellow: #fdf0bd;
  --sb-light-yellow: #fffde8;
  --sb-pink: #fcf4f4;
  --sb-light-red: #ff8e92;
  --sb-light-green: #bce4a1;
  --sb-soft-green: #f2fff2;
  --sb-orange: #e5921c;
  --sb-new-cyan: #38b4d8;
  --sb-new-blue: #063d75;
  --sb-new-orange: #e4921c;
  --sb-new-green: #75a550;
  --sb-new-gray: #e6e6e6;
  --breakpoint-xs: 0;
  --breakpoint-sm: 768px;
  --breakpoint-md: 992px;
  --breakpoint-lg: 1200px;
  --breakpoint-xl: 1367px;
  --breakpoint-xxl: 1921px;
  --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: #273351;
  text-align: right;
  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-right: 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: #a3d5fc;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #a3d5fc;
  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: right;
  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;
}
@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}

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;
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
}

h2, .h2 {
  font-size: 2rem;
}
@media (max-width: 1200px) {
  h2, .h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
}

h3, .h3 {
  font-size: 1.75rem;
}
@media (max-width: 1200px) {
  h3, .h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
}

h4, .h4 {
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  h4, .h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}

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;
}
@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.675rem + 5.1vw);
  }
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.575rem + 3.9vw);
  }
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.475rem + 2.7vw);
  }
}

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

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

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

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

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

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

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

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

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

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1366px;
  }
}
@media (min-width: 1367px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1450px;
  }
}
@media (min-width: 1921px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1800px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-right: 8.33333333%;
}

.offset-2 {
  margin-right: 16.66666667%;
}

.offset-3 {
  margin-right: 25%;
}

.offset-4 {
  margin-right: 33.33333333%;
}

.offset-5 {
  margin-right: 41.66666667%;
}

.offset-6 {
  margin-right: 50%;
}

.offset-7 {
  margin-right: 58.33333333%;
}

.offset-8 {
  margin-right: 66.66666667%;
}

.offset-9 {
  margin-right: 75%;
}

.offset-10 {
  margin-right: 83.33333333%;
}

.offset-11 {
  margin-right: 91.66666667%;
}

@media (min-width: 768px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-right: 0;
  }

  .offset-sm-1 {
    margin-right: 8.33333333%;
  }

  .offset-sm-2 {
    margin-right: 16.66666667%;
  }

  .offset-sm-3 {
    margin-right: 25%;
  }

  .offset-sm-4 {
    margin-right: 33.33333333%;
  }

  .offset-sm-5 {
    margin-right: 41.66666667%;
  }

  .offset-sm-6 {
    margin-right: 50%;
  }

  .offset-sm-7 {
    margin-right: 58.33333333%;
  }

  .offset-sm-8 {
    margin-right: 66.66666667%;
  }

  .offset-sm-9 {
    margin-right: 75%;
  }

  .offset-sm-10 {
    margin-right: 83.33333333%;
  }

  .offset-sm-11 {
    margin-right: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-right: 0;
  }

  .offset-md-1 {
    margin-right: 8.33333333%;
  }

  .offset-md-2 {
    margin-right: 16.66666667%;
  }

  .offset-md-3 {
    margin-right: 25%;
  }

  .offset-md-4 {
    margin-right: 33.33333333%;
  }

  .offset-md-5 {
    margin-right: 41.66666667%;
  }

  .offset-md-6 {
    margin-right: 50%;
  }

  .offset-md-7 {
    margin-right: 58.33333333%;
  }

  .offset-md-8 {
    margin-right: 66.66666667%;
  }

  .offset-md-9 {
    margin-right: 75%;
  }

  .offset-md-10 {
    margin-right: 83.33333333%;
  }

  .offset-md-11 {
    margin-right: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-right: 0;
  }

  .offset-lg-1 {
    margin-right: 8.33333333%;
  }

  .offset-lg-2 {
    margin-right: 16.66666667%;
  }

  .offset-lg-3 {
    margin-right: 25%;
  }

  .offset-lg-4 {
    margin-right: 33.33333333%;
  }

  .offset-lg-5 {
    margin-right: 41.66666667%;
  }

  .offset-lg-6 {
    margin-right: 50%;
  }

  .offset-lg-7 {
    margin-right: 58.33333333%;
  }

  .offset-lg-8 {
    margin-right: 66.66666667%;
  }

  .offset-lg-9 {
    margin-right: 75%;
  }

  .offset-lg-10 {
    margin-right: 83.33333333%;
  }

  .offset-lg-11 {
    margin-right: 91.66666667%;
  }
}
@media (min-width: 1367px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-right: 0;
  }

  .offset-xl-1 {
    margin-right: 8.33333333%;
  }

  .offset-xl-2 {
    margin-right: 16.66666667%;
  }

  .offset-xl-3 {
    margin-right: 25%;
  }

  .offset-xl-4 {
    margin-right: 33.33333333%;
  }

  .offset-xl-5 {
    margin-right: 41.66666667%;
  }

  .offset-xl-6 {
    margin-right: 50%;
  }

  .offset-xl-7 {
    margin-right: 58.33333333%;
  }

  .offset-xl-8 {
    margin-right: 66.66666667%;
  }

  .offset-xl-9 {
    margin-right: 75%;
  }

  .offset-xl-10 {
    margin-right: 83.33333333%;
  }

  .offset-xl-11 {
    margin-right: 91.66666667%;
  }
}
@media (min-width: 1921px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xxl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxl-first {
    order: -1;
  }

  .order-xxl-last {
    order: 13;
  }

  .order-xxl-0 {
    order: 0;
  }

  .order-xxl-1 {
    order: 1;
  }

  .order-xxl-2 {
    order: 2;
  }

  .order-xxl-3 {
    order: 3;
  }

  .order-xxl-4 {
    order: 4;
  }

  .order-xxl-5 {
    order: 5;
  }

  .order-xxl-6 {
    order: 6;
  }

  .order-xxl-7 {
    order: 7;
  }

  .order-xxl-8 {
    order: 8;
  }

  .order-xxl-9 {
    order: 9;
  }

  .order-xxl-10 {
    order: 10;
  }

  .order-xxl-11 {
    order: 11;
  }

  .order-xxl-12 {
    order: 12;
  }

  .offset-xxl-0 {
    margin-right: 0;
  }

  .offset-xxl-1 {
    margin-right: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-right: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-right: 25%;
  }

  .offset-xxl-4 {
    margin-right: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-right: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-right: 50%;
  }

  .offset-xxl-7 {
    margin-right: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-right: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-right: 75%;
  }

  .offset-xxl-10 {
    margin-right: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-right: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-sb-dark-blue,
.table-sb-dark-blue > th,
.table-sb-dark-blue > td {
  background-color: #c3c6ce;
}
.table-sb-dark-blue th,
.table-sb-dark-blue td,
.table-sb-dark-blue thead th,
.table-sb-dark-blue tbody + tbody {
  border-color: #8f95a5;
}

.table-hover .table-sb-dark-blue:hover {
  background-color: #b5b9c3;
}
.table-hover .table-sb-dark-blue:hover > td,
.table-hover .table-sb-dark-blue:hover > th {
  background-color: #b5b9c3;
}

.table-sb-normal-blue,
.table-sb-normal-blue > th,
.table-sb-normal-blue > td {
  background-color: #c8ccd8;
}
.table-sb-normal-blue th,
.table-sb-normal-blue td,
.table-sb-normal-blue thead th,
.table-sb-normal-blue tbody + tbody {
  border-color: #9aa0b6;
}

.table-hover .table-sb-normal-blue:hover {
  background-color: #b9becd;
}
.table-hover .table-sb-normal-blue:hover > td,
.table-hover .table-sb-normal-blue:hover > th {
  background-color: #b9becd;
}

.table-sb-easy-blue,
.table-sb-easy-blue > th,
.table-sb-easy-blue > td {
  background-color: #d1d6e2;
}
.table-sb-easy-blue th,
.table-sb-easy-blue td,
.table-sb-easy-blue thead th,
.table-sb-easy-blue tbody + tbody {
  border-color: #aab3ca;
}

.table-hover .table-sb-easy-blue:hover {
  background-color: #c1c8d8;
}
.table-hover .table-sb-easy-blue:hover > td,
.table-hover .table-sb-easy-blue:hover > th {
  background-color: #c1c8d8;
}

.table-sb-other-blue,
.table-sb-other-blue > th,
.table-sb-other-blue > td {
  background-color: #cbced6;
}
.table-sb-other-blue th,
.table-sb-other-blue td,
.table-sb-other-blue thead th,
.table-sb-other-blue tbody + tbody {
  border-color: #9fa5b2;
}

.table-hover .table-sb-other-blue:hover {
  background-color: #bdc1cb;
}
.table-hover .table-sb-other-blue:hover > td,
.table-hover .table-sb-other-blue:hover > th {
  background-color: #bdc1cb;
}

.table-sb-medium-blue,
.table-sb-medium-blue > th,
.table-sb-medium-blue > td {
  background-color: #bdc6dc;
}
.table-sb-medium-blue th,
.table-sb-medium-blue td,
.table-sb-medium-blue thead th,
.table-sb-medium-blue tbody + tbody {
  border-color: #8595be;
}

.table-hover .table-sb-medium-blue:hover {
  background-color: #acb8d3;
}
.table-hover .table-sb-medium-blue:hover > td,
.table-hover .table-sb-medium-blue:hover > th {
  background-color: #acb8d3;
}

.table-sb-light-blue,
.table-sb-light-blue > th,
.table-sb-light-blue > td {
  background-color: #d8eaf5;
}
.table-sb-light-blue th,
.table-sb-light-blue td,
.table-sb-light-blue thead th,
.table-sb-light-blue tbody + tbody {
  border-color: #b6d9ed;
}

.table-hover .table-sb-light-blue:hover {
  background-color: #c4dff0;
}
.table-hover .table-sb-light-blue:hover > td,
.table-hover .table-sb-light-blue:hover > th {
  background-color: #c4dff0;
}

.table-sb-lightest-blue,
.table-sb-lightest-blue > th,
.table-sb-lightest-blue > td {
  background-color: #fbfdfe;
}
.table-sb-lightest-blue th,
.table-sb-lightest-blue td,
.table-sb-lightest-blue thead th,
.table-sb-lightest-blue tbody + tbody {
  border-color: #f8fbfd;
}

.table-hover .table-sb-lightest-blue:hover {
  background-color: #e7f3f9;
}
.table-hover .table-sb-lightest-blue:hover > td,
.table-hover .table-sb-lightest-blue:hover > th {
  background-color: #e7f3f9;
}

.table-sb-soft-blue,
.table-sb-soft-blue > th,
.table-sb-soft-blue > td {
  background-color: #f2f9fe;
}
.table-sb-soft-blue th,
.table-sb-soft-blue td,
.table-sb-soft-blue thead th,
.table-sb-soft-blue tbody + tbody {
  border-color: #e7f4fe;
}

.table-hover .table-sb-soft-blue:hover {
  background-color: #daeefc;
}
.table-hover .table-sb-soft-blue:hover > td,
.table-hover .table-sb-soft-blue:hover > th {
  background-color: #daeefc;
}

.table-sb-plans-blue,
.table-sb-plans-blue > th,
.table-sb-plans-blue > td {
  background-color: #f2f9ff;
}
.table-sb-plans-blue th,
.table-sb-plans-blue td,
.table-sb-plans-blue thead th,
.table-sb-plans-blue tbody + tbody {
  border-color: #e7f5fe;
}

.table-hover .table-sb-plans-blue:hover {
  background-color: #d9edff;
}
.table-hover .table-sb-plans-blue:hover > td,
.table-hover .table-sb-plans-blue:hover > th {
  background-color: #d9edff;
}

.table-sb-light-gray,
.table-sb-light-gray > th,
.table-sb-light-gray > td {
  background-color: #f9fafb;
}
.table-sb-light-gray th,
.table-sb-light-gray td,
.table-sb-light-gray thead th,
.table-sb-light-gray tbody + tbody {
  border-color: #f5f5f8;
}

.table-hover .table-sb-light-gray:hover {
  background-color: #eaedf1;
}
.table-hover .table-sb-light-gray:hover > td,
.table-hover .table-sb-light-gray:hover > th {
  background-color: #eaedf1;
}

.table-sb-medium-gray,
.table-sb-medium-gray > th,
.table-sb-medium-gray > td {
  background-color: #e4e6eb;
}
.table-sb-medium-gray th,
.table-sb-medium-gray td,
.table-sb-medium-gray thead th,
.table-sb-medium-gray tbody + tbody {
  border-color: #ccd0db;
}

.table-hover .table-sb-medium-gray:hover {
  background-color: #d5d8e0;
}
.table-hover .table-sb-medium-gray:hover > td,
.table-hover .table-sb-medium-gray:hover > th {
  background-color: #d5d8e0;
}

.table-sb-soft-gray,
.table-sb-soft-gray > th,
.table-sb-soft-gray > td {
  background-color: #f2f2f2;
}
.table-sb-soft-gray th,
.table-sb-soft-gray td,
.table-sb-soft-gray thead th,
.table-sb-soft-gray tbody + tbody {
  border-color: #e8e8e8;
}

.table-hover .table-sb-soft-gray:hover {
  background-color: #e5e5e5;
}
.table-hover .table-sb-soft-gray:hover > td,
.table-hover .table-sb-soft-gray:hover > th {
  background-color: #e5e5e5;
}

.table-sb-dark-gray,
.table-sb-dark-gray > th,
.table-sb-dark-gray > td {
  background-color: #dadada;
}
.table-sb-dark-gray th,
.table-sb-dark-gray td,
.table-sb-dark-gray thead th,
.table-sb-dark-gray tbody + tbody {
  border-color: #bababa;
}

.table-hover .table-sb-dark-gray:hover {
  background-color: #cdcdcd;
}
.table-hover .table-sb-dark-gray:hover > td,
.table-hover .table-sb-dark-gray:hover > th {
  background-color: #cdcdcd;
}

.table-sb-green,
.table-sb-green > th,
.table-sb-green > td {
  background-color: #daf0ca;
}
.table-sb-green th,
.table-sb-green td,
.table-sb-green thead th,
.table-sb-green tbody + tbody {
  border-color: #bae39d;
}

.table-hover .table-sb-green:hover {
  background-color: #cceab6;
}
.table-hover .table-sb-green:hover > td,
.table-hover .table-sb-green:hover > th {
  background-color: #cceab6;
}

.table-sb-red,
.table-sb-red > th,
.table-sb-red > td {
  background-color: #f3bdd1;
}
.table-sb-red th,
.table-sb-red td,
.table-sb-red thead th,
.table-sb-red tbody + tbody {
  border-color: #e985a9;
}

.table-hover .table-sb-red:hover {
  background-color: #efa7c2;
}
.table-hover .table-sb-red:hover > td,
.table-hover .table-sb-red:hover > th {
  background-color: #efa7c2;
}

.table-sb-yellow,
.table-sb-yellow > th,
.table-sb-yellow > td {
  background-color: #fdf1c2;
}
.table-sb-yellow th,
.table-sb-yellow td,
.table-sb-yellow thead th,
.table-sb-yellow tbody + tbody {
  border-color: #fbe68e;
}

.table-hover .table-sb-yellow:hover {
  background-color: #fceba9;
}
.table-hover .table-sb-yellow:hover > td,
.table-hover .table-sb-yellow:hover > th {
  background-color: #fceba9;
}

.table-sb-medium-yellow,
.table-sb-medium-yellow > th,
.table-sb-medium-yellow > td {
  background-color: #fefbed;
}
.table-sb-medium-yellow th,
.table-sb-medium-yellow td,
.table-sb-medium-yellow thead th,
.table-sb-medium-yellow tbody + tbody {
  border-color: #fef7dd;
}

.table-hover .table-sb-medium-yellow:hover {
  background-color: #fdf6d5;
}
.table-hover .table-sb-medium-yellow:hover > td,
.table-hover .table-sb-medium-yellow:hover > th {
  background-color: #fdf6d5;
}

.table-sb-light-yellow,
.table-sb-light-yellow > th,
.table-sb-light-yellow > td {
  background-color: #fffef9;
}
.table-sb-light-yellow th,
.table-sb-light-yellow td,
.table-sb-light-yellow thead th,
.table-sb-light-yellow tbody + tbody {
  border-color: #fffef3;
}

.table-hover .table-sb-light-yellow:hover {
  background-color: #fffae0;
}
.table-hover .table-sb-light-yellow:hover > td,
.table-hover .table-sb-light-yellow:hover > th {
  background-color: #fffae0;
}

.table-sb-pink,
.table-sb-pink > th,
.table-sb-pink > td {
  background-color: #fefcfc;
}
.table-sb-pink th,
.table-sb-pink td,
.table-sb-pink thead th,
.table-sb-pink tbody + tbody {
  border-color: #fdf9f9;
}

.table-hover .table-sb-pink:hover {
  background-color: #f8e9e9;
}
.table-hover .table-sb-pink:hover > td,
.table-hover .table-sb-pink:hover > th {
  background-color: #f8e9e9;
}

.table-sb-light-red,
.table-sb-light-red > th,
.table-sb-light-red > td {
  background-color: #ffdfe0;
}
.table-sb-light-red th,
.table-sb-light-red td,
.table-sb-light-red thead th,
.table-sb-light-red tbody + tbody {
  border-color: #ffc4c6;
}

.table-hover .table-sb-light-red:hover {
  background-color: #ffc6c7;
}
.table-hover .table-sb-light-red:hover > td,
.table-hover .table-sb-light-red:hover > th {
  background-color: #ffc6c7;
}

.table-sb-light-green,
.table-sb-light-green > th,
.table-sb-light-green > td {
  background-color: #ecf7e5;
}
.table-sb-light-green th,
.table-sb-light-green td,
.table-sb-light-green thead th,
.table-sb-light-green tbody + tbody {
  border-color: #dcf1ce;
}

.table-hover .table-sb-light-green:hover {
  background-color: #def1d2;
}
.table-hover .table-sb-light-green:hover > td,
.table-hover .table-sb-light-green:hover > th {
  background-color: #def1d2;
}

.table-sb-soft-green,
.table-sb-soft-green > th,
.table-sb-soft-green > td {
  background-color: #fbfffb;
}
.table-sb-soft-green th,
.table-sb-soft-green td,
.table-sb-soft-green thead th,
.table-sb-soft-green tbody + tbody {
  border-color: #f8fff8;
}

.table-hover .table-sb-soft-green:hover {
  background-color: #e2ffe2;
}
.table-hover .table-sb-soft-green:hover > td,
.table-hover .table-sb-soft-green:hover > th {
  background-color: #e2ffe2;
}

.table-sb-orange,
.table-sb-orange > th,
.table-sb-orange > td {
  background-color: #f8e0bf;
}
.table-sb-orange th,
.table-sb-orange td,
.table-sb-orange thead th,
.table-sb-orange tbody + tbody {
  border-color: #f1c689;
}

.table-hover .table-sb-orange:hover {
  background-color: #f5d5a8;
}
.table-hover .table-sb-orange:hover > td,
.table-hover .table-sb-orange:hover > th {
  background-color: #f5d5a8;
}

.table-sb-new-cyan,
.table-sb-new-cyan > th,
.table-sb-new-cyan > td {
  background-color: #c7eaf4;
}
.table-sb-new-cyan th,
.table-sb-new-cyan td,
.table-sb-new-cyan thead th,
.table-sb-new-cyan tbody + tbody {
  border-color: #98d8eb;
}

.table-hover .table-sb-new-cyan:hover {
  background-color: #b2e2f0;
}
.table-hover .table-sb-new-cyan:hover > td,
.table-hover .table-sb-new-cyan:hover > th {
  background-color: #b2e2f0;
}

.table-sb-new-blue,
.table-sb-new-blue > th,
.table-sb-new-blue > td {
  background-color: #b9c9d8;
}
.table-sb-new-blue th,
.table-sb-new-blue td,
.table-sb-new-blue thead th,
.table-sb-new-blue tbody + tbody {
  border-color: #7e9ab7;
}

.table-hover .table-sb-new-blue:hover {
  background-color: #a9bccf;
}
.table-hover .table-sb-new-blue:hover > td,
.table-hover .table-sb-new-blue:hover > th {
  background-color: #a9bccf;
}

.table-sb-new-orange,
.table-sb-new-orange > th,
.table-sb-new-orange > td {
  background-color: #f7e0bf;
}
.table-sb-new-orange th,
.table-sb-new-orange td,
.table-sb-new-orange thead th,
.table-sb-new-orange tbody + tbody {
  border-color: #f1c689;
}

.table-hover .table-sb-new-orange:hover {
  background-color: #f4d5a8;
}
.table-hover .table-sb-new-orange:hover > td,
.table-hover .table-sb-new-orange:hover > th {
  background-color: #f4d5a8;
}

.table-sb-new-green,
.table-sb-new-green > th,
.table-sb-new-green > td {
  background-color: #d8e6ce;
}
.table-sb-new-green th,
.table-sb-new-green td,
.table-sb-new-green thead th,
.table-sb-new-green tbody + tbody {
  border-color: #b7d0a4;
}

.table-hover .table-sb-new-green:hover {
  background-color: #cbddbd;
}
.table-hover .table-sb-new-green:hover > td,
.table-hover .table-sb-new-green:hover > th {
  background-color: #cbddbd;
}

.table-sb-new-gray,
.table-sb-new-gray > th,
.table-sb-new-gray > td {
  background-color: #f8f8f8;
}
.table-sb-new-gray th,
.table-sb-new-gray td,
.table-sb-new-gray thead th,
.table-sb-new-gray tbody + tbody {
  border-color: #f2f2f2;
}

.table-hover .table-sb-new-gray:hover {
  background-color: #ebebeb;
}
.table-hover .table-sb-new-gray:hover > td,
.table-hover .table-sb-new-gray:hover > th {
  background-color: #ebebeb;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 767.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1366.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1920.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.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) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

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

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.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;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-left: 0;
  padding-right: 0;
}

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

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

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-right: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-right: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-right: 0;
  margin-left: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-left: 0.3125rem;
  margin-right: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  right: 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 > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  right: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-left: 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: left calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-left: 3rem !important;
  background-position: left 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-left: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) left calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-left: 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") left 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 left 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  right: 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 > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  right: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-left: 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: left calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-left: 3rem !important;
  background-position: left 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-left: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) left calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-left: 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") left 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 left 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 768px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-right: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-left: 0.25rem;
    margin-right: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #273351;
  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) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #273351;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-sb-dark-blue {
  color: #fff;
  background-color: #273351;
  border-color: #273351;
}
.btn-sb-dark-blue:hover {
  color: #fff;
  background-color: #1b2337;
  border-color: #161d2f;
}
.btn-sb-dark-blue:focus, .btn-sb-dark-blue.focus {
  color: #fff;
  background-color: #1b2337;
  border-color: #161d2f;
  box-shadow: 0 0 0 0.2rem rgba(71, 82, 107, 0.5);
}
.btn-sb-dark-blue.disabled, .btn-sb-dark-blue:disabled {
  color: #fff;
  background-color: #273351;
  border-color: #273351;
}
.btn-sb-dark-blue:not(:disabled):not(.disabled):active, .btn-sb-dark-blue:not(:disabled):not(.disabled).active, .show > .btn-sb-dark-blue.dropdown-toggle {
  color: #fff;
  background-color: #161d2f;
  border-color: #121826;
}
.btn-sb-dark-blue:not(:disabled):not(.disabled):active:focus, .btn-sb-dark-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-sb-dark-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 82, 107, 0.5);
}

.btn-sb-normal-blue {
  color: #fff;
  background-color: #3c4973;
  border-color: #3c4973;
}
.btn-sb-normal-blue:hover {
  color: #fff;
  background-color: #2f395a;
  border-color: #2b3451;
}
.btn-sb-normal-blue:focus, .btn-sb-normal-blue.focus {
  color: #fff;
  background-color: #2f395a;
  border-color: #2b3451;
  box-shadow: 0 0 0 0.2rem rgba(89, 100, 136, 0.5);
}
.btn-sb-normal-blue.disabled, .btn-sb-normal-blue:disabled {
  color: #fff;
  background-color: #3c4973;
  border-color: #3c4973;
}
.btn-sb-normal-blue:not(:disabled):not(.disabled):active, .btn-sb-normal-blue:not(:disabled):not(.disabled).active, .show > .btn-sb-normal-blue.dropdown-toggle {
  color: #fff;
  background-color: #2b3451;
  border-color: #262e49;
}
.btn-sb-normal-blue:not(:disabled):not(.disabled):active:focus, .btn-sb-normal-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-sb-normal-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(89, 100, 136, 0.5);
}

.btn-sb-easy-blue {
  color: #fff;
  background-color: #5b6d99;
  border-color: #5b6d99;
}
.btn-sb-easy-blue:hover {
  color: #fff;
  background-color: #4d5c81;
  border-color: #485679;
}
.btn-sb-easy-blue:focus, .btn-sb-easy-blue.focus {
  color: #fff;
  background-color: #4d5c81;
  border-color: #485679;
  box-shadow: 0 0 0 0.2rem rgba(116, 131, 168, 0.5);
}
.btn-sb-easy-blue.disabled, .btn-sb-easy-blue:disabled {
  color: #fff;
  background-color: #5b6d99;
  border-color: #5b6d99;
}
.btn-sb-easy-blue:not(:disabled):not(.disabled):active, .btn-sb-easy-blue:not(:disabled):not(.disabled).active, .show > .btn-sb-easy-blue.dropdown-toggle {
  color: #fff;
  background-color: #485679;
  border-color: #435171;
}
.btn-sb-easy-blue:not(:disabled):not(.disabled):active:focus, .btn-sb-easy-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-sb-easy-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(116, 131, 168, 0.5);
}

.btn-sb-other-blue {
  color: #fff;
  background-color: #47516b;
  border-color: #47516b;
}
.btn-sb-other-blue:hover {
  color: #fff;
  background-color: #384054;
  border-color: #333a4c;
}
.btn-sb-other-blue:focus, .btn-sb-other-blue.focus {
  color: #fff;
  background-color: #384054;
  border-color: #333a4c;
  box-shadow: 0 0 0 0.2rem rgba(99, 107, 129, 0.5);
}
.btn-sb-other-blue.disabled, .btn-sb-other-blue:disabled {
  color: #fff;
  background-color: #47516b;
  border-color: #47516b;
}
.btn-sb-other-blue:not(:disabled):not(.disabled):active, .btn-sb-other-blue:not(:disabled):not(.disabled).active, .show > .btn-sb-other-blue.dropdown-toggle {
  color: #fff;
  background-color: #333a4c;
  border-color: #2e3445;
}
.btn-sb-other-blue:not(:disabled):not(.disabled):active:focus, .btn-sb-other-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-sb-other-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 107, 129, 0.5);
}

.btn-sb-medium-blue {
  color: #fff;
  background-color: #143382;
  border-color: #143382;
}
.btn-sb-medium-blue:hover {
  color: #fff;
  background-color: #0f2661;
  border-color: #0d2256;
}
.btn-sb-medium-blue:focus, .btn-sb-medium-blue.focus {
  color: #fff;
  background-color: #0f2661;
  border-color: #0d2256;
  box-shadow: 0 0 0 0.2rem rgba(55, 82, 149, 0.5);
}
.btn-sb-medium-blue.disabled, .btn-sb-medium-blue:disabled {
  color: #fff;
  background-color: #143382;
  border-color: #143382;
}
.btn-sb-medium-blue:not(:disabled):not(.disabled):active, .btn-sb-medium-blue:not(:disabled):not(.disabled).active, .show > .btn-sb-medium-blue.dropdown-toggle {
  color: #fff;
  background-color: #0d2256;
  border-color: #0c1d4b;
}
.btn-sb-medium-blue:not(:disabled):not(.disabled):active:focus, .btn-sb-medium-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-sb-medium-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 82, 149, 0.5);
}

.btn-sb-light-blue {
  color: #212529;
  background-color: #73b5dd;
  border-color: #73b5dd;
}
.btn-sb-light-blue:hover {
  color: #fff;
  background-color: #54a5d6;
  border-color: #4a9fd3;
}
.btn-sb-light-blue:focus, .btn-sb-light-blue.focus {
  color: #fff;
  background-color: #54a5d6;
  border-color: #4a9fd3;
  box-shadow: 0 0 0 0.2rem rgba(103, 159, 194, 0.5);
}
.btn-sb-light-blue.disabled, .btn-sb-light-blue:disabled {
  color: #212529;
  background-color: #73b5dd;
  border-color: #73b5dd;
}
.btn-sb-light-blue:not(:disabled):not(.disabled):active, .btn-sb-light-blue:not(:disabled):not(.disabled).active, .show > .btn-sb-light-blue.dropdown-toggle {
  color: #fff;
  background-color: #4a9fd3;
  border-color: #409ad1;
}
.btn-sb-light-blue:not(:disabled):not(.disabled):active:focus, .btn-sb-light-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-sb-light-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(103, 159, 194, 0.5);
}

.btn-sb-lightest-blue {
  color: #212529;
  background-color: #f1f7fc;
  border-color: #f1f7fc;
}
.btn-sb-lightest-blue:hover {
  color: #212529;
  background-color: #d2e5f5;
  border-color: #c7dff3;
}
.btn-sb-lightest-blue:focus, .btn-sb-lightest-blue.focus {
  color: #212529;
  background-color: #d2e5f5;
  border-color: #c7dff3;
  box-shadow: 0 0 0 0.2rem rgba(210, 216, 220, 0.5);
}
.btn-sb-lightest-blue.disabled, .btn-sb-lightest-blue:disabled {
  color: #212529;
  background-color: #f1f7fc;
  border-color: #f1f7fc;
}
.btn-sb-lightest-blue:not(:disabled):not(.disabled):active, .btn-sb-lightest-blue:not(:disabled):not(.disabled).active, .show > .btn-sb-lightest-blue.dropdown-toggle {
  color: #212529;
  background-color: #c7dff3;
  border-color: #bdd9f1;
}
.btn-sb-lightest-blue:not(:disabled):not(.disabled):active:focus, .btn-sb-lightest-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-sb-lightest-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(210, 216, 220, 0.5);
}

.btn-sb-soft-blue {
  color: #212529;
  background-color: #d1eafd;
  border-color: #d1eafd;
}
.btn-sb-soft-blue:hover {
  color: #212529;
  background-color: #acd9fb;
  border-color: #a0d4fb;
}
.btn-sb-soft-blue:focus, .btn-sb-soft-blue.focus {
  color: #212529;
  background-color: #acd9fb;
  border-color: #a0d4fb;
  box-shadow: 0 0 0 0.2rem rgba(183, 204, 221, 0.5);
}
.btn-sb-soft-blue.disabled, .btn-sb-soft-blue:disabled {
  color: #212529;
  background-color: #d1eafd;
  border-color: #d1eafd;
}
.btn-sb-soft-blue:not(:disabled):not(.disabled):active, .btn-sb-soft-blue:not(:disabled):not(.disabled).active, .show > .btn-sb-soft-blue.dropdown-toggle {
  color: #212529;
  background-color: #a0d4fb;
  border-color: #94cefa;
}
.btn-sb-soft-blue:not(:disabled):not(.disabled):active:focus, .btn-sb-soft-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-sb-soft-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(183, 204, 221, 0.5);
}

.btn-sb-plans-blue {
  color: #212529;
  background-color: #d0ebfe;
  border-color: #d0ebfe;
}
.btn-sb-plans-blue:hover {
  color: #212529;
  background-color: #abdbfd;
  border-color: #9ed6fd;
}
.btn-sb-plans-blue:focus, .btn-sb-plans-blue.focus {
  color: #212529;
  background-color: #abdbfd;
  border-color: #9ed6fd;
  box-shadow: 0 0 0 0.2rem rgba(182, 205, 222, 0.5);
}
.btn-sb-plans-blue.disabled, .btn-sb-plans-blue:disabled {
  color: #212529;
  background-color: #d0ebfe;
  border-color: #d0ebfe;
}
.btn-sb-plans-blue:not(:disabled):not(.disabled):active, .btn-sb-plans-blue:not(:disabled):not(.disabled).active, .show > .btn-sb-plans-blue.dropdown-toggle {
  color: #212529;
  background-color: #9ed6fd;
  border-color: #92d0fd;
}
.btn-sb-plans-blue:not(:disabled):not(.disabled):active:focus, .btn-sb-plans-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-sb-plans-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(182, 205, 222, 0.5);
}

.btn-sb-light-gray {
  color: #212529;
  background-color: #ebecf1;
  border-color: #ebecf1;
}
.btn-sb-light-gray:hover {
  color: #212529;
  background-color: #d5d7e1;
  border-color: #cdd0dc;
}
.btn-sb-light-gray:focus, .btn-sb-light-gray.focus {
  color: #212529;
  background-color: #d5d7e1;
  border-color: #cdd0dc;
  box-shadow: 0 0 0 0.2rem rgba(205, 206, 211, 0.5);
}
.btn-sb-light-gray.disabled, .btn-sb-light-gray:disabled {
  color: #212529;
  background-color: #ebecf1;
  border-color: #ebecf1;
}
.btn-sb-light-gray:not(:disabled):not(.disabled):active, .btn-sb-light-gray:not(:disabled):not(.disabled).active, .show > .btn-sb-light-gray.dropdown-toggle {
  color: #212529;
  background-color: #cdd0dc;
  border-color: #c6c8d7;
}
.btn-sb-light-gray:not(:disabled):not(.disabled):active:focus, .btn-sb-light-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-sb-light-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(205, 206, 211, 0.5);
}

.btn-sb-medium-gray {
  color: #212529;
  background-color: #9da4b9;
  border-color: #9da4b9;
}
.btn-sb-medium-gray:hover {
  color: #fff;
  background-color: #878fa9;
  border-color: #7f88a4;
}
.btn-sb-medium-gray:focus, .btn-sb-medium-gray.focus {
  color: #fff;
  background-color: #878fa9;
  border-color: #7f88a4;
  box-shadow: 0 0 0 0.2rem rgba(138, 145, 163, 0.5);
}
.btn-sb-medium-gray.disabled, .btn-sb-medium-gray:disabled {
  color: #212529;
  background-color: #9da4b9;
  border-color: #9da4b9;
}
.btn-sb-medium-gray:not(:disabled):not(.disabled):active, .btn-sb-medium-gray:not(:disabled):not(.disabled).active, .show > .btn-sb-medium-gray.dropdown-toggle {
  color: #fff;
  background-color: #7f88a4;
  border-color: #78819e;
}
.btn-sb-medium-gray:not(:disabled):not(.disabled):active:focus, .btn-sb-medium-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-sb-medium-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(138, 145, 163, 0.5);
}

.btn-sb-soft-gray {
  color: #212529;
  background-color: #d2d2d2;
  border-color: #d2d2d2;
}
.btn-sb-soft-gray:hover {
  color: #212529;
  background-color: #bfbfbf;
  border-color: #b9b9b9;
}
.btn-sb-soft-gray:focus, .btn-sb-soft-gray.focus {
  color: #212529;
  background-color: #bfbfbf;
  border-color: #b9b9b9;
  box-shadow: 0 0 0 0.2rem rgba(183, 184, 185, 0.5);
}
.btn-sb-soft-gray.disabled, .btn-sb-soft-gray:disabled {
  color: #212529;
  background-color: #d2d2d2;
  border-color: #d2d2d2;
}
.btn-sb-soft-gray:not(:disabled):not(.disabled):active, .btn-sb-soft-gray:not(:disabled):not(.disabled).active, .show > .btn-sb-soft-gray.dropdown-toggle {
  color: #212529;
  background-color: #b9b9b9;
  border-color: #b2b2b2;
}
.btn-sb-soft-gray:not(:disabled):not(.disabled):active:focus, .btn-sb-soft-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-sb-soft-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(183, 184, 185, 0.5);
}

.btn-sb-dark-gray {
  color: #fff;
  background-color: #7b7b7b;
  border-color: #7b7b7b;
}
.btn-sb-dark-gray:hover {
  color: #fff;
  background-color: #686868;
  border-color: #626262;
}
.btn-sb-dark-gray:focus, .btn-sb-dark-gray.focus {
  color: #fff;
  background-color: #686868;
  border-color: #626262;
  box-shadow: 0 0 0 0.2rem rgba(143, 143, 143, 0.5);
}
.btn-sb-dark-gray.disabled, .btn-sb-dark-gray:disabled {
  color: #fff;
  background-color: #7b7b7b;
  border-color: #7b7b7b;
}
.btn-sb-dark-gray:not(:disabled):not(.disabled):active, .btn-sb-dark-gray:not(:disabled):not(.disabled).active, .show > .btn-sb-dark-gray.dropdown-toggle {
  color: #fff;
  background-color: #626262;
  border-color: #5b5b5b;
}
.btn-sb-dark-gray:not(:disabled):not(.disabled):active:focus, .btn-sb-dark-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-sb-dark-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(143, 143, 143, 0.5);
}

.btn-sb-green {
  color: #212529;
  background-color: #7ac943;
  border-color: #7ac943;
}
.btn-sb-green:hover {
  color: #fff;
  background-color: #67b233;
  border-color: #62a930;
}
.btn-sb-green:focus, .btn-sb-green.focus {
  color: #fff;
  background-color: #67b233;
  border-color: #62a930;
  box-shadow: 0 0 0 0.2rem rgba(109, 176, 63, 0.5);
}
.btn-sb-green.disabled, .btn-sb-green:disabled {
  color: #212529;
  background-color: #7ac943;
  border-color: #7ac943;
}
.btn-sb-green:not(:disabled):not(.disabled):active, .btn-sb-green:not(:disabled):not(.disabled).active, .show > .btn-sb-green.dropdown-toggle {
  color: #fff;
  background-color: #62a930;
  border-color: #5c9f2e;
}
.btn-sb-green:not(:disabled):not(.disabled):active:focus, .btn-sb-green:not(:disabled):not(.disabled).active:focus, .show > .btn-sb-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(109, 176, 63, 0.5);
}

.btn-sb-red {
  color: #fff;
  background-color: #d4145a;
  border-color: #d4145a;
}
.btn-sb-red:hover {
  color: #fff;
  background-color: #b1114b;
  border-color: #a51046;
}
.btn-sb-red:focus, .btn-sb-red.focus {
  color: #fff;
  background-color: #b1114b;
  border-color: #a51046;
  box-shadow: 0 0 0 0.2rem rgba(218, 55, 115, 0.5);
}
.btn-sb-red.disabled, .btn-sb-red:disabled {
  color: #fff;
  background-color: #d4145a;
  border-color: #d4145a;
}
.btn-sb-red:not(:disabled):not(.disabled):active, .btn-sb-red:not(:disabled):not(.disabled).active, .show > .btn-sb-red.dropdown-toggle {
  color: #fff;
  background-color: #a51046;
  border-color: #9a0f41;
}
.btn-sb-red:not(:disabled):not(.disabled):active:focus, .btn-sb-red:not(:disabled):not(.disabled).active:focus, .show > .btn-sb-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 55, 115, 0.5);
}

.btn-sb-yellow {
  color: #212529;
  background-color: #f7ce26;
  border-color: #f7ce26;
}
.btn-sb-yellow:hover {
  color: #212529;
  background-color: #eec109;
  border-color: #e2b708;
}
.btn-sb-yellow:focus, .btn-sb-yellow.focus {
  color: #212529;
  background-color: #eec109;
  border-color: #e2b708;
  box-shadow: 0 0 0 0.2rem rgba(215, 181, 38, 0.5);
}
.btn-sb-yellow.disabled, .btn-sb-yellow:disabled {
  color: #212529;
  background-color: #f7ce26;
  border-color: #f7ce26;
}
.btn-sb-yellow:not(:disabled):not(.disabled):active, .btn-sb-yellow:not(:disabled):not(.disabled).active, .show > .btn-sb-yellow.dropdown-toggle {
  color: #212529;
  background-color: #e2b708;
  border-color: #d5ad08;
}
.btn-sb-yellow:not(:disabled):not(.disabled):active:focus, .btn-sb-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-sb-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215, 181, 38, 0.5);
}

.btn-sb-medium-yellow {
  color: #212529;
  background-color: #fdf0bd;
  border-color: #fdf0bd;
}
.btn-sb-medium-yellow:hover {
  color: #212529;
  background-color: #fce898;
  border-color: #fce58c;
}
.btn-sb-medium-yellow:focus, .btn-sb-medium-yellow.focus {
  color: #212529;
  background-color: #fce898;
  border-color: #fce58c;
  box-shadow: 0 0 0 0.2rem rgba(220, 210, 167, 0.5);
}
.btn-sb-medium-yellow.disabled, .btn-sb-medium-yellow:disabled {
  color: #212529;
  background-color: #fdf0bd;
  border-color: #fdf0bd;
}
.btn-sb-medium-yellow:not(:disabled):not(.disabled):active, .btn-sb-medium-yellow:not(:disabled):not(.disabled).active, .show > .btn-sb-medium-yellow.dropdown-toggle {
  color: #212529;
  background-color: #fce58c;
  border-color: #fbe27f;
}
.btn-sb-medium-yellow:not(:disabled):not(.disabled):active:focus, .btn-sb-medium-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-sb-medium-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 210, 167, 0.5);
}

.btn-sb-light-yellow {
  color: #212529;
  background-color: #fffde8;
  border-color: #fffde8;
}
.btn-sb-light-yellow:hover {
  color: #212529;
  background-color: #fffac2;
  border-color: #fff9b5;
}
.btn-sb-light-yellow:focus, .btn-sb-light-yellow.focus {
  color: #212529;
  background-color: #fffac2;
  border-color: #fff9b5;
  box-shadow: 0 0 0 0.2rem rgba(222, 221, 203, 0.5);
}
.btn-sb-light-yellow.disabled, .btn-sb-light-yellow:disabled {
  color: #212529;
  background-color: #fffde8;
  border-color: #fffde8;
}
.btn-sb-light-yellow:not(:disabled):not(.disabled):active, .btn-sb-light-yellow:not(:disabled):not(.disabled).active, .show > .btn-sb-light-yellow.dropdown-toggle {
  color: #212529;
  background-color: #fff9b5;
  border-color: #fff7a8;
}
.btn-sb-light-yellow:not(:disabled):not(.disabled):active:focus, .btn-sb-light-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-sb-light-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 221, 203, 0.5);
}

.btn-sb-pink {
  color: #212529;
  background-color: #fcf4f4;
  border-color: #fcf4f4;
}
.btn-sb-pink:hover {
  color: #212529;
  background-color: #f4d6d6;
  border-color: #f1cccc;
}
.btn-sb-pink:focus, .btn-sb-pink.focus {
  color: #212529;
  background-color: #f4d6d6;
  border-color: #f1cccc;
  box-shadow: 0 0 0 0.2rem rgba(219, 213, 214, 0.5);
}
.btn-sb-pink.disabled, .btn-sb-pink:disabled {
  color: #212529;
  background-color: #fcf4f4;
  border-color: #fcf4f4;
}
.btn-sb-pink:not(:disabled):not(.disabled):active, .btn-sb-pink:not(:disabled):not(.disabled).active, .show > .btn-sb-pink.dropdown-toggle {
  color: #212529;
  background-color: #f1cccc;
  border-color: #eec2c2;
}
.btn-sb-pink:not(:disabled):not(.disabled):active:focus, .btn-sb-pink:not(:disabled):not(.disabled).active:focus, .show > .btn-sb-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 213, 214, 0.5);
}

.btn-sb-light-red {
  color: #212529;
  background-color: #ff8e92;
  border-color: #ff8e92;
}
.btn-sb-light-red:hover {
  color: #fff;
  background-color: #ff686d;
  border-color: #ff5b61;
}
.btn-sb-light-red:focus, .btn-sb-light-red.focus {
  color: #fff;
  background-color: #ff686d;
  border-color: #ff5b61;
  box-shadow: 0 0 0 0.2rem rgba(222, 126, 130, 0.5);
}
.btn-sb-light-red.disabled, .btn-sb-light-red:disabled {
  color: #212529;
  background-color: #ff8e92;
  border-color: #ff8e92;
}
.btn-sb-light-red:not(:disabled):not(.disabled):active, .btn-sb-light-red:not(:disabled):not(.disabled).active, .show > .btn-sb-light-red.dropdown-toggle {
  color: #fff;
  background-color: #ff5b61;
  border-color: #ff4e55;
}
.btn-sb-light-red:not(:disabled):not(.disabled):active:focus, .btn-sb-light-red:not(:disabled):not(.disabled).active:focus, .show > .btn-sb-light-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 126, 130, 0.5);
}

.btn-sb-light-green {
  color: #212529;
  background-color: #bce4a1;
  border-color: #bce4a1;
}
.btn-sb-light-green:hover {
  color: #212529;
  background-color: #a7db83;
  border-color: #a0d979;
}
.btn-sb-light-green:focus, .btn-sb-light-green.focus {
  color: #212529;
  background-color: #a7db83;
  border-color: #a0d979;
  box-shadow: 0 0 0 0.2rem rgba(165, 199, 143, 0.5);
}
.btn-sb-light-green.disabled, .btn-sb-light-green:disabled {
  color: #212529;
  background-color: #bce4a1;
  border-color: #bce4a1;
}
.btn-sb-light-green:not(:disabled):not(.disabled):active, .btn-sb-light-green:not(:disabled):not(.disabled).active, .show > .btn-sb-light-green.dropdown-toggle {
  color: #212529;
  background-color: #a0d979;
  border-color: #99d66f;
}
.btn-sb-light-green:not(:disabled):not(.disabled):active:focus, .btn-sb-light-green:not(:disabled):not(.disabled).active:focus, .show > .btn-sb-light-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(165, 199, 143, 0.5);
}

.btn-sb-soft-green {
  color: #212529;
  background-color: #f2fff2;
  border-color: #f2fff2;
}
.btn-sb-soft-green:hover {
  color: #212529;
  background-color: #ccffcc;
  border-color: #bfffbf;
}
.btn-sb-soft-green:focus, .btn-sb-soft-green.focus {
  color: #212529;
  background-color: #ccffcc;
  border-color: #bfffbf;
  box-shadow: 0 0 0 0.2rem rgba(211, 222, 212, 0.5);
}
.btn-sb-soft-green.disabled, .btn-sb-soft-green:disabled {
  color: #212529;
  background-color: #f2fff2;
  border-color: #f2fff2;
}
.btn-sb-soft-green:not(:disabled):not(.disabled):active, .btn-sb-soft-green:not(:disabled):not(.disabled).active, .show > .btn-sb-soft-green.dropdown-toggle {
  color: #212529;
  background-color: #bfffbf;
  border-color: #b2ffb2;
}
.btn-sb-soft-green:not(:disabled):not(.disabled):active:focus, .btn-sb-soft-green:not(:disabled):not(.disabled).active:focus, .show > .btn-sb-soft-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 222, 212, 0.5);
}

.btn-sb-orange {
  color: #212529;
  background-color: #e5921c;
  border-color: #e5921c;
}
.btn-sb-orange:hover {
  color: #fff;
  background-color: #c47d16;
  border-color: #b97515;
}
.btn-sb-orange:focus, .btn-sb-orange.focus {
  color: #fff;
  background-color: #c47d16;
  border-color: #b97515;
  box-shadow: 0 0 0 0.2rem rgba(200, 130, 30, 0.5);
}
.btn-sb-orange.disabled, .btn-sb-orange:disabled {
  color: #212529;
  background-color: #e5921c;
  border-color: #e5921c;
}
.btn-sb-orange:not(:disabled):not(.disabled):active, .btn-sb-orange:not(:disabled):not(.disabled).active, .show > .btn-sb-orange.dropdown-toggle {
  color: #fff;
  background-color: #b97515;
  border-color: #ad6e14;
}
.btn-sb-orange:not(:disabled):not(.disabled):active:focus, .btn-sb-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-sb-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 130, 30, 0.5);
}

.btn-sb-new-cyan {
  color: #fff;
  background-color: #38b4d8;
  border-color: #38b4d8;
}
.btn-sb-new-cyan:hover {
  color: #fff;
  background-color: #26a0c3;
  border-color: #2497b9;
}
.btn-sb-new-cyan:focus, .btn-sb-new-cyan.focus {
  color: #fff;
  background-color: #26a0c3;
  border-color: #2497b9;
  box-shadow: 0 0 0 0.2rem rgba(86, 191, 222, 0.5);
}
.btn-sb-new-cyan.disabled, .btn-sb-new-cyan:disabled {
  color: #fff;
  background-color: #38b4d8;
  border-color: #38b4d8;
}
.btn-sb-new-cyan:not(:disabled):not(.disabled):active, .btn-sb-new-cyan:not(:disabled):not(.disabled).active, .show > .btn-sb-new-cyan.dropdown-toggle {
  color: #fff;
  background-color: #2497b9;
  border-color: #228fae;
}
.btn-sb-new-cyan:not(:disabled):not(.disabled):active:focus, .btn-sb-new-cyan:not(:disabled):not(.disabled).active:focus, .show > .btn-sb-new-cyan.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(86, 191, 222, 0.5);
}

.btn-sb-new-blue {
  color: #fff;
  background-color: #063d75;
  border-color: #063d75;
}
.btn-sb-new-blue:hover {
  color: #fff;
  background-color: #042a51;
  border-color: #042444;
}
.btn-sb-new-blue:focus, .btn-sb-new-blue.focus {
  color: #fff;
  background-color: #042a51;
  border-color: #042444;
  box-shadow: 0 0 0 0.2rem rgba(43, 90, 138, 0.5);
}
.btn-sb-new-blue.disabled, .btn-sb-new-blue:disabled {
  color: #fff;
  background-color: #063d75;
  border-color: #063d75;
}
.btn-sb-new-blue:not(:disabled):not(.disabled):active, .btn-sb-new-blue:not(:disabled):not(.disabled).active, .show > .btn-sb-new-blue.dropdown-toggle {
  color: #fff;
  background-color: #042444;
  border-color: #031d38;
}
.btn-sb-new-blue:not(:disabled):not(.disabled):active:focus, .btn-sb-new-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-sb-new-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(43, 90, 138, 0.5);
}

.btn-sb-new-orange {
  color: #212529;
  background-color: #e4921c;
  border-color: #e4921c;
}
.btn-sb-new-orange:hover {
  color: #fff;
  background-color: #c37c17;
  border-color: #b77516;
}
.btn-sb-new-orange:focus, .btn-sb-new-orange.focus {
  color: #fff;
  background-color: #c37c17;
  border-color: #b77516;
  box-shadow: 0 0 0 0.2rem rgba(199, 130, 30, 0.5);
}
.btn-sb-new-orange.disabled, .btn-sb-new-orange:disabled {
  color: #212529;
  background-color: #e4921c;
  border-color: #e4921c;
}
.btn-sb-new-orange:not(:disabled):not(.disabled):active, .btn-sb-new-orange:not(:disabled):not(.disabled).active, .show > .btn-sb-new-orange.dropdown-toggle {
  color: #fff;
  background-color: #b77516;
  border-color: #ac6e14;
}
.btn-sb-new-orange:not(:disabled):not(.disabled):active:focus, .btn-sb-new-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-sb-new-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(199, 130, 30, 0.5);
}

.btn-sb-new-green {
  color: #fff;
  background-color: #75a550;
  border-color: #75a550;
}
.btn-sb-new-green:hover {
  color: #fff;
  background-color: #638b44;
  border-color: #5d833f;
}
.btn-sb-new-green:focus, .btn-sb-new-green.focus {
  color: #fff;
  background-color: #638b44;
  border-color: #5d833f;
  box-shadow: 0 0 0 0.2rem rgba(138, 179, 106, 0.5);
}
.btn-sb-new-green.disabled, .btn-sb-new-green:disabled {
  color: #fff;
  background-color: #75a550;
  border-color: #75a550;
}
.btn-sb-new-green:not(:disabled):not(.disabled):active, .btn-sb-new-green:not(:disabled):not(.disabled).active, .show > .btn-sb-new-green.dropdown-toggle {
  color: #fff;
  background-color: #5d833f;
  border-color: #577a3b;
}
.btn-sb-new-green:not(:disabled):not(.disabled):active:focus, .btn-sb-new-green:not(:disabled):not(.disabled).active:focus, .show > .btn-sb-new-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(138, 179, 106, 0.5);
}

.btn-sb-new-gray {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-sb-new-gray:hover {
  color: #212529;
  background-color: lightgray;
  border-color: #cdcdcd;
}
.btn-sb-new-gray:focus, .btn-sb-new-gray.focus {
  color: #212529;
  background-color: lightgray;
  border-color: #cdcdcd;
  box-shadow: 0 0 0 0.2rem rgba(200, 201, 202, 0.5);
}
.btn-sb-new-gray.disabled, .btn-sb-new-gray:disabled {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-sb-new-gray:not(:disabled):not(.disabled):active, .btn-sb-new-gray:not(:disabled):not(.disabled).active, .show > .btn-sb-new-gray.dropdown-toggle {
  color: #212529;
  background-color: #cdcdcd;
  border-color: #c6c6c6;
}
.btn-sb-new-gray:not(:disabled):not(.disabled):active:focus, .btn-sb-new-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-sb-new-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 201, 202, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-sb-dark-blue {
  color: #273351;
  border-color: #273351;
}
.btn-outline-sb-dark-blue:hover {
  color: #fff;
  background-color: #273351;
  border-color: #273351;
}
.btn-outline-sb-dark-blue:focus, .btn-outline-sb-dark-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(39, 51, 81, 0.5);
}
.btn-outline-sb-dark-blue.disabled, .btn-outline-sb-dark-blue:disabled {
  color: #273351;
  background-color: transparent;
}
.btn-outline-sb-dark-blue:not(:disabled):not(.disabled):active, .btn-outline-sb-dark-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-sb-dark-blue.dropdown-toggle {
  color: #fff;
  background-color: #273351;
  border-color: #273351;
}
.btn-outline-sb-dark-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-sb-dark-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-sb-dark-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(39, 51, 81, 0.5);
}

.btn-outline-sb-normal-blue {
  color: #3c4973;
  border-color: #3c4973;
}
.btn-outline-sb-normal-blue:hover {
  color: #fff;
  background-color: #3c4973;
  border-color: #3c4973;
}
.btn-outline-sb-normal-blue:focus, .btn-outline-sb-normal-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 73, 115, 0.5);
}
.btn-outline-sb-normal-blue.disabled, .btn-outline-sb-normal-blue:disabled {
  color: #3c4973;
  background-color: transparent;
}
.btn-outline-sb-normal-blue:not(:disabled):not(.disabled):active, .btn-outline-sb-normal-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-sb-normal-blue.dropdown-toggle {
  color: #fff;
  background-color: #3c4973;
  border-color: #3c4973;
}
.btn-outline-sb-normal-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-sb-normal-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-sb-normal-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 73, 115, 0.5);
}

.btn-outline-sb-easy-blue {
  color: #5b6d99;
  border-color: #5b6d99;
}
.btn-outline-sb-easy-blue:hover {
  color: #fff;
  background-color: #5b6d99;
  border-color: #5b6d99;
}
.btn-outline-sb-easy-blue:focus, .btn-outline-sb-easy-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(91, 109, 153, 0.5);
}
.btn-outline-sb-easy-blue.disabled, .btn-outline-sb-easy-blue:disabled {
  color: #5b6d99;
  background-color: transparent;
}
.btn-outline-sb-easy-blue:not(:disabled):not(.disabled):active, .btn-outline-sb-easy-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-sb-easy-blue.dropdown-toggle {
  color: #fff;
  background-color: #5b6d99;
  border-color: #5b6d99;
}
.btn-outline-sb-easy-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-sb-easy-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-sb-easy-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(91, 109, 153, 0.5);
}

.btn-outline-sb-other-blue {
  color: #47516b;
  border-color: #47516b;
}
.btn-outline-sb-other-blue:hover {
  color: #fff;
  background-color: #47516b;
  border-color: #47516b;
}
.btn-outline-sb-other-blue:focus, .btn-outline-sb-other-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 81, 107, 0.5);
}
.btn-outline-sb-other-blue.disabled, .btn-outline-sb-other-blue:disabled {
  color: #47516b;
  background-color: transparent;
}
.btn-outline-sb-other-blue:not(:disabled):not(.disabled):active, .btn-outline-sb-other-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-sb-other-blue.dropdown-toggle {
  color: #fff;
  background-color: #47516b;
  border-color: #47516b;
}
.btn-outline-sb-other-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-sb-other-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-sb-other-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 81, 107, 0.5);
}

.btn-outline-sb-medium-blue {
  color: #143382;
  border-color: #143382;
}
.btn-outline-sb-medium-blue:hover {
  color: #fff;
  background-color: #143382;
  border-color: #143382;
}
.btn-outline-sb-medium-blue:focus, .btn-outline-sb-medium-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(20, 51, 130, 0.5);
}
.btn-outline-sb-medium-blue.disabled, .btn-outline-sb-medium-blue:disabled {
  color: #143382;
  background-color: transparent;
}
.btn-outline-sb-medium-blue:not(:disabled):not(.disabled):active, .btn-outline-sb-medium-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-sb-medium-blue.dropdown-toggle {
  color: #fff;
  background-color: #143382;
  border-color: #143382;
}
.btn-outline-sb-medium-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-sb-medium-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-sb-medium-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(20, 51, 130, 0.5);
}

.btn-outline-sb-light-blue {
  color: #73b5dd;
  border-color: #73b5dd;
}
.btn-outline-sb-light-blue:hover {
  color: #212529;
  background-color: #73b5dd;
  border-color: #73b5dd;
}
.btn-outline-sb-light-blue:focus, .btn-outline-sb-light-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(115, 181, 221, 0.5);
}
.btn-outline-sb-light-blue.disabled, .btn-outline-sb-light-blue:disabled {
  color: #73b5dd;
  background-color: transparent;
}
.btn-outline-sb-light-blue:not(:disabled):not(.disabled):active, .btn-outline-sb-light-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-sb-light-blue.dropdown-toggle {
  color: #212529;
  background-color: #73b5dd;
  border-color: #73b5dd;
}
.btn-outline-sb-light-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-sb-light-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-sb-light-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(115, 181, 221, 0.5);
}

.btn-outline-sb-lightest-blue {
  color: #f1f7fc;
  border-color: #f1f7fc;
}
.btn-outline-sb-lightest-blue:hover {
  color: #212529;
  background-color: #f1f7fc;
  border-color: #f1f7fc;
}
.btn-outline-sb-lightest-blue:focus, .btn-outline-sb-lightest-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 247, 252, 0.5);
}
.btn-outline-sb-lightest-blue.disabled, .btn-outline-sb-lightest-blue:disabled {
  color: #f1f7fc;
  background-color: transparent;
}
.btn-outline-sb-lightest-blue:not(:disabled):not(.disabled):active, .btn-outline-sb-lightest-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-sb-lightest-blue.dropdown-toggle {
  color: #212529;
  background-color: #f1f7fc;
  border-color: #f1f7fc;
}
.btn-outline-sb-lightest-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-sb-lightest-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-sb-lightest-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 247, 252, 0.5);
}

.btn-outline-sb-soft-blue {
  color: #d1eafd;
  border-color: #d1eafd;
}
.btn-outline-sb-soft-blue:hover {
  color: #212529;
  background-color: #d1eafd;
  border-color: #d1eafd;
}
.btn-outline-sb-soft-blue:focus, .btn-outline-sb-soft-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 234, 253, 0.5);
}
.btn-outline-sb-soft-blue.disabled, .btn-outline-sb-soft-blue:disabled {
  color: #d1eafd;
  background-color: transparent;
}
.btn-outline-sb-soft-blue:not(:disabled):not(.disabled):active, .btn-outline-sb-soft-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-sb-soft-blue.dropdown-toggle {
  color: #212529;
  background-color: #d1eafd;
  border-color: #d1eafd;
}
.btn-outline-sb-soft-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-sb-soft-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-sb-soft-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 234, 253, 0.5);
}

.btn-outline-sb-plans-blue {
  color: #d0ebfe;
  border-color: #d0ebfe;
}
.btn-outline-sb-plans-blue:hover {
  color: #212529;
  background-color: #d0ebfe;
  border-color: #d0ebfe;
}
.btn-outline-sb-plans-blue:focus, .btn-outline-sb-plans-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(208, 235, 254, 0.5);
}
.btn-outline-sb-plans-blue.disabled, .btn-outline-sb-plans-blue:disabled {
  color: #d0ebfe;
  background-color: transparent;
}
.btn-outline-sb-plans-blue:not(:disabled):not(.disabled):active, .btn-outline-sb-plans-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-sb-plans-blue.dropdown-toggle {
  color: #212529;
  background-color: #d0ebfe;
  border-color: #d0ebfe;
}
.btn-outline-sb-plans-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-sb-plans-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-sb-plans-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(208, 235, 254, 0.5);
}

.btn-outline-sb-light-gray {
  color: #ebecf1;
  border-color: #ebecf1;
}
.btn-outline-sb-light-gray:hover {
  color: #212529;
  background-color: #ebecf1;
  border-color: #ebecf1;
}
.btn-outline-sb-light-gray:focus, .btn-outline-sb-light-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 236, 241, 0.5);
}
.btn-outline-sb-light-gray.disabled, .btn-outline-sb-light-gray:disabled {
  color: #ebecf1;
  background-color: transparent;
}
.btn-outline-sb-light-gray:not(:disabled):not(.disabled):active, .btn-outline-sb-light-gray:not(:disabled):not(.disabled).active, .show > .btn-outline-sb-light-gray.dropdown-toggle {
  color: #212529;
  background-color: #ebecf1;
  border-color: #ebecf1;
}
.btn-outline-sb-light-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-sb-light-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-sb-light-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 236, 241, 0.5);
}

.btn-outline-sb-medium-gray {
  color: #9da4b9;
  border-color: #9da4b9;
}
.btn-outline-sb-medium-gray:hover {
  color: #212529;
  background-color: #9da4b9;
  border-color: #9da4b9;
}
.btn-outline-sb-medium-gray:focus, .btn-outline-sb-medium-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(157, 164, 185, 0.5);
}
.btn-outline-sb-medium-gray.disabled, .btn-outline-sb-medium-gray:disabled {
  color: #9da4b9;
  background-color: transparent;
}
.btn-outline-sb-medium-gray:not(:disabled):not(.disabled):active, .btn-outline-sb-medium-gray:not(:disabled):not(.disabled).active, .show > .btn-outline-sb-medium-gray.dropdown-toggle {
  color: #212529;
  background-color: #9da4b9;
  border-color: #9da4b9;
}
.btn-outline-sb-medium-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-sb-medium-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-sb-medium-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(157, 164, 185, 0.5);
}

.btn-outline-sb-soft-gray {
  color: #d2d2d2;
  border-color: #d2d2d2;
}
.btn-outline-sb-soft-gray:hover {
  color: #212529;
  background-color: #d2d2d2;
  border-color: #d2d2d2;
}
.btn-outline-sb-soft-gray:focus, .btn-outline-sb-soft-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(210, 210, 210, 0.5);
}
.btn-outline-sb-soft-gray.disabled, .btn-outline-sb-soft-gray:disabled {
  color: #d2d2d2;
  background-color: transparent;
}
.btn-outline-sb-soft-gray:not(:disabled):not(.disabled):active, .btn-outline-sb-soft-gray:not(:disabled):not(.disabled).active, .show > .btn-outline-sb-soft-gray.dropdown-toggle {
  color: #212529;
  background-color: #d2d2d2;
  border-color: #d2d2d2;
}
.btn-outline-sb-soft-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-sb-soft-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-sb-soft-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(210, 210, 210, 0.5);
}

.btn-outline-sb-dark-gray {
  color: #7b7b7b;
  border-color: #7b7b7b;
}
.btn-outline-sb-dark-gray:hover {
  color: #fff;
  background-color: #7b7b7b;
  border-color: #7b7b7b;
}
.btn-outline-sb-dark-gray:focus, .btn-outline-sb-dark-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(123, 123, 123, 0.5);
}
.btn-outline-sb-dark-gray.disabled, .btn-outline-sb-dark-gray:disabled {
  color: #7b7b7b;
  background-color: transparent;
}
.btn-outline-sb-dark-gray:not(:disabled):not(.disabled):active, .btn-outline-sb-dark-gray:not(:disabled):not(.disabled).active, .show > .btn-outline-sb-dark-gray.dropdown-toggle {
  color: #fff;
  background-color: #7b7b7b;
  border-color: #7b7b7b;
}
.btn-outline-sb-dark-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-sb-dark-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-sb-dark-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(123, 123, 123, 0.5);
}

.btn-outline-sb-green {
  color: #7ac943;
  border-color: #7ac943;
}
.btn-outline-sb-green:hover {
  color: #212529;
  background-color: #7ac943;
  border-color: #7ac943;
}
.btn-outline-sb-green:focus, .btn-outline-sb-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(122, 201, 67, 0.5);
}
.btn-outline-sb-green.disabled, .btn-outline-sb-green:disabled {
  color: #7ac943;
  background-color: transparent;
}
.btn-outline-sb-green:not(:disabled):not(.disabled):active, .btn-outline-sb-green:not(:disabled):not(.disabled).active, .show > .btn-outline-sb-green.dropdown-toggle {
  color: #212529;
  background-color: #7ac943;
  border-color: #7ac943;
}
.btn-outline-sb-green:not(:disabled):not(.disabled):active:focus, .btn-outline-sb-green:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-sb-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(122, 201, 67, 0.5);
}

.btn-outline-sb-red {
  color: #d4145a;
  border-color: #d4145a;
}
.btn-outline-sb-red:hover {
  color: #fff;
  background-color: #d4145a;
  border-color: #d4145a;
}
.btn-outline-sb-red:focus, .btn-outline-sb-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 20, 90, 0.5);
}
.btn-outline-sb-red.disabled, .btn-outline-sb-red:disabled {
  color: #d4145a;
  background-color: transparent;
}
.btn-outline-sb-red:not(:disabled):not(.disabled):active, .btn-outline-sb-red:not(:disabled):not(.disabled).active, .show > .btn-outline-sb-red.dropdown-toggle {
  color: #fff;
  background-color: #d4145a;
  border-color: #d4145a;
}
.btn-outline-sb-red:not(:disabled):not(.disabled):active:focus, .btn-outline-sb-red:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-sb-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 20, 90, 0.5);
}

.btn-outline-sb-yellow {
  color: #f7ce26;
  border-color: #f7ce26;
}
.btn-outline-sb-yellow:hover {
  color: #212529;
  background-color: #f7ce26;
  border-color: #f7ce26;
}
.btn-outline-sb-yellow:focus, .btn-outline-sb-yellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 206, 38, 0.5);
}
.btn-outline-sb-yellow.disabled, .btn-outline-sb-yellow:disabled {
  color: #f7ce26;
  background-color: transparent;
}
.btn-outline-sb-yellow:not(:disabled):not(.disabled):active, .btn-outline-sb-yellow:not(:disabled):not(.disabled).active, .show > .btn-outline-sb-yellow.dropdown-toggle {
  color: #212529;
  background-color: #f7ce26;
  border-color: #f7ce26;
}
.btn-outline-sb-yellow:not(:disabled):not(.disabled):active:focus, .btn-outline-sb-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-sb-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 206, 38, 0.5);
}

.btn-outline-sb-medium-yellow {
  color: #fdf0bd;
  border-color: #fdf0bd;
}
.btn-outline-sb-medium-yellow:hover {
  color: #212529;
  background-color: #fdf0bd;
  border-color: #fdf0bd;
}
.btn-outline-sb-medium-yellow:focus, .btn-outline-sb-medium-yellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 240, 189, 0.5);
}
.btn-outline-sb-medium-yellow.disabled, .btn-outline-sb-medium-yellow:disabled {
  color: #fdf0bd;
  background-color: transparent;
}
.btn-outline-sb-medium-yellow:not(:disabled):not(.disabled):active, .btn-outline-sb-medium-yellow:not(:disabled):not(.disabled).active, .show > .btn-outline-sb-medium-yellow.dropdown-toggle {
  color: #212529;
  background-color: #fdf0bd;
  border-color: #fdf0bd;
}
.btn-outline-sb-medium-yellow:not(:disabled):not(.disabled):active:focus, .btn-outline-sb-medium-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-sb-medium-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 240, 189, 0.5);
}

.btn-outline-sb-light-yellow {
  color: #fffde8;
  border-color: #fffde8;
}
.btn-outline-sb-light-yellow:hover {
  color: #212529;
  background-color: #fffde8;
  border-color: #fffde8;
}
.btn-outline-sb-light-yellow:focus, .btn-outline-sb-light-yellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 253, 232, 0.5);
}
.btn-outline-sb-light-yellow.disabled, .btn-outline-sb-light-yellow:disabled {
  color: #fffde8;
  background-color: transparent;
}
.btn-outline-sb-light-yellow:not(:disabled):not(.disabled):active, .btn-outline-sb-light-yellow:not(:disabled):not(.disabled).active, .show > .btn-outline-sb-light-yellow.dropdown-toggle {
  color: #212529;
  background-color: #fffde8;
  border-color: #fffde8;
}
.btn-outline-sb-light-yellow:not(:disabled):not(.disabled):active:focus, .btn-outline-sb-light-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-sb-light-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 253, 232, 0.5);
}

.btn-outline-sb-pink {
  color: #fcf4f4;
  border-color: #fcf4f4;
}
.btn-outline-sb-pink:hover {
  color: #212529;
  background-color: #fcf4f4;
  border-color: #fcf4f4;
}
.btn-outline-sb-pink:focus, .btn-outline-sb-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 244, 244, 0.5);
}
.btn-outline-sb-pink.disabled, .btn-outline-sb-pink:disabled {
  color: #fcf4f4;
  background-color: transparent;
}
.btn-outline-sb-pink:not(:disabled):not(.disabled):active, .btn-outline-sb-pink:not(:disabled):not(.disabled).active, .show > .btn-outline-sb-pink.dropdown-toggle {
  color: #212529;
  background-color: #fcf4f4;
  border-color: #fcf4f4;
}
.btn-outline-sb-pink:not(:disabled):not(.disabled):active:focus, .btn-outline-sb-pink:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-sb-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 244, 244, 0.5);
}

.btn-outline-sb-light-red {
  color: #ff8e92;
  border-color: #ff8e92;
}
.btn-outline-sb-light-red:hover {
  color: #212529;
  background-color: #ff8e92;
  border-color: #ff8e92;
}
.btn-outline-sb-light-red:focus, .btn-outline-sb-light-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 142, 146, 0.5);
}
.btn-outline-sb-light-red.disabled, .btn-outline-sb-light-red:disabled {
  color: #ff8e92;
  background-color: transparent;
}
.btn-outline-sb-light-red:not(:disabled):not(.disabled):active, .btn-outline-sb-light-red:not(:disabled):not(.disabled).active, .show > .btn-outline-sb-light-red.dropdown-toggle {
  color: #212529;
  background-color: #ff8e92;
  border-color: #ff8e92;
}
.btn-outline-sb-light-red:not(:disabled):not(.disabled):active:focus, .btn-outline-sb-light-red:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-sb-light-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 142, 146, 0.5);
}

.btn-outline-sb-light-green {
  color: #bce4a1;
  border-color: #bce4a1;
}
.btn-outline-sb-light-green:hover {
  color: #212529;
  background-color: #bce4a1;
  border-color: #bce4a1;
}
.btn-outline-sb-light-green:focus, .btn-outline-sb-light-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(188, 228, 161, 0.5);
}
.btn-outline-sb-light-green.disabled, .btn-outline-sb-light-green:disabled {
  color: #bce4a1;
  background-color: transparent;
}
.btn-outline-sb-light-green:not(:disabled):not(.disabled):active, .btn-outline-sb-light-green:not(:disabled):not(.disabled).active, .show > .btn-outline-sb-light-green.dropdown-toggle {
  color: #212529;
  background-color: #bce4a1;
  border-color: #bce4a1;
}
.btn-outline-sb-light-green:not(:disabled):not(.disabled):active:focus, .btn-outline-sb-light-green:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-sb-light-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(188, 228, 161, 0.5);
}

.btn-outline-sb-soft-green {
  color: #f2fff2;
  border-color: #f2fff2;
}
.btn-outline-sb-soft-green:hover {
  color: #212529;
  background-color: #f2fff2;
  border-color: #f2fff2;
}
.btn-outline-sb-soft-green:focus, .btn-outline-sb-soft-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 255, 242, 0.5);
}
.btn-outline-sb-soft-green.disabled, .btn-outline-sb-soft-green:disabled {
  color: #f2fff2;
  background-color: transparent;
}
.btn-outline-sb-soft-green:not(:disabled):not(.disabled):active, .btn-outline-sb-soft-green:not(:disabled):not(.disabled).active, .show > .btn-outline-sb-soft-green.dropdown-toggle {
  color: #212529;
  background-color: #f2fff2;
  border-color: #f2fff2;
}
.btn-outline-sb-soft-green:not(:disabled):not(.disabled):active:focus, .btn-outline-sb-soft-green:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-sb-soft-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 255, 242, 0.5);
}

.btn-outline-sb-orange {
  color: #e5921c;
  border-color: #e5921c;
}
.btn-outline-sb-orange:hover {
  color: #212529;
  background-color: #e5921c;
  border-color: #e5921c;
}
.btn-outline-sb-orange:focus, .btn-outline-sb-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 146, 28, 0.5);
}
.btn-outline-sb-orange.disabled, .btn-outline-sb-orange:disabled {
  color: #e5921c;
  background-color: transparent;
}
.btn-outline-sb-orange:not(:disabled):not(.disabled):active, .btn-outline-sb-orange:not(:disabled):not(.disabled).active, .show > .btn-outline-sb-orange.dropdown-toggle {
  color: #212529;
  background-color: #e5921c;
  border-color: #e5921c;
}
.btn-outline-sb-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-sb-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-sb-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 146, 28, 0.5);
}

.btn-outline-sb-new-cyan {
  color: #38b4d8;
  border-color: #38b4d8;
}
.btn-outline-sb-new-cyan:hover {
  color: #fff;
  background-color: #38b4d8;
  border-color: #38b4d8;
}
.btn-outline-sb-new-cyan:focus, .btn-outline-sb-new-cyan.focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 180, 216, 0.5);
}
.btn-outline-sb-new-cyan.disabled, .btn-outline-sb-new-cyan:disabled {
  color: #38b4d8;
  background-color: transparent;
}
.btn-outline-sb-new-cyan:not(:disabled):not(.disabled):active, .btn-outline-sb-new-cyan:not(:disabled):not(.disabled).active, .show > .btn-outline-sb-new-cyan.dropdown-toggle {
  color: #fff;
  background-color: #38b4d8;
  border-color: #38b4d8;
}
.btn-outline-sb-new-cyan:not(:disabled):not(.disabled):active:focus, .btn-outline-sb-new-cyan:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-sb-new-cyan.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 180, 216, 0.5);
}

.btn-outline-sb-new-blue {
  color: #063d75;
  border-color: #063d75;
}
.btn-outline-sb-new-blue:hover {
  color: #fff;
  background-color: #063d75;
  border-color: #063d75;
}
.btn-outline-sb-new-blue:focus, .btn-outline-sb-new-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(6, 61, 117, 0.5);
}
.btn-outline-sb-new-blue.disabled, .btn-outline-sb-new-blue:disabled {
  color: #063d75;
  background-color: transparent;
}
.btn-outline-sb-new-blue:not(:disabled):not(.disabled):active, .btn-outline-sb-new-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-sb-new-blue.dropdown-toggle {
  color: #fff;
  background-color: #063d75;
  border-color: #063d75;
}
.btn-outline-sb-new-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-sb-new-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-sb-new-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(6, 61, 117, 0.5);
}

.btn-outline-sb-new-orange {
  color: #e4921c;
  border-color: #e4921c;
}
.btn-outline-sb-new-orange:hover {
  color: #212529;
  background-color: #e4921c;
  border-color: #e4921c;
}
.btn-outline-sb-new-orange:focus, .btn-outline-sb-new-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(228, 146, 28, 0.5);
}
.btn-outline-sb-new-orange.disabled, .btn-outline-sb-new-orange:disabled {
  color: #e4921c;
  background-color: transparent;
}
.btn-outline-sb-new-orange:not(:disabled):not(.disabled):active, .btn-outline-sb-new-orange:not(:disabled):not(.disabled).active, .show > .btn-outline-sb-new-orange.dropdown-toggle {
  color: #212529;
  background-color: #e4921c;
  border-color: #e4921c;
}
.btn-outline-sb-new-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-sb-new-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-sb-new-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(228, 146, 28, 0.5);
}

.btn-outline-sb-new-green {
  color: #75a550;
  border-color: #75a550;
}
.btn-outline-sb-new-green:hover {
  color: #fff;
  background-color: #75a550;
  border-color: #75a550;
}
.btn-outline-sb-new-green:focus, .btn-outline-sb-new-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(117, 165, 80, 0.5);
}
.btn-outline-sb-new-green.disabled, .btn-outline-sb-new-green:disabled {
  color: #75a550;
  background-color: transparent;
}
.btn-outline-sb-new-green:not(:disabled):not(.disabled):active, .btn-outline-sb-new-green:not(:disabled):not(.disabled).active, .show > .btn-outline-sb-new-green.dropdown-toggle {
  color: #fff;
  background-color: #75a550;
  border-color: #75a550;
}
.btn-outline-sb-new-green:not(:disabled):not(.disabled):active:focus, .btn-outline-sb-new-green:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-sb-new-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(117, 165, 80, 0.5);
}

.btn-outline-sb-new-gray {
  color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-outline-sb-new-gray:hover {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-outline-sb-new-gray:focus, .btn-outline-sb-new-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5);
}
.btn-outline-sb-new-gray.disabled, .btn-outline-sb-new-gray:disabled {
  color: #e6e6e6;
  background-color: transparent;
}
.btn-outline-sb-new-gray:not(:disabled):not(.disabled):active, .btn-outline-sb-new-gray:not(:disabled):not(.disabled).active, .show > .btn-outline-sb-new-gray.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-outline-sb-new-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-sb-new-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-sb-new-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #a3d5fc;
  text-decoration: none;
}
.btn-link:hover {
  color: #a3d5fc;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-left: 0.3em solid transparent;
  border-bottom: 0;
  border-right: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-right: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  display: none;
  float: right;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: right;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  left: auto;
  right: 0;
}

.dropdown-menu-right {
  left: 0;
  right: auto;
}

@media (min-width: 768px) {
  .dropdown-menu-sm-left {
    left: auto;
    right: 0;
  }

  .dropdown-menu-sm-right {
    left: 0;
    right: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-md-left {
    left: auto;
    right: 0;
  }

  .dropdown-menu-md-right {
    left: 0;
    right: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-lg-left {
    left: auto;
    right: 0;
  }

  .dropdown-menu-lg-right {
    left: 0;
    right: auto;
  }
}
@media (min-width: 1367px) {
  .dropdown-menu-xl-left {
    left: auto;
    right: 0;
  }

  .dropdown-menu-xl-right {
    left: 0;
    right: auto;
  }
}
@media (min-width: 1921px) {
  .dropdown-menu-xxl-left {
    left: auto;
    right: 0;
  }

  .dropdown-menu-xxl-right {
    left: 0;
    right: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-left: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-right: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-right: 0;
}

.dropright .dropdown-menu {
  top: 0;
  left: auto;
  right: 100%;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-left: 0;
  border-bottom: 0.3em solid transparent;
  border-right: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-right: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  left: 100%;
  right: auto;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-right: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  left: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.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;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-right: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.dropdown-toggle-split {
  padding-left: 0.5625rem;
  padding-right: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-right: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-right: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-right: -1px;
}

.input-group-prepend {
  margin-left: -1px;
}

.input-group-append {
  margin-right: -1px;
}

.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;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-left: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-right: 1.5rem;
  color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-left: 1rem;
}

.custom-control-input {
  position: absolute;
  right: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  right: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  right: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.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");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.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");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.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");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-right: 2.25rem;
}
.custom-switch .custom-control-label::before {
  right: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  right: 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) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(-0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem 0.375rem 1.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") left 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-left: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  left: 0;
  right: 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;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  left: 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-right: inherit;
  border-radius: 0.25rem 0 0 0.25rem;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  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) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  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) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  background-color: #007bff;
  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) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-left: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-right: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl,
.navbar .container-xxl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-left: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-right: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.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;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 767.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl,
.navbar-expand-sm > .container-xxl {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl,
.navbar-expand-sm > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl,
.navbar-expand-md > .container-xxl {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl,
.navbar-expand-md > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl,
.navbar-expand-lg > .container-xxl {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl,
.navbar-expand-lg > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1366.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl,
.navbar-expand-xl > .container-xxl {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1367px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl,
.navbar-expand-xl > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1920.98px) {
  .navbar-expand-xxl > .container,
.navbar-expand-xxl > .container-fluid,
.navbar-expand-xxl > .container-sm,
.navbar-expand-xxl > .container-md,
.navbar-expand-xxl > .container-lg,
.navbar-expand-xxl > .container-xl,
.navbar-expand-xxl > .container-xxl {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1921px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-xxl > .container,
.navbar-expand-xxl > .container-fluid,
.navbar-expand-xxl > .container-sm,
.navbar-expand-xxl > .container-md,
.navbar-expand-xxl > .container-lg,
.navbar-expand-xxl > .container-xl,
.navbar-expand-xxl > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  padding-left: 0;
  padding-right: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.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");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.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");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.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;
}
.card > hr {
  margin-left: 0;
  margin-right: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-right: 1.25rem;
}

.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);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.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);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-left: -0.625rem;
  margin-bottom: -0.75rem;
  margin-right: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-left: 15px;
    margin-bottom: 0;
    margin-right: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-right: 0;
    border-right: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-right-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-right: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-right: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-right: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.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) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-left: 0.6em;
  padding-right: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.badge-sb-dark-blue {
  color: #fff;
  background-color: #273351;
}
a.badge-sb-dark-blue:hover, a.badge-sb-dark-blue:focus {
  color: #fff;
  background-color: #161d2f;
}
a.badge-sb-dark-blue:focus, a.badge-sb-dark-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(39, 51, 81, 0.5);
}

.badge-sb-normal-blue {
  color: #fff;
  background-color: #3c4973;
}
a.badge-sb-normal-blue:hover, a.badge-sb-normal-blue:focus {
  color: #fff;
  background-color: #2b3451;
}
a.badge-sb-normal-blue:focus, a.badge-sb-normal-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(60, 73, 115, 0.5);
}

.badge-sb-easy-blue {
  color: #fff;
  background-color: #5b6d99;
}
a.badge-sb-easy-blue:hover, a.badge-sb-easy-blue:focus {
  color: #fff;
  background-color: #485679;
}
a.badge-sb-easy-blue:focus, a.badge-sb-easy-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(91, 109, 153, 0.5);
}

.badge-sb-other-blue {
  color: #fff;
  background-color: #47516b;
}
a.badge-sb-other-blue:hover, a.badge-sb-other-blue:focus {
  color: #fff;
  background-color: #333a4c;
}
a.badge-sb-other-blue:focus, a.badge-sb-other-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(71, 81, 107, 0.5);
}

.badge-sb-medium-blue {
  color: #fff;
  background-color: #143382;
}
a.badge-sb-medium-blue:hover, a.badge-sb-medium-blue:focus {
  color: #fff;
  background-color: #0d2256;
}
a.badge-sb-medium-blue:focus, a.badge-sb-medium-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(20, 51, 130, 0.5);
}

.badge-sb-light-blue {
  color: #212529;
  background-color: #73b5dd;
}
a.badge-sb-light-blue:hover, a.badge-sb-light-blue:focus {
  color: #212529;
  background-color: #4a9fd3;
}
a.badge-sb-light-blue:focus, a.badge-sb-light-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(115, 181, 221, 0.5);
}

.badge-sb-lightest-blue {
  color: #212529;
  background-color: #f1f7fc;
}
a.badge-sb-lightest-blue:hover, a.badge-sb-lightest-blue:focus {
  color: #212529;
  background-color: #c7dff3;
}
a.badge-sb-lightest-blue:focus, a.badge-sb-lightest-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(241, 247, 252, 0.5);
}

.badge-sb-soft-blue {
  color: #212529;
  background-color: #d1eafd;
}
a.badge-sb-soft-blue:hover, a.badge-sb-soft-blue:focus {
  color: #212529;
  background-color: #a0d4fb;
}
a.badge-sb-soft-blue:focus, a.badge-sb-soft-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(209, 234, 253, 0.5);
}

.badge-sb-plans-blue {
  color: #212529;
  background-color: #d0ebfe;
}
a.badge-sb-plans-blue:hover, a.badge-sb-plans-blue:focus {
  color: #212529;
  background-color: #9ed6fd;
}
a.badge-sb-plans-blue:focus, a.badge-sb-plans-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(208, 235, 254, 0.5);
}

.badge-sb-light-gray {
  color: #212529;
  background-color: #ebecf1;
}
a.badge-sb-light-gray:hover, a.badge-sb-light-gray:focus {
  color: #212529;
  background-color: #cdd0dc;
}
a.badge-sb-light-gray:focus, a.badge-sb-light-gray.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(235, 236, 241, 0.5);
}

.badge-sb-medium-gray {
  color: #212529;
  background-color: #9da4b9;
}
a.badge-sb-medium-gray:hover, a.badge-sb-medium-gray:focus {
  color: #212529;
  background-color: #7f88a4;
}
a.badge-sb-medium-gray:focus, a.badge-sb-medium-gray.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(157, 164, 185, 0.5);
}

.badge-sb-soft-gray {
  color: #212529;
  background-color: #d2d2d2;
}
a.badge-sb-soft-gray:hover, a.badge-sb-soft-gray:focus {
  color: #212529;
  background-color: #b9b9b9;
}
a.badge-sb-soft-gray:focus, a.badge-sb-soft-gray.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(210, 210, 210, 0.5);
}

.badge-sb-dark-gray {
  color: #fff;
  background-color: #7b7b7b;
}
a.badge-sb-dark-gray:hover, a.badge-sb-dark-gray:focus {
  color: #fff;
  background-color: #626262;
}
a.badge-sb-dark-gray:focus, a.badge-sb-dark-gray.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(123, 123, 123, 0.5);
}

.badge-sb-green {
  color: #212529;
  background-color: #7ac943;
}
a.badge-sb-green:hover, a.badge-sb-green:focus {
  color: #212529;
  background-color: #62a930;
}
a.badge-sb-green:focus, a.badge-sb-green.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(122, 201, 67, 0.5);
}

.badge-sb-red {
  color: #fff;
  background-color: #d4145a;
}
a.badge-sb-red:hover, a.badge-sb-red:focus {
  color: #fff;
  background-color: #a51046;
}
a.badge-sb-red:focus, a.badge-sb-red.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(212, 20, 90, 0.5);
}

.badge-sb-yellow {
  color: #212529;
  background-color: #f7ce26;
}
a.badge-sb-yellow:hover, a.badge-sb-yellow:focus {
  color: #212529;
  background-color: #e2b708;
}
a.badge-sb-yellow:focus, a.badge-sb-yellow.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(247, 206, 38, 0.5);
}

.badge-sb-medium-yellow {
  color: #212529;
  background-color: #fdf0bd;
}
a.badge-sb-medium-yellow:hover, a.badge-sb-medium-yellow:focus {
  color: #212529;
  background-color: #fce58c;
}
a.badge-sb-medium-yellow:focus, a.badge-sb-medium-yellow.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(253, 240, 189, 0.5);
}

.badge-sb-light-yellow {
  color: #212529;
  background-color: #fffde8;
}
a.badge-sb-light-yellow:hover, a.badge-sb-light-yellow:focus {
  color: #212529;
  background-color: #fff9b5;
}
a.badge-sb-light-yellow:focus, a.badge-sb-light-yellow.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 253, 232, 0.5);
}

.badge-sb-pink {
  color: #212529;
  background-color: #fcf4f4;
}
a.badge-sb-pink:hover, a.badge-sb-pink:focus {
  color: #212529;
  background-color: #f1cccc;
}
a.badge-sb-pink:focus, a.badge-sb-pink.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(252, 244, 244, 0.5);
}

.badge-sb-light-red {
  color: #212529;
  background-color: #ff8e92;
}
a.badge-sb-light-red:hover, a.badge-sb-light-red:focus {
  color: #212529;
  background-color: #ff5b61;
}
a.badge-sb-light-red:focus, a.badge-sb-light-red.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 142, 146, 0.5);
}

.badge-sb-light-green {
  color: #212529;
  background-color: #bce4a1;
}
a.badge-sb-light-green:hover, a.badge-sb-light-green:focus {
  color: #212529;
  background-color: #a0d979;
}
a.badge-sb-light-green:focus, a.badge-sb-light-green.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(188, 228, 161, 0.5);
}

.badge-sb-soft-green {
  color: #212529;
  background-color: #f2fff2;
}
a.badge-sb-soft-green:hover, a.badge-sb-soft-green:focus {
  color: #212529;
  background-color: #bfffbf;
}
a.badge-sb-soft-green:focus, a.badge-sb-soft-green.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(242, 255, 242, 0.5);
}

.badge-sb-orange {
  color: #212529;
  background-color: #e5921c;
}
a.badge-sb-orange:hover, a.badge-sb-orange:focus {
  color: #212529;
  background-color: #b97515;
}
a.badge-sb-orange:focus, a.badge-sb-orange.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(229, 146, 28, 0.5);
}

.badge-sb-new-cyan {
  color: #fff;
  background-color: #38b4d8;
}
a.badge-sb-new-cyan:hover, a.badge-sb-new-cyan:focus {
  color: #fff;
  background-color: #2497b9;
}
a.badge-sb-new-cyan:focus, a.badge-sb-new-cyan.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(56, 180, 216, 0.5);
}

.badge-sb-new-blue {
  color: #fff;
  background-color: #063d75;
}
a.badge-sb-new-blue:hover, a.badge-sb-new-blue:focus {
  color: #fff;
  background-color: #042444;
}
a.badge-sb-new-blue:focus, a.badge-sb-new-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(6, 61, 117, 0.5);
}

.badge-sb-new-orange {
  color: #212529;
  background-color: #e4921c;
}
a.badge-sb-new-orange:hover, a.badge-sb-new-orange:focus {
  color: #212529;
  background-color: #b77516;
}
a.badge-sb-new-orange:focus, a.badge-sb-new-orange.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(228, 146, 28, 0.5);
}

.badge-sb-new-green {
  color: #fff;
  background-color: #75a550;
}
a.badge-sb-new-green:hover, a.badge-sb-new-green:focus {
  color: #fff;
  background-color: #5d833f;
}
a.badge-sb-new-green:focus, a.badge-sb-new-green.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(117, 165, 80, 0.5);
}

.badge-sb-new-gray {
  color: #212529;
  background-color: #e6e6e6;
}
a.badge-sb-new-gray:hover, a.badge-sb-new-gray:focus {
  color: #212529;
  background-color: #cdcdcd;
}
a.badge-sb-new-gray:focus, a.badge-sb-new-gray.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 768px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-left: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

.alert-sb-dark-blue {
  color: #141b2a;
  background-color: #d4d6dc;
  border-color: #c3c6ce;
}
.alert-sb-dark-blue hr {
  border-top-color: #b5b9c3;
}
.alert-sb-dark-blue .alert-link {
  color: #040507;
}

.alert-sb-normal-blue {
  color: #1f263c;
  background-color: #d8dbe3;
  border-color: #c8ccd8;
}
.alert-sb-normal-blue hr {
  border-top-color: #b9becd;
}
.alert-sb-normal-blue .alert-link {
  color: #0e111a;
}

.alert-sb-easy-blue {
  color: #2f3950;
  background-color: #dee2eb;
  border-color: #d1d6e2;
}
.alert-sb-easy-blue hr {
  border-top-color: #c1c8d8;
}
.alert-sb-easy-blue .alert-link {
  color: #1c2230;
}

.alert-sb-other-blue {
  color: #252a38;
  background-color: #dadce1;
  border-color: #cbced6;
}
.alert-sb-other-blue hr {
  border-top-color: #bdc1cb;
}
.alert-sb-other-blue .alert-link {
  color: #111319;
}

.alert-sb-medium-blue {
  color: #0a1b44;
  background-color: #d0d6e6;
  border-color: #bdc6dc;
}
.alert-sb-medium-blue hr {
  border-top-color: #acb8d3;
}
.alert-sb-medium-blue .alert-link {
  color: #030918;
}

.alert-sb-light-blue {
  color: #3c5e73;
  background-color: #e3f0f8;
  border-color: #d8eaf5;
}
.alert-sb-light-blue hr {
  border-top-color: #c4dff0;
}
.alert-sb-light-blue .alert-link {
  color: #2b4351;
}

.alert-sb-lightest-blue {
  color: #7d8083;
  background-color: #fcfdfe;
  border-color: #fbfdfe;
}
.alert-sb-lightest-blue hr {
  border-top-color: #e7f3f9;
}
.alert-sb-lightest-blue .alert-link {
  color: #646769;
}

.alert-sb-soft-blue {
  color: #6d7a84;
  background-color: #f6fbff;
  border-color: #f2f9fe;
}
.alert-sb-soft-blue hr {
  border-top-color: #daeefc;
}
.alert-sb-soft-blue .alert-link {
  color: #566068;
}

.alert-sb-plans-blue {
  color: #6c7a84;
  background-color: #f6fbff;
  border-color: #f2f9ff;
}
.alert-sb-plans-blue hr {
  border-top-color: #d9edff;
}
.alert-sb-plans-blue .alert-link {
  color: #556068;
}

.alert-sb-light-gray {
  color: #7a7b7d;
  background-color: #fbfbfc;
  border-color: #f9fafb;
}
.alert-sb-light-gray hr {
  border-top-color: #eaedf1;
}
.alert-sb-light-gray .alert-link {
  color: #616263;
}

.alert-sb-medium-gray {
  color: #525560;
  background-color: #ebedf1;
  border-color: #e4e6eb;
}
.alert-sb-medium-gray hr {
  border-top-color: #d5d8e0;
}
.alert-sb-medium-gray .alert-link {
  color: #3b3d44;
}

.alert-sb-soft-gray {
  color: #6d6d6d;
  background-color: #f6f6f6;
  border-color: #f2f2f2;
}
.alert-sb-soft-gray hr {
  border-top-color: #e5e5e5;
}
.alert-sb-soft-gray .alert-link {
  color: #545454;
}

.alert-sb-dark-gray {
  color: #404040;
  background-color: #e5e5e5;
  border-color: #dadada;
}
.alert-sb-dark-gray hr {
  border-top-color: #cdcdcd;
}
.alert-sb-dark-gray .alert-link {
  color: #272727;
}

.alert-sb-green {
  color: #3f6923;
  background-color: #e4f4d9;
  border-color: #daf0ca;
}
.alert-sb-green hr {
  border-top-color: #cceab6;
}
.alert-sb-green .alert-link {
  color: #284316;
}

.alert-sb-red {
  color: #6e0a2f;
  background-color: #f6d0de;
  border-color: #f3bdd1;
}
.alert-sb-red hr {
  border-top-color: #efa7c2;
}
.alert-sb-red .alert-link {
  color: #3f061b;
}

.alert-sb-yellow {
  color: #806b14;
  background-color: #fdf5d4;
  border-color: #fdf1c2;
}
.alert-sb-yellow hr {
  border-top-color: #fceba9;
}
.alert-sb-yellow .alert-link {
  color: #54460d;
}

.alert-sb-medium-yellow {
  color: #847d62;
  background-color: #fffcf2;
  border-color: #fefbed;
}
.alert-sb-medium-yellow hr {
  border-top-color: #fdf6d5;
}
.alert-sb-medium-yellow .alert-link {
  color: #67614c;
}

.alert-sb-light-yellow {
  color: #858479;
  background-color: #fffffa;
  border-color: #fffef9;
}
.alert-sb-light-yellow hr {
  border-top-color: #fffae0;
}
.alert-sb-light-yellow .alert-link {
  color: #6a6961;
}

.alert-sb-pink {
  color: #837f7f;
  background-color: #fefdfd;
  border-color: #fefcfc;
}
.alert-sb-pink hr {
  border-top-color: #f8e9e9;
}
.alert-sb-pink .alert-link {
  color: #696666;
}

.alert-sb-light-red {
  color: #854a4c;
  background-color: #ffe8e9;
  border-color: #ffdfe0;
}
.alert-sb-light-red hr {
  border-top-color: #ffc6c7;
}
.alert-sb-light-red .alert-link {
  color: #643839;
}

.alert-sb-light-green {
  color: #627754;
  background-color: #f2faec;
  border-color: #ecf7e5;
}
.alert-sb-light-green hr {
  border-top-color: #def1d2;
}
.alert-sb-light-green .alert-link {
  color: #49593f;
}

.alert-sb-soft-green {
  color: #7e857e;
  background-color: #fcfffc;
  border-color: #fbfffb;
}
.alert-sb-soft-green hr {
  border-top-color: #e2ffe2;
}
.alert-sb-soft-green .alert-link {
  color: #656b65;
}

.alert-sb-orange {
  color: #774c0f;
  background-color: #fae9d2;
  border-color: #f8e0bf;
}
.alert-sb-orange hr {
  border-top-color: #f5d5a8;
}
.alert-sb-orange .alert-link {
  color: #4a2f09;
}

.alert-sb-new-cyan {
  color: #1d5e70;
  background-color: #d7f0f7;
  border-color: #c7eaf4;
}
.alert-sb-new-cyan hr {
  border-top-color: #b2e2f0;
}
.alert-sb-new-cyan .alert-link {
  color: #133c47;
}

.alert-sb-new-blue {
  color: #03203d;
  background-color: #cdd8e3;
  border-color: #b9c9d8;
}
.alert-sb-new-blue hr {
  border-top-color: #a9bccf;
}
.alert-sb-new-blue .alert-link {
  color: #01070c;
}

.alert-sb-new-orange {
  color: #774c0f;
  background-color: #fae9d2;
  border-color: #f7e0bf;
}
.alert-sb-new-orange hr {
  border-top-color: #f4d5a8;
}
.alert-sb-new-orange .alert-link {
  color: #4a2f09;
}

.alert-sb-new-green {
  color: #3d562a;
  background-color: #e3eddc;
  border-color: #d8e6ce;
}
.alert-sb-new-green hr {
  border-top-color: #cbddbd;
}
.alert-sb-new-green .alert-link {
  color: #253419;
}

.alert-sb-new-gray {
  color: #787878;
  background-color: #fafafa;
  border-color: #f8f8f8;
}
.alert-sb-new-gray hr {
  border-top-color: #ebebeb;
}
.alert-sb-new-gray .alert-link {
  color: #5f5f5f;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

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

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-right: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-right-radius: inherit;
  border-top-left-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-left-radius: 0.25rem;
  border-bottom-right-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-right-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-right: -1px;
  border-right-width: 1px;
}

@media (min-width: 768px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-right-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-right: -1px;
    border-right-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-right-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-right: -1px;
    border-right-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-right-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-right: -1px;
    border-right-width: 1px;
  }
}
@media (min-width: 1367px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-right-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-right: -1px;
    border-right-width: 1px;
  }
}
@media (min-width: 1921px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-right-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-right: -1px;
    border-right-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.list-group-item-sb-dark-blue {
  color: #141b2a;
  background-color: #c3c6ce;
}
.list-group-item-sb-dark-blue.list-group-item-action:hover, .list-group-item-sb-dark-blue.list-group-item-action:focus {
  color: #141b2a;
  background-color: #b5b9c3;
}
.list-group-item-sb-dark-blue.list-group-item-action.active {
  color: #fff;
  background-color: #141b2a;
  border-color: #141b2a;
}

.list-group-item-sb-normal-blue {
  color: #1f263c;
  background-color: #c8ccd8;
}
.list-group-item-sb-normal-blue.list-group-item-action:hover, .list-group-item-sb-normal-blue.list-group-item-action:focus {
  color: #1f263c;
  background-color: #b9becd;
}
.list-group-item-sb-normal-blue.list-group-item-action.active {
  color: #fff;
  background-color: #1f263c;
  border-color: #1f263c;
}

.list-group-item-sb-easy-blue {
  color: #2f3950;
  background-color: #d1d6e2;
}
.list-group-item-sb-easy-blue.list-group-item-action:hover, .list-group-item-sb-easy-blue.list-group-item-action:focus {
  color: #2f3950;
  background-color: #c1c8d8;
}
.list-group-item-sb-easy-blue.list-group-item-action.active {
  color: #fff;
  background-color: #2f3950;
  border-color: #2f3950;
}

.list-group-item-sb-other-blue {
  color: #252a38;
  background-color: #cbced6;
}
.list-group-item-sb-other-blue.list-group-item-action:hover, .list-group-item-sb-other-blue.list-group-item-action:focus {
  color: #252a38;
  background-color: #bdc1cb;
}
.list-group-item-sb-other-blue.list-group-item-action.active {
  color: #fff;
  background-color: #252a38;
  border-color: #252a38;
}

.list-group-item-sb-medium-blue {
  color: #0a1b44;
  background-color: #bdc6dc;
}
.list-group-item-sb-medium-blue.list-group-item-action:hover, .list-group-item-sb-medium-blue.list-group-item-action:focus {
  color: #0a1b44;
  background-color: #acb8d3;
}
.list-group-item-sb-medium-blue.list-group-item-action.active {
  color: #fff;
  background-color: #0a1b44;
  border-color: #0a1b44;
}

.list-group-item-sb-light-blue {
  color: #3c5e73;
  background-color: #d8eaf5;
}
.list-group-item-sb-light-blue.list-group-item-action:hover, .list-group-item-sb-light-blue.list-group-item-action:focus {
  color: #3c5e73;
  background-color: #c4dff0;
}
.list-group-item-sb-light-blue.list-group-item-action.active {
  color: #fff;
  background-color: #3c5e73;
  border-color: #3c5e73;
}

.list-group-item-sb-lightest-blue {
  color: #7d8083;
  background-color: #fbfdfe;
}
.list-group-item-sb-lightest-blue.list-group-item-action:hover, .list-group-item-sb-lightest-blue.list-group-item-action:focus {
  color: #7d8083;
  background-color: #e7f3f9;
}
.list-group-item-sb-lightest-blue.list-group-item-action.active {
  color: #fff;
  background-color: #7d8083;
  border-color: #7d8083;
}

.list-group-item-sb-soft-blue {
  color: #6d7a84;
  background-color: #f2f9fe;
}
.list-group-item-sb-soft-blue.list-group-item-action:hover, .list-group-item-sb-soft-blue.list-group-item-action:focus {
  color: #6d7a84;
  background-color: #daeefc;
}
.list-group-item-sb-soft-blue.list-group-item-action.active {
  color: #fff;
  background-color: #6d7a84;
  border-color: #6d7a84;
}

.list-group-item-sb-plans-blue {
  color: #6c7a84;
  background-color: #f2f9ff;
}
.list-group-item-sb-plans-blue.list-group-item-action:hover, .list-group-item-sb-plans-blue.list-group-item-action:focus {
  color: #6c7a84;
  background-color: #d9edff;
}
.list-group-item-sb-plans-blue.list-group-item-action.active {
  color: #fff;
  background-color: #6c7a84;
  border-color: #6c7a84;
}

.list-group-item-sb-light-gray {
  color: #7a7b7d;
  background-color: #f9fafb;
}
.list-group-item-sb-light-gray.list-group-item-action:hover, .list-group-item-sb-light-gray.list-group-item-action:focus {
  color: #7a7b7d;
  background-color: #eaedf1;
}
.list-group-item-sb-light-gray.list-group-item-action.active {
  color: #fff;
  background-color: #7a7b7d;
  border-color: #7a7b7d;
}

.list-group-item-sb-medium-gray {
  color: #525560;
  background-color: #e4e6eb;
}
.list-group-item-sb-medium-gray.list-group-item-action:hover, .list-group-item-sb-medium-gray.list-group-item-action:focus {
  color: #525560;
  background-color: #d5d8e0;
}
.list-group-item-sb-medium-gray.list-group-item-action.active {
  color: #fff;
  background-color: #525560;
  border-color: #525560;
}

.list-group-item-sb-soft-gray {
  color: #6d6d6d;
  background-color: #f2f2f2;
}
.list-group-item-sb-soft-gray.list-group-item-action:hover, .list-group-item-sb-soft-gray.list-group-item-action:focus {
  color: #6d6d6d;
  background-color: #e5e5e5;
}
.list-group-item-sb-soft-gray.list-group-item-action.active {
  color: #fff;
  background-color: #6d6d6d;
  border-color: #6d6d6d;
}

.list-group-item-sb-dark-gray {
  color: #404040;
  background-color: #dadada;
}
.list-group-item-sb-dark-gray.list-group-item-action:hover, .list-group-item-sb-dark-gray.list-group-item-action:focus {
  color: #404040;
  background-color: #cdcdcd;
}
.list-group-item-sb-dark-gray.list-group-item-action.active {
  color: #fff;
  background-color: #404040;
  border-color: #404040;
}

.list-group-item-sb-green {
  color: #3f6923;
  background-color: #daf0ca;
}
.list-group-item-sb-green.list-group-item-action:hover, .list-group-item-sb-green.list-group-item-action:focus {
  color: #3f6923;
  background-color: #cceab6;
}
.list-group-item-sb-green.list-group-item-action.active {
  color: #fff;
  background-color: #3f6923;
  border-color: #3f6923;
}

.list-group-item-sb-red {
  color: #6e0a2f;
  background-color: #f3bdd1;
}
.list-group-item-sb-red.list-group-item-action:hover, .list-group-item-sb-red.list-group-item-action:focus {
  color: #6e0a2f;
  background-color: #efa7c2;
}
.list-group-item-sb-red.list-group-item-action.active {
  color: #fff;
  background-color: #6e0a2f;
  border-color: #6e0a2f;
}

.list-group-item-sb-yellow {
  color: #806b14;
  background-color: #fdf1c2;
}
.list-group-item-sb-yellow.list-group-item-action:hover, .list-group-item-sb-yellow.list-group-item-action:focus {
  color: #806b14;
  background-color: #fceba9;
}
.list-group-item-sb-yellow.list-group-item-action.active {
  color: #fff;
  background-color: #806b14;
  border-color: #806b14;
}

.list-group-item-sb-medium-yellow {
  color: #847d62;
  background-color: #fefbed;
}
.list-group-item-sb-medium-yellow.list-group-item-action:hover, .list-group-item-sb-medium-yellow.list-group-item-action:focus {
  color: #847d62;
  background-color: #fdf6d5;
}
.list-group-item-sb-medium-yellow.list-group-item-action.active {
  color: #fff;
  background-color: #847d62;
  border-color: #847d62;
}

.list-group-item-sb-light-yellow {
  color: #858479;
  background-color: #fffef9;
}
.list-group-item-sb-light-yellow.list-group-item-action:hover, .list-group-item-sb-light-yellow.list-group-item-action:focus {
  color: #858479;
  background-color: #fffae0;
}
.list-group-item-sb-light-yellow.list-group-item-action.active {
  color: #fff;
  background-color: #858479;
  border-color: #858479;
}

.list-group-item-sb-pink {
  color: #837f7f;
  background-color: #fefcfc;
}
.list-group-item-sb-pink.list-group-item-action:hover, .list-group-item-sb-pink.list-group-item-action:focus {
  color: #837f7f;
  background-color: #f8e9e9;
}
.list-group-item-sb-pink.list-group-item-action.active {
  color: #fff;
  background-color: #837f7f;
  border-color: #837f7f;
}

.list-group-item-sb-light-red {
  color: #854a4c;
  background-color: #ffdfe0;
}
.list-group-item-sb-light-red.list-group-item-action:hover, .list-group-item-sb-light-red.list-group-item-action:focus {
  color: #854a4c;
  background-color: #ffc6c7;
}
.list-group-item-sb-light-red.list-group-item-action.active {
  color: #fff;
  background-color: #854a4c;
  border-color: #854a4c;
}

.list-group-item-sb-light-green {
  color: #627754;
  background-color: #ecf7e5;
}
.list-group-item-sb-light-green.list-group-item-action:hover, .list-group-item-sb-light-green.list-group-item-action:focus {
  color: #627754;
  background-color: #def1d2;
}
.list-group-item-sb-light-green.list-group-item-action.active {
  color: #fff;
  background-color: #627754;
  border-color: #627754;
}

.list-group-item-sb-soft-green {
  color: #7e857e;
  background-color: #fbfffb;
}
.list-group-item-sb-soft-green.list-group-item-action:hover, .list-group-item-sb-soft-green.list-group-item-action:focus {
  color: #7e857e;
  background-color: #e2ffe2;
}
.list-group-item-sb-soft-green.list-group-item-action.active {
  color: #fff;
  background-color: #7e857e;
  border-color: #7e857e;
}

.list-group-item-sb-orange {
  color: #774c0f;
  background-color: #f8e0bf;
}
.list-group-item-sb-orange.list-group-item-action:hover, .list-group-item-sb-orange.list-group-item-action:focus {
  color: #774c0f;
  background-color: #f5d5a8;
}
.list-group-item-sb-orange.list-group-item-action.active {
  color: #fff;
  background-color: #774c0f;
  border-color: #774c0f;
}

.list-group-item-sb-new-cyan {
  color: #1d5e70;
  background-color: #c7eaf4;
}
.list-group-item-sb-new-cyan.list-group-item-action:hover, .list-group-item-sb-new-cyan.list-group-item-action:focus {
  color: #1d5e70;
  background-color: #b2e2f0;
}
.list-group-item-sb-new-cyan.list-group-item-action.active {
  color: #fff;
  background-color: #1d5e70;
  border-color: #1d5e70;
}

.list-group-item-sb-new-blue {
  color: #03203d;
  background-color: #b9c9d8;
}
.list-group-item-sb-new-blue.list-group-item-action:hover, .list-group-item-sb-new-blue.list-group-item-action:focus {
  color: #03203d;
  background-color: #a9bccf;
}
.list-group-item-sb-new-blue.list-group-item-action.active {
  color: #fff;
  background-color: #03203d;
  border-color: #03203d;
}

.list-group-item-sb-new-orange {
  color: #774c0f;
  background-color: #f7e0bf;
}
.list-group-item-sb-new-orange.list-group-item-action:hover, .list-group-item-sb-new-orange.list-group-item-action:focus {
  color: #774c0f;
  background-color: #f4d5a8;
}
.list-group-item-sb-new-orange.list-group-item-action.active {
  color: #fff;
  background-color: #774c0f;
  border-color: #774c0f;
}

.list-group-item-sb-new-green {
  color: #3d562a;
  background-color: #d8e6ce;
}
.list-group-item-sb-new-green.list-group-item-action:hover, .list-group-item-sb-new-green.list-group-item-action:focus {
  color: #3d562a;
  background-color: #cbddbd;
}
.list-group-item-sb-new-green.list-group-item-action.active {
  color: #fff;
  background-color: #3d562a;
  border-color: #3d562a;
}

.list-group-item-sb-new-gray {
  color: #787878;
  background-color: #f8f8f8;
}
.list-group-item-sb-new-gray.list-group-item-action:hover, .list-group-item-sb-new-gray.list-group-item-action:focus {
  color: #787878;
  background-color: #ebebeb;
}
.list-group-item-sb-new-gray.list-group-item-action.active {
  color: #fff;
  background-color: #787878;
  border-color: #787878;
}

.close {
  float: left;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
@media (max-width: 1200px) {
  .close {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.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-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

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

.modal {
  position: fixed;
  top: 0;
  right: 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;
  right: 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-right-radius: calc(0.3rem - 1px);
  border-top-left-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem auto -1rem -1rem;
}

.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-left-radius: calc(0.3rem - 1px);
  border-bottom-right-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: 768px) {
  .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: 1200px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1367px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.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: right;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.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, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

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

.popover {
  position: absolute;
  top: 0;
  right: 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: right;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-right: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  right: 50%;
  display: block;
  width: 1rem;
  margin-right: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-left: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-right-radius: calc(0.3rem - 1px);
  border-top-left-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: right;
  width: 100%;
  margin-left: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(-100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  right: 0;
}

.carousel-control-next {
  left: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

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

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

.carousel-indicators {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-right: 0;
  margin-left: 15%;
  margin-right: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-left: 3px;
  margin-right: 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) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  bottom: 20px;
  right: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-left-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.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;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-sb-dark-blue {
  background-color: #273351 !important;
}

a.bg-sb-dark-blue:hover, a.bg-sb-dark-blue:focus,
button.bg-sb-dark-blue:hover,
button.bg-sb-dark-blue:focus {
  background-color: #161d2f !important;
}

.bg-sb-normal-blue {
  background-color: #3c4973 !important;
}

a.bg-sb-normal-blue:hover, a.bg-sb-normal-blue:focus,
button.bg-sb-normal-blue:hover,
button.bg-sb-normal-blue:focus {
  background-color: #2b3451 !important;
}

.bg-sb-easy-blue {
  background-color: #5b6d99 !important;
}

a.bg-sb-easy-blue:hover, a.bg-sb-easy-blue:focus,
button.bg-sb-easy-blue:hover,
button.bg-sb-easy-blue:focus {
  background-color: #485679 !important;
}

.bg-sb-other-blue {
  background-color: #47516b !important;
}

a.bg-sb-other-blue:hover, a.bg-sb-other-blue:focus,
button.bg-sb-other-blue:hover,
button.bg-sb-other-blue:focus {
  background-color: #333a4c !important;
}

.bg-sb-medium-blue {
  background-color: #143382 !important;
}

a.bg-sb-medium-blue:hover, a.bg-sb-medium-blue:focus,
button.bg-sb-medium-blue:hover,
button.bg-sb-medium-blue:focus {
  background-color: #0d2256 !important;
}

.bg-sb-light-blue {
  background-color: #73b5dd !important;
}

a.bg-sb-light-blue:hover, a.bg-sb-light-blue:focus,
button.bg-sb-light-blue:hover,
button.bg-sb-light-blue:focus {
  background-color: #4a9fd3 !important;
}

.bg-sb-lightest-blue {
  background-color: #f1f7fc !important;
}

a.bg-sb-lightest-blue:hover, a.bg-sb-lightest-blue:focus,
button.bg-sb-lightest-blue:hover,
button.bg-sb-lightest-blue:focus {
  background-color: #c7dff3 !important;
}

.bg-sb-soft-blue {
  background-color: #d1eafd !important;
}

a.bg-sb-soft-blue:hover, a.bg-sb-soft-blue:focus,
button.bg-sb-soft-blue:hover,
button.bg-sb-soft-blue:focus {
  background-color: #a0d4fb !important;
}

.bg-sb-plans-blue {
  background-color: #d0ebfe !important;
}

a.bg-sb-plans-blue:hover, a.bg-sb-plans-blue:focus,
button.bg-sb-plans-blue:hover,
button.bg-sb-plans-blue:focus {
  background-color: #9ed6fd !important;
}

.bg-sb-light-gray {
  background-color: #ebecf1 !important;
}

a.bg-sb-light-gray:hover, a.bg-sb-light-gray:focus,
button.bg-sb-light-gray:hover,
button.bg-sb-light-gray:focus {
  background-color: #cdd0dc !important;
}

.bg-sb-medium-gray {
  background-color: #9da4b9 !important;
}

a.bg-sb-medium-gray:hover, a.bg-sb-medium-gray:focus,
button.bg-sb-medium-gray:hover,
button.bg-sb-medium-gray:focus {
  background-color: #7f88a4 !important;
}

.bg-sb-soft-gray {
  background-color: #d2d2d2 !important;
}

a.bg-sb-soft-gray:hover, a.bg-sb-soft-gray:focus,
button.bg-sb-soft-gray:hover,
button.bg-sb-soft-gray:focus {
  background-color: #b9b9b9 !important;
}

.bg-sb-dark-gray {
  background-color: #7b7b7b !important;
}

a.bg-sb-dark-gray:hover, a.bg-sb-dark-gray:focus,
button.bg-sb-dark-gray:hover,
button.bg-sb-dark-gray:focus {
  background-color: #626262 !important;
}

.bg-sb-green {
  background-color: #7ac943 !important;
}

a.bg-sb-green:hover, a.bg-sb-green:focus,
button.bg-sb-green:hover,
button.bg-sb-green:focus {
  background-color: #62a930 !important;
}

.bg-sb-red {
  background-color: #d4145a !important;
}

a.bg-sb-red:hover, a.bg-sb-red:focus,
button.bg-sb-red:hover,
button.bg-sb-red:focus {
  background-color: #a51046 !important;
}

.bg-sb-yellow {
  background-color: #f7ce26 !important;
}

a.bg-sb-yellow:hover, a.bg-sb-yellow:focus,
button.bg-sb-yellow:hover,
button.bg-sb-yellow:focus {
  background-color: #e2b708 !important;
}

.bg-sb-medium-yellow {
  background-color: #fdf0bd !important;
}

a.bg-sb-medium-yellow:hover, a.bg-sb-medium-yellow:focus,
button.bg-sb-medium-yellow:hover,
button.bg-sb-medium-yellow:focus {
  background-color: #fce58c !important;
}

.bg-sb-light-yellow {
  background-color: #fffde8 !important;
}

a.bg-sb-light-yellow:hover, a.bg-sb-light-yellow:focus,
button.bg-sb-light-yellow:hover,
button.bg-sb-light-yellow:focus {
  background-color: #fff9b5 !important;
}

.bg-sb-pink {
  background-color: #fcf4f4 !important;
}

a.bg-sb-pink:hover, a.bg-sb-pink:focus,
button.bg-sb-pink:hover,
button.bg-sb-pink:focus {
  background-color: #f1cccc !important;
}

.bg-sb-light-red {
  background-color: #ff8e92 !important;
}

a.bg-sb-light-red:hover, a.bg-sb-light-red:focus,
button.bg-sb-light-red:hover,
button.bg-sb-light-red:focus {
  background-color: #ff5b61 !important;
}

.bg-sb-light-green {
  background-color: #bce4a1 !important;
}

a.bg-sb-light-green:hover, a.bg-sb-light-green:focus,
button.bg-sb-light-green:hover,
button.bg-sb-light-green:focus {
  background-color: #a0d979 !important;
}

.bg-sb-soft-green {
  background-color: #f2fff2 !important;
}

a.bg-sb-soft-green:hover, a.bg-sb-soft-green:focus,
button.bg-sb-soft-green:hover,
button.bg-sb-soft-green:focus {
  background-color: #bfffbf !important;
}

.bg-sb-orange {
  background-color: #e5921c !important;
}

a.bg-sb-orange:hover, a.bg-sb-orange:focus,
button.bg-sb-orange:hover,
button.bg-sb-orange:focus {
  background-color: #b97515 !important;
}

.bg-sb-new-cyan {
  background-color: #38b4d8 !important;
}

a.bg-sb-new-cyan:hover, a.bg-sb-new-cyan:focus,
button.bg-sb-new-cyan:hover,
button.bg-sb-new-cyan:focus {
  background-color: #2497b9 !important;
}

.bg-sb-new-blue {
  background-color: #063d75 !important;
}

a.bg-sb-new-blue:hover, a.bg-sb-new-blue:focus,
button.bg-sb-new-blue:hover,
button.bg-sb-new-blue:focus {
  background-color: #042444 !important;
}

.bg-sb-new-orange {
  background-color: #e4921c !important;
}

a.bg-sb-new-orange:hover, a.bg-sb-new-orange:focus,
button.bg-sb-new-orange:hover,
button.bg-sb-new-orange:focus {
  background-color: #b77516 !important;
}

.bg-sb-new-green {
  background-color: #75a550 !important;
}

a.bg-sb-new-green:hover, a.bg-sb-new-green:focus,
button.bg-sb-new-green:hover,
button.bg-sb-new-green:focus {
  background-color: #5d833f !important;
}

.bg-sb-new-gray {
  background-color: #e6e6e6 !important;
}

a.bg-sb-new-gray:hover, a.bg-sb-new-gray:focus,
button.bg-sb-new-gray:hover,
button.bg-sb-new-gray:focus {
  background-color: #cdcdcd !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-left: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-right: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-left: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-right: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-sb-dark-blue {
  border-color: #273351 !important;
}

.border-sb-normal-blue {
  border-color: #3c4973 !important;
}

.border-sb-easy-blue {
  border-color: #5b6d99 !important;
}

.border-sb-other-blue {
  border-color: #47516b !important;
}

.border-sb-medium-blue {
  border-color: #143382 !important;
}

.border-sb-light-blue {
  border-color: #73b5dd !important;
}

.border-sb-lightest-blue {
  border-color: #f1f7fc !important;
}

.border-sb-soft-blue {
  border-color: #d1eafd !important;
}

.border-sb-plans-blue {
  border-color: #d0ebfe !important;
}

.border-sb-light-gray {
  border-color: #ebecf1 !important;
}

.border-sb-medium-gray {
  border-color: #9da4b9 !important;
}

.border-sb-soft-gray {
  border-color: #d2d2d2 !important;
}

.border-sb-dark-gray {
  border-color: #7b7b7b !important;
}

.border-sb-green {
  border-color: #7ac943 !important;
}

.border-sb-red {
  border-color: #d4145a !important;
}

.border-sb-yellow {
  border-color: #f7ce26 !important;
}

.border-sb-medium-yellow {
  border-color: #fdf0bd !important;
}

.border-sb-light-yellow {
  border-color: #fffde8 !important;
}

.border-sb-pink {
  border-color: #fcf4f4 !important;
}

.border-sb-light-red {
  border-color: #ff8e92 !important;
}

.border-sb-light-green {
  border-color: #bce4a1 !important;
}

.border-sb-soft-green {
  border-color: #f2fff2 !important;
}

.border-sb-orange {
  border-color: #e5921c !important;
}

.border-sb-new-cyan {
  border-color: #38b4d8 !important;
}

.border-sb-new-blue {
  border-color: #063d75 !important;
}

.border-sb-new-orange {
  border-color: #e4921c !important;
}

.border-sb-new-green {
  border-color: #75a550 !important;
}

.border-sb-new-gray {
  border-color: #e6e6e6 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-right-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.rounded-right {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-left-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-left {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 768px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1367px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1921px) {
  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 768px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1367px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1921px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: right !important;
}

.float-right {
  float: left !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 768px) {
  .float-sm-left {
    float: right !important;
  }

  .float-sm-right {
    float: left !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-md-left {
    float: right !important;
  }

  .float-md-right {
    float: left !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-lg-left {
    float: right !important;
  }

  .float-lg-right {
    float: left !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1367px) {
  .float-xl-left {
    float: right !important;
  }

  .float-xl-right {
    float: left !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1921px) {
  .float-xxl-left {
    float: right !important;
  }

  .float-xxl-right {
    float: left !important;
  }

  .float-xxl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-left: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-right: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-left: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-right: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-left: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-right: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-left: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-right: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-left: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-right: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-left: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-right: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-left: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-right: auto !important;
}

@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
}
@media (min-width: 992px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
}
@media (min-width: 1367px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
}
@media (min-width: 1921px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0,
.my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0,
.mx-xxl-0 {
    margin-left: 0 !important;
  }

  .mb-xxl-0,
.my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0,
.mx-xxl-0 {
    margin-right: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .mt-xxl-1,
.my-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxl-1,
.mx-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .mb-xxl-1,
.my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxl-1,
.mx-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .mt-xxl-2,
.my-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xxl-2,
.mx-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .mb-xxl-2,
.my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxl-2,
.mx-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .mt-xxl-3,
.my-xxl-3 {
    margin-top: 1rem !important;
  }

  .mr-xxl-3,
.mx-xxl-3 {
    margin-left: 1rem !important;
  }

  .mb-xxl-3,
.my-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-3,
.mx-xxl-3 {
    margin-right: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-4,
.mx-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-4,
.mx-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .mt-xxl-5,
.my-xxl-5 {
    margin-top: 3rem !important;
  }

  .mr-xxl-5,
.mx-xxl-5 {
    margin-left: 3rem !important;
  }

  .mb-xxl-5,
.my-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-5,
.mx-xxl-5 {
    margin-right: 3rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0,
.py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0,
.px-xxl-0 {
    padding-left: 0 !important;
  }

  .pb-xxl-0,
.py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0,
.px-xxl-0 {
    padding-right: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .pt-xxl-1,
.py-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxl-1,
.px-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .pb-xxl-1,
.py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxl-1,
.px-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .pt-xxl-2,
.py-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxl-2,
.px-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .pb-xxl-2,
.py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-2,
.px-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .pt-xxl-3,
.py-xxl-3 {
    padding-top: 1rem !important;
  }

  .pr-xxl-3,
.px-xxl-3 {
    padding-left: 1rem !important;
  }

  .pb-xxl-3,
.py-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-3,
.px-xxl-3 {
    padding-right: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-4,
.px-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-4,
.px-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 3rem !important;
  }

  .pr-xxl-5,
.px-xxl-5 {
    padding-left: 3rem !important;
  }

  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-5,
.px-xxl-5 {
    padding-right: 3rem !important;
  }

  .m-xxl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xxl-n1,
.my-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xxl-n1,
.mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  .mb-xxl-n1,
.my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xxl-n1,
.mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  .m-xxl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xxl-n2,
.my-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xxl-n2,
.mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  .mb-xxl-n2,
.my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xxl-n2,
.mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  .m-xxl-n3 {
    margin: -1rem !important;
  }

  .mt-xxl-n3,
.my-xxl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xxl-n3,
.mx-xxl-n3 {
    margin-left: -1rem !important;
  }

  .mb-xxl-n3,
.my-xxl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xxl-n3,
.mx-xxl-n3 {
    margin-right: -1rem !important;
  }

  .m-xxl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xxl-n4,
.my-xxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xxl-n4,
.mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }

  .mb-xxl-n4,
.my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxl-n4,
.mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }

  .m-xxl-n5 {
    margin: -3rem !important;
  }

  .mt-xxl-n5,
.my-xxl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xxl-n5,
.mx-xxl-n5 {
    margin-left: -3rem !important;
  }

  .mb-xxl-n5,
.my-xxl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xxl-n5,
.mx-xxl-n5 {
    margin-right: -3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
.my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }

  .mb-xxl-auto,
.my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: right !important;
}

.text-right {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 768px) {
  .text-sm-left {
    text-align: right !important;
  }

  .text-sm-right {
    text-align: left !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: right !important;
  }

  .text-md-right {
    text-align: left !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: right !important;
  }

  .text-lg-right {
    text-align: left !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1367px) {
  .text-xl-left {
    text-align: right !important;
  }

  .text-xl-right {
    text-align: left !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1921px) {
  .text-xxl-left {
    text-align: right !important;
  }

  .text-xxl-right {
    text-align: left !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-sb-dark-blue {
  color: #273351 !important;
}

a.text-sb-dark-blue:hover, a.text-sb-dark-blue:focus {
  color: #0e121d !important;
}

.text-sb-normal-blue {
  color: #3c4973 !important;
}

a.text-sb-normal-blue:hover, a.text-sb-normal-blue:focus {
  color: #222941 !important;
}

.text-sb-easy-blue {
  color: #5b6d99 !important;
}

a.text-sb-easy-blue:hover, a.text-sb-easy-blue:focus {
  color: #3e4b69 !important;
}

.text-sb-other-blue {
  color: #47516b !important;
}

a.text-sb-other-blue:hover, a.text-sb-other-blue:focus {
  color: #282e3d !important;
}

.text-sb-medium-blue {
  color: #143382 !important;
}

a.text-sb-medium-blue:hover, a.text-sb-medium-blue:focus {
  color: #0a1940 !important;
}

.text-sb-light-blue {
  color: #73b5dd !important;
}

a.text-sb-light-blue:hover, a.text-sb-light-blue:focus {
  color: #3594ce !important;
}

.text-sb-lightest-blue {
  color: #f1f7fc !important;
}

a.text-sb-lightest-blue:hover, a.text-sb-lightest-blue:focus {
  color: #b2d3ef !important;
}

.text-sb-soft-blue {
  color: #d1eafd !important;
}

a.text-sb-soft-blue:hover, a.text-sb-soft-blue:focus {
  color: #88c9fa !important;
}

.text-sb-plans-blue {
  color: #d0ebfe !important;
}

a.text-sb-plans-blue:hover, a.text-sb-plans-blue:focus {
  color: #85cbfc !important;
}

.text-sb-light-gray {
  color: #ebecf1 !important;
}

a.text-sb-light-gray:hover, a.text-sb-light-gray:focus {
  color: #bec1d2 !important;
}

.text-sb-medium-gray {
  color: #9da4b9 !important;
}

a.text-sb-medium-gray:hover, a.text-sb-medium-gray:focus {
  color: #707b99 !important;
}

.text-sb-soft-gray {
  color: #d2d2d2 !important;
}

a.text-sb-soft-gray:hover, a.text-sb-soft-gray:focus {
  color: #acacac !important;
}

.text-sb-dark-gray {
  color: #7b7b7b !important;
}

a.text-sb-dark-gray:hover, a.text-sb-dark-gray:focus {
  color: #555555 !important;
}

.text-sb-green {
  color: #7ac943 !important;
}

a.text-sb-green:hover, a.text-sb-green:focus {
  color: #56952b !important;
}

.text-sb-red {
  color: #d4145a !important;
}

a.text-sb-red:hover, a.text-sb-red:focus {
  color: #8e0d3c !important;
}

.text-sb-yellow {
  color: #f7ce26 !important;
}

a.text-sb-yellow:hover, a.text-sb-yellow:focus {
  color: #c9a307 !important;
}

.text-sb-medium-yellow {
  color: #fdf0bd !important;
}

a.text-sb-medium-yellow:hover, a.text-sb-medium-yellow:focus {
  color: #fbdf73 !important;
}

.text-sb-light-yellow {
  color: #fffde8 !important;
}

a.text-sb-light-yellow:hover, a.text-sb-light-yellow:focus {
  color: #fff69c !important;
}

.text-sb-pink {
  color: #fcf4f4 !important;
}

a.text-sb-pink:hover, a.text-sb-pink:focus {
  color: #ecb8b8 !important;
}

.text-sb-light-red {
  color: #ff8e92 !important;
}

a.text-sb-light-red:hover, a.text-sb-light-red:focus {
  color: #ff4248 !important;
}

.text-sb-light-green {
  color: #bce4a1 !important;
}

a.text-sb-light-green:hover, a.text-sb-light-green:focus {
  color: #92d366 !important;
}

.text-sb-soft-green {
  color: #f2fff2 !important;
}

a.text-sb-soft-green:hover, a.text-sb-soft-green:focus {
  color: #a6ffa6 !important;
}

.text-sb-orange {
  color: #e5921c !important;
}

a.text-sb-orange:hover, a.text-sb-orange:focus {
  color: #a26713 !important;
}

.text-sb-new-cyan {
  color: #38b4d8 !important;
}

a.text-sb-new-cyan:hover, a.text-sb-new-cyan:focus {
  color: #2086a3 !important;
}

.text-sb-new-blue {
  color: #063d75 !important;
}

a.text-sb-new-blue:hover, a.text-sb-new-blue:focus {
  color: #02172c !important;
}

.text-sb-new-orange {
  color: #e4921c !important;
}

a.text-sb-new-orange:hover, a.text-sb-new-orange:focus {
  color: #a06613 !important;
}

.text-sb-new-green {
  color: #75a550 !important;
}

a.text-sb-new-green:hover, a.text-sb-new-green:focus {
  color: #507137 !important;
}

.text-sb-new-gray {
  color: #e6e6e6 !important;
}

a.text-sb-new-gray:hover, a.text-sb-new-gray:focus {
  color: silver !important;
}

.text-body {
  color: #273351 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
body {
  direction: rtl;
}

/* General */
.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.opacity-1 {
  opacity: 1 !important;
}

.underline {
  text-decoration: underline !important;
}

.w-mc {
  width: max-content;
}

.no-radius {
  border-radius: 0 !important;
}

.small-gutters {
  margin-right: -2.5px;
  margin-left: -2.5px;
}
.small-gutters > .col, .small-gutters > [class*=col-] {
  padding-right: 2.5px;
  padding-left: 2.5px;
}

.blog-tag {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

#SBLinknavbar .nav-item:hover .nav-link {
  background-color: transparent !important;
  color: #73b5dd !important;
}
#SBLinknavbar .nav-item.active .nav-link, #SBLinknavbar .nav-item.active:hover .nav-link {
  background-color: #273351 !important;
  color: #fff !important;
}

header .navbar.fixed-top {
  padding: 0 1rem;
}

.fixed-sb {
  background-color: #273351;
  position: fixed;
  top: calc(50% - 100px);
  left: 0;
  padding: 1rem 4rem 1rem 1rem;
  border-left: 2rem solid #73b5dd;
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
}
.fixed-sb .svg-icon {
  display: block;
}
.fixed-sb .svg-icon svg {
  width: auto;
  height: 200px;
}

.red_phone svg {
  width: 30px;
  height: 30px;
}

.btn.no-hover:hover {
  background-color: inherit !important;
}

#accordionFaq .card {
  border: 0;
  border-bottom: 2px solid #9da4b9;
  border-radius: 0;
}
#accordionFaq .card .card-header {
  background-color: #fff;
  border: 0;
  border-radius: 0;
  padding: 0;
}
#accordionFaq .card .card-header button {
  padding: 1rem 3rem 1rem 1rem;
  background-image: url("/static/images/chevron-down.svg");
  background-repeat: no-repeat;
  background-size: 31px 19px;
  background-position: right center;
  font-size: 1rem;
  font-weight: 700;
  color: #063d75;
}
#accordionFaq .card .card-header button:focus {
  outline: none;
  box-shadow: none;
}
#accordionFaq .card .card-header button[aria-expanded=true] {
  background-image: url("/static/images/chevron-up.svg");
}
#accordionFaq .card .card-body {
  padding: 0 3rem 1rem;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 400;
  color: #063d75;
}

#accordionPlans {
  margin: 2rem 0;
}
#accordionPlans .card {
  border-radius: 2rem;
}
#accordionPlans .card .card-header {
  border-top-right-radius: 1.25rem;
  border-top-left-radius: 1.25rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 1rem 0.75rem;
  border: 0;
}
#accordionPlans .card .card-header button {
  padding: 1rem 1rem 1rem 2rem;
  background-image: url("/static/images/chevron-down-white.svg");
  background-repeat: no-repeat;
  background-size: 31px 19px;
  background-position: left 0.5rem center;
  font-size: 1rem;
  font-weight: 700;
  color: #063d75;
}
#accordionPlans .card .card-header button:focus {
  outline: none;
  box-shadow: none;
}
#accordionPlans .card .card-header button[aria-expanded=true] {
  background-image: url("/static/images/chevron-up-white.svg");
}
#accordionPlans .card .card-header button .plan-title {
  font-size: 1rem;
  font-weight: 700;
  padding: 1rem;
  display: block;
  width: 150px;
  position: relative;
  top: unset;
  right: unset;
  border-radius: 2rem;
  left: unset;
}
.card.card-ginger {
  text-align: center;
  border: 0;
  border-radius: 0;
  padding: 0 15%;
}
.card.card-ginger .card-img-top {
  border-radius: 0 !important;
  height: 100px;
  width: auto;
}
.card.card-ginger .card-body .card-title {
  color: #063d75;
  max-width: 140px;
  margin: 0 auto 0.75rem;
}
.card.card-ginger .card-body .card-text {
  color: #063d75;
}
.card.card-ginger .card-footer {
  padding: 0;
  background-color: transparent;
  border-top: 0;
  border-radius: 0 !important;
}

.red-errors-forms ul.errorlist {
  color: #d4145a;
}

.ckeditor-content p {
  word-break: break-word;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.table-fixed {
  table-layout: fixed !important;
}

.modal.signup-modal .modal-dialog .modal-content {
  border-radius: 0.5rem;
  border: 2px solid #063d75;
}
.modal.signup-modal .modal-dialog .modal-content .modal-header {
  border-bottom: 0;
}
.modal.signup-modal .modal-dialog .modal-content .modal-header .close {
  opacity: 1;
  margin: 0 0 0 auto;
  padding: 0;
}
.modal.signup-modal .modal-dialog .modal-content .modal-header .close span {
  font-size: 1.25rem;
  font-weight: 400;
  color: #063d75;
  border: 1px solid #063d75;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  display: block;
}
.modal.benefit-modal .modal-dialog .modal-content {
  border-radius: 0.5rem;
  border: 2px solid #e4921c;
}
.modal.benefit-modal .modal-dialog .modal-content .modal-header {
  border-bottom: 0;
}
.modal.benefit-modal .modal-dialog .modal-content .modal-header .close {
  opacity: 1;
  margin: 0 0 0 auto;
  padding: 0;
}
.modal.benefit-modal .modal-dialog .modal-content .modal-header .close span {
  font-size: 1.25rem;
  font-weight: 400;
  color: #e4921c;
  border: 1px solid #e4921c;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  display: block;
}
.modal.benefit-modal .modal-dialog .modal-content .modal-body {
  padding: 0 3rem;
}

.plan-price .info {
  position: absolute;
  top: 0;
  right: -15px;
  display: block;
}
.plan-price .info.info-bottom {
  right: auto;
  left: 0.5rem;
  top: -1rem;
}
.plan-price .info.svg-white .svg-icon svg path {
  fill: #fff !important;
}
.plan-price .info .svg-icon {
  display: block;
  cursor: pointer;
}
.plan-price .info .svg-icon svg {
  display: block;
  width: 15px !important;
  height: 15px !important;
  margin: 0 !important;
}

.plans-table {
  margin-top: 3rem;
}
.plans-table.table tfoot th {
  padding: 2rem 0.75rem;
}
.plans-table.table tfoot th button[type=submit] {
  width: 75%;
  margin: 1rem auto;
}
.plans-table.table tfoot th,
.plans-table.table thead th {
  border: 1px solid #063d75;
}
.plans-table.table tfoot th.bg-sb-red,
.plans-table.table thead th.bg-sb-red {
  border-bottom-color: #fff;
  border-top-color: #fff;
}
.plans-table.table tfoot th .plan-title,
.plans-table.table thead th .plan-title {
  font-size: 1.25rem;
}
.plans-table.table tfoot th .plan-icon,
.plans-table.table thead th .plan-icon {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.plans-table.table tfoot th .plan-price,
.plans-table.table thead th .plan-price {
  font-size: 1.25rem;
}
.plans-table.table tfoot th .plan-price > span,
.plans-table.table thead th .plan-price > span {
  font-size: 2rem;
}
.plans-table.table tfoot th .plan-extra,
.plans-table.table thead th .plan-extra {
  font-weight: normal;
}
.plans-table tbody tr td {
  vertical-align: middle;
  border: 1px solid #063d75;
  padding: 0.5rem 1rem;
  line-height: 1.25rem;
}
.plans-table tbody tr td .not-included {
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #063d75;
  vertical-align: middle;
}
.plans-table tbody tr td.bg-sb-red {
  border-bottom-color: #fff;
  border-top-color: #fff;
}
.plans-table tbody tr td.bg-sb-red .not-included {
  background: #fff;
}
.plans-table tbody tr td.bg-sb-red .svg-icon svg path {
  stroke: #fff;
}
.plans-table tbody tr td button[type=submit] {
  width: 75%;
  margin: 0 auto;
}

.plans-bar .step {
  width: 30px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  border-radius: 50%;
  opacity: 0.5;
}
.plans-bar .s-text {
  opacity: 0.5;
  width: 100px;
}
.plans-bar .active .step,
.plans-bar .active .s-text {
  opacity: 1;
}
.plans-bar .line-trough:before {
  content: "";
  height: 1px;
  width: 100px;
  background-color: #e4921c;
  position: absolute;
  display: block;
  top: 15px;
  opacity: 0.5;
  right: -50px;
  max-width: calc(33.3vw - 2rem);
}
.plans-bar .line-trough:after {
  content: "";
  height: 1px;
  width: 100px;
  background-color: #e4921c;
  position: absolute;
  display: block;
  top: 15px;
  opacity: 0.5;
  left: -50px;
  max-width: calc(33.3vw - 2rem);
}

.accordion-objects .btn.active {
  box-shadow: 0 0 0 0.2rem #73b5dd;
}
.accordion-objects .accordion {
  width: 85%;
}
.accordion-objects .accordion > .card .card-header {
  border-radius: 2rem !important;
}
.accordion-objects .accordion > .card .card-header h2 button {
  white-space: nowrap;
}
.accordion-objects .accordion > .card .card-header h2 button:before {
  content: "-";
  width: 15px;
  display: inline-block;
}
.accordion-objects .accordion > .card .card-header h2 button.collapsed:before {
  content: "+";
  width: 15px;
  display: inline-block;
}

.linkedin svg {
  height: 28px;
  width: auto;
}

.page-title {
  color: #143382;
  font-size: 1.75rem;
  margin-bottom: 10px;
}

.page-sub-title {
  font-size: 1rem;
  color: #143382;
  margin: 0.85rem 0 1.5rem;
}

.pt-5rem {
  padding-top: 5rem;
}

.btn {
  border-radius: 25px;
}

.editor-actions .btn-outline-gray {
  color: #999;
  border-color: #999;
  border-width: 5px;
  padding: 0.1rem 1rem;
}
.editor-actions .btn-outline-success {
  background-color: #78c844;
  color: #fff;
  border-width: 5px;
  border-color: #4a901e;
  padding: 0.1rem 0;
}
.editor-actions .btn-outline-success:hover, .editor-actions .btn-outline-success:focus {
  border-color: #4a901e;
  background-color: #78c844;
}
.editor-actions .btn-outline-dark-blue {
  background-color: #fff;
  color: #273351;
  border-width: 5px;
  border-color: #273351;
  padding: 0.1rem 1rem;
}
.editor-actions .btn-outline-dark-blue .svg-icon svg {
  height: 14px;
  width: auto;
}
.editor-actions .btn-outline-dark-blue .svg-icon svg .pencil-cls-1 {
  fill: #273351;
}

.upload-article {
  padding: 15px;
  background-color: #fffde8;
}
.upload-article .svg-icon {
  vertical-align: middle;
}
.upload-article .svg-icon svg {
  height: 30px;
  width: auto;
}
.upload-article .div-text {
  line-height: 1rem;
  vertical-align: middle;
}

.sb-section-title {
  display: inline-block;
}
.sb-section-title h1,
.sb-section-title span {
  font-size: 30px;
  line-height: 50px;
  color: #3c4973;
  display: inline-block;
  text-align: center;
}
.sb-section-title.two-lines h1,
.sb-section-title.two-lines span {
  line-height: 35px;
}

.signup-features .card-body .card-text {
  margin: auto;
}

#team-members img {
  box-shadow: -15px 0 0 0 #3c4973;
}
#team-members .media-body {
  font-size: 1.2rem;
}
#team-members .media-body h5 {
  font-size: 2rem;
}
#team-members .media-body .svg-icon {
  display: inline-block;
  width: 30px;
  height: auto;
}

.bg-green {
  background-color: #7ac943 !important;
}

.puzzled {
  padding: 4rem 2rem 4rem 6rem;
}
.puzzled .svg-icon {
  margin: auto;
  display: block;
  text-align: center;
}
.puzzled .svg-icon svg {
  width: auto;
  height: 15rem;
}

.big-title {
  text-align: center;
  margin-top: 5rem;
  font-size: 3rem;
}

.small-title {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
}

.circle-section {
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.circle {
  border-radius: 50%;
  font-size: 4.5rem;
  line-height: 4.5rem;
  width: 20vw;
  height: 20vw;
  text-align: center;
  margin: 0 auto;
  border: 15px solid #bce4a1;
  padding: 4vw 0;
}
.circle small {
  font-size: 1.8rem;
  line-height: 2.2rem;
}

.below-circle {
  text-align: center;
  font-size: 2.7rem;
}

.above-progress {
  font-size: 1.85rem;
  margin-bottom: 1.6rem;
  margin-top: 5rem;
}

.progress {
  border-radius: 1.15rem;
  height: 2.3rem;
  margin: 0 1.5rem;
}
.progress .progress-bar {
  width: 70%;
  font-size: 1.5rem;
}
.progress#wizard-progress {
  background-color: #273351;
}
.progress#wizard-progress .progress-bar {
  background-color: #7ac943;
}

.nowrap {
  white-space: nowrap !important;
}

.white-svg .cls-1 {
  fill: #fff !important;
}

.svg-white svg path {
  fill: #fff !important;
}

.svg-sb-new-cyan svg path {
  fill: #38b4d8 !important;
}

.touch .white-svg .cls-1 {
  fill: #273351 !important;
}

.w20px {
  width: 1.25rem;
}

.swiper-wrapper .card,
.card-deck .card {
  border-radius: 0;
  border: 0;
  background: transparent;
}
.swiper-wrapper .card .card-top img,
.card-deck .card .card-top img {
  width: auto;
  max-width: 100%;
  object-fit: cover;
  background-color: #fff;
}
@media (min-width: 1200px) and (max-width: 1366.98px) {
  .swiper-wrapper .card .card-top img,
.card-deck .card .card-top img {
    height: 300.25px;
    display: block;
  }
}
@media (min-width: 1367px) and (max-width: 1920.98px) {
  .swiper-wrapper .card .card-top img,
.card-deck .card .card-top img {
    height: 332.5px;
  }
}
.swiper-wrapper .card .card-top .card-title,
.card-deck .card .card-top .card-title {
  padding: 5px;
  font-size: 1.2rem;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  width: 100%;
}
.swiper-wrapper .card .card-top .card-title .years-experience,
.card-deck .card .card-top .card-title .years-experience {
  font-size: 1rem;
}
.swiper-wrapper .card .card-top .card-title .svg-icon svg,
.card-deck .card .card-top .card-title .svg-icon svg {
  height: 30px !important;
}
.swiper-wrapper .card .card-body .card-title,
.card-deck .card .card-body .card-title {
  padding: 10px 5px;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.8);
}

.h-35 {
  height: 35% !important;
}

.h-65 {
  height: 65% !important;
}

.card.card-plan {
  border-radius: 1.25rem;
}
.card.card-plan .card-header {
  border-bottom-right-radius: 1rem;
  border-top-right-radius: 1rem;
  padding: 2.5rem 2rem;
  text-align: center;
}
.card.card-plan .card-header .plan-title {
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: 2rem;
  padding: 0.5rem 1.5rem;
  display: inline-block;
}
.card.card-plan .card-header .plan-price {
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.card.card-plan .card-header .plan-price span {
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
}
.card.card-plan .card-header .plan-extra {
  text-align: center;
  color: #fff;
  font-weight: 100;
  font-size: 14px;
}
.card.card-plan .card-header .svg-icon svg {
  width: 100px;
  height: 100px;
  margin: 2rem 0;
}
.card.card-plan .card-header .svg-icon.svg-white svg circle {
  stroke: #fff;
}
.card.card-plan.card-payment .card-body {
  border-radius: 1rem;
}
.card.card-plan.card-payment .card-body form .form-control {
  border: 1px solid #063d75;
  padding: 0 1rem;
  border-radius: 1.5rem;
}
.card.card-plan.card-payment .card-body form .input-group .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.card.card-plan.card-payment .card-body form .name-on-card {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.8125rem;
  color: #063d75;
}
.card.card-plan.card-payment .card-body form label {
  color: #063d75;
  margin-bottom: 0.25rem;
}
.card.card-plan.card-payment .card-body form .btn-back-to-plan {
  padding: 0.25rem 2rem;
}
.card.card-plan.card-payment .card-body form button[type=submit] {
  padding-left: 2rem;
  padding-right: 2rem;
}
.card.card-plan .card-body form {
  padding: 1rem 3rem;
}
.card.card-plan .card-body form .form-control {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #063d75;
  padding: 0;
  color: #063d75;
  margin-bottom: 0.5rem;
}
.card.card-plan .card-body form .form-control::-moz-placeholder {
  color: #063d75;
}
.card.card-plan .card-body form .form-control:-ms-input-placeholder {
  color: #063d75;
}
.card.card-plan .card-body form .form-control:-moz-placeholder {
  color: #063d75;
}
.card.card-plan .card-body form .form-control::-webkit-input-placeholder {
  color: #063d75;
}
.card.card-plan .card-body form .form-control::placeholder {
  color: #063d75;
}
.card.card-plan .card-body form .missing .form-control::-moz-placeholder {
  color: #d4145a;
}
.card.card-plan .card-body form .missing .form-control:-ms-input-placeholder {
  color: #d4145a;
}
.card.card-plan .card-body form .missing .form-control:-moz-placeholder {
  color: #d4145a;
}
.card.card-plan .card-body form .missing .form-control::-webkit-input-placeholder {
  color: #d4145a;
}
.card.card-plan .card-body form .missing .form-control::placeholder {
  color: #d4145a;
}
.card.card-plan .card-body form .missing .custom-checkbox .custom-control-label {
  color: #d4145a !important;
}
.card.card-plan .card-body form .missing .custom-checkbox .custom-control-label a {
  color: #d4145a !important;
}
.card.card-plan .card-body form .missing .custom-checkbox .custom-control-label:before {
  border-color: #d4145a !important;
}
.card.card-plan .card-body form .custom-checkbox .custom-control-label {
  cursor: pointer;
}
.card.card-plan .card-body form .custom-checkbox .custom-control-label::before {
  border-radius: 0;
  border-color: #063d75;
}
.card.card-plan .card-body form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("/static/images/check-square.svg");
  background-size: contain;
}
.card.card-plan .card-body form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: transparent;
  background-color: #fff;
  border: 0;
}
.card.card-standard {
  border-color: #063d75;
}
.card.card-standard .card-header {
  background-color: #063d75;
  border-left: 1px solid #063d75;
}
.card.card-standard .card-header .plan-title {
  color: #063d75;
  background-color: #e4921c;
}
.card.card-standard .card-body form .btn-back-to-plan {
  background-color: #fff;
  border-color: #063d75;
  color: #063d75;
}
.card.card-standard .card-body form button[type=submit] {
  background-color: #e4921c;
  color: #fff;
}
.card.card-premium {
  border-color: #e4921c;
}
.card.card-premium .card-header {
  background-color: #e4921c;
}
.card.card-premium .card-header .plan-title {
  color: #fff;
  background-color: #063d75;
}
.card.card-premium .card-body form .btn-back-to-plan {
  background-color: #fff;
  border-color: #063d75;
  color: #063d75;
}
.card.card-premium .card-body form button[type=submit] {
  background-color: #063d75;
  color: #fff;
}
.card.card-pro {
  border-color: #75a550;
}
.card.card-pro .card-header {
  background-color: #75a550;
}
.card.card-pro .card-header .plan-title {
  color: #fff;
  background-color: #063d75;
}
.card.card-pro .card-body form .btn-back-to-plan {
  background-color: #fff;
  border-color: #063d75;
  color: #063d75;
}
.card.card-pro .card-body form button[type=submit] {
  background-color: #063d75;
  color: #fff;
}

.home-bullet {
  margin-top: 3rem;
}
.home-bullet .bullet-item {
  font-size: 1.8rem;
}
.home-bullet .bullet-item svg {
  height: 45px;
  width: auto;
  vertical-align: middle;
}
.home-bullet .bullet-separator {
  height: 3rem;
  margin: 10px 0;
  position: relative;
}
.home-bullet .bullet-separator:before {
  content: "";
  width: 5px;
  height: 100%;
  border-radius: 2.5px;
  position: absolute;
  top: 0;
  right: 29px;
}

.text-sb-normal-blue .bullet-separator:before {
  background-color: #3c4973 !important;
}
.text-sb-normal-blue .bullet-item .svg-icon {
  width: 62px;
  text-align: center;
}
.text-sb-normal-blue .bullet-item .svg-icon svg path {
  fill: #3c4973 !important;
}

.text-sb-easy-blue .bullet-separator:before {
  background-color: #5b6d99 !important;
}
.text-sb-easy-blue .bullet-item .svg-icon {
  width: 62px;
  text-align: center;
}
.text-sb-easy-blue .bullet-item .svg-icon svg path {
  fill: #5b6d99 !important;
}

.plan-svg {
  padding: 3rem;
}
.plan-svg .svg-icon {
  text-align: center;
}
.plan-svg .svg-icon svg {
  width: 100%;
  height: auto;
  max-height: 200px;
}

.lg-svg svg {
  height: 34px;
  width: auto;
  vertical-align: middle;
}

.sm-svg svg {
  height: 1rem;
  width: auto;
  vertical-align: middle;
}

.md-svg svg {
  height: 22px;
  width: auto;
  vertical-align: middle;
}

.about-svg svg {
  height: 100px;
  width: auto;
  vertical-align: middle;
}

.link-to-search {
  margin: 5rem 0 6rem;
  position: relative;
  height: 10px;
  background-color: #273351;
  text-align: center;
}
.link-to-search a {
  margin-top: -19px;
  font-size: 1.25rem;
}

.bullets .list-group-flush {
  border-top: 1px dashed rgba(0, 0, 0, 0.125);
  border-bottom: 1px dashed rgba(0, 0, 0, 0.125);
}
.bullets .list-group-flush .list-group-item {
  border-style: dashed;
}
.bullets .list-group-flush .list-group-item .svg-icon {
  margin-left: 3rem;
  display: inline-block;
}
.bullets .list-group-flush .list-group-item .svg-icon svg {
  height: auto;
  width: 100px;
  vertical-align: middle;
}
.bullets .list-group-flush .list-group-item .inline-text {
  display: inline-block;
  max-width: calc(100% - 10rem);
  vertical-align: middle;
}
.bullets .bullet_svg_lg {
  margin-right: 3rem;
}
.bullets .bullet_svg_lg svg {
  width: auto;
  height: 300px;
}
.bullets .bullet_svg_lg svg .thinking-cls-1 {
  fill: #273351 !important;
}
.bullets .bullet_svg_lg svg .thinking-cls-1.path-2 {
  fill: #73b5dd !important;
}

.contact-section .svg-icon {
  display: block;
  padding: 4rem 2rem 0;
  background-color: #73b5dd;
}
.contact-section .svg-icon svg {
  height: 50px;
  width: auto;
  vertical-align: middle;
}
.contact-section .svg-icon.at-icon {
  padding: 4rem 2rem 4rem;
}
.contact-section .svg-icon.at-icon svg {
  max-width: 51px;
}

.whatsapp-btn {
  border-radius: 3px;
  width: 100px;
  padding: 1px 0;
}
.whatsapp-btn svg path {
  fill: #fff;
}

.card-shadow {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.card-shadow:hover {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}

.btn-xl {
  font-size: 2.25rem !important;
  padding: 0.5rem 3rem !important;
  border-radius: 2.5rem !important;
}

.bg-links-navbar {
  background-color: #f1f7fc !important;
  padding: 0 1rem !important;
}

.svg-media .svg-icon svg {
  height: 26px;
  width: auto;
  vertical-align: middle;
}

.section-title {
  background-color: #273351;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.section-title .main-title {
  color: #fff;
  font-size: 2.5rem;
}
.section-title .main-title span.bolded-part {
  font-weight: 700;
}
.section-title .main-title.w-icon {
  padding-right: 3rem;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 2rem auto;
}
.section-title .search-all {
  font-size: 1.6rem;
  line-height: 3.75rem;
}

.user-icon {
  background-image: url("/static/images/avatar.jpg");
}

#SBnavbar .nav-item {
  margin-left: 15px;
}
#SBnavbar .nav-item:hover a {
  color: #fff !important;
}
#SBnavbar .nav-item a, #SBnavbar .nav-item button {
  padding: 0.25rem 1rem;
  font-size: 1.125rem;
}
#SBnavbar .nav-item.plan-title-item {
  margin-left: -30px;
  z-index: -1;
}
#SBnavbar .nav-item.plan-title-item a {
  opacity: 1;
}

@media (min-width: 992px) {
  .mw-500-dt {
    max-width: 500px;
  }

  #SBLinknavbar .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.plan-sub-header-sm {
  border-right: 1px solid #fff;
  padding: 0 5px;
}
.plan-sub-header-sm.border-sb-dark-blue {
  border-color: #273351;
}

.lh16 {
  line-height: 1rem;
}

.signup-btn {
  border-radius: 25px;
  padding: 5px 2rem 5px 5px;
}
.signup-btn .media-body {
  padding-left: 1rem;
}
.signup-btn .media-body h5 {
  margin: 0;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.signup-btn .media-body ul {
  line-height: 16px;
}
.signup-btn .media-body ul li a {
  color: #fff;
  text-decoration: underline;
  font-size: 16px;
}
.signup-btn .svg-icon {
  display: inline-block;
  margin-right: 1rem;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  vertical-align: middle;
  border-radius: 50%;
  text-align: center;
}
.signup-btn .svg-icon.svg_normal_blue svg .ba_cls-1 {
  fill: #3c4973 !important;
}
.signup-btn .svg-icon svg {
  width: auto;
  height: 24px;
}
.signup-btn .svg-icon svg .ba_cls-1 {
  fill: #e5921c !important;
}

.h3rem {
  height: 3rem;
}
.h3rem svg {
  max-height: 2rem;
  width: auto;
}

.sm-gutters {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
}
.sm-gutters > .col,
.sm-gutters > [class*=col-] {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}

.md-gutters {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.md-gutters > .col,
.md-gutters > [class*=col-] {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.lg-gutters {
  margin-right: -1.75rem;
  margin-left: -1.75rem;
}
.lg-gutters > .col,
.lg-gutters > [class*=col-] {
  padding-right: 1.75rem;
  padding-left: 1.75rem;
}

.xxs-gutters {
  margin-right: -0.1875rem;
  margin-left: -0.1875rem;
}
.xxs-gutters > .col,
.xxs-gutters > [class*=col-] {
  padding-right: 0.1875rem;
  padding-left: 0.1875rem;
}

.h36-svg {
  display: inline-block;
}
.h36-svg svg {
  height: 2.25rem;
  width: auto;
}

.h20-svg {
  display: inline-block;
}
.h20-svg svg {
  height: 1.25rem;
  width: auto;
}

.svg-wrapper {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  background: #273351;
  text-align: center;
  vertical-align: middle;
}
.svg-wrapper .svg-icon {
  line-height: 36px;
  vertical-align: middle;
}

.h16-svg {
  display: inline-block;
}
.h16-svg svg {
  height: 1rem;
  width: auto;
}

.h40-svg {
  display: inline-block;
}
.h40-svg svg {
  height: 2.5rem;
  width: auto;
}

ul.sb-bullet {
  list-style-image: url("/static/images/sb_bullet.svg");
}
ul.sb-bullet li {
  padding-right: 0.5rem;
}

.h96-svg {
  display: inline-block;
}
.h96-svg svg {
  height: 6rem;
  width: auto;
}

.h24-svg {
  display: inline-block;
}
.h24-svg svg {
  height: 1.5rem;
  width: auto;
}

.h32-svg {
  display: inline-block;
}
.h32-svg svg {
  height: 2rem;
  width: auto;
}

.rounded-form input, .rounded-form textarea {
  border-radius: 1rem;
  background-color: #fff;
}

.floating-arrow {
  display: block;
  position: absolute;
  bottom: -16px;
  right: calc(50% - 20px);
}

main {
  min-height: 72.6vh;
}

.card.info-card {
  border-radius: 0;
  border: 0;
}
.card.info-card .img-wrapper {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.card.info-card .img-wrapper.video-wrapper {
  padding-top: 56.25%;
}
.card.info-card .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #273351;
  border-bottom: 0;
  border-radius: 0;
  color: #fff;
  font-size: 1.15rem;
}
.card.info-card .card-header .row {
  height: 48px;
  line-height: 48px;
}
.card.info-card .card-header .row .col {
  line-height: 24px;
}
.card.info-card .card-header svg {
  height: 30px;
  width: auto;
  margin-left: 1rem;
}
.card.info-card .card-body {
  padding: 0;
}
.card.info-card .card-body .card-title {
  background: #f1f7fc;
  padding: 10px;
  border-bottom: 1px solid #273351;
  color: #273351;
}
.card.info-card .card-body .card-title svg {
  height: 20px;
  width: auto;
  margin-left: 10px;
}
.card.info-card .card-body .card-title svg .cls-1 {
  fill: #273351 !important;
}
.card.info-card-page {
  border-radius: 0;
  border: 0;
}
.card.info-card-page h1 {
  font-size: 1.5rem;
  line-height: 24px;
  color: #fff;
  margin: 0;
}
.card.info-card-page img {
  border-radius: 0;
  width: 112px;
  height: 112px;
  margin-left: 1rem;
  border-left: 5px solid #273351;
}
.card.info-card-page .card-header svg {
  height: 16px;
  width: auto;
  margin-right: 1rem;
}
.card.info-card-page .card-body .card-title {
  border-bottom: 0;
  font-size: 1rem;
  margin-bottom: 0;
}

.bg-section-2,
.bg-section-6 {
  background-color: rgba(164, 214, 252, 0.15);
}
.bg-section-2 .info-section-inner,
.bg-section-6 .info-section-inner {
  border-bottom: 3px solid #a4d6fc;
}
.bg-section-2 .info-section-inner .info-section-title,
.bg-section-6 .info-section-inner .info-section-title {
  position: relative;
}
.bg-section-2 .info-section-inner .info-section-title:before,
.bg-section-6 .info-section-inner .info-section-title:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: -35px;
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/static/images/cyan_arrow.svg");
}

.bg-section-4,
.bg-section-8 {
  background-color: rgba(247, 206, 38, 0.15);
}
.bg-section-4 .info-section-inner,
.bg-section-8 .info-section-inner {
  border-bottom: 3px solid #f7ce26;
}
.bg-section-4 .info-section-inner .info-section-title,
.bg-section-8 .info-section-inner .info-section-title {
  position: relative;
}
.bg-section-4 .info-section-inner .info-section-title:before,
.bg-section-8 .info-section-inner .info-section-title:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: -35px;
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/static/images/yellow_arrow.svg");
}

.lh48 {
  line-height: 48px;
}

.info-section-inner {
  border-right: 2px solid #273351;
  padding-left: 2rem;
  padding-right: 2rem;
}
.info-section-inner .info-section-title {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 1rem;
}

.bg-section-2 .info-section-inner, .bg-section-4 .info-section-inner, .bg-section-6 .info-section-inner, .bg-section-8 .info-section-inner, .bg-section-10 .info-section-inner {
  background-color: #273351;
  color: #fff;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.bg-section-2 .info-section-inner .info-section-title, .bg-section-4 .info-section-inner .info-section-title, .bg-section-6 .info-section-inner .info-section-title, .bg-section-8 .info-section-inner .info-section-title, .bg-section-10 .info-section-inner .info-section-title {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 1rem;
}
.bg-section-2 .info-section-inner .info-section-content, .bg-section-4 .info-section-inner .info-section-content, .bg-section-6 .info-section-inner .info-section-content, .bg-section-8 .info-section-inner .info-section-content, .bg-section-10 .info-section-inner .info-section-content {
  font-size: 16px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .py-md-45 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
}
footer {
  background-image: url("/static/images/footer.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #063d75;
  color: #fff;
  font-size: 1.125rem;
}
footer .footer-title {
  font-weight: bold;
  margin-bottom: 1.5rem;
}
footer a {
  color: #fff;
}

#basic_search .select2-container {
  display: block !important;
  width: 100% !important;
  max-width: 275px !important;
}
#basic_search .select2-container.select2-container--default .select2-selection--multiple {
  background-color: #ebecf1 !important;
  border-radius: 0 !important;
  border-color: #273351;
}

.list-inline-item:not(.social-links) {
  margin-left: 0.25rem;
}
.list-inline-item:not(.social-links) a {
  position: relative;
  padding-left: 0.5rem;
}
.list-inline-item:not(.social-links) a:after {
  content: "";
  width: 1px;
  height: 1rem;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0.25rem;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-bold {
  font-weight: 700;
}

.no-btn {
  border: 0 !important;
  background-color: transparent !important;
}

.datepicker-dropdown {
  z-index: 1050 !important;
}

.bg-lightgray {
  background-color: #ebecf1;
}

.header-title {
  font-size: 2rem;
  color: #273351;
}

.header-subtitle {
  font-size: 1.125rem;
  line-height: 2rem;
  color: #273351;
}

.pointer {
  cursor: pointer;
}

hr.blue-hr {
  border-color: #73b5dd;
}
hr.gray-hr {
  border-color: #9da4b9;
  margin: 1rem -2rem;
}

h1, .h1 {
  font-size: 2rem;
  line-height: 3.5rem;
  color: #273351;
}

.fonts11 {
  font-size: 0.6875rem !important;
}

.fonts12 {
  font-size: 0.75rem !important;
}

.fonts13 {
  font-size: 0.815rem !important;
}

.fonts14 {
  font-size: 0.875rem !important;
}

.fonts16 {
  font-size: 1rem !important;
}

.fonts18 {
  font-size: 1.125rem !important;
}

.fonts20 {
  font-size: 1.25rem !important;
}

.fonts22 {
  font-size: 1.375rem !important;
}

.fonts24 {
  font-size: 1.5rem !important;
}

.fonts26 {
  font-size: 1.625rem !important;
}

.fonts28 {
  font-size: 1.75rem !important;
}

.fonts30 {
  font-size: 1.875rem !important;
}

.fonts32 {
  font-size: 2rem !important;
}

.fonts34 {
  font-size: 2.125rem !important;
}

.fonts36 {
  font-size: 2.25rem !important;
}

.lh-2rem {
  line-height: 2rem !important;
}

.lh-1_5rem {
  line-height: 1.5rem !important;
}

.lh-1_2rem {
  line-height: 1.2rem !important;
}

.title-w-border {
  padding-bottom: 2px;
  border-bottom: 1px solid;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input:lang(he) ~ .custom-file-label::after {
  content: "חיפוש";
}

.custom-radio.activity-icon .custom-control-input:focus ~ .custom-control-label::after,
.custom-radio.activity-icon .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

.custom-radio.activity-icon .custom-control-input:checked ~ .custom-control-label::before,
.custom-radio.activity-icon .custom-control-input:checked ~ .custom-control-label::after {
  background: transparent none;
}

.question-title {
  font-size: 20px;
  display: inline-block;
  border-bottom: 2px solid #273351;
  margin-bottom: 1rem;
}

.custom-radio.round-checkbox,
.custom-checkbox.round-checkbox {
  cursor: pointer;
}
.custom-radio.round-checkbox .custom-control-label,
.custom-checkbox.round-checkbox .custom-control-label {
  cursor: pointer;
}
.custom-radio.round-checkbox .custom-control-label:before,
.custom-checkbox.round-checkbox .custom-control-label:before {
  border-radius: 50%;
  border-color: #273351;
}
.custom-radio.round-checkbox .custom-control-input:checked ~ .custom-control-label:before,
.custom-checkbox.round-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #273351;
  background-color: #fff;
}
.custom-radio.round-checkbox .custom-control-input:checked ~ .custom-control-label:after,
.custom-checkbox.round-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  top: 8px;
  right: -20px;
  width: 0.5rem;
  height: 0.5rem;
  background-image: none;
  background-color: #273351;
  border-radius: 50%;
}

.special-textarea {
  border: 3px solid #273351;
}

.form-group.w-icon {
  padding-right: 35px;
  background-repeat: no-repeat;
  background-size: auto 24px;
  background-position: center right;
}
.form-group.w-icon.first_name {
  background-image: url("/static/images/white_male_avatar.svg");
}
.form-group.w-icon.last_name {
  background-image: url("/static/images/group.svg");
  background-size: 30px auto;
}
.form-group.w-icon.phone {
  background-image: url("/static/images/phone.svg");
}
.form-group.w-icon.email {
  background-image: url("/static/images/at.svg");
}
.form-group.w-icon.recipient {
  background-image: url("/static/images/white_male_avatar.svg");
}

#type_filter .custom-radio.activity-icon:hover .custom-control-input ~ .svg-icon,
#type_filter .custom-radio.activity-icon .custom-control-input:checked ~ .svg-icon,
.custom-radio.activity-icon:hover .custom-control-input ~ .svg-icon,
.custom-radio.activity-icon .custom-control-input:checked ~ .svg-icon {
  background-color: #0181b1;
}

.custom-radio.activity-icon:hover .custom-control-input ~ .custom-control-label,
.custom-radio.activity-icon .custom-control-input:checked ~ .custom-control-label {
  font-weight: 700;
}

.summary-item .svg-icon.urban .urban-st1,
.custom-radio.activity-icon:hover .custom-control-input ~ .svg-icon.urban .urban-st1,
.custom-radio.activity-icon .custom-control-input:checked ~ .svg-icon.urban .urban-st1 {
  fill: none !important;
}

.summary-item .svg-icon svg path,
.custom-radio.activity-icon:hover .custom-control-input ~ .svg-icon svg path,
.custom-radio.activity-icon .custom-control-input:checked ~ .svg-icon svg path {
  fill: #fff;
}

.custom-radio.activity-icon .custom-control-label::after,
.custom-radio.activity-icon .custom-control-label::before {
  position: absolute;
  top: 0;
  background: transparent none;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.invalid label,
.invalid .form-control {
  border-color: #d4145a !important;
  color: #d4145a !important;
}

.form-control {
  background-color: #ebecf1;
  border-radius: 0;
  border-color: #273351;
}

/* Owl carousel */
.owl-carousel .owl-nav button button.owl-next, .owl-carousel .owl-nav button button.owl-prev {
  position: absolute;
  top: calc(50% - 27px);
}
.owl-carousel .owl-nav button button.owl-next span, .owl-carousel .owl-nav button button.owl-prev span {
  font-size: 40px;
  background-color: #333;
  color: #fff;
  line-height: 54px;
}
.owl-carousel .owl-nav button button.disabled {
  opacity: 0.2;
}

/* Home */
.six-benefits .card {
  border-radius: 0;
  border: 0;
}
.six-benefits .card .card-body {
  border: 0;
  padding: 0;
}
.six-benefits .card .card-body img {
  height: 50px;
  width: auto;
}
.six-benefits .card .card-footer {
  border: 0;
  background: #fff;
  border-radius: 0;
  padding-right: 0;
  padding-left: 0;
}
.six-benefits .card .card-footer p {
  line-height: 18px;
  color: #063d75;
}

.quote {
  font-size: 1.375rem;
  line-height: 1.75rem;
  color: #063d75;
  font-weight: 700;
  text-align: center;
  max-width: 580px;
  margin: 0 auto 1rem;
  padding: 22px 30px;
  position: relative;
}
.quote:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 41px;
  height: 30px;
  background-image: url("/static/images/quote_end.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.quote:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 41px;
  height: 30px;
  background-image: url("/static/images/quote_start.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.calendar-icon {
  vertical-align: text-bottom;
  margin-inline-end: 5px;
}

.h20-svg svg {
  height: 20px;
  width: auto;
}

.business-contact label {
  color: #e4921c;
}
.business-contact input {
  border: 0;
  background-color: #fff;
}

#businesses .left-header-section {
  visibility: hidden !important;
  opacity: 0 !important;
}

#jobs #top-section {
  height: 20vw;
  border-bottom: 3px solid #273351;
}

.card.job-card {
  border: 0;
  border-radius: 1rem;
  background-color: #273351;
}
.card.job-card .card-header {
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  padding: 0.5rem 1.25rem;
  border-bottom: 0;
}
.card.job-card .card-header:first-child {
  border-radius: 1rem 1rem 0 0;
}
.card.job-card .card-body {
  background-color: #d1eafd;
  color: #273351;
  border-radius: 1rem;
}

.card-img-wrapper {
  width: 360px;
  height: 202px;
  max-width: calc(100vw - 91px);
  max-height: calc((100vw - 91px) / 1.777);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-flex-equal {
  flex: 1 1 20%;
}

.card.benefit-card {
  border-width: 2px;
  border-color: #e4921c;
  border-radius: 1rem;
  width: calc(100% - 1rem);
}
.card.benefit-card .card-header {
  border-bottom: 0;
}
.card.benefit-card .card-header:first-child {
  border-radius: 1rem 1rem 0 0;
}
.card.benefit-card .card-footer {
  border-top: 0;
  padding: 0 1.25rem 1.25rem;
}
.card.benefit-card .card-footer:last-child {
  border-radius: 0 0 1rem 1rem;
}

#benefits #top-section {
  background-image: url("/static/images/benefits.jpg");
  height: 28.3848992336vw;
}

#profile_signup #top-section {
  height: 30vw;
}

@media screen and (min-width: 1281px) and (max-width: 1366px) {
  #profile_signup #top-section {
    height: 34vw;
  }

  .card.signup-card .card-header .plan-title {
    width: 155px !important;
    right: -30px !important;
  }
  .card.signup-card .card-body .plan-item {
    font-size: 0.875rem !important;
  }
  .card.signup-card .card-body .plan-item .svg-icon {
    width: 2rem !important;
    height: 2rem !important;
  }
  .card.signup-card .card-body .plan-item .small-letters {
    font-size: 0.625rem !important;
  }
}
#top-section {
  background-image: url("/static/images/signup-hero.jpg");
  height: 28.8101411697vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 2rem;
}
#top-section .container {
  max-width: 720px;
  padding-top: 80px;
}
#top-section .container h1 {
  line-height: 2rem;
  font-size: 2rem;
}
#top-section .container p {
  font-size: 1.75rem;
  line-height: 2rem;
}
#top-section .container .btn {
  font-size: 1.625rem;
  line-height: 1.625rem;
  padding: 10px 50px;
  box-shadow: 0 2px 8px 0 black;
}
#top-section .media {
  margin: 5rem 0;
}
#top-section .media .media-body {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
#top-section .media .media-body p {
  margin-top: 10px;
  font-weight: normal;
  font-size: 1.75rem;
  width: 650px;
  max-width: 100%;
}
#top-section .media .media-body h5 {
  font-size: 2rem;
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
#top-section .media img {
  margin-right: 5rem;
  margin-left: 4rem;
}

.lane {
  padding-top: 1rem;
  margin: 0 2rem;
}
.lane .plan-title {
  text-align: center;
  color: #fff;
  font-size: 3rem;
  background-color: #273351;
  line-height: 3rem;
  padding: 1rem;
}

.plan-header {
  text-align: center;
  font-size: 2.2rem;
  line-height: 2.5rem;
  margin: 1rem 2rem 0;
  color: #143382;
}

.plan-sub-header {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 4rem;
  color: #143382;
}

.fb-btn {
  width: 38px;
  height: 38px;
  text-align: center;
  padding: 0;
  line-height: 38px;
}

.svg-icon.blue-svg svg .cls-1 {
  fill: #273351 !important;
}

/* Profile page */
.views-exposures {
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  font-size: 0.875rem;
  display: inline-block;
  padding-left: 30px;
}
.views-exposures .svg-icon {
  display: inline-block;
  background-color: #73b5dd;
  padding: 8px 0;
  margin-left: 10px;
  width: 50px;
  text-align: center;
}
.views-exposures .svg-icon.exp-phone {
  margin-right: 30px;
}
.views-exposures .svg-icon svg {
  height: 18px;
  width: auto;
}
.views-exposures .svg-icon svg path {
  fill: #fff !important;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.unread-counter {
  background-color: #d4145a;
  color: #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  font-size: 11px;
  display: inline-block;
  margin-right: 5px;
}

.message-item {
  position: relative;
}
.message-item a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.message-item .badge {
  position: absolute;
  left: 0;
}

.receiver-card {
  border-radius: 10px;
}

.sender-card {
  border-radius: 10px;
  background-color: #bce4a1;
}

.profile-messages {
  position: absolute;
  top: 0;
  right: 0;
}
.profile-messages .counter {
  position: absolute;
  top: -8px;
  left: -5px;
  background-color: #d4145a;
  color: #fff;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  z-index: 1030;
}
.profile-messages .views-exposures .svg-icon {
  background-color: #273351;
  margin-left: 0;
}
.profile-messages .views-exposures a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.profile-messages .views-exposures a:hover {
  text-decoration: none;
  color: #fff;
}

.profile-box .card {
  border-radius: 0;
  border: 0;
  background: transparent;
}
.profile-box .card .card-top .owl-carousel .owl-nav button {
  position: absolute;
  top: calc(50% - 3rem);
  display: block;
}
.profile-box .card .card-top .owl-carousel .owl-nav button.owl-prev {
  right: 0;
}
.profile-box .card .card-top .owl-carousel .owl-nav button.owl-next {
  left: 0;
}
.profile-box .card .card-top .owl-carousel .owl-nav button span {
  font-size: 6rem;
  color: #fff;
  display: block;
  margin: 0 1rem;
}
.profile-box .card .card-top img {
  width: 100%;
  background-color: #fff;
  max-height: 100vw;
}
@media (min-width: 1200px) and (max-width: 1366.98px) {
  .profile-box .card .card-top img {
    height: 440.3333333333px;
    width: 440.3333333333px;
  }
}
@media (min-width: 1367px) and (max-width: 1920.98px) {
  .profile-box .card .card-top img {
    height: 473.3333333333px;
    width: 473.3333333333px;
  }
}
.profile-box .card .card-top .card-title {
  padding: 15px 10px;
  font-size: 1.5rem;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.profile-box .card .card-top .card-title .years-experience {
  font-size: 1.2rem;
}
.profile-box .card .card-top .card-title .svg-icon svg {
  height: 36px !important;
}
.profile-box .card .card-body .card-text {
  font-size: 1.2rem;
  padding: 10px !important;
}
.profile-box .card .card-body .svg-icon svg {
  height: 1.5rem;
}
.profile-box .card .card-body .svg-icon svg .cls-1 {
  fill: #fff;
}

.website-break a {
  word-break: break-all;
}

span.w-tooltip {
  display: inline-block;
  cursor: pointer;
  color: #5b6d99;
  text-decoration: underline;
}

.split-divs {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0;
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}

.tooltip .tooltip-inner {
  position: relative;
}
.tooltip .close-tooltip {
  display: block;
  position: absolute;
  left: -11px;
  top: -11px;
  font-size: 1rem;
  color: #000;
  border-radius: 50%;
  cursor: pointer;
  background-color: #fff;
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #000;
}

.profession-info,
.personal-info {
  padding: 1.5rem 3rem;
}
.profession-info .svg-media,
.personal-info .svg-media {
  margin: 1rem 0;
}
.profession-info .svg-media .svg-icon,
.personal-info .svg-media .svg-icon {
  margin-left: 1rem !important;
  min-width: 30px;
  text-align: center;
}
.profession-info .svg-media .svg-icon svg,
.personal-info .svg-media .svg-icon svg {
  height: auto;
  width: 22px;
}
.profession-info .svg-media .media-body h5,
.personal-info .svg-media .media-body h5 {
  line-height: 26px;
}

.videos {
  background-color: #f1f7fc;
}

.diplomas {
  background-color: #9da4b9;
}

.plan-card .card-body .feature {
  padding: 0.5rem 1rem;
  min-height: 67px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 40px;
  color: #fff;
  margin-bottom: 3px;
}
.plan-card .card-body .feature:last-child {
  margin-bottom: 0;
}
.plan-card .card-body .feature.no-icon {
  background-color: #273351;
}
.plan-card .card-body .feature.include {
  background-image: url("/static/images/include.png");
}
.plan-card .card-body .feature.not_include {
  background-image: url("/static/images/not_include.png");
}
.plan-card .card-body .feature .main-feature {
  font-size: 20px;
}
.plan-card .card-body .feature .sub-feature {
  font-size: 14px;
}
.plan-card .card-footer {
  font-size: 20px;
}
.plan-card.current {
  outline: yellow 3px solid;
}
.plan-card.current:before {
  content: "מסלול נוכחי";
  display: block;
  position: absolute;
  top: -50px;
  text-align: center;
  width: 100%;
  height: 50px;
  background-color: yellow;
  outline: yellow 3px solid;
  font-size: 30px;
  line-height: 50px;
  vertical-align: middle;
}

.switch-plan {
  position: absolute;
  bottom: -50px;
  width: 100%;
  display: block;
}
.switch-plan button {
  line-height: 40px;
  font-size: 20px;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
}

.why-join {
  font-size: 1.25rem;
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.why-join-b {
  border-top-left-radius: 4rem;
  border-bottom-left-radius: 4rem;
}

#blue-form input.form-control, #blue-form select.form-control {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
}
#blue-form input.form-control::-webkit-input-placeholder, #blue-form select.form-control::-webkit-input-placeholder {
  color: #fff;
}
#blue-form input.form-control:-ms-input-placeholder, #blue-form select.form-control:-ms-input-placeholder {
  color: #fff;
}
#blue-form input.form-control::placeholder, #blue-form select.form-control::placeholder {
  color: #fff;
}
#blue-form input option, #blue-form select option {
  background-color: #273351;
}
#blue-form select {
  border: 1px solid #fff !important;
  border-radius: 1rem;
}

.field-exp_year,
.field-cvv,
.field-exp_month {
  width: 60%;
  margin: 0 auto 1rem;
}
.field-exp_year label,
.field-cvv label,
.field-exp_month label {
  margin-bottom: 0;
  color: #a3d5fc;
}
.field-exp_year .form-control.is-invalid,
.field-cvv .form-control.is-invalid,
.field-exp_month .form-control.is-invalid {
  border-color: #dc3545 !important;
  color: #dc3545 !important;
  padding-left: 0.75rem;
  background-image: none !important;
}

.field-card_number,
.field-card_holder_name,
.field-coupon,
.field-card_owner_id {
  width: 75%;
}
.field-card_number label,
.field-card_holder_name label,
.field-coupon label,
.field-card_owner_id label {
  margin-bottom: 0;
  color: #a3d5fc;
}
.field-card_number .form-control.is-invalid,
.field-card_holder_name .form-control.is-invalid,
.field-coupon .form-control.is-invalid,
.field-card_owner_id .form-control.is-invalid {
  border-color: #dc3545 !important;
  color: #dc3545 !important;
  padding-left: 0.75rem;
  background-image: none !important;
}

.inline-range {
  display: inline-block !important;
  width: calc(100% - 40px) !important;
}
.inline-range.noUi-horizontal {
  height: 2px;
}
.inline-range.noUi-horizontal .noUi-base .noUi-connects {
  border-radius: 0;
  background-color: #273351;
}
.inline-range.noUi-horizontal .noUi-base .noUi-connects .noUi-connect {
  background: #3FB8AF;
}
.inline-range.noUi-horizontal .noUi-base .noUi-origin .noUi-handle {
  width: 14px;
  height: 14px;
  top: -7px;
  border: none;
  border-radius: 50%;
  background: #273351;
  box-shadow: none;
}
.inline-range.noUi-horizontal .noUi-base .noUi-origin .noUi-handle::before, .inline-range.noUi-horizontal .noUi-base .noUi-origin .noUi-handle::after {
  display: none;
}
.inline-range.noUi-target {
  background: #273351;
  border-radius: 0;
  border: none;
  box-shadow: none;
}

#price_range.inline-range.noUi-horizontal .noUi-base .noUi-connects {
  background-color: #7ac943;
}
#price_range.inline-range.noUi-horizontal .noUi-base .noUi-connects .noUi-connect {
  background: #f2fff2;
}
#price_range.inline-range.noUi-horizontal .noUi-base .noUi-origin .noUi-handle {
  background: #7ac943;
}
#price_range.inline-range.noUi-target {
  background: #7ac943;
}

#age_group_range.inline-range.noUi-horizontal .noUi-base .noUi-connects {
  background-color: #273351;
}
#age_group_range.inline-range.noUi-horizontal .noUi-base .noUi-connects .noUi-connect {
  background: #273351;
}
#age_group_range.inline-range.noUi-horizontal .noUi-base .noUi-origin .noUi-handle {
  background: #273351;
}
#age_group_range.inline-range.noUi-target {
  background: #273351;
}

#experience_since_range.inline-range.noUi-horizontal .noUi-base .noUi-connects {
  background-color: #273351;
}
#experience_since_range.inline-range.noUi-horizontal .noUi-base .noUi-connects .noUi-connect {
  background: #ebecf1;
}
#experience_since_range.inline-range.noUi-horizontal .noUi-base .noUi-origin .noUi-handle {
  background: #273351;
}
#experience_since_range.inline-range.noUi-target {
  background: #273351;
}

#duration_range.inline-range.noUi-horizontal .noUi-base .noUi-connects {
  background-color: #d4145a;
}
#duration_range.inline-range.noUi-horizontal .noUi-base .noUi-connects .noUi-connect {
  background: #ff8e92;
}
#duration_range.inline-range.noUi-horizontal .noUi-base .noUi-origin .noUi-handle {
  background: #d4145a;
}
#duration_range.inline-range.noUi-target {
  background: #d4145a;
}

.form-check-input.is-invalid ~ .invalid-feedback {
  display: block;
}

form.w-error .invalid-feedback {
  display: block;
}

.field-coupon {
  display: none;
  margin: auto !important;
}

.field-plan {
  width: 90%;
  margin: 0 auto;
}
.field-plan label {
  display: block;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
.field-plan select {
  background-color: #7ac943 !important;
  font-size: 16px;
  color: #273351 !important;
}
.field-plan select option {
  background-color: #7ac943 !important;
  color: #273351 !important;
}

.quicklinks .quick-link-item {
  width: calc(20% - 15px);
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 3rem;
}
.quicklinks .quick-link-item td {
  vertical-align: middle;
  padding: 0;
  font-size: 18px;
  color: #273351;
  border: 0;
}
.quicklinks .quick-link-item td .svg-icon svg {
  height: 50px;
}

.list-inline.list-inline-w-icon {
  padding: 0 2rem;
}
.list-inline.list-inline-w-icon .list-inline-item.article-item {
  width: 25%;
  margin: 1rem 0;
  vertical-align: top;
}
.list-inline.list-inline-w-icon .list-inline-item.article-item a {
  line-height: 1.1rem;
  font-size: 1.1rem;
}
.list-inline.list-inline-w-icon .list-inline-item.article-item a:after {
  display: none;
}
.list-inline.list-inline-w-icon .list-inline-item.article-item.article span {
  background-color: #273351;
  border-radius: 50%;
  width: 1.1rem;
  height: 1.1rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
}
.list-inline.list-inline-w-icon .list-inline-item.article-item.video span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
  width: 0;
  height: 0;
  border-style: solid;
}

.directions-bullets {
  list-style-type: none;
}
.directions-bullets li {
  margin-top: 2rem;
}

.profile-texts .media.svg-media {
  margin-bottom: 2rem;
}

.detailed-profile .svg-media .svg-icon svg {
  height: 1.25rem;
}
.detailed-profile .svg-media .svg-icon svg .cls-1 {
  fill: #273351 !important;
}
.detailed-profile .expertise-list {
  padding-right: 1rem !important;
  margin-bottom: 3rem;
  font-size: 1.25rem;
}
.detailed-profile .expertise-list.methods {
  list-style-type: none;
  padding-right: 0 !important;
}
.detailed-profile .expertise-list.methods li {
  font-size: 1rem;
}
.detailed-profile .expertise-list.methods li .svg-icon {
  width: 30px;
  display: inline-block;
  text-align: center;
}
.detailed-profile .expertise-list.methods li .svg-icon svg {
  height: auto;
  width: 20px;
}
.detailed-profile .expertise-list.directions-bullets {
  padding-right: 0 !important;
}
.detailed-profile .expertise-list.directions-bullets li span {
  display: inline-block;
  margin-left: 1rem;
}
.detailed-profile .expertise-list.directions-bullets li span svg {
  width: auto;
  height: 14px;
}
.detailed-profile .education .svg-media .svg-icon {
  width: 4rem;
}
.detailed-profile .education .expertise-list {
  padding-right: 4.5rem !important;
}

.profile-profession .svg-media .svg-icon {
  margin-left: 0 !important;
  width: 2.5rem;
}
.profile-profession .svg-media .svg-icon svg .cls-1 {
  fill: #273351 !important;
}
.profile-profession .svg-media .media-body h5 {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 2px solid #273351;
}
.profile-profession .expertise-list {
  padding-right: 3.7rem !important;
  padding-top: 1rem;
  margin-bottom: 3rem;
  font-size: 1rem;
}
.profile-profession .expertise-list.methods {
  list-style-type: none;
  padding-right: 0 !important;
}
.profile-profession .expertise-list.methods li {
  font-size: 1rem;
}
.profile-profession .expertise-list.methods li .svg-icon {
  width: 30px;
  display: inline-block;
  text-align: center;
}
.profile-profession .expertise-list.methods li .svg-icon svg {
  height: auto;
  width: 20px;
}
.profile-profession .expertise-list.directions-bullets {
  padding-right: 0 !important;
}
.profile-profession .expertise-list.directions-bullets li span {
  display: inline-block;
  margin-left: 1rem;
}
.profile-profession .expertise-list.directions-bullets li span svg {
  width: auto;
  height: 14px;
}

.directions-area .svg-media .svg-icon {
  margin-left: 1rem !important;
}
.directions-area .svg-media .svg-icon svg {
  height: 36px !important;
}

.sb-bar span {
  display: block;
  width: 80px;
  border-radius: 40px 40px 5px 5px;
  margin-left: auto;
  margin-right: auto;
}

.search-title {
  font-size: 2.5rem;
  color: #273351;
}
.search-title .sale-subtitle {
  font-size: 1.5rem;
  line-height: 1.75rem;
}

.search-input {
  margin-bottom: 3rem;
}
.search-input input {
  border-color: #e5e5e5;
  background-color: #fff;
  border-left: 0 !important;
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1rem;
}
.search-input .input-group-text {
  padding: 0.375rem 1rem;
  background-color: #fff;
  border-color: #e5e5e5 !important;
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
  border-right: 0 !important;
}
.search-input #general-header-search .svg-icon svg,
.search-input #general-search .svg-icon svg {
  width: 21px;
  height: 21px;
}
.search-input #general-header-search .svg-icon svg .cls-1-magnifier,
.search-input #general-search .svg-icon svg .cls-1-magnifier {
  fill: #808080 !important;
}

.l-curve {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}

.r-curve {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}

.sb-search svg {
  width: auto;
  height: 26px;
  vertical-align: bottom;
}

.cant-find {
  border-radius: 25px;
  padding-right: 20px;
}

.action-bar-wrapper .action-bar {
  height: 40px;
}
.action-bar-wrapper .action-bar .back {
  height: 54px;
  margin-top: -7px;
  background-color: #ebecf1;
  line-height: 54px;
  border: 1px solid #fff;
  font-size: 22px;
}
.action-bar-wrapper .action-bar .show-results span {
  border: 1px solid #fff;
  display: inline-block;
  height: 54px;
  margin-top: -7px;
  background-color: #7ac943;
  color: #fff;
  line-height: 25px;
  font-size: 22px;
  max-width: 125px;
  text-align: center;
  padding: 2px 0;
}
.action-bar-wrapper svg {
  width: auto;
  height: 36px;
}
.action-bar-wrapper svg .cls-1 {
  fill: #273351 !important;
}
.action-bar-wrapper .green {
  margin-bottom: 1rem;
}
.action-bar-wrapper .green svg .cls-1 {
  fill: #7ac943 !important;
}

#wizard-percentage {
  font-size: 20px;
  margin-top: 10px;
  line-height: 20px;
}

.allowed_cards svg {
  width: 30px;
  height: auto;
}

.ms-options-wrap {
  display: inline-block;
  width: calc(100% - 40px);
  border: 0;
  border-bottom: 2px solid #273351;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  -webkit-appearance: none;
  color: #989898;
}
.ms-options-wrap > .ms-options {
  left: auto;
  width: calc(100% - 70px);
}
.ms-options-wrap > .ms-options > ul > li.optgroup .label {
  color: #333;
}
.ms-options-wrap > .ms-options > ul > li.optgroup + li.optgroup {
  border-top: 0;
}
.ms-options-wrap button, .ms-options-wrap button:focus {
  background-image: url(/static/images/select-arrow.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 9px auto;
  border: 0;
  outline-offset: 0;
  outline: none;
  margin-top: 0;
  text-align: right;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0 0.375rem 1.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.ms-options-wrap button:after, .ms-options-wrap button:focus:after {
  display: none;
}

.cyan_tie .cls-1 {
  fill: #73b5dd !important;
}

.blue_tie .cls-1 {
  fill: #273351 !important;
}

.cyan-form .form-control {
  background-color: #d1eafd;
  border-radius: 0;
  border-color: #273351;
}

.filter .form-group {
  margin-bottom: 2rem;
}
.filter .form-group.range-form-group {
  margin-top: 3rem;
  margin-bottom: 1rem !important;
}
.filter .form-group .svg-icon {
  display: inline-block;
  width: 30px;
}
.filter .form-group .svg-icon svg {
  width: 20px;
  height: auto;
}
.filter .form-group .custom-select {
  display: inline-block;
  width: calc(100% - 40px);
  border: 0;
  border-bottom: 2px solid #273351;
  border-radius: 0;
  padding-right: 0;
  padding-left: 0;
  -webkit-appearance: none;
  color: #989898;
  background-image: url("/static/images/select-arrow.png");
  background-position-x: left;
}
.filter .form-group .custom-select:disabled {
  background-color: transparent;
}

.register-steps .active .step {
  background-color: #73b5dd;
  color: #273351;
}
.register-steps .active .step-text {
  color: #273351;
}
.register-steps .step {
  font-size: 3rem;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  vertical-align: middle;
  text-align: center;
  background-color: #d2d2d2;
  color: #7b7b7b;
  border-radius: 50%;
}
.register-steps .step-text {
  font-size: 1.75rem;
  line-height: 1.75rem;
  margin-top: 10px;
  text-align: center;
  max-width: 120px;
  color: #7b7b7b;
}

.back-step1 {
  cursor: pointer;
}

.progress-wrapper {
  position: absolute;
  top: calc(50px - 0.5rem);
}

.progress.register-progress {
  border-radius: 0;
  height: 1rem;
  background-color: #d2d2d2;
}
.progress.register-progress .progress-bar {
  background-color: #73b5dd;
}
.progress.sb-progress {
  height: 8px;
  border-radius: 4px;
  margin: 0 15%;
  background-color: #273351;
  position: relative;
  overflow: visible;
}
.progress.sb-progress .progress-bar {
  background-color: #7ac943;
}
.progress.sb-progress .progress-bar span {
  position: absolute;
  top: -6px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: block;
  background-color: #273351;
}

.triangles {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.triangles .triangle-bar {
  height: 40px;
  padding-top: 36px;
}
.triangles .triangle-bar .line {
  height: 4px;
  position: relative;
}
.triangles .triangle-bar .line .line-bullet {
  position: absolute;
  top: -8px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: block;
  background-color: #273351;
  z-index: 1;
}
.triangles .triangle-bar .line .line-angle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0;
  border-color: transparent;
  position: absolute;
  bottom: 5px;
  left: 0;
}
.triangles .triangle-bar .line.bg-sb-green .line-angle {
  border-bottom-color: #7ac943;
}
.triangles .triangle-bar .line.bg-sb-red .line-angle {
  border-bottom-color: #d4145a;
}
.triangles .triangle-bar .line.bg-sb-soft-blue .line-angle {
  border-bottom-color: #d1eafd;
}

.premium {
  cursor: help;
  z-index: 2;
  position: absolute;
  right: -20px;
  top: -20px;
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("/static/images/premium.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.play-icon {
  position: absolute !important;
  top: 0;
  left: 0;
  line-height: inherit !important;
  font-size: inherit !important;
  padding: 0 !important;
}
.play-icon .inner-play {
  border: 0 !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  display: block;
  position: absolute;
  top: calc(50% - 28px);
  left: calc(50% - 25px);
}
.play-icon .inner-play img {
  width: 50px;
  height: auto;
}

.category .category-title {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.5rem;
  width: 50%;
  text-align: center;
  line-height: 1.3;
  font-weight: 700;
  height: 100%;
}
.category .category-title a {
  color: #fff;
  text-decoration: none;
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 80%;
}
.category .category-title a:hover {
  color: #fff;
  text-decoration: none;
}

.corona_discount {
  z-index: 2;
  cursor: help;
  position: absolute;
  right: 30px;
  top: -25px;
  display: block;
  width: 70px;
  height: 70px;
  background-image: url("/static/images/bidud.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.month_sale {
  cursor: help;
  z-index: 2;
  position: absolute;
  right: 40px;
  top: -25px;
  display: block;
  width: 90px;
  height: 50px;
  background-image: url("/static/images/male_month_sale.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.month_sale.female {
  background-image: url("/static/images/female_month_sale.svg");
}

.fully-booked {
  z-index: 2;
  position: absolute;
  right: 40px;
  top: -20px;
  display: block;
  height: 40px;
}

.video-session-icon {
  z-index: 1050;
  text-align: center;
}
.video-session-icon .svg-icon svg .cls-1 {
  fill: #fff !important;
}

.profile-phone {
  z-index: 2;
  position: absolute;
  left: 10px;
  top: 10px;
  display: block;
  height: 40px;
}
.profile-phone .svg-icon svg circle {
  fill: #7ac943;
}

.title1 {
  line-height: 1.5rem;
  font-size: 1.5rem;
  margin: 10px 0 0;
}

.title2 {
  line-height: 1.125rem;
  font-size: 1.125rem;
  margin: 0 0 10px;
}

.card.month-card {
  border-color: #e4921c;
  border-width: 2px;
  border-radius: 10px;
}
.card.month-card .card-header {
  border-color: #e4921c;
  background: #e4921c;
  color: #fff;
  font-weight: 500;
  font-size: 1.25rem;
  padding: 5px;
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}
.card.month-card .card-body {
  padding: 10px 20px;
  color: #063d75;
  max-width: 430px;
}

.slow-search-btn {
  position: fixed;
  bottom: 30px;
  left: 40px;
  z-index: 1;
}
.slow-search-btn .bubble {
  display: block;
}
.slow-search-btn .bubble .floating-help {
  width: 200px;
  height: 100px;
  background-image: url("/static/images/bubble_desktop.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.slow-search-btn .bubble.wa .floating-help {
  background-image: url("/static/images/bubble_callu.png");
}
.slow-search-btn .bubble:focus {
  outline: none;
}

.btn-float {
  position: absolute;
  bottom: -25px;
  right: calc(50% - 150px);
  width: auto !important;
  font-size: 30px;
  border: 2px solid #fff !important;
}

.percentage {
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
}

.distribution p {
  font-size: 1rem;
  line-height: 1.25rem;
  display: inline-block;
  padding-bottom: 3px;
  margin-bottom: 2.5rem;
  border-bottom: 2px solid #273351;
}
.distribution .audience-item {
  margin-bottom: 0.5rem;
  line-height: 1.25rem;
  vertical-align: middle;
}
.distribution .audience-item span {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.15rem;
  background-color: #273351;
}
.distribution .audience-item.item-1 {
  color: #143283;
}
.distribution .audience-item.item-1 span {
  background-color: #143283;
}
.distribution .audience-item.item-2 {
  color: #fa368a;
}
.distribution .audience-item.item-2 span {
  background-color: #fa368a;
}
.distribution .audience-item.item-3 {
  color: #fae800;
}
.distribution .audience-item.item-3 span {
  background-color: #fae800;
}
.distribution .audience-item.item-4 {
  color: #92d050;
}
.distribution .audience-item.item-4 span {
  background-color: #92d050;
}
.distribution .audience-item.item-5 {
  color: #9dc3e6;
}
.distribution .audience-item.item-5 span {
  background-color: #9dc3e6;
}
.distribution .audience-item.item-6 {
  color: #afabab;
}
.distribution .audience-item.item-6 span {
  background-color: #afabab;
}
.distribution .audience-item.item-7 {
  color: #fd95da;
}
.distribution .audience-item.item-7 span {
  background-color: #fd95da;
}
.distribution .audience-item.item-8 {
  color: #ffe699;
}
.distribution .audience-item.item-8 span {
  background-color: #ffe699;
}
.distribution .audience-item.item-9 {
  color: #e2f0d9;
}
.distribution .audience-item.item-9 span {
  background-color: #e2f0d9;
}
.distribution .audience-item.item-10 {
  color: #f2f2f2;
}
.distribution .audience-item.item-10 span {
  background-color: #f2f2f2;
}

/* @noflip */
.videos .video a span {
  border-width: 0.55rem 0 0.55rem 1.1rem;
  border-color: transparent transparent transparent #273351;
}

.icon-right {
  padding: 2rem 4rem;
  vertical-align: middle;
  height: 100%;
  border-left: 1px solid #fff;
}
.icon-right svg {
  height: 2.5rem;
  width: auto;
}

.difficulty-modal .modal-content {
  border-radius: 0;
}
.difficulty-modal .modal-content .modal-header {
  background-color: #273351;
  padding: 0 1rem;
  border-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.difficulty-modal .modal-content .modal-header .close {
  padding: 0;
  opacity: 1;
  text-shadow: none;
  margin: 0 0 0 auto;
}
.difficulty-modal .modal-content .modal-header .close:hover {
  color: #fff;
}
.difficulty-modal .modal-content .modal-header .close span {
  color: #fff;
  font-weight: 100;
  opacity: 1;
  text-shadow: none;
  font-size: 2rem;
}
.difficulty-modal .modal-content .modal-header .modal-title {
  margin-left: auto;
  font-size: 1rem;
  color: #fff;
  line-height: 2rem;
  padding-left: 30px;
}
.difficulty-modal .modal-content .modal-footer {
  border-top: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-right: auto;
  margin-left: auto;
  padding: 2rem 1rem;
}

.contact-info {
  background-color: #ebecf1;
  padding: 1rem 3rem;
}
.contact-info svg {
  height: 32px;
}
.contact-info button.btn-outline-brand {
  border-color: #273351;
  border-width: 2px;
}
.contact-info button svg {
  height: 26px;
}

.profession-info {
  background-color: #fcf4f4;
}

.list-svg-bullets {
  list-style-type: none;
  margin: 1rem 0;
}
.list-svg-bullets li {
  padding: 0.3rem 0;
}
.list-svg-bullets li .svg-icon svg {
  height: 0.75rem !important;
  margin-left: 0.5rem !important;
}

/* Credit card */
#id_card_number {
  direction: ltr;
  background-image: url("/static/images/credit-card.svg");
  background-repeat: no-repeat;
  background-size: 30px 24px;
  padding-right: 45px;
  background-position: calc(100% - 10px) center;
}
#id_card_number.amex {
  background-image: url("/static/images/amex.svg");
}
#id_card_number.visa {
  background-image: url("/static/images/visa.svg");
}
#id_card_number.mastercard {
  background-image: url("/static/images/mastercard.svg");
}
#id_card_number.discover {
  background-image: url("/static/images/discover.svg");
}
#id_card_number.diners {
  background-image: url("/static/images/diners.svg");
}
#id_card_number.jcb {
  background-image: url("/static/images/jcb.svg");
}

/* Responsive */
@media (min-width: 1200px) {
  .navbar-brand {
    max-width: 14vw;
  }
}
@media (min-width: 992px) {
  .card-deck.three-per-line .card {
    flex: 1 0 calc(33.3333333333% - 30px);
    max-width: calc(33.3333333333% - 30px);
    margin-bottom: 30px;
  }

  .card-deck.four-per-line .card {
    flex: 1 0 calc(25% - 30px);
    max-width: calc(25% - 30px);
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .blue-fill svg .cls-1 {
    fill: #273351 !important;
  }

  .section-title .main-title {
    font-size: 1.4rem;
  }
  .section-title .search-all {
    font-size: 1.3rem;
    line-height: 3rem;
  }

  .btn-xl {
    font-size: 1rem !important;
    padding: 0.5rem !important;
    border-radius: 1rem !important;
  }

  .img-somebuddy {
    height: 50px;
    width: auto;
  }

  .signup-btn {
    font-size: 1.125rem;
    border-radius: 21px;
    padding: 5px 15px 5px 5px;
  }
  .signup-btn .svg-icon {
    margin-right: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .signup-btn .svg-icon svg {
    height: 20px;
  }

  #top-section {
    padding-bottom: 0;
    height: 44.4444444444vw;
  }
  #top-section .media {
    margin: 0 0 1rem;
  }
  #top-section .media .media-body {
    font-size: 1.25rem;
  }
  #top-section .media .media-body p {
    font-size: 1.125rem;
    width: auto;
  }
  #top-section .media .media-body h5 {
    font-size: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }
  #top-section .media .media-body img {
    height: 20px;
    width: auto;
  }

  .swiper-wrapper .card .card-top img,
.card-deck .card .card-top img {
    height: calc(100vw - 60px);
  }
  .swiper-wrapper .fonts36,
.card-deck .fonts36 {
    font-size: 1.75rem;
  }

  .profile .fonts36 {
    font-size: 1.5rem;
  }

  .views-exposures {
    margin-bottom: 1rem;
  }
  .views-exposures .svg-icon {
    width: 40px;
  }

  .profession-info, .personal-info {
    padding: 0.5rem;
  }
  .profession-info .svg-media .media-body h5, .personal-info .svg-media .media-body h5 {
    line-height: 1.2rem;
    font-size: 1rem;
  }

  .upload-article .div-text {
    width: calc(100% - 40px);
  }

  .home-bullet {
    margin: 1rem;
  }
  .home-bullet .bullet-separator {
    height: 1rem;
  }
  .home-bullet .bullet-item {
    font-size: 1.5rem;
  }

  .puzzled {
    padding: 1rem;
  }
  .puzzled .svg-icon svg {
    height: 10rem;
  }

  .big-title {
    margin-top: 1rem;
    font-size: 1.5rem;
  }

  .small-title {
    font-size: 1.3rem;
  }

  footer {
    font-size: 1rem;
  }

  .plan-svg .svg-icon svg {
    max-height: 100px;
  }

  .lane .plan-title {
    font-size: 2rem;
    line-height: 2rem;
  }

  .plan-header {
    font-size: 1.5rem;
    line-height: 1.8rem;
    margin: 1rem 2rem 2rem;
  }

  .detailed-profile .expertise-list {
    margin-bottom: 1rem;
  }

  .contact-info {
    padding: 1rem;
  }

  .profile-box .card .card-top .card-title {
    padding: 5px;
    font-size: 1.2rem;
    position: relative;
  }
  .profile-box .card .card-top .card-title .years-experience {
    font-size: 1rem;
  }

  #team-members img {
    width: 100px;
    height: 100px;
  }
}
.news .news-divider:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.news .news-image {
  width: 100%;
  height: 400px;
  max-height: 50vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  border: 1px solid #d1eafd;
}
.news .news-media .media-body h1,
.news .news-media .media-body h5 {
  font-size: 28px;
  line-height: 34px;
}
.news .news-media .svg-icon {
  display: block;
  padding: 2rem 1rem;
}
.news .news-media .svg-icon svg {
  display: block;
  width: 50px;
  height: auto;
}
.news .extra-text {
  font-size: 24px;
}
.news .extra-text .news-date {
  font-size: 18px;
  color: #9da4b9;
}
.news .extra-text .news-date .svg-icon {
  vertical-align: middle;
}
.news .extra-text .news-date .svg-icon svg {
  width: auto;
  height: 20px;
}
.news .extra-text .news-date .svg-icon svg path {
  fill: #9da4b9;
}

.popular-searches {
  background-color: #f1f7fc;
  border-radius: 2rem;
  padding: 0.75rem;
  margin-left: 1rem;
  margin-top: 0.75rem;
}
.popular-searches span {
  display: block;
  margin-right: 1rem;
  font-weight: 700;
}

.news-detail .news-media .media-body h1 {
  font-size: 28px;
  line-height: 34px;
}
.news-detail .news-media .media-body h5 {
  font-size: 28px;
  line-height: 34px;
}
.news-detail .news-media .media-body h5 a {
  display: block;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem;
}
.news-detail .news-media .media-body h5 a .svg-icon {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.news-detail .news-media .media-body h5 a .svg-icon svg {
  height: 16px;
  width: auto;
  margin-right: 10px;
}
.news-detail .news-media .svg-icon {
  display: block;
  padding: 1rem;
}
.news-detail .news-media .svg-icon svg {
  display: block;
  width: auto;
  height: 36px;
}
.news-detail .news-date {
  margin: 10px 0;
  font-size: 18px;
  color: #9da4b9;
}
.news-detail .news-date .svg-icon {
  vertical-align: middle;
}
.news-detail .news-date .svg-icon svg {
  width: auto;
  height: 20px;
}
.news-detail .news-date .svg-icon svg path {
  fill: #9da4b9;
}

.loading-data {
  opacity: 0.2 !important;
  pointer-events: none !important;
}

.list-style-none {
  list-style-type: none !important;
}

#latest-therapist .main-title svg .cls-1 {
  fill: #fff !important;
}

@media (min-width: 768px) {
  #latest-therapist .card {
    margin-left: 0;
    margin-right: 0;
  }
}
#step {
  min-height: 200px;
}
#step .custom-control {
  font-size: 18px;
}

#back-to-top {
  display: none;
}

.with-you-banner .fancybox-content {
  padding: 0;
}
.with-you-banner .fancybox-content img {
  width: auto;
  max-height: 70vh;
  max-width: 100%;
}

#search .header-search {
  display: none !important;
}

.message-user-avatar {
  line-height: 66px;
  display: block;
  vertical-align: middle;
}

.bw-4 {
  border-width: 4px;
}

.month-discount-wrapper {
  border-radius: 2.5rem;
}
.month-discount-wrapper .month-description {
  font-size: 1.125rem;
  max-width: 350px;
  padding: 0 1rem;
}

.hugh-btn {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0.75rem 1rem;
  border-radius: 2rem;
  color: #fff;
  width: 100%;
}
.hugh-btn:hover {
  color: #fff !important;
}

.card.signup-card {
  border-radius: 20px;
  border-width: 2px;
}
.card.signup-card .card-header:first-child {
  border-radius: 16px 16px 0 0;
  padding: 4rem 1.25rem 0.5rem 1.25rem;
}
.card.signup-card .card-header .plan-icon {
  position: absolute;
  top: 15px;
  left: 15px;
}
.card.signup-card .card-header .plan-price {
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.card.signup-card .card-header .plan-price span {
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
}
.card.signup-card .card-header .plan-extra {
  text-align: center;
  color: #fff;
  font-weight: 100;
  font-size: 14px;
}
.card.signup-card .card-header .svg-white.svg-icon svg {
  width: 80px;
  height: 80px;
}
.card.signup-card .card-header .svg-white.svg-icon svg path {
  fill: #fff !important;
}
.card.signup-card .card-header .svg-white.svg-icon svg circle {
  stroke: #fff;
}
.card.signup-card .card-header .plan-title {
  display: inline-block;
  border-radius: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.125rem;
  margin: 0;
  border: 1px solid;
  padding: 10px 15px;
  font-weight: 600;
  width: 160px;
  text-align: center;
  position: absolute;
  top: 1.25rem;
  right: -40px;
}
.card.signup-card .card-body {
  padding: 0;
}
.card.signup-card .card-body .plan-item {
  position: relative;
  padding: 1.25rem 1rem;
  line-height: 1.25rem;
  font-size: 0.9375rem;
}
.card.signup-card .card-body .plan-item:last-child {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.card.signup-card .card-body .plan-item.bg-sb-new-gray {
  color: #666;
}
.card.signup-card .card-body .plan-item .small-letters {
  font-size: 0.6875rem;
  line-height: 1.25rem;
  font-weight: 700;
}
.card.signup-card .card-body .plan-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1rem;
  width: calc(100% - 2rem);
  height: 1px;
  background-color: #ccc;
}
.card.signup-card .card-body .plan-item .svg-icon {
  width: 2.25rem;
  height: 2.25rem;
  display: block;
}
.card.signup-card .card-body .plan-item .item-btn {
  background: #063d75;
  color: #fff;
  padding: 0.375rem;
  border-radius: 7px;
  max-width: 65px;
  display: block;
  font-size: 0.875rem;
  line-height: 0.875rem;
  text-align: center;
  font-weight: 700;
}
.w-85 {
  width: 85%;
}

@media (min-width: 768px) {
  body {
    padding-top: 149px;
  }
}
@media (max-width: 767.98px) {
  .w-100m {
    width: 100% !important;
  }

  .card.card-ginger {
    border: 1px solid #063d75 !important;
    padding: 2rem 15% !important;
  }

  .product-wrapper {
    padding: 1rem 0;
    border-bottom: 1px solid #063d75;
  }
  .product-wrapper .plan-icon {
    width: auto !important;
    margin: 0 !important;
  }
  .product-wrapper .plan-icon img {
    width: auto;
    height: 50px;
  }
  .product-wrapper .product-wrapper-text {
    text-align: right;
    margin-right: 0.5rem;
  }
  .product-wrapper .product-wrapper-text .plan-price {
    font-size: 1rem !important;
  }
  .product-wrapper .product-wrapper-text .font-weight-bold.fonts18 {
    line-height: 18px !important;
  }

  #profile_signup #top-section {
    height: 430px;
  }

  #top-section {
    background-image: url("/static/images/signup-hero-m.png");
    height: 95.785440613vw;
  }
  #top-section .container {
    max-width: 100vw;
    padding-top: 10px;
  }
  #top-section .container h1 {
    line-height: 25px;
    font-size: 25px;
  }
  #top-section .container p {
    font-size: 1rem;
    line-height: 1.25rem;
    max-width: 60vw;
    margin: auto;
  }
  #top-section .container .btn {
    font-size: 1.25rem;
    line-height: 1.25rem;
    padding: 10px 40px;
  }
  #top-section .container .small {
    font-size: 1rem;
    line-height: 1.25rem;
    max-width: 70vw;
    margin: 30px auto;
  }

  .quote {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .quote:after, .quote:before {
    width: 35px;
    height: 25px;
  }

  .register-steps .step {
    font-size: 2rem;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .register-steps .step-text {
    font-size: 1.5rem;
    line-height: 1.5rem;
    max-width: 30vw;
  }

  .progress-wrapper {
    top: calc(30px - 0.5rem);
  }

  .small-title {
    font-size: 1rem;
  }

  #find-therapist.big-title {
    border-top: 1px solid #273351;
    font-size: 1.25rem;
  }

  .bt-profile {
    position: absolute;
    top: 2rem;
    right: 0;
  }

  .lh-2rem-sm {
    line-height: 2rem !important;
  }

  .profile-messages {
    position: relative;
    margin: 15px 0 0;
    display: inline-block;
  }
  .profile-messages .views-exposures {
    margin-bottom: 0 !important;
  }

  .category .category-title {
    font-size: 0.85rem;
  }

  #info_pages .news-detail .news-date {
    margin: 10px 0 20px;
    font-size: 14px;
  }
  #info_pages .news-detail .news-date .svg-icon svg {
    height: 14px;
  }

  .card.info-card-page h1 {
    font-size: 1rem;
    line-height: 1rem;
  }
  .card.info-card-page img {
    width: 100px;
    height: 100px;
    margin-left: 0.5rem;
  }
  .card.info-card-page .card-header {
    font-size: 14px;
    padding: 0.25rem;
  }
  .card.info-card-page .card-header .lh48 {
    display: none;
  }
  .card.info-card-page .card-body .card-title {
    font-size: 16px;
  }

  .top-field-plan select {
    background-color: #7ac943 !important;
    font-size: 14px;
    color: #273351 !important;
  }
  .top-field-plan select option {
    background-color: #7ac943 !important;
    color: #273351 !important;
  }

  .plan-card .card-body .feature {
    padding: 0 60px 0 10px;
    min-height: 67px;
    background-position: top right;
    margin-bottom: 10px;
  }
  .plan-card .card-body .feature:last-child {
    margin-bottom: 0;
  }
  .plan-card .card-body .feature .main-feature {
    font-size: 20px;
  }
  .plan-card .card-body .feature .sub-feature {
    font-size: 14px;
  }
  .plan-card .card-footer {
    font-size: 20px;
  }

  .news .news-media .media-body h1, .news .news-media .media-body h5 {
    font-size: 18px;
    line-height: 22px;
  }
  .news .news-media .svg-icon {
    padding: 0.75rem;
  }
  .news .news-media .svg-icon svg {
    width: 24px;
  }
  .news .extra-text {
    font-size: 18px;
  }
  .news .extra-text .news-date {
    font-size: 14px;
  }
  .news .extra-text .news-date .svg-icon svg {
    height: 16px;
  }

  .news-detail .news-media .media-body h1 {
    font-size: 16px;
    line-height: 18px;
  }
  .news-detail .news-media .media-body h5 {
    font-size: 16px;
    line-height: 18px;
  }
  .news-detail .news-media .media-body h5 a {
    font-size: 0;
    padding: 7px 15px;
    height: 100%;
  }
  .news-detail .news-media .media-body h5 a .svg-icon svg {
    margin-right: 0;
  }
  .news-detail .news-media .svg-icon {
    padding: 0.5rem;
  }
  .news-detail .news-media .svg-icon svg {
    width: auto;
    height: 18px;
  }
  .news-detail .news-date {
    margin: 10px 0;
    font-size: 18px;
  }
  .news-detail .news-date .svg-icon svg {
    width: auto;
    height: 20px;
  }

  .field-card_number,
.field-card_holder_name,
.field-coupon,
.field-card_owner_id {
    width: 100%;
  }

  .field-exp_year,
.field-cvv,
.field-exp_month {
    width: 100%;
  }

  .field-plan {
    width: 100%;
    margin: 15% auto 0;
    display: none;
  }

  .fonts14m {
    font-size: 14px !important;
  }

  #back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1050;
    cursor: pointer;
  }
  #back-to-top span {
    cursor: pointer;
    display: block;
    font-size: 40px;
    line-height: 40px;
    background-color: #5b6d99;
    color: #fff;
    height: 40px;
    width: 40px;
    text-align: center;
    padding: 10px;
    z-index: 1051;
  }

  header {
    position: fixed;
    width: 100%;
    z-index: 1049;
    box-shadow: 0 0 8px;
  }

  .card.card-plan.card-payment .card-body form .name-on-card {
    font-size: 0.5rem;
    top: 10px;
  }
  .card.card-plan.card-payment .card-body form label {
    font-size: 0.875rem;
  }
  .card.card-plan .card-header {
    padding: 1rem 0.75rem;
    border: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
  }
  .card.card-plan .card-header .plan-title {
    font-size: 1rem;
    font-weight: 700;
    padding: 0.75rem 1rem;
  }
  .card.card-plan .card-header .plan-extra {
    text-align: right;
    margin-top: 0.5rem;
  }
  .card.card-plan .card-header .plan-price div {
    font-size: 40px;
    font-weight: 700;
    line-height: 35px;
  }
  .card.card-plan .card-header .plan-icon .svg-icon svg {
    width: 70px;
    height: 70px;
    margin: 0;
  }
  .card.card-plan .card-body form {
    padding: 0;
  }
  .card.card-plan .card-body form .form-title {
    font-size: 1.125rem;
    line-height: 1.5rem;
    text-align: center;
  }

  main {
    padding-top: 105px;
  }

  html.logged-in main {
    padding-top: 55px;
  }

  .filter {
    position: fixed;
    right: -100vw;
    min-height: 100vh;
    height: 100%;
    z-index: 1050;
    top: 0;
    overflow: auto;
    background-color: #fff;
    width: 100vw;
    padding: 5vw 5vw 5vw 15vw;
    transition: all 0.5s;
  }
  .filter.opened {
    right: 0;
  }

  #close-filters {
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  #close-filters .svg-icon {
    display: block;
    padding: 5px;
  }
  #close-filters .svg-icon svg {
    width: 40px;
    height: 40px;
  }

  .fonts16xs {
    font-size: 16px !important;
  }

  .fonts20xs {
    font-size: 20px !important;
  }

  .search-input {
    margin-bottom: 1.5rem;
  }

  .section-title {
    margin-bottom: 1.25rem;
  }

  .search-input-m {
    margin-bottom: 3rem;
  }
  .search-input-m input {
    border-color: #e5e5e5;
    background-color: #fff;
    border-left: 0 !important;
    border-top-right-radius: 17px !important;
    border-bottom-right-radius: 17px !important;
    height: calc(1.5em + 0.75rem + 2px);
    font-size: 13px;
    max-width: 32vw;
    padding: 0.375rem 0.5rem;
  }
  .search-input-m .input-group-text {
    padding: 0 0.5rem;
    background-color: #fff;
    border-color: #e5e5e5 !important;
    border-top-left-radius: 17px !important;
    border-bottom-left-radius: 17px !important;
    border-right: 0 !important;
  }
  .search-input-m #general-header-search-m .svg-icon svg {
    width: 16px;
    height: 16px;
  }
  .search-input-m #general-header-search-m .svg-icon svg .cls-1-magnifier {
    fill: #808080 !important;
  }

  .sb-section-title h1, .sb-section-title span {
    font-size: 26px;
  }

  .cant-find {
    font-size: 13px;
    margin-bottom: 1.5rem;
  }
  .cant-find a {
    font-size: 13px;
  }

  .r-curve {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .l-curve {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  #SBnavbar .navbar-nav {
    flex-direction: unset;
  }
  #SBnavbar .navbar-nav .nav-item {
    margin: 5px;
  }
  #SBnavbar .navbar-nav .nav-item a {
    padding: 0.25rem 0.5rem;
    font-size: 1rem;
  }

  .why-join-b {
    border-radius: 0 !important;
  }

  .float-mobile {
    position: fixed;
    bottom: 20px;
    z-index: 1050;
    display: block;
    text-align: center;
    width: 60%;
    margin: 0 20%;
  }

  .navbar-brand {
    width: auto;
    text-align: left;
  }
  .navbar-brand img {
    display: block;
    max-width: 100%;
    width: 30vw;
    height: 11.3036925396vw;
  }

  .plan-icon svg {
    max-width: 100%;
    height: auto;
  }

  .recommended img {
    width: 120px;
    height: 120px;
  }

  .signup-features .card-body {
    padding: 1.25rem 0;
  }

  .navbar-light .navbar-toggler {
    border: 0;
  }

  .accordion-objects .btn.btn-outline-sb-dark-blue {
    font-size: 0.8rem;
  }
  .accordion-objects .accordion {
    width: 100%;
  }
  .accordion-objects .accordion > .card .card-header h2 button {
    white-space: normal;
  }
  .accordion-objects .accordion .fonts20 {
    font-size: 1rem !important;
  }

  .plans-bar .s-text {
    width: 100%;
    font-size: 0.875rem;
  }
  .plans-bar .line-trough:before {
    width: calc(33vw - 3rem);
    right: -38px;
  }
  .plans-bar .line-trough:after {
    width: calc(33vw - 3rem);
    left: -38px;
  }

  .page-title {
    font-size: 1.5rem;
  }

  .fixed-sb {
    display: none;
    padding: 0.5rem 1.5rem 0.5rem 0.5rem;
    border-left: 0.5rem solid #73b5dd;
  }
  .fixed-sb .svg-icon svg {
    height: 80px;
  }

  .section-title .main-title {
    font-size: 0.9rem;
  }
  .section-title .main-title .svg-icon {
    margin-left: 5px !important;
  }
  .section-title .main-title .svg-icon svg {
    height: 20px !important;
  }
  .section-title .search-all {
    font-size: 0.9rem;
    line-height: 20px;
  }
  .section-title .search-all a {
    width: 100%;
    display: block;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 7px;
    line-height: 18px;
    padding: 2px 5px;
  }
  .section-title .search-all .svg-icon {
    display: none !important;
  }

  .fonts24sm {
    font-size: 24px !important;
  }

  .fonts16sm {
    font-size: 16px !important;
  }

  .home-bullet {
    margin: 1rem 0.25rem;
  }
  .home-bullet .bullet-separator:before {
    right: 20px;
  }
  .home-bullet .bullet-item {
    font-size: 1rem !important;
  }
  .home-bullet .bullet-item .svg-icon {
    width: 45px;
  }
  .home-bullet .bullet-item .svg-icon svg {
    height: 30px;
    width: auto;
  }

  .card-columns .card.blog-card {
    margin-bottom: 2.5rem;
  }
  .card-columns .card.blog-card .card-body {
    padding: 1rem;
  }

  #latest-therapist .section-title .justify-content-between .col-7.col-sm-auto,
#latest-therapist .section-title .justify-content-between .col-5.col-sm-auto {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .contact-section .fonts20 {
    font-size: 1rem !important;
  }
  .contact-section .pt-5rem {
    padding-top: 1rem !important;
  }
  .contact-section .svg-icon {
    padding: 1rem 0.5rem 1rem;
  }
  .contact-section .svg-icon svg {
    height: 20px;
  }
  .contact-section .svg-icon.at-icon {
    padding: 0.5rem 0.5rem 1rem;
  }
  .contact-section .svg-icon.at-icon svg {
    width: 20px;
  }

  .bullets .bullet_svg_lg {
    margin: 0 !important;
    display: block;
    text-align: center;
  }
  .bullets .bullet_svg_lg svg {
    width: auto;
    height: 200px;
  }
  .bullets .list-group-flush .list-group-item {
    padding: 0.75rem;
  }
  .bullets .list-group-flush .list-group-item .inline-text {
    max-width: calc(100% - 5rem);
    font-size: 1rem;
  }
  .bullets .list-group-flush .list-group-item .svg-icon {
    margin-left: 0;
    margin-right: 1rem;
  }
  .bullets .list-group-flush .list-group-item .svg-icon svg {
    width: 50px;
  }

  .slow-search-btn {
    bottom: 45px;
    left: 15px;
  }
  .slow-search-btn .bubble .floating-help {
    width: 150px;
    height: 75px;
    background-image: url("/static/images/bubble_mobile.png");
  }
  .slow-search-btn .bubble.wa .floating-help {
    background-image: url("/static/images/bubble_callu.png");
  }

  #team-members .media {
    display: block;
  }
  #team-members .media img {
    width: calc(100% - 20px);
    height: auto;
    margin: 10px !important;
    box-shadow: none !important;
  }

  .quicklinks {
    background-color: #f1f7fc;
    padding: 1rem 0.25rem;
  }
  .quicklinks .quick-link-item {
    width: calc(50% - 15px);
    margin-bottom: 1rem;
    border: 1px solid #273351;
    border-radius: 7px;
    padding: 5px;
  }
  .quicklinks .quick-link-item tr {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .quicklinks .quick-link-item tr td {
    font-size: 14px;
    display: flex;
    width: 100% !important;
    text-align: center;
    order: 2;
    justify-content: center;
  }
  .quicklinks .quick-link-item tr td:last-child {
    order: 1;
  }

  .icon-right {
    padding: 1rem;
  }

  .list-inline.list-inline-w-icon .list-inline-item.article-item {
    width: 100%;
  }

  .search-title {
    font-size: 1.7rem;
    line-height: 2.5rem;
  }
  .search-title .sale-subtitle {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  #audiencesChart {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .swiper-wrapper .card .card-top img,
.card-deck .card .card-top img {
    height: auto;
  }
  .swiper-wrapper .card .card-top .card-title,
.card-deck .card .card-top .card-title {
    background-color: #fff;
    position: relative;
    font-size: 1rem;
    border-left: 1px solid #273351;
    border-right: 1px solid #273351;
  }
  .swiper-wrapper .card .card-top .card-title .svg-icon svg,
.card-deck .card .card-top .card-title .svg-icon svg {
    height: 16px !important;
  }
}
.break-word {
  word-break: break-word;
}

@media (min-width: 1200px) and (max-width: 1366px) {
  #top-section .container {
    padding-top: 40px;
  }

  #businesses #top-section .container,
#profile_signup #top-section .container {
    padding-top: 75px;
  }

  .sub-feature {
    font-size: 12px !important;
  }

  .fixed-sb {
    padding: 1rem 2.5rem 1rem 1rem;
    border-left: 1rem solid #73b5dd;
  }
  .fixed-sb .svg-icon svg {
    height: 120px;
  }
}
.blue-modal .modal-content {
  border-radius: 15px;
}
.blue-modal .modal-content button[type=submit] {
  font-size: 22px;
  font-weight: bold;
  border-radius: 4px;
}
.blue-modal .modal-content .modal-body {
  padding: 2rem 3rem;
}
.blue-modal .modal-content .modal-body input {
  border-radius: 7px;
}
.blue-modal .modal-content .modal-body label {
  font-size: 18px;
  color: #fff;
}
.blue-modal .modal-content .modal-body p {
  text-align: center;
  font-size: 24px;
  margin-bottom: 0;
  line-height: 28px;
}
.blue-modal .modal-content .modal-header {
  padding: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border: 0;
}
.blue-modal .modal-content .modal-header .close {
  padding: 0;
  margin: 0;
  z-index: 11;
  display: block;
  opacity: 1;
  float: none;
  width: 20px;
  height: 40px;
  position: absolute;
  top: 5px;
  right: 10px;
}
.blue-modal .modal-content .modal-header .close span {
  color: #fff;
  text-shadow: none;
  opacity: 1;
  font-weight: 300;
  font-size: 40px;
  display: block;
}

@media (min-width: 768px) {
  .border-right-1 {
    border-right: 1px solid #063d75;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .how-it-works .fonts36 {
    min-height: 140px;
  }

  #latest-therapist .swiper-wrapper .card,
#latest-therapist .card-deck .card {
    margin-bottom: 15px;
  }
  #latest-therapist .swiper-wrapper .card .card-top img.card-img-top,
#latest-therapist .card-deck .card .card-top img.card-img-top {
    max-height: calc(50vw - 60px);
  }
}
@media (min-width: 1200px) {
  #somebuddy_search .search-title {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  #SBLinknavbar .navbar-nav .nav-link {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 1rem !important;
  }
}
@media (max-width: 767px) {
  .mobile-professions {
    min-height: 4.6675rem;
  }

  .mobile-location {
    min-height: 4.6675rem;
  }

  html.logged-in .new-mobile-layout main {
    padding-top: 110px;
  }

  .new-mobile-layout main {
    padding-top: 110px;
  }
  .new-mobile-layout#home #top-section {
    background-image: url(/static/images/home_bg_m.png);
    height: calc(209.2vw + 120px);
    background-size: contain;
    background-position: top center;
  }
  .new-mobile-layout#jobs #top-section {
    height: 80vw;
  }
  .new-mobile-layout #top-section .first-section {
    height: 103.5vw;
  }
  .new-mobile-layout #top-section .second-section .white-title {
    color: #fff;
    font-size: 1.75rem;
    line-height: 1.85rem;
    font-weight: 700;
  }
  .new-mobile-layout #top-section .second-section .top-section-card {
    background-color: #fff;
    margin: 2rem 1rem 1rem;
    border-radius: 1rem;
    border-color: #063d75;
    border-width: 2px;
  }
  .new-mobile-layout #top-section .second-section .top-section-card .card-body {
    border-radius: 1rem;
    padding: 2rem 3rem;
    background-color: #fff;
  }
  .new-mobile-layout #top-section .second-section .top-section-card .card-body h5 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #063d75;
    margin-bottom: 2rem;
  }
  .new-mobile-layout #top-section .second-section .top-section-card .card-body p {
    color: #063d75;
    max-width: 100%;
    margin-bottom: 5rem;
    font-size: 1.325rem;
    font-weight: 700;
    line-height: 2rem;
  }
  .new-mobile-layout #top-section .second-section .top-section-card .card-body a.btn.btn-sb-new-orange {
    background-color: #063d75;
    border-color: #063d75;
    border-radius: 0.5rem;
    color: #fff;
    line-height: 2.5rem;
    font-size: 1.5rem;
    box-shadow: none;
    padding: 10px 30px;
  }
  .new-mobile-layout .mobile-only .month-deal {
    color: #fff;
    font-weight: 700;
    font-size: 2.25rem;
    text-shadow: 0 3px #666;
  }
  .new-mobile-layout .mobile-only .month-deal-box {
    background-color: #fff;
    color: #000;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.5rem;
    border-radius: 1rem;
    padding: 1rem 0.5rem;
  }
  .new-mobile-layout .top-text {
    width: 60%;
    margin-right: auto;
    font-size: 1.25rem;
    font-weight: 700;
    color: #063d75;
    margin-top: 0.5rem;
  }
  .new-mobile-layout .for-mobile.bg-links-navbar {
    background-color: #fff !important;
    max-height: 100vh;
    overflow: auto;
  }
  .new-mobile-layout .for-mobile .navbar-brand {
    order: 1;
    width: 100%;
  }
  .new-mobile-layout .for-mobile .navbar-brand img {
    margin: 0 auto;
  }
  .new-mobile-layout .for-mobile .navbar-toggler {
    order: 2;
    margin-bottom: 1rem;
  }
  .new-mobile-layout .for-mobile .header-search {
    order: 3;
    margin-bottom: 1rem;
  }
  .new-mobile-layout .for-mobile .header-search input[type=search] {
    background-color: #ebecf1;
  }
  .new-mobile-layout .for-mobile .header-search .input-group-append button {
    background-color: #ebecf1;
  }
  .new-mobile-layout .for-mobile .header-search .input-group-append button#general-header-search-m .svg-icon svg .cls-1-magnifier {
    fill: #e4921c !important;
  }
  .new-mobile-layout .for-mobile .mobile-btns {
    order: 4;
    align-items: center;
    margin-bottom: 1rem;
  }
  .new-mobile-layout .for-mobile #SBLinknavbar {
    order: 5;
    border-top: 1px solid #e9ecef;
  }
  .new-mobile-layout .free-help-line {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 0.75rem;
    font-size: 1.5rem;
    color: #063d75;
  }
  .new-mobile-layout .bottom-h4 {
    text-align: left;
  }
  .new-mobile-layout #help-line-link {
    color: #063d75 !important;
  }
  .new-mobile-layout .swiper-slide.card {
    border-radius: 1rem;
  }
  .new-mobile-layout .swiper-slide.card .card-top {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
  .new-mobile-layout .swiper-slide.card .card-top .card-img-top {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
  .new-mobile-layout .swiper-slide.card .card-body {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
  .new-mobile-layout .swiper-slide.card .card-body .last-element {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
  .new-mobile-layout#profile .swiper-slide.card {
    border-radius: 0;
  }
  .new-mobile-layout#profile .swiper-slide.card .card-top {
    border-radius: 0;
  }
  .new-mobile-layout#profile .swiper-slide.card .card-top .card-img-top {
    border-radius: 0;
  }
  .new-mobile-layout#profile .swiper-slide.card .card-body {
    border-radius: 0;
  }
  .new-mobile-layout#profile .swiper-slide.card .card-body .bg-sb-other-blue {
    border-radius: 0;
  }
  .new-mobile-layout .fully-booked,
.new-mobile-layout .month_sale {
    right: unset;
    left: 0;
  }
  .new-mobile-layout .month-deal-col {
    order: 1;
  }
  .new-mobile-layout .latest-therapist-col {
    order: 2;
  }
  .new-mobile-layout .anxiety-therapist-col {
    order: 3;
  }
  .new-mobile-layout .extra-therapist-col {
    order: 4;
  }
  .new-mobile-layout .quicklinks-col {
    order: 5;
  }
  .new-mobile-layout .benefits-col {
    order: 6;
  }
  .new-mobile-layout .one-click-search-col {
    order: 7;
  }
  .new-mobile-layout .btn-with-logo {
    margin-top: 5rem;
    position: relative;
  }
  .new-mobile-layout .btn-with-logo:after {
    content: "";
    position: absolute;
    top: -65px;
    left: -80px;
    width: 208px;
    height: 100px;
    background-image: url("/static/images/logo-bottom.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
  }
}