@charset "UTF-8";

/* src/styles.scss */
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 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;
  --primary: #0572BA;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #cdf0f4;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    "Liberation Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  --font-family-monospace:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    "Liberation Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #0572BA;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(2.997382199, 68.3403141361, 111.502617801);
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1,
.h1 {
  font-size: 2.5rem;
}
h2,
.h2 {
  font-size: 2rem;
}
h3,
.h3 {
  font-size: 1.75rem;
}
h4,
.h4 {
  font-size: 1.5rem;
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\a0";
}
.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-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.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-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 576px) {
  .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-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .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-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .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-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .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-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 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: rgb(185, 215.52, 235.68);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(125, 181.68, 219.12);
}
.table-hover .table-primary:hover {
  background-color: rgb(165.0156739812, 204.2488401254, 230.1643260188);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(165.0156739812, 204.2488401254, 230.1643260188);
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(178.56, 183.24, 187.4);
}
.table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(143.2, 209.24, 158.28);
}
.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(241, 250.8, 251.92);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(229, 247.2, 249.28);
}
.table-hover .table-info:hover {
  background-color: rgb(220.0983606557, 244.5295081967, 247.3216393443);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(220.0983606557, 244.5295081967, 247.3216393443);
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}
.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(236.8, 149.96, 158.28);
}
.table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}
.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}
.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.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: rgb(69.1465517241, 77.125, 85.1034482759);
}
.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: rgb(69.1465517241, 77.125, 85.1034482759);
}
.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: 575.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: 767.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: 991.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: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .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: rgb(68.5130890052, 177.7984293194, 249.9869109948);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(5, 114, 186, 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-right: 0;
  padding-left: 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-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -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-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip,
.form-row > [class*=col-] > .valid-tooltip {
  left: 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-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .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-right: 3rem !important;
  background-position: right 1.5rem center;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .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: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.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: 0.875em;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip,
.form-row > [class*=col-] > .invalid-tooltip {
  left: 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-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .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-right: 3rem !important;
  background-position: right 1.5rem center;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .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: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.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: 576px) {
  .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-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 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: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(5, 114, 186, 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: #0572BA;
  border-color: #0572BA;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(3.9986910995, 91.1701570681, 148.7513089005);
  border-color: rgb(3.664921466, 83.5602094241, 136.335078534);
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: rgb(3.9986910995, 91.1701570681, 148.7513089005);
  border-color: rgb(3.664921466, 83.5602094241, 136.335078534);
  box-shadow: 0 0 0 0.2rem rgba(42.5, 135.15, 196.35, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #0572BA;
  border-color: #0572BA;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(3.664921466, 83.5602094241, 136.335078534);
  border-color: rgb(3.3311518325, 75.9502617801, 123.9188481675);
}
.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(42.5, 135.15, 196.35, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 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: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.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.05, 137.7, 144.5, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 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: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.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.25, 180.2, 96.9, 0.5);
}
.btn-info {
  color: #212529;
  background-color: #cdf0f4;
  border-color: #cdf0f4;
}
.btn-info:hover {
  color: #212529;
  background-color: rgb(173.6475409836, 230.5942622951, 237.1024590164);
  border-color: rgb(163.1967213115, 227.4590163934, 234.8032786885);
}
.btn-info:focus,
.btn-info.focus {
  color: #212529;
  background-color: rgb(173.6475409836, 230.5942622951, 237.1024590164);
  border-color: rgb(163.1967213115, 227.4590163934, 234.8032786885);
  box-shadow: 0 0 0 0.2rem rgba(179.2, 209.55, 213.55, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #212529;
  background-color: #cdf0f4;
  border-color: #cdf0f4;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #212529;
  background-color: rgb(163.1967213115, 227.4590163934, 234.8032786885);
  border-color: rgb(152.7459016393, 224.3237704918, 232.5040983607);
}
.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(179.2, 209.55, 213.55, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 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: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.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(221.7, 169.6, 12.1, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 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: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.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.25, 83.3, 96.9, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 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: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.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(215.75, 217.2, 218.65, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 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: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.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.45, 87.55, 92.65, 0.5);
}
.btn-outline-primary {
  color: #0572BA;
  border-color: #0572BA;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0572BA;
  border-color: #0572BA;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(5, 114, 186, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #0572BA;
  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: #0572BA;
  border-color: #0572BA;
}
.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(5, 114, 186, 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: #cdf0f4;
  border-color: #cdf0f4;
}
.btn-outline-info:hover {
  color: #212529;
  background-color: #cdf0f4;
  border-color: #cdf0f4;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(205, 240, 244, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #cdf0f4;
  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: #212529;
  background-color: #cdf0f4;
  border-color: #cdf0f4;
}
.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(205, 240, 244, 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-link {
  font-weight: 400;
  color: #0572BA;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(2.997382199, 68.3403141361, 111.502617801);
  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;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 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] {
  right: 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: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0572BA;
}
.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-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 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-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.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-left: -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-left-radius: 0;
  border-bottom-left-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-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-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-right-radius: 0;
  border-bottom-right-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-right-radius: 0;
  border-bottom-right-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-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -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-right: 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-right-radius: 0;
  border-bottom-right-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-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #0572BA;
  background-color: #0572BA;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(5, 114, 186, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(68.5130890052, 177.7984293194, 249.9869109948);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(118.1780104712, 198.3586387435, 251.3219895288);
  border-color: rgb(118.1780104712, 198.3586387435, 251.3219895288);
}
.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;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}
.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: #0572BA;
  background-color: #0572BA;
}
.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(5, 114, 186, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(5, 114, 186, 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(5, 114, 186, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition:
    transform 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .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(5, 114, 186, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: rgb(68.5130890052, 177.7984293194, 249.9869109948);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(5, 114, 186, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 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-left: 0.5rem;
  font-size: 0.875rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 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: rgb(68.5130890052, 177.7984293194, 249.9869109948);
  box-shadow: 0 0 0 0.2rem rgba(5, 114, 186, 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;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.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(5, 114, 186, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(5, 114, 186, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(5, 114, 186, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0572BA;
  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: rgb(118.1780104712, 198.3586387435, 251.3219895288);
}
.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: #0572BA;
  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: rgb(118.1780104712, 198.3586387435, 251.3219895288);
}
.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-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #0572BA;
  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: rgb(118.1780104712, 198.3586387435, 251.3219895288);
}
.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-right: 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-left: 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;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  isolation: isolate;
  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-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0572BA;
}
.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 {
  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-right: 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-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 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: 575.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 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .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-right: 0.5rem;
    padding-left: 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 {
    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: 767.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 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .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-right: 0.5rem;
    padding-left: 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 {
    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: 991.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 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .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-right: 0.5rem;
    padding-left: 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 {
    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: 1199.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 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .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-right: 0.5rem;
    padding-left: 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 {
    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;
  }
}
.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 {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 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 {
  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-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.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-left: 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-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 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-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .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-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-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-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 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-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0572BA;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(2.997382199, 68.3403141361, 111.502617801);
  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(5, 114, 186, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0572BA;
  border-color: #0572BA;
}
.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-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-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-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-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-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #0572BA;
}
a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: rgb(3.664921466, 83.5602094241, 136.335078534);
}
a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(5, 114, 186, 0.5);
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
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: rgb(30.1449275362, 125.8550724638, 52);
}
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: #212529;
  background-color: #cdf0f4;
}
a.badge-info:hover,
a.badge-info:focus {
  color: #212529;
  background-color: rgb(163.1967213115, 227.4590163934, 234.8032786885);
}
a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(205, 240, 244, 0.5);
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
}
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: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
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: rgb(218.25, 223.5, 228.75);
}
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: rgb(29.1379310345, 32.5, 35.8620689655);
}
a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 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-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: rgb(2.6, 59.28, 96.72);
  background-color: rgb(205, 226.8, 241.2);
  border-color: rgb(185, 215.52, 235.68);
}
.alert-primary hr {
  border-top-color: rgb(165.0156739812, 204.2488401254, 230.1643260188);
}
.alert-primary .alert-link {
  color: rgb(1.264921466, 28.8402094241, 47.055078534);
}
.alert-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(213.84, 216.36, 218.6);
}
.alert-secondary hr {
  border-top-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.alert-secondary .alert-link {
  color: rgb(32.5205150215, 35.2305579399, 37.6394849785);
}
.alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.alert-success .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}
.alert-info {
  color: rgb(106.6, 124.8, 126.88);
  background-color: rgb(245, 252, 252.8);
  border-color: rgb(241, 250.8, 251.92);
}
.alert-info hr {
  border-top-color: rgb(220.0983606557, 244.5295081967, 247.3216393443);
}
.alert-info .alert-link {
  color: rgb(83.314922049, 97.5394209354, 99.165077951);
}
.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}
.alert-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.alert-danger hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.alert-danger .alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}
.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}
.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}
@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: #0572BA;
  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-left: 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-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-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: #0572BA;
  border-color: #0572BA;
}
.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-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-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-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-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-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-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-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-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-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-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-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-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: rgb(2.6, 59.28, 96.72);
  background-color: rgb(185, 215.52, 235.68);
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: rgb(2.6, 59.28, 96.72);
  background-color: rgb(165.0156739812, 204.2488401254, 230.1643260188);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(2.6, 59.28, 96.72);
  border-color: rgb(2.6, 59.28, 96.72);
}
.list-group-item-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(213.84, 216.36, 218.6);
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(56.16, 60.84, 65);
  border-color: rgb(56.16, 60.84, 65);
}
.list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}
.list-group-item-info {
  color: rgb(106.6, 124.8, 126.88);
  background-color: rgb(241, 250.8, 251.92);
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: rgb(106.6, 124.8, 126.88);
  background-color: rgb(220.0983606557, 244.5295081967, 247.3216393443);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(106.6, 124.8, 126.88);
  border-color: rgb(106.6, 124.8, 126.88);
}
.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}
.list-group-item-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}
.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}
.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.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-left-radius: calc(0.25rem - 1px);
  border-top-right-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;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    "Liberation Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top,
.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 {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.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 {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.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;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    "Liberation Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.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-left: 0.5rem;
}
.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.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;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}
.bs-popover-left,
.bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-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: left;
  width: 100%;
  margin-right: -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 {
  left: 0;
}
.carousel-control-next {
  right: 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;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}
.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: #0572BA !important;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(3.664921466, 83.5602094241, 136.335078534) !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: rgb(84.3605150215, 91.3905579399, 97.6394849785) !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: rgb(30.1449275362, 125.8550724638, 52) !important;
}
.bg-info {
  background-color: #cdf0f4 !important;
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(163.1967213115, 227.4590163934, 234.8032786885) !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: rgb(211, 158.25, 0) !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: rgb(189.2151898734, 32.7848101266, 47.7721518987) !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: rgb(218.25, 223.5, 228.75) !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: rgb(29.1379310345, 32.5, 35.8620689655) !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-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #0572BA !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #cdf0f4 !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-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-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: 576px) {
  .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: 768px) {
  .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: 992px) {
  .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: 1200px) {
  .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 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;
  left: 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%;
}
.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: 576px) {
  .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: 768px) {
  .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: 992px) {
  .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: 1200px) {
  .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;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  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;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 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-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 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-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 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-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 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-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 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-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 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-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 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-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 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-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 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-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 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-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 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-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 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-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 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-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -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-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -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-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -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-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -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-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -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-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 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-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 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-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 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-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 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-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 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-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 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-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 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-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 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-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 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-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 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-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 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-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 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-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -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-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -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-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -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-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -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-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -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-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 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-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 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-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 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-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 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-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 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-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 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-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 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-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 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-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 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-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 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-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 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-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 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-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -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-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -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-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -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-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -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-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -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-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 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-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 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-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 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-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 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-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 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-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 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-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 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-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 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-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 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-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 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-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 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-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 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-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -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-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -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-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -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-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -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-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -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-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.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: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-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: #0572BA !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: rgb(2.997382199, 68.3403141361, 111.502617801) !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}
.text-info {
  color: #cdf0f4 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: rgb(142.2950819672, 221.1885245902, 230.2049180328) !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover,
a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover,
a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}
.text-body {
  color: #212529 !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;
  }
}
.abc-checkbox {
  cursor: default;
  padding-left: 4px;
}
.abc-checkbox label {
  cursor: pointer;
  display: inline;
  vertical-align: top;
  position: relative;
  padding-left: 5px;
}
.abc-checkbox label::before {
  cursor: pointer;
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  top: 2px;
  left: 0;
  margin-left: -1.25rem;
  border: 1px solid #ced4da;
  border-radius: 3px;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .abc-checkbox label::before {
    transition: none;
  }
}
.abc-checkbox label::after {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 2px;
  margin-left: -1.25rem;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #495057;
}
.abc-checkbox input[type=checkbox],
.abc-checkbox input[type=radio] {
  position: static;
  margin-left: 0;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
}
.abc-checkbox input[type=checkbox]:focus + label::before,
.abc-checkbox input[type=radio]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.abc-checkbox input[type=checkbox]:checked + label::after,
.abc-checkbox input[type=radio]:checked + label::after {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
}
.abc-checkbox input[type=checkbox]:indeterminate + label::after,
.abc-checkbox input[type=radio]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
.abc-checkbox input[type=checkbox]:disabled + label,
.abc-checkbox input[type=radio]:disabled + label {
  opacity: 0.65;
}
.abc-checkbox input[type=checkbox]:disabled + label::before,
.abc-checkbox input[type=radio]:disabled + label::before {
  background-color: #e9ecef;
  cursor: not-allowed;
}
.abc-checkbox input[type=checkbox]:disabled + label::after,
.abc-checkbox input[type=radio]:disabled + label::after {
  cursor: not-allowed;
}
.abc-checkbox.abc-checkbox-circle label::before {
  border-radius: 50%;
}
.abc-checkbox.checkbox-inline {
  margin-top: 0;
}
.abc-checkbox-primary input[type=checkbox]:checked + label::before,
.abc-checkbox-primary input[type=radio]:checked + label::before {
  background-color: #0572BA;
  border-color: #0572BA;
}
.abc-checkbox-primary input[type=checkbox]:checked + label::after,
.abc-checkbox-primary input[type=radio]:checked + label::after {
  color: #fff;
}
.abc-checkbox-danger input[type=checkbox]:checked + label::before,
.abc-checkbox-danger input[type=radio]:checked + label::before {
  background-color: #dc3545;
  border-color: #dc3545;
}
.abc-checkbox-danger input[type=checkbox]:checked + label::after,
.abc-checkbox-danger input[type=radio]:checked + label::after {
  color: #fff;
}
.abc-checkbox-info input[type=checkbox]:checked + label::before,
.abc-checkbox-info input[type=radio]:checked + label::before {
  background-color: #cdf0f4;
  border-color: #cdf0f4;
}
.abc-checkbox-info input[type=checkbox]:checked + label::after,
.abc-checkbox-info input[type=radio]:checked + label::after {
  color: #fff;
}
.abc-checkbox-warning input[type=checkbox]:checked + label::before,
.abc-checkbox-warning input[type=radio]:checked + label::before {
  background-color: #ffc107;
  border-color: #ffc107;
}
.abc-checkbox-warning input[type=checkbox]:checked + label::after,
.abc-checkbox-warning input[type=radio]:checked + label::after {
  color: #fff;
}
.abc-checkbox-success input[type=checkbox]:checked + label::before,
.abc-checkbox-success input[type=radio]:checked + label::before {
  background-color: #28a745;
  border-color: #28a745;
}
.abc-checkbox-success input[type=checkbox]:checked + label::after,
.abc-checkbox-success input[type=radio]:checked + label::after {
  color: #fff;
}
.abc-checkbox-primary input[type=checkbox]:indeterminate + label::before,
.abc-checkbox-primary input[type=radio]:indeterminate + label::before {
  background-color: #0572BA;
  border-color: #0572BA;
}
.abc-checkbox-primary input[type=checkbox]:indeterminate + label::after,
.abc-checkbox-primary input[type=radio]:indeterminate + label::after {
  background-color: #fff;
}
.abc-checkbox-danger input[type=checkbox]:indeterminate + label::before,
.abc-checkbox-danger input[type=radio]:indeterminate + label::before {
  background-color: #dc3545;
  border-color: #dc3545;
}
.abc-checkbox-danger input[type=checkbox]:indeterminate + label::after,
.abc-checkbox-danger input[type=radio]:indeterminate + label::after {
  background-color: #fff;
}
.abc-checkbox-info input[type=checkbox]:indeterminate + label::before,
.abc-checkbox-info input[type=radio]:indeterminate + label::before {
  background-color: #cdf0f4;
  border-color: #cdf0f4;
}
.abc-checkbox-info input[type=checkbox]:indeterminate + label::after,
.abc-checkbox-info input[type=radio]:indeterminate + label::after {
  background-color: #fff;
}
.abc-checkbox-warning input[type=checkbox]:indeterminate + label::before,
.abc-checkbox-warning input[type=radio]:indeterminate + label::before {
  background-color: #ffc107;
  border-color: #ffc107;
}
.abc-checkbox-warning input[type=checkbox]:indeterminate + label::after,
.abc-checkbox-warning input[type=radio]:indeterminate + label::after {
  background-color: #fff;
}
.abc-checkbox-success input[type=checkbox]:indeterminate + label::before,
.abc-checkbox-success input[type=radio]:indeterminate + label::before {
  background-color: #28a745;
  border-color: #28a745;
}
.abc-checkbox-success input[type=checkbox]:indeterminate + label::after,
.abc-checkbox-success input[type=radio]:indeterminate + label::after {
  background-color: #fff;
}
.abc-radio {
  cursor: default;
  padding-left: 4px;
}
.abc-radio label {
  cursor: pointer;
  display: inline;
  vertical-align: top;
  position: relative;
  padding-left: 5px;
}
.abc-radio label::before {
  cursor: pointer;
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  top: 2px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #ced4da;
  border-radius: 50%;
  background-color: #fff;
  transition: border 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .abc-radio label::before {
    transition: none;
  }
}
.abc-radio label::after {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 5px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #495057;
  transform: scale(0, 0);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.abc-radio input[type=radio] {
  position: static;
  margin-left: 0;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
}
.abc-radio input[type=radio]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.abc-radio input[type=radio]:checked + label::after {
  transform: scale(1, 1);
}
.abc-radio input[type=radio]:disabled + label {
  opacity: 0.65;
}
.abc-radio input[type=radio]:disabled + label::before {
  cursor: not-allowed;
}
.abc-radio input[type=radio]:disabled + label::after {
  cursor: not-allowed;
}
.abc-radio.radio-inline {
  margin-top: 0;
}
.abc-radio-primary input[type=radio] + label::after {
  background-color: #0572BA;
}
.abc-radio-primary input[type=radio]:checked + label::before {
  border-color: #0572BA;
}
.abc-radio-primary input[type=radio]:checked + label::after {
  background-color: #0572BA;
}
.abc-radio-danger input[type=radio] + label::after {
  background-color: #dc3545;
}
.abc-radio-danger input[type=radio]:checked + label::before {
  border-color: #dc3545;
}
.abc-radio-danger input[type=radio]:checked + label::after {
  background-color: #dc3545;
}
.abc-radio-info input[type=radio] + label::after {
  background-color: #cdf0f4;
}
.abc-radio-info input[type=radio]:checked + label::before {
  border-color: #cdf0f4;
}
.abc-radio-info input[type=radio]:checked + label::after {
  background-color: #cdf0f4;
}
.abc-radio-warning input[type=radio] + label::after {
  background-color: #ffc107;
}
.abc-radio-warning input[type=radio]:checked + label::before {
  border-color: #ffc107;
}
.abc-radio-warning input[type=radio]:checked + label::after {
  background-color: #ffc107;
}
.abc-radio-success input[type=radio] + label::after {
  background-color: #28a745;
}
.abc-radio-success input[type=radio]:checked + label::before {
  border-color: #28a745;
}
.abc-radio-success input[type=radio]:checked + label::after {
  background-color: #28a745;
}
label .was-validated .form-check-input:invalid .abc-checkbox:before,
label .was-validated .form-check-input:invalid .abc-radio:before,
label .form-check-input.is-invalid .abc-checkbox:before,
label .form-check-input.is-invalid .abc-radio:before {
  border-color: #dc3545;
}
.abc-checkbox input[type=checkbox]:checked + label::after,
.abc-checkbox input[type=radio]:checked + label::after {
  font-weight: 600;
}
html,
body,
section#LoginPage,
.login-form-container {
  height: 100% !important;
  font-family:
    "Poppins",
    "Roboto",
    "Segoe UI",
    "Helvetica";
}
body {
  --p-datatable-column-title-font-weight: 600;
}
h2 {
  color: #0F347E;
}
.btn-primary:hover {
  background-color: #0F347E;
  border-color: #0F347E;
}
.header {
  background-color: #09a961;
  color: #fff;
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 80px;
}
.login-form-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.dropdown-box .dropdown {
  display: inline;
  margin-right: 12px;
}
.card-header {
  background-color: #0572BA;
}
cdk-virtual-scroll-viewport {
  overflow-y: scroll;
}
cdk-virtual-scroll-viewport .cdk-virtual-scroll-content-wrapper {
  overflow: visible;
  overflow-x: hidden;
  contain: initial;
}
#CallsPage .table thead th {
  border-top: 0px;
}
#CallsPage td {
  line-break: anywhere;
}
#CallsPage .card {
  overflow: auto;
  box-shadow: 1px 1px 5px lightgrey;
}
.paw-favicon {
  color: #0F347E;
  text-align: center;
}
.paw-reminder-alert {
  color: red !important;
}
.paw-reminder-warning {
  color: orange;
}
.reminder-alert {
  color: red !important;
  font-weight: bold;
}
.reminder-warning {
  color: orange;
}
.grid-display {
  display: grid;
  grid-template-columns: auto auto;
  font-size: smaller;
}
.grid-display label {
  display: inline-block;
  font-weight: bold;
}
.grid-display span {
  text-align: right;
}
.spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.hidePopup ngb-typeahead-window {
  display: none !important;
}
.iidropzone {
  min-height: 100px;
  height: 100%;
  border: 2px dotted #0782d0;
  border-radius: 30px;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
}
.iidropzonecontent {
  width: calc(100% - 20px);
}
.p-column-filter {
  width: 100%;
}
.number-short {
  width: 80px;
}
.full-flex-height {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.screen-wrapper {
  margin-left: initial !important;
  margin-right: initial !important;
  height: calc(100vh - 131px);
  display: flex;
  flex-direction: column;
}
.p-checkbox-label {
  margin-bottom: 0;
}
.ng-touched.form-control.ng-invalid:not(.dont-validate),
p-calendar.ng-touched.ng-invalid > .p-calendar > .p-inputtext,
p-select.ng-touched.ng-invalid > div {
  border-color: #dc3545;
}
.full-width-control {
  width: 100%;
}
.p-fileupload-row div:first-child {
  max-width: 80px;
}
.p-fileupload-row div:nth-child(2) {
  width: 50%;
}
.p-fileupload-row div:empty {
  display: none;
}
.sick-calendar .dates {
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}
.sick-calendar .opened {
  background-color: #ccefdc;
}
.sick-calendar .shorted {
  background-color: #ffffcc;
}
.sick-calendar .closed {
  background-color: #ffcccc;
}
.sick-calendar .awaiting-input {
  background-color: #dedede;
}
.sick-calendar .sunday {
  background: none;
}
.sick-calendar .legend {
  display: flex;
  justify-content: space-evenly;
}
.sick-calendar .legend span {
  padding: 10px 30px;
  margin: 5px;
  border-radius: 10px;
  font-weight: bolder;
}
.sick-calendar.p-datepicker table td > span.p-highlight {
  background: none !important;
  font-weight: bolder;
}
.doctor-scheduler .barbtn {
  padding: 1px;
}
.doctor-scheduler a.p-menuitem-link {
  padding: 8px 0px 8px 16px !important;
}
.doctor-scheduler .delete-btn-container {
  display: inline-block;
  width: 14px;
}
.doctor-scheduler .tab .delete-btn {
  display: none;
}
.doctor-scheduler .tab:hover .delete-btn {
  display: inline;
}
.doctor-scheduler .delete-btn {
  margin: 0 0px 0px 0px !important;
  padding: 0 !important;
}
.product-tree {
  max-height: 42px;
}
.pims-list table {
  border-collapse: separate;
}
.pims-list th {
  padding: 1rem 0.25rem !important;
}
.pims-list td {
  padding: 0.125rem 0.25rem !important;
  font-size: 14px;
}
.p-overlaypanel.product-tree-select {
  margin-top: 0px;
  width: 50%;
}
.p-overlaypanel.product-tree-select:before {
  content: none;
}
.p-overlaypanel.product-tree-select:after {
  content: none;
}
.p-overlaypanel.product-tree-select .p-overlaypanel-content {
  padding: 0;
}
p-tree.has-text-filter .p-tree {
  border-top: 0;
}
#feedback-btn {
  display: none !important;
}
.fa-stack.small {
  font-size: 0.7em;
}
.custom-icon-button button {
  padding: 8px 4px;
}
.productMapper {
  font-size: 13px;
  margin-top: 10px;
}
.productMapper .p-select-label,
.productMapper .p-select-item {
  font-size: 13px;
}
.productMapper .p-inputtext {
  font-size: 13px;
}
.productMapper .pims-list table,
.productMapper .pims-list td {
  font-size: 13px;
}
.productMapper .pims-list td {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 0.25rem !important;
  padding-right: 20px !important;
}
.productMapper .p-datatable-thead > tr > th {
  background: #f0f2f2 !important;
}
.productMapper .product-list-table {
  padding-right: 20px !important;
}
.productMapper .p-button {
  padding: 0.375rem 0.75rem;
}
.productMapper .flex-column.ml-2 {
  margin-left: 0px !important;
  margin-right: 0.5rem !important;
}
.productMapper .product-list-table-buttons .p-ripple {
  margin: 2px;
}
products-list .product-list-table-buttons .hasNotes,
products-list .product-list-table-buttons .hasNotesOnlyInfo {
  position: relative;
}
products-list .product-list-table-buttons .hasNotes:before {
  content: attr(data-count);
  color: #ffffff;
  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";
  display: block;
  width: 22px;
  height: 22px;
  font-size: 12px;
  border-radius: 100%;
  position: absolute;
  right: -6px;
  top: -6px;
  text-align: center;
  background-color: #fd3b3b;
  line-height: 21px;
  z-index: 1;
  font-weight: 700;
  padding-left: 0.5px;
}
products-list .product-list-table-buttons .hasNotesOnlyInfo:before {
  content: "i";
  color: #ffffff;
  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";
  display: block;
  font-style: italic;
  width: 22px;
  height: 22px;
  font-size: 13px;
  border-radius: 100%;
  position: absolute;
  right: -6px;
  top: -6px;
  z-index: 1;
  text-align: center;
  background-color: #109deb;
  line-height: 21px;
  font-weight: 700;
  padding-left: 0px;
}
.productMapper .p-checkbox .p-checkbox-box {
  margin-top: -5px;
  margin-left: -5px;
}
.productMapper .p-checkbox {
  width: auto;
}
products-list .notesUser {
  background-color: #f8f8f8;
  border: 1px solid #e1e1e1;
  border-radius: 100%;
  font-size: 17px;
  text-align: center;
  height: 45px;
  width: 45px;
  line-height: 44px;
  margin-right: 10px;
}
.moreInfoBadge {
  font-size: 15px;
  vertical-align: baseline;
  font-weight: 500 !important;
  white-space: pre-wrap;
  padding: 9px 9px;
  line-height: 18px;
  background: #fff8eb;
  color: #ffbc34;
  border-radius: 6px;
}
.declinedBadge {
  font-size: 15px;
  vertical-align: baseline;
  font-weight: 500 !important;
  white-space: pre-wrap;
  padding: 9px 9px;
  line-height: 18px;
  background: #fae8e8;
  color: #e21111;
  border-radius: 6px;
}
.approvedBadge {
  font-size: 15px;
  vertical-align: baseline;
  font-weight: 500 !important;
  white-space: pre-wrap;
  padding: 9px 9px;
  line-height: 18px;
  background: #daecf8;
  color: #009efb;
  border-radius: 6px;
}
.openBadge {
  font-size: 15px;
  vertical-align: baseline;
  font-weight: 500 !important;
  white-space: pre-wrap;
  padding: 9px 9px;
  line-height: 18px;
  background: #effaee;
  color: #58c455;
  border-radius: 6px;
}
app-calls .primary-practice {
  color: #646464 !important;
}
.calls-tooltip {
  --p-tooltip-background: white;
  min-width: 400px;
}
app-calls .card {
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 2rem;
  box-shadow: 1px 1px 15px #e7e7e7 !important;
}
app-calls .col-md-6 .card {
  margin-bottom: unset;
}
app-calls .card .card-header {
  padding: 0.75rem 1.25rem;
  background-color: #f8f8f8 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  font-size: 18px;
}
app-calls .col-md-6 .card-body .table th,
app-calls .col-md-6 .card-body .table td {
  padding: 0.45rem;
}
app-calls .card-body .table th {
  font-weight: 600;
}
app-calls .card-body .table th,
app-calls .card-body .table td {
  font-size: 15px;
}
app-calls .table thead th {
  border-bottom: 1px solid #dee2e6;
}
app-calls .mb-5,
app-calls .my-5 {
  margin-bottom: 2rem !important;
}
app-campaign-selector .campT {
  display: inline-block !important;
  vertical-align: middle !important;
  border-top: 0px !important;
  font-size: 14px;
}
app-campaign-selector .campTH {
  border-top: 0px !important;
  border-bottom: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  font-weight: 600;
  font-size: 14px;
}
app-calls .campT {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0px !important;
  border-top: 0px !important;
  border-bottom: 0px !important;
  align-items: center !important;
}
app-calls .campTTitle {
  color: #01a978 !important;
}
app-calls .campTPhone {
  color: #000000 !important;
}
app-calls .campTPhone span {
  color: #01a978 !important;
}
app-calls .campTPhone .fa-phone {
  background: #01a978 !important;
}
app-calls .campT.cm,
app-calls .campT.ca,
app-calls .campT.ct {
  display: none !important;
}
.product-list-table-buttons .p-button {
  background: #1085d2;
  border-color: #1085d2;
}
.product-list-table-buttons .px-1.new .p-button {
  border-radius: 10px !important;
  padding: 0px;
  width: 40px;
  height: 40px;
  justify-content: center;
}
.product-list-table-buttons .px-1.notification .p-button {
  border-radius: 10px !important;
  padding: 0px;
  width: 40px;
  height: 40px;
  justify-content: center;
  filter: opacity(0.2);
  pointer-events: none;
}
.product-list-table-buttons .px-1.new .p-button i,
.product-list-table-buttons .px-1.notification .p-button i {
  font-size: 17px;
}
.product-list-table-buttons .px-1.new,
.product-list-table-buttons .px-1.notification {
  display: inline-block;
  text-align: center;
}
.product-list-table-buttons .px-1.new.unlink:after {
  content: "Unlink";
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #1085d2;
  letter-spacing: 0.4px;
}
.product-list-table-buttons .px-1.new.relink:after {
  content: "Re-link";
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #1085d2;
  letter-spacing: 0.4px;
}
.product-list-table-buttons .px-1.new.unverify:after {
  content: "Unverify";
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #1085d2;
  letter-spacing: 0.4px;
}
.product-list-table-buttons .px-1.new.verify:after {
  content: "Verify";
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #1085d2;
  letter-spacing: 0.4px;
}
.product-list-table-buttons .px-1.new.clear:after {
  content: "Clear";
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #1085d2;
  letter-spacing: 0.4px;
}
.product-list-table-buttons .px-1.new.clear .p-button {
  background: transparent;
  color: #2196f3;
  border: 1.5px solid #2196f3;
  transition: 0.2s;
}
.product-list-table-buttons .px-1.new.clear .p-button:hover {
  background: #2196f3;
  color: #ffffff;
  border: 1.5px solid #2196f3;
  transition: 0.2s;
}
.product-list-table-buttons .px-1.new.clear {
  visibility: hidden;
  width: 0px;
  margin-right: -7px;
}
.product-list-table-buttons .px-1.notification:after {
  content: "Notes";
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #046bbd;
  letter-spacing: 0.4px;
  filter: opacity(0.2);
  pointer-events: none;
}
products-list .product-list-table-buttons .notification.hasNotes .p-button,
products-list .product-list-table-buttons .notification.hasNotesOnlyInfo .p-button,
products-list .product-list-table-buttons .notification.hasNotes:after,
products-list .product-list-table-buttons .notification.hasNotesOnlyInfo:after {
  filter: opacity(1);
  pointer-events: all;
}
.productMapper .p-datatable-thead > tr .first-clicked {
  background-color: #d6edea !important;
  position: relative;
}
.productMapper .p-datatable-thead > tr .first-clicked:before {
  content: " ";
  display: inline-block;
  position: absolute;
  left: -8px;
  top: 0px;
  height: 100%;
  width: 8px;
  background: #d6edea;
}
.productMapper .p-datatable-thead > tr .second-clicked {
  background-color: #dcfaf6 !important;
  position: relative;
}
.productMapper .p-datatable-thead > tr .second-clicked:before {
  content: " ";
  display: inline-block;
  position: absolute;
  left: -8px;
  top: 0px;
  height: 100%;
  width: 8px;
  background: #dcfaf6;
}
.productMapper .p-datatable .p-sortable-column:focus {
  box-shadow: none;
}
#p-tree-select ul .p-treenode-content {
  font-size: 13px;
}
#p-tree-select ul p-treenode li {
  height: auto !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.productMapper .hospitalFilterDrop .p-select {
  max-width: 300px !important;
  min-width: 300px !important;
}
.productMapper .hospitalFilterDrop .p-select .p-overlay.p-component {
  max-width: 300px !important;
  min-width: 300px !important;
}
.productMapper .hospitalFilterDrop .p-select span {
  font-weight: 600;
  color: #1a1b1b !important;
}
.productMapper .typeFilterDrop .p-select {
  max-width: 165px !important;
  min-width: 165px !important;
}
.productMapper .typeFilterDrop .p-select .p-overlay.p-component {
  max-width: 165px !important;
  min-width: 165px !important;
}
.productMapper .typeFilterDrop .p-select span {
  font-weight: 600;
  color: #1a1b1b !important;
}
.productMapper .categoryFilterDrop .p-select {
  max-width: 300px !important;
  min-width: 300px !important;
}
.productMapper .categoryFilterDrop .p-select .p-overlay.p-component {
  max-width: 300px !important;
  min-width: 300px !important;
}
.productMapper .categoryFilterDrop .p-select span {
  font-weight: 600;
  color: #1a1b1b !important;
}
.productMapper .prodNameFilter {
  padding-left: 45px;
  width: -webkit-fill-available;
  min-width: 260px;
}
.productMapper .prodNameFilterCon {
  width: -webkit-fill-available;
  min-width: 260px;
}
.productMapper .prodNameFilter {
  font-weight: 600;
  color: #1a1b1b !important;
}
.productMapper .prodCodeFilter {
  font-weight: 600;
  color: #1a1b1b !important;
  min-width: 155px !important;
  padding-left: 45px;
}
.productMapper .prodNameFilterCon,
.productMapper .prodCodeFilterCon {
  margin-left: 0px !important;
  position: relative;
}
.productMapper .prodNameFilterCon:after,
.productMapper .prodCodeFilterCon:after {
  content: "\f002";
  color: #9ea2a6;
  padding-right: 5px;
  padding-left: 10px;
  font-size: 12px;
  font-family: "FontAwesome";
  width: 30px;
  position: absolute;
  top: 10px;
  right: 5px;
}
.productMapper .prodNameFilterCon:before {
  content: "\f02b";
  color: #ffffff;
  padding-right: 5px;
  padding-left: 11px;
  font-size: 13px;
  font-family: "FontAwesome";
  width: 35px;
  line-height: 41px;
  position: absolute;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #acacac;
  top: 0px;
  left: 0px;
  background: #f3f3f3;
  border: 1px solid #ced4da;
  border-radius: 2px;
  height: 41px;
}
.productMapper .prodCodeFilterCon:before {
  content: "\f0b1";
  color: #ffffff;
  padding-right: 5px;
  padding-left: 11px;
  font-size: 13px;
  font-family: "FontAwesome";
  width: 35px;
  line-height: 41px;
  position: absolute;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #acacac;
  top: 0px;
  left: 0px;
  background: #f3f3f3;
  border: 1px solid #ced4da;
  border-radius: 2px;
  height: 41px;
}
.productMapper .p-select-label:before {
  content: "\f0b0";
  color: #9ea2a6;
  padding-left: 5px;
  padding-right: 10px;
  font-size: 13px;
  font-family: "Line Awesome Free";
}
.productMapper .onlyFilters label {
  font-size: 13px;
}
.productMapper #onlyFilters {
  visibility: hidden;
}
.productMapper .vcListCheckbox {
  vertical-align: -webkit-baseline-middle;
}
vc-products-vc-list .notification {
  display: none !important;
}
.pims-list .p-datatable-table {
  min-height: 150px;
}
.pims-list .p-scroller-viewport {
  margin-bottom: 26px;
}
.productMapper .pims-list table {
  margin-bottom: 26px;
}
.productMapper .sort-toggle-container {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.productMapper .sort-toggle-container label {
  margin-right: 10px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0px;
}
.p-tree-root.p-virtualscroller {
  width: 400px;
}
.productMapper input[type=checkbox]:checked {
  background-color: #2196f3;
}
.productMapper input[type=checkbox]::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  top: 1px;
  left: 1px;
  background-color: white;
  transition: transform 0.3s ease;
}
.productMapper input[type=checkbox]:checked::before {
  transform: translateX(20px);
}
.productMapper .prodMapperHead .p-icon {
  width: 0.7rem;
  height: 0.7rem;
}
.productMapper .pims-list th {
  padding: 0.7rem 0.25rem !important;
}
.p-datatable .p-sortable-column .p-icon-wrapper {
  vertical-align: text-bottom;
}
.batch-loading-bar {
  margin-top: 20px;
}
.batch-success-message {
  margin-top: 20px;
  color: green;
  font-weight: bold;
}
input[type=file]::file-selector-button {
  border-radius: 4px;
  padding: 0 16px;
  height: 40px;
  cursor: pointer;
  font-size: 13px;
  background-color: #f3f4f6;
  border: 1px solid #d7d7d7;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
  margin-right: 16px;
  transition: background-color 200ms;
}
input[type=file]::file-selector-button:hover {
  background-color: #f3f4f6;
}
input[type=file]::file-selector-button:active {
  background-color: #e5e7eb;
}
@keyframes slideInAndOut {
  0% {
    transform: translateX(-75px);
    opacity: 1;
  }
  10% {
    transform: translateX(10px);
  }
  20% {
    transform: translateX(0px);
  }
  30% {
    transform: translateX(10px);
  }
  40% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(10px);
  }
  60% {
    transform: translateX(0px);
  }
  70% {
    transform: translateX(10px);
  }
  80% {
    transform: translateX(0px);
  }
  90% {
    transform: translateX(10px);
  }
  95% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 0;
  }
}
@keyframes slideInAndOutQuick {
  0% {
    transform: translateX(-50px);
    opacity: 1;
  }
  20% {
    transform: translateX(10px);
  }
  40% {
    transform: translateX(0px);
  }
  60% {
    transform: translateX(10px);
  }
  80% {
    transform: translateX(0px);
  }
  95% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 0;
  }
}
@keyframes slideUpAndDown {
  0% {
    transform: translateY(-5px);
    opacity: 1;
  }
  10% {
    transform: translateY(10px);
  }
  20% {
    transform: translateY(0px);
  }
  30% {
    transform: translateY(10px);
  }
  40% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  60% {
    transform: translateY(0px);
  }
  70% {
    transform: translateY(10px);
  }
  80% {
    transform: translateY(0px);
  }
  90% {
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes colorChange {
  0% {
    color: #01a978;
  }
  80% {
    color: #01a978;
  }
  100% {
    color: #363636;
  }
}
vetcor-pricing-manager .step-header .arrow-icon {
  animation: slideInAndOut 6s ease-in forwards;
  position: relative;
  top: -15px;
  left: 80px;
  vertical-align: top;
  font-size: 2rem;
  color: #01a978;
  width: fit-content;
  display: inline-block;
}
vetcor-pricing-manager .step-header .step-header-inner {
  display: inline-block;
  animation: colorChange 7s forwards;
}
.stepper-page {
  position: relative;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 35px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 6px 6px 18px -3px rgba(85, 85, 103, 0.11);
}
vetcor-pricing-manager .stepper-header-row {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 20px;
}
vetcor-pricing-manager .custom-stepper {
  flex-shrink: 0;
}
vetcor-pricing-manager .step-header {
  position: absolute;
  top: 63px;
  left: 0px;
  z-index: 0;
  width: 98%;
  height: 95px;
  background-color: #f0f0f0;
  padding-right: 25px;
  text-align: right;
  align-content: center;
  padding-top: 9px;
}
vetcor-pricing-manager .step-header h4 {
  margin-top: -8px !important;
  margin-bottom: 5px !important;
  font-size: 28px;
}
vetcor-pricing-manager .step-header span {
  color: #363636;
}
vetcor-pricing-manager .custom-stepper .mat-step-header {
  padding: 20px !important;
  width: 55%;
  clip-path: polygon(0 0, calc(100% - var(--p)) 0, 100% 100%, var(--p) 100%);
  --p: 125px;
  height: 95px;
  margin-left: -160px;
  transition: background 0.3s, color 0.3s;
}
vetcor-pricing-manager .mat-step-header:nth-of-type(1) {
  background: #03605f;
  padding-left: 45px !important;
  pointer-events: none;
}
vetcor-pricing-manager .mat-step-header:nth-of-type(2) {
  background: #f0f0f0;
  padding-left: 10px !important;
  pointer-events: none;
}
vetcor-pricing-manager .onStep3 .mat-step-header:nth-of-type(2) {
  background: #04706f;
  margin-left: -150px !important;
}
vetcor-pricing-manager .mat-step-header:nth-of-type(3) {
  background: #f0f0f0;
  margin-right: -70px;
  pointer-events: none;
}
vetcor-pricing-manager .onStep3 .mat-step-header:nth-of-type(3) {
  background: #04706f;
}
vetcor-pricing-manager .onStep3 .mat-step-header:nth-of-type(2) .mat-step-text-label,
vetcor-pricing-manager .onStep3 .mat-step-header:nth-of-type(2) .mat-step-text-label .mat-icon,
vetcor-pricing-manager .onStep3 .mat-step-header:nth-of-type(1) .mat-step-text-label,
vetcor-pricing-manager .onStep3 .mat-step-header:nth-of-type(1) .mat-step-text-label .mat-icon {
  color: #ffffff;
}
vetcor-pricing-manager .onStep2 .mat-step-header:nth-of-type(1) .mat-step-text-label,
vetcor-pricing-manager .onStep2 .mat-step-header:nth-of-type(1) .mat-step-text-label .mat-icon {
  color: #ffffff;
}
vetcor-pricing-manager .mat-step-header:nth-of-type(1):after {
  outline: 0 !important;
  content: "";
  display: block;
  width: 2px;
  height: 150px;
  position: relative;
  top: 20px;
  right: -43px;
  background: #e1e1e1;
  -webkit-transform: translateY(-20px) translateX(5px) rotate(-43deg);
}
vetcor-pricing-manager .mat-step-header:nth-of-type(2):after {
  outline: 0 !important;
  content: "";
  display: block;
  width: 2px;
  height: 150px;
  position: relative;
  top: 20px;
  right: -34px;
  background: #e1e1e1;
  -webkit-transform: translateY(-20px) translateX(5px) rotate(-43deg);
}
vetcor-pricing-manager .mat-step-header:nth-of-type(3):after {
  outline: 0 !important;
  content: "";
  display: block;
  width: 3px;
  height: 150px;
  position: relative;
  top: 20px;
  right: -54px;
  background: #e1e1e1;
  -webkit-transform: translateY(-20px) translateX(5px) rotate(-43.5deg);
}
vetcor-pricing-manager .mat-step-header:hover:not([aria-disabled]),
vetcor-pricing-manager .mat-step-header:hover[aria-disabled=false] {
  background-color: #024242 !important;
}
vetcor-pricing-manager .currentStepLocation .mat-step-header {
  background: #01a978 !important;
}
vetcor-pricing-manager .mat-step-header[aria-selected=true] {
  background: #01a978 !important;
}
vetcor-pricing-manager .mat-horizontal-stepper-header-container {
  display: flex;
  justify-content: flex-start;
  margin: 8px 25px 0px -20px;
  padding: 16px 14px 18px 50px;
  background-color: #04706f;
  max-width: 810px;
  clip-path: polygon(0 0, calc(100% - var(--p)) 0, 100% 100%, 0 100%);
  --p: 90px;
  height: 95px;
  z-index: 1;
}
vetcor-pricing-manager .custom-stepper .mat-step-header .mat-icon {
  background-color: transparent;
  border: 0px;
  border-radius: 0px;
  padding: 0px;
  font-size: 23px;
  width: 30px;
  height: 30px;
  color: #c6c6c6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
  vertical-align: sub;
}
vetcor-pricing-manager .custom-stepper .mat-stepper-horizontal-line {
  border-top: 3px solid rgba(255, 255, 255, 0.7882352941);
  margin-top: -20px;
  margin-right: -22px;
  margin-left: -22px;
  max-width: 240px;
  display: none;
}
vetcor-pricing-manager .custom-stepper .mat-step-header .mat-step-label {
  font-size: 16px;
  color: #c6c6c6;
  margin-top: 0px;
  text-align: center;
  font-weight: 500;
  margin-left: 110px;
}
vetcor-pricing-manager .stepper-buttons {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 40px;
}
vetcor-pricing-manager .stepper-buttons .btn {
  font-size: 15px;
  padding: 0.5rem 1.25rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}
vetcor-pricing-manager .mat-step-text-label {
  text-align: -webkit-center;
}
vetcor-pricing-manager .mat-step-icon-state-number {
  display: none;
}
vetcor-pricing-manager .mat-horizontal-stepper-header {
  padding: 0px !important;
}
vetcor-pricing-manager .mat-step-icon.mat-step-icon-state-edit {
  display: none;
}
.custom-form-wizard {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px !important;
  padding: 30px;
  background: #ffffff;
}
vetcor-pricing-manager .mat-stepper-previous {
  margin-right: 8px;
}
.calendlySch {
  margin-top: 5px;
  font-size: 17px;
  font-weight: 600;
}
.calendlySch.time {
  font-style: italic;
}
vetcor-pricing-manager .custom-stepper .mat-step-header[aria-selected=true] .mat-step-label.mat-step-label-active .mat-icon {
  border-color: transparent;
  background-color: transparent;
  color: #ffffff;
}
vetcor-pricing-manager .mat-step-header[ng-reflect-state=edit] + .mat-stepper-horizontal-line {
  border-top: 0px;
}
vetcor-pricing-manager .custom-stepper .mat-step-label.mat-step-label-active.mat-step-label-selected {
  color: #ffffff;
}
.mat-horizontal-content-container {
  text-align: left;
  padding: 0px !important;
}
.productMapper.vetcorPrice .hospitalFilterDrop .p-select,
.productMapper.vetcorPrice .hospitalFilterDrop {
  max-width: 400px !important;
  min-width: auto !important;
  background: transparent;
  border: 0px;
}
.productMapper.vetcorPrice .hospitalFilterDrop .p-select .p-overlay.p-component {
  max-width: 400px !important;
  min-width: 400px !important;
}
.productMapper.vetcorPrice .hospitalFilterDrop .p-select span,
.productMapper.vetcorPrice .hospitalFilterDrop span {
  font-weight: 600;
  color: #1a1b1b !important;
  padding-left: 0px;
}
.productMapper.vetcorPrice .hospitalFilterDrop .p-inputtext {
  font-size: 18px;
}
.productMapper.vetcorPrice .hospitalFilterDrop .p-select-label:before {
  display: none;
}
.productMapper.vetcorPrice .hospitalFilterDrop .p-select:not(.p-disabled).p-focus {
  box-shadow: none;
}
.productMapper.vetcorPrice .hospitalFilterDrop chevrondownicon {
  width: 10px;
}
.productMapper.vetcorPrice .typeFilterDrop .p-select {
  max-width: 205px !important;
  min-width: 205px !important;
}
.productMapper.vetcorPrice .typeFilterDrop .p-select .p-overlay.p-component {
  max-width: 205px !important;
  min-width: 205px !important;
}
.productMapper.vetcorPrice .typeFilterDrop .p-select span {
  font-weight: 600;
  color: #1a1b1b !important;
}
.productMapper.vetcorPrice .typeFilterDrop .p-select-label:before {
  content: "\f1b3";
  font-size: 13px;
  font-family: "Font Awesome 5 Free";
}
.productMapper.vetcorPrice .siteFilterDrop .p-select {
  max-width: 325px !important;
  min-width: auto !important;
  background: transparent;
  border: 0px;
}
.productMapper.vetcorPrice .siteFilterDrop .p-inputtext {
  font-size: 18px;
}
.productMapper.vetcorPrice .siteFilterDrop .p-select span {
  font-weight: 600;
  color: #1a1b1b !important;
  padding-left: 0px;
}
.productMapper.vetcorPrice .siteFilterDrop .p-select-label:before {
  display: none;
}
.productMapper.vetcorPrice .siteFilterDrop .p-select:not(.p-disabled).p-focus {
  box-shadow: none;
}
.productMapper.vetcorPrice .siteFilterDrop chevrondownicon {
  width: 10px;
}
.productMapper.vetcorPrice .siteFilterDrop .p-select .p-overlay.p-component {
  max-width: 325px !important;
  min-width: 325px !important;
}
.productMapper.vetcorPrice .siteFilterDrop .p-select span {
  font-weight: 600;
  color: #1a1b1b !important;
}
.productMapper.vetcorPrice .siteFilterDrop .p-select-label:before {
  content: "\f54f";
  font-size: 12px;
  font-family: "Font Awesome 5 Free";
}
.productMapper.vetcorPrice .categoryFilterDrop .p-select-label:before {
  content: "\f2d2";
  font-size: 12px;
  font-family: "Font Awesome 5 Free";
}
.productMapper.vetcorPrice .categoryFilterDrop .p-select {
  max-width: 265px !important;
  min-width: 265px !important;
}
.productMapper.vetcorPrice .categoryFilterDrop .p-select .p-overlay.p-component {
  max-width: 265px !important;
  min-width: 265px !important;
}
.productMapper.vetcorPrice .categoryFilterDrop .p-select span {
  font-weight: 600;
  color: #1a1b1b !important;
}
.productMapper.vetcorPrice .categoryFilterDrop .p-select-label:before {
  content: "\f2d2";
  font-size: 12px;
  font-family: "Font Awesome 5 Free";
}
.productMapper.vetcorPrice .flex-column.ml-2.priceFilterMargin {
  margin-left: auto !important;
}
.vetcorPrice .custom-table th {
  white-space: pre-wrap !important;
  line-height: 16px !important;
  vertical-align: middle !important;
}
.vetcorPrice .custom-table th div {
  font-size: 13px !important;
}
table.datatable tr:hover.row-clickable {
  background-color: #eeeded;
}
table.datatable .row-currently-expanded {
  background-color: #eeeded !important;
}
table.datatable .row-currently-expanded-under {
  background-color: #f9f9f9 !important;
}
body .vetcorPrice .btn-primary {
  background-color: #01a978;
  border-color: #01a978;
  box-shadow: 0 4px 6px rgba(85, 85, 103, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}
body .vetcorPrice .btn-primary:hover {
  background-color: #008860;
  border-color: #008860;
  box-shadow: 0 17px13px rgba(85, 85, 103, 0.11), 0 3px 6px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  transform: translateY(-1px);
}
body .vetcorPrice .btn-primary:focus {
  background-color: #008860;
  border-color: #008860;
  box-shadow: none;
  box-shadow: 0 17px 13px rgba(85, 85, 103, 0.11), 0 3px 6px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  transform: translateY(-1px);
}
vetcor-pricing-admin .stepper-page,
vetcor-pricing-admin-requests .stepper-page {
  position: relative;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 35px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 35px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 6px 6px 18px -3px rgba(85, 85, 103, 0.11);
  min-height: 360px;
}
vetcor-pricing-admin .vetcorPrice .custom-table th div,
vetcor-pricing-manager .vetcorPrice .custom-table th div,
vetcor-pricing-admin .vetcorPrice .custom-table th,
vetcor-pricing-manager .vetcorPrice .custom-table th,
vetcor-pricing-admin-requests .vetcorPrice .custom-table th div,
vetcor-pricing-admin-requests .vetcorPrice .custom-table th {
  font-size: 11px !important;
  line-height: 14px;
  white-space: nowrap !important;
}
vetcor-pricing-admin .new-vetcor-table-styles .table td,
vetcor-pricing-admin-requests .new-vetcor-table-styles .table td,
vetcor-pricing-manager .new-vetcor-table-styles .table td {
  font-size: 11px;
  padding-top: 14px;
  padding-bottom: 14px;
}
vetcor-pricing-manager .datatable tbody tr.highlighted {
  background-color: #e8f5fd !important;
}
vetcor-pricing-admin .datatable tbody tr.highlighted {
  background-color: #e8f5fd !important;
}
vetcor-pricing-manager .datatable tbody tr.highlighted .inputPriceUpdated,
vetcor-pricing-admin .datatable tbody tr.highlighted .inputPriceUpdated {
}
vetcor-pricing-manager .new-vetcor-table-styles .table td,
vetcor-pricing-admin .new-vetcor-table-styles .table td,
vetcor-pricing-admin-requests .new-vetcor-table-styles .table td {
  vertical-align: baseline !important;
  overflow: hidden;
  line-height: 15px;
}
vetcor-pricing-admin .new-vetcor-table-styles .table .opsTD,
vetcor-pricing-admin-requests .new-vetcor-table-styles .table .opsTD {
  overflow: visible;
}
.apexcharts-tooltip-series-group.apexcharts-active:nth-of-type(2) .apexcharts-tooltip-marker {
  background-color: rgb(110, 15, 108) !important;
}
.apexcharts-legend-series .apexcharts-legend-text[rel="1"]:before {
  content: "";
  background: rgb(110, 15, 108) !important;
  color: rgb(110, 15, 108);
  height: 12px;
  width: 12px;
  left: 0px;
  top: 0px;
  position: absolute;
  display: block;
  border-width: 0px;
  border-color: rgb(255, 255, 255);
  border-radius: 12px;
}
.apexcharts-tooltip-series-group.apexcharts-active:nth-of-type(3) .apexcharts-tooltip-marker {
  background-color: rgb(204, 166, 207) !important;
}
.apexcharts-legend-series .apexcharts-legend-text[rel="2"]:before {
  content: "";
  background: rgb(204, 166, 207) !important;
  color: rgb(204, 166, 207);
  height: 12px;
  width: 12px;
  left: 0px;
  top: 0px;
  position: absolute;
  display: block;
  border-width: 0px;
  border-color: rgb(255, 255, 255);
  border-radius: 12px;
}
.apexcharts-series path[index="0"] {
  stroke: rgb(110, 15, 108) !important;
}
.apexcharts-series path[index="1"] {
  stroke: rgb(204, 166, 207) !important;
}
.apexcharts-area-series .apexcharts-series:nth-of-type(1) .apexcharts-series-markers-wrap .apexcharts-series-markers circle {
  fill: rgb(110, 15, 108) !important;
}
.apexcharts-area-series .apexcharts-series:nth-of-type(2) .apexcharts-series-markers-wrap .apexcharts-series-markers circle {
  fill: rgb(204, 166, 207) !important;
}
.apexcharts-datalabels[data\:realIndex="0"] .apexcharts-data-labels rect {
  fill: rgb(110, 15, 108) !important;
}
.apexcharts-datalabels[data\:realIndex="1"] .apexcharts-data-labels rect {
  fill: rgb(204, 166, 207) !important;
}
.apexcharts-toolbar {
  display: none !important;
}
linearGradient:nth-of-type(1) stop {
  stop-color: rgba(110, 15, 108, 0.4) !important;
}
linearGradient:nth-of-type(2) stop {
  stop-color: rgba(204, 166, 207, 0.4) !important;
}
.adminPricingMore {
  overflow: visible !important;
}
.adminPricingMore div button {
  display: block;
  width: 130px;
  margin-bottom: 8px;
  height: 30px;
}
.opsDrop .p-select .p-select-trigger {
  width: 20px;
  margin-left: -7px;
}
.opsDrop svg {
  width: 8px;
  height: 8px;
}
body vetcor-pricing-admin .new-vetcor-table-styles .adEdit,
body vetcor-pricing-admin .new-vetcor-table-styles .adSave,
body vetcor-pricing-admin-requests .new-vetcor-table-styles .adEdit,
body vetcor-pricing-admin-requests .new-vetcor-table-styles .adSave,
body vetcor-pricing-manager .new-vetcor-table-styles .adEdit,
body vetcor-pricing-manager .new-vetcor-table-styles .adSave {
  background-color: #01a978 !important;
  border-color: #01a978 !important;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  padding-right: 8px;
  padding-left: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-right: 8px;
}
body vetcor-pricing-admin .new-vetcor-table-styles .adEdit i,
body vetcor-pricing-admin .new-vetcor-table-styles .adSave i,
body vetcor-pricing-admin-requests .new-vetcor-table-styles .adEdit i,
body vetcor-pricing-admin-requests .new-vetcor-table-styles .adSave i,
body body vetcor-pricing-manager .new-vetcor-table-styles .adEdit i,
body body vetcor-pricing-manager .new-vetcor-table-styles .adSave i {
  margin-right: 1px;
  background-color: #01a978;
}
body vetcor-pricing-admin .new-vetcor-table-styles .adEdit.update,
body vetcor-pricing-admin-requests .new-vetcor-table-styles .adEdit.update,
body vetcor-pricing-manager .new-vetcor-table-styles .adEdit.update {
  color: #626465 !important;
  background: #ffffff !important;
  border-color: #f8f9fa !important;
}
body vetcor-pricing-admin .new-vetcor-table-styles .adEdit.update i,
body vetcor-pricing-admin-requests .new-vetcor-table-styles .adEdit.update i,
body vetcor-pricing-manager .new-vetcor-table-styles .adEdit.update i {
  color: #469acb !important;
  background: #ddeef8 !important;
  margin-right: 2px;
  vertical-align: bottom;
}
body vetcor-pricing-admin .productMapper .opsDrop .p-select-label:before,
body vetcor-pricing-admin-requests .productMapper .opsDrop .p-select-label:before {
  display: none;
}
body vetcor-pricing-admin .productMapper .opsDrop .p-inputtext,
body vetcor-pricing-admin .productMapper .opsDrop li span,
body vetcor-pricing-admin-requests .productMapper .opsDrop .p-inputtext,
body vetcor-pricing-admin-requests .productMapper .opsDrop li span {
  font-size: 11px;
}
.adminPriceDashboard .stats-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  gap: 24px;
}
.adminPriceDashboard .stat-box {
  background-color: white;
  border: 0px;
  border-radius: 8px;
  padding: 25px;
  width: 100%;
  text-align: center;
  box-shadow: 3px 6px 14px -2px rgba(0, 0, 0, 0.05);
  position: relative;
  min-height: 160px;
  height: auto;
}
.adminPriceDashboard .stat-box h3 {
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  font-weight: 400;
  text-align: left;
  width: 65%;
  margin: 5px 0px 10px 5px;
}
.adminPriceDashboard .stat-box p {
  font-size: 2rem;
  font-weight: bold;
  color: #000000;
  text-align: left;
  margin: 5px 0px 0px 5px;
}
.adminPriceDashboard .icon-wrapper-wrapper {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #ddeef8;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
  padding: 4px;
  float: right;
  margin: 0 auto 10px auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.adminPriceDashboard .icon-wrapper {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #ddeef8;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid white;
  padding: 4px;
}
.adminPriceDashboard .icon-wrapper .icon {
  font-size: 26px;
  color: #2cb6f5;
}
.adminPriceDashboard .practice-item {
  display: flex;
  justify-content: space-between;
}
.adminPriceDashboard .practice-name {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #000000;
}
.adminPriceDashboard .practice-manager {
  font-size: 13px;
  line-height: 15px;
  color: #656565;
}
.adminPriceDashboard .practice-email a {
  font-size: 13px;
  color: #656565;
}
.adminPriceDashboard .practice-date {
  font-size: 16px;
  font-weight: 600;
  color: #90278e;
  text-align: right;
}
.adminPriceDashboard .practice-time {
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  color: #90278e;
  text-align: right;
}
.adminPriceDashboard .section .practice-item {
  margin-bottom: 0px;
  margin-right: 15px;
}
.adminPriceDashboard .section .practice-item a:hover p {
  color: #90278e;
}
.adminPriceDashboard .stat-box.success-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.adminPriceDashboard .section {
  background-color: white;
  border: 0px;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 24px;
  box-shadow: 3px 6px 14px -2px rgba(0, 0, 0, 0.05);
}
.adminPriceDashboard .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.adminPriceDashboard .section h3 {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
}
.adminPriceDashboard .section div {
  margin-bottom: 15px;
}
.adminPriceDashboard .section p {
  margin: 0;
}
.adminPriceDashboard .section p strong {
  font-size: 1.1rem;
  color: #90278e;
}
.adminPriceDashboard table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
.adminPriceDashboard table th {
  font-weight: 600;
  position: relative;
  font-size: 14px;
  padding: 10px 0px 0px 0px !important;
}
.adminPriceDashboard table td {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.adminPriceDashboard .mat-sort-header-container {
  display: flex;
  justify-content: center;
  margin-bottom: 0px !important;
}
.adminPriceDashboard .mat-sort-header-content {
  text-align: left;
}
.adminPriceDashboard table tr:nth-child(even) {
  background-color: #f9f9f9;
}
.adminPriceDashboard table tr:hover {
  background-color: #eeeded;
}
.adminPriceDashboard table .allPHeader:hover {
  background-color: unset;
}
.adminPriceDashboard table .pName {
  font-size: 12px;
  font-weight: 600;
  color: #000000;
  line-height: 17px;
}
.adminPriceDashboard table td,
.adminPriceDashboard table td a {
  font-size: 12px;
  font-weight: 600;
  color: #777777;
}
.adminPriceDashboard .p-button.p-button-success {
  background: #0b7574;
  border: 1px solid #0b7574;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
}
.adminPriceDashboard .p-button.p-button-success:hover {
  color: #ffffff;
  text-decoration: none;
}
.adminPriceDashboard table td .icon {
  color: #2cb6f5;
  margin-right: 5px;
}
.adminPriceDashboard .section-header .icon {
  font-size: 1.7rem;
  color: #01a978;
}
.adminPriceDashboard .section.half-width {
  width: calc((100% - 24px) / 2);
}
.adminPriceDashboard .section.half-width .section-header .icon {
  color: #90278e;
  font-size: 1.8rem;
}
.adminPriceDashboard .table-container {
  max-height: 500px;
  overflow-y: auto;
}
.adminPriceDashboard table thead {
  background-color: #01a978;
  color: white;
  font-weight: 600;
  position: sticky;
  top: 0;
  z-index: 1;
}
.adminPriceDashboard table th,
.adminPriceDashboard table td {
  border: 0;
  text-align: center;
  padding: 15px 10px;
  vertical-align: bottom;
  font-size: 12px;
  line-height: 15px;
}
.adminPriceDashboard .practicesTable th,
.adminRequests .practicesTable th {
  font-size: 11px !important;
}
.adminPriceDashboard table td {
  vertical-align: top;
}
.adminPriceDashboard .spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
  margin: auto;
  margin-top: 50px;
  padding: 0px;
}
th.dollarImpact {
  background-color: #0bb886;
  min-width: 50px;
}
th.percentImpact {
  background-color: #1dc292;
  min-width: 50px;
}
th.percentPriceChange {
  background-color: #1dc292;
  min-width: 50px;
}
th.percentWeightedPriceChange {
  background-color: #41cba3;
  min-width: 50px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.coverPageContainer {
  padding: 80px 30px 50px 30px;
  font-size: 15px;
}
.coverPageContainer h2 {
  text-align: center;
  color: #000000;
}
.coverPageContainer .section {
  margin-bottom: 20px;
}
.coverPageContainer .section h3 {
  color: #000000;
}
.coverPageContainer .box {
  padding: 15px;
  border: 3px solid #dddddd;
  text-align: left;
}
.coverPageContainer ul {
  list-style: none;
  padding: 0;
}
.coverPageContainer ul li {
  margin: 5px 0;
}
.coverPageContainer .key-dates {
  border: 3px solid #01a978;
  padding: 15px;
  text-align: left;
}
.coverPageContainer .important {
  font-weight: 600;
}
.coverPageContainer .footer {
  font-size: 1em;
  color: #000000;
  font-style: italic;
}
vetcor-pricing-manager .invalid,
vetcor-pricing-admin .invalid,
vetcor-pricing-admin-requests .invalid {
  border-bottom: 2px solid #de5a38;
}
.circular-progress {
  position: absolute;
  width: 95px;
  height: 95px;
  float: right;
  top: 15px;
  right: 14px;
}
.progress-circle {
  transform: rotate(-90deg);
  width: 100%;
  height: 100%;
}
.circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 3.8;
}
.circle {
  fill: none;
  stroke-width: 3.8;
  stroke-linecap: butt;
  transition: stroke-dasharray 0.6s ease;
}
.progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.progress-text .percentage {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.status {
  font-size: 17px;
}
.truncate-multiline {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: pre-line;
}
body vetcor-pricing-admin .new-vetcor-table-styles .pricingDetailsButton,
body vetcor-pricing-admin-requests .new-vetcor-table-styles .pricingDetailsButton,
body vetcor-pricing-manager .pricingDetailsButton {
  line-height: 24px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.01), 0 2px 4px rgba(0, 0, 0, 0.2) !important;
  position: relative;
  text-align: right;
  width: 150px;
  padding-right: 18px !important;
  border-color: #eaeced;
  transition: 0.2s;
}
body vetcor-pricing-admin .new-vetcor-table-styles .pricingDetailsButton i,
body vetcor-pricing-admin-requests .new-vetcor-table-styles .pricingDetailsButton i,
body vetcor-pricing-manager .pricingDetailsButton i {
  width: 45px;
  text-align: center;
  font-size: 11px;
  line-height: 24px;
  position: absolute;
  height: 34px;
  left: 3px;
  top: -1px;
  border-radius: 0px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
body vetcor-pricing-admin .new-vetcor-table-styles .pricingDetailsButton:hover,
body vetcor-pricing-admin-requests .new-vetcor-table-styles .pricingDetailsButton:hover,
body vetcor-pricing-manager .dropdown-menu .pricingDetailsButton:hover {
  border-color: #469acb !important;
  color: #ffffff !important;
  background: #469acb !important;
  height: 34px;
}
.detailsTable tr {
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
}
.detailsTable tr td:nth-child(1) {
  text-align: left;
  position: relative;
  padding: 8px 12px 8px 0px;
}
.detailsTable tr td:nth-child(2) {
  text-align: right;
  position: relative;
  color: #147d7e;
}
.new-vetcor-table-styles .activity-badge.badge-bg-approved {
  background: #01a978;
  color: #effaee;
  max-width: 100px;
  width: auto;
  min-width: 90px;
  white-space: pre-wrap;
  padding: 5px 5px 5px 5px;
  font-size: 11px !important;
  line-height: 16px;
  margin-bottom: 5px;
  vertical-align: text-top;
  margin-left: -2px;
}
.new-vetcor-table-styles .activity-badge.badge-bg-rejected {
  background: #ed5a68;
  color: #ffffff;
  width: 82px;
  min-width: 82px;
  white-space: pre-wrap;
  padding: 5px 5px 5px 5px;
  font-size: 11px !important;
  line-height: 16px;
  margin-bottom: 5px;
  vertical-align: text-top;
  margin-left: -2px;
}
.detailsOverrideTable:before {
  content: "";
  width: 120%;
  height: 104%;
  position: absolute;
  top: 15px;
  left: -25px;
  background: #e8f7f4;
}
.pricingTableHeaders,
.pricingTableHeadersBody {
  background: #ffffff;
  min-width: 100% !important;
  max-width: 100% !important;
  width: 100% !important;
  display: table;
  table-layout: fixed;
}
.pricingTableHeadersBody tr {
  min-width: 100% !important;
  max-width: 100% !important;
  width: 100% !important;
  display: table;
  table-layout: fixed;
}
vetcor-pricing-admin .activity-badge,
vetcor-pricing-admin-requests .activity-badge {
  width: 117px;
  white-space: pre-wrap;
  padding: 5px 5px 5px 6px;
  font-size: 11px;
  line-height: 16px;
  font-weight: 500;
}
vetcor-pricing-admin .badge-bg-processing,
vetcor-pricing-admin-requests .badge-bg-processing {
  background: #ffe5cf;
  color: #ff610f;
}
vetcor-pricing-admin .badge-bg-refused,
vetcor-pricing-admin-requests .badge-bg-refused {
  background: #f55a88;
  color: #ffffff;
}
vetcor-pricing-admin .badge-bg-failed,
vetcor-pricing-admin-requests .badge-bg-failed {
  background: #fae8e8;
  color: #e21111;
}
vetcor-pricing-admin .badge-bg-optout,
vetcor-pricing-admin-requests .badge-bg-optout {
  background: #f55a88;
  color: #ffffff;
}
vetcor-pricing-admin .badge-bg-ready,
vetcor-pricing-admin-requests .badge-bg-ready {
  background: #efe4ef;
  color: #90278e;
}
vetcor-pricing-admin .badge-bg-pending,
vetcor-pricing-admin-requests .badge-bg-pending {
  background: #daf0e6;
  color: #01a978;
}
vetcor-pricing-admin .badge-bg-complete,
vetcor-pricing-admin-requests .badge-bg-complete {
  background: #daecf8;
  color: #009efb;
}
vetcor-pricing-admin .badge-bg-sms,
vetcor-pricing-admin-requests .badge-bg-sms {
  background: #fff8eb;
  color: #ffb114;
}
vetcor-pricing-admin .badge-bg-sms-resent,
vetcor-pricing-admin-requests .badge-bg-sms-resent {
  background: #ffe9c0;
  color: #faa700;
}
vetcor-pricing-admin .overrideEdit,
vetcor-pricing-admin-requests .overrideEdit {
  background-color: #ffffff !important;
  border-color: #f8f9fa !important;
  color: #616365 !important;
  font-size: 13px;
}
vetcor-pricing-admin .overrideEdit i,
vetcor-pricing-admin-requests .overrideEdit i {
  color: #616365;
  background: #ebecee;
  padding: 6px;
  border-radius: 3px;
  font-size: 12px;
  vertical-align: initial;
  height: 80%;
  width: 50px;
  line-height: 19px;
  position: absolute;
  top: 4px;
  left: 4px;
}
.customTooltipBox {
  position: absolute;
  top: 103px;
  right: -175px;
  height: 40px;
  width: 125px;
  padding: 10px 0px 10px 10px;
  background: #fbfbfb;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  opacity: 0;
  transform: scale(0.95);
  animation: fadeIn 0.3s ease-in-out forwards;
  box-shadow: 0 4px 6px rgba(85, 85, 103, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.tooltipBoxClose {
  background: #d5d5d5;
  color: #ffffff;
  transition: 0.5s;
  height: 39px;
  margin-left: auto;
  width: 40px;
  text-align: center;
  padding: 10px;
  float: right;
  margin-top: -10px;
  margin-bottom: -1px;
}
.tooltipBoxClose a:hover,
.tooltipBoxClose:hover {
  background: #e1e1e1;
  color: #9f9f9f;
}
.refreshBatchButton {
  background: #838686;
  transition: 0.3s;
}
.refreshBatchButton:hover {
  background: #0681b9;
}
.dashboardPracticeName:hover {
  color: #0681b9 !important;
}
.last-visible .moreDetailsDrop {
  top: -36px !important;
  left: -155px !important;
}
.expanded-row .sub-row .moreDetailsDrop {
  top: -36px !important;
  left: -157px !important;
}
body .priceManagerIcon:hover {
  color: #2eaabe !important;
}
body vetcor-pricing-admin .dropdown-toggle,
body vetcor-pricing-admin-requests .dropdown-toggle {
  opacity: 0;
  animation: fadeIn 0.3s ease-in-out 0.5s forwards;
}
body vetcor-pricing-admin .dropdown-toggle i,
body vetcor-pricing-admin-requests .dropdown-toggle i {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
@keyframes fadeIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.customTooltipBox a {
  color: #373b3e;
  text-decoration: none;
}
.customTooltipBox a:hover {
  color: #2eaabe;
  text-decoration: none;
}
.customTooltipBoxArrow {
  position: absolute;
  left: -10px;
  top: 10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #cccccc;
}
.pricing-recordName-practice {
  width: 200px;
}
vetcor-pricing-admin .typeFilterDrop .p-icon,
vetcor-pricing-admin .pickSiteFilterDrop .p-icon,
vetcor-pricing-admin .categoryFilterDrop .p-icon,
vetcor-pricing-manager .typeFilterDrop .p-icon,
vetcor-pricing-manager .pickSiteFilterDrop .p-icon,
vetcor-pricing-manager .categoryFilterDrop .p-icon {
  width: 0.6rem;
  height: 1rem;
}
vetcor-pricing-admin .pickSiteFilterDrop .p-select-clear-icon,
vetcor-pricing-admin-requests .pickSiteFilterDrop .p-select-clear-icon,
vetcor-pricing-manager .pickSiteFilterDrop .p-select-clear-icon {
  right: 1.857rem;
}
vetcor-pricing-admin .productMapper.vetcorPrice .typeFilterDrop .p-select,
vetcor-pricing-manager .productMapper.vetcorPrice .typeFilterDrop .p-select {
  max-width: 205px !important;
  min-width: 205px !important;
}
vetcor-pricing-admin .productMapper.vetcorPrice .categoryFilterDrop .p-select,
vetcor-pricing-manager .productMapper.vetcorPrice .categoryFilterDrop .p-select {
  max-width: 205px !important;
  min-width: 205px !important;
}
vetcor-pricing-admin .productMapper.vetcorPrice .pickSiteFilterDrop .p-select,
vetcor-pricing-manager .productMapper.vetcorPrice .pickSiteFilterDrop .p-select {
  max-width: 185px !important;
  min-width: 185px !important;
}
vetcor-pricing-admin .productMapper .prodNameFilter,
vetcor-pricing-manager .productMapper .prodNameFilter,
vetcor-pricing-admin .productMapper .prodCodeFilter,
vetcor-pricing-manager .productMapper .prodCodeFilter {
  min-width: unset !important;
  padding-left: 40px !important;
}
vetcor-pricing-admin .productMapper .typeFilterDrop span,
vetcor-pricing-manager .productMapper .typeFilterDrop span,
vetcor-pricing-admin .productMapper .categoryFilterDrop span,
vetcor-pricing-manager .productMapper .categoryFilterDrop span {
  padding-right: 0px !important;
}
vetcor-pricing-admin .productMapper .prodNameFilterCon:before,
vetcor-pricing-manager .productMapper .prodNameFilterCon:before,
vetcor-pricing-admin .productMapper .prodCodeFilterCon:before,
vetcor-pricing-manager .productMapper .prodCodeFilterCon:before {
  content: "\f02b";
  color: #ffffff;
  padding-right: 5px;
  padding-left: 9px;
  font-size: 11px;
  font-family: "FontAwesome";
  width: 30px;
}
vetcor-pricing-admin .highlightTally,
vetcor-pricing-admin-requests .highlightTally,
vetcor-pricing-manager .highlightTally {
  border: 1px solid #dfe3e2 !important;
  color: #363636 !important;
  position: fixed !important;
  bottom: 25px !important;
  right: 40px !important;
  border-radius: 3px !important;
  background: #ffffff !important;
  box-shadow: 0 17px 13px rgba(85, 85, 103, 0.11), 0 3px 6px rgba(0, 0, 0, 0.08) !important;
  width: 50px !important;
  height: 50px !important;
  font-weight: 600 !important;
  padding: 0px !important;
  text-align: center !important;
  z-index: 2 !important;
}
.highlightTally-badge {
  position: absolute;
  top: -39px;
  right: -20px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  gap: 10px;
  z-index: 3;
  border: 1px solid #dfe3e2;
}
.tally-badge-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.tallyStatus {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 10px;
  font-weight: 700;
}
.tallyStatus .tallyCount {
  font-size: 12px;
  font-weight: 700;
}
.highlightTally-badge .fas {
  font-size: 14px;
}
.tallyTriangle {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #dfe3e2;
  z-index: 2;
}
.tallyTriangle::after {
  content: "";
  position: absolute;
  top: -11px;
  left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ffffff;
}
vetcor-pricing-admin .productMapper .prodHospitalFilterCon:before {
  content: "\f0f8";
  color: #8e8e8e;
  padding-right: 9px;
  padding-left: 10px;
  font-size: 16px;
  font-family: "FontAwesome";
  width: 37px;
  -webkit-text-stroke-width: 0px;
}
.nonEditingRationale {
  color: #8b8b8b;
  font-style: italic;
  font-size: 11px;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 13px;
  width: 85px;
}
.csv-custom-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.csv-modal-content {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.csv-modal-content .spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #0b7574;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
  margin: auto;
  margin-top: 16px;
  margin-bottom: 8px;
  padding: 0px;
}
.csv-modal-content h2 {
  color: #0b7574;
  font-size: 28px;
  font-weight: bold;
}
.csv-modal-content p {
  color: #444444;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media (max-width: 2880px) {
  .pricing-recordName {
    width: 225px;
  }
  .pricing-pimsCategory {
    width: 200px;
  }
  .pricing-quantityBreak {
    width: 100px;
  }
  .pricing-distinctClientCount {
    width: 100px;
  }
  .pricing-prices {
    width: 110px;
  }
  .pricing-code {
    width: 110px;
  }
  .pricing-pct {
    width: 100px;
  }
  .pricing-site {
    width: 70px;
  }
}
@media (max-width: 2380px) {
  .pricing-recordName {
    width: 180px;
  }
  .pricing-pimsCategory {
    width: 165px;
  }
  .pricing-quantityBreak {
    width: 80px;
  }
  .pricing-distinctClientCount {
    width: 80px;
  }
  .pricing-prices {
    width: 100px;
  }
  .pricing-code {
    width: 90px;
  }
  .pricing-pct {
    width: 90px;
  }
  .pricing-site {
    width: 70px;
  }
}
@media (max-width: 2100px) {
  .pricing-recordName {
    width: 140px;
  }
  .pricing-pimsCategory {
    width: 135px;
  }
  .pricing-quantityBreak {
    width: 70px;
  }
  .pricing-distinctClientCount {
    width: 70px;
  }
  .pricing-prices {
    width: 90px;
  }
  .pricing-code {
    width: 80px;
  }
  .pricing-pct {
    width: 80px;
  }
  .pricing-site {
    width: 70px;
  }
}
@media (max-width: 1900px) {
  .pricing-recordName {
    width: 135px;
  }
  .pricing-pimsCategory {
    width: 105px;
  }
  .pricing-quantityBreak {
    width: 55px;
  }
  .pricing-distinctClientCount {
    width: 55px;
  }
  .pricing-prices {
    width: 75px;
  }
  .pricing-code {
    width: 65px;
  }
  .pricing-pct {
    width: 65px;
  }
  .pricing-site {
    width: 70px;
  }
}
@media (max-width: 1700px) {
  .pricing-recordName {
    width: 100px;
  }
  .pricing-pimsCategory {
    width: 80px;
  }
  .pricing-quantityBreak {
    width: 50px;
  }
  .pricing-distinctClientCount {
    width: 50px;
  }
  .pricing-prices {
    width: 70px;
  }
  .pricing-code {
    width: 60px;
  }
  .pricing-pct {
    width: 60px;
  }
  .pricing-site {
    width: 50px;
  }
}
@media (max-width: 1550px) {
  .pricing-recordName {
    width: 100px;
  }
  .pricing-pimsCategory {
    width: 70px;
  }
  .pricing-quantityBreak {
    width: 50px;
  }
  .pricing-distinctClientCount {
    width: 50px;
  }
  .pricing-prices {
    width: 69px;
  }
  .pricing-code {
    width: 54px;
  }
  .pricing-pct {
    width: 55px;
  }
  .pricing-site {
    width: 50px;
  }
}
@media (max-width: 1380px) {
  .pricing-recordName {
    width: 90px;
  }
  .pricing-pimsCategory {
    width: 75px;
  }
  .pricing-quantityBreak {
    width: 50px;
  }
  .pricing-distinctClientCount {
    width: 50px;
  }
  .pricing-prices {
    width: 65px;
  }
  .pricing-code {
    width: 55px;
  }
  .pricing-pct {
    width: 55px;
  }
  .pricing-site {
    width: 50px;
  }
}
vetcor-pricing-admin vetcor-pricing-table,
vetcor-pricing-manager vetcor-pricing-table {
  margin-top: 10px;
}
.averagePriceChanges {
  display: inline-flex;
  margin-top: 17px;
  position: absolute;
  left: 23px;
  top: 86px;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
}
.averagePriceChanges .innerPriceChanges .innerPct {
  padding-right: 15px;
  margin-right: 20px;
  border-right: 1px solid #e6e6e6;
}
.averagePriceChanges .innerPriceChanges .innerPct:last-child {
  padding-right: 0px;
  margin-right: 0px;
  border-right: 0px;
}
.statsCodesContainer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.statsContainerLeft {
  width: 100%;
}
.custom-modal .modal-content .modal-header .btn-close {
  padding-bottom: 3px !important;
}
.pricingCaptainDrop .p-select {
  min-width: 100%;
  width: 100%;
}
.pricingCaptainDrop .p-select span {
  padding-left: 0px !important;
}
.practiceWritebackStatus {
  border-radius: 15px;
  padding: 4px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  width: 55px;
  height: 27px;
  line-height: 16px;
  margin-left: 10px;
}
vetcor-pricing-admin .status-badge,
vetcor-pricing-admin-requests .status-badge {
  width: 90px;
  white-space: pre-line;
  padding: 5px 5px 5px 6px;
  font-size: 11px;
  font-weight: 500;
  display: flex;
  align-items: center;
  line-height: 14px;
  text-align: left;
}
vetcor-pricing-admin .status-poor,
vetcor-pricing-admin-requests .status-poor {
  background: #fae8e8;
  color: #e21111;
  border: 1.5px solid #e21111;
}
vetcor-pricing-admin .status-good,
vetcor-pricing-admin-requests .status-good {
  background: #daf0e6;
  color: #01a978;
  border: 1.5px solid #01a978;
}
vetcor-pricing-admin .status-weak,
vetcor-pricing-admin-requests .status-weak {
  background: #fff8eb;
  color: #ffb114;
  border: 1.5px solid #ffb114;
}
.writebackStatusDrop {
  background-color: #fff !important;
  border: 1px solid #ced4da !important;
  border-radius: 40px !important;
  padding: 7px 10px !important;
  min-width: 110px;
}
.writebackStatusDrop:active,
.writebackStatusDrop:focus {
  color: unset !important;
  box-shadow: none !important;
}
.btn.writebackStatusDrop:first-child:active {
  color: unset !important;
}
.writeback-error {
  background: #ed5a68;
  color: #ffffff;
  font-size: 9px;
  width: 30px;
  height: 100%;
  position: absolute;
  text-align: center;
  align-content: center;
  left: 0px;
  top: 0px;
}
.writeback-error-inner {
  background: #ffffff;
  display: inline-flex;
  width: 15px;
  height: 15px;
  padding: 3px 3px 3px 4px;
  border-radius: 100%;
  color: #ed5a68;
  font-weight: 600;
}
.writeback-skipped {
  background: #ffc107;
  color: #ffffff;
  font-size: 9px;
  width: 30px;
  height: 100%;
  position: absolute;
  text-align: center;
  align-content: center;
  left: 0px;
  top: 0px;
}
.writeback-skipped-inner {
  background: #ffffff;
  display: inline-flex;
  width: 15px;
  height: 15px;
  padding: 3px 3px 3px 6px;
  border-radius: 100%;
  color: #ffc107;
  font-weight: 600;
}
.writeback-success {
  background: #01a978;
  color: #ffffff;
  font-size: 9px;
  width: 30px;
  height: 100%;
  position: absolute;
  text-align: center;
  align-content: center;
  left: 0px;
  top: 0px;
}
.writeback-success-inner {
  background: #ffffff;
  display: inline-flex;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  color: #01a978;
  padding: 4px 3px 4px 4px;
  font-weight: 600;
}
vetcor-pricing-admin .dropdown-item.active,
.dropdown-item:active {
  background-color: #d3d3d4 !important;
}
.pricing-big-modal {
  max-width: 1200px;
}
@media (max-width: 1196px) {
  .averagePriceChanges {
    display: inline-flex;
    margin-top: 17px;
    position: absolute;
    left: 18px;
    top: 110px;
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;
    width: 96.5%;
    background: #f9f9f9;
    border-radius: 8px;
    border: 2px solid #f1f1f1;
    padding: 15px;
  }
  .averagePriceChanges .innerPriceChanges {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .averagePriceChanges .innerPriceChanges .innerPct {
    padding-right: 0px;
    margin-right: 0px;
    border-right: 1px solid #e6e6e6;
    width: 32%;
  }
  .averagePriceChanges .innerPriceChanges .innerPct:last-child {
    padding-right: 0px;
    margin-right: 0px;
    border-right: 0px;
    width: 25%;
  }
  vetcor-pricing-admin vetcor-pricing-table {
    margin-top: 190px;
  }
  vetcor-pricing-manager vetcor-pricing-table {
    margin-top: 75px;
  }
  vetcor-pricing-manager .productMapper .prodNameFilterCon,
  vetcor-pricing-manager .productMapper .prodCodeFilterCon {
    min-width: 205px !important;
    max-width: 205px !important;
  }
  vetcor-pricing-manager .step-header {
    top: 150px;
    height: 75px;
    background-color: transparent;
    text-align: left;
  }
  vetcor-pricing-manager .mat-horizontal-stepper-header-container {
    --p: 75px;
    height: 80px;
  }
  vetcor-pricing-manager .mat-step-header:nth-of-type(3) {
    width: 400px;
  }
  vetcor-pricing-manager .step-header .arrow-icon {
    left: unset;
    left: 430px;
    rotate: 180deg;
  }
  vetcor-pricing-manager .step-header h4 {
    margin-top: -8px !important;
    margin-bottom: 5px !important;
    font-size: 22px !important;
  }
  vetcor-pricing-manager .step-header h6 span {
    font-size: 14px !important;
  }
  #highlightedTallList .modal-dialog {
    min-width: 950px !important;
  }
  .preferredRange {
    margin-top: 70px !important;
  }
  .writebackSuccessText {
    font-size: 13px !important;
    line-height: 19px !important;
  }
  .productMapper.vetcorPrice .hospitalFilterDrop .p-select span,
  .productMapper.vetcorPrice .hospitalFilterDrop span {
    font-size: 14px;
  }
  #detailsModal .modal-dialog,
  #detailsModal .modal-content {
    min-width: 1000px !important;
  }
  .detailsApproveRejectButtons button {
    width: 270px !important;
  }
}
.in-iframe header {
  display: none !important;
}
.p-toggleswitch-input {
  position: absolute !important;
}
.productMapper .p-checkbox-checked .p-checkbox-box {
  border-color: #1085d2 !important;
  background: #1085d2 !important;
}
.v-searchbox-sm {
  position: relative;
  max-width: 205px;
  min-width: 205px;
}
.v-searchbox-md {
  position: relative;
  max-width: 300px;
  min-width: 300px;
}
.v-searchbox-lg {
  position: relative;
  max-width: 415px;
  min-width: 415px;
}
.v-searchbox-sm input {
  max-width: 205px;
  min-width: 205px;
}
.v-searchbox-md input {
  max-width: 300px;
  min-width: 300px;
}
.v-searchbox-lg input {
  max-width: 415px;
  min-width: 415px;
}
.v-searchbox-sm:before,
.v-searchbox-md:before,
.v-searchbox-lg:before {
  color: #ffffff;
  text-align: center;
  font-size: 11px;
  width: 40px;
  line-height: 42px;
  position: absolute;
  font-family: "FontAwesome";
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #acacac;
  top: 0px;
  left: 0px;
  background: #f3f3f3;
  border: 1px solid #ced4da;
  border-radius: 2px;
  height: 42px;
}
.v-searchbox-sm input,
.v-searchbox-md input,
.v-searchbox-lg input {
  padding-left: 50px !important;
  font-weight: 600;
  color: #1a1b1b;
  background: #ffffff;
  padding: 0.65rem 0.5rem;
  border: 1px solid #ced4da;
  transition:
    background-color 0.2s,
    color 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 3px;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 13px;
}
.v-searchbox-sm:after,
.v-searchbox-md:after,
.v-searchbox-lg:after {
  content: "\f002";
  color: #9ea2a6;
  padding-right: 5px;
  padding-left: 10px;
  font-size: 12px;
  font-family: "FontAwesome";
  width: 30px;
  position: absolute;
  top: 10px;
  right: 5px;
}
.v-searchbox-sm .p-inputtext:enabled:hover,
.v-searchbox-md .p-inputtext:enabled:hover,
.v-searchbox-lg .p-inputtext:enabled:hover {
  border-color: #818787;
}
.v-searchbox-sm .p-inputtext:enabled:focus,
.v-searchbox-md .p-inputtext:enabled:focus,
.v-searchbox-lg .p-inputtext:enabled:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 5px 1px rgba(185, 185, 185, 0.5);
  border-color: #b4b8b8;
}
.v-dropdown-sm,
.v-dropdown-sm .p-select {
  max-width: 205px !important;
  min-width: 205px !important;
}
.v-dropdown-md,
.v-dropdown-md .p-select {
  max-width: 300px !important;
  min-width: 300px !important;
}
.v-dropdown-lg,
.v-dropdown-lg .p-select {
  max-width: 415px !important;
  min-width: 415px !important;
}
.v-dropdown-sm .p-select,
.v-dropdown-md .p-select,
.v-dropdown-lg .p-select {
  display: inline-flex;
  cursor: pointer;
  position: relative;
  background: #ffffff;
  border: 1px solid #ced4da;
  transition:
    background-color 0.2s,
    color 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
  border-radius: 3px;
  font-weight: 600;
  color: #1a1b1b;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 13px;
}
.v-dropdown-sm .p-select span,
.v-dropdown-md .p-select span,
.v-dropdown-lg .p-select span {
  font-weight: 600;
  color: #1a1b1b !important;
  padding-right: 0px !important;
  font-size: 13px;
}
.v-dropdown-sm .p-select-label:before,
.v-dropdown-md .p-select-label:before,
.v-dropdown-lg .p-select-label:before {
  font-family: "FontAwesome";
  font-size: 12px;
  color: #a9acaf;
  padding-left: 5px;
  padding-right: 12px;
}
.v-dropdown-sm .p-select:not(.p-disabled):hover,
.v-dropdown-md .p-select:not(.p-disabled):hover,
.v-dropdown-lg .p-select:not(.p-disabled):hover {
  border-color: #818787;
}
.v-dropdown-sm .p-select:not(.p-disabled).p-focus,
.v-dropdown-md .p-select:not(.p-disabled).p-focus,
.v-dropdown-lg .p-select:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 5px 1px rgba(185, 185, 185, 0.5);
  border-color: #b4b8b8;
}
.v-dropdown-sm .p-select-trigger,
.v-dropdown-md .p-select-trigger,
.v-dropdown-lg .p-select-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #6c757d;
  width: 2.357rem;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: transparent;
}
.v-dropdown-sm .p-overlay,
.v-dropdown-md .p-overlay,
.v-dropdown-lg .p-overlay {
  min-width: 205px;
  max-width: 415px;
  transform-origin: center top;
  top: 37px;
  left: 0px;
  z-index: 1001;
  position: absolute;
  font-size: 16px;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
}
.v-dropdown-sm .p-select-panel,
.v-dropdown-md .p-select-panel,
.v-dropdown-lg .p-select-panel {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  border-radius: 3px;
  box-shadow:
    0 2px 4px -1px rgba(0, 0, 0, 0.2),
    0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.v-dropdown-sm .p-select-panel .p-select-header,
.v-dropdown-md .p-select-panel .p-select-header,
.v-dropdown-lg .p-select-panel .p-select-header {
  padding: 0.5rem 1rem;
  border-bottom: 0 none;
  color: #495057;
  background: #f8f9fa;
  margin: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.v-dropdown-sm .p-select-panel .p-select-header .p-inputtext,
.v-dropdown-md .p-select-panel .p-select-header .p-inputtext,
.v-dropdown-lg .p-select-panel .p-select-header .p-inputtext {
  padding-right: 1.5rem;
  margin-right: -1.5rem;
  font-size: 13px;
  color: #495057;
  background: #ffffff;
  padding: 0.5rem 0.5rem;
  border: 1px solid #ced4da;
  transition:
    background-color 0.2s,
    color 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
  border-radius: 3px;
}
.v-dropdown-sm .p-inputtext:enabled:hover,
.v-dropdown-md .p-inputtext:enabled:hover,
.v-dropdown-lg .p-inputtext:enabled:hover,
.p-inputtext:enabled:hover {
  border-color: #818787 !important;
}
.v-dropdown-sm .p-inputtext:enabled:focus,
.v-dropdown-md .p-inputtext:enabled:focus,
.v-dropdown-lg .p-inputtext:enabled:focus,
.p-inputtext:enabled:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 5px 1px rgba(185, 185, 185, 0.5) !important;
  border-color: #b4b8b8 !important;
}
.v-dropdown-sm .p-select-header .p-icon,
.v-dropdown-md .p-select-header .p-icon,
.v-dropdown-lg .p-select-header .p-icon,
.v-dropdown-sm .p-select-trigger .p-icon,
.v-dropdown-md .p-select-trigger .p-icon,
.v-dropdown-lg .p-select-trigger .p-icon {
  width: 0.6rem;
  height: 1rem;
}
.v-dropdown-sm .p-select-header .p-select-item,
.v-dropdown-md .p-select-header .p-select-item,
.v-dropdown-lg .p-select-header .p-select-item {
  font-size: 13px;
}
.v-dropdown-sm .p-select-header .p-select-item span,
.v-dropdown-md .p-select-header .p-select-item span,
.v-dropdown-lg .p-select-header .p-select-item span {
  font-weight: 600;
  color: #1a1b1b !important;
}
.v-searchbox-sm.v-productfilter:before,
.v-searchbox-md.v-productfilter:before,
.v-searchbox-lg.v-productfilter:before {
  content: "\f0b1";
}
.v-searchbox-sm.v-codefilter:before,
.v-searchbox-md.v-codefilter:before,
.v-searchbox-lg.v-codefilter:before {
  content: "\f02b";
}
.v-searchbox-sm.v-sitefilter:before,
.v-searchbox-md.v-sitefilter:before,
.v-searchbox-lg.v-sitefilter:before {
  content: "\f1ad";
  -webkit-text-stroke-width: 0px;
  color: #acacac;
  font-size: 13px;
}
.v-dropdown-sm .v-typefilter .p-select-label:before,
.v-dropdown-md .v-typefilter .p-select-label:before,
.v-dropdown-lg .v-typefilter .p-select-label:before {
  content: "\f1b3";
}
.v-dropdown-sm .v-categoryfilter .p-select-label:before,
.v-dropdown-md .v-categoryfilter .p-select-label:before,
.v-dropdown-lg .v-categoryfilter .p-select-label:before {
  content: "\e185";
}
.v-dropdown-sm .v-sitefilter .p-select-label:before,
.v-dropdown-md .v-sitefilter .p-select-label:before,
.v-dropdown-lg .v-sitefilter .p-select-label:before {
  content: "\f1ad";
  -webkit-text-stroke-width: 0px;
  color: #acacac;
  font-size: 13px;
}
.v-dropdown-sm .v-defaultfilter .p-select-label:before,
.v-dropdown-md .v-defaultfilter .p-select-label:before,
.v-dropdown-lg .v-defaultfilter .p-select-label:before {
  content: "\f0b0";
}
.p-select-option.p-select-option-selected,
.p-select-option.p-select-option-selected.p-focus {
  background: #f1f1f1 !important;
  color: #000000 !important;
}
.p-select:not(.p-disabled):hover {
  border-color: #b4b8b8 !important;
  outline: 0 none !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
}
.p-select:not(.p-disabled).p-focus {
  border-color: #b4b8b8 !important;
  box-shadow: none !important;
  outline: 0 none !important;
  outline-offset: 0 !important;
}
.v-button {
  box-shadow: 0 4px 6px rgba(85, 85, 103, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  border-radius: 4px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
  position: relative;
}
.v-button:hover {
  transition: 0.3s;
  transform: translateY(-1px);
}
.v-button-sm {
  font-size: 11px;
  padding: 5px 8px;
  white-space: nowrap;
  line-height: normal;
}
.v-button-md {
  font-size: 14px;
  padding: 8px 18px;
  white-space: nowrap;
  line-height: normal;
}
.v-button-lg {
  font-size: 16px;
  padding: 9px 18px;
  white-space: nowrap;
  line-height: normal;
}
.v-darkgreen {
  background: #0b7574;
  border: 1px solid #0b7574;
  color: #f6fbfb !important;
}
.v-green {
  background: #01a978;
  border: 1px solid #01a978;
  color: #ffffff !important;
}
.v-turquoise {
  background: #45a6b5;
  border: 1px solid #45a6b5;
  color: #ffffff !important;
}
.v-red {
  background: #ed5a68;
  border: 1px solid #ed5a68;
  color: #ffffff !important;
}
.v-blue {
  background: #0672ba;
  border: 2px solid #0672ba;
  color: #ffffff !important;
}
.v-purple {
  background: #750f73;
  border: 2px solid #750f73;
  color: #ffffff !important;
}
.v-white {
  background: #ffffff;
  border: 1px solid #f8f9fa;
  color: #616365 !important;
}
.v-translight {
  background-color: rgba(255, 255, 255, 0.2);
  border: 0px solid;
  color: #ffffff !important;
}
.v-transdark {
  background-color: rgba(0, 0, 0, 0.2);
  border: 0px solid;
  color: #000000 !important;
}
.v-gray {
  background: #f5f6f7;
  border: 1px solid #f5f6f7;
  color: #373b3e !important;
}
.v-darkgray {
  background: #686868;
  border: 1px solid #686868;
  color: #fbfbfb !important;
}
.v-darkgreen-border {
  background: #ffffff;
  border: 2px solid #0b7574;
  color: #0b7574 !important;
}
.v-green-border {
  background: #ffffff;
  border: 2px solid #01a978;
  color: #01a978 !important;
}
.v-turquoise-border {
  background: #ffffff;
  border: 2px solid #45a6b5;
  color: #45a6b5 !important;
}
.v-red-border {
  background: #ffffff;
  border: 2px solid #ed5a68;
  color: #ed5a68 !important;
}
.v-gray-border {
  background: #ffffff;
  border: 2px solid #b7b9ba;
  color: #b7b9ba !important;
}
.v-darkgray-border {
  background: #ffffff;
  border: 2px solid #686868;
  color: #686868 !important;
}
.v-blue-border {
  background: #ffffff;
  border: 2px solid #0672ba;
  color: #0672ba !important;
}
.v-purple-border {
  background: #ffffff;
  border: 2px solid #750f73;
  color: #750f73 !important;
}
.v-blue-border:hover {
  background: #0672ba;
  border: 2px solid #0672ba;
  color: #ffffff !important;
}
.v-purple-border:hover {
  background: #750f73;
  border: 2px solid #750f73;
  color: #ffffff !important;
}
.v-darkgreen-border:hover {
  background: #0b7574;
  border: 2px solid #0b7574;
  color: #ffffff !important;
}
.v-green-border:hover {
  background: #01a978;
  border: 2px solid #01a978;
  color: #ffffff !important;
}
.v-turquoise-border:hover {
  background: #45a6b5;
  border: 2px solid #45a6b5;
  color: #ffffff !important;
}
.v-red-border:hover {
  background: #ed5a68;
  border: 2px solid #ed5a68;
  color: #ffffff !important;
}
.v-gray-border:hover {
  background: #b7b9ba;
  border: 2px solid #b7b9ba;
  color: #ffffff !important;
}
.v-darkgray-border:hover {
  background: #686868;
  border: 2px solid #686868;
  color: #ffffff !important;
}
.v-green:hover {
  background: #0b7574;
  border: 1px solid #0b7574;
}
.v-red:hover {
  background: #0b7574;
  border: 1px solid #0b7574;
}
.v-button.disabled,
.v-button:disabled {
  opacity: 0.65;
}
.v-bluebg {
  background: #0672ba !important;
}
.v-purplebg {
  background: #750f73 !important;
}
.v-greenbg {
  background: #01a978 !important;
}
.v-tealbg {
  background: #02a09e !important;
}
.v-darkgreenbg {
  background: #0b7574 !important;
}
.v-greentealbg {
  background: #147d7e !important;
}
.v-bluecolor {
  color: #0672ba !important;
}
.circle.v-bluecolor {
  stroke: #0672ba !important;
}
.v-purplecolor {
  color: #750f73 !important;
}
.circle.v-purplecolor {
  stroke: #750f73 !important;
}
.v-greencolor {
  color: #01a978 !important;
}
.v-darkgreencolor {
  color: #0b7574 !important;
}
.v-whitecolor {
  color: #ffffff !important;
}
.v-darkorangecolor {
  color: #ed5c21 !important;
}
.v-orangecolor {
  color: #ff9118 !important;
}
.circle.v-orangecolor {
  stroke: #ff9118 !important;
}
.v-greentealcolor {
  color: #147d7e !important;
}
.v-graycolor {
  color: #777777 !important;
}
.v-tealcolor {
  color: #02a09e !important;
}
.circle.v-tealcolor {
  stroke: #02a09e !important;
}
a.v-bluecolor:hover {
  color: #000000 !important;
}
a.v-purplecolor:hover {
  color: #000000 !important;
}
.priceChanges-header {
  width: 100%;
  height: 85px;
  background-color: #f0f0f0;
  padding-right: 35px;
  padding-left: 35px;
  text-align: right;
  align-content: center;
  margin-left: 0px;
  margin-right: -15px;
  display: flex;
}
.priceChanges-header-b1 {
  width: 100%;
  height: 7px;
  background-color: #01a978;
  margin-left: 0px;
  margin-right: -15px;
  margin-top: 5px;
}
.priceChanges-header-b2 {
  width: 100%;
  height: 7px;
  background-color: #047070;
  margin-left: 0px;
  margin-right: -15px;
}
.priceChanges-header .pc-left {
  display: flex;
  text-align: left;
  align-items: center;
  flex: 1;
}
.priceChanges-header .pc-right {
  display: inline-block;
  margin-left: auto;
  text-align: right;
  flex: 1;
}
.priceChanges-header h3 {
  font-size: 26px;
  font-weight: 500;
  margin-top: 0px;
}
.priceChanges-header h5 {
  font-size: 14px;
  font-weight: 400;
  color: #464545;
  line-height: 19px;
  display: inline-block;
  vertical-align: baseline;
  margin-left: 25px;
}
.priceChanges-header h6 {
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #8c8c8c;
  margin-top: 15px;
  margin-bottom: 0px;
}
.adminRequests .adminPriceDashboard {
  display: flex;
  gap: 24px;
}
.adminRequests .statsCodesContainer {
  width: 33%;
}
.adminRequests .stats-container {
  flex-direction: column;
}
.adminRequests .arTable {
  width: 66%;
}
.adminRequests .arTable .section-header {
  border-bottom: 0px;
  padding: 0px 3px;
}
.adminRequests .practicesTable {
  max-height: 440px;
}
.adminRequests .practicesTable table {
  margin-top: 0px;
}
.adminRequests .practicesTable th,
.adminRequests .practicesTable span,
.adminRequests .practicesTable p {
  font-size: 13px !important;
  color: #000000;
}
.adminRequests .practicesTable td {
  font-size: 13px !important;
}
.adminRequests .practicesTable thead {
  background: #6c6c6c;
}
.adminRequests .pName {
  white-space: pre-wrap;
  text-align: left;
  max-width: 225px;
  padding-right: 10px !important;
  padding-left: 10px !important;
  font-size: 13px;
}
.adminRequests .pName p {
  font-weight: 400;
  line-height: 18px;
}
.adminRequests .welcomeHeader {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-left: 6px;
  padding-right: 6px;
  width: 100%;
  display: flex;
  align-items: center;
}
.adminRequests .welcomeHeader h6 {
  color: #01a978;
  margin-top: 5px;
}
.adminRequests h3 {
  font-weight: 500 !important;
}
.adminRequests .welcomeHeader.splitHeader .left-h {
  flex-direction: column;
  align-items: start;
}
.adminRequests .writebackSuccessText {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 10px;
  font-size: 20px;
  width: fit-content;
  float: left;
  font-weight: 700;
  margin-left: 5px;
  text-align: left;
  line-height: 25px;
  color: #028e65;
}
.adminRequests h3 {
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  font-weight: 400;
  text-align: left;
  width: 100%;
  margin: 0px 30px 0px 0px;
}
.adminRequests p {
  font-size: 17px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  margin: 5px 0px 0px 0px;
}
.adminRequests .icon-wrapper-wrapper {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #ddeef8;
  display: inline-block;
  justify-content: center;
  align-items: center;
  margin: 0px;
  padding: 2px;
  margin: 0 auto 10px auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.adminRequests .icon-wrapper {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background-color: #ddeef8;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid white;
  padding: 2px;
}
.adminRequests .icon-wrapper .icon {
  font-size: 13px;
  color: #2cb6f5;
}
.adminRequests .codeStatsWrapper {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
vetcor-pricing-admin-requests .adminRequests .stepper-page {
  padding: 10px 20px 20px 20px;
}
vetcor-pricing-admin-requests .adminRequests vetcor-pricing-table {
  margin-top: 35px;
}
vetcor-pricing-admin-requests .p-select-clear-icon {
  display: none;
}
.apexcharts-series-markers path,
.apexcharts-legend-marker path,
.apexcharts-tooltip-marker {
  fill: transparent !important;
  color: transparent !important;
  stroke: transparent !important;
}
.jumpDownDetails {
  animation: slideUpAndDown 6s ease-in-out forwards;
  position: relative;
  bottom: 30px;
  float: right;
  margin-right: 90px;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 20px solid #f3f3f3;
}
.detailsHistoryTrends {
  border: 1px solid #d3d3d4;
  padding: 13px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 6px;
  margin-top: 65px;
  margin-bottom: 45px;
}
.growthToolkitDashboard .stats-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  gap: 24px;
}
.growthToolkitDashboard .stat-box {
  background-color: white;
  border: 0px;
  border-radius: 8px;
  padding: 25px;
  width: 100%;
  text-align: center;
  box-shadow: 3px 6px 14px -2px rgba(0, 0, 0, 0.05);
  position: relative;
  height: auto;
}
.growthToolkitDashboard .stat-box p {
  font-size: 15px;
  font-weight: 500;
  color: #363636;
  text-align: left;
  margin: 15px 0px 2px 0px;
  line-height: 26px;
}
.growthToolkitDashboard .section {
  background-color: white;
  border: 0px;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 24px;
  box-shadow: 3px 6px 14px -2px rgba(0, 0, 0, 0.05);
}
.growthToolkitDashboard .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.growthToolkitDashboard .section h3 {
  font-size: 18px;
  color: #3c3c3c;
  font-weight: 700;
}
.growthToolkitDashboard .section p {
  margin: 0;
}
.growthToolkitDashboard .section p strong {
  font-size: 1.1rem;
  color: #90278e;
}
.growthToolkitDashboard .mat-sort-header-container {
  display: flex;
  justify-content: center;
  margin-bottom: 0px !important;
}
.growthToolkitDashboard .mat-sort-header-content {
  text-align: left;
}
.growthToolkitDashboard .section.half-width {
  width: calc((100% - 24px) / 2);
}
.growthToolkitDashboard .stat-box h3 {
  font-size: 20px;
  line-height: 27px;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  width: 100%;
}
.growthToolkitDashboard .stat-box h2 {
  font-size: 38px;
  line-height: 45px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  width: 100%;
  margin: 0px;
}
growth-toolkit-dashboard .productMapper.vetcorPrice .hospitalFilterDrop span,
growth-toolkit-hospitals .productMapper.vetcorPrice .hospitalFilterDrop span {
  font-size: 15px;
}
.growthToolkitDashboard .circular-progress {
  top: unset;
  position: relative;
  right: unset;
  float: unset;
  width: 125px;
  height: 125px;
  margin-left: auto;
  margin-right: auto;
}
.growthToolkitDashboard .progress-text .percentage {
  font-size: 24px;
  font-weight: 500;
}
.growthToolkitDashboard .toolkitCategoryProgress {
  margin: 20px 30px 20px 15px;
  display: inline-block;
}
.growthToolkitDashboard .toolkitCategoryProgress .resume {
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  padding-bottom: 0px;
  border-bottom: 1px solid #999999;
}
growth-toolkit-hospitals .nav-tabs .nav-link {
  padding: 13px 22px 13px 22px !important;
  border-left: 1.5px solid #e6e6e6;
  border-right: 1.5px solid #e6e6e6;
  border-top: 1.5px solid #e6e6e6;
  border-bottom: 1px solid #e6ebeb;
  margin-bottom: 0px;
  margin-right: 5px;
}
growth-toolkit-hospitals .nav-tabs .nav-link.active {
  border: 1.5px solid #e6ebeb;
  border-bottom: 2px solid #ffffff;
  z-index: 3;
  position: relative;
}
growth-toolkit-hospitals .nav-tabs .nav-link:hover,
growth-toolkit-hospitals .nav-tabs .nav-link:focus {
  border-left-color: #e6e6e6;
  border-right-color: #e6e6e6;
  border-top-color: #e6e6e6;
  z-index: 3;
  position: relative;
}
growth-toolkit-hospitals .nav-tabs .nav-item {
  margin-bottom: unset;
  margin-right: unset;
}
growth-toolkit-hospitals .tab-content {
  background: #ffffff;
  padding: 10px 20px 35px 20px;
  border: 1px solid #e6e6e6;
  margin-top: -2px;
}
.growthToolkitTabs {
  margin-top: 10px;
  margin-bottom: 20px;
}
growth-toolkit-hospitals .nav-tabs .nav-link i {
  font-size: 15px;
}
growth-toolkit-hospitals .mat-stepper-vertical {
  margin-top: 18px;
}
growth-toolkit-hospitals .mat-expansion-panel-body .mat-stepper-vertical {
  margin-top: 5px;
}
growth-toolkit-hospitals .mat-step-header.cdk-keyboard-focused,
growth-toolkit-hospitals .mat-step-header.cdk-program-focused,
growth-toolkit-hospitals .mat-step-header[ng-reflect-selected=true] {
  background-color: #d7efe8 !important;
  border-radius: 12px !important;
}
growth-toolkit-hospitals .mat-step-header:hover:not([aria-disabled]),
.mat-step-header:hover[aria-disabled=false] {
  background-color: #e0f2ed !important;
  border-radius: 12px !important;
}
growth-toolkit-hospitals .mat-step-icon {
  color: #ffffff !important;
  background-color: #005e5d !important;
  height: 28px !important;
  width: 28px !important;
  font-size: 17px !important;
  font-weight: 600 !important;
}
growth-toolkit-hospitals .mat-step-icon-content {
  top: 47% !important;
}
growth-toolkit-hospitals .mat-step-icon-selected {
  background-color: #ffffff !important;
  color: #005e5d !important;
  border: 1.5px solid #005e5d;
}
growth-toolkit-hospitals .mat-step-label {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #3f4041 !important;
}
growth-toolkit-hospitals .mat-step-label.mat-step-label-active {
  color: #3f4041 !important;
}
growth-toolkit-hospitals .mat-step-label.mat-step-label-selected {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #000000 !important;
}
growth-toolkit-hospitals .mat-stepper-vertical-line::before {
  border-left-color: rgb(116, 119, 127) !important;
  top: -10px !important;
  bottom: -10px !important;
  z-index: 1 !important;
}
growth-toolkit-hospitals .mat-icon.material-icons.ng-star-inserted {
  color: transparent;
  position: relative;
  left: -7px;
  height: unset;
  width: unset;
}
growth-toolkit-hospitals .mat-icon.material-icons.ng-star-inserted::before {
  content: "check" !important;
  color: #ffffff !important;
  position: relative;
  left: 15px;
  font-weight: bold;
}
.growthInsideTab {
  margin-top: 5px;
}
.growthInsideTab .tabQuestion,
.growthInsideTab .tabQuestion p {
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 0px;
}
growth-toolkit-hospitals .mdc-text-field {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.mat-mdc-form-field-infix {
  min-height: 30px !important;
  padding-bottom: 2px !important;
}
growth-toolkit-hospitals .mat-mdc-form-field {
  margin-top: -5px;
}
growth-toolkit-hospitals .mat-vertical-stepper-header {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}
growth-toolkit-hospitals .mat-mdc-radio-button ~ .mat-mdc-radio-button {
  margin-left: 10px;
}
.growthRadioGroup .mdc-radio {
  transform: scale(0.65) !important;
  margin-right: -8px;
  margin-left: -5px;
}
.growthCheckboxGroup {
  margin-bottom: 15px;
}
growth-toolkit-hospitals .mat-mdc-radio-button .mdc-label {
  margin-bottom: 0px;
  margin-left: -3px;
}
growth-toolkit-hospitals .mat-mdc-radio-button .mdc-form-field {
  margin-top: -5px;
  margin-left: -6px;
  padding-bottom: 10px;
}
growth-toolkit-hospitals .mat-vertical-content {
  padding: 0 24px 0px 24px;
}
growth-toolkit-hospitals .explanationText p,
growth-toolkit-hospitals .followupText p {
  margin-top: -15px;
}
growth-toolkit-hospitals .finalHeading p {
  margin-top: 20px;
}
growth-toolkit-hospitals .finalText p {
  margin-top: -15px;
}
growth-toolkit-hospitals .mdc-checkbox {
  margin-left: 5px !important;
  transform: scale(0.85) !important;
}
growth-toolkit-hospitals .mat-mdc-checkbox .mdc-label {
  font-size: 13px !important;
  margin-left: -7px !important;
  margin-top: 9px !important;
}
growth-toolkit-hospitals .ackDiv .mdc-checkbox {
  margin-top: -5px !important;
  margin-left: 10px !important;
  transform: scale(0.65) !important;
}
growth-toolkit-hospitals .ackDiv .mat-mdc-checkbox .mdc-label {
  font-size: 12px !important;
  margin-left: -10px !important;
  margin-top: 19px !important;
}
growth-toolkit-hospitals .ackDiv {
  background: #f3f3f3;
  border: 1px solid #dadada;
  border-radius: 3px;
  margin-top: 30px;
  margin-bottom: 20px;
}
growth-toolkit-hospitals mat-accordion {
  position: relative !important;
  top: 12px !important;
  left: 10px !important;
}
growth-toolkit-hospitals mat-expansion-panel {
  background: #ffffff !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  margin-top: 0px !important;
}
growth-toolkit-hospitals mat-expansion-panel:last-child {
  min-height: 120px !important;
}
growth-toolkit-hospitals mat-expansion-panel:last-of-type.mat-expanded {
  margin-bottom: 70px !important;
}
growth-toolkit-hospitals mat-expansion-panel-header {
  padding-left: 25px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  height: 48px !important;
}
growth-toolkit-hospitals .mat-expansion-indicator {
  position: absolute !important;
  left: 0px !important;
}
growth-toolkit-hospitals .mat-expansion-indicator svg {
  margin: 0px !important;
  width: 18px !important;
  height: 18px !important;
}
growth-toolkit-hospitals .mat-expanded .mat-expansion-panel-header-title {
  color: #147d7e !important;
}
growth-toolkit-hospitals .mat-expanded .mat-expansion-indicator svg {
  fill: #147d7e !important;
}
growth-toolkit-hospitals .mat-expansion-panel-header.mat-expanded .mat-expansion-indicator {
  margin-top: 6px !important;
}
growth-toolkit-hospitals .mat-expansion-panel-body {
  padding: 0px 23px 0px 2px !important;
}
growth-toolkit-hospitals .stepperButtons {
  text-align: right;
  margin-top: 16px;
  margin-right: 15px;
}
growth-toolkit-hospitals mat-accordion .stepperButtons {
  text-align: right;
  margin-bottom: 16px;
  margin-right: 15px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}
growth-toolkit-hospitals .leftOffArrow {
  animation: slideInAndOutQuick 6s ease-in-out forwards;
  position: absolute;
  top: 15px;
  font-weight: 700;
  right: -40px;
  vertical-align: top;
  font-size: 16px;
  color: #ed5a68;
  width: 300px;
  display: none;
}
growth-toolkit-hospitals .stepperCompleteBox {
  position: absolute;
  transform: rotate(30deg);
  top: 25px;
  right: -90px;
  font-size: 16px;
  background: rgb(1, 169, 120);
  color: rgb(255, 255, 255);
  letter-spacing: 0.5px;
  font-weight: 600;
  padding: 5px;
  width: 350px;
  min-height: 50px;
  z-index: 5;
  text-align: center;
  line-height: 50px;
  display: none;
}
growth-toolkit-hospitals .kpiData {
  position: absolute;
  top: -48px;
  right: 25px;
  font-size: 16px;
  font-weight: 600;
  color: #9f0a9b;
}
growth-toolkit-hospitals .kpiData .kpiValue {
  font-weight: 800;
  font-size: 22px;
  vertical-align: sub;
}
growth-toolkit-hospitals .kpiData .kpiValue span {
  font-weight: 600;
  font-size: 16px;
}
body .header {
  background: #005e5d;
  height: 64px;
  line-height: 64px;
}
body .header h1 {
  font-size: 20px !important;
}
body {
  background-color: #f2f8f8 !important;
}
body .new-vetcor-table-styles {
  background-color: #f2f8f8 !important;
}
.p-breadcrumb.p-component {
  background: #fafcfb;
  border-bottom: 1px solid #cad0ce;
  padding: 13px 30px 13px 30px !important;
}
.p-breadcrumb-item-icon {
  color: #3c3e3d !important;
}
.p-breadcrumb-separator {
  color: #3c3e3d !important;
}
.p-breadcrumb-list {
  font-size: 14px;
}
.p-breadcrumb-item-link {
  color: #3c3e3d !important;
  font-weight: 400;
  line-height: 16px;
}
.p-breadcrumb-item:last-child .p-breadcrumb-item-link {
  color: #00a977 !important;
  font-weight: 500;
}
.appButtons {
  align-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.appButtons .col-8,
.appButtons .col-9 {
  gap: 50px;
  flex: 0 0 90%;
  max-width: 90%;
}
.box .card {
  box-shadow: rgba(85, 85, 103, 0.06) 0px 6px 9px, rgba(0, 0, 0, 0.04) 0px 3px 8px;
  transition: 0.2s;
  border-radius: 6px;
  border: 0px solid !important;
  color: #000000;
  margin-bottom: 0px !important;
}
.box .card:hover {
  transform: translateY(-2px);
  box-shadow: rgba(85, 85, 103, 0.08) 0px 17px 13px, rgba(0, 0, 0, 0.06) 0px 6px 8px;
  color: #016282;
}
.box .card .card-body {
  font-weight: 500;
  text-align: center;
  height: 200px !important;
  align-content: center;
}
.box .card .card-body h1 {
  margin-bottom: 0px;
  width: 77px;
  height: 77px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100%;
  align-content: center;
  align-items: center;
}
.box .card .card-body h1 i {
  width: 65px;
  height: 65px;
  border: 2px solid #ffffff;
  border-radius: 100%;
  align-content: center;
  align-items: center;
  font-size: 28px;
}
.appButton-teal {
  background: #d8f1eb;
  color: #03ae9c;
}
.appButton-blue {
  background: #ddeef8;
  color: #1085d2;
}
.appButton-orange {
  background: #fae2ca;
  color: #ee8b23;
}
.appButton-yellow {
  background: #fcedd0;
  color: #fdb813;
}
.appButton-red {
  background: #f9ddd2;
  color: #ee5c23;
}
.appButton-purple {
  background: #eae0e9;
  color: #69136a;
}
.appButtons .box {
  display: block;
  width: 230px;
}
.appButtons .box .card-body {
  height: 170px !important;
  padding: 8px 20px 10px 20px;
}
.box .card .card-body h4 {
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 16px;
  line-height: 19px;
  padding-top: 18px;
  margin-bottom: 0px !important;
}
.login-form-container {
  margin-top: 20px;
}
.login-form-container h2 {
  color: #000000;
  font-size: 26px;
  margin-bottom: 30px;
}
.login-form-container buttom {
  margin-top: 10px;
}
vc-doctor-schedule .p-button.p-button-warning.p-button-text {
  color: rgb(251, 192, 45);
}
vc-doctor-schedule .p-float-label {
  display: block;
  position: relative;
}
vc-doctor-schedule .p-float-label > label {
  left: 0.5rem;
  color: #6c757d;
  transition-duration: 0.2s;
}
vc-doctor-schedule .p-float-label label {
  position: absolute;
  pointer-events: none;
  top: -0.75rem;
  font-size: 12px;
  margin-top: -0.5rem;
  transition-property: all;
  transition-timing-function: ease;
  line-height: 1;
}
.delete-tab-link {
  margin-left: 0.5rem;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
vc-doctor-schedule .p-tab {
  background: #ffffff;
  padding: 10px 15px 10px 15px;
  font-weight: 500;
  border-bottom-width: 2px;
  border-top-width: 0px;
}
vc-doctor-schedule .p-tab:hover {
  background: #ffffff !important;
  border-bottom-width: 2px;
  border-bottom-color: #10b981 !important;
}
vc-doctor-schedule .p-checkbox {
  vertical-align: -webkit-baseline-middle;
}
vc-doctor-schedule .p-checkbox-box {
  width: 20px;
  height: 20px;
}
vc-doctor-schedule p-tabview .p-tabpanels {
  display: none;
}
vc-doctor-schedule .p-message.p-message-info {
  background: #b3e5fc;
  border: solid #0891cf;
  border-width: 0 0 0 6px;
  color: #044868;
  margin: 1rem 0;
  border-radius: 3px;
  padding: 1rem 1.5rem;
}
app-campaign-selector .pt-5 {
  padding-top: 10px !important;
}
.pricingTextarea {
  width: 195px !important;
  line-height: 17px !important;
  height: 70px !important;
  font-size: 12px !important;
  padding-left: 4px !important;
  padding-right: 4px !important;
  position: absolute;
  bottom: 27px;
  z-index: 2;
}
.pricingTextareaHidden {
  color: #8b8b8b;
  font-style: italic;
  font-size: 11px;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 14px;
  width: 70px;
}
.pricingDetailsTextarea {
  width: 155px !important;
  margin-top: 15px;
  line-height: 17px !important;
  height: 85px !important;
  font-size: 12px !important;
  padding-left: 4px !important;
  padding-right: 4px !important;
  text-align: right;
}
.pricingDetailsTextareaHidden {
  font-size: 12px;
  line-height: 15px;
  max-width: 155px;
  width: 155px;
  -webkit-line-clamp: 3;
  padding-left: 5px;
  text-align: right;
  direction: ltr;
  padding-left: 40px;
}
.splitHeader {
  width: 100%;
}
.splitHeader .left-h {
  width: 50%;
  display: flex;
  justify-content: left;
  align-items: center;
}
.splitHeader .right-h {
  width: 50%;
  display: flex;
  justify-content: right;
  align-items: center;
}
.splitHeader .left-h h3,
.splitHeader .left-h h4 {
  margin-bottom: 0px;
}
a:hover {
  text-decoration: none !important;
  transition: 0.3s;
}
.textlink {
  font-size: 13px;
  font-weight: 500;
}
.spinnerSave {
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 2px solid #373b3e;
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: spinSave 0.8s linear infinite;
}
@keyframes spinSave {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.smallColoredTable-container {
  width: 100%;
}
.smallColoredTable-container .section-header {
  border-bottom: 0px;
  padding: 0px 3px;
}
.smallColoredTable {
  max-height: 440px;
}
.smallColoredTable table {
  margin-top: 25px;
  width: 100%;
}
.smallColoredTable .mat-sort-header-content {
  font-weight: 600;
}
.smallColoredTable th,
.smallColoredTable span,
.smallColoredTable p {
  font-size: 13px !important;
  color: #000000;
}
.smallColoredTable td {
  font-size: 13px !important;
  padding: 15px;
}
.smallColoredTable th {
  padding: 15px;
}
.outer-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.apps-page-container {
  padding: 15px;
  width: 100%;
}
.apps-inner-page-container {
  position: relative;
  margin: 0 0 12px 0;
  padding: 14px 21px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 6px 6px 18px -3px rgba(85, 85, 103, 0.11);
  transition: 0.3s;
}
.apps-inner-page-container:hover {
  transition: 0.3s;
  box-shadow: 1px 7px 7px 0px rgba(85, 85, 103, 0.18);
}
.apps-page-subtitle {
  font-weight: 500 !important;
  color: #363636;
  margin: 5px 0px 15px 0px;
  display: inline-block;
  width: 70%;
}
.subtitle-sort {
  text-align: right;
  width: 30%;
  display: inline-block;
  font-weight: 600;
}
.growth-row {
  display: flex;
  width: 100%;
  flex-wrap: unset;
}
.growth-col {
  width: 10%;
  padding: 6px;
  padding-left: 12px;
  box-sizing: border-box;
  background: #f7f7f7;
  border-radius: 8px;
  margin-right: 11px;
  height: 100%;
  min-height: 150px;
  font-weight: 600;
  color: #575757;
  position: relative;
}
.growth-col1 {
  width: 13.5%;
  background: transparent;
  padding-left: 0px;
  padding-top: 3px;
}
.growth-col8 {
  width: 29%;
  margin-right: 0px;
  align-content: center;
  padding-right: 0px;
  min-height: 150px;
  text-align: center;
}
.growth-upcoming-meeting {
  width: 53%;
  padding: 15px;
  padding-left: 0px;
  border-right: 1px solid #c9c9c9;
  align-content: center;
}
.growth-last-meeting {
  width: 43%;
  padding: 15px;
  align-content: center;
}
.growth-row h5 {
  color: #000000;
  line-height: 29px;
}
.growth-row h6 {
  font-weight: 600;
  color: #6c6c6c;
}
.growth-row h6.title {
  font-weight: 600;
  color: #4360ac;
  margin-bottom: 15px;
}
.growth-row h6.title:hover {
  color: #0766e1;
}
.growth-col h3 {
  color: #000000;
  margin-top: 3px;
  margin-bottom: 1px;
}
.growth-row h6:not(.title)::before {
  content: "\f073";
  font-family: "Font Awesome 6 Free";
  color: #a5a5a5;
  margin-right: 10px;
  display: inline-block;
}
.growth-row .growth-upcoming-meeting h6.title:after {
  content: "\f35d";
  font-family: "Font Awesome 6 Free";
  font-size: 10px;
  color: #4360ac;
  margin-left: 7px;
  display: inline-block;
}
.growth-row .growth-upcoming-meeting h6.title:hover:after {
  color: #0766e1;
}
.growth-toPractice {
  width: 100%;
  background: rgb(227, 227, 227);
  color: rgb(54, 54, 54);
  min-height: 150px;
  text-align: center;
  align-content: center;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.growth-toPractice-link {
  display: flex;
  width: 6%;
  min-height: 150px;
  margin: -6px -15px -6px -6px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background: rgb(227, 227, 227);
  color: rgb(54, 54, 54);
  text-align: center;
  text-decoration: none;
  justify-content: center;
}
.growth-toPractice-link:hover,
.growth-toPractice:hover {
  background-color: #d4d4d4;
  cursor: pointer;
}
.growth-toPractice i {
  color: #363636 !important;
}
.growth-toPractice i:hover {
  color: #4360ac !important;
}
.kpiGoal {
  font-weight: 600;
  font-size: 13px;
  color: #4360ac;
  margin-bottom: -2px;
}
.vetcorAvg {
  font-weight: 400;
  font-size: 13px;
  color: #878787;
}
.positiveGrowth {
  position: absolute;
  bottom: 8px;
  right: 10px;
  color: #097844;
  border-radius: 13px;
  background: #daf1de;
  text-align: center;
  padding: 3px 10px;
  font-size: 14px;
  font-weight: 600;
}
.negativeGrowth {
  position: absolute;
  bottom: 8px;
  right: 10px;
  color: #df090c;
  border-radius: 13px;
  background: #fcd7cf;
  text-align: center;
  padding: 3px 10px;
  font-size: 14px;
  font-weight: 600;
}
.positiveGrowth i {
  rotate: 35deg;
  margin-right: 3px;
}
.negativeGrowth i {
  rotate: 35deg;
  margin-right: 3px;
}
.growth-goalGreen {
  color: #0fad73;
  font-weight: 500;
}
.growth-goalYellow {
  color: #f8c901;
  font-weight: 500;
}
.growth-goalRed {
  color: #ea3105;
  font-weight: 500;
}
.growth-goalGray {
  color: #aeaeae;
  font-weight: 500;
}
.goal-status {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  font-size: 17px;
}
.goal-status i {
  margin-right: 6px;
  font-size: 23px;
  vertical-align: sub;
}
.progress-reactivated-goal-container .apexcharts-series path[j="0"],
.links-metrics-container .apexcharts-series path[j="0"] {
  stroke: #fdb913 !important;
}
.progress-reactivated-goal-container .apexcharts-series path[j="1"],
.links-metrics-container .apexcharts-series path[j="1"] {
  stroke: #ed5c21 !important;
}
.progress-reactivated-goal-container .apexcharts-series path[j="2"],
.links-metrics-container .apexcharts-series path[j="2"] {
  stroke: #6e0f6c !important;
}
.progress-reactivated-goal-container .apexcharts-series path[j="3"],
.links-metrics-container .apexcharts-series path[j="3"] {
  stroke: #03af9c !important;
}
.petsHelpedWeekly .apexcharts-series path[index="0"],
.petsHelpedWeekly .apexcharts-series path[index="0"] {
  stroke: rgba(248, 142, 29, 0.25) !important;
}
.petsHelpedWeekly linearGradient:nth-of-type(1) stop {
  stop-color: rgba(248, 142, 29, 0.4) !important;
}
.petsHelpedWeekly .apexcharts-svg.apexcharts-zoomable.hovering-zoom {
  cursor: pointer;
}
.petsHelpedWeekly .apexcharts-series path[index="1"] {
  stroke: #ed5c21 !important;
  fill: transparent !important;
  clip-path: border-box !important;
}
.petsHelpedWeekly .apexcharts-legend-series .apexcharts-legend-text[rel="1"]:before {
  background: rgba(248, 142, 29, 0.4) !important;
  color: rgba(248, 142, 29, 0.4) !important;
}
.petsHelpedWeekly .apexcharts-legend-series .apexcharts-legend-text[rel="2"]:before {
  background: rgb(248, 142, 29) !important;
  color: rgb(248, 142, 29) !important;
}
.petsHelpedWeekly .apexcharts-tooltip-series-group.apexcharts-active:nth-of-type(2) .apexcharts-tooltip-marker {
  background: rgba(248, 142, 29, 0.4) !important;
}
.petsHelpedWeekly .apexcharts-tooltip-series-group.apexcharts-active:nth-of-type(3) .apexcharts-tooltip-marker {
  background: rgb(248, 142, 29) !important;
}
.petsHelpedWeekly .apexcharts-xaxis text {
  font-family: Poppins !important;
  font-weight: 500;
  font-size: 10px !important;
}
.petsHelpedWeekly .apexcharts-yaxis-title text {
  font-family: Poppins !important;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 12px;
}
.petsHelpedWeekly .apexcharts-svg {
  overflow: visible;
}
@media (max-width: 768px) {
  .growth-row {
    flex-wrap: wrap;
    gap: 10px;
  }
  .growth-col {
    flex: 1 1 100%;
    margin-bottom: 10px;
  }
  .growth-col.growth-col8 .growth-row {
    flex-wrap: unset;
    gap: 0px;
  }
  .goal-status {
    position: relative;
    margin-bottom: 15px;
  }
  .growth-col1 {
    height: auto;
    min-height: auto;
  }
  .growth-row h5 {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 10px;
  }
  .apps-page-subtitle {
    font-size: 13px;
  }
  .subtitle-sort {
    font-size: 13px;
  }
  vetcor-pricing-admin .productMapper.vetcorPrice .hospitalFilterDrop .p-select span,
  vetcor-pricing-manager .productMapper.vetcorPrice .hospitalFilterDrop .p-select span {
    font-size: 15px;
  }
  vetcor-pricing-admin .hospitalInfo {
    margin-right: 0px !important;
    margin-left: 0px !important;
    font-size: 11px !important;
    display: none !important;
  }
  .arPracticeButtons {
    position: absolute;
    display: block;
    left: 15px;
    top: 75px;
  }
  .averagePriceChanges {
    font-size: 10px;
    line-height: 16px;
    left: 20px;
    top: 80px;
    width: 90%;
  }
  .screen-wrapper {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  vetcor-pricing-admin section.p-2,
  vetcor-pricing-manager section.p-2 {
    padding: 0px !important;
  }
  vetcor-pricing-admin .productMapper .prodNameFilterCon,
  vetcor-pricing-manager .productMapper .prodNameFilterCon,
  vetcor-pricing-admin .productMapper .prodCodeFilterCon,
  vetcor-pricing-manager .productMapper .prodCodeFilterCon {
    min-width: 195px !important;
    max-width: 195px !important;
  }
  vetcor-pricing-admin .productMapper.vetcorPrice .categoryFilterDrop .p-select,
  vetcor-pricing-manager .productMapper.vetcorPrice .categoryFilterDrop .p-select,
  vetcor-pricing-admin .productMapper.vetcorPrice .typeFilterDrop .p-select,
  vetcor-pricing-manager .productMapper.vetcorPrice .typeFilterDrop .p-select {
    max-width: 195px !important;
    min-width: 195px !important;
  }
  vetcor-pricing-admin .productMapper.vetcorPrice .flex-column.ml-2.priceFilterMargin,
  vetcor-pricing-manager .productMapper.vetcorPrice .flex-column.ml-2.priceFilterMargin {
    margin-left: -10px !important;
  }
  .pendingReviewCheck {
    display: none;
  }
  vetcor-pricing-admin vetcor-pricing-table {
    margin-top: 250px;
  }
  .stepper-page {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .step-header {
    top: 20px;
    left: 15px;
  }
  .custom-form-wizard {
    padding: 45px 10px 20px 10px !important;
  }
  vetcor-pricing-manager .mat-horizontal-stepper-header-container {
    display: none !important;
  }
  .managerStepTopButtons {
    display: none !important;
  }
  .adminPriceDashboard .stats-container {
    flex-direction: column;
  }
  .adminPriceDashboard .stat-box {
    width: 100% !important;
    margin-bottom: 20px !important;
  }
  .adminPriceDashboard .section.half-width {
    width: 100% !important;
  }
  .exportPracticesButton {
    display: none !important;
  }
  .innerAppButton.flex-row {
    flex-direction: column !important;
    gap: 50px;
  }
  .appButtons .box {
    margin-right: 0px !important;
    width: 280px;
  }
  .appButtons .box .card-body {
    height: 200px !important;
  }
  vc-product-pims-list .d-flex {
    margin-top: 50px;
  }
  .productMapper .sort-toggle-container {
    width: 65% !important;
  }
  .productMapper .onlyFilters label {
    font-size: 11px;
    line-height: 14px !important;
  }
  .priceChanges-header h5 {
    font-size: 12px !important;
    margin-left: 0px !important;
    position: absolute;
    top: 165px;
    left: 15px;
  }
  vetcor-pricing-manager vetcor-pricing-table {
    margin-top: 45px !important;
  }
  .priceChanges-header {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .priceChanges-header h3 {
    font-size: 20px !important;
  }
  .priceChanges-header .pc-left {
    flex: unset !important;
  }
  .splitHeader .left-h {
    width: 100% !important;
  }
  vetcor-pricing-admin-requests .adminRequests vetcor-pricing-table {
    margin-top: 145px;
  }
  .adminRequests h3 {
    font-size: 12px;
    line-height: 15px;
    width: auto;
    max-width: 110px;
    margin: 0px 0px 0px 0px;
  }
}

/* node_modules/primeicons/primeicons.css */
@font-face {
  font-family: "primeicons";
  font-display: block;
  src: url("./media/primeicons.eot");
  src:
    url("./media/primeicons.eot?#iefix") format("embedded-opentype"),
    url("./media/primeicons.woff2") format("woff2"),
    url("./media/primeicons.woff") format("woff"),
    url("./media/primeicons.ttf") format("truetype"),
    url("./media/primeicons.svg?#primeicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.pi {
  font-family: "primeicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pi:before {
  --webkit-backface-visibility:hidden;
  backface-visibility: hidden;
}
.pi-fw {
  width: 1.28571429em;
  text-align: center;
}
.pi-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@media (prefers-reduced-motion: reduce) {
  .pi-spin {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.pi-folder-plus:before {
  content: "\ea05";
}
.pi-receipt:before {
  content: "\ea06";
}
.pi-asterisk:before {
  content: "\ea07";
}
.pi-face-smile:before {
  content: "\ea08";
}
.pi-pinterest:before {
  content: "\ea09";
}
.pi-expand:before {
  content: "\ea0a";
}
.pi-pen-to-square:before {
  content: "\ea0b";
}
.pi-wave-pulse:before {
  content: "\ea0c";
}
.pi-turkish-lira:before {
  content: "\ea0d";
}
.pi-spinner-dotted:before {
  content: "\ea0e";
}
.pi-crown:before {
  content: "\ea0f";
}
.pi-pause-circle:before {
  content: "\ea10";
}
.pi-warehouse:before {
  content: "\ea11";
}
.pi-objects-column:before {
  content: "\ea12";
}
.pi-clipboard:before {
  content: "\ea13";
}
.pi-play-circle:before {
  content: "\ea14";
}
.pi-venus:before {
  content: "\ea15";
}
.pi-cart-minus:before {
  content: "\ea16";
}
.pi-file-plus:before {
  content: "\ea17";
}
.pi-microchip:before {
  content: "\ea18";
}
.pi-twitch:before {
  content: "\ea19";
}
.pi-building-columns:before {
  content: "\ea1a";
}
.pi-file-check:before {
  content: "\ea1b";
}
.pi-microchip-ai:before {
  content: "\ea1c";
}
.pi-trophy:before {
  content: "\ea1d";
}
.pi-barcode:before {
  content: "\ea1e";
}
.pi-file-arrow-up:before {
  content: "\ea1f";
}
.pi-mars:before {
  content: "\ea20";
}
.pi-tiktok:before {
  content: "\ea21";
}
.pi-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "\ea22";
}
.pi-ethereum:before {
  content: "\ea23";
}
.pi-list-check:before {
  content: "\ea24";
}
.pi-thumbtack:before {
  content: "\ea25";
}
.pi-arrow-down-left-and-arrow-up-right-to-center:before {
  content: "\ea26";
}
.pi-equals:before {
  content: "\ea27";
}
.pi-lightbulb:before {
  content: "\ea28";
}
.pi-star-half:before {
  content: "\ea29";
}
.pi-address-book:before {
  content: "\ea2a";
}
.pi-chart-scatter:before {
  content: "\ea2b";
}
.pi-indian-rupee:before {
  content: "\ea2c";
}
.pi-star-half-fill:before {
  content: "\ea2d";
}
.pi-cart-arrow-down:before {
  content: "\ea2e";
}
.pi-calendar-clock:before {
  content: "\ea2f";
}
.pi-sort-up-fill:before {
  content: "\ea30";
}
.pi-sparkles:before {
  content: "\ea31";
}
.pi-bullseye:before {
  content: "\ea32";
}
.pi-sort-down-fill:before {
  content: "\ea33";
}
.pi-graduation-cap:before {
  content: "\ea34";
}
.pi-hammer:before {
  content: "\ea35";
}
.pi-bell-slash:before {
  content: "\ea36";
}
.pi-gauge:before {
  content: "\ea37";
}
.pi-shop:before {
  content: "\ea38";
}
.pi-headphones:before {
  content: "\ea39";
}
.pi-eraser:before {
  content: "\ea04";
}
.pi-stopwatch:before {
  content: "\ea01";
}
.pi-verified:before {
  content: "\ea02";
}
.pi-delete-left:before {
  content: "\ea03";
}
.pi-hourglass:before {
  content: "\e9fe";
}
.pi-truck:before {
  content: "\ea00";
}
.pi-wrench:before {
  content: "\e9ff";
}
.pi-microphone:before {
  content: "\e9fa";
}
.pi-megaphone:before {
  content: "\e9fb";
}
.pi-arrow-right-arrow-left:before {
  content: "\e9fc";
}
.pi-bitcoin:before {
  content: "\e9fd";
}
.pi-file-edit:before {
  content: "\e9f6";
}
.pi-language:before {
  content: "\e9f7";
}
.pi-file-export:before {
  content: "\e9f8";
}
.pi-file-import:before {
  content: "\e9f9";
}
.pi-file-word:before {
  content: "\e9f1";
}
.pi-gift:before {
  content: "\e9f2";
}
.pi-cart-plus:before {
  content: "\e9f3";
}
.pi-thumbs-down-fill:before {
  content: "\e9f4";
}
.pi-thumbs-up-fill:before {
  content: "\e9f5";
}
.pi-arrows-alt:before {
  content: "\e9f0";
}
.pi-calculator:before {
  content: "\e9ef";
}
.pi-sort-alt-slash:before {
  content: "\e9ee";
}
.pi-arrows-h:before {
  content: "\e9ec";
}
.pi-arrows-v:before {
  content: "\e9ed";
}
.pi-pound:before {
  content: "\e9eb";
}
.pi-prime:before {
  content: "\e9ea";
}
.pi-chart-pie:before {
  content: "\e9e9";
}
.pi-reddit:before {
  content: "\e9e8";
}
.pi-code:before {
  content: "\e9e7";
}
.pi-sync:before {
  content: "\e9e6";
}
.pi-shopping-bag:before {
  content: "\e9e5";
}
.pi-server:before {
  content: "\e9e4";
}
.pi-database:before {
  content: "\e9e3";
}
.pi-hashtag:before {
  content: "\e9e2";
}
.pi-bookmark-fill:before {
  content: "\e9df";
}
.pi-filter-fill:before {
  content: "\e9e0";
}
.pi-heart-fill:before {
  content: "\e9e1";
}
.pi-flag-fill:before {
  content: "\e9de";
}
.pi-circle:before {
  content: "\e9dc";
}
.pi-circle-fill:before {
  content: "\e9dd";
}
.pi-bolt:before {
  content: "\e9db";
}
.pi-history:before {
  content: "\e9da";
}
.pi-box:before {
  content: "\e9d9";
}
.pi-at:before {
  content: "\e9d8";
}
.pi-arrow-up-right:before {
  content: "\e9d4";
}
.pi-arrow-up-left:before {
  content: "\e9d5";
}
.pi-arrow-down-left:before {
  content: "\e9d6";
}
.pi-arrow-down-right:before {
  content: "\e9d7";
}
.pi-telegram:before {
  content: "\e9d3";
}
.pi-stop-circle:before {
  content: "\e9d2";
}
.pi-stop:before {
  content: "\e9d1";
}
.pi-whatsapp:before {
  content: "\e9d0";
}
.pi-building:before {
  content: "\e9cf";
}
.pi-qrcode:before {
  content: "\e9ce";
}
.pi-car:before {
  content: "\e9cd";
}
.pi-instagram:before {
  content: "\e9cc";
}
.pi-linkedin:before {
  content: "\e9cb";
}
.pi-send:before {
  content: "\e9ca";
}
.pi-slack:before {
  content: "\e9c9";
}
.pi-sun:before {
  content: "\e9c8";
}
.pi-moon:before {
  content: "\e9c7";
}
.pi-vimeo:before {
  content: "\e9c6";
}
.pi-youtube:before {
  content: "\e9c5";
}
.pi-flag:before {
  content: "\e9c4";
}
.pi-wallet:before {
  content: "\e9c3";
}
.pi-map:before {
  content: "\e9c2";
}
.pi-link:before {
  content: "\e9c1";
}
.pi-credit-card:before {
  content: "\e9bf";
}
.pi-discord:before {
  content: "\e9c0";
}
.pi-percentage:before {
  content: "\e9be";
}
.pi-euro:before {
  content: "\e9bd";
}
.pi-book:before {
  content: "\e9ba";
}
.pi-shield:before {
  content: "\e9b9";
}
.pi-paypal:before {
  content: "\e9bb";
}
.pi-amazon:before {
  content: "\e9bc";
}
.pi-phone:before {
  content: "\e9b8";
}
.pi-filter-slash:before {
  content: "\e9b7";
}
.pi-facebook:before {
  content: "\e9b4";
}
.pi-github:before {
  content: "\e9b5";
}
.pi-twitter:before {
  content: "\e9b6";
}
.pi-step-backward-alt:before {
  content: "\e9ac";
}
.pi-step-forward-alt:before {
  content: "\e9ad";
}
.pi-forward:before {
  content: "\e9ae";
}
.pi-backward:before {
  content: "\e9af";
}
.pi-fast-backward:before {
  content: "\e9b0";
}
.pi-fast-forward:before {
  content: "\e9b1";
}
.pi-pause:before {
  content: "\e9b2";
}
.pi-play:before {
  content: "\e9b3";
}
.pi-compass:before {
  content: "\e9ab";
}
.pi-id-card:before {
  content: "\e9aa";
}
.pi-ticket:before {
  content: "\e9a9";
}
.pi-file-o:before {
  content: "\e9a8";
}
.pi-reply:before {
  content: "\e9a7";
}
.pi-directions-alt:before {
  content: "\e9a5";
}
.pi-directions:before {
  content: "\e9a6";
}
.pi-thumbs-up:before {
  content: "\e9a3";
}
.pi-thumbs-down:before {
  content: "\e9a4";
}
.pi-sort-numeric-down-alt:before {
  content: "\e996";
}
.pi-sort-numeric-up-alt:before {
  content: "\e997";
}
.pi-sort-alpha-down-alt:before {
  content: "\e998";
}
.pi-sort-alpha-up-alt:before {
  content: "\e999";
}
.pi-sort-numeric-down:before {
  content: "\e99a";
}
.pi-sort-numeric-up:before {
  content: "\e99b";
}
.pi-sort-alpha-down:before {
  content: "\e99c";
}
.pi-sort-alpha-up:before {
  content: "\e99d";
}
.pi-sort-alt:before {
  content: "\e99e";
}
.pi-sort-amount-up:before {
  content: "\e99f";
}
.pi-sort-amount-down:before {
  content: "\e9a0";
}
.pi-sort-amount-down-alt:before {
  content: "\e9a1";
}
.pi-sort-amount-up-alt:before {
  content: "\e9a2";
}
.pi-palette:before {
  content: "\e995";
}
.pi-undo:before {
  content: "\e994";
}
.pi-desktop:before {
  content: "\e993";
}
.pi-sliders-v:before {
  content: "\e991";
}
.pi-sliders-h:before {
  content: "\e992";
}
.pi-search-plus:before {
  content: "\e98f";
}
.pi-search-minus:before {
  content: "\e990";
}
.pi-file-excel:before {
  content: "\e98e";
}
.pi-file-pdf:before {
  content: "\e98d";
}
.pi-check-square:before {
  content: "\e98c";
}
.pi-chart-line:before {
  content: "\e98b";
}
.pi-user-edit:before {
  content: "\e98a";
}
.pi-exclamation-circle:before {
  content: "\e989";
}
.pi-android:before {
  content: "\e985";
}
.pi-google:before {
  content: "\e986";
}
.pi-apple:before {
  content: "\e987";
}
.pi-microsoft:before {
  content: "\e988";
}
.pi-heart:before {
  content: "\e984";
}
.pi-mobile:before {
  content: "\e982";
}
.pi-tablet:before {
  content: "\e983";
}
.pi-key:before {
  content: "\e981";
}
.pi-shopping-cart:before {
  content: "\e980";
}
.pi-comments:before {
  content: "\e97e";
}
.pi-comment:before {
  content: "\e97f";
}
.pi-briefcase:before {
  content: "\e97d";
}
.pi-bell:before {
  content: "\e97c";
}
.pi-paperclip:before {
  content: "\e97b";
}
.pi-share-alt:before {
  content: "\e97a";
}
.pi-envelope:before {
  content: "\e979";
}
.pi-volume-down:before {
  content: "\e976";
}
.pi-volume-up:before {
  content: "\e977";
}
.pi-volume-off:before {
  content: "\e978";
}
.pi-eject:before {
  content: "\e975";
}
.pi-money-bill:before {
  content: "\e974";
}
.pi-images:before {
  content: "\e973";
}
.pi-image:before {
  content: "\e972";
}
.pi-sign-in:before {
  content: "\e970";
}
.pi-sign-out:before {
  content: "\e971";
}
.pi-wifi:before {
  content: "\e96f";
}
.pi-sitemap:before {
  content: "\e96e";
}
.pi-chart-bar:before {
  content: "\e96d";
}
.pi-camera:before {
  content: "\e96c";
}
.pi-dollar:before {
  content: "\e96b";
}
.pi-lock-open:before {
  content: "\e96a";
}
.pi-table:before {
  content: "\e969";
}
.pi-map-marker:before {
  content: "\e968";
}
.pi-list:before {
  content: "\e967";
}
.pi-eye-slash:before {
  content: "\e965";
}
.pi-eye:before {
  content: "\e966";
}
.pi-folder-open:before {
  content: "\e964";
}
.pi-folder:before {
  content: "\e963";
}
.pi-video:before {
  content: "\e962";
}
.pi-inbox:before {
  content: "\e961";
}
.pi-lock:before {
  content: "\e95f";
}
.pi-unlock:before {
  content: "\e960";
}
.pi-tags:before {
  content: "\e95d";
}
.pi-tag:before {
  content: "\e95e";
}
.pi-power-off:before {
  content: "\e95c";
}
.pi-save:before {
  content: "\e95b";
}
.pi-question-circle:before {
  content: "\e959";
}
.pi-question:before {
  content: "\e95a";
}
.pi-copy:before {
  content: "\e957";
}
.pi-file:before {
  content: "\e958";
}
.pi-clone:before {
  content: "\e955";
}
.pi-calendar-times:before {
  content: "\e952";
}
.pi-calendar-minus:before {
  content: "\e953";
}
.pi-calendar-plus:before {
  content: "\e954";
}
.pi-ellipsis-v:before {
  content: "\e950";
}
.pi-ellipsis-h:before {
  content: "\e951";
}
.pi-bookmark:before {
  content: "\e94e";
}
.pi-globe:before {
  content: "\e94f";
}
.pi-replay:before {
  content: "\e94d";
}
.pi-filter:before {
  content: "\e94c";
}
.pi-print:before {
  content: "\e94b";
}
.pi-align-right:before {
  content: "\e946";
}
.pi-align-left:before {
  content: "\e947";
}
.pi-align-center:before {
  content: "\e948";
}
.pi-align-justify:before {
  content: "\e949";
}
.pi-cog:before {
  content: "\e94a";
}
.pi-cloud-download:before {
  content: "\e943";
}
.pi-cloud-upload:before {
  content: "\e944";
}
.pi-cloud:before {
  content: "\e945";
}
.pi-pencil:before {
  content: "\e942";
}
.pi-users:before {
  content: "\e941";
}
.pi-clock:before {
  content: "\e940";
}
.pi-user-minus:before {
  content: "\e93e";
}
.pi-user-plus:before {
  content: "\e93f";
}
.pi-trash:before {
  content: "\e93d";
}
.pi-external-link:before {
  content: "\e93c";
}
.pi-window-maximize:before {
  content: "\e93b";
}
.pi-window-minimize:before {
  content: "\e93a";
}
.pi-refresh:before {
  content: "\e938";
}
.pi-user:before {
  content: "\e939";
}
.pi-exclamation-triangle:before {
  content: "\e922";
}
.pi-calendar:before {
  content: "\e927";
}
.pi-chevron-circle-left:before {
  content: "\e928";
}
.pi-chevron-circle-down:before {
  content: "\e929";
}
.pi-chevron-circle-right:before {
  content: "\e92a";
}
.pi-chevron-circle-up:before {
  content: "\e92b";
}
.pi-angle-double-down:before {
  content: "\e92c";
}
.pi-angle-double-left:before {
  content: "\e92d";
}
.pi-angle-double-right:before {
  content: "\e92e";
}
.pi-angle-double-up:before {
  content: "\e92f";
}
.pi-angle-down:before {
  content: "\e930";
}
.pi-angle-left:before {
  content: "\e931";
}
.pi-angle-right:before {
  content: "\e932";
}
.pi-angle-up:before {
  content: "\e933";
}
.pi-upload:before {
  content: "\e934";
}
.pi-download:before {
  content: "\e956";
}
.pi-ban:before {
  content: "\e935";
}
.pi-star-fill:before {
  content: "\e936";
}
.pi-star:before {
  content: "\e937";
}
.pi-chevron-left:before {
  content: "\e900";
}
.pi-chevron-right:before {
  content: "\e901";
}
.pi-chevron-down:before {
  content: "\e902";
}
.pi-chevron-up:before {
  content: "\e903";
}
.pi-caret-left:before {
  content: "\e904";
}
.pi-caret-right:before {
  content: "\e905";
}
.pi-caret-down:before {
  content: "\e906";
}
.pi-caret-up:before {
  content: "\e907";
}
.pi-search:before {
  content: "\e908";
}
.pi-check:before {
  content: "\e909";
}
.pi-check-circle:before {
  content: "\e90a";
}
.pi-times:before {
  content: "\e90b";
}
.pi-times-circle:before {
  content: "\e90c";
}
.pi-plus:before {
  content: "\e90d";
}
.pi-plus-circle:before {
  content: "\e90e";
}
.pi-minus:before {
  content: "\e90f";
}
.pi-minus-circle:before {
  content: "\e910";
}
.pi-circle-on:before {
  content: "\e911";
}
.pi-circle-off:before {
  content: "\e912";
}
.pi-sort-down:before {
  content: "\e913";
}
.pi-sort-up:before {
  content: "\e914";
}
.pi-sort:before {
  content: "\e915";
}
.pi-step-backward:before {
  content: "\e916";
}
.pi-step-forward:before {
  content: "\e917";
}
.pi-th-large:before {
  content: "\e918";
}
.pi-arrow-down:before {
  content: "\e919";
}
.pi-arrow-left:before {
  content: "\e91a";
}
.pi-arrow-right:before {
  content: "\e91b";
}
.pi-arrow-up:before {
  content: "\e91c";
}
.pi-bars:before {
  content: "\e91d";
}
.pi-arrow-circle-down:before {
  content: "\e91e";
}
.pi-arrow-circle-left:before {
  content: "\e91f";
}
.pi-arrow-circle-right:before {
  content: "\e920";
}
.pi-arrow-circle-up:before {
  content: "\e921";
}
.pi-info:before {
  content: "\e923";
}
.pi-info-circle:before {
  content: "\e924";
}
.pi-home:before {
  content: "\e925";
}
.pi-spinner:before {
  content: "\e926";
}

/* node_modules/bootstrap/scss/bootstrap.scss */
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 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;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    "Liberation Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  --font-family-monospace:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    "Liberation Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1,
.h1 {
  font-size: 2.5rem;
}
h2,
.h2 {
  font-size: 2rem;
}
h3,
.h3 {
  font-size: 1.75rem;
}
h4,
.h4 {
  font-size: 1.5rem;
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\a0";
}
.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-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.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-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 576px) {
  .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-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .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-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .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-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .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-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 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: rgb(183.6, 218.04, 255);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(122.4, 186.36, 255);
}
.table-hover .table-primary:hover {
  background-color: rgb(158.1, 204.84, 255);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(158.1, 204.84, 255);
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(178.56, 183.24, 187.4);
}
.table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(143.2, 209.24, 158.28);
}
.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}
.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}
.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(236.8, 149.96, 158.28);
}
.table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}
.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}
.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.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: rgb(69.1465517241, 77.125, 85.1034482759);
}
.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: rgb(69.1465517241, 77.125, 85.1034482759);
}
.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: 575.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: 767.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: 991.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: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .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: rgb(127.5, 189, 255);
  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-right: 0;
  padding-left: 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-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -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-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip,
.form-row > [class*=col-] > .valid-tooltip {
  left: 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-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .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-right: 3rem !important;
  background-position: right 1.5rem center;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .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: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.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: 0.875em;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip,
.form-row > [class*=col-] > .invalid-tooltip {
  left: 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-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .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-right: 3rem !important;
  background-position: right 1.5rem center;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .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: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.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: 576px) {
  .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-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 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: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  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: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
  box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 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: rgb(0, 98.4, 204);
  border-color: rgb(0, 92.25, 191.25);
}
.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.25, 142.8, 255, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 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: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.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.05, 137.7, 144.5, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 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: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.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.25, 180.2, 96.9, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 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: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.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(57.8, 175.95, 194.65, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 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: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.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(221.7, 169.6, 12.1, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 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: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.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.25, 83.3, 96.9, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 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: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.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(215.75, 217.2, 218.65, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 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: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.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.45, 87.55, 92.65, 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-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(0, 86.1, 178.5);
  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;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 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] {
  right: 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: rgb(21.6283783784, 24.25, 26.8716216216);
  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-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 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-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.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-left: -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-left-radius: 0;
  border-bottom-left-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-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-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-right-radius: 0;
  border-bottom-right-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-right-radius: 0;
  border-bottom-right-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-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -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-right: 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-right-radius: 0;
  border-bottom-right-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-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  left: 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: rgb(127.5, 189, 255);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(178.5, 215.4, 255);
  border-color: rgb(178.5, 215.4, 255);
}
.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;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}
.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-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition:
    transform 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .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 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: rgb(127.5, 189, 255);
  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-right: 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-left: 0.5rem;
  font-size: 0.875rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 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: rgb(127.5, 189, 255);
  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;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.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: rgb(178.5, 215.4, 255);
}
.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: rgb(178.5, 215.4, 255);
}
.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-right: 0.2rem;
  margin-left: 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: rgb(178.5, 215.4, 255);
}
.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-right: 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-left: 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;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  isolation: isolate;
  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-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  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 {
  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-right: 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-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 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: 575.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 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .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-right: 0.5rem;
    padding-left: 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 {
    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: 767.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 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .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-right: 0.5rem;
    padding-left: 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 {
    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: 991.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 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .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-right: 0.5rem;
    padding-left: 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 {
    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: 1199.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 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .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-right: 0.5rem;
    padding-left: 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 {
    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;
  }
}
.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 {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 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 {
  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-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.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-left: 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-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 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-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .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-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-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-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 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-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(0, 86.1, 178.5);
  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-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-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-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-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-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-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-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: rgb(0, 98.4, 204);
}
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: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
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: rgb(30.1449275362, 125.8550724638, 52);
}
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: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
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: rgb(211, 158.25, 0);
}
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: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
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: rgb(218.25, 223.5, 228.75);
}
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: rgb(29.1379310345, 32.5, 35.8620689655);
}
a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 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-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(204, 228.6, 255);
  border-color: rgb(183.6, 218.04, 255);
}
.alert-primary hr {
  border-top-color: rgb(158.1, 204.84, 255);
}
.alert-primary .alert-link {
  color: rgb(0, 39.36, 81.6);
}
.alert-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(213.84, 216.36, 218.6);
}
.alert-secondary hr {
  border-top-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.alert-secondary .alert-link {
  color: rgb(32.5205150215, 35.2305579399, 37.6394849785);
}
.alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.alert-success .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}
.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}
.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}
.alert-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.alert-danger hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.alert-danger .alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}
.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}
.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}
@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-left: 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-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-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-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-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-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-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-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-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-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-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-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-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-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-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: rgb(0, 63.96, 132.6);
  background-color: rgb(183.6, 218.04, 255);
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(158.1, 204.84, 255);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 63.96, 132.6);
  border-color: rgb(0, 63.96, 132.6);
}
.list-group-item-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(213.84, 216.36, 218.6);
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(56.16, 60.84, 65);
  border-color: rgb(56.16, 60.84, 65);
}
.list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}
.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}
.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}
.list-group-item-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}
.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}
.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.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-left-radius: calc(0.25rem - 1px);
  border-top-right-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;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    "Liberation Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top,
.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 {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.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 {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.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;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    "Liberation Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.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-left: 0.5rem;
}
.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.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;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}
.bs-popover-left,
.bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-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: left;
  width: 100%;
  margin-right: -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 {
  left: 0;
}
.carousel-control-next {
  right: 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;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}
.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: rgb(0, 98.4, 204) !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: rgb(84.3605150215, 91.3905579399, 97.6394849785) !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: rgb(30.1449275362, 125.8550724638, 52) !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: rgb(17.3333333333, 122.0869565217, 138.6666666667) !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: rgb(211, 158.25, 0) !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: rgb(189.2151898734, 32.7848101266, 47.7721518987) !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: rgb(218.25, 223.5, 228.75) !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: rgb(29.1379310345, 32.5, 35.8620689655) !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-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 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-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-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: 576px) {
  .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: 768px) {
  .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: 992px) {
  .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: 1200px) {
  .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 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;
  left: 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%;
}
.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: 576px) {
  .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: 768px) {
  .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: 992px) {
  .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: 1200px) {
  .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;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  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;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 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-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 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-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 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-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 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-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 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-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 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-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 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-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 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-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 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-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 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-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 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-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 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-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 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-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -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-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -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-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -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-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -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-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -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-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 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-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 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-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 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-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 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-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 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-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 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-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 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-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 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-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 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-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 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-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 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-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 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-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -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-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -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-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -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-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -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-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -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-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 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-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 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-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 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-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 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-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 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-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 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-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 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-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 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-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 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-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 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-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 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-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 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-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -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-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -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-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -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-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -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-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -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-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 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-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 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-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 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-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 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-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 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-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 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-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 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-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 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-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 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-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 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-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 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-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 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-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -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-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -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-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -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-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -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-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -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-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.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: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-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: rgb(0, 86.1, 178.5) !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover,
a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover,
a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}
.text-body {
  color: #212529 !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;
  }
}

/* node_modules/ngx-toastr/toastr.css */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
.toast-info {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+);
}
.toast-error {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+);
}
.toast-success {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==);
}
.toast-warning {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==);
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/* src/app/fax-manager/includes/line-awesome.min.css */
.la,
.lab,
.las {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
@-webkit-keyframes la-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes la-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.la-angle-down:before {
  content: "\f107";
}
.la-angle-right:before {
  content: "\f105";
}
.la-arrow-left:before {
  content: "\f060";
}
.la-arrow-right:before {
  content: "\f061";
}
.la-calendar-check:before {
  content: "\f274";
}
.la-clipboard-check:before {
  content: "\f46c";
}
.la-comment-alt:before {
  content: "\f27a";
}
.la-envelope:before {
  content: "\f0e0";
}
.la-expand-arrows-alt:before {
  content: "\f31e";
}
.la-eye:before {
  content: "\f06e";
}
.la-facebook-messenger:before {
  content: "\f39f";
}
.la-file:before {
  content: "\f15b";
}
.la-file-alt:before {
  content: "\f15c";
}
.la-file-export:before {
  content: "\f56e";
}
.la-file-prescription:before {
  content: "\f572";
}
.la-filter:before {
  content: "\f0b0";
}
.la-list:before {
  content: "\f03a";
}
.la-map-marker:before {
  content: "\f041";
}
.la-minus-circle:before {
  content: "\f056";
}
.la-notes-medical:before {
  content: "\f481";
}
.la-phone:before {
  content: "\f095";
}
.la-plus-circle:before {
  content: "\f055";
}
.la-redo-alt:before {
  content: "\f2f9";
}
.la-search:before {
  content: "\f002";
}
.la-sticky-note:before {
  content: "\f249";
}
.la-user:before {
  content: "\f007";
}
.la-user-clock:before {
  content: "\f4fd";
}
@font-face {
  font-family: "Line Awesome Brands";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("./media/la-brands-400.eot");
  src:
    url("./media/la-brands-400.eot?#iefix") format("embedded-opentype"),
    url("./media/la-brands-400.woff2") format("woff2"),
    url("./media/la-brands-400.woff") format("woff"),
    url("./media/la-brands-400.ttf") format("truetype"),
    url("./media/la-brands-400.svg#lineawesome") format("svg");
}
.lab {
  font-family: "Line Awesome Brands";
}
@font-face {
  font-family: "Line Awesome Free";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("./media/la-regular-400.eot");
  src:
    url("./media/la-regular-400.eot?#iefix") format("embedded-opentype"),
    url("./media/la-regular-400.woff2") format("woff2"),
    url("./media/la-regular-400.woff") format("woff"),
    url("./media/la-regular-400.ttf") format("truetype"),
    url("./media/la-regular-400.svg#lineawesome") format("svg");
}
@font-face {
  font-family: "Line Awesome Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("./media/la-solid-900.eot");
  src:
    url("./media/la-solid-900.eot?#iefix") format("embedded-opentype"),
    url("./media/la-solid-900.woff2") format("woff2"),
    url("./media/la-solid-900.woff") format("woff"),
    url("./media/la-solid-900.ttf") format("truetype"),
    url("./media/la-solid-900.svg#lineawesome") format("svg");
}
.la,
.las {
  font-family: "Line Awesome Free";
  font-weight: 900;
}
.la.la-rotate-right:before {
  content: "\f01e";
}
.la.la-map-marker:before {
  content: "\f3c5";
}
.la.la-pencil-square-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-pencil-square-o:before {
  content: "\f044";
}
.la.la-eye {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-comments-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-comments-o:before {
  content: "\f086";
}

/* src/app/fax-manager/includes/faxStyles.scss */
@font-face {
  font-family: material icons;
  font-style: normal;
  font-weight: 400;
  src: url("./media/MaterialIcons-Regular.eot");
  src:
    local("Material Icons"),
    local("MaterialIcons-Regular"),
    url("./media/MaterialIcons-Regular.woff2") format("woff2"),
    url("./media/MaterialIcons-Regular.woff") format("woff"),
    url("./media/MaterialIcons-Regular.ttf") format("truetype");
}
@font-face {
  font-family: circularstd;
  font-style: normal;
  font-weight: 400;
  src: local("Circular Std Book"), url("./media/CircularStd-Book.woff") format("woff");
}
@font-face {
  font-family: circularstd;
  font-style: italic;
  font-weight: 400;
  src: local("Circular Std Book Italic"), url("./media/CircularStd-BookItalic.woff") format("woff");
}
@font-face {
  font-family: circularstd;
  font-style: normal;
  font-weight: 500;
  src: local("Circular Std Medium"), url("./media/CircularStd-Medium.woff") format("woff");
}
@font-face {
  font-family: circularstd;
  font-style: italic;
  font-weight: 500;
  src: local("Circular Std Medium Italic"), url("./media/CircularStd-MediumItalic.woff") format("woff");
}
@font-face {
  font-family: circularstd;
  font-style: normal;
  font-weight: 600;
  src: local("Circular Std Bold"), url("./media/CircularStd-Bold.woff") format("woff");
}
@font-face {
  font-family: circularstd;
  font-style: italic;
  font-weight: 600;
  src: local("Circular Std Bold Italic"), url("./media/CircularStd-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: circularstd;
  font-style: normal;
  font-weight: 800;
  src: local("Circular Std Black"), url("./media/CircularStd-Black.woff") format("woff");
}
@font-face {
  font-family: circularstd;
  font-style: italic;
  font-weight: 800;
  src: local("Circular Std Black Italic"), url("./media/CircularStd-BlackItalic.woff") format("woff");
}
body {
  background-color: #f7f7f7;
  overflow-x: hidden;
}
::selection {
  background: #17a2b8;
  color: #fff;
  text-shadow: none;
}
.new-vetcor-table-styles img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.new-vetcor-table-styles a {
  text-decoration: none;
  outline: none;
  color: #17a2b8;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.new-vetcor-table-styles a:hover {
  color: #17a2b8;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.new-vetcor-table-styles a:focus {
  outline: 0;
}
.new-vetcor-table-styles p {
  margin-bottom: 1rem;
}
.new-vetcor-table-styles p:last-child {
  margin-bottom: 0;
}
.new-vetcor-table-styles strong {
  font-weight: 700;
}
.new-vetcor-table-styles ol,
.new-vetcor-table-styles ul {
  list-style: none;
  margin-block-end: 0;
  padding: 0;
}
.new-vetcor-table-styles ul {
  list-style: none;
}
.new-vetcor-table-styles ul .btn-primary:not(:disabled):not(.disabled):active:focus,
.new-vetcor-table-styles ul .btn-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: none;
}
.new-vetcor-table-styles .alert {
  padding: 0.625rem 0.85rem;
  border-radius: 10px;
  font-size: 0.8125rem;
}
.new-vetcor-table-styles .alert i {
  font-size: 20px;
}
.new-vetcor-table-styles .alert .btn-close {
  background-image: none;
  padding: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-vetcor-table-styles .alert .btn-close i {
  font-size: 18px;
  line-height: 18px;
}
.new-vetcor-table-styles .alert:last-child {
  margin-bottom: 0;
}
.alert-info {
  background-color: rgba(221, 238, 248, 0.7019607843);
  color: #1085d2;
  font-size: 14px;
  border-color: rgba(202, 227, 241, 0.7019607843);
}
.new-vetcor-table-styles .alert-info .btn-close {
  color: #009efb;
  opacity: 1;
}
.alert .btn-close i {
  color: #fff;
}
.new-vetcor-table-styles .alert {
  border-radius: 4px;
}
.alert.alert-info .btn-close i {
  color: #009efb;
}
.new-vetcor-table-styles .avatar {
  background-color: transparent;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  height: 34px;
  line-height: 34px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  width: 34px;
  position: relative;
  white-space: nowrap;
  margin: 0 10px 0 0;
  border-radius: 50%;
}
.new-vetcor-table-styles .avatar > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.new-vetcor-table-styles .avatar .border {
  border-width: 3px !important;
}
.new-vetcor-table-styles .accordion-body {
  padding: 10px;
  font-size: 0.8125rem;
}
[data-layout-mode=dark] body .new-vetcor-table-styles .accordion-body {
  background: #4d5154;
  color: #bcbebf;
}
.new-vetcor-table-styles .border {
  border: 1px solid #dbe0e6 !important;
}
.new-vetcor-table-styles ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.new-vetcor-table-styles .btn.focus,
.new-vetcor-table-styles .btn:focus {
  box-shadow: unset;
}
.new-vetcor-table-styles .btn-white {
  background-color: #fff;
  border: 1px solid #d3d3d4;
  color: #373b3e;
}
.new-vetcor-table-styles .bg-success {
  background-color: #55ce63 !important;
}
.new-vetcor-table-styles a.bg-success:focus,
.new-vetcor-table-styles a.bg-success:hover,
button.bg-success:focus,
.new-vetcor-table-styles button.bg-success:hover {
  background-color: #36ba45 !important;
}
.bg-info {
  background-color: #009efb !important;
}
.new-vetcor-table-styles a.bg-info:focus,
.new-vetcor-table-styles a.bg-info:hover,
button.bg-info:focus,
.new-vetcor-table-styles button.bg-info:hover {
  background-color: #007ec8 !important;
}
.new-vetcor-table-styles .bg-warning {
  background-color: #ffbc34 !important;
}
.new-vetcor-table-styles a.bg-warning:focus,
.new-vetcor-table-styles a.bg-warning:hover,
button.bg-warning:focus,
.new-vetcor-table-styles button.bg-warning:hover {
  background-color: #ffab01 !important;
}
.new-vetcor-table-styles .bg-danger {
  background-color: #fc133d !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
.new-vetcor-table-styles button.bg-danger:hover {
  background-color: #d90329 !important;
}
.new-vetcor-table-styles .dropdown-menu li > a.text-danger {
  color: #fc133d !important;
}
.new-vetcor-table-styles .text-danger {
  color: #fc133d !important;
}
.new-vetcor-table-styles .text-muted {
  color: #7a7c7f !important;
}
.new-vetcor-table-styles .btn-primary {
  background-color: #17a2b8;
  border: 1px solid #17a2b8;
  color: #fff !important;
}
.new-vetcor-table-styles .btn-primary:hover {
  border-color: #17a2b8;
}
.new-vetcor-table-styles .btn-primary:focus,
.new-vetcor-table-styles .btn-primary:hover,
.new-vetcor-table-styles .btn-primary:active,
.new-vetcor-table-styles .btn-primary.active {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.new-vetcor-table-styles .btn-primary:focus .open > .dropdown-toggle.btn-primary,
.new-vetcor-table-styles .btn-primary:hover .open > .dropdown-toggle.btn-primary,
.new-vetcor-table-styles .btn-primary:active .open > .dropdown-toggle.btn-primary,
.new-vetcor-table-styles .btn-primary.active .open > .dropdown-toggle.btn-primary {
  background-color: #17a2b8;
  border: 1px solid #17a2b8;
}
.new-vetcor-table-styles .btn-primary.active.focus .open > .dropdown-toggle.btn-primary.focus,
.new-vetcor-table-styles .btn-primary.active.focus .open > .dropdown-toggle.btn-primary:focus,
.new-vetcor-table-styles .btn-primary.active.focus .open > .dropdown-toggle.btn-primary:hover,
.new-vetcor-table-styles .btn-primary.active:focus .open > .dropdown-toggle.btn-primary.focus,
.new-vetcor-table-styles .btn-primary.active:focus .open > .dropdown-toggle.btn-primary:focus,
.new-vetcor-table-styles .btn-primary.active:focus .open > .dropdown-toggle.btn-primary:hover,
.new-vetcor-table-styles .btn-primary.active:hover .open > .dropdown-toggle.btn-primary.focus,
.new-vetcor-table-styles .btn-primary.active:hover .open > .dropdown-toggle.btn-primary:focus,
.new-vetcor-table-styles .btn-primary.active:hover .open > .dropdown-toggle.btn-primary:hover,
.new-vetcor-table-styles .btn-primary .focus.focus .open > .dropdown-toggle.btn-primary.focus,
.new-vetcor-table-styles .btn-primary .focus.focus .open > .dropdown-toggle.btn-primary:focus,
.new-vetcor-table-styles .btn-primary .focus.focus .open > .dropdown-toggle.btn-primary:hover,
.new-vetcor-table-styles .btn-primary .focus:focus .open > .dropdown-toggle.btn-primary.focus,
.new-vetcor-table-styles .btn-primary .focus:focus .open > .dropdown-toggle.btn-primary:focus,
.new-vetcor-table-styles .btn-primary .focus:focus .open > .dropdown-toggle.btn-primary:hover,
.new-vetcor-table-styles .btn-primary .focus:hover .open > .dropdown-toggle.btn-primary.focus,
.new-vetcor-table-styles .btn-primary .focus:hover .open > .dropdown-toggle.btn-primary:focus,
.new-vetcor-table-styles .btn-primary .focus:hover .open > .dropdown-toggle.btn-primary:hover {
  background-color: #17a2b8;
  border: 1px solid #17a2b8;
}
.new-vetcor-table-styles .btn-primary:active:focus,
.new-vetcor-table-styles .btn-primary:active:hover {
  background-color: #17a2b8;
  border: 1px solid #17a2b8;
}
.new-vetcor-table-styles .btn-primary .active:not(:disabled):not(.disabled),
.new-vetcor-table-styles .btn-primary:active:not(:disabled):not(.disabled) {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}
.new-vetcor-table-styles .btn-primary .active:focus:not(:disabled):not(.disabled),
.new-vetcor-table-styles .btn-primary:active:focus:not(:disabled):not(.disabled) {
  box-shadow: unset;
}
.new-vetcor-table-styles .btn-primary .show > .btn-primary.dropdown-toggle {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}
.new-vetcor-table-styles .btn-primary .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: unset;
}
.new-vetcor-table-styles .btn-primary.disabled,
.new-vetcor-table-styles .btn-primary:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}
.btn-secondary.active:focus :not(:disabled):not(.disabled),
.btn-secondary:active:focus :not(:disabled):not(.disabled) {
  box-shadow: unset;
}
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: unset;
}
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: unset;
}
.btn-light.active:focus:not(:disabled):not(.disabled),
.btn-light:active:focus:not(:disabled):not(.disabled) {
  box-shadow: unset;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #ffffff;
}
.pagination > .active > a,
.pagination > .active > span {
  color: #ffffff;
}
.pagination > li > a,
.pagination > li > span {
  color: #17a2b8;
}
.page-link:hover {
  color: #17a2b8;
}
.page-link:focus {
  box-shadow: unset;
}
.page-item.active .page-link {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}
.dropdown-menu {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: inherit;
  font-size: 14px;
  border-radius: 3px;
  transform-origin: left top 0;
  -webkit-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
}
.card {
  border: 1px solid #eff0f1;
  margin-bottom: 1.875rem;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #17a2b8;
}
.btn-light {
  border-color: #e9e9ea;
  color: #a6a8a9;
}
.m-r-5 {
  margin-right: 5px !important;
}
.breadcrumb {
  background-color: transparent;
  color: #4d5154;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
@media (max-width: 575px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb .breadcrumb-item.active {
  color: #17a2b8;
}
.breadcrumb a {
  color: #373b3e;
}
.breadcrumb .breadcrumb-item a {
  color: #373b3e;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #4d5154;
  content: "/";
}
.breadcrumb {
  margin: 0;
}
.page-header h5 {
  color: #1f1f1f;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 0;
}
.form-control:focus {
  border-color: #ff9b44;
  box-shadow: none;
}
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  border-color: #ccc;
}
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  border-color: #ccc;
}
.page-item.disabled .page-link {
  background-color: #fff;
}
[data-layout-mode=orange] .top-nav-search .form-control::-moz-placeholder {
  color: #ecedee !important;
}
[data-layout-mode=light] .top-nav-search .form-control::-moz-placeholder {
  color: #373b3e !important;
}
.form-check-input:focus {
  box-shadow: none;
  border-color: #dee2e6;
}
.select2-container {
  min-width: 100% !important;
  width: auto !important;
  z-index: 99;
  padding: 0 !important;
}
.card ol {
  padding-left: 20px;
}
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: #45a6b5;
  border-color: #45a6b5;
  color: #fff !important;
}
.card.card-fullscreen {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  inset-inline-start: 0;
  bottom: 0;
  z-index: 9999;
  margin: 0;
}
.card {
  border: 0;
  margin-bottom: 24px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.card .card-header {
  padding: 20px;
  border-bottom: 0;
  background: 0 0;
}
.card h6.counter {
  font-size: 16px;
}
.card.card-fullscreen {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  inset-inline-start: 0;
  bottom: 0;
  z-index: 9999;
  margin: 0;
}
.btn-icon {
  width: 2.313rem;
  height: 2.313rem;
  font-size: 0.95rem;
  flex-shrink: 0;
}
.disabled > .page-link,
.page-link.disabled {
  opacity: 0.7;
  color: #17a2b8;
}
.custom-modal .modal-content {
  border: 0;
  border-radius: 10px;
}
.custom-modal .modal-content .modal-header {
  border: 0;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 30px 30px 0;
}
.custom-modal .modal-content .modal-header .modal-title {
  font-size: 22px;
}
.custom-modal .modal-content .modal-header .btn-close {
  background-color: #a6a8a9;
  border: 0;
  color: #fff;
  font-size: 13px;
  height: 20px;
  line-height: 20px;
  opacity: 1;
  width: 20px;
  z-index: 99;
  margin: 0;
  padding: 0;
  border-radius: 50%;
}
.custom-modal .modal-content .modal-body {
  padding: 30px;
}
.custom-modal .modal-content .modal-body .input-block {
  margin-bottom: 1rem;
  float: left;
  width: 100%;
}
.custom-modal .modal-content .modal-body .input-block.col-sm-6 {
  width: 50%;
}
.popover-list button {
  margin: 0 0.375rem 0.375rem 0;
}
.popover-list a {
  margin: 0 0.375rem 0.375rem 0;
}
@keyframes progress-animate {
  0% {
    width: 0;
  }
}
.new-vetcor-table-styles .table {
  padding: 0;
  background: #fff;
}
.new-vetcor-table-styles .table .table > :not(:first-child) {
  border-top: 0;
}
.new-vetcor-table-styles .table th {
  font-weight: 500;
  white-space: nowrap;
  border-top: 1px solid #e9e9ea;
  padding: 1rem 0.75rem;
}
.new-vetcor-table-styles .table td {
  border-top: 1px solid #e9e9ea;
  white-space: nowrap;
  vertical-align: middle;
  padding: 0.75rem;
  font-size: 12px;
}
vc-products-admin-list .new-vetcor-table-styles .table td {
  font-size: 12px;
}
.new-vetcor-table-styles .table td a {
  color: #373b3e;
}
.new-vetcor-table-styles .table td h2 {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.new-vetcor-table-styles .table td h2 a {
  color: #373b3e;
  font-weight: 500;
}
.new-vetcor-table-styles .table td h2 a span {
  font-weight: 400;
}
.new-vetcor-table-styles .table td a {
  color: #373b3e;
}
.new-vetcor-table-styles .table > :not(:first-child) {
  border-top: 0;
}
.table-bordered td {
  border: 1px solid #d3d3d4;
}
.table-bordered th {
  border: 1px solid #d3d3d4;
}
.dropdown-action .dropdown-toggle::after {
  border: 0;
}
.action-icon {
  color: #7a7c7f;
  font-size: 18px;
  display: inline-block;
}
.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: #f5f6f7;
}
.form-control-sm.form-control {
  height: 30px;
  appearance: auto;
  border-radius: 0;
}
.note-editor.note-frame .note-statusbar {
  border-top: 0;
}
li.previous {
  margin-right: 0;
}
.table th.no-sort::before {
  display: none !important;
}
.table th.no-sort::after {
  display: none !important;
}
.select2-results__option {
  padding: 6px 15px;
}
.select2-container .select2-selection.select2-selection--single {
  border: 1px solid #d5d8da;
  height: 44px;
}
.select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
  padding-right: 30px;
  padding-left: 15px;
}
.select2-dropdown {
  z-index: 1055;
}
.select2-dropdown {
  border-color: #d5d8da;
}
.form-focus .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 30px;
  padding-left: 12px;
  padding-top: 10px;
}
.page-wrapper {
  left: 0;
  position: relative;
  transition: all 0.2s ease-in-out;
  margin: 0 0 0 250px;
  padding: 60px 0 0;
}
@media (max-width: 991px) {
  .page-wrapper {
    margin: 0;
    padding: 60px 0 0;
  }
}
.page-wrapper .content {
  padding: 24px;
}
@media (max-width: 767px) {
  .page-wrapper .content {
    padding: 15px;
  }
}
.page-wrapper .content .page-header {
  margin-bottom: 24px;
}
.page-wrapper .content .page-header .page-title {
  color: #212529;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .page-wrapper .content .page-header .page-title {
    font-size: 20px;
  }
}
.page-header .breadcrumb .breadcrumb-item.active {
  color: #4d5154;
}
.block {
  display: block !important;
}
.text-muted {
  color: #7a7c7f !important;
}
.input-block {
  margin-bottom: 1rem;
}
input[type=file].form-control {
  height: 44px;
}
.form-control {
  border-color: #d3d3d4;
  border-radius: 5px;
  box-shadow: none;
  font-size: 14px;
  color: #4d5154;
  height: 44px;
  line-height: 2;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9e9ea;
  opacity: 1;
}
.material-icons {
  font-family: material icons;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}
.form-focus {
  height: 50px;
  position: relative;
}
.form-focus .form-control {
  height: 50px;
  padding: 21px 12px 6px;
}
.form-focus .form-control:focus {
  border-color: #17a2b8;
}
.filter-section {
  margin-top: 30px;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.header {
  background: #17a2b8;
  background:
    linear-gradient(
      to right,
      #09a961 30%,
      #1f8557 100%);
  border-bottom: 1px solid transparent;
  height: 80px;
  z-index: 1040;
  position: static;
  top: 0;
  right: 0;
  left: 0;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
  .header #toggle_btn {
    color: #909294;
    float: left;
    font-size: 26px;
    line-height: 70px;
    padding: 0 10px;
  }
}
.header .mobile_btn {
  display: none;
  float: left;
}
@media (max-width: 991px) {
  .header .mobile_btn {
    color: #fff;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    width: 60px;
    z-index: 10;
    padding: 0 20px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
}
.header .responsive-search {
  display: none;
  color: #fff;
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .header .responsive-search {
    display: block;
  }
}
.header .top-nav-search form {
  position: relative;
  width: 180px;
}
@media (max-width: 1199px) {
  .header .top-nav-search form {
    width: 145px;
  }
}
@media (max-width: 991px) {
  .header .top-nav-search form {
    display: none;
  }
}
.header .top-nav-search form .form-control {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  height: 40px;
  padding: 10px 50px 10px 15px;
  border-radius: 5px;
}
.header .top-nav-search form .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.header .top-nav-search form .btn {
  background-color: transparent;
  border-color: transparent;
  color: rgba(255, 255, 255, 0.7);
  min-height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px 15px;
}
@media (max-width: 991px) {
  .header .top-nav-search.active form {
    display: block;
    position: absolute;
    left: 0;
  }
  .header .top-nav-search.active form .form-control {
    background-color: #fff;
    border-color: #e2e4e6;
    color: #373b3e;
  }
  .header .top-nav-search.active form .btn {
    background-color: transparent;
    border-color: transparent;
    color: #909294;
    min-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 7px 15px;
  }
}
@media (min-width: 992px) {
  .mini-sidebar.expand-menu .badge {
    display: inline-block !important;
  }
}
.mini-sidebar .logo {
  display: none !important;
}
.sidebar,
.two-col-bar {
  background-color: #4d5154;
  border-right: 1px solid transparent;
  margin-top: 0;
  position: fixed;
  top: 60px;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 250px;
  z-index: 1001;
}
@media (max-width: 991px) {
  .sidebar,
  .two-col-bar {
    margin-left: -225px;
    width: 225px;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1041;
  }
}
.sidebar .sidebar-menu,
.two-col-bar .sidebar-menu {
  padding: 10px 0;
}
.sidebar .sidebar-menu ul,
.two-col-bar .sidebar-menu ul {
  font-size: 15px;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  width: 100%;
}
.sidebar .sidebar-menu ul li,
.two-col-bar .sidebar-menu ul li {
  position: relative;
}
.sidebar .sidebar-menu ul li.submenu .submenu a span,
.two-col-bar .sidebar-menu ul li.submenu .submenu a span {
  margin-left: 0;
}
.sidebar .sidebar-menu ul li a,
.two-col-bar .sidebar-menu ul li a {
  position: relative;
  font-size: 15px;
  color: #909294;
  height: auto;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 8px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.sidebar .sidebar-menu ul li a:hover,
.two-col-bar .sidebar-menu ul li a:hover {
  color: #fff;
}
.sidebar .sidebar-menu ul li a span,
.two-col-bar .sidebar-menu ul li a span {
  display: inline-block;
  margin-left: 15px;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sidebar .sidebar-menu ul li a i,
.two-col-bar .sidebar-menu ul li a i {
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  text-align: left;
  vertical-align: middle;
  width: 20px;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sidebar .sidebar-menu ul li a span,
.two-col-bar .sidebar-menu ul li a span {
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
  margin-left: 15px;
  white-space: nowrap;
}
.sidebar .sidebar-menu ul li a span.badge,
.two-col-bar .sidebar-menu ul li a span.badge {
  margin-left: auto;
}
.sidebar .sidebar-menu ul li.active a,
.two-col-bar .sidebar-menu ul li.active a {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
}
.sidebar .sidebar-menu ul ul,
.two-col-bar .sidebar-menu ul ul {
  display: none;
}
.sidebar .sidebar-menu ul ul a,
.two-col-bar .sidebar-menu ul ul a {
  display: block;
  font-size: 14px;
  position: relative;
  padding: 9px 10px 9px 50px;
}
.sidebar .sidebar-menu ul ul a.active,
.two-col-bar .sidebar-menu ul ul a.active {
  color: #17a2b8;
  text-decoration: underline;
}
.new-vetcor-table-styles .badge {
  font-weight: 500 !important;
}
.slide-nav .sidebar {
  margin-left: 0;
}
.two-col-bar {
  background-color: transparent;
}
.greedy > button {
  display: none;
}
.sidebar-overlay {
  display: none;
  z-index: 90;
  height: 100%;
  width: 100%;
  z-index: 1040;
  position: fixed;
  top: 60px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.sidebar-overlay.opened {
  display: block;
}
@media (min-width: 992px) {
  .mini-sidebar .sidebar {
    width: 60px;
  }
  .mini-sidebar.expand-menu .sidebar {
    width: 250px;
  }
}
@media (min-width: 991px) {
  .mini-sidebar .page-wrapper {
    margin-left: 60px;
  }
}
.sidebar .sidebar-horizantal {
  display: none !important;
}
.mini-sidebar .sidebar .sidebar-menu ul li a span {
  display: none;
}
.mini-sidebar.expand-menu .sidebar .sidebar-menu ul li a span {
  display: block;
}
.sidebar-horizantal ul li.submenu a i {
  height: 20px;
  line-height: 19px;
}
@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0 0 25px 3px rgba(85, 206, 99, 0.75), 0 0 25px 10px rgba(85, 206, 99, 0.75);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}
.sidebar .sidebar-menu ul ul {
  background: #373b3e;
  max-width: 220px;
  margin: 0 auto;
  border-radius: 5px;
  padding: 10px 0;
}
.sidebar .sidebar-menu ul ul li a {
  color: #a6a8a9;
  position: relative;
  padding: 5px 10px 5px 25px;
}
.sidebar .sidebar-menu ul ul li a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background: #a6a8a9;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.sidebar .sidebar-menu ul ul li a.active {
  text-decoration: none;
}
.sidebar .sidebar-menu ul ul li a.active::before {
  background: #17a2b8;
}
.sidebar .sidebar-menu ul ul li.submenu ul li a {
  padding-left: 40px;
}
.sidebar .sidebar-menu ul ul li.submenu ul li a::before {
  left: 25px;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul ul li a {
  padding: 10px 25px;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul ul li.submenu ul li a {
  padding-left: 25px;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul ul li.submenu ul li a::before {
  left: 10px;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul.hidden-links li a:hover {
  color: #17a2b8;
}
[data-sidebar=light] .sidebar .sidebar-menu ul ul li a:hover {
  color: #fff;
}
[data-sidebar=light] .sidebar .sidebar-menu ul ul li.submenu ul li a {
  color: #a6a8a9;
}
[data-sidebar=light] .sidebar .sidebar-menu ul ul li.submenu ul li a span {
  color: #a6a8a9;
}
[data-layout-width=boxed] body,
[data-layout-width=boxed] .header {
  max-width: 1300px;
  margin: auto;
}
[data-layout-width=boxed] .sidebar ul li span {
  display: none !important;
}
[data-layout-width=boxed] .sidebar ul ul li {
  display: none !important;
}
[data-layout-width=boxed] .page-wrapper {
  margin: 0 0 0 230px;
}
[data-layout-width=boxed] .main-wrapper {
  position: relative;
}
[data-layout-width=boxed] .main-wrapper #toggle_btn {
  display: none;
}
[data-layout-width=boxed] .sidebar {
  position: absolute;
  width: 230px;
}
[data-layout-width=boxed] .sidebar ul li span {
  display: block !important;
}
[data-layout-width=boxed] .sidebar ul ul li {
  display: block !important;
}
[data-sidebar-size=sm-hover] #toggle_btn {
  display: none;
}
[data-sidebar-size=sm-hover] .sidebar ul li span {
  display: none !important;
}
[data-sidebar-size=sm-hover] .sidebar ul ul li {
  display: none !important;
  width: 100%;
}
[data-sidebar-size=sm-hover] .page-wrapper {
  margin: 0 0 0 60px;
}
[data-sidebar-size=sm-hover] .sidebar {
  width: 60px;
}
[data-sidebar-size=sm-hover] .sidebar .sidebar-menu ul li span {
  display: none !important;
}
[data-sidebar-size=sm-hover] .sidebar:hover {
  width: 230px;
}
[data-sidebar-size=sm-hover] .sidebar:hover ul li span {
  display: inline-block !important;
}
[data-sidebar-size=sm-hover] .sidebar:hover ul ul li {
  display: inline-block !important;
}
[data-sidebar-size=md] .page-wrapper {
  margin: 0 0 0 200px;
}
[data-sidebar-size=md] .sidebar {
  width: 200px;
}
[data-sidebar-size=md] .sidebar .sidebar-menu ul li a {
  flex-direction: column;
  text-align: center;
  padding: 10px;
}
[data-sidebar-size=md] #toggle_btn {
  display: none;
}
[data-layout-position=scrollable] .main-wrapper {
  position: relative;
}
[data-layout-position=scrollable] .main-wrapper .sidebar {
  position: absolute;
}
[data-layout-position=scrollable] .slimScrollDiv,
[data-layout-position=scrollable] .slimscroll {
  overflow: auto !important;
  height: auto !important;
}
[data-sidebar=dark][data-layout-position=scrollable] .slimscroll {
  background-color: #34444c;
}
[data-layout=twocolumn] .two-col-bar {
  display: block;
}
[data-layout=twocolumn] #sidebar {
  display: none;
}
@media (max-width: 991px) {
  [data-layout=twocolumn] #sidebar {
    display: block;
  }
}
[data-layout-width=boxed][data-sidebar-size=md] .sidebar:hover {
  width: 200px;
}
[data-layout-width=boxed][data-sidebar-size=md] .sidebar ul li span {
  display: block !important;
}
[data-layout-width=boxed][data-sidebar-size=md] .sidebar ul ul li {
  display: block !important;
}
[data-layout-mode=light][data-topbar=dark] body .header {
  background: #263238;
}
[data-layout-mode=light] .header {
  background: #fff;
  border-color: transparent;
}
[data-layout-mode=light] .header .logo {
  display: none;
}
[data-layout-mode=light] .header .top-nav-search form .form-control {
  border: 1px solid #d3d3d4;
  color: #373b3e;
  height: 40px;
  padding: 10px 50px 10px 15px;
  border-radius: 5px;
}
[data-layout-mode=light] .header .top-nav-search form .form-control::-webkit-input-placeholder {
  color: #373b3e;
}
[data-layout-mode=light] .header .top-nav-search form .form-control:-ms-input-placeholder {
  color: #373b3e;
}
[data-layout-mode=light] .header .top-nav-search form .form-control::placeholder {
  color: #373b3e;
}
[data-layout-mode=light] .header .top-nav-search form .btn {
  color: #373b3e;
}
[data-layout-mode=light] nav.greedy button {
  color: #373b3e !important;
}
[data-layout-mode=light] .sidebar {
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
[data-layout-mode=light] .sidebar .sidebar-menu ul ul {
  display: none;
  width: 200px;
}
[data-layout-mode=light] .sidebar .sidebar-menu ul li a:hover {
  color: #4d5154;
}
[data-layout-mode=light] .sidebar .sidebar-menu .greedy ul li a:hover {
  color: #4d5154;
}
[data-layout-mode=light] .sidebar-menu ul li a:hover,
[data-layout-mode=light] .two-col-bar .sidebar-menu ul li a:hover {
  color: #373b3e;
}
[data-topbar=light][data-layout-mode=blue] .header {
  background: #00c5fb;
  background:
    linear-gradient(
      to right,
      #00c5fb 0%,
      #0253cc 100%);
  border-color: transparent;
}
[data-topbar=light][data-layout-mode=blue] .header .top-nav-search form .form-control {
  color: #fff;
}
[data-topbar=light][data-layout-mode=blue] .header .top-nav-search form .form-control::placeholder {
  color: #fff;
}
[data-topbar=light][data-layout-mode=blue] .header .top-nav-search form .btn {
  color: #fff;
}
[data-layout-mode=blue] .header {
  background: #00c5fb !important;
  background:
    linear-gradient(
      to right,
      #00c5fb 0%,
      #0253cc 100%) !important;
  border-color: transparent;
}
[data-layout-mode=blue] .page-item.active .page-link {
  background-color: #00c5fb;
  border-color: #00c5fb;
}
[data-layout-mode=blue] .sidebar .sidebar-menu ul ul a.active {
  color: #00c5fb;
  text-decoration: underline;
}
[data-layout-mode=blue] .btn-primary {
  background-color: #00c5fb;
  border: 1px solid #00c5fb;
}
[data-layout-mode=blue] .btn-primary:focus,
[data-layout-mode=blue] .btn-primary:hover,
[data-layout-mode=blue] .btn-primary:active,
[data-layout-mode=blue] .btn-primary.active {
  color: #fff;
  background-color: #009dc8;
  border-color: #009dc8;
}
[data-layout-mode=blue] .btn-primary:focus .open > .dropdown-toggle.btn-primary,
[data-layout-mode=blue] .btn-primary:hover .open > .dropdown-toggle.btn-primary,
[data-layout-mode=blue] .btn-primary:active .open > .dropdown-toggle.btn-primary,
[data-layout-mode=blue] .btn-primary.active .open > .dropdown-toggle.btn-primary {
  background-color: #009dc8;
  border: 1px solid #009dc8;
}
[data-layout-mode=blue] .btn-primary.active.focus .open > .dropdown-toggle.btn-primary.focus,
[data-layout-mode=blue] .btn-primary.active.focus .open > .dropdown-toggle.btn-primary:focus,
[data-layout-mode=blue] .btn-primary.active.focus .open > .dropdown-toggle.btn-primary:hover,
[data-layout-mode=blue] .btn-primary.active:focus .open > .dropdown-toggle.btn-primary.focus,
[data-layout-mode=blue] .btn-primary.active:focus .open > .dropdown-toggle.btn-primary:focus,
[data-layout-mode=blue] .btn-primary.active:focus .open > .dropdown-toggle.btn-primary:hover,
[data-layout-mode=blue] .btn-primary.active:hover .open > .dropdown-toggle.btn-primary.focus,
[data-layout-mode=blue] .btn-primary.active:hover .open > .dropdown-toggle.btn-primary:focus,
[data-layout-mode=blue] .btn-primary.active:hover .open > .dropdown-toggle.btn-primary:hover,
[data-layout-mode=blue] .btn-primary .focus.focus .open > .dropdown-toggle.btn-primary.focus,
[data-layout-mode=blue] .btn-primary .focus.focus .open > .dropdown-toggle.btn-primary:focus,
[data-layout-mode=blue] .btn-primary .focus.focus .open > .dropdown-toggle.btn-primary:hover,
[data-layout-mode=blue] .btn-primary .focus:focus .open > .dropdown-toggle.btn-primary.focus,
[data-layout-mode=blue] .btn-primary .focus:focus .open > .dropdown-toggle.btn-primary:focus,
[data-layout-mode=blue] .btn-primary .focus:focus .open > .dropdown-toggle.btn-primary:hover,
[data-layout-mode=blue] .btn-primary .focus:hover .open > .dropdown-toggle.btn-primary.focus,
[data-layout-mode=blue] .btn-primary .focus:hover .open > .dropdown-toggle.btn-primary:focus,
[data-layout-mode=blue] .btn-primary .focus:hover .open > .dropdown-toggle.btn-primary:hover {
  background-color: #009dc8;
  border: 1px solid #009dc8;
}
[data-layout-mode=blue] .btn-primary:active:focus,
[data-layout-mode=blue] .btn-primary:active:hover {
  background-color: #009dc8;
  border: 1px solid #009dc8;
}
[data-layout-mode=blue] .btn-primary .active:not(:disabled):not(.disabled),
[data-layout-mode=blue] .btn-primary:active:not(:disabled):not(.disabled) {
  background-color: #009dc8;
  border-color: #009dc8;
  color: #fff;
}
[data-layout-mode=blue] .btn-primary .active:focus:not(:disabled):not(.disabled),
[data-layout-mode=blue] .btn-primary:active:focus:not(:disabled):not(.disabled) {
  box-shadow: unset;
}
[data-layout-mode=blue] .btn-primary .show > .btn-primary.dropdown-toggle {
  background-color: #009dc8;
  border-color: #009dc8;
  color: #fff;
}
[data-layout-mode=blue] .btn-primary .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: unset;
}
[data-layout-mode=blue] .btn-primary.disabled,
[data-layout-mode=blue] .btn-primary:disabled {
  background-color: #00c5fb;
  border-color: #00c5fb;
  color: #fff;
}
[data-layout-mode=blue] a {
  color: #00c5fb;
}
[data-layout-mode=blue] a:hover {
  color: #009dc8;
}
[data-layout-mode=blue] .custom-modal .modal-content .modal-header .btn-close {
  background-color: #00c5fb;
  border: 1px solid #00c5fb;
}
[data-layout-mode=blue] .custom-modal .modal-content .modal-header .btn-close:hover {
  background-color: transparent;
  color: #00c5fb;
}
[data-layout-mode=blue] .breadcrumb .breadcrumb-item.active {
  color: #00c5fb;
}
[data-layout-mode=blue] ::selection {
  background: #00c5fb;
  color: #fff;
  text-shadow: none;
}
[data-topbar=light][data-layout-mode=maroon] .header {
  background: #f43b48;
  background:
    linear-gradient(
      to right,
      #f43b48 0%,
      #453a94 100%);
  border-color: transparent;
}
[data-layout-mode=maroon] .header {
  background: #f43b48;
  background:
    linear-gradient(
      to right,
      #f43b48 0%,
      #453a94 100%);
  border-color: transparent;
}
[data-layout-mode=maroon] .page-item.active .page-link {
  background-color: #f43b48;
  border-color: #f43b48;
}
[data-layout-mode=maroon] .sidebar .sidebar-menu ul ul a.active {
  color: #f43b48;
  text-decoration: underline;
}
[data-layout-mode=maroon] .btn-primary {
  background-color: #f43b48;
  border: 1px solid #f43b48;
}
[data-layout-mode=maroon] .btn-primary:focus,
[data-layout-mode=maroon] .btn-primary:hover,
[data-layout-mode=maroon] .btn-primary:active,
[data-layout-mode=maroon] .btn-primary.active {
  color: #fff;
  background-color: #ef0d1d;
  border-color: #ef0d1d;
}
[data-layout-mode=maroon] .btn-primary:focus .open > .dropdown-toggle.btn-primary,
[data-layout-mode=maroon] .btn-primary:hover .open > .dropdown-toggle.btn-primary,
[data-layout-mode=maroon] .btn-primary:active .open > .dropdown-toggle.btn-primary,
[data-layout-mode=maroon] .btn-primary.active .open > .dropdown-toggle.btn-primary {
  background-color: #ef0d1d;
  border: 1px solid #ef0d1d;
}
[data-layout-mode=maroon] .btn-primary.active.focus .open > .dropdown-toggle.btn-primary.focus,
[data-layout-mode=maroon] .btn-primary.active.focus .open > .dropdown-toggle.btn-primary:focus,
[data-layout-mode=maroon] .btn-primary.active.focus .open > .dropdown-toggle.btn-primary:hover,
[data-layout-mode=maroon] .btn-primary.active:focus .open > .dropdown-toggle.btn-primary.focus,
[data-layout-mode=maroon] .btn-primary.active:focus .open > .dropdown-toggle.btn-primary:focus,
[data-layout-mode=maroon] .btn-primary.active:focus .open > .dropdown-toggle.btn-primary:hover,
[data-layout-mode=maroon] .btn-primary.active:hover .open > .dropdown-toggle.btn-primary.focus,
[data-layout-mode=maroon] .btn-primary.active:hover .open > .dropdown-toggle.btn-primary:focus,
[data-layout-mode=maroon] .btn-primary.active:hover .open > .dropdown-toggle.btn-primary:hover,
[data-layout-mode=maroon] .btn-primary .focus.focus .open > .dropdown-toggle.btn-primary.focus,
[data-layout-mode=maroon] .btn-primary .focus.focus .open > .dropdown-toggle.btn-primary:focus,
[data-layout-mode=maroon] .btn-primary .focus.focus .open > .dropdown-toggle.btn-primary:hover,
[data-layout-mode=maroon] .btn-primary .focus:focus .open > .dropdown-toggle.btn-primary.focus,
[data-layout-mode=maroon] .btn-primary .focus:focus .open > .dropdown-toggle.btn-primary:focus,
[data-layout-mode=maroon] .btn-primary .focus:focus .open > .dropdown-toggle.btn-primary:hover,
[data-layout-mode=maroon] .btn-primary .focus:hover .open > .dropdown-toggle.btn-primary.focus,
[data-layout-mode=maroon] .btn-primary .focus:hover .open > .dropdown-toggle.btn-primary:focus,
[data-layout-mode=maroon] .btn-primary .focus:hover .open > .dropdown-toggle.btn-primary:hover {
  background-color: #ef0d1d;
  border: 1px solid #ef0d1d;
}
[data-layout-mode=maroon] .btn-primary:active:focus,
[data-layout-mode=maroon] .btn-primary:active:hover {
  background-color: #ef0d1d;
  border: 1px solid #ef0d1d;
}
[data-layout-mode=maroon] .btn-primary .active:not(:disabled):not(.disabled),
[data-layout-mode=maroon] .btn-primary:active:not(:disabled):not(.disabled) {
  background-color: #ef0d1d;
  border-color: #ef0d1d;
  color: #fff;
}
[data-layout-mode=maroon] .btn-primary .active:focus:not(:disabled):not(.disabled),
[data-layout-mode=maroon] .btn-primary:active:focus:not(:disabled):not(.disabled) {
  box-shadow: unset;
}
[data-layout-mode=maroon] .btn-primary .show > .btn-primary.dropdown-toggle {
  background-color: #ef0d1d;
  border-color: #ef0d1d;
  color: #fff;
}
[data-layout-mode=maroon] .btn-primary .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: unset;
}
[data-layout-mode=maroon] .btn-primary.disabled,
[data-layout-mode=maroon] .btn-primary:disabled {
  background-color: #f43b48;
  border-color: #f43b48;
  color: #fff;
}
[data-layout-mode=maroon] a {
  color: #f43b48;
}
[data-layout-mode=maroon] a:hover {
  color: #ef0d1d;
}
[data-layout-mode=maroon] .custom-modal .modal-content .modal-header .btn-close {
  background-color: #f43b48;
  border: 1px solid #f43b48;
}
[data-layout-mode=maroon] .custom-modal .modal-content .modal-header .btn-close:hover {
  background-color: transparent;
  color: #f43b48;
}
[data-layout-mode=maroon] .breadcrumb .breadcrumb-item.active {
  color: #f43b48;
}
[data-layout-mode=maroon] ::selection {
  background: #f43b48;
  color: #fff;
  text-shadow: none;
}
[data-layout-mode=purple] .header {
  background: #667eea;
  background:
    linear-gradient(
      to right,
      #667eea 0%,
      #764ba2 100%);
  border-color: transparent;
}
[data-layout-mode=purple] .page-item.active .page-link {
  background-color: #667eea;
  border-color: #667eea;
}
[data-layout-mode=purple] .sidebar .sidebar-menu ul ul a.active {
  color: #667eea;
  text-decoration: underline;
}
[data-layout-mode=purple] .btn-primary {
  background-color: #667eea;
  border: 1px solid #667eea;
}
[data-layout-mode=purple] .btn-primary:focus,
[data-layout-mode=purple] .btn-primary:hover,
[data-layout-mode=purple] .btn-primary:active,
[data-layout-mode=purple] .btn-primary.active {
  color: #fff;
  background-color: #3958e4;
  border-color: #3958e4;
}
[data-layout-mode=purple] .btn-primary:focus .open > .dropdown-toggle.btn-primary,
[data-layout-mode=purple] .btn-primary:hover .open > .dropdown-toggle.btn-primary,
[data-layout-mode=purple] .btn-primary:active .open > .dropdown-toggle.btn-primary,
[data-layout-mode=purple] .btn-primary.active .open > .dropdown-toggle.btn-primary {
  background-color: #3958e4;
  border: 1px solid #3958e4;
}
[data-layout-mode=purple] .btn-primary.active.focus .open > .dropdown-toggle.btn-primary.focus,
[data-layout-mode=purple] .btn-primary.active.focus .open > .dropdown-toggle.btn-primary:focus,
[data-layout-mode=purple] .btn-primary.active.focus .open > .dropdown-toggle.btn-primary:hover,
[data-layout-mode=purple] .btn-primary.active:focus .open > .dropdown-toggle.btn-primary.focus,
[data-layout-mode=purple] .btn-primary.active:focus .open > .dropdown-toggle.btn-primary:focus,
[data-layout-mode=purple] .btn-primary.active:focus .open > .dropdown-toggle.btn-primary:hover,
[data-layout-mode=purple] .btn-primary.active:hover .open > .dropdown-toggle.btn-primary.focus,
[data-layout-mode=purple] .btn-primary.active:hover .open > .dropdown-toggle.btn-primary:focus,
[data-layout-mode=purple] .btn-primary.active:hover .open > .dropdown-toggle.btn-primary:hover,
[data-layout-mode=purple] .btn-primary .focus.focus .open > .dropdown-toggle.btn-primary.focus,
[data-layout-mode=purple] .btn-primary .focus.focus .open > .dropdown-toggle.btn-primary:focus,
[data-layout-mode=purple] .btn-primary .focus.focus .open > .dropdown-toggle.btn-primary:hover,
[data-layout-mode=purple] .btn-primary .focus:focus .open > .dropdown-toggle.btn-primary.focus,
[data-layout-mode=purple] .btn-primary .focus:focus .open > .dropdown-toggle.btn-primary:focus,
[data-layout-mode=purple] .btn-primary .focus:focus .open > .dropdown-toggle.btn-primary:hover,
[data-layout-mode=purple] .btn-primary .focus:hover .open > .dropdown-toggle.btn-primary.focus,
[data-layout-mode=purple] .btn-primary .focus:hover .open > .dropdown-toggle.btn-primary:focus,
[data-layout-mode=purple] .btn-primary .focus:hover .open > .dropdown-toggle.btn-primary:hover {
  background-color: #3958e4;
  border: 1px solid #3958e4;
}
[data-layout-mode=purple] .btn-primary:active:focus,
[data-layout-mode=purple] .btn-primary:active:hover {
  background-color: #3958e4;
  border: 1px solid #3958e4;
}
[data-layout-mode=purple] .btn-primary .active:not(:disabled):not(.disabled),
[data-layout-mode=purple] .btn-primary:active:not(:disabled):not(.disabled) {
  background-color: #3958e4;
  border-color: #3958e4;
  color: #fff;
}
[data-layout-mode=purple] .btn-primary .active:focus:not(:disabled):not(.disabled),
[data-layout-mode=purple] .btn-primary:active:focus:not(:disabled):not(.disabled) {
  box-shadow: unset;
}
[data-layout-mode=purple] .btn-primary .show > .btn-primary.dropdown-toggle {
  background-color: #3958e4;
  border-color: #3958e4;
  color: #fff;
}
[data-layout-mode=purple] .btn-primary .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: unset;
}
[data-layout-mode=purple] .btn-primary.disabled,
[data-layout-mode=purple] .btn-primary:disabled {
  background-color: #667eea;
  border-color: #667eea;
  color: #fff;
}
[data-layout-mode=purple] a {
  color: #667eea;
}
[data-layout-mode=purple] a:hover {
  color: #3958e4;
}
[data-layout-mode=purple] .custom-modal .modal-content .modal-header .btn-close {
  background-color: #667eea;
  border: 1px solid #667eea;
}
[data-layout-mode=purple] .custom-modal .modal-content .modal-header .btn-close:hover {
  background-color: transparent;
  color: #667eea;
}
[data-layout-mode=purple] .breadcrumb .breadcrumb-item.active {
  color: #667eea;
}
[data-layout-mode=purple] ::selection {
  background: #667eea;
  color: #fff;
  text-shadow: none;
}
[data-layout-style=detached][data-layout=horizontal] .main-wrapper {
  max-width: 100%;
  padding: 0;
}
[data-layout-style=detached][data-layout=horizontal] .main-wrapper .sidebar {
  top: 60px;
  border-radius: 0;
  left: 0;
  position: relative;
}
[data-layout-style=detached] .main-wrapper {
  max-width: 95%;
  margin: 0 auto;
  padding-left: 1.5rem;
  position: relative;
}
[data-layout-style=detached] .main-wrapper .sidebar {
  position: fixed;
  top: 80px;
  border-radius: 10px;
  left: 50px;
}
@media (max-width: 991px) {
  [data-layout-style=detached] .main-wrapper .sidebar {
    left: 0;
  }
}
[data-layout-style=detached] .sidebar .sidebar-menu,
[data-layout-style=detached] .two-col-bar .sidebar-menu {
  padding: 0;
}
[data-layout-style=detached] #toggle_btn {
  display: none;
}
[data-layout-mode=dark] body {
  background-color: #263238;
  color: #bcbebf;
}
[data-layout-mode=dark] body .card {
  color: #bcbebf;
  background-color: #263238 !important;
}
[data-layout-mode=dark] body .disabled > .page-link,
[data-layout-mode=dark] body .page-link.disabled {
  --bs-pagination-disabled-color: #6c757d;
}
[data-layout-mode=dark] body.mini-sidebar .sidebar {
  background-color: #34444c;
}
[data-layout-mode=dark] body .header .logo {
  display: block;
}
[data-layout-mode=dark] body .new-vetcor-table-styles table.table {
  background-color: #16191c;
  border: 1px solid #2e3840;
  background: #16191c;
  --bs-table-bg: $black-bg;
}
[data-layout-mode=dark] body .new-vetcor-table-styles table.table th {
  color: #bcbebf;
  border-top: 1px solid #2e3840;
}
[data-layout-mode=dark] body .new-vetcor-table-styles table.table td {
  border-top: 1px solid transparent;
  color: #bcbebf;
}
[data-layout-mode=dark] body table.table .btn-white {
  background-color: #16191c;
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] body .sidebar .sidebar-menu ul li a {
  color: #bcbebf;
}
[data-layout-mode=dark] body .two-col-bar .sidebar-menu ul li a {
  color: #bcbebf;
}
[data-layout-mode=dark] body .sidebar ul li span {
  display: inline-block;
  color: #bcbebf;
}
[data-layout-mode=dark] body .btn-white {
  background-color: #16191c;
  border: 1px solid #2e3840;
  color: #fff;
}
[data-layout-mode=dark] body .page-item .page-link {
  background-color: #16191c;
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] body .dataTables_length .form-control {
  background-color: #16191c;
  color: #fff;
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] body .table-striped tbody tr:nth-of-type(2n+1) {
  background-color: #2c3034;
}
[data-layout-mode=dark] body .modal-body .bootstrap-tagsinput {
  background-color: transparent;
}
[data-layout-mode=dark] body .breadcrumb .breadcrumb-item a {
  color: #bcbebf;
}
[data-layout-mode=dark] body .breadcrumb-item.active {
  --bs-breadcrumb-item-active-color: #6c757d;
}
[data-layout-mode=dark] body .page-wrapper .content .page-header .page-title {
  color: #bcbebf;
}
[data-layout-mode=dark] body .page-wrapper .content .page-header h5 {
  color: #bcbebf;
}
[data-layout-mode=dark] body .card-header {
  background-color: #16191c;
  border-bottom: 1px solid #2e3840;
}
[data-layout-mode=dark] body .custom-table td {
  color: #fff !important;
}
[data-layout-mode=dark] body .new-vetcor-table-styles .table td a {
  color: #fff;
}
[data-layout-mode=dark] .border {
  border: 1px solid #16191c !important;
}
[data-layout-mode=dark] .nav-link:focus {
  color: #7a7c7f;
}
[data-layout-mode=dark] hr {
  color: #16191c;
}
[data-layout-mode=dark] .modal-content {
  background-color: #263238;
}
[data-layout-mode=dark] .modal-content .modal-header {
  border-bottom: 1px solid #2e3840;
}
[data-layout-mode=dark] .modal-content .modal-footer {
  border-top: 1px solid #2e3840;
}
[data-layout-mode=dark] .popover {
  border-color: #16191c;
}
[data-layout-mode=dark] .popover .popover-header {
  background-color: #16191c;
}
[data-layout-mode=dark] .popover .popover-body {
  background-color: #263238;
  color: #bcbebf;
}
[data-layout-mode=dark] .view-icons .btn {
  background-color: #16191c;
  border: 1px solid #2e3840;
  color: #bcbebf;
}
[data-layout-mode=dark] .header {
  background: #263238;
  border-color: #2e3840;
}
[data-layout-mode=dark] .sidebar {
  background-color: #16191c;
}
[data-layout-mode=dark] .card {
  border: 1px solid #16191c;
  background: #16191c;
}
[data-layout-mode=dark] .list-group-item {
  border: 1px solid #2e3840;
  background: #16191c;
  color: #bcbebf;
}
[data-layout-mode=dark] .form-control {
  border: 1px solid #2e3840;
  background: #16191c;
  color: #bcbebf;
}
[data-layout-mode=dark] .form-control::-webkit-input-placeholder {
  color: #fff;
}
[data-layout-mode=dark] .form-control:-ms-input-placeholder {
  color: #fff;
}
[data-layout-mode=dark] .form-control::placeholder {
  color: #fff;
}
[data-layout-mode=dark] .contacts-action .dropdown-toggle {
  color: #bcbebf;
}
[data-layout-mode=dark] .modal-body .form-control {
  border-color: #e2e4e6;
  box-shadow: none;
  background-color: transparent;
  color: #bcbebf;
}
[data-layout-mode=dark] .file-wrap {
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] .table-bordered td {
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] .offcanvas {
  background-color: #263238;
  color: #bbc4cc;
}
[data-layout-mode=dark] .table-bordered th {
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] .page-title {
  color: #bbc4cc;
}
[data-layout-mode=dark] .col-form-label {
  color: #bcbebf;
}
[data-layout-mode=dark] h1,
[data-layout-mode=dark] h2,
[data-layout-mode=dark] h3,
[data-layout-mode=dark] h4,
[data-layout-mode=dark] h5,
[data-layout-mode=dark] h6 {
  color: #bcbebf;
}
[data-layout-mode=dark] .contact-sidebar ul {
  border-color: #16191c;
}
[data-layout-mode=dark] .contact-tab-wrap {
  background-color: #263238;
}
[data-layout-mode=dark] .contact-tab-view {
  background-color: #263238;
}
[data-layout-mode=dark] .contact-nav li a {
  border-color: #263238;
  color: #bcbebf;
}
[data-layout-mode=dark] .contact-wrap {
  color: #bcbebf;
  background-color: #263238 !important;
}
[data-layout-mode=dark] .contact-wrap .contact-profile h4 {
  color: #bcbebf;
}
[data-layout-mode=dark] .badge-day,
[data-layout-mode=dark] .form-sorts.dropdown {
  background-color: #16191c;
}
[data-layout-mode=dark] .form-sorts.dropdown {
  background-color: #16191c;
}
[data-layout-mode=dark] .form-sorts.dropdown a {
  color: #bcbebf;
}
[data-layout-mode=dark] .form-sorts.dropdown .filter-dropdown-menu {
  background-color: #16191c;
  border-color: #16191c;
}
[data-layout-mode=dark] .form-sorts.dropdown .filter-dropdown-menu ul {
  background-color: rgba(38, 50, 56, 0.9);
}
[data-layout-mode=dark] .search-set .search-input input[type=search] {
  background-color: #16191c;
  color: #bcbebf;
}
[data-layout-mode=dark] .search-set .search-input input[type=search]::placeholder {
  color: #bcbebf;
}
[data-layout-mode=dark] .title-head .form-sort .list-view {
  background-color: #16191c;
  color: #bcbebf;
  border-color: #16191c;
}
[data-layout-mode=dark] #filter_search:after {
  background: #16191c;
}
[data-layout-mode=dark] .view-header,
[data-layout-mode=dark] .activity-wrap {
  border-color: #16191c;
}
[data-layout-mode=dark] .view-header .form-sort .select2-container .select2-selection .select2-selection__rendered {
  color: #bcbebf;
}
[data-layout-mode=dark] .kanban-card {
  background-color: #263238;
  border-color: #16191c;
}
[data-layout-mode=light][data-sidebar=dark] nav.greedy button {
  color: #fff !important;
}
[data-sidebar=gradient] .sidebar {
  background:
    linear-gradient(
      92.08deg,
      #ff0000 0%,
      #764ba2 100%);
}
[data-sidebar=gradient][data-layout-position=scrollable] .slimScrollDiv,
[data-sidebar=gradient] [data-layout-position=scrollable].slimscroll [data-layout-position=scrollable] .slimScrollDiv,
[data-sidebar=gradient] [data-layout-position=scrollable].slimscroll {
  background:
    linear-gradient(
      92.08deg,
      #ff0000 0%,
      #764ba2 100%);
}
[data-layout-position=scrollable][data-layout-style=detached] .main-wrapper .sidebar {
  position: absolute;
  left: 30px;
}
[data-layout-position=scrollable][data-layout-style=detached] .main-wrapper .sidebar .slimscroll {
  background: #34444c;
  border-radius: 10px;
}
[data-sidebar=gradient][data-layout-position=scrollable][data-layout-style=detached] .slimscroll {
  background:
    linear-gradient(
      92.08deg,
      #ff0000 0%,
      #764ba2 100%) !important;
  border-radius: 10px !important;
}
[data-sidebar=gradient][data-layout-position=scrollable][data-layout-style=detached] .slimScrollDiv {
  background: 0 0 !important;
}
[data-sidebar=gradient-2] .sidebar {
  background:
    linear-gradient(
      to right,
      #00c5fb 0%,
      #0253cc 100%);
}
[data-sidebar=gradient-3] .sidebar {
  background:
    linear-gradient(
      to right,
      #f43b48 0%,
      #453a94 100%);
}
[data-sidebar=gradient-4] .sidebar {
  background:
    linear-gradient(
      to right,
      #667eea 0%,
      #764ba2 100%);
}
[data-sidebar-size=sm-hover] [data-layout=twocolumn] .page-wrapper {
  margin: 0;
}
[data-layout=horizontal] body .sidebar {
  width: 100% !important;
  bottom: inherit;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul li span {
  display: inline-block !important;
}
[data-layout=horizontal] body .sidebar .slimScrollDiv {
  height: auto !important;
  overflow: inherit !important;
}
[data-layout=horizontal] body .sidebar .hidden {
  display: none !important;
}
[data-layout=horizontal] body .sidebar .sidebar-menu {
  padding: 0 !important;
  height: 60px;
  display: flex;
  align-items: center;
}
[data-layout=horizontal] body .sidebar .sidebar-horizantal {
  display: flex !important;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul li a {
  flex-direction: inherit;
  text-align: left;
}
[data-layout=horizontal] body .sidebar ul li span {
  display: inline-block !important;
}
[data-layout=horizontal] body .sidebar .hidden-links .submenu ul {
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid #d5d5d5;
}
[data-layout=horizontal] body .sidebar .hidden-links li a:hover {
  color: #373b3e;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul ul {
  display: none;
  width: 200px;
  background-color: #4d5154;
  position: absolute;
  top: 45px;
  left: 0;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul ul a {
  padding: 8px 15px;
}
[data-layout=horizontal] body .sidebar .list-inline-item li a:hover {
  color: #fff;
}
[data-layout=horizontal] body #toggle_btn {
  display: none;
}
[data-layout=horizontal] body ul.hidden-links {
  position: absolute !important;
  right: 0;
  background: #fff;
  width: 100%;
  top: 60px;
  justify-content: flex-start;
  align-items: flex-start !important;
  flex-wrap: wrap;
  border-top: 1px dashed #e2e4e6;
  padding: 12px 3px;
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.2);
}
[data-layout=horizontal] body ul.hidden-links ul {
  left: 0 !important;
  position: absolute !important;
  top: 40px !important;
  background-color: #fff !important;
  width: 100% !important;
  z-index: 9999;
}
[data-layout=horizontal] body ul.hidden-links ul li a {
  width: 100%;
}
[data-layout=horizontal] body ul.hidden-links ul li a:hover {
  color: #373b3e;
}
[data-layout=horizontal] body ul.hidden-links > li {
  width: 20%;
}
[data-layout=horizontal] body ul.hidden-links > li a {
  display: block;
  padding: 5px 15px;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul li a {
  padding: 10px 15px;
}
[data-layout=horizontal] body .greedy > button {
  display: block;
}
[data-layout=horizontal] body nav.greedy button {
  align-self: stretch;
  transition: all 0.4s ease-out;
  padding: 5px 0 0 5px;
  outline: 0;
  border: 0;
  font-size: 14px;
  font-weight: 700;
  background-color: transparent;
  color: #fff;
  min-width: 100px;
  margin-right: 20px;
}
[data-layout=horizontal] body nav.greedy {
  position: relative;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
}
[data-layout=horizontal] body nav.greedy ul.hidden-links.hidden {
  display: none;
}
[data-layout=horizontal] body .page-wrapper {
  margin: 0;
  padding-top: 120px;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul ul ul {
  position: absolute;
  right: -200px;
  top: 0;
  left: auto;
}
[data-layout=horizontal] body .sidebar ul ul li {
  display: inline-block !important;
  width: 100%;
}
[data-sidebar=dark] .sidebar {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  background-color: #212529;
}
[data-sidebar=dark] .sidebar .sidebar-menu .greedy ul li a:hover {
  color: #fff;
}
[data-sidebar=dark] .sidebar .sidebar-menu ul li a:hover {
  color: #fff;
}
[data-topbar=light] body .header {
  background: #fff;
  border-color: transparent;
}
[data-topbar=light] body .header .top-nav-search form .form-control {
  border: 1px solid #d5d5d5;
  color: #333;
}
[data-topbar=light] body .header .top-nav-search form .form-control::-webkit-input-placeholder {
  color: #333;
}
[data-topbar=light] body .header .top-nav-search form .form-control:-ms-input-placeholder {
  color: #333;
}
[data-topbar=light] body .header .top-nav-search form .form-control::placeholder {
  color: #333;
}
[data-topbar=light] body .header .top-nav-search form .btn {
  color: #333;
}
[data-sidebar=light] body .sidebar {
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
[data-sidebar=light] body .sidebar ul li span {
  display: inline-block;
  color: #373b3e;
}
[data-sidebar=light] body .sidebar ul li span:hover {
  display: inline-block !important;
}
[data-sidebar=light] body .sidebar .sidebar-menu {
  padding: 10px 0;
  background: #fff;
}
[data-sidebar=light] body .sidebar .list-inline-item li a:hover i {
  color: #333 !important;
}
[data-sidebar=light] body nav.greedy button {
  color: #333 !important;
}
[data-sidebar=light] body .mini-sidebar.expand-menu .sidebar ul li span {
  display: block !important;
}
[data-sidebar=light] body .mini-sidebar .sidebar {
  background-color: #fff;
}
[data-sidebar=light] body .mini-sidebar .sidebar ul li span {
  display: none !important;
}
[data-sidebar=light] body nav.greedy button {
  color: #373b3e;
}
[data-sidebar=light] body .sidebar-menu ul li a:hover,
[data-sidebar=light] body .two-col-bar .sidebar-menu ul li a:hover {
  color: #373b3e;
}
[data-sidebar=light] body .sidebar .sidebar-menu ul li.active a,
[data-sidebar=light] body .two-col-bar .sidebar-menu ul li.active a {
  color: #373b3e;
  background-color: #eff0f1;
}
[data-topbar=dark] .header {
  background: #263238;
  border-color: #2e3840;
}
[data-topbar=dark] .header .top-nav-search form .form-control {
  border: 1px solid #bbc4cc;
  color: #bbc4cc;
}
[data-topbar=dark] .header .top-nav-search form .form-control::-webkit-input-placeholder {
  color: #bbc4cc;
}
[data-topbar=dark] .header .top-nav-search form .form-control:-ms-input-placeholder {
  color: #bbc4cc;
}
[data-topbar=dark] .header .top-nav-search form .form-control::placeholder {
  color: #bbc4cc;
}
[data-topbar=dark] .header .top-nav-search form .btn {
  color: #bbc4cc;
}
[data-layout-mode=orange] body .header {
  background: #17a2b8;
  background:
    linear-gradient(
      to right,
      #17a2b8 0%,
      #fc6075 100%);
}
[data-layout-mode=orange] body .header .top-nav-search form .form-control {
  background-color: rgba(255, 255, 255, 0.15);
  border: 0;
  color: #fff;
  height: 40px;
  padding: 10px 50px 10px 15px;
}
[data-layout-mode=orange] body .header .top-nav-search form .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
[data-layout-mode=orange] body .header .top-nav-search form .btn {
  color: rgba(255, 255, 255, 0.7);
}
[data-layout-mode=orange][data-topbar=dark] body .header {
  background: #263238;
}
.two-col-bar {
  display: none;
}
[data-layout-mode=dark] body .header .dropdown-menu {
  background-color: #34444c;
}
[data-layout-mode=dark] body .header .dropdown-menu .dropdown-item {
  color: #bbc4cc;
}
[data-layout-mode=dark] body .header .dropdown-menu .dropdown-item:hover {
  background: #bbc4cc;
  color: #34444c;
}
[data-layout-mode=dark] body .new-vetcor-table-styles table.table th {
  background-color: #34444c;
}
[data-layout-mode=dark] body .new-vetcor-table-styles table.table td {
  background-color: #34444c;
}
[data-layout-mode=dark] body .custom-modal .modal-content {
  background-color: #34444c;
}
[data-layout-mode=dark] body .dropdown.dropdown-action .dropdown-menu {
  background-color: #000;
}
[data-layout-mode=dark] body .dropdown.dropdown-action .dropdown-menu .dropdown-item {
  color: #bbc4cc !important;
}
[data-layout-mode=dark] body .dropdown.dropdown-action .dropdown-menu .dropdown-item:hover {
  background: #bbc4cc;
  color: #34444c !important;
}
[data-topbar=light][data-layout-mode=purple] .header {
  background: #667eea;
  background:
    linear-gradient(
      to right,
      #667eea 0%,
      #764ba2 100%);
  border-color: transparent;
}
[data-topbar=light][data-layout-mode=purple] .header .top-nav-search form .form-control {
  color: #fff;
}
[data-topbar=light][data-layout-mode=purple] .header .top-nav-search form .form-control::placeholder {
  color: #fff;
}
[data-topbar=light][data-layout-mode=purple] .header .top-nav-search form .btn {
  color: #fff;
}
[data-topbar=light][data-layout-mode=blue] .header {
  background: #00c5fb;
  background:
    linear-gradient(
      to right,
      #00c5fb 0%,
      #0253cc 100%);
  border-color: transparent;
}
[data-topbar=light][data-layout-mode=blue] .header .top-nav-search form .form-control {
  color: #fff;
}
[data-topbar=light][data-layout-mode=blue] .header .top-nav-search form .form-control::placeholder {
  color: #fff;
}
[data-topbar=light][data-layout-mode=blue] .header .top-nav-search form .btn {
  color: #fff;
}
[data-topbar=light][data-layout-mode=maroon] .header {
  background: #f43b48;
  background:
    linear-gradient(
      to right,
      #f43b48 0%,
      #453a94 100%);
  border-color: transparent;
}
[data-sidebar-size=md] .sidebar .sidebar-menu ul li a span {
  margin-left: 0;
}
[data-sidebar-size=md] .sidebar .sidebar-menu ul ul {
  max-width: 180px;
}
[data-sidebar-size=md] .sidebar .sidebar-menu ul ul li a {
  padding: 5px;
}
[data-sidebar-size=md] .two-col-bar .sidebar-menu ul li a span {
  margin-left: 0;
}
[data-sidebar=light] .sidebar .sidebar-menu ul ul {
  background: #f7f7f7;
}
[data-sidebar=light] .sidebar .sidebar-menu ul ul li a {
  color: #373b3e;
}
[data-sidebar=light] .sidebar .sidebar-menu ul ul li a:hover {
  color: #17a2b8;
}
[data-layout-mode=dark][data-topbar=light] body .header {
  background: #263238;
  border-color: #2e3840;
}
[data-layout-mode=dark][data-topbar=light] body .header .dropdown-toggle::after {
  border-color: #fff !important;
}
[data-layout-mode=dark][data-topbar=light] body .header .top-nav-search form .form-control {
  border: 1px solid #bbc4cc;
  color: #bbc4cc;
}
[data-layout-mode=dark][data-topbar=light] body .header .top-nav-search form .form-control::-webkit-input-placeholder {
  color: #bbc4cc;
}
[data-layout-mode=dark][data-topbar=light] body .header .top-nav-search form .form-control:-ms-input-placeholder {
  color: #bbc4cc;
}
[data-layout-mode=dark][data-topbar=light] body .header .top-nav-search form .form-control::placeholder {
  color: #bbc4cc;
}
[data-layout-mode=dark][data-topbar=light] body .header .top-nav-search form .btn {
  color: #bbc4cc;
}
table.dataTable > thead .sorting_asc_disabled:focus:after {
  color: #8291a5;
}
.custom-modal .modal-content .modal-header .btn-close {
  background-color: #f5f6f7;
  height: 30px;
  width: 30px;
  border: 1px solid #f5f6f7;
  font-size: 20px;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.custom-modal .modal-content .modal-header .btn-close:hover {
  background-color: #17a2b8;
  color: #ff8012;
  border-color: #17a2b8;
}
.custom-modal .modal-content .modal-header .btn-close:hover span {
  color: #fff;
}
.custom-modal .modal-content .modal-header .btn-close span {
  color: #373b3e;
}
@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 50px transparent;
  }
}
@keyframes ripple {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  }
  100% {
    -moz-box-shadow: 0 0 0 50px transparent;
    box-shadow: 0 0 0 50px transparent;
  }
}
.form-sort {
  position: relative;
}
.form-sort i {
  position: absolute;
  z-index: 101;
  width: 16px;
  height: 16px;
  top: 12px !important;
  left: 10px;
}
.search-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.search-set .search-input {
  position: relative;
  margin-right: 0;
}
.search-set .search-input input[type=search] {
  border: 1px solid rgba(145, 158, 171, 0.3);
  background: #fff;
  width: 227px;
}
.search-set .search-input input[type=search]::placeholder {
  color: #000;
}
@media (max-width: 1199px) {
  .search-set .search-input input[type=search] {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .search-set .search-input input[type=search] {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .search-set .search-input input[type=search] {
    width: 130px;
  }
}
@media (max-width: 575px) {
  .search-set .search-input input[type=search] {
    width: auto;
  }
}
.search-set .search-input .btn-searchset {
  border-radius: 50px;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
}
.filter-section > ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .filter-section > ul {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .filter-section > ul {
    flex-direction: column;
    align-items: flex-start;
  }
}
.filter-section > ul > li + li {
  margin-left: 10px;
}
@media (max-width: 575px) {
  .filter-section > ul > li + li {
    margin-left: 0;
    margin-top: 10px;
  }
}
.filter-section > ul > li .select2-container {
  min-width: 200px !important;
}
.filter-section > ul > li .select2-container .select2-selection.select2-selection--single {
  height: 38px;
}
.filter-section > ul > li .select2-container .select2-selection .select2-selection__rendered {
  line-height: 38px;
}
.view-icons .btn-link.active {
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.view-icons .btn-link.active i {
  color: #fff;
}
.form-sorts.dropdown {
  background: #fff;
  border: 1px solid rgba(145, 158, 171, 0.3);
  height: 38px;
  border-radius: 8px;
  padding: 10px;
}
.form-sorts.dropdown a {
  color: #000;
}
.form-sorts.dropdown a.dropdown-toggle::after {
  margin-left: 8px;
}
.filter-set-content-head a i {
  transition: 0.5s all;
}
.filter-set-content-head a:not(.collapsed) i {
  transform: rotate(90deg);
  transition: 0.5s all;
}
.form-sorts {
  position: relative;
}
.form-sorts .filter-dropdown-menu {
  padding: 24px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #d3d3d4;
  box-shadow: 0 4px 24px 0 rgba(188, 188, 188, 0.2509803922);
  position: absolute;
  z-index: 1;
  min-width: 320px;
  right: 0;
  top: 40px;
  opacity: 0;
  display: none;
}
@media (max-width: 575px) {
  .form-sorts .filter-dropdown-menu {
    right: unset;
    left: 0;
    min-width: 280px;
  }
}
.form-sorts.table-filter-show .filter-dropdown-menu {
  display: block;
  opacity: 1;
}
.form-sorts .filter-set-head h4 {
  font-size: 20px;
  border-bottom: 1px solid #d3d3d4;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.form-sorts .filter-set-content {
  margin-bottom: 15px;
}
.form-sorts .filter-set-content .filter-set-content-head a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter-set-contents ul {
  background: #f5f6f7;
  border-radius: 5px;
  padding: 15px;
  margin-top: 15px;
}
.filter-set-contents ul li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.filter-set-contents ul li:last-child {
  margin-bottom: 0;
}
.title-head {
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 767px) {
  .title-head {
    justify-content: flex-start;
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .title-head {
    flex-direction: column;
    row-gap: 20px;
    align-items: flex-start;
  }
}
.title-head .form-sort .list-view {
  padding: 10px 10px 10px 30px;
  background-color: #fff;
  border: 1px solid #e2e4e6;
  color: #7a7c7f;
  font-size: 14px;
  text-decoration: none;
  line-height: normal;
}
.view-icons .btn-link:hover {
  background: #17a2b8;
  border-color: #17a2b8;
  color: #ffffff;
}
.view-icons .btn-link:hover i {
  color: #fff;
}
.view-icons .btn-link.active-filter {
  background: #17a2b8;
  border-color: #17a2b8;
}
.view-icons .btn-link.active-filter i {
  color: #fff;
}
.col-form-label {
  padding: 0 0 5px;
  font-size: 12px;
}
.col-form-label {
  color: #373b3e;
  font-weight: 500;
}
.modal-header.header-border {
  border-bottom: 1px solid #d3d3d4 !important;
  padding-bottom: 15px !important;
  margin-bottom: 15px;
}
.modal-header.header-border h5 {
  font-size: 20px !important;
}
@media (max-width: 767px) {
  .modal-header.header-border h5 {
    font-size: 18px !important;
  }
}
.modal-padding .modal-content {
  padding: 24px;
}
.select2-container {
  z-index: unset !important;
}
.select2-results > .select2-results__options::-webkit-scrollbar {
  width: 6px;
  background: #e2e4e6;
  height: 10px;
}
.select2-results > .select2-results__options::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #e7e7e7;
  border-radius: 4px;
}
.select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background: #17a2b8;
  border-radius: 4px;
}
.select2-results > .select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #e2e4e6;
}
.form-check .form-check-input {
  cursor: pointer;
}
.form-check-input:checked {
  background-color: #405189;
  border-color: #405189;
}
.form-check label {
  cursor: pointer;
}
.form-wizard-button .button,
.form-wizard-button .btn {
  padding: 10px 12px;
  font-size: 15px;
  line-height: normal;
  border-radius: 5px;
}
.form-wizard-button .button.btn-lights,
.form-wizard-button .btn.btn-lights {
  background: #f5f6f7;
  border: 1px solid #f5f6f7;
  margin-right: 10px;
  color: #373b3e;
}
.add-info-fieldset fieldset {
  display: none;
}
[type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.success-message h3 {
  margin-bottom: 10px;
  font-size: 20px;
}
.success-message p {
  margin-bottom: 0;
}
.success-message .form-wizard-button {
  margin-top: 40px;
}
.success-popup-icon {
  background: #ffebda;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}
.success-popup-icon i {
  color: #17a2b8;
  font-size: 42px;
}
.success-popup-icon.bg-danger {
  background: #feeaee !important;
}
.success-popup-icon.bg-danger i {
  color: #fc133d;
}
#filter_inputs {
  display: none;
}
#filter_search {
  position: relative;
  margin-right: 15px;
}
#filter_search:after {
  content: "";
  width: 1px;
  height: 25px;
  background: #d3d3d4;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 575px) {
  #filter_search:after {
    display: none;
  }
}
.bootstrap-tagsinput {
  border-color: #d3d3d4;
  border-radius: 5px;
  box-shadow: none;
  font-size: 14px;
  color: #4d5154;
  min-height: 44px;
  line-height: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.bootstrap-tagsinput .tag {
  background: #f5f6f7;
  color: #373b3e;
  padding: 2px 5px;
  line-height: normal;
  border-radius: 5px;
  font-size: 14px;
}
.table-avatar .company-img {
  flex-shrink: 0;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #e2e4e6;
  border-radius: 50%;
}
.contact-wrap {
  box-shadow: 0 4px 24px 0 rgba(188, 188, 188, 0.25);
  background: #fff;
  border-radius: 5px;
  margin: 0 0 24px;
  padding: 24px 24px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
.contact-wrap .contact-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 10px;
}
.contact-wrap .contact-profile .avatar {
  margin-right: 15px;
  flex-shrink: 0;
}
.contact-wrap .contact-profile .avatar img {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .contact-wrap .contact-profile .avatar {
    width: 60px;
    height: 60px;
  }
}
.contact-wrap .contact-profile .avatar.company-avatar {
  border: 1px solid #d3d3d4;
  width: 80px;
  height: 80px;
}
.contact-wrap .contact-profile .avatar.company-avatar img {
  width: 68px;
  height: auto;
}
@media (max-width: 768px) {
  .contact-wrap .contact-profile .avatar.company-avatar {
    width: 60px;
    height: 60px;
  }
}
.contact-wrap .contact-profile h4 {
  color: #373b3e;
  margin-bottom: 5px;
}
.contact-wrap .contact-profile p {
  font-size: 14px;
  margin-bottom: 5px;
}
.contact-wrap .contact-profile .status {
  border: 2px solid #fff;
  height: 10px;
  width: 10px;
  background-color: #55ce63;
  margin: 0;
  position: absolute;
  right: 7px;
  bottom: 5px;
  border-radius: 50%;
  display: inline-block;
}
@media (max-width: 767px) {
  .contact-wrap {
    margin: 0 0 24px;
    padding: 15px 15px 5px;
  }
}
.contacts-action {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
}
.contacts-action > a {
  margin: 0 8px 10px 0;
}
.contacts-action > a:last-child {
  margin-right: 0;
}
.contacts-action .badge {
  margin: 0 8px 10px 0;
  padding: 7px 15px;
  font-size: 14px;
}
.contacts-action .dropdown-toggle {
  margin-right: 0;
  color: #373b3e;
}
.contacts-action .dropdown-toggle::after {
  content: none;
}
.contacts-action .btn {
  border-radius: 5px;
  padding: 6px 13px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  font-size: 15px;
  font-weight: 500;
}
.contacts-action .btn i {
  margin-right: 5px;
}
.contacts-action .btn-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  background: #f5f6f7;
  color: #373b3e;
}
.contacts-action .btn-icon:hover {
  background: #17a2b8;
  color: #fff !important;
}
.contact-sidebar {
  box-shadow: 0 4px 24px 0 rgba(188, 188, 188, 0.25);
  background: #fff;
  padding: 15px;
}
.new-vetcor-table-styles .contact-sidebar h5 {
  margin-bottom: 15px !important;
}
.contact-sidebar .com-add {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 15px;
}
.contact-sidebar ul {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #d3d3d4;
}
.contact-sidebar ul:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.contact-sidebar ul li {
  font-size: 14px;
  margin-bottom: 15px;
}
.contact-sidebar ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .contact-sidebar {
    margin-bottom: 24px;
  }
}
.basic-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  font-size: 14px;
}
.basic-info li span {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  background: #f5f6f7;
  color: #373b3e;
  margin-right: 10px;
  flex-shrink: 0;
}
.other-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.other-info li .other-title {
  min-width: 110px;
  display: inline-block;
  font-weight: 500;
}
.contact-tab-wrap {
  box-shadow: 0 4px 24px 0 rgba(188, 188, 188, 0.25);
  background: #fff;
  border-radius: 5px;
  margin: 0 0 15px;
  padding: 15px 15px 5px;
}
.contact-tab-wrap h4 {
  margin-bottom: 10px;
}
.contact-tab-view {
  box-shadow: 0 4px 24px 0 rgba(188, 188, 188, 0.25);
  background: #fff;
  border-radius: 5px;
  margin: 0;
  padding: 15px;
}
@media (max-width: 575px) {
  .contact-nav {
    display: block;
  }
}
.contact-nav li {
  display: inline-block;
  margin: 0 5px 10px 0;
}
.contact-nav li a {
  color: #4d5154;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #fff;
  text-align: center;
  padding: 10px 20px;
}
.contact-nav li a:hover,
.contact-nav li a.active {
  color: #17a2b8;
  border-color: #17a2b8;
}
.contact-nav li a i {
  font-size: 16px;
  margin-right: 5px;
}
@media (max-width: 575px) {
  .contact-nav li {
    display: block;
  }
}
.view-header {
  margin: 0 0 20px;
  padding: 0 0 5px;
  border-bottom: 1px solid #d3d3d4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
}
.view-header h4 {
  margin-bottom: 15px;
}
.view-header .com-add {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}
.view-header ul li {
  display: inline-block;
  margin: 0 20px 15px 0;
}
.view-header ul li:last-child {
  margin-right: 0;
}
.view-header .form-sort .select2-container {
  min-width: 140px !important;
}
.view-header .form-sort .select2-container .select2-selection.select2-selection--single {
  height: 38px;
}
.view-header .form-sort .select2-container .select2-selection .select2-selection__rendered {
  line-height: 38px;
  font-size: 14px;
  color: #4d5154;
}
.badge-day {
  background: #f4f0fd;
  color: #9368e9;
  border-radius: 5px;
  display: inline-block;
  font-size: 14px;
  margin: 0 0 20px;
  padding: 4px 14px;
}
.badge-day i {
  margin-right: 5px;
}
.activity-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #d3d3d4;
  margin: 0 0 15px;
  padding: 15px;
  border-radius: 5px;
}
.activity-wrap .activity-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  color: #fff;
  margin-right: 8px;
  flex-shrink: 0;
}
.activity-wrap .activity-info h6 {
  font-size: 15px;
  margin-bottom: 5px;
}
.activity-wrap .activity-info p {
  font-size: 14px;
  margin-bottom: 5px;
}
.activity-wrap .activity-info p:last-child {
  margin-bottom: 0;
}
.contact-head {
  margin-bottom: 5px;
}
.contact-head .contact-breadcrumb {
  margin-bottom: 5px;
}
.contact-head .contact-breadcrumb li {
  color: #646669;
  position: relative;
  display: inline-block;
  margin: 0 2px 5px 0;
  padding: 0 0 0 10px;
}
.contact-head .contact-breadcrumb li a {
  color: #646669;
}
.contact-head .contact-breadcrumb li a:hover {
  color: #17a2b8;
}
.contact-head .contact-breadcrumb li:last-child {
  margin-right: 0;
}
.contact-head .contact-breadcrumb li:first-child {
  padding-left: 0;
}
.contact-head .contact-breadcrumb li:first-child::before {
  content: none;
}
.contact-head .contact-breadcrumb li::before {
  content: "/";
  position: absolute;
  top: 0;
  left: 0;
}
.contact-head .contact-pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 10px;
}
.contact-head .contact-pagination p {
  margin: 0 15px 0 0;
  font-size: 14px;
}
.contact-head .contact-pagination ul li {
  display: inline-block;
  margin-right: 5px;
}
.contact-head .contact-pagination ul li a {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #e2e4e6;
  color: #373b3e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.contact-head .contact-pagination ul li a:hover {
  background: #17a2b8;
  color: #fff;
}
.contact-head .contact-pagination ul li:last-child {
  margin-right: 0;
}
.add-sign {
  font-size: 16px;
}
.note-edit-wrap {
  display: none;
  margin-bottom: 15px;
}
fieldset {
  display: none;
}
.modal {
  z-index: 1050 !important;
}
.modal-backdrop {
  z-index: 1040 !important;
}
.bg-pending {
  background: #9368e9 !important;
}
.tab-content {
  padding-top: 20px;
}
.page-title {
  color: #212529;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 5px;
}
textarea.form-control {
  resize: vertical;
}
.switch {
  cursor: pointer;
  position: relative;
}
.switch input {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.switch input:checked + span {
  background-color: #55ce63;
}
.switch input:checked + span:after {
  left: 31px;
}
.switch span {
  position: relative;
  width: 60px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #ecedee;
  border-color: rgba(0, 0, 0, 0.1);
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 30px;
}
.switch span:after {
  content: "";
  background-color: #fff;
  width: 20px;
  height: 20px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 4px;
  bottom: 1px;
  left: 6px;
  border-radius: 30px;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.file-wrap {
  border: 1px solid #e9e9ea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
#loader-wrapper {
  background-color: #fff;
  height: 100%;
  width: 100%;
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@keyframes reveal {
  from {
    transform: scale(0.001);
  }
  to {
    transform: scale(1);
  }
}
@keyframes slide {
  to {
    transform: translateX(1.5em);
  }
}
.view-icons {
  float: right;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .view-icons {
    margin-right: 0;
  }
}
.view-icons .btn {
  background-color: #fff;
  border: 1px solid #e2e4e6;
  color: #4d5154;
  font-size: 18px;
  min-width: 40px;
  margin: 0 5px 0 0;
  padding: 7px 0 4px;
}
.view-icons .btn.active {
  color: #373b3e;
}
@media (max-width: 767px) {
  .view-icons .btn {
    min-width: 37px;
    margin: 0 5px 0 0;
    padding: 5px 0 3px;
  }
}
@media (max-width: 767px) {
  .page-header .view-icons {
    margin-right: 10px;
  }
}
@media (max-width: 575px) {
  .page-header .view-icons {
    margin-right: 0;
  }
}
.modal .modal-body .input-block.row {
  margin-left: auto;
}
.table-avatar a.avatar {
  line-height: normal;
}
.btn-close:focus {
  box-shadow: none;
}
textarea.form-control {
  height: auto;
}
.modal button.btn-close {
  background: 0 0;
  border: 0;
}
.custom-file-container {
  box-sizing: border-box;
  position: relative;
  display: block;
}
.custom-file-container label {
  color: #17a2b8;
}
.note-editor.card {
  padding: 0.5rem;
  margin-bottom: 0;
}
.note-toolbar.card-header {
  padding: 0;
  padding-bottom: 0.5rem;
}
.note-editor.note-frame .note-statusbar .note-resizebar {
  padding-top: 0;
  height: 0;
  width: 100%;
  cursor: ns-resize;
  background: 0 0;
  border: 0;
}
@media (max-width: 991px) {
  #collapse-header {
    display: none;
  }
}
.activity-badge {
  padding: 5px 10px;
  align-items: center;
  font-size: 13px;
}
.activity-badge i {
  margin-right: 0px;
}
vc-fax-manager-details .activity-badge i {
  margin-right: 3px;
}
.new-delete-icon {
  color: #fc133d;
  margin-left: 24px;
  font-size: 20px;
}
.new-delete-icon:hover {
  color: #fc133d;
}
.table-responsive .pagination li {
  margin-right: 0;
}
.table-responsive .pagination li a {
  color: #373b3e;
}
.kanban-card {
  background: #fff;
  box-shadow: 0 4px 24px 0 rgba(188, 188, 188, 0.2509803922);
  border: 1px solid #d3d3d4;
  border-radius: 5px;
  padding: 15px;
  min-width: 285px;
  margin-bottom: 15px;
}
.kanban-drag-wrap > li:last-child .kanban-card {
  margin-bottom: 0;
}
[data-layout-mode=dark] body h1,
[data-layout-mode=dark] body h2,
[data-layout-mode=dark] body h3,
[data-layout-mode=dark] body h4,
[data-layout-mode=dark] body h5,
[data-layout-mode=dark] body h6,
[data-layout-mode=dark] body p {
  color: #bcbebf;
}
textarea.form-control {
  resize: none;
}
.new-vetcor-table-styles h1,
.new-vetcor-table-styles .h1 {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 1.3px;
  color: #ffffff;
  margin-bottom: 0px;
  margin-top: 0px;
}
.new-vetcor-table-styles h2,
.new-vetcor-table-styles .h2 {
  font-size: 1.75rem;
  font-weight: 500;
  color: #212529;
  margin-bottom: 0;
}
.new-vetcor-table-styles h3,
.new-vetcor-table-styles .h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #212529;
  margin-bottom: 0;
}
.new-vetcor-table-styles h4,
.new-vetcor-table-styles .h4 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #212529;
  margin-bottom: 0;
}
.new-vetcor-table-styles h5,
.new-vetcor-table-styles .h5 {
  font-size: 1rem;
  font-weight: 500;
  color: #212529;
  margin-bottom: 0;
}
.new-vetcor-table-styles h6,
.new-vetcor-table-styles .h6 {
  font-size: 0.875rem;
  font-weight: 500;
  color: #212529;
  margin-bottom: 0;
}
body .new-vetcor-table-styles {
  background-color: #f2f8f8 !important;
}
body .new-vetcor-table-styles .btn:focus,
body .new-vetcor-table-styles .btn.focus {
  box-shadow: none;
}
.new-vetcor-table-styles .btn.btn-searchset:active {
  background: transparent !important;
  color: #000000 !important;
}
body .new-vetcor-table-styles a {
  text-decoration: none;
  outline: none;
  color: #17a2b8;
}
body .new-vetcor-table-styles a:hover {
  text-decoration: none;
  outline: none;
  color: #2eaabe;
}
body .contact-head .contact-breadcrumb li a:hover {
  color: #2eaabe;
}
body .new-vetcor-table-styles .btn-primary {
  background-color: #09a961;
  border-color: #09a961;
  box-shadow: 0 4px 6px rgba(85, 85, 103, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}
body .new-vetcor-table-styles .btn-primary:hover {
  background-color: #1e8657;
  border-color: #1e8657;
  box-shadow: 0 17px13px rgba(85, 85, 103, 0.11), 0 3px 6px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  transform: translateY(-1px);
}
body .add-btn {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #ffffff;
  line-height: 27px;
  transition: 0.3s;
}
body .btn-pink {
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: 0 4px 6px rgba(85, 85, 103, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}
body .btn-pink:focus,
body .btn-pink:hover,
body .btn-pink:active,
body .btn-pink.active {
  background-color: #2eaabe;
  border-color: #2eaabe;
  box-shadow: 0 17px 13px rgba(85, 85, 103, 0.11), 0 3px 6px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  transform: translateY(-1px);
}
.list-view.btn.btn-link {
  box-shadow: 0 4px 6px rgba(85, 85, 103, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}
.list-view.btn.btn-link:hover {
  box-shadow: 0 17px 13px rgba(85, 85, 103, 0.11), 0 3px 6px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  transform: translateY(-1px);
}
.pdfButton {
  box-shadow: 0 4px 6px rgba(85, 85, 103, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  background: #ffffff;
  opacity: 0.8;
  border-radius: 100%;
  border: 1px solid #dcdcdc;
  line-height: 31px;
  text-align: center;
  width: 32px;
  height: 32px;
}
.pdfButton:hover {
  box-shadow: 0 17px 13px rgba(85, 85, 103, 0.11), 0 3px 6px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  transform: translateY(-1px);
}
body .form-wizard-button .button,
body .form-wizard-button .btn {
  padding: 10px 12px;
  font-size: 15px;
  line-height: 19px;
  border-radius: 5px;
  vertical-align: middle;
  box-shadow: 0 4px 6px rgba(85, 85, 103, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}
body .contact-head .contact-breadcrumb li a i {
  color: #17a2b8;
}
body .new-vetcor-table-styles .btn-primary:not(:disabled):not(.disabled):active,
body .new-vetcor-table-styles .btn-primary:not(:disabled):not(.disabled).active,
body .new-vetcor-table-styles .show > .btn-primary.dropdown-toggle {
  background-color: #1f8557;
  border-color: #1f8557;
  box-shadow: 0 4px 6px rgba(85, 85, 103, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}
body .new-vetcor-table-styles .btn-primary:focus {
  background-color: #1f8557;
  border-color: #1f8557;
  box-shadow: none;
  box-shadow: 0 17px 13px rgba(85, 85, 103, 0.11), 0 3px 6px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  transform: translateY(-1px);
}
body .new-vetcor-table-styles .form-control:focus {
  border-color: #f2f2f2;
  box-shadow: 0 0 0 0.2rem rgba(236, 236, 236, 0.25);
}
body .new-vetcor-table-styles .btn-primary:not(:disabled):not(.disabled):active:focus,
body .new-vetcor-table-styles .btn-primary:not(:disabled):not(.disabled).active:focus,
body .new-vetcor-table-styles .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 17px 13px rgba(85, 85, 103, 0.11), 0 3px 6px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  transform: translateY(-1px);
}
body .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link:focus {
  box-shadow: 0 0 0 0.2rem #ffffff;
}
body .p-button:focus {
  box-shadow: 0 0 0 0.2rem #f2f2f2;
}
body .p-button.p-button-icon-only.p-button-rounded {
  margin-right: 10px;
  box-shadow: 0 4px 6px rgba(85, 85, 103, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}
body #CampaignSelectorPage .card-header {
  color: #212529;
}
body .new-vetcor-table-styles .page-item.active .page-link {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}
body .new-vetcor-table-styles .view-icons .btn {
  padding: 7px 0 7px;
  box-shadow: 0 4px 6px rgba(85, 85, 103, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}
body .new-vetcor-table-styles .view-icons .btn:hover {
  transition: 0.3s;
  box-shadow: 0 17px 13px rgba(85, 85, 103, 0.11), 0 3px 6px rgba(0, 0, 0, 0.08);
  transform: translateY(-1px);
}
body .title-head .form-sort .list-view {
  padding: 11px 10px 11px 30px;
}
.mat-mdc-select-arrow-wrapper {
  margin-left: 10px;
}
body .form-sorts.dropdown {
  height: 42px;
  border-radius: 5px;
  line-height: 42px;
  padding: 0 13px 0 13px;
}
.form-sort.alphaKC {
  background: #fff;
  border: 1px solid rgba(145, 158, 171, 0.3);
  height: 42px;
  border-radius: 5px;
  line-height: 42px;
  padding: 0 13px 0 13px;
}
.las.la-filter.me-2 {
  padding-right: 6px;
}
.la-sort-alpha-up-alt {
  display: none;
}
body .search-set .search-input input[type=search] {
  height: 39px;
  border-radius: 5px;
  line-height: 39px;
  padding: 0 13px 0 13px;
  margin-top: 0px;
  font-size: 14px;
}
body .new-vetcor-table-styles .search-input label {
  margin-bottom: 0px;
}
.new-vetcor-table-styles .btn-searchset .la-search {
  line-height: 30px;
}
.new-vetcor-table-styles .la-file-export {
  line-height: 20px;
}
.contact-pagination ul {
  margin-bottom: 0px;
}
body .la-sort-amount-up-alt {
  top: 5px;
  left: -22px;
}
.com-add i,
.add-new i {
  padding-right: 7px;
}
.new-vetcor-table-styles .dropdown-toggle i {
  padding-right: 7px;
  padding-left: 7px;
}
.new-vetcor-table-styles .dropdown-toggle img {
  margin-right: 7px;
}
#add_compose i {
  padding-left: 10px;
}
#add_compose .btn {
  margin-left: 5px;
  margin-right: 5px;
}
body .list-view.btn.btn-link.active.faxManagerTopLeftIcons {
  padding-top: 5px;
  padding-bottom: 5px;
}
.header h1,
.header .h1 {
  font-size: 1.4rem !important;
  font-weight: 400 !important;
  letter-spacing: 1.3px;
  color: #ffffff !important;
  margin-bottom: 0px;
  margin-top: 0px;
  text-transform: uppercase;
  margin-left: 20px;
  line-height: 35px !important;
}
.header h1:before {
  content: " ";
  height: 32px;
  margin-right: 15px;
  display: inline-block;
  background: #ffffff;
  width: 1.5px;
  vertical-align: middle;
  margin-top: -8px;
}
.screen-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  height: calc(100vh - 161px);
}
.p-breadcrumb {
  padding-left: 30px !important;
}
.vetcorSortFilters.dropdown a {
  color: #495057;
}
.vetcorSortFilters.dropdown a.dropdown-toggle::after {
  margin-left: 8px;
}
.vetcorSortFilters.table-filter-show .filter-dropdown-menu {
  display: block;
  opacity: 1;
}
.vetcorSortFilters .filter-set-head h4 {
  font-size: 20px;
  border-bottom: 1px solid #d3d3d4;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.vetcorSortFilters .filter-set-content {
  margin-bottom: 15px;
  background: #f5f6f7;
  border-radius: 5px;
  padding: 15px;
  margin-top: 15px;
}
.vetcorSortFilters .filter-set-content .filter-set-content-head a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vetcorSortFilters .filter-reset-btns {
  border-top: 1px solid #d3d3d4;
  padding-top: 15px;
}
.vetcorSortFilters .filter-reset-btns a {
  padding: 10px 40px;
}
.vetcorSortFilters .filter-reset-btns .btn-light {
  background: #f5f6f7;
  border-color: #f5f6f7;
  margin-right: 15px;
}
.vetcorSortFilters #filter-dropdown .btn-check:checked + .btn,
.vetcorSortFilters #filter-dropdown .btn.active,
.btn.show,
.vetcorSortFilters #filter-dropdown .btn:first-child:active,
.vetcorSortFilters #filter-dropdown :not(.btn-check) + .btn:active {
  color: #7a7c7f !important;
}
.vetcorSortFilters .form-check {
  margin-bottom: 7px;
}
.vetcorSortFilters input {
  vertical-align: middle;
  margin-right: 5px;
  margin-top: 4px;
}
.vetcorSortFilters .statusOptionInput {
  margin-top: -2px;
}
body .dashboardFaxRows td {
  vertical-align: middle !important;
  font-size: 12px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.new-vetcor-table-styles .mat-sort-header-content,
.new-vetcor-table-styles thead th {
  font-size: 14px;
}
body .dashboardFaxRows td h2 {
  font-size: 12px;
}
.new-vetcor-table-styles .activity-badge.badge-bg-noresponse {
  background: #fae8e8;
  color: #e21111;
}
.new-vetcor-table-styles .activity-badge.badge-bg-processing {
  background: #ffe5cf;
  color: #ff610f;
}
.new-vetcor-table-styles .activity-badge.badge-bg-refused {
  background: #f55a88;
  color: #ffffff;
}
.new-vetcor-table-styles .activity-badge.badge-bg-failed {
  background: #fae8e8;
  color: #e21111;
}
.new-vetcor-table-styles .activity-badge.badge-bg-optout {
  background: #f55a88;
  color: #ffffff;
}
.new-vetcor-table-styles .activity-badge.badge-bg-ready {
  background: #e8e2f6;
  color: #9368e9;
}
.new-vetcor-table-styles .activity-badge.badge-bg-pending {
  background: #effaee;
  color: #58c455;
}
.new-vetcor-table-styles .activity-badge.badge-bg-complete {
  background: #daecf8;
  color: #009efb;
}
.new-vetcor-table-styles .activity-badge.badge-bg-sms {
  background: #fff8eb;
  color: #ffbc34;
}
.new-vetcor-table-styles .activity-badge.badge-bg-sms-resent {
  background: #ffe9c0;
  color: #faa700;
}
body .new-vetcor-table-styles .activity-badge {
  width: 115px;
  min-width: 80px;
  white-space: pre-wrap;
  padding: 7px 7px;
  font-size: 11px;
  line-height: 16px;
}
body vc-fax-manager-details .new-vetcor-table-styles .activity-badge {
  width: 190px;
  min-width: 190px;
  white-space: pre-wrap;
  padding: 7px 7px;
  font-size: 16px;
  line-height: 22px;
}
body .new-vetcor-table-styles .activity-badge i {
  margin-right: 0px;
}
body vc-fax-manager-details .new-vetcor-table-styles .activity-badge i {
  margin-right: 3px !important;
}
body .dashboardFaxRows .dropdown-item {
  padding: 0.1rem 0.55rem;
  display: flex;
  width: 100%;
  text-align: right;
  justify-content: right;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  color: #000000;
}
body .dashboardFaxRows .dropdown-item i {
  font-size: 15px;
  padding-left: 5px;
  padding-bottom: 3px;
  margin-bottom: 0px;
  max-height: 17px;
  line-height: 16px;
  color: #000000;
}
body .dashboardFaxRows .dropdown-item:hover,
body .dashboardFaxRows .dropdown-item:focus,
body .dashboardFaxRows .dropdown-item i:hover,
body .dashboardFaxRows .dropdown-item i:focus {
  background-color: transparent;
  color: #7e7e7e !important;
}
body .new-vetcor-table-styles .table-avatar .company-img {
  width: 42px;
  height: 42px;
  overflow: hidden;
}
body .faxManagerTopLeftIcons,
body .faxManagerTopLeftIcons:hover {
  box-shadow: none !important;
  transform: none !important;
  text-decoration: none !important;
}
body .faxManagerTopLeftIcons:hover {
  color: #ffffff;
}
.new-vetcor-table-styles .search-set .search-input .btn-searchset {
  line-height: 30px;
  top: -1px;
  right: 20px;
}
.new-vetcor-table-styles .profile-split:hover {
  color: #7e7e7e;
}
.new-vetcor-table-styles .table_footer {
  margin-top: 10px;
}
body [hidden] {
  display: block !important;
}
body .contact-wrap .contact-profile .avatar.company-avatar img {
  width: 68px;
  height: auto;
}
.vetcorStatusButton select:invalid {
  color: gray;
}
.dashboardActionCol .hasNotes.la-sticky-note:after {
  content: attr(data-count);
  color: #ffffff;
  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";
  display: block;
  width: 13px;
  height: 13px;
  font-size: 8px;
  border-radius: 100%;
  position: relative;
  left: 6px;
  top: -21px;
  text-align: center;
  background-color: #17a2b8;
  line-height: 13px;
  font-weight: 600;
  padding-left: 0.5px;
}
.new-vetcor-table-styles .btn.ignoredButton:hover {
  color: #ffffff !important;
  text-decoration: none;
}
.new-vetcor-table-styles .btn.exportButton:hover {
  color: #ffffff !important;
  background: #17a2b8 !important;
}
.activeCompleteLinks {
  font-size: 13px;
  color: #7d7d7d;
  font-weight: 400;
}
.activeCompleteLinks:hover {
  font-size: 13px;
  color: #515151;
  font-weight: 400;
}
.new-vetcor-table-styles-details .contact-sidebar ul li {
  font-size: 13px;
  margin-bottom: 8px;
}
.new-vetcor-table-styles-details .contact-sidebar h5 {
  font-size: 16px;
}
.new-vetcor-table-styles-details .other-title {
  color: #000000;
  font-weight: 600;
}
.ddiconSMS:before {
  content: "\f086";
  font-family: "Line Awesome Free";
  font-weight: 400;
  font-size: 18px;
  position: absolute;
  top: -2px;
  left: 19px;
  color: #ffbc34;
}
.ddiconReady:before {
  content: "\f1ac";
  font-family: "FontAwesome";
  font-weight: 400;
  font-size: 16px;
  position: absolute;
  top: -2px;
  left: 19px;
  color: #9368e9;
}
.ddiconPending:before {
  content: "\f572";
  font-family: "FontAwesome";
  font-weight: 400;
  font-size: 16px;
  position: absolute;
  top: -2px;
  left: 19px;
  color: #58c455;
}
.la-clock:before {
  content: "\f017";
  font-family: "FontAwesome";
  font-weight: 400;
  font-size: 85%;
}
.la-remove:before {
  content: "\f00d";
  font-family: "FontAwesome";
  font-weight: 400;
  font-size: 85%;
}
.la-rotate-left:before {
  content: "\f2f5";
  font-family: "FontAwesome";
  font-weight: 400;
  font-size: 85%;
}
.la-fax:before {
  content: "\f1ac";
  font-family: "FontAwesome";
  font-weight: 400;
  font-size: 85%;
  margin-right: 2px;
}
.new-vetcor-table-styles .bg-responded {
  background: #ff903c !important;
  color: #ffffff !important;
}
.new-vetcor-table-styles .bg-warning {
  background: #ffd77c !important;
  color: #ffffff !important;
}
.header-logo {
  margin-top: -5px;
}
.header .btn-primary {
  background-color: rgba(255, 255, 255, 0.1215686275);
  border-color: transparent;
}
vc-fax-manager-dashboard .btn-primary,
vc-fax-manager-details .btn-primary {
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.header .btn-primary:hover,
.header .btn-primary:active,
.header .btn-primary:focus {
  background-color: #09a961;
  border-color: #09a961;
  box-shadow: none;
}
.example-viewport {
  height: calc(100vh - 320px);
  width: 100%;
  overflow: auto;
}
.example-viewport-pricing {
  height: calc(100vh - 520px);
  width: 100%;
  overflow: auto;
}
.example-viewport-pricing-admin {
  height: calc(100vh - 450px);
  width: 100%;
  overflow: auto;
}
.example-viewport-review-requests {
  height: calc(100vh - 320px);
  width: 100%;
  overflow: auto;
}
.list-striped li:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.list-striped li:hover {
  cursor: pointer;
  background-color: #17a2b8;
  color: #ffffff;
}
body .new-vetcor-table-styles .adEdit {
  background-color: #ffffff !important;
  border-color: #f8f9fa !important;
  color: #01a978 !important;
  font-size: 15px;
}
body .new-vetcor-table-styles .adEdit i {
  color: #ffffff;
  background: #01a978;
  padding: 6px;
  border-radius: 3px;
  font-size: 11px;
  margin-right: 5px;
  margin-left: -4px;
  vertical-align: top;
}
body .new-vetcor-table-styles .adSave {
  background-color: #ffffff !important;
  border-color: #f8f9fa !important;
  color: #01a978 !important;
  font-size: 15px;
}
body .new-vetcor-table-styles .adSave i {
  color: #ffffff;
  background: #01a978;
  padding: 6px;
  border-radius: 3px;
  font-size: 11px;
  margin-right: 5px;
  margin-left: -4px;
  vertical-align: top;
}
body .new-vetcor-table-styles .adMerge {
  background-color: #ffffff !important;
  border-color: #f8f9fa !important;
  color: #0096c9 !important;
  font-size: 15px;
  margin-right: 8px;
}
body .new-vetcor-table-styles .adMerge i {
  color: #ffffff;
  background: #17b0e3;
  padding: 6px;
  border-radius: 3px;
  font-size: 11px;
  margin-right: 5px;
  margin-left: -4px;
  vertical-align: top;
}
body .new-vetcor-table-styles .requestSave {
  background-color: #fc6075 !important;
  border-color: #fc6075 !important;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 600;
  padding: 9px 18px;
  margin-bottom: 27px;
}
body .new-vetcor-table-styles .requestSave i {
  color: #fc6075;
  background: #ffffff;
  padding: 6px;
  border-radius: 3px;
  font-size: 11px;
  margin-right: 5px;
  margin-left: -4px;
  vertical-align: bottom;
}
.nav-tabs {
  border-bottom: 1px solid #ffffff;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  padding: 18px 32px 18px 32px !important;
  color: #757575;
  -webkit-text-stroke-color: #757575;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.nav-tabs .nav-link i {
  margin-right: 12px;
  vertical-align: baseline;
  font-size: 13px;
}
.nav-tabs .nav-link {
  background: rgba(0, 0, 0, 0.0509803922);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #000000;
  -webkit-text-stroke-color: #000000;
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0px -20px 29px -15px rgba(188, 188, 188, 0.2);
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: transparent;
  color: #000000;
  -webkit-text-stroke-color: #000000;
}
body .new-vetcor-table-styles .requestActionsDrop {
  padding: 4px 4px;
  font-size: 12px;
  color: #6c757d !important;
  border-color: #6c757d !important;
  border-radius: 0.25rem !important;
  font-weight: 400;
  text-align: left !important;
}
body .new-vetcor-table-styles .requestActionsDrop option {
  padding: 5px !important;
}
body .new-vetcor-table-styles .requestActionsDrop:active,
body .new-vetcor-table-styles .requestActionsDrop:focus,
body .new-vetcor-table-styles .requestActionsDrop:first-child:active {
  background: transparent !important;
  color: #6c757d !important;
}
body .new-vetcor-table-styles .requestActionsDrop:hover {
  background: #ffffff !important;
}
.new-vetcor-table-styles .mat-sort-header-content {
  text-align: left;
}
body .new-vetcor-table-styles .adminFeedback {
  width: 175px;
  height: 53px;
  border: 1px solid #6c757d;
  font-size: 12px;
  border-radius: 0.25rem !important;
  line-height: 15px;
}
.status-toggle-container {
  display: flex;
  gap: 5px;
  margin-bottom: -5px;
}
.status-toggle-container button {
  background-color: #fafbfc;
  border: 1px solid #dee1e3;
  color: #62666b;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0px;
  font-size: 13px;
  font-weight: 500;
  justify-content: center;
  line-height: 13px;
  transition: 0.3s;
}
.status-toggle-container button.active {
  background-color: #e9f3fa;
  color: #62666b;
  border-color: #dce6ec;
  box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.28), 0 0px 3px rgba(0, 0, 0, 0.28);
}
.status-toggle-container button:hover,
.status-toggle-container button.active:hover {
  background-color: #e9f3fa;
  color: #62666b;
  border-color: #dce6ec;
  transition: 0.3s;
  box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.28), 0 0px 3px rgba(0, 0, 0, 0.28);
}
.status-toggle-container .status-circle {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid #212529;
  margin-right: 4px;
  position: relative;
}
.status-toggle-container .status-circle.checked::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: -1.5px;
  left: -1px;
  background-color: white;
  color: #212529;
  border-radius: 50%;
  padding: 1px;
  font-size: 7px;
  width: 10px;
  height: 10px;
  display: flex;
  align-items: start;
  line-height: 8px;
  border: 1px solid;
  border-color: #ffffff;
}
.adminSupportNote_onlyadmin {
  position: relative;
}
.adminSupportNote_onlyadmin button {
  background: transparent;
  color: unset;
  font-size: unset;
  border: unset;
  text-align: unset;
  padding: unset;
  margin: unset;
  -webkit-user-select: unset;
  user-select: unset;
  align-items: unset;
  display: unset;
  vertical-align: top;
  line-height: 18px;
  box-shadow: none !important;
  border-color: unset !important;
}
.adminSupportNote_onlyadmin button:hover {
  background: transparent !important;
  color: #0096c9 !important;
}
.adminSupportNote_onlyadmin:before {
  content: attr(data-count);
  color: #ffffff;
  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";
  display: block;
  width: 18px;
  height: 18px;
  font-size: 10px;
  border-radius: 100%;
  position: absolute;
  left: -23px;
  top: -6px;
  text-align: center;
  background-color: #c1c1c1;
  line-height: 17px;
  font-weight: 700;
}
vc-products-admin-list .notesUser {
  background-color: #f8f8f8;
  border: 1px solid #e1e1e1;
  border-radius: 100%;
  font-size: 17px;
  text-align: center;
  height: 45px;
  width: 45px;
  line-height: 44px;
  margin-right: 10px;
}
.moreInfoBadge {
  font-size: 15px;
  vertical-align: baseline;
  font-weight: 500 !important;
  white-space: pre-wrap;
  padding: 9px 9px;
  line-height: 18px;
  background: #fff8eb;
  color: #ffbc34;
  border-radius: 6px;
}
.declinedBadge {
  font-size: 15px;
  vertical-align: baseline;
  font-weight: 500 !important;
  white-space: pre-wrap;
  padding: 9px 9px;
  line-height: 18px;
  background: #fae8e8;
  color: #e21111;
  border-radius: 6px;
}
.approvedBadge {
  font-size: 15px;
  vertical-align: baseline;
  font-weight: 500 !important;
  white-space: pre-wrap;
  padding: 9px 9px;
  line-height: 18px;
  background: #daecf8;
  color: #009efb;
  border-radius: 6px;
}
.openBadge {
  font-size: 15px;
  vertical-align: baseline;
  font-weight: 500 !important;
  white-space: pre-wrap;
  padding: 9px 9px;
  line-height: 18px;
  background: #effaee;
  color: #58c455;
  border-radius: 6px;
}
.status-toggle-container button.active .status-circle {
  border-color: #212529;
}
.badge-day.faxpdf:hover {
  color: #f4f0fd;
  background: #9368e9;
  transition: 0.2s;
}
.image-container .cropped-image {
  max-height: 400px;
}
@media (max-width: 767px) {
  .faxDetailsCreatedDate {
    position: absolute;
    top: 100px;
  }
  .header h1 {
    display: none !important;
  }
}
@media (min-width: 768px) {
  body .container-md,
  body .container-sm,
  body .container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  body .container-xl,
  body .container-lg,
  body .container-md,
  body .container-sm,
  body .container {
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
