@charset "UTF-8";
/* Imports */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@import url("../fonts/materialdesign/css/materialdesignicons.css");
@import url("../fonts/crypto-icons/cryptocoins.css");
@import url("../fonts/flag-icon-css/flag-icon.min.css");
@import url("../fonts/fontawesome/css/all.min.css");
@import url("../fonts/simple-line-icons/css/simple-line-icons.css");
@import url("../fonts/themify-icons/themify-icons.css");
@import url("../fonts/weather-icons/css/weather-icons.css");
/*!
 * Bootstrap v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #5969ff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #ef172c;
  --orange: #fd7e14;
  --yellow: #ffc108;
  --green: #2ec551;
  --teal: #ff407b;
  --cyan: #25d5f2;
  --white: #fff;
  --gray: #686972;
  --gray-dark: #3b3d48;
  --primary: #5969ff;
  --secondary: #ff407b;
  --success: #2ec551;
  --info: #25d5f2;
  --warning: #ffc108;
  --danger: #ef172c;
  --light: #efeff6;
  --dark: #3b3d48;
  --primary-light: #dbdeff;
  --info-light: #dffaff;
  --secondary-light: #ffdbe6;
  --danger-light: #fbd3d5;
  --success-light: #c5fad3;
  --warning-light: #ffefbd;
  --facebook: #3b5898;
  --twitter: #1ea2f2;
  --instagram: #9361fa;
  --rss: #ee802f;
  --pinterest: #c8232c;
  --youtube: #ff0000;
  --googleplus: #d34836;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Open Sans", "sans-serif;";
  --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(46, 47, 57, 0);
}

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

body {
  margin: 0;
  font-family: "Open Sans", "sans-serif;";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  color: #71748d;
  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;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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: #5969ff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(12.5, 35.8734939759, 255);
  text-decoration: none;
}

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: #686972;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.3;
  color: #2e2f39;
}

h1, .h1 {
  font-size: 1.859375rem;
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.3109375rem + 0.73125vw);
  }
}

h2, .h2 {
  font-size: 1.53125rem;
}
@media (max-width: 1200px) {
  h2, .h2 {
    font-size: calc(1.278125rem + 0.3375vw);
  }
}

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

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

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

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

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.3;
}
@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }
}

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

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

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

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

small,
.small {
  font-size: 80%;
  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.09375rem;
}

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #e6e6f2;
  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: #686972;
}

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: #71748d;
  border-radius: 0.125rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #71748d;
}
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: 12px;
  padding-left: 12px;
  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: -12px;
  margin-left: -12px;
}

.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: 12px;
  padding-left: 12px;
}

.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.3333333333%;
  max-width: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

.offset-2 {
  margin-left: 16.6666666667%;
}

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

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

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

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

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

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@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.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@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.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@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.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@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.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #71748d;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e6e6f2;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e6e6f2;
}
.table tbody + tbody {
  border-top: 2px solid #e6e6f2;
}

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

.table-bordered {
  border: 1px solid #e6e6f2;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #e6e6f2;
}
.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(46, 47, 57, 0.05);
}

.table-hover tbody tr:hover {
  color: #71748d;
  background-color: rgba(46, 47, 57, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(208.52, 213, 255);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(168.68, 177, 255);
}

.table-hover .table-primary:hover {
  background-color: rgb(183.02, 189.9578313253, 255);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(183.02, 189.9578313253, 255);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(255, 201.52, 218.04);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(255, 155.68, 186.36);
}

.table-hover .table-secondary:hover {
  background-color: rgb(255, 176.02, 200.4169633508);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(255, 176.02, 200.4169633508);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(196.48, 238.76, 206.28);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(146.32, 224.84, 164.52);
}

.table-hover .table-success:hover {
  background-color: rgb(176.5193258427, 233.2206741573, 189.6620224719);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.5193258427, 233.2206741573, 189.6620224719);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(193.96, 243.24, 251.36);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(141.64, 233.16, 248.24);
}

.table-hover .table-info:hover {
  background-color: rgb(169.8950649351, 238.6036363636, 249.9249350649);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(169.8950649351, 238.6036363636, 249.9249350649);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.84);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.56);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.2391902834, 160.34);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.2391902834, 160.34);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(250.52, 190.04, 195.92);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(246.68, 134.36, 145.28);
}

.table-hover .table-danger:hover {
  background-color: rgb(248.8748387097, 166.1851612903, 174.2244354839);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(248.8748387097, 166.1851612903, 174.2244354839);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(250.52, 250.52, 252.48);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(246.68, 246.68, 250.32);
}

.table-hover .table-light:hover {
  background-color: rgb(234.2, 234.2, 243.3);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(234.2, 234.2, 243.3);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(200.12, 200.68, 203.76);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(153.08, 154.12, 159.84);
}

.table-hover .table-dark:hover {
  background-color: rgb(186.9326649077, 187.6272295515, 191.4473350923);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(186.9326649077, 187.6272295515, 191.4473350923);
}

.table-primary-light,
.table-primary-light > th,
.table-primary-light > td {
  background-color: rgb(244.92, 245.76, 255);
}
.table-primary-light th,
.table-primary-light td,
.table-primary-light thead th,
.table-primary-light tbody + tbody {
  border-color: rgb(236.28, 237.84, 255);
}

.table-hover .table-primary-light:hover {
  background-color: rgb(219.42, 222.385, 255);
}
.table-hover .table-primary-light:hover > td,
.table-hover .table-primary-light:hover > th {
  background-color: rgb(219.42, 222.385, 255);
}

.table-info-light,
.table-info-light > th,
.table-info-light > td {
  background-color: rgb(246.04, 253.6, 255);
}
.table-info-light th,
.table-info-light td,
.table-info-light thead th,
.table-info-light tbody + tbody {
  border-color: rgb(238.36, 252.4, 255);
}

.table-hover .table-info-light:hover {
  background-color: rgb(220.54, 249.615625, 255);
}
.table-hover .table-info-light:hover > td,
.table-hover .table-info-light:hover > th {
  background-color: rgb(220.54, 249.615625, 255);
}

.table-secondary-light,
.table-secondary-light > th,
.table-secondary-light > td {
  background-color: rgb(255, 244.92, 248);
}
.table-secondary-light th,
.table-secondary-light td,
.table-secondary-light thead th,
.table-secondary-light tbody + tbody {
  border-color: rgb(255, 236.28, 242);
}

.table-hover .table-secondary-light:hover {
  background-color: rgb(255, 219.42, 230.2916666667);
}
.table-hover .table-secondary-light:hover > td,
.table-hover .table-secondary-light:hover > th {
  background-color: rgb(255, 219.42, 230.2916666667);
}

.table-danger-light,
.table-danger-light > th,
.table-danger-light > td {
  background-color: rgb(253.88, 242.68, 243.24);
}
.table-danger-light th,
.table-danger-light td,
.table-danger-light thead th,
.table-danger-light tbody + tbody {
  border-color: rgb(252.92, 232.12, 233.16);
}

.table-hover .table-danger-light:hover {
  background-color: rgb(251.755, 219.305, 220.9275);
}
.table-hover .table-danger-light:hover > td,
.table-hover .table-danger-light:hover > th {
  background-color: rgb(251.755, 219.305, 220.9275);
}

.table-success-light,
.table-success-light > th,
.table-success-light > td {
  background-color: rgb(238.76, 253.6, 242.68);
}
.table-success-light th,
.table-success-light td,
.table-success-light thead th,
.table-success-light tbody + tbody {
  border-color: rgb(224.84, 252.4, 232.12);
}

.table-hover .table-success-light:hover {
  background-color: rgb(215.2838095238, 251.5761904762, 224.8704761905);
}
.table-hover .table-success-light:hover > td,
.table-hover .table-success-light:hover > th {
  background-color: rgb(215.2838095238, 251.5761904762, 224.8704761905);
}

.table-warning-light,
.table-warning-light > th,
.table-warning-light > td {
  background-color: rgb(255, 250.52, 236.52);
}
.table-warning-light th,
.table-warning-light td,
.table-warning-light thead th,
.table-warning-light tbody + tbody {
  border-color: rgb(255, 246.68, 220.68);
}

.table-hover .table-warning-light:hover {
  background-color: rgb(255, 244.3381818182, 211.02);
}
.table-hover .table-warning-light:hover > td,
.table-hover .table-warning-light:hover > th {
  background-color: rgb(255, 244.3381818182, 211.02);
}

.table-facebook,
.table-facebook > th,
.table-facebook > td {
  background-color: rgb(200.12, 208.24, 226.16);
}
.table-facebook th,
.table-facebook td,
.table-facebook thead th,
.table-facebook tbody + tbody {
  border-color: rgb(153.08, 168.16, 201.44);
}

.table-hover .table-facebook:hover {
  background-color: rgb(183.4042809365, 193.9975250836, 217.3757190635);
}
.table-hover .table-facebook:hover > td,
.table-hover .table-facebook:hover > th {
  background-color: rgb(183.4042809365, 193.9975250836, 217.3757190635);
}

.table-twitter,
.table-twitter > th,
.table-twitter > td {
  background-color: rgb(192, 228.96, 251.36);
}
.table-twitter th,
.table-twitter td,
.table-twitter thead th,
.table-twitter tbody + tbody {
  border-color: rgb(138, 206.64, 248.24);
}

.table-hover .table-twitter:hover {
  background-color: rgb(167.8928571429, 218.9957142857, 249.9671428571);
}
.table-hover .table-twitter:hover > td,
.table-hover .table-twitter:hover > th {
  background-color: rgb(167.8928571429, 218.9957142857, 249.9671428571);
}

.table-instagram,
.table-instagram > th,
.table-instagram > td {
  background-color: rgb(224.76, 210.76, 253.6);
}
.table-instagram th,
.table-instagram td,
.table-instagram thead th,
.table-instagram tbody + tbody {
  border-color: rgb(198.84, 172.84, 252.4);
}

.table-hover .table-instagram:hover {
  background-color: rgb(207.8642944785, 186.042208589, 252.817791411);
}
.table-hover .table-instagram:hover > td,
.table-hover .table-instagram:hover > th {
  background-color: rgb(207.8642944785, 186.042208589, 252.817791411);
}

.table-rss,
.table-rss > th,
.table-rss > td {
  background-color: rgb(250.24, 219.44, 196.76);
}
.table-rss th,
.table-rss td,
.table-rss thead th,
.table-rss tbody + tbody {
  border-color: rgb(246.16, 188.96, 146.84);
}

.table-hover .table-rss:hover {
  background-color: rgb(248.3133333333, 205.0466666667, 173.1866666667);
}
.table-hover .table-rss:hover > td,
.table-hover .table-rss:hover > th {
  background-color: rgb(248.3133333333, 205.0466666667, 173.1866666667);
}

.table-pinterest,
.table-pinterest > th,
.table-pinterest > td {
  background-color: rgb(239.6, 193.4, 195.92);
}
.table-pinterest th,
.table-pinterest td,
.table-pinterest thead th,
.table-pinterest tbody + tbody {
  border-color: rgb(226.4, 140.6, 145.28);
}

.table-hover .table-pinterest:hover {
  background-color: rgb(234.5, 173, 176.3545454545);
}
.table-hover .table-pinterest:hover > td,
.table-hover .table-pinterest:hover > th {
  background-color: rgb(234.5, 173, 176.3545454545);
}

.table-youtube,
.table-youtube > th,
.table-youtube > td {
  background-color: rgb(255, 183.6, 183.6);
}
.table-youtube th,
.table-youtube td,
.table-youtube thead th,
.table-youtube tbody + tbody {
  border-color: rgb(255, 122.4, 122.4);
}

.table-hover .table-youtube:hover {
  background-color: rgb(255, 158.1, 158.1);
}
.table-hover .table-youtube:hover > td,
.table-hover .table-youtube:hover > th {
  background-color: rgb(255, 158.1, 158.1);
}

.table-googleplus,
.table-googleplus > th,
.table-googleplus > td {
  background-color: rgb(242.68, 203.76, 198.72);
}
.table-googleplus th,
.table-googleplus td,
.table-googleplus thead th,
.table-googleplus tbody + tbody {
  border-color: rgb(232.12, 159.84, 150.48);
}

.table-hover .table-googleplus:hover {
  background-color: rgb(238.1004081633, 184.7130612245, 177.7995918367);
}
.table-hover .table-googleplus:hover > td,
.table-hover .table-googleplus:hover > th {
  background-color: rgb(238.1004081633, 184.7130612245, 177.7995918367);
}

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #3b3d48;
  border-color: rgb(76.2270992366, 78.8110687023, 93.0229007634);
}
.table .thead-light th {
  color: #82849f;
  background-color: #efeff6;
  border-color: #e6e6f2;
}

.table-dark {
  color: #fff;
  background-color: #3b3d48;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(76.2270992366, 78.8110687023, 93.0229007634);
}
.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(2em + 0.8rem + 2px);
  padding: 0.4rem 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
  color: #82849f;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #e6e6f2;
  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:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #82849f;
}
.form-control:focus {
  color: #82849f;
  background-color: transparent;
  border-color: rgb(216.5, 220.2108433735, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(89, 105, 255, 0.25);
}
.form-control::-moz-placeholder {
  color: #686972;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #686972;
  opacity: 1;
}
.form-control::placeholder {
  color: #686972;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #efeff6;
  opacity: 1;
}

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

select.form-control:focus::-ms-value {
  color: #82849f;
  background-color: transparent;
}

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

.col-form-label {
  padding-top: calc(0.4rem + 1px);
  padding-bottom: calc(0.4rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 2;
}

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.4rem 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 2;
  color: #71748d;
  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 + 1.126rem + 2px);
  padding: 0.563rem 0.875rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  border-radius: 0.125rem;
}

.form-control-lg {
  height: calc(2em + 1.126rem + 2px);
  padding: 0.563rem 1.475rem;
  font-size: 1.09375rem;
  line-height: 2;
  border-radius: 0.375rem;
}

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: #686972;
}

.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: 80%;
  color: #2ec551;
}

.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.765625rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(46, 197, 81, 0.9);
  border-radius: 0.25rem;
}

.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: #2ec551;
  padding-right: calc(2em + 0.8rem);
  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='%232ec551' 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.5em + 0.2rem) center;
  background-size: calc(1em + 0.4rem) calc(1em + 0.4rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #2ec551;
  box-shadow: 0 0 0 0.2rem rgba(46, 197, 81, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(2em + 0.8rem);
  background-position: top calc(0.5em + 0.2rem) right calc(0.5em + 0.2rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #2ec551;
  padding-right: calc(0.75em + 2.6rem);
  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='%233b3d48' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, 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='%232ec551' 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") transparent no-repeat center right 2rem/calc(1em + 0.4rem) calc(1em + 0.4rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #2ec551;
  box-shadow: 0 0 0 0.2rem rgba(46, 197, 81, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #2ec551;
}
.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: #2ec551;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #2ec551;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(79.8888888889, 214.1111111111, 111);
  background-color: rgb(79.8888888889, 214.1111111111, 111);
}
.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(46, 197, 81, 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: #2ec551;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #2ec551;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #2ec551;
  box-shadow: 0 0 0 0.2rem rgba(46, 197, 81, 0.25);
}

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

.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.765625rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(239, 23, 44, 0.9);
  border-radius: 0.25rem;
}

.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: #ef172c;
  padding-right: calc(2em + 0.8rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ef172c' 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='%23ef172c' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.5em + 0.2rem) center;
  background-size: calc(1em + 0.4rem) calc(1em + 0.4rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #ef172c;
  box-shadow: 0 0 0 0.2rem rgba(239, 23, 44, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(2em + 0.8rem);
  background-position: top calc(0.5em + 0.2rem) right calc(0.5em + 0.2rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #ef172c;
  padding-right: calc(0.75em + 2.6rem);
  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='%233b3d48' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ef172c' 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='%23ef172c' stroke='none'/%3e%3c/svg%3e") transparent no-repeat center right 2rem/calc(1em + 0.4rem) calc(1em + 0.4rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #ef172c;
  box-shadow: 0 0 0 0.2rem rgba(239, 23, 44, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ef172c;
}
.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: #ef172c;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #ef172c;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(242.2903225806, 70.7096774194, 87.3911290323);
  background-color: rgb(242.2903225806, 70.7096774194, 87.3911290323);
}
.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(239, 23, 44, 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: #ef172c;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ef172c;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ef172c;
  box-shadow: 0 0 0 0.2rem rgba(239, 23, 44, 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: 500;
  color: #71748d;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.4rem 1rem;
  font-size: 0.875rem;
  line-height: 2;
  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: #71748d;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(89, 105, 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: #5969ff;
  border-color: #5969ff;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(50.75, 70.436746988, 255);
  border-color: rgb(38, 58.9156626506, 255);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(50.75, 70.436746988, 255);
  border-color: rgb(38, 58.9156626506, 255);
  box-shadow: 0 0 0 0.2rem rgba(113.9, 127.5, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #5969ff;
  border-color: #5969ff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(38, 58.9156626506, 255);
  border-color: rgb(25.25, 47.3945783133, 255);
}
.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(113.9, 127.5, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #ff407b;
  border-color: #ff407b;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(255, 25.75, 96.5654450262);
  border-color: rgb(255, 13, 87.7539267016);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: rgb(255, 25.75, 96.5654450262);
  border-color: rgb(255, 13, 87.7539267016);
  box-shadow: 0 0 0 0.2rem rgba(255, 92.65, 142.8, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #ff407b;
  border-color: #ff407b;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(255, 13, 87.7539267016);
  border-color: rgb(255, 0.25, 78.942408377);
}
.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(255, 92.65, 142.8, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #2ec551;
  border-color: #2ec551;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(38.7592592593, 165.9907407407, 68.25);
  border-color: rgb(36.3456790123, 155.6543209877, 64);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(38.7592592593, 165.9907407407, 68.25);
  border-color: rgb(36.3456790123, 155.6543209877, 64);
  box-shadow: 0 0 0 0.2rem rgba(77.35, 205.7, 107.1, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #2ec551;
  border-color: #2ec551;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(36.3456790123, 155.6543209877, 64);
  border-color: rgb(33.9320987654, 145.3179012346, 59.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(77.35, 205.7, 107.1, 0.5);
}

.btn-info {
  color: #2e2f39;
  background-color: #25d5f2;
  border-color: #25d5f2;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(13.5487012987, 196.9772727273, 227.2012987013);
  border-color: rgb(12.8311688312, 186.5454545455, 215.1688311688);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(13.5487012987, 196.9772727273, 227.2012987013);
  border-color: rgb(12.8311688312, 186.5454545455, 215.1688311688);
  box-shadow: 0 0 0 0.2rem rgba(38.35, 188.1, 214.25, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #2e2f39;
  background-color: #25d5f2;
  border-color: #25d5f2;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(12.8311688312, 186.5454545455, 215.1688311688);
  border-color: rgb(12.1136363636, 176.1136363636, 203.1363636364);
}
.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(38.35, 188.1, 214.25, 0.5);
}

.btn-warning {
  color: #2e2f39;
  background-color: #ffc108;
  border-color: #ffc108;
}
.btn-warning:hover {
  color: #2e2f39;
  background-color: rgb(224.75, 168.3350202429, 0);
  border-color: rgb(212, 158.7854251012, 0);
}
.btn-warning:focus, .btn-warning.focus {
  color: #2e2f39;
  background-color: rgb(224.75, 168.3350202429, 0);
  border-color: rgb(212, 158.7854251012, 0);
  box-shadow: 0 0 0 0.2rem rgba(223.65, 171.1, 15.35, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #2e2f39;
  background-color: #ffc108;
  border-color: #ffc108;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #2e2f39;
  background-color: rgb(212, 158.7854251012, 0);
  border-color: rgb(199.25, 149.2358299595, 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(223.65, 171.1, 15.35, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #ef172c;
  border-color: #ef172c;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(209.314516129, 14.435483871, 33.3820564516);
  border-color: rgb(197.3870967742, 13.6129032258, 31.4798387097);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(209.314516129, 14.435483871, 33.3820564516);
  border-color: rgb(197.3870967742, 13.6129032258, 31.4798387097);
  box-shadow: 0 0 0 0.2rem rgba(241.4, 57.8, 75.65, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #ef172c;
  border-color: #ef172c;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(197.3870967742, 13.6129032258, 31.4798387097);
  border-color: rgb(185.4596774194, 12.7903225806, 29.5776209677);
}
.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(241.4, 57.8, 75.65, 0.5);
}

.btn-light {
  color: #2e2f39;
  background-color: #efeff6;
  border-color: #efeff6;
}
.btn-light:hover {
  color: #2e2f39;
  background-color: rgb(214.52, 214.52, 232.23);
  border-color: rgb(206.36, 206.36, 227.64);
}
.btn-light:focus, .btn-light.focus {
  color: #2e2f39;
  background-color: rgb(214.52, 214.52, 232.23);
  border-color: rgb(206.36, 206.36, 227.64);
  box-shadow: 0 0 0 0.2rem rgba(210.05, 210.2, 217.65, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #2e2f39;
  background-color: #efeff6;
  border-color: #efeff6;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #2e2f39;
  background-color: rgb(206.36, 206.36, 227.64);
  border-color: rgb(198.2, 198.2, 223.05);
}
.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(210.05, 210.2, 217.65, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #3b3d48;
  border-color: #3b3d48;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(41.7729007634, 43.1889312977, 50.9770992366);
  border-color: rgb(36.0305343511, 37.2519083969, 43.9694656489);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(41.7729007634, 43.1889312977, 50.9770992366);
  border-color: rgb(36.0305343511, 37.2519083969, 43.9694656489);
  box-shadow: 0 0 0 0.2rem rgba(88.4, 90.1, 99.45, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #3b3d48;
  border-color: #3b3d48;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(36.0305343511, 37.2519083969, 43.9694656489);
  border-color: rgb(30.2881679389, 31.3148854962, 36.9618320611);
}
.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(88.4, 90.1, 99.45, 0.5);
}

.btn-primary-light {
  color: #2e2f39;
  background-color: #dbdeff;
  border-color: #dbdeff;
}
.btn-primary-light:hover {
  color: #2e2f39;
  background-color: rgb(180.75, 186.9375, 255);
  border-color: rgb(168, 175.25, 255);
}
.btn-primary-light:focus, .btn-primary-light.focus {
  color: #2e2f39;
  background-color: rgb(180.75, 186.9375, 255);
  border-color: rgb(168, 175.25, 255);
  box-shadow: 0 0 0 0.2rem rgba(193.05, 195.75, 225.3, 0.5);
}
.btn-primary-light.disabled, .btn-primary-light:disabled {
  color: #2e2f39;
  background-color: #dbdeff;
  border-color: #dbdeff;
}
.btn-primary-light:not(:disabled):not(.disabled):active, .btn-primary-light:not(:disabled):not(.disabled).active, .show > .btn-primary-light.dropdown-toggle {
  color: #2e2f39;
  background-color: rgb(168, 175.25, 255);
  border-color: rgb(155.25, 163.5625, 255);
}
.btn-primary-light:not(:disabled):not(.disabled):active:focus, .btn-primary-light:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(193.05, 195.75, 225.3, 0.5);
}

.btn-info-light {
  color: #2e2f39;
  background-color: #dffaff;
  border-color: #dffaff;
}
.btn-info-light:hover {
  color: #2e2f39;
  background-color: rgb(184.75, 244.0234375, 255);
  border-color: rgb(172, 242.03125, 255);
}
.btn-info-light:focus, .btn-info-light.focus {
  color: #2e2f39;
  background-color: rgb(184.75, 244.0234375, 255);
  border-color: rgb(172, 242.03125, 255);
  box-shadow: 0 0 0 0.2rem rgba(196.45, 219.55, 225.3, 0.5);
}
.btn-info-light.disabled, .btn-info-light:disabled {
  color: #2e2f39;
  background-color: #dffaff;
  border-color: #dffaff;
}
.btn-info-light:not(:disabled):not(.disabled):active, .btn-info-light:not(:disabled):not(.disabled).active, .show > .btn-info-light.dropdown-toggle {
  color: #2e2f39;
  background-color: rgb(172, 242.03125, 255);
  border-color: rgb(159.25, 240.0390625, 255);
}
.btn-info-light:not(:disabled):not(.disabled):active:focus, .btn-info-light:not(:disabled):not(.disabled).active:focus, .show > .btn-info-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(196.45, 219.55, 225.3, 0.5);
}

.btn-secondary-light {
  color: #2e2f39;
  background-color: #ffdbe6;
  border-color: #ffdbe6;
}
.btn-secondary-light:hover {
  color: #2e2f39;
  background-color: rgb(255, 180.75, 203.4375);
  border-color: rgb(255, 168, 194.5833333333);
}
.btn-secondary-light:focus, .btn-secondary-light.focus {
  color: #2e2f39;
  background-color: rgb(255, 180.75, 203.4375);
  border-color: rgb(255, 168, 194.5833333333);
  box-shadow: 0 0 0 0.2rem rgba(223.65, 193.2, 204.05, 0.5);
}
.btn-secondary-light.disabled, .btn-secondary-light:disabled {
  color: #2e2f39;
  background-color: #ffdbe6;
  border-color: #ffdbe6;
}
.btn-secondary-light:not(:disabled):not(.disabled):active, .btn-secondary-light:not(:disabled):not(.disabled).active, .show > .btn-secondary-light.dropdown-toggle {
  color: #2e2f39;
  background-color: rgb(255, 168, 194.5833333333);
  border-color: rgb(255, 155.25, 185.7291666667);
}
.btn-secondary-light:not(:disabled):not(.disabled):active:focus, .btn-secondary-light:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(223.65, 193.2, 204.05, 0.5);
}

.btn-danger-light {
  color: #2e2f39;
  background-color: #fbd3d5;
  border-color: #fbd3d5;
}
.btn-danger-light:hover {
  color: #2e2f39;
  background-color: rgb(247.8125, 175.9375, 179.53125);
  border-color: rgb(246.75, 164.25, 168.375);
}
.btn-danger-light:focus, .btn-danger-light.focus {
  color: #2e2f39;
  background-color: rgb(247.8125, 175.9375, 179.53125);
  border-color: rgb(246.75, 164.25, 168.375);
  box-shadow: 0 0 0 0.2rem rgba(220.25, 186.4, 189.6, 0.5);
}
.btn-danger-light.disabled, .btn-danger-light:disabled {
  color: #2e2f39;
  background-color: #fbd3d5;
  border-color: #fbd3d5;
}
.btn-danger-light:not(:disabled):not(.disabled):active, .btn-danger-light:not(:disabled):not(.disabled).active, .show > .btn-danger-light.dropdown-toggle {
  color: #2e2f39;
  background-color: rgb(246.75, 164.25, 168.375);
  border-color: rgb(245.6875, 152.5625, 157.21875);
}
.btn-danger-light:not(:disabled):not(.disabled):active:focus, .btn-danger-light:not(:disabled):not(.disabled).active:focus, .show > .btn-danger-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220.25, 186.4, 189.6, 0.5);
}

.btn-success-light {
  color: #2e2f39;
  background-color: #c5fad3;
  border-color: #c5fad3;
}
.btn-success-light:hover {
  color: #2e2f39;
  background-color: rgb(161.7857142857, 246.9642857143, 184.2857142857);
  border-color: rgb(150.0476190476, 245.9523809524, 175.380952381);
}
.btn-success-light:focus, .btn-success-light.focus {
  color: #2e2f39;
  background-color: rgb(161.7857142857, 246.9642857143, 184.2857142857);
  border-color: rgb(150.0476190476, 245.9523809524, 175.380952381);
  box-shadow: 0 0 0 0.2rem rgba(174.35, 219.55, 187.9, 0.5);
}
.btn-success-light.disabled, .btn-success-light:disabled {
  color: #2e2f39;
  background-color: #c5fad3;
  border-color: #c5fad3;
}
.btn-success-light:not(:disabled):not(.disabled):active, .btn-success-light:not(:disabled):not(.disabled).active, .show > .btn-success-light.dropdown-toggle {
  color: #2e2f39;
  background-color: rgb(150.0476190476, 245.9523809524, 175.380952381);
  border-color: rgb(138.3095238095, 244.9404761905, 166.4761904762);
}
.btn-success-light:not(:disabled):not(.disabled):active:focus, .btn-success-light:not(:disabled):not(.disabled).active:focus, .show > .btn-success-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(174.35, 219.55, 187.9, 0.5);
}

.btn-warning-light {
  color: #2e2f39;
  background-color: #ffefbd;
  border-color: #ffefbd;
}
.btn-warning-light:hover {
  color: #2e2f39;
  background-color: rgb(255, 229.7272727273, 150.75);
  border-color: rgb(255, 226.6363636364, 138);
}
.btn-warning-light:focus, .btn-warning-light.focus {
  color: #2e2f39;
  background-color: rgb(255, 229.7272727273, 150.75);
  border-color: rgb(255, 226.6363636364, 138);
  box-shadow: 0 0 0 0.2rem rgba(223.65, 210.2, 169.2, 0.5);
}
.btn-warning-light.disabled, .btn-warning-light:disabled {
  color: #2e2f39;
  background-color: #ffefbd;
  border-color: #ffefbd;
}
.btn-warning-light:not(:disabled):not(.disabled):active, .btn-warning-light:not(:disabled):not(.disabled).active, .show > .btn-warning-light.dropdown-toggle {
  color: #2e2f39;
  background-color: rgb(255, 226.6363636364, 138);
  border-color: rgb(255, 223.5454545455, 125.25);
}
.btn-warning-light:not(:disabled):not(.disabled):active:focus, .btn-warning-light:not(:disabled):not(.disabled).active:focus, .show > .btn-warning-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(223.65, 210.2, 169.2, 0.5);
}

.btn-facebook {
  color: #fff;
  background-color: #3b5898;
  border-color: #3b5898;
}
.btn-facebook:hover {
  color: #fff;
  background-color: rgb(48.3045023697, 72.0473933649, 124.4454976303);
  border-color: rgb(44.7393364929, 66.7298578199, 115.2606635071);
}
.btn-facebook:focus, .btn-facebook.focus {
  color: #fff;
  background-color: rgb(48.3045023697, 72.0473933649, 124.4454976303);
  border-color: rgb(44.7393364929, 66.7298578199, 115.2606635071);
  box-shadow: 0 0 0 0.2rem rgba(88.4, 113.05, 167.45, 0.5);
}
.btn-facebook.disabled, .btn-facebook:disabled {
  color: #fff;
  background-color: #3b5898;
  border-color: #3b5898;
}
.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active, .show > .btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: rgb(44.7393364929, 66.7298578199, 115.2606635071);
  border-color: rgb(41.1741706161, 61.4123222749, 106.0758293839);
}
.btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook:not(:disabled):not(.disabled).active:focus, .show > .btn-facebook.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(88.4, 113.05, 167.45, 0.5);
}

.btn-twitter {
  color: #fff;
  background-color: #1ea2f2;
  border-color: #1ea2f2;
}
.btn-twitter:hover {
  color: #fff;
  background-color: rgb(12.7678571429, 142.4107142857, 220.9821428571);
  border-color: rgb(12.0714285714, 134.6428571429, 208.9285714286);
}
.btn-twitter:focus, .btn-twitter.focus {
  color: #fff;
  background-color: rgb(12.7678571429, 142.4107142857, 220.9821428571);
  border-color: rgb(12.0714285714, 134.6428571429, 208.9285714286);
  box-shadow: 0 0 0 0.2rem rgba(63.75, 175.95, 243.95, 0.5);
}
.btn-twitter.disabled, .btn-twitter:disabled {
  color: #fff;
  background-color: #1ea2f2;
  border-color: #1ea2f2;
}
.btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter:not(:disabled):not(.disabled).active, .show > .btn-twitter.dropdown-toggle {
  color: #fff;
  background-color: rgb(12.0714285714, 134.6428571429, 208.9285714286);
  border-color: rgb(11.375, 126.875, 196.875);
}
.btn-twitter:not(:disabled):not(.disabled):active:focus, .btn-twitter:not(:disabled):not(.disabled).active:focus, .show > .btn-twitter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(63.75, 175.95, 243.95, 0.5);
}

.btn-instagram {
  color: #fff;
  background-color: #9361fa;
  border-color: #9361fa;
}
.btn-instagram:hover {
  color: #fff;
  background-color: rgb(121.6564417178, 59.9233128834, 248.8266871166);
  border-color: rgb(113.2085889571, 47.5644171779, 248.4355828221);
}
.btn-instagram:focus, .btn-instagram.focus {
  color: #fff;
  background-color: rgb(121.6564417178, 59.9233128834, 248.8266871166);
  border-color: rgb(113.2085889571, 47.5644171779, 248.4355828221);
  box-shadow: 0 0 0 0.2rem rgba(163.2, 120.7, 250.75, 0.5);
}
.btn-instagram.disabled, .btn-instagram:disabled {
  color: #fff;
  background-color: #9361fa;
  border-color: #9361fa;
}
.btn-instagram:not(:disabled):not(.disabled):active, .btn-instagram:not(:disabled):not(.disabled).active, .show > .btn-instagram.dropdown-toggle {
  color: #fff;
  background-color: rgb(113.2085889571, 47.5644171779, 248.4355828221);
  border-color: rgb(104.7607361963, 35.2055214724, 248.0444785276);
}
.btn-instagram:not(:disabled):not(.disabled):active:focus, .btn-instagram:not(:disabled):not(.disabled).active:focus, .show > .btn-instagram.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(163.2, 120.7, 250.75, 0.5);
}

.btn-rss {
  color: #2e2f39;
  background-color: #ee802f;
  border-color: #ee802f;
}
.btn-rss:hover {
  color: #fff;
  background-color: rgb(228.1066666667, 107.4733333333, 18.6433333333);
  border-color: rgb(216.32, 101.92, 17.68);
}
.btn-rss:focus, .btn-rss.focus {
  color: #fff;
  background-color: rgb(228.1066666667, 107.4733333333, 18.6433333333);
  border-color: rgb(216.32, 101.92, 17.68);
  box-shadow: 0 0 0 0.2rem rgba(209.2, 115.85, 48.5, 0.5);
}
.btn-rss.disabled, .btn-rss:disabled {
  color: #2e2f39;
  background-color: #ee802f;
  border-color: #ee802f;
}
.btn-rss:not(:disabled):not(.disabled):active, .btn-rss:not(:disabled):not(.disabled).active, .show > .btn-rss.dropdown-toggle {
  color: #fff;
  background-color: rgb(216.32, 101.92, 17.68);
  border-color: rgb(204.5333333333, 96.3666666667, 16.7166666667);
}
.btn-rss:not(:disabled):not(.disabled):active:focus, .btn-rss:not(:disabled):not(.disabled).active:focus, .show > .btn-rss.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(209.2, 115.85, 48.5, 0.5);
}

.btn-pinterest {
  color: #fff;
  background-color: #c8232c;
  border-color: #c8232c;
}
.btn-pinterest:hover {
  color: #fff;
  background-color: rgb(167.4468085106, 29.3031914894, 36.8382978723);
  border-color: rgb(156.5957446809, 27.4042553191, 34.4510638298);
}
.btn-pinterest:focus, .btn-pinterest.focus {
  color: #fff;
  background-color: rgb(167.4468085106, 29.3031914894, 36.8382978723);
  border-color: rgb(156.5957446809, 27.4042553191, 34.4510638298);
  box-shadow: 0 0 0 0.2rem rgba(208.25, 68, 75.65, 0.5);
}
.btn-pinterest.disabled, .btn-pinterest:disabled {
  color: #fff;
  background-color: #c8232c;
  border-color: #c8232c;
}
.btn-pinterest:not(:disabled):not(.disabled):active, .btn-pinterest:not(:disabled):not(.disabled).active, .show > .btn-pinterest.dropdown-toggle {
  color: #fff;
  background-color: rgb(156.5957446809, 27.4042553191, 34.4510638298);
  border-color: rgb(145.7446808511, 25.5053191489, 32.0638297872);
}
.btn-pinterest:not(:disabled):not(.disabled):active:focus, .btn-pinterest:not(:disabled):not(.disabled).active:focus, .show > .btn-pinterest.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(208.25, 68, 75.65, 0.5);
}

.btn-youtube {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn-youtube:hover {
  color: #fff;
  background-color: rgb(216.75, 0, 0);
  border-color: #cc0000;
}
.btn-youtube:focus, .btn-youtube.focus {
  color: #fff;
  background-color: rgb(216.75, 0, 0);
  border-color: #cc0000;
  box-shadow: 0 0 0 0.2rem rgba(255, 38.25, 38.25, 0.5);
}
.btn-youtube.disabled, .btn-youtube:disabled {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn-youtube:not(:disabled):not(.disabled):active, .btn-youtube:not(:disabled):not(.disabled).active, .show > .btn-youtube.dropdown-toggle {
  color: #fff;
  background-color: #cc0000;
  border-color: rgb(191.25, 0, 0);
}
.btn-youtube:not(:disabled):not(.disabled):active:focus, .btn-youtube:not(:disabled):not(.disabled).active:focus, .show > .btn-youtube.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 38.25, 38.25, 0.5);
}

.btn-googleplus {
  color: #fff;
  background-color: #d34836;
  border-color: #d34836;
}
.btn-googleplus:hover {
  color: #fff;
  background-color: rgb(186.0275510204, 57.3816326531, 40.7224489796);
  border-color: rgb(175.5673469388, 54.1551020408, 38.4326530612);
}
.btn-googleplus:focus, .btn-googleplus.focus {
  color: #fff;
  background-color: rgb(186.0275510204, 57.3816326531, 40.7224489796);
  border-color: rgb(175.5673469388, 54.1551020408, 38.4326530612);
  box-shadow: 0 0 0 0.2rem rgba(217.6, 99.45, 84.15, 0.5);
}
.btn-googleplus.disabled, .btn-googleplus:disabled {
  color: #fff;
  background-color: #d34836;
  border-color: #d34836;
}
.btn-googleplus:not(:disabled):not(.disabled):active, .btn-googleplus:not(:disabled):not(.disabled).active, .show > .btn-googleplus.dropdown-toggle {
  color: #fff;
  background-color: rgb(175.5673469388, 54.1551020408, 38.4326530612);
  border-color: rgb(165.1071428571, 50.9285714286, 36.1428571429);
}
.btn-googleplus:not(:disabled):not(.disabled):active:focus, .btn-googleplus:not(:disabled):not(.disabled).active:focus, .show > .btn-googleplus.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217.6, 99.45, 84.15, 0.5);
}

.btn-outline-primary {
  color: #5969ff;
  border-color: #5969ff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #5969ff;
  border-color: #5969ff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(89, 105, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #5969ff;
  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: #5969ff;
  border-color: #5969ff;
}
.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(89, 105, 255, 0.5);
}

.btn-outline-secondary {
  color: #ff407b;
  border-color: #ff407b;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #ff407b;
  border-color: #ff407b;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 64, 123, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #ff407b;
  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: #ff407b;
  border-color: #ff407b;
}
.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(255, 64, 123, 0.5);
}

.btn-outline-success {
  color: #2ec551;
  border-color: #2ec551;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #2ec551;
  border-color: #2ec551;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(46, 197, 81, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #2ec551;
  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: #2ec551;
  border-color: #2ec551;
}
.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(46, 197, 81, 0.5);
}

.btn-outline-info {
  color: #25d5f2;
  border-color: #25d5f2;
}
.btn-outline-info:hover {
  color: #2e2f39;
  background-color: #25d5f2;
  border-color: #25d5f2;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(37, 213, 242, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #25d5f2;
  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: #2e2f39;
  background-color: #25d5f2;
  border-color: #25d5f2;
}
.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(37, 213, 242, 0.5);
}

.btn-outline-warning {
  color: #ffc108;
  border-color: #ffc108;
}
.btn-outline-warning:hover {
  color: #2e2f39;
  background-color: #ffc108;
  border-color: #ffc108;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 8, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc108;
  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: #2e2f39;
  background-color: #ffc108;
  border-color: #ffc108;
}
.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, 8, 0.5);
}

.btn-outline-danger {
  color: #ef172c;
  border-color: #ef172c;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #ef172c;
  border-color: #ef172c;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 23, 44, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ef172c;
  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: #ef172c;
  border-color: #ef172c;
}
.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(239, 23, 44, 0.5);
}

.btn-outline-light {
  color: #efeff6;
  border-color: #efeff6;
}
.btn-outline-light:hover {
  color: #2e2f39;
  background-color: #efeff6;
  border-color: #efeff6;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 239, 246, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #efeff6;
  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: #2e2f39;
  background-color: #efeff6;
  border-color: #efeff6;
}
.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(239, 239, 246, 0.5);
}

.btn-outline-dark {
  color: #3b3d48;
  border-color: #3b3d48;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #3b3d48;
  border-color: #3b3d48;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 61, 72, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #3b3d48;
  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: #3b3d48;
  border-color: #3b3d48;
}
.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(59, 61, 72, 0.5);
}

.btn-outline-primary-light {
  color: #dbdeff;
  border-color: #dbdeff;
}
.btn-outline-primary-light:hover {
  color: #2e2f39;
  background-color: #dbdeff;
  border-color: #dbdeff;
}
.btn-outline-primary-light:focus, .btn-outline-primary-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 222, 255, 0.5);
}
.btn-outline-primary-light.disabled, .btn-outline-primary-light:disabled {
  color: #dbdeff;
  background-color: transparent;
}
.btn-outline-primary-light:not(:disabled):not(.disabled):active, .btn-outline-primary-light:not(:disabled):not(.disabled).active, .show > .btn-outline-primary-light.dropdown-toggle {
  color: #2e2f39;
  background-color: #dbdeff;
  border-color: #dbdeff;
}
.btn-outline-primary-light:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 222, 255, 0.5);
}

.btn-outline-info-light {
  color: #dffaff;
  border-color: #dffaff;
}
.btn-outline-info-light:hover {
  color: #2e2f39;
  background-color: #dffaff;
  border-color: #dffaff;
}
.btn-outline-info-light:focus, .btn-outline-info-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(223, 250, 255, 0.5);
}
.btn-outline-info-light.disabled, .btn-outline-info-light:disabled {
  color: #dffaff;
  background-color: transparent;
}
.btn-outline-info-light:not(:disabled):not(.disabled):active, .btn-outline-info-light:not(:disabled):not(.disabled).active, .show > .btn-outline-info-light.dropdown-toggle {
  color: #2e2f39;
  background-color: #dffaff;
  border-color: #dffaff;
}
.btn-outline-info-light:not(:disabled):not(.disabled):active:focus, .btn-outline-info-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(223, 250, 255, 0.5);
}

.btn-outline-secondary-light {
  color: #ffdbe6;
  border-color: #ffdbe6;
}
.btn-outline-secondary-light:hover {
  color: #2e2f39;
  background-color: #ffdbe6;
  border-color: #ffdbe6;
}
.btn-outline-secondary-light:focus, .btn-outline-secondary-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 219, 230, 0.5);
}
.btn-outline-secondary-light.disabled, .btn-outline-secondary-light:disabled {
  color: #ffdbe6;
  background-color: transparent;
}
.btn-outline-secondary-light:not(:disabled):not(.disabled):active, .btn-outline-secondary-light:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary-light.dropdown-toggle {
  color: #2e2f39;
  background-color: #ffdbe6;
  border-color: #ffdbe6;
}
.btn-outline-secondary-light:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 219, 230, 0.5);
}

.btn-outline-danger-light {
  color: #fbd3d5;
  border-color: #fbd3d5;
}
.btn-outline-danger-light:hover {
  color: #2e2f39;
  background-color: #fbd3d5;
  border-color: #fbd3d5;
}
.btn-outline-danger-light:focus, .btn-outline-danger-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 211, 213, 0.5);
}
.btn-outline-danger-light.disabled, .btn-outline-danger-light:disabled {
  color: #fbd3d5;
  background-color: transparent;
}
.btn-outline-danger-light:not(:disabled):not(.disabled):active, .btn-outline-danger-light:not(:disabled):not(.disabled).active, .show > .btn-outline-danger-light.dropdown-toggle {
  color: #2e2f39;
  background-color: #fbd3d5;
  border-color: #fbd3d5;
}
.btn-outline-danger-light:not(:disabled):not(.disabled):active:focus, .btn-outline-danger-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 211, 213, 0.5);
}

.btn-outline-success-light {
  color: #c5fad3;
  border-color: #c5fad3;
}
.btn-outline-success-light:hover {
  color: #2e2f39;
  background-color: #c5fad3;
  border-color: #c5fad3;
}
.btn-outline-success-light:focus, .btn-outline-success-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(197, 250, 211, 0.5);
}
.btn-outline-success-light.disabled, .btn-outline-success-light:disabled {
  color: #c5fad3;
  background-color: transparent;
}
.btn-outline-success-light:not(:disabled):not(.disabled):active, .btn-outline-success-light:not(:disabled):not(.disabled).active, .show > .btn-outline-success-light.dropdown-toggle {
  color: #2e2f39;
  background-color: #c5fad3;
  border-color: #c5fad3;
}
.btn-outline-success-light:not(:disabled):not(.disabled):active:focus, .btn-outline-success-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(197, 250, 211, 0.5);
}

.btn-outline-warning-light {
  color: #ffefbd;
  border-color: #ffefbd;
}
.btn-outline-warning-light:hover {
  color: #2e2f39;
  background-color: #ffefbd;
  border-color: #ffefbd;
}
.btn-outline-warning-light:focus, .btn-outline-warning-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 239, 189, 0.5);
}
.btn-outline-warning-light.disabled, .btn-outline-warning-light:disabled {
  color: #ffefbd;
  background-color: transparent;
}
.btn-outline-warning-light:not(:disabled):not(.disabled):active, .btn-outline-warning-light:not(:disabled):not(.disabled).active, .show > .btn-outline-warning-light.dropdown-toggle {
  color: #2e2f39;
  background-color: #ffefbd;
  border-color: #ffefbd;
}
.btn-outline-warning-light:not(:disabled):not(.disabled):active:focus, .btn-outline-warning-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 239, 189, 0.5);
}

.btn-outline-facebook {
  color: #3b5898;
  border-color: #3b5898;
}
.btn-outline-facebook:hover {
  color: #fff;
  background-color: #3b5898;
  border-color: #3b5898;
}
.btn-outline-facebook:focus, .btn-outline-facebook.focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 88, 152, 0.5);
}
.btn-outline-facebook.disabled, .btn-outline-facebook:disabled {
  color: #3b5898;
  background-color: transparent;
}
.btn-outline-facebook:not(:disabled):not(.disabled):active, .btn-outline-facebook:not(:disabled):not(.disabled).active, .show > .btn-outline-facebook.dropdown-toggle {
  color: #fff;
  background-color: #3b5898;
  border-color: #3b5898;
}
.btn-outline-facebook:not(:disabled):not(.disabled):active:focus, .btn-outline-facebook:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-facebook.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 88, 152, 0.5);
}

.btn-outline-twitter {
  color: #1ea2f2;
  border-color: #1ea2f2;
}
.btn-outline-twitter:hover {
  color: #fff;
  background-color: #1ea2f2;
  border-color: #1ea2f2;
}
.btn-outline-twitter:focus, .btn-outline-twitter.focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 162, 242, 0.5);
}
.btn-outline-twitter.disabled, .btn-outline-twitter:disabled {
  color: #1ea2f2;
  background-color: transparent;
}
.btn-outline-twitter:not(:disabled):not(.disabled):active, .btn-outline-twitter:not(:disabled):not(.disabled).active, .show > .btn-outline-twitter.dropdown-toggle {
  color: #fff;
  background-color: #1ea2f2;
  border-color: #1ea2f2;
}
.btn-outline-twitter:not(:disabled):not(.disabled):active:focus, .btn-outline-twitter:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-twitter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 162, 242, 0.5);
}

.btn-outline-instagram {
  color: #9361fa;
  border-color: #9361fa;
}
.btn-outline-instagram:hover {
  color: #fff;
  background-color: #9361fa;
  border-color: #9361fa;
}
.btn-outline-instagram:focus, .btn-outline-instagram.focus {
  box-shadow: 0 0 0 0.2rem rgba(147, 97, 250, 0.5);
}
.btn-outline-instagram.disabled, .btn-outline-instagram:disabled {
  color: #9361fa;
  background-color: transparent;
}
.btn-outline-instagram:not(:disabled):not(.disabled):active, .btn-outline-instagram:not(:disabled):not(.disabled).active, .show > .btn-outline-instagram.dropdown-toggle {
  color: #fff;
  background-color: #9361fa;
  border-color: #9361fa;
}
.btn-outline-instagram:not(:disabled):not(.disabled):active:focus, .btn-outline-instagram:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-instagram.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(147, 97, 250, 0.5);
}

.btn-outline-rss {
  color: #ee802f;
  border-color: #ee802f;
}
.btn-outline-rss:hover {
  color: #2e2f39;
  background-color: #ee802f;
  border-color: #ee802f;
}
.btn-outline-rss:focus, .btn-outline-rss.focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 128, 47, 0.5);
}
.btn-outline-rss.disabled, .btn-outline-rss:disabled {
  color: #ee802f;
  background-color: transparent;
}
.btn-outline-rss:not(:disabled):not(.disabled):active, .btn-outline-rss:not(:disabled):not(.disabled).active, .show > .btn-outline-rss.dropdown-toggle {
  color: #2e2f39;
  background-color: #ee802f;
  border-color: #ee802f;
}
.btn-outline-rss:not(:disabled):not(.disabled):active:focus, .btn-outline-rss:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-rss.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 128, 47, 0.5);
}

.btn-outline-pinterest {
  color: #c8232c;
  border-color: #c8232c;
}
.btn-outline-pinterest:hover {
  color: #fff;
  background-color: #c8232c;
  border-color: #c8232c;
}
.btn-outline-pinterest:focus, .btn-outline-pinterest.focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 35, 44, 0.5);
}
.btn-outline-pinterest.disabled, .btn-outline-pinterest:disabled {
  color: #c8232c;
  background-color: transparent;
}
.btn-outline-pinterest:not(:disabled):not(.disabled):active, .btn-outline-pinterest:not(:disabled):not(.disabled).active, .show > .btn-outline-pinterest.dropdown-toggle {
  color: #fff;
  background-color: #c8232c;
  border-color: #c8232c;
}
.btn-outline-pinterest:not(:disabled):not(.disabled):active:focus, .btn-outline-pinterest:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-pinterest.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 35, 44, 0.5);
}

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

.btn-outline-googleplus {
  color: #d34836;
  border-color: #d34836;
}
.btn-outline-googleplus:hover {
  color: #fff;
  background-color: #d34836;
  border-color: #d34836;
}
.btn-outline-googleplus:focus, .btn-outline-googleplus.focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 72, 54, 0.5);
}
.btn-outline-googleplus.disabled, .btn-outline-googleplus:disabled {
  color: #d34836;
  background-color: transparent;
}
.btn-outline-googleplus:not(:disabled):not(.disabled):active, .btn-outline-googleplus:not(:disabled):not(.disabled).active, .show > .btn-outline-googleplus.dropdown-toggle {
  color: #fff;
  background-color: #d34836;
  border-color: #d34836;
}
.btn-outline-googleplus:not(:disabled):not(.disabled):active:focus, .btn-outline-googleplus:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-googleplus.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 72, 54, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #5969ff;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(12.5, 35.8734939759, 255);
  text-decoration: none;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #686972;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.563rem 1.475rem;
  font-size: 1.09375rem;
  line-height: 2;
  border-radius: 0.375rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.563rem 0.875rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  border-radius: 0.125rem;
}

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

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

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

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

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

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

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-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: 0.875rem;
  color: #71748d;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(46, 47, 57, 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 #efeff6;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #71748d;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(101.655511811, 104.3543307087, 126.844488189);
  text-decoration: none;
  background-color: #f9f9ff;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #5969ff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #686972;
  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.765625rem;
  color: #686972;
  white-space: nowrap;
}

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

.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.75rem;
  padding-left: 0.75rem;
}
.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.65625rem;
  padding-left: 0.65625rem;
}

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

.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(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.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-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.4rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
  color: #82849f;
  text-align: center;
  white-space: nowrap;
  background-color: #efeff6;
  border: 1px solid #e6e6f2;
  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(2em + 1.126rem + 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.563rem 1.475rem;
  font-size: 1.09375rem;
  line-height: 2;
  border-radius: 0.375rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 1.126rem + 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.563rem 0.875rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  border-radius: 0.125rem;
}

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

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

.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.4rem;
  padding-left: 1.5rem;
}

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.2rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #5969ff;
  background-color: #5969ff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(89, 105, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(216.5, 220.2108433735, 255);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: white;
  border-color: white;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #686972;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #efeff6;
}

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

.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: #5969ff;
  background-color: #5969ff;
}
.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(89, 105, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(89, 105, 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(89, 105, 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.2rem + 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: transparent;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(89, 105, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2em + 0.8rem + 2px);
  padding: 0.4rem 2rem 0.4rem 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
  color: #82849f;
  vertical-align: middle;
  background: transparent 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='%233b3d48' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px;
  border: 1px solid #e6e6f2;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: rgb(216.5, 220.2108433735, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(89, 105, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #82849f;
  background-color: transparent;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1rem;
  background-image: none;
}
.custom-select:disabled {
  color: #686972;
  background-color: #efeff6;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #82849f;
}

.custom-select-sm {
  height: calc(1.5em + 1.126rem + 2px);
  padding-top: 0.563rem;
  padding-bottom: 0.563rem;
  padding-left: 0.875rem;
  font-size: 0.765625rem;
}

.custom-select-lg {
  height: calc(2em + 1.126rem + 2px);
  padding-top: 0.563rem;
  padding-bottom: 0.563rem;
  padding-left: 1.475rem;
  font-size: 1.09375rem;
}

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2em + 0.8rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(216.5, 220.2108433735, 255);
  box-shadow: 0 0 0 0.2rem rgba(89, 105, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #efeff6;
}
.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(2em + 0.8rem + 2px);
  padding: 0.4rem 1rem;
  font-weight: 400;
  line-height: 2;
  color: #82849f;
  background-color: transparent;
  border: 1px solid #e6e6f2;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(2em + 0.8rem);
  padding: 0.4rem 1rem;
  line-height: 2;
  color: #82849f;
  content: "Browse";
  background-color: #efeff6;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(89, 105, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(89, 105, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(89, 105, 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: #5969ff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: white;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e6e6f2;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #5969ff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: white;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e6e6f2;
  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: #5969ff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: white;
}
.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: #e6e6f2;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #e6e6f2;
  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: #686972;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #e6e6f2;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  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 {
  border-color: #efeff6 #efeff6 #e6e6f2;
}
.nav-tabs .nav-link.disabled {
  color: #686972;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #82849f;
  background-color: #fff;
  border-color: #e6e6f2 #e6e6f2 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.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.325rem;
  padding-bottom: 0.325rem;
  margin-right: 1rem;
  font-size: 1.09375rem;
  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.09375rem;
  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: no-repeat center center;
  background-size: 100% 100%;
}

@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-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-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-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-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-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(46, 47, 57, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(46, 47, 57, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(46, 47, 57, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(46, 47, 57, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(46, 47, 57, 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(46, 47, 57, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(46, 47, 57, 0.5);
  border-color: rgba(46, 47, 57, 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%2846, 47, 57, 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(46, 47, 57, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(46, 47, 57, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(46, 47, 57, 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(46, 47, 57, 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(46, 47, 57, 0.03);
  border-bottom: 1px solid rgba(46, 47, 57, 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(46, 47, 57, 0.03);
  border-top: 1px solid rgba(46, 47, 57, 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: 12px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -12px;
    margin-left: -12px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 12px;
    margin-bottom: 0;
    margin-left: 12px;
  }
}

.card-group > .card {
  margin-bottom: 12px;
}
@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 {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         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: #efeff6;
  border-radius: 0.25rem;
}

.breadcrumb-item {
  display: flex;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #686972;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #686972;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.875rem 1.188rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #5969ff;
  background-color: #fff;
  border: 1px solid #e6e6f2;
}
.page-link:hover {
  z-index: 2;
  color: rgb(12.5, 35.8734939759, 255);
  text-decoration: none;
  background-color: #efeff6;
  border-color: #e6e6f2;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(89, 105, 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: #5969ff;
  border-color: #5969ff;
}
.page-item.disabled .page-link {
  color: #686972;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #e6e6f2;
}

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

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

.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: #5969ff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(38, 58.9156626506, 255);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(89, 105, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #ff407b;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(255, 13, 87.7539267016);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 64, 123, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #2ec551;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: rgb(36.3456790123, 155.6543209877, 64);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(46, 197, 81, 0.5);
}

.badge-info {
  color: #2e2f39;
  background-color: #25d5f2;
}
a.badge-info:hover, a.badge-info:focus {
  color: #2e2f39;
  background-color: rgb(12.8311688312, 186.5454545455, 215.1688311688);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(37, 213, 242, 0.5);
}

.badge-warning {
  color: #2e2f39;
  background-color: #ffc108;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #2e2f39;
  background-color: rgb(212, 158.7854251012, 0);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 8, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #ef172c;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(197.3870967742, 13.6129032258, 31.4798387097);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(239, 23, 44, 0.5);
}

.badge-light {
  color: #2e2f39;
  background-color: #efeff6;
}
a.badge-light:hover, a.badge-light:focus {
  color: #2e2f39;
  background-color: rgb(206.36, 206.36, 227.64);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(239, 239, 246, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #3b3d48;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: rgb(36.0305343511, 37.2519083969, 43.9694656489);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(59, 61, 72, 0.5);
}

.badge-primary-light {
  color: #2e2f39;
  background-color: #dbdeff;
}
a.badge-primary-light:hover, a.badge-primary-light:focus {
  color: #2e2f39;
  background-color: rgb(168, 175.25, 255);
}
a.badge-primary-light:focus, a.badge-primary-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(219, 222, 255, 0.5);
}

.badge-info-light {
  color: #2e2f39;
  background-color: #dffaff;
}
a.badge-info-light:hover, a.badge-info-light:focus {
  color: #2e2f39;
  background-color: rgb(172, 242.03125, 255);
}
a.badge-info-light:focus, a.badge-info-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(223, 250, 255, 0.5);
}

.badge-secondary-light {
  color: #2e2f39;
  background-color: #ffdbe6;
}
a.badge-secondary-light:hover, a.badge-secondary-light:focus {
  color: #2e2f39;
  background-color: rgb(255, 168, 194.5833333333);
}
a.badge-secondary-light:focus, a.badge-secondary-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 219, 230, 0.5);
}

.badge-danger-light {
  color: #2e2f39;
  background-color: #fbd3d5;
}
a.badge-danger-light:hover, a.badge-danger-light:focus {
  color: #2e2f39;
  background-color: rgb(246.75, 164.25, 168.375);
}
a.badge-danger-light:focus, a.badge-danger-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(251, 211, 213, 0.5);
}

.badge-success-light {
  color: #2e2f39;
  background-color: #c5fad3;
}
a.badge-success-light:hover, a.badge-success-light:focus {
  color: #2e2f39;
  background-color: rgb(150.0476190476, 245.9523809524, 175.380952381);
}
a.badge-success-light:focus, a.badge-success-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(197, 250, 211, 0.5);
}

.badge-warning-light {
  color: #2e2f39;
  background-color: #ffefbd;
}
a.badge-warning-light:hover, a.badge-warning-light:focus {
  color: #2e2f39;
  background-color: rgb(255, 226.6363636364, 138);
}
a.badge-warning-light:focus, a.badge-warning-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 239, 189, 0.5);
}

.badge-facebook {
  color: #fff;
  background-color: #3b5898;
}
a.badge-facebook:hover, a.badge-facebook:focus {
  color: #fff;
  background-color: rgb(44.7393364929, 66.7298578199, 115.2606635071);
}
a.badge-facebook:focus, a.badge-facebook.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(59, 88, 152, 0.5);
}

.badge-twitter {
  color: #fff;
  background-color: #1ea2f2;
}
a.badge-twitter:hover, a.badge-twitter:focus {
  color: #fff;
  background-color: rgb(12.0714285714, 134.6428571429, 208.9285714286);
}
a.badge-twitter:focus, a.badge-twitter.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(30, 162, 242, 0.5);
}

.badge-instagram {
  color: #fff;
  background-color: #9361fa;
}
a.badge-instagram:hover, a.badge-instagram:focus {
  color: #fff;
  background-color: rgb(113.2085889571, 47.5644171779, 248.4355828221);
}
a.badge-instagram:focus, a.badge-instagram.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(147, 97, 250, 0.5);
}

.badge-rss {
  color: #2e2f39;
  background-color: #ee802f;
}
a.badge-rss:hover, a.badge-rss:focus {
  color: #2e2f39;
  background-color: rgb(216.32, 101.92, 17.68);
}
a.badge-rss:focus, a.badge-rss.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(238, 128, 47, 0.5);
}

.badge-pinterest {
  color: #fff;
  background-color: #c8232c;
}
a.badge-pinterest:hover, a.badge-pinterest:focus {
  color: #fff;
  background-color: rgb(156.5957446809, 27.4042553191, 34.4510638298);
}
a.badge-pinterest:focus, a.badge-pinterest.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(200, 35, 44, 0.5);
}

.badge-youtube {
  color: #fff;
  background-color: #ff0000;
}
a.badge-youtube:hover, a.badge-youtube:focus {
  color: #fff;
  background-color: #cc0000;
}
a.badge-youtube:focus, a.badge-youtube.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

.badge-googleplus {
  color: #fff;
  background-color: #d34836;
}
a.badge-googleplus:hover, a.badge-googleplus:focus {
  color: #fff;
  background-color: rgb(175.5673469388, 54.1551020408, 38.4326530612);
}
a.badge-googleplus:focus, a.badge-googleplus.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(211, 72, 54, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #efeff6;
  border-radius: 0.375rem;
}
@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: 3.8125rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(68.36, 77.16, 159.96);
  background-color: rgb(221.8, 225, 255);
  border-color: rgb(208.52, 213, 255);
}
.alert-primary hr {
  border-top-color: rgb(183.02, 189.9578313253, 255);
}
.alert-primary .alert-link {
  color: rgb(53.0903784163, 59.9247161878, 124.2296215837);
}

.alert-secondary {
  color: rgb(154.68, 55.84, 91.32);
  background-color: rgb(255, 216.8, 228.6);
  border-color: rgb(255, 201.52, 218.04);
}
.alert-secondary hr {
  border-top-color: rgb(255, 176.02, 200.4169633508);
}
.alert-secondary .alert-link {
  color: rgb(117.2076458294, 42.3123541706, 69.197066312);
}

.alert-success {
  color: rgb(46, 125, 69.48);
  background-color: rgb(213.2, 243.4, 220.2);
  border-color: rgb(196.48, 238.76, 206.28);
}
.alert-success hr {
  border-top-color: rgb(176.5193258427, 233.2206741573, 189.6620224719);
}
.alert-success .alert-link {
  color: rgb(32.2807017544, 87.7192982456, 48.7578947368);
}

.alert-info {
  color: rgb(41.32, 133.32, 153.2);
  background-color: rgb(211.4, 246.6, 252.4);
  border-color: rgb(193.96, 243.24, 251.36);
}
.alert-info hr {
  border-top-color: rgb(169.8950649351, 238.6036363636, 249.9249350649);
}
.alert-info .alert-link {
  color: rgb(30.4865638495, 98.3656508328, 113.0334361505);
}

.alert-warning {
  color: rgb(154.68, 122.92, 31.52);
  background-color: rgb(255, 242.6, 205.6);
  border-color: rgb(255, 237.64, 185.84);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.2391902834, 160.34);
}
.alert-warning .alert-link {
  color: rgb(112.3132975295, 89.2523308271, 22.8867024705);
}

.alert-danger {
  color: rgb(146.36, 34.52, 50.24);
  background-color: rgb(251.8, 208.6, 212.8);
  border-color: rgb(250.52, 190.04, 195.92);
}
.alert-danger hr {
  border-top-color: rgb(248.8748387097, 166.1851612903, 174.2244354839);
}
.alert-danger .alert-link {
  color: rgb(105.0930827068, 24.7869172932, 36.0745864662);
}

.alert-light {
  color: rgb(146.36, 146.84, 155.28);
  background-color: rgb(251.8, 251.8, 253.2);
  border-color: rgb(250.52, 250.52, 252.48);
}
.alert-light hr {
  border-top-color: rgb(234.2, 234.2, 243.3);
}
.alert-light .alert-link {
  color: rgb(119.9549856018, 120.5323862546, 130.6850143982);
}

.alert-dark {
  color: rgb(52.76, 54.28, 64.8);
  background-color: rgb(215.8, 216.2, 218.4);
  border-color: rgb(200.12, 200.68, 203.76);
}
.alert-dark hr {
  border-top-color: rgb(186.9326649077, 187.6272295515, 191.4473350923);
}
.alert-dark .alert-link {
  color: rgb(29.8716025859, 30.732194624, 36.6883974141);
}

.alert-primary-light {
  color: rgb(135.96, 138, 159.96);
  background-color: rgb(247.8, 248.4, 255);
  border-color: rgb(244.92, 245.76, 255);
}
.alert-primary-light hr {
  border-top-color: rgb(219.42, 222.385, 255);
}
.alert-primary-light .alert-link {
  color: rgb(108.7313004484, 111.0651793722, 136.1886995516);
}

.alert-info-light {
  color: rgb(138.04, 152.56, 159.96);
  background-color: rgb(248.6, 254, 255);
  border-color: rgb(246.04, 253.6, 255);
}
.alert-info-light hr {
  border-top-color: rgb(220.54, 249.615625, 255);
}
.alert-info-light .alert-link {
  color: rgb(110.7305660377, 127.6477358491, 136.2694339623);
}

.alert-secondary-light {
  color: rgb(154.68, 136.44, 146.96);
  background-color: rgb(255, 247.8, 250);
  border-color: rgb(255, 244.92, 248);
}
.alert-secondary-light hr {
  border-top-color: rgb(255, 219.42, 230.2916666667);
}
.alert-secondary-light .alert-link {
  color: rgb(130.065, 110.055, 121.5958552632);
}

.alert-danger-light {
  color: rgb(152.6, 132.28, 138.12);
  background-color: rgb(254.2, 246.2, 246.6);
  border-color: rgb(253.88, 242.68, 243.24);
}
.alert-danger-light hr {
  border-top-color: rgb(251.755, 219.305, 220.9275);
}
.alert-danger-light .alert-link {
  color: rgb(127.4953518124, 106.3846481876, 112.4518976546);
}

.alert-success-light {
  color: rgb(124.52, 152.56, 137.08);
  background-color: rgb(243.4, 254, 246.2);
  border-color: rgb(238.76, 253.6, 242.68);
}
.alert-success-light hr {
  border-top-color: rgb(215.2838095238, 251.5761904762, 224.8704761905);
}
.alert-success-light .alert-link {
  color: rgb(99.4317156105, 126.6482843895, 111.6228748068);
}

.alert-warning-light {
  color: rgb(154.68, 146.84, 125.64);
  background-color: rgb(255, 251.8, 241.8);
  border-color: rgb(255, 250.52, 236.52);
}
.alert-warning-light hr {
  border-top-color: rgb(255, 244.3381818182, 211.02);
}
.alert-warning-light .alert-link {
  color: rgb(129.1572413793, 121.3295297806, 100.1627586207);
}

.alert-facebook {
  color: rgb(52.76, 68.32, 106.4);
  background-color: rgb(215.8, 221.6, 234.4);
  border-color: rgb(200.12, 208.24, 226.16);
}
.alert-facebook hr {
  border-top-color: rgb(183.4042809365, 193.9975250836, 217.3757190635);
}
.alert-facebook .alert-link {
  color: rgb(35.8539934657, 46.4280673536, 72.3060065343);
}

.alert-twitter {
  color: rgb(37.68, 106.8, 153.2);
  background-color: rgb(210, 236.4, 252.4);
  border-color: rgb(192, 228.96, 251.36);
}
.alert-twitter hr {
  border-top-color: rgb(167.8928571429, 218.9957142857, 249.9671428571);
}
.alert-twitter .alert-link {
  color: rgb(27.6125230511, 78.2647946354, 112.2674769489);
}

.alert-instagram {
  color: rgb(98.52, 73, 157.36);
  background-color: rgb(233.4, 223.4, 254);
  border-color: rgb(224.76, 210.76, 253.6);
}
.alert-instagram hr {
  border-top-color: rgb(207.8642944785, 186.042208589, 252.817791411);
}
.alert-instagram .alert-link {
  color: rgb(76.708400764, 56.8383399896, 122.5216600104);
}

.alert-rss {
  color: rgb(145.84, 89.12, 51.8);
  background-color: rgb(251.6, 229.6, 213.4);
  border-color: rgb(250.24, 219.44, 196.76);
}
.alert-rss hr {
  border-top-color: rgb(248.3133333333, 205.0466666667, 173.1866666667);
}
.alert-rss .alert-link {
  color: rgb(108.2067273831, 66.1230358227, 38.4332726169);
}

.alert-pinterest {
  color: rgb(126.08, 40.76, 50.24);
  background-color: rgb(244, 211, 212.8);
  border-color: rgb(239.6, 193.4, 195.92);
}
.alert-pinterest hr {
  border-top-color: rgb(234.5, 173, 176.3545454545);
}
.alert-pinterest .alert-link {
  color: rgb(87.5396020139, 28.3003979861, 34.882531767);
}

.alert-youtube {
  color: rgb(154.68, 22.56, 27.36);
  background-color: #ffcccc;
  border-color: rgb(255, 183.6, 183.6);
}
.alert-youtube hr {
  border-top-color: rgb(255, 158.1, 158.1);
}
.alert-youtube .alert-link {
  color: rgb(110.1715368991, 16.0684631009, 19.4872850372);
}

.alert-googleplus {
  color: rgb(131.8, 60, 55.44);
  background-color: rgb(246.2, 218.4, 214.8);
  border-color: rgb(242.68, 203.76, 198.72);
}
.alert-googleplus hr {
  border-top-color: rgb(238.1004081633, 184.7130612245, 177.7995918367);
}
.alert-googleplus .alert-link {
  color: rgb(95.9006195257, 43.6573381756, 40.3393804743);
}

@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.65625rem;
  background-color: #efeff6;
  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: #5969ff;
  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: progress-bar-stripes 1s linear infinite;
}
@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: #82849f;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #82849f;
  text-decoration: none;
  background-color: #f9f9ff;
}
.list-group-item-action:active {
  color: #71748d;
  background-color: #efeff6;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(46, 47, 57, 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: #686972;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #5969ff;
  border-color: #5969ff;
}
.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(68.36, 77.16, 159.96);
  background-color: rgb(208.52, 213, 255);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(68.36, 77.16, 159.96);
  background-color: rgb(183.02, 189.9578313253, 255);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(68.36, 77.16, 159.96);
  border-color: rgb(68.36, 77.16, 159.96);
}

.list-group-item-secondary {
  color: rgb(154.68, 55.84, 91.32);
  background-color: rgb(255, 201.52, 218.04);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(154.68, 55.84, 91.32);
  background-color: rgb(255, 176.02, 200.4169633508);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(154.68, 55.84, 91.32);
  border-color: rgb(154.68, 55.84, 91.32);
}

.list-group-item-success {
  color: rgb(46, 125, 69.48);
  background-color: rgb(196.48, 238.76, 206.28);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(46, 125, 69.48);
  background-color: rgb(176.5193258427, 233.2206741573, 189.6620224719);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(46, 125, 69.48);
  border-color: rgb(46, 125, 69.48);
}

.list-group-item-info {
  color: rgb(41.32, 133.32, 153.2);
  background-color: rgb(193.96, 243.24, 251.36);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(41.32, 133.32, 153.2);
  background-color: rgb(169.8950649351, 238.6036363636, 249.9249350649);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(41.32, 133.32, 153.2);
  border-color: rgb(41.32, 133.32, 153.2);
}

.list-group-item-warning {
  color: rgb(154.68, 122.92, 31.52);
  background-color: rgb(255, 237.64, 185.84);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(154.68, 122.92, 31.52);
  background-color: rgb(255, 231.2391902834, 160.34);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(154.68, 122.92, 31.52);
  border-color: rgb(154.68, 122.92, 31.52);
}

.list-group-item-danger {
  color: rgb(146.36, 34.52, 50.24);
  background-color: rgb(250.52, 190.04, 195.92);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(146.36, 34.52, 50.24);
  background-color: rgb(248.8748387097, 166.1851612903, 174.2244354839);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(146.36, 34.52, 50.24);
  border-color: rgb(146.36, 34.52, 50.24);
}

.list-group-item-light {
  color: rgb(146.36, 146.84, 155.28);
  background-color: rgb(250.52, 250.52, 252.48);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(146.36, 146.84, 155.28);
  background-color: rgb(234.2, 234.2, 243.3);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(146.36, 146.84, 155.28);
  border-color: rgb(146.36, 146.84, 155.28);
}

.list-group-item-dark {
  color: rgb(52.76, 54.28, 64.8);
  background-color: rgb(200.12, 200.68, 203.76);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(52.76, 54.28, 64.8);
  background-color: rgb(186.9326649077, 187.6272295515, 191.4473350923);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(52.76, 54.28, 64.8);
  border-color: rgb(52.76, 54.28, 64.8);
}

.list-group-item-primary-light {
  color: rgb(135.96, 138, 159.96);
  background-color: rgb(244.92, 245.76, 255);
}
.list-group-item-primary-light.list-group-item-action:hover, .list-group-item-primary-light.list-group-item-action:focus {
  color: rgb(135.96, 138, 159.96);
  background-color: rgb(219.42, 222.385, 255);
}
.list-group-item-primary-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(135.96, 138, 159.96);
  border-color: rgb(135.96, 138, 159.96);
}

.list-group-item-info-light {
  color: rgb(138.04, 152.56, 159.96);
  background-color: rgb(246.04, 253.6, 255);
}
.list-group-item-info-light.list-group-item-action:hover, .list-group-item-info-light.list-group-item-action:focus {
  color: rgb(138.04, 152.56, 159.96);
  background-color: rgb(220.54, 249.615625, 255);
}
.list-group-item-info-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(138.04, 152.56, 159.96);
  border-color: rgb(138.04, 152.56, 159.96);
}

.list-group-item-secondary-light {
  color: rgb(154.68, 136.44, 146.96);
  background-color: rgb(255, 244.92, 248);
}
.list-group-item-secondary-light.list-group-item-action:hover, .list-group-item-secondary-light.list-group-item-action:focus {
  color: rgb(154.68, 136.44, 146.96);
  background-color: rgb(255, 219.42, 230.2916666667);
}
.list-group-item-secondary-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(154.68, 136.44, 146.96);
  border-color: rgb(154.68, 136.44, 146.96);
}

.list-group-item-danger-light {
  color: rgb(152.6, 132.28, 138.12);
  background-color: rgb(253.88, 242.68, 243.24);
}
.list-group-item-danger-light.list-group-item-action:hover, .list-group-item-danger-light.list-group-item-action:focus {
  color: rgb(152.6, 132.28, 138.12);
  background-color: rgb(251.755, 219.305, 220.9275);
}
.list-group-item-danger-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(152.6, 132.28, 138.12);
  border-color: rgb(152.6, 132.28, 138.12);
}

.list-group-item-success-light {
  color: rgb(124.52, 152.56, 137.08);
  background-color: rgb(238.76, 253.6, 242.68);
}
.list-group-item-success-light.list-group-item-action:hover, .list-group-item-success-light.list-group-item-action:focus {
  color: rgb(124.52, 152.56, 137.08);
  background-color: rgb(215.2838095238, 251.5761904762, 224.8704761905);
}
.list-group-item-success-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(124.52, 152.56, 137.08);
  border-color: rgb(124.52, 152.56, 137.08);
}

.list-group-item-warning-light {
  color: rgb(154.68, 146.84, 125.64);
  background-color: rgb(255, 250.52, 236.52);
}
.list-group-item-warning-light.list-group-item-action:hover, .list-group-item-warning-light.list-group-item-action:focus {
  color: rgb(154.68, 146.84, 125.64);
  background-color: rgb(255, 244.3381818182, 211.02);
}
.list-group-item-warning-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(154.68, 146.84, 125.64);
  border-color: rgb(154.68, 146.84, 125.64);
}

.list-group-item-facebook {
  color: rgb(52.76, 68.32, 106.4);
  background-color: rgb(200.12, 208.24, 226.16);
}
.list-group-item-facebook.list-group-item-action:hover, .list-group-item-facebook.list-group-item-action:focus {
  color: rgb(52.76, 68.32, 106.4);
  background-color: rgb(183.4042809365, 193.9975250836, 217.3757190635);
}
.list-group-item-facebook.list-group-item-action.active {
  color: #fff;
  background-color: rgb(52.76, 68.32, 106.4);
  border-color: rgb(52.76, 68.32, 106.4);
}

.list-group-item-twitter {
  color: rgb(37.68, 106.8, 153.2);
  background-color: rgb(192, 228.96, 251.36);
}
.list-group-item-twitter.list-group-item-action:hover, .list-group-item-twitter.list-group-item-action:focus {
  color: rgb(37.68, 106.8, 153.2);
  background-color: rgb(167.8928571429, 218.9957142857, 249.9671428571);
}
.list-group-item-twitter.list-group-item-action.active {
  color: #fff;
  background-color: rgb(37.68, 106.8, 153.2);
  border-color: rgb(37.68, 106.8, 153.2);
}

.list-group-item-instagram {
  color: rgb(98.52, 73, 157.36);
  background-color: rgb(224.76, 210.76, 253.6);
}
.list-group-item-instagram.list-group-item-action:hover, .list-group-item-instagram.list-group-item-action:focus {
  color: rgb(98.52, 73, 157.36);
  background-color: rgb(207.8642944785, 186.042208589, 252.817791411);
}
.list-group-item-instagram.list-group-item-action.active {
  color: #fff;
  background-color: rgb(98.52, 73, 157.36);
  border-color: rgb(98.52, 73, 157.36);
}

.list-group-item-rss {
  color: rgb(145.84, 89.12, 51.8);
  background-color: rgb(250.24, 219.44, 196.76);
}
.list-group-item-rss.list-group-item-action:hover, .list-group-item-rss.list-group-item-action:focus {
  color: rgb(145.84, 89.12, 51.8);
  background-color: rgb(248.3133333333, 205.0466666667, 173.1866666667);
}
.list-group-item-rss.list-group-item-action.active {
  color: #fff;
  background-color: rgb(145.84, 89.12, 51.8);
  border-color: rgb(145.84, 89.12, 51.8);
}

.list-group-item-pinterest {
  color: rgb(126.08, 40.76, 50.24);
  background-color: rgb(239.6, 193.4, 195.92);
}
.list-group-item-pinterest.list-group-item-action:hover, .list-group-item-pinterest.list-group-item-action:focus {
  color: rgb(126.08, 40.76, 50.24);
  background-color: rgb(234.5, 173, 176.3545454545);
}
.list-group-item-pinterest.list-group-item-action.active {
  color: #fff;
  background-color: rgb(126.08, 40.76, 50.24);
  border-color: rgb(126.08, 40.76, 50.24);
}

.list-group-item-youtube {
  color: rgb(154.68, 22.56, 27.36);
  background-color: rgb(255, 183.6, 183.6);
}
.list-group-item-youtube.list-group-item-action:hover, .list-group-item-youtube.list-group-item-action:focus {
  color: rgb(154.68, 22.56, 27.36);
  background-color: rgb(255, 158.1, 158.1);
}
.list-group-item-youtube.list-group-item-action.active {
  color: #fff;
  background-color: rgb(154.68, 22.56, 27.36);
  border-color: rgb(154.68, 22.56, 27.36);
}

.list-group-item-googleplus {
  color: rgb(131.8, 60, 55.44);
  background-color: rgb(242.68, 203.76, 198.72);
}
.list-group-item-googleplus.list-group-item-action:hover, .list-group-item-googleplus.list-group-item-action:focus {
  color: rgb(131.8, 60, 55.44);
  background-color: rgb(238.1004081633, 184.7130612245, 177.7995918367);
}
.list-group-item-googleplus.list-group-item-action.active {
  color: #fff;
  background-color: rgb(131.8, 60, 55.44);
  border-color: rgb(131.8, 60, 55.44);
}

.close {
  float: right;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  color: #2e2f39;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
@media (max-width: 1200px) {
  .close {
    font-size: calc(1.25625rem + 0.075vw);
  }
}
.close:hover {
  color: #2e2f39;
  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(46, 47, 57, 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: #686972;
  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: -moz-min-content;
  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(46, 47, 57, 0.2);
  border-radius: 0.375rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #2e2f39;
}
.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 #e6e6f2;
  border-top-left-radius: calc(0.375rem - 1px);
  border-top-right-radius: calc(0.375rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

.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 #e6e6f2;
  border-bottom-right-radius: calc(0.375rem - 1px);
  border-bottom-left-radius: calc(0.375rem - 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: -moz-min-content;
    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: "Open Sans", "sans-serif;";
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.765625rem;
  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: #2e2f39;
}

.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: #2e2f39;
}

.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: #2e2f39;
}

.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: #2e2f39;
}

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Open Sans", "sans-serif;";
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.765625rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(46, 47, 57, 0.2);
  border-radius: 0.375rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.375rem;
}
.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(46, 47, 57, 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.375rem 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(46, 47, 57, 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(46, 47, 57, 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.375rem 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(46, 47, 57, 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: 0.875rem;
  color: #2e2f39;
  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.375rem - 1px);
  border-top-right-radius: calc(0.375rem - 1px);
}
.popover-header:empty {
  display: none;
}

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

.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%;
  color: #fff;
  text-align: center;
  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: no-repeat 50%/100% 100%;
}

.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: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.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: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

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

.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: #5969ff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(38, 58.9156626506, 255) !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(255, 13, 87.7539267016) !important;
}

.bg-success {
  background-color: #2ec551 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(36.3456790123, 155.6543209877, 64) !important;
}

.bg-info {
  background-color: #25d5f2 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(12.8311688312, 186.5454545455, 215.1688311688) !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(212, 158.7854251012, 0) !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(197.3870967742, 13.6129032258, 31.4798387097) !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(206.36, 206.36, 227.64) !important;
}

.bg-dark {
  background-color: #3b3d48 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(36.0305343511, 37.2519083969, 43.9694656489) !important;
}

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

a.bg-primary-light:hover, a.bg-primary-light:focus,
button.bg-primary-light:hover,
button.bg-primary-light:focus {
  background-color: rgb(168, 175.25, 255) !important;
}

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

a.bg-info-light:hover, a.bg-info-light:focus,
button.bg-info-light:hover,
button.bg-info-light:focus {
  background-color: rgb(172, 242.03125, 255) !important;
}

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

a.bg-secondary-light:hover, a.bg-secondary-light:focus,
button.bg-secondary-light:hover,
button.bg-secondary-light:focus {
  background-color: rgb(255, 168, 194.5833333333) !important;
}

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

a.bg-danger-light:hover, a.bg-danger-light:focus,
button.bg-danger-light:hover,
button.bg-danger-light:focus {
  background-color: rgb(246.75, 164.25, 168.375) !important;
}

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

a.bg-success-light:hover, a.bg-success-light:focus,
button.bg-success-light:hover,
button.bg-success-light:focus {
  background-color: rgb(150.0476190476, 245.9523809524, 175.380952381) !important;
}

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

a.bg-warning-light:hover, a.bg-warning-light:focus,
button.bg-warning-light:hover,
button.bg-warning-light:focus {
  background-color: rgb(255, 226.6363636364, 138) !important;
}

.bg-facebook {
  background-color: #3b5898 !important;
}

a.bg-facebook:hover, a.bg-facebook:focus,
button.bg-facebook:hover,
button.bg-facebook:focus {
  background-color: rgb(44.7393364929, 66.7298578199, 115.2606635071) !important;
}

.bg-twitter {
  background-color: #1ea2f2 !important;
}

a.bg-twitter:hover, a.bg-twitter:focus,
button.bg-twitter:hover,
button.bg-twitter:focus {
  background-color: rgb(12.0714285714, 134.6428571429, 208.9285714286) !important;
}

.bg-instagram {
  background-color: #9361fa !important;
}

a.bg-instagram:hover, a.bg-instagram:focus,
button.bg-instagram:hover,
button.bg-instagram:focus {
  background-color: rgb(113.2085889571, 47.5644171779, 248.4355828221) !important;
}

.bg-rss {
  background-color: #ee802f !important;
}

a.bg-rss:hover, a.bg-rss:focus,
button.bg-rss:hover,
button.bg-rss:focus {
  background-color: rgb(216.32, 101.92, 17.68) !important;
}

.bg-pinterest {
  background-color: #c8232c !important;
}

a.bg-pinterest:hover, a.bg-pinterest:focus,
button.bg-pinterest:hover,
button.bg-pinterest:focus {
  background-color: rgb(156.5957446809, 27.4042553191, 34.4510638298) !important;
}

.bg-youtube {
  background-color: #ff0000 !important;
}

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

.bg-googleplus {
  background-color: #d34836 !important;
}

a.bg-googleplus:hover, a.bg-googleplus:focus,
button.bg-googleplus:hover,
button.bg-googleplus:focus {
  background-color: rgb(175.5673469388, 54.1551020408, 38.4326530612) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #e6e6f2 !important;
}

.border-top {
  border-top: 1px solid #e6e6f2 !important;
}

.border-right {
  border-right: 1px solid #e6e6f2 !important;
}

.border-bottom {
  border-bottom: 1px solid #e6e6f2 !important;
}

.border-left {
  border-left: 1px solid #e6e6f2 !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: #5969ff !important;
}

.border-secondary {
  border-color: #ff407b !important;
}

.border-success {
  border-color: #2ec551 !important;
}

.border-info {
  border-color: #25d5f2 !important;
}

.border-warning {
  border-color: #ffc108 !important;
}

.border-danger {
  border-color: #ef172c !important;
}

.border-light {
  border-color: #efeff6 !important;
}

.border-dark {
  border-color: #3b3d48 !important;
}

.border-primary-light {
  border-color: #dbdeff !important;
}

.border-info-light {
  border-color: #dffaff !important;
}

.border-secondary-light {
  border-color: #ffdbe6 !important;
}

.border-danger-light {
  border-color: #fbd3d5 !important;
}

.border-success-light {
  border-color: #c5fad3 !important;
}

.border-warning-light {
  border-color: #ffefbd !important;
}

.border-facebook {
  border-color: #3b5898 !important;
}

.border-twitter {
  border-color: #1ea2f2 !important;
}

.border-instagram {
  border-color: #9361fa !important;
}

.border-rss {
  border-color: #ee802f !important;
}

.border-pinterest {
  border-color: #c8232c !important;
}

.border-youtube {
  border-color: #ff0000 !important;
}

.border-googleplus {
  border-color: #d34836 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.125rem !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.375rem !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.8571428571%;
}

.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;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-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, .bootstrap-datetimepicker-widget table th.next::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget .btn[data-action=today]::after, .bootstrap-datetimepicker-widget .btn[data-action=clear]::after, .bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after, .bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=showHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  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: 0px 1px 2px 1px rgba(154, 154, 204, 0.22) !important;
}

.shadow {
  box-shadow: 0px 1px 2px 1px rgba(154, 154, 204, 0.22) !important;
}

.shadow-lg {
  box-shadow: 0px 1px 2px 1px rgba(154, 154, 204, 0.22) !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: 2rem !important;
}

.mt-5,
.my-5 {
  margin-top: 2rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 2rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 2rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 2rem !important;
}

.m-6 {
  margin: 2.5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 2.5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 2.5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 2.5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 2.5rem !important;
}

.m-7 {
  margin: 3rem !important;
}

.mt-7,
.my-7 {
  margin-top: 3rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 3rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 3rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 3rem !important;
}

.m-8 {
  margin: 3.5rem !important;
}

.mt-8,
.my-8 {
  margin-top: 3.5rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 3.5rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 3.5rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 3.5rem !important;
}

.m-9 {
  margin: 4.25rem !important;
}

.mt-9,
.my-9 {
  margin-top: 4.25rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 4.25rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 4.25rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 4.25rem !important;
}

.m-10 {
  margin: 4.5rem !important;
}

.mt-10,
.my-10 {
  margin-top: 4.5rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 4.5rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 4.5rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 4.5rem !important;
}

.m-11 {
  margin: 5rem !important;
}

.mt-11,
.my-11 {
  margin-top: 5rem !important;
}

.mr-11,
.mx-11 {
  margin-right: 5rem !important;
}

.mb-11,
.my-11 {
  margin-bottom: 5rem !important;
}

.ml-11,
.mx-11 {
  margin-left: 5rem !important;
}

.m-12 {
  margin: 6.33rem !important;
}

.mt-12,
.my-12 {
  margin-top: 6.33rem !important;
}

.mr-12,
.mx-12 {
  margin-right: 6.33rem !important;
}

.mb-12,
.my-12 {
  margin-bottom: 6.33rem !important;
}

.ml-12,
.mx-12 {
  margin-left: 6.33rem !important;
}

.m-13 {
  margin: 10rem !important;
}

.mt-13,
.my-13 {
  margin-top: 10rem !important;
}

.mr-13,
.mx-13 {
  margin-right: 10rem !important;
}

.mb-13,
.my-13 {
  margin-bottom: 10rem !important;
}

.ml-13,
.mx-13 {
  margin-left: 10rem !important;
}

.m-14 {
  margin: 12rem !important;
}

.mt-14,
.my-14 {
  margin-top: 12rem !important;
}

.mr-14,
.mx-14 {
  margin-right: 12rem !important;
}

.mb-14,
.my-14 {
  margin-bottom: 12rem !important;
}

.ml-14,
.mx-14 {
  margin-left: 12rem !important;
}

.m-15 {
  margin: 12.5rem !important;
}

.mt-15,
.my-15 {
  margin-top: 12.5rem !important;
}

.mr-15,
.mx-15 {
  margin-right: 12.5rem !important;
}

.mb-15,
.my-15 {
  margin-bottom: 12.5rem !important;
}

.ml-15,
.mx-15 {
  margin-left: 12.5rem !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: 2rem !important;
}

.pt-5,
.py-5 {
  padding-top: 2rem !important;
}

.pr-5,
.px-5 {
  padding-right: 2rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 2rem !important;
}

.pl-5,
.px-5 {
  padding-left: 2rem !important;
}

.p-6 {
  padding: 2.5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 2.5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 2.5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 2.5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 2.5rem !important;
}

.p-7 {
  padding: 3rem !important;
}

.pt-7,
.py-7 {
  padding-top: 3rem !important;
}

.pr-7,
.px-7 {
  padding-right: 3rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 3rem !important;
}

.pl-7,
.px-7 {
  padding-left: 3rem !important;
}

.p-8 {
  padding: 3.5rem !important;
}

.pt-8,
.py-8 {
  padding-top: 3.5rem !important;
}

.pr-8,
.px-8 {
  padding-right: 3.5rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 3.5rem !important;
}

.pl-8,
.px-8 {
  padding-left: 3.5rem !important;
}

.p-9 {
  padding: 4.25rem !important;
}

.pt-9,
.py-9 {
  padding-top: 4.25rem !important;
}

.pr-9,
.px-9 {
  padding-right: 4.25rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 4.25rem !important;
}

.pl-9,
.px-9 {
  padding-left: 4.25rem !important;
}

.p-10 {
  padding: 4.5rem !important;
}

.pt-10,
.py-10 {
  padding-top: 4.5rem !important;
}

.pr-10,
.px-10 {
  padding-right: 4.5rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 4.5rem !important;
}

.pl-10,
.px-10 {
  padding-left: 4.5rem !important;
}

.p-11 {
  padding: 5rem !important;
}

.pt-11,
.py-11 {
  padding-top: 5rem !important;
}

.pr-11,
.px-11 {
  padding-right: 5rem !important;
}

.pb-11,
.py-11 {
  padding-bottom: 5rem !important;
}

.pl-11,
.px-11 {
  padding-left: 5rem !important;
}

.p-12 {
  padding: 6.33rem !important;
}

.pt-12,
.py-12 {
  padding-top: 6.33rem !important;
}

.pr-12,
.px-12 {
  padding-right: 6.33rem !important;
}

.pb-12,
.py-12 {
  padding-bottom: 6.33rem !important;
}

.pl-12,
.px-12 {
  padding-left: 6.33rem !important;
}

.p-13 {
  padding: 10rem !important;
}

.pt-13,
.py-13 {
  padding-top: 10rem !important;
}

.pr-13,
.px-13 {
  padding-right: 10rem !important;
}

.pb-13,
.py-13 {
  padding-bottom: 10rem !important;
}

.pl-13,
.px-13 {
  padding-left: 10rem !important;
}

.p-14 {
  padding: 12rem !important;
}

.pt-14,
.py-14 {
  padding-top: 12rem !important;
}

.pr-14,
.px-14 {
  padding-right: 12rem !important;
}

.pb-14,
.py-14 {
  padding-bottom: 12rem !important;
}

.pl-14,
.px-14 {
  padding-left: 12rem !important;
}

.p-15 {
  padding: 12.5rem !important;
}

.pt-15,
.py-15 {
  padding-top: 12.5rem !important;
}

.pr-15,
.px-15 {
  padding-right: 12.5rem !important;
}

.pb-15,
.py-15 {
  padding-bottom: 12.5rem !important;
}

.pl-15,
.px-15 {
  padding-left: 12.5rem !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: -2rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -2rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -2rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -2rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -2rem !important;
}

.m-n6 {
  margin: -2.5rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -2.5rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -2.5rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -2.5rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -2.5rem !important;
}

.m-n7 {
  margin: -3rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -3rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -3rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -3rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -3rem !important;
}

.m-n8 {
  margin: -3.5rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -3.5rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -3.5rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -3.5rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -3.5rem !important;
}

.m-n9 {
  margin: -4.25rem !important;
}

.mt-n9,
.my-n9 {
  margin-top: -4.25rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -4.25rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -4.25rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -4.25rem !important;
}

.m-n10 {
  margin: -4.5rem !important;
}

.mt-n10,
.my-n10 {
  margin-top: -4.5rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -4.5rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -4.5rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -4.5rem !important;
}

.m-n11 {
  margin: -5rem !important;
}

.mt-n11,
.my-n11 {
  margin-top: -5rem !important;
}

.mr-n11,
.mx-n11 {
  margin-right: -5rem !important;
}

.mb-n11,
.my-n11 {
  margin-bottom: -5rem !important;
}

.ml-n11,
.mx-n11 {
  margin-left: -5rem !important;
}

.m-n12 {
  margin: -6.33rem !important;
}

.mt-n12,
.my-n12 {
  margin-top: -6.33rem !important;
}

.mr-n12,
.mx-n12 {
  margin-right: -6.33rem !important;
}

.mb-n12,
.my-n12 {
  margin-bottom: -6.33rem !important;
}

.ml-n12,
.mx-n12 {
  margin-left: -6.33rem !important;
}

.m-n13 {
  margin: -10rem !important;
}

.mt-n13,
.my-n13 {
  margin-top: -10rem !important;
}

.mr-n13,
.mx-n13 {
  margin-right: -10rem !important;
}

.mb-n13,
.my-n13 {
  margin-bottom: -10rem !important;
}

.ml-n13,
.mx-n13 {
  margin-left: -10rem !important;
}

.m-n14 {
  margin: -12rem !important;
}

.mt-n14,
.my-n14 {
  margin-top: -12rem !important;
}

.mr-n14,
.mx-n14 {
  margin-right: -12rem !important;
}

.mb-n14,
.my-n14 {
  margin-bottom: -12rem !important;
}

.ml-n14,
.mx-n14 {
  margin-left: -12rem !important;
}

.m-n15 {
  margin: -12.5rem !important;
}

.mt-n15,
.my-n15 {
  margin-top: -12.5rem !important;
}

.mr-n15,
.mx-n15 {
  margin-right: -12.5rem !important;
}

.mb-n15,
.my-n15 {
  margin-bottom: -12.5rem !important;
}

.ml-n15,
.mx-n15 {
  margin-left: -12.5rem !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: 2rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 2rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 2rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 2rem !important;
  }
  .m-sm-6 {
    margin: 2.5rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 2.5rem !important;
  }
  .m-sm-7 {
    margin: 3rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 3rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 3rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 3rem !important;
  }
  .m-sm-8 {
    margin: 3.5rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 3.5rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 3.5rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 3.5rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 3.5rem !important;
  }
  .m-sm-9 {
    margin: 4.25rem !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 4.25rem !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 4.25rem !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 4.25rem !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 4.25rem !important;
  }
  .m-sm-10 {
    margin: 4.5rem !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 4.5rem !important;
  }
  .m-sm-11 {
    margin: 5rem !important;
  }
  .mt-sm-11,
  .my-sm-11 {
    margin-top: 5rem !important;
  }
  .mr-sm-11,
  .mx-sm-11 {
    margin-right: 5rem !important;
  }
  .mb-sm-11,
  .my-sm-11 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-11,
  .mx-sm-11 {
    margin-left: 5rem !important;
  }
  .m-sm-12 {
    margin: 6.33rem !important;
  }
  .mt-sm-12,
  .my-sm-12 {
    margin-top: 6.33rem !important;
  }
  .mr-sm-12,
  .mx-sm-12 {
    margin-right: 6.33rem !important;
  }
  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 6.33rem !important;
  }
  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 6.33rem !important;
  }
  .m-sm-13 {
    margin: 10rem !important;
  }
  .mt-sm-13,
  .my-sm-13 {
    margin-top: 10rem !important;
  }
  .mr-sm-13,
  .mx-sm-13 {
    margin-right: 10rem !important;
  }
  .mb-sm-13,
  .my-sm-13 {
    margin-bottom: 10rem !important;
  }
  .ml-sm-13,
  .mx-sm-13 {
    margin-left: 10rem !important;
  }
  .m-sm-14 {
    margin: 12rem !important;
  }
  .mt-sm-14,
  .my-sm-14 {
    margin-top: 12rem !important;
  }
  .mr-sm-14,
  .mx-sm-14 {
    margin-right: 12rem !important;
  }
  .mb-sm-14,
  .my-sm-14 {
    margin-bottom: 12rem !important;
  }
  .ml-sm-14,
  .mx-sm-14 {
    margin-left: 12rem !important;
  }
  .m-sm-15 {
    margin: 12.5rem !important;
  }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 12.5rem !important;
  }
  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 12.5rem !important;
  }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 12.5rem !important;
  }
  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 12.5rem !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: 2rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 2rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 2rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 2rem !important;
  }
  .p-sm-6 {
    padding: 2.5rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 2.5rem !important;
  }
  .p-sm-7 {
    padding: 3rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 3rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 3rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 3rem !important;
  }
  .p-sm-8 {
    padding: 3.5rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 3.5rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 3.5rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 3.5rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 3.5rem !important;
  }
  .p-sm-9 {
    padding: 4.25rem !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 4.25rem !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 4.25rem !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 4.25rem !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 4.25rem !important;
  }
  .p-sm-10 {
    padding: 4.5rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 4.5rem !important;
  }
  .p-sm-11 {
    padding: 5rem !important;
  }
  .pt-sm-11,
  .py-sm-11 {
    padding-top: 5rem !important;
  }
  .pr-sm-11,
  .px-sm-11 {
    padding-right: 5rem !important;
  }
  .pb-sm-11,
  .py-sm-11 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-11,
  .px-sm-11 {
    padding-left: 5rem !important;
  }
  .p-sm-12 {
    padding: 6.33rem !important;
  }
  .pt-sm-12,
  .py-sm-12 {
    padding-top: 6.33rem !important;
  }
  .pr-sm-12,
  .px-sm-12 {
    padding-right: 6.33rem !important;
  }
  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 6.33rem !important;
  }
  .pl-sm-12,
  .px-sm-12 {
    padding-left: 6.33rem !important;
  }
  .p-sm-13 {
    padding: 10rem !important;
  }
  .pt-sm-13,
  .py-sm-13 {
    padding-top: 10rem !important;
  }
  .pr-sm-13,
  .px-sm-13 {
    padding-right: 10rem !important;
  }
  .pb-sm-13,
  .py-sm-13 {
    padding-bottom: 10rem !important;
  }
  .pl-sm-13,
  .px-sm-13 {
    padding-left: 10rem !important;
  }
  .p-sm-14 {
    padding: 12rem !important;
  }
  .pt-sm-14,
  .py-sm-14 {
    padding-top: 12rem !important;
  }
  .pr-sm-14,
  .px-sm-14 {
    padding-right: 12rem !important;
  }
  .pb-sm-14,
  .py-sm-14 {
    padding-bottom: 12rem !important;
  }
  .pl-sm-14,
  .px-sm-14 {
    padding-left: 12rem !important;
  }
  .p-sm-15 {
    padding: 12.5rem !important;
  }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 12.5rem !important;
  }
  .pr-sm-15,
  .px-sm-15 {
    padding-right: 12.5rem !important;
  }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 12.5rem !important;
  }
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 12.5rem !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: -2rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -2rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -2rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -2rem !important;
  }
  .m-sm-n6 {
    margin: -2.5rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -2.5rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -2.5rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -2.5rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -2.5rem !important;
  }
  .m-sm-n7 {
    margin: -3rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -3rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -3rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -3rem !important;
  }
  .m-sm-n8 {
    margin: -3.5rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -3.5rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -3.5rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -3.5rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -3.5rem !important;
  }
  .m-sm-n9 {
    margin: -4.25rem !important;
  }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -4.25rem !important;
  }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -4.25rem !important;
  }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -4.25rem !important;
  }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -4.25rem !important;
  }
  .m-sm-n10 {
    margin: -4.5rem !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -4.5rem !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -4.5rem !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -4.5rem !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -4.5rem !important;
  }
  .m-sm-n11 {
    margin: -5rem !important;
  }
  .mt-sm-n11,
  .my-sm-n11 {
    margin-top: -5rem !important;
  }
  .mr-sm-n11,
  .mx-sm-n11 {
    margin-right: -5rem !important;
  }
  .mb-sm-n11,
  .my-sm-n11 {
    margin-bottom: -5rem !important;
  }
  .ml-sm-n11,
  .mx-sm-n11 {
    margin-left: -5rem !important;
  }
  .m-sm-n12 {
    margin: -6.33rem !important;
  }
  .mt-sm-n12,
  .my-sm-n12 {
    margin-top: -6.33rem !important;
  }
  .mr-sm-n12,
  .mx-sm-n12 {
    margin-right: -6.33rem !important;
  }
  .mb-sm-n12,
  .my-sm-n12 {
    margin-bottom: -6.33rem !important;
  }
  .ml-sm-n12,
  .mx-sm-n12 {
    margin-left: -6.33rem !important;
  }
  .m-sm-n13 {
    margin: -10rem !important;
  }
  .mt-sm-n13,
  .my-sm-n13 {
    margin-top: -10rem !important;
  }
  .mr-sm-n13,
  .mx-sm-n13 {
    margin-right: -10rem !important;
  }
  .mb-sm-n13,
  .my-sm-n13 {
    margin-bottom: -10rem !important;
  }
  .ml-sm-n13,
  .mx-sm-n13 {
    margin-left: -10rem !important;
  }
  .m-sm-n14 {
    margin: -12rem !important;
  }
  .mt-sm-n14,
  .my-sm-n14 {
    margin-top: -12rem !important;
  }
  .mr-sm-n14,
  .mx-sm-n14 {
    margin-right: -12rem !important;
  }
  .mb-sm-n14,
  .my-sm-n14 {
    margin-bottom: -12rem !important;
  }
  .ml-sm-n14,
  .mx-sm-n14 {
    margin-left: -12rem !important;
  }
  .m-sm-n15 {
    margin: -12.5rem !important;
  }
  .mt-sm-n15,
  .my-sm-n15 {
    margin-top: -12.5rem !important;
  }
  .mr-sm-n15,
  .mx-sm-n15 {
    margin-right: -12.5rem !important;
  }
  .mb-sm-n15,
  .my-sm-n15 {
    margin-bottom: -12.5rem !important;
  }
  .ml-sm-n15,
  .mx-sm-n15 {
    margin-left: -12.5rem !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: 2rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 2rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 2rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 2rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 2rem !important;
  }
  .m-md-6 {
    margin: 2.5rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 2.5rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 2.5rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 2.5rem !important;
  }
  .m-md-7 {
    margin: 3rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 3rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 3rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 3rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 3rem !important;
  }
  .m-md-8 {
    margin: 3.5rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 3.5rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 3.5rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 3.5rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 3.5rem !important;
  }
  .m-md-9 {
    margin: 4.25rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 4.25rem !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 4.25rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 4.25rem !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 4.25rem !important;
  }
  .m-md-10 {
    margin: 4.5rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 4.5rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 4.5rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 4.5rem !important;
  }
  .m-md-11 {
    margin: 5rem !important;
  }
  .mt-md-11,
  .my-md-11 {
    margin-top: 5rem !important;
  }
  .mr-md-11,
  .mx-md-11 {
    margin-right: 5rem !important;
  }
  .mb-md-11,
  .my-md-11 {
    margin-bottom: 5rem !important;
  }
  .ml-md-11,
  .mx-md-11 {
    margin-left: 5rem !important;
  }
  .m-md-12 {
    margin: 6.33rem !important;
  }
  .mt-md-12,
  .my-md-12 {
    margin-top: 6.33rem !important;
  }
  .mr-md-12,
  .mx-md-12 {
    margin-right: 6.33rem !important;
  }
  .mb-md-12,
  .my-md-12 {
    margin-bottom: 6.33rem !important;
  }
  .ml-md-12,
  .mx-md-12 {
    margin-left: 6.33rem !important;
  }
  .m-md-13 {
    margin: 10rem !important;
  }
  .mt-md-13,
  .my-md-13 {
    margin-top: 10rem !important;
  }
  .mr-md-13,
  .mx-md-13 {
    margin-right: 10rem !important;
  }
  .mb-md-13,
  .my-md-13 {
    margin-bottom: 10rem !important;
  }
  .ml-md-13,
  .mx-md-13 {
    margin-left: 10rem !important;
  }
  .m-md-14 {
    margin: 12rem !important;
  }
  .mt-md-14,
  .my-md-14 {
    margin-top: 12rem !important;
  }
  .mr-md-14,
  .mx-md-14 {
    margin-right: 12rem !important;
  }
  .mb-md-14,
  .my-md-14 {
    margin-bottom: 12rem !important;
  }
  .ml-md-14,
  .mx-md-14 {
    margin-left: 12rem !important;
  }
  .m-md-15 {
    margin: 12.5rem !important;
  }
  .mt-md-15,
  .my-md-15 {
    margin-top: 12.5rem !important;
  }
  .mr-md-15,
  .mx-md-15 {
    margin-right: 12.5rem !important;
  }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 12.5rem !important;
  }
  .ml-md-15,
  .mx-md-15 {
    margin-left: 12.5rem !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: 2rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 2rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 2rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 2rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 2rem !important;
  }
  .p-md-6 {
    padding: 2.5rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 2.5rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 2.5rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 2.5rem !important;
  }
  .p-md-7 {
    padding: 3rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 3rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 3rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 3rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 3rem !important;
  }
  .p-md-8 {
    padding: 3.5rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 3.5rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 3.5rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 3.5rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 3.5rem !important;
  }
  .p-md-9 {
    padding: 4.25rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 4.25rem !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 4.25rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 4.25rem !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 4.25rem !important;
  }
  .p-md-10 {
    padding: 4.5rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 4.5rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 4.5rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 4.5rem !important;
  }
  .p-md-11 {
    padding: 5rem !important;
  }
  .pt-md-11,
  .py-md-11 {
    padding-top: 5rem !important;
  }
  .pr-md-11,
  .px-md-11 {
    padding-right: 5rem !important;
  }
  .pb-md-11,
  .py-md-11 {
    padding-bottom: 5rem !important;
  }
  .pl-md-11,
  .px-md-11 {
    padding-left: 5rem !important;
  }
  .p-md-12 {
    padding: 6.33rem !important;
  }
  .pt-md-12,
  .py-md-12 {
    padding-top: 6.33rem !important;
  }
  .pr-md-12,
  .px-md-12 {
    padding-right: 6.33rem !important;
  }
  .pb-md-12,
  .py-md-12 {
    padding-bottom: 6.33rem !important;
  }
  .pl-md-12,
  .px-md-12 {
    padding-left: 6.33rem !important;
  }
  .p-md-13 {
    padding: 10rem !important;
  }
  .pt-md-13,
  .py-md-13 {
    padding-top: 10rem !important;
  }
  .pr-md-13,
  .px-md-13 {
    padding-right: 10rem !important;
  }
  .pb-md-13,
  .py-md-13 {
    padding-bottom: 10rem !important;
  }
  .pl-md-13,
  .px-md-13 {
    padding-left: 10rem !important;
  }
  .p-md-14 {
    padding: 12rem !important;
  }
  .pt-md-14,
  .py-md-14 {
    padding-top: 12rem !important;
  }
  .pr-md-14,
  .px-md-14 {
    padding-right: 12rem !important;
  }
  .pb-md-14,
  .py-md-14 {
    padding-bottom: 12rem !important;
  }
  .pl-md-14,
  .px-md-14 {
    padding-left: 12rem !important;
  }
  .p-md-15 {
    padding: 12.5rem !important;
  }
  .pt-md-15,
  .py-md-15 {
    padding-top: 12.5rem !important;
  }
  .pr-md-15,
  .px-md-15 {
    padding-right: 12.5rem !important;
  }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 12.5rem !important;
  }
  .pl-md-15,
  .px-md-15 {
    padding-left: 12.5rem !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: -2rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -2rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -2rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -2rem !important;
  }
  .m-md-n6 {
    margin: -2.5rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -2.5rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -2.5rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -2.5rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -2.5rem !important;
  }
  .m-md-n7 {
    margin: -3rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -3rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -3rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -3rem !important;
  }
  .m-md-n8 {
    margin: -3.5rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -3.5rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -3.5rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -3.5rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -3.5rem !important;
  }
  .m-md-n9 {
    margin: -4.25rem !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -4.25rem !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -4.25rem !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -4.25rem !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -4.25rem !important;
  }
  .m-md-n10 {
    margin: -4.5rem !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -4.5rem !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -4.5rem !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -4.5rem !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -4.5rem !important;
  }
  .m-md-n11 {
    margin: -5rem !important;
  }
  .mt-md-n11,
  .my-md-n11 {
    margin-top: -5rem !important;
  }
  .mr-md-n11,
  .mx-md-n11 {
    margin-right: -5rem !important;
  }
  .mb-md-n11,
  .my-md-n11 {
    margin-bottom: -5rem !important;
  }
  .ml-md-n11,
  .mx-md-n11 {
    margin-left: -5rem !important;
  }
  .m-md-n12 {
    margin: -6.33rem !important;
  }
  .mt-md-n12,
  .my-md-n12 {
    margin-top: -6.33rem !important;
  }
  .mr-md-n12,
  .mx-md-n12 {
    margin-right: -6.33rem !important;
  }
  .mb-md-n12,
  .my-md-n12 {
    margin-bottom: -6.33rem !important;
  }
  .ml-md-n12,
  .mx-md-n12 {
    margin-left: -6.33rem !important;
  }
  .m-md-n13 {
    margin: -10rem !important;
  }
  .mt-md-n13,
  .my-md-n13 {
    margin-top: -10rem !important;
  }
  .mr-md-n13,
  .mx-md-n13 {
    margin-right: -10rem !important;
  }
  .mb-md-n13,
  .my-md-n13 {
    margin-bottom: -10rem !important;
  }
  .ml-md-n13,
  .mx-md-n13 {
    margin-left: -10rem !important;
  }
  .m-md-n14 {
    margin: -12rem !important;
  }
  .mt-md-n14,
  .my-md-n14 {
    margin-top: -12rem !important;
  }
  .mr-md-n14,
  .mx-md-n14 {
    margin-right: -12rem !important;
  }
  .mb-md-n14,
  .my-md-n14 {
    margin-bottom: -12rem !important;
  }
  .ml-md-n14,
  .mx-md-n14 {
    margin-left: -12rem !important;
  }
  .m-md-n15 {
    margin: -12.5rem !important;
  }
  .mt-md-n15,
  .my-md-n15 {
    margin-top: -12.5rem !important;
  }
  .mr-md-n15,
  .mx-md-n15 {
    margin-right: -12.5rem !important;
  }
  .mb-md-n15,
  .my-md-n15 {
    margin-bottom: -12.5rem !important;
  }
  .ml-md-n15,
  .mx-md-n15 {
    margin-left: -12.5rem !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: 2rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 2rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 2rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 2rem !important;
  }
  .m-lg-6 {
    margin: 2.5rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 2.5rem !important;
  }
  .m-lg-7 {
    margin: 3rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 3rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 3rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 3rem !important;
  }
  .m-lg-8 {
    margin: 3.5rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 3.5rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 3.5rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 3.5rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 3.5rem !important;
  }
  .m-lg-9 {
    margin: 4.25rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 4.25rem !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 4.25rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 4.25rem !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 4.25rem !important;
  }
  .m-lg-10 {
    margin: 4.5rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 4.5rem !important;
  }
  .m-lg-11 {
    margin: 5rem !important;
  }
  .mt-lg-11,
  .my-lg-11 {
    margin-top: 5rem !important;
  }
  .mr-lg-11,
  .mx-lg-11 {
    margin-right: 5rem !important;
  }
  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-11,
  .mx-lg-11 {
    margin-left: 5rem !important;
  }
  .m-lg-12 {
    margin: 6.33rem !important;
  }
  .mt-lg-12,
  .my-lg-12 {
    margin-top: 6.33rem !important;
  }
  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 6.33rem !important;
  }
  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 6.33rem !important;
  }
  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 6.33rem !important;
  }
  .m-lg-13 {
    margin: 10rem !important;
  }
  .mt-lg-13,
  .my-lg-13 {
    margin-top: 10rem !important;
  }
  .mr-lg-13,
  .mx-lg-13 {
    margin-right: 10rem !important;
  }
  .mb-lg-13,
  .my-lg-13 {
    margin-bottom: 10rem !important;
  }
  .ml-lg-13,
  .mx-lg-13 {
    margin-left: 10rem !important;
  }
  .m-lg-14 {
    margin: 12rem !important;
  }
  .mt-lg-14,
  .my-lg-14 {
    margin-top: 12rem !important;
  }
  .mr-lg-14,
  .mx-lg-14 {
    margin-right: 12rem !important;
  }
  .mb-lg-14,
  .my-lg-14 {
    margin-bottom: 12rem !important;
  }
  .ml-lg-14,
  .mx-lg-14 {
    margin-left: 12rem !important;
  }
  .m-lg-15 {
    margin: 12.5rem !important;
  }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 12.5rem !important;
  }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 12.5rem !important;
  }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 12.5rem !important;
  }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 12.5rem !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: 2rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 2rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 2rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 2rem !important;
  }
  .p-lg-6 {
    padding: 2.5rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 2.5rem !important;
  }
  .p-lg-7 {
    padding: 3rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 3rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 3rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 3rem !important;
  }
  .p-lg-8 {
    padding: 3.5rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 3.5rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 3.5rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 3.5rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 3.5rem !important;
  }
  .p-lg-9 {
    padding: 4.25rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 4.25rem !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 4.25rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 4.25rem !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 4.25rem !important;
  }
  .p-lg-10 {
    padding: 4.5rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 4.5rem !important;
  }
  .p-lg-11 {
    padding: 5rem !important;
  }
  .pt-lg-11,
  .py-lg-11 {
    padding-top: 5rem !important;
  }
  .pr-lg-11,
  .px-lg-11 {
    padding-right: 5rem !important;
  }
  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-11,
  .px-lg-11 {
    padding-left: 5rem !important;
  }
  .p-lg-12 {
    padding: 6.33rem !important;
  }
  .pt-lg-12,
  .py-lg-12 {
    padding-top: 6.33rem !important;
  }
  .pr-lg-12,
  .px-lg-12 {
    padding-right: 6.33rem !important;
  }
  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 6.33rem !important;
  }
  .pl-lg-12,
  .px-lg-12 {
    padding-left: 6.33rem !important;
  }
  .p-lg-13 {
    padding: 10rem !important;
  }
  .pt-lg-13,
  .py-lg-13 {
    padding-top: 10rem !important;
  }
  .pr-lg-13,
  .px-lg-13 {
    padding-right: 10rem !important;
  }
  .pb-lg-13,
  .py-lg-13 {
    padding-bottom: 10rem !important;
  }
  .pl-lg-13,
  .px-lg-13 {
    padding-left: 10rem !important;
  }
  .p-lg-14 {
    padding: 12rem !important;
  }
  .pt-lg-14,
  .py-lg-14 {
    padding-top: 12rem !important;
  }
  .pr-lg-14,
  .px-lg-14 {
    padding-right: 12rem !important;
  }
  .pb-lg-14,
  .py-lg-14 {
    padding-bottom: 12rem !important;
  }
  .pl-lg-14,
  .px-lg-14 {
    padding-left: 12rem !important;
  }
  .p-lg-15 {
    padding: 12.5rem !important;
  }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 12.5rem !important;
  }
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 12.5rem !important;
  }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 12.5rem !important;
  }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 12.5rem !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: -2rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -2rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -2rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -2rem !important;
  }
  .m-lg-n6 {
    margin: -2.5rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -2.5rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -2.5rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -2.5rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -2.5rem !important;
  }
  .m-lg-n7 {
    margin: -3rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -3rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -3rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -3rem !important;
  }
  .m-lg-n8 {
    margin: -3.5rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -3.5rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -3.5rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -3.5rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -3.5rem !important;
  }
  .m-lg-n9 {
    margin: -4.25rem !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -4.25rem !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -4.25rem !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -4.25rem !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -4.25rem !important;
  }
  .m-lg-n10 {
    margin: -4.5rem !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -4.5rem !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -4.5rem !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -4.5rem !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -4.5rem !important;
  }
  .m-lg-n11 {
    margin: -5rem !important;
  }
  .mt-lg-n11,
  .my-lg-n11 {
    margin-top: -5rem !important;
  }
  .mr-lg-n11,
  .mx-lg-n11 {
    margin-right: -5rem !important;
  }
  .mb-lg-n11,
  .my-lg-n11 {
    margin-bottom: -5rem !important;
  }
  .ml-lg-n11,
  .mx-lg-n11 {
    margin-left: -5rem !important;
  }
  .m-lg-n12 {
    margin: -6.33rem !important;
  }
  .mt-lg-n12,
  .my-lg-n12 {
    margin-top: -6.33rem !important;
  }
  .mr-lg-n12,
  .mx-lg-n12 {
    margin-right: -6.33rem !important;
  }
  .mb-lg-n12,
  .my-lg-n12 {
    margin-bottom: -6.33rem !important;
  }
  .ml-lg-n12,
  .mx-lg-n12 {
    margin-left: -6.33rem !important;
  }
  .m-lg-n13 {
    margin: -10rem !important;
  }
  .mt-lg-n13,
  .my-lg-n13 {
    margin-top: -10rem !important;
  }
  .mr-lg-n13,
  .mx-lg-n13 {
    margin-right: -10rem !important;
  }
  .mb-lg-n13,
  .my-lg-n13 {
    margin-bottom: -10rem !important;
  }
  .ml-lg-n13,
  .mx-lg-n13 {
    margin-left: -10rem !important;
  }
  .m-lg-n14 {
    margin: -12rem !important;
  }
  .mt-lg-n14,
  .my-lg-n14 {
    margin-top: -12rem !important;
  }
  .mr-lg-n14,
  .mx-lg-n14 {
    margin-right: -12rem !important;
  }
  .mb-lg-n14,
  .my-lg-n14 {
    margin-bottom: -12rem !important;
  }
  .ml-lg-n14,
  .mx-lg-n14 {
    margin-left: -12rem !important;
  }
  .m-lg-n15 {
    margin: -12.5rem !important;
  }
  .mt-lg-n15,
  .my-lg-n15 {
    margin-top: -12.5rem !important;
  }
  .mr-lg-n15,
  .mx-lg-n15 {
    margin-right: -12.5rem !important;
  }
  .mb-lg-n15,
  .my-lg-n15 {
    margin-bottom: -12.5rem !important;
  }
  .ml-lg-n15,
  .mx-lg-n15 {
    margin-left: -12.5rem !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: 2rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 2rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 2rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 2rem !important;
  }
  .m-xl-6 {
    margin: 2.5rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 2.5rem !important;
  }
  .m-xl-7 {
    margin: 3rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 3rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 3rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 3rem !important;
  }
  .m-xl-8 {
    margin: 3.5rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 3.5rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 3.5rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 3.5rem !important;
  }
  .m-xl-9 {
    margin: 4.25rem !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 4.25rem !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 4.25rem !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 4.25rem !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 4.25rem !important;
  }
  .m-xl-10 {
    margin: 4.5rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 4.5rem !important;
  }
  .m-xl-11 {
    margin: 5rem !important;
  }
  .mt-xl-11,
  .my-xl-11 {
    margin-top: 5rem !important;
  }
  .mr-xl-11,
  .mx-xl-11 {
    margin-right: 5rem !important;
  }
  .mb-xl-11,
  .my-xl-11 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-11,
  .mx-xl-11 {
    margin-left: 5rem !important;
  }
  .m-xl-12 {
    margin: 6.33rem !important;
  }
  .mt-xl-12,
  .my-xl-12 {
    margin-top: 6.33rem !important;
  }
  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 6.33rem !important;
  }
  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 6.33rem !important;
  }
  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 6.33rem !important;
  }
  .m-xl-13 {
    margin: 10rem !important;
  }
  .mt-xl-13,
  .my-xl-13 {
    margin-top: 10rem !important;
  }
  .mr-xl-13,
  .mx-xl-13 {
    margin-right: 10rem !important;
  }
  .mb-xl-13,
  .my-xl-13 {
    margin-bottom: 10rem !important;
  }
  .ml-xl-13,
  .mx-xl-13 {
    margin-left: 10rem !important;
  }
  .m-xl-14 {
    margin: 12rem !important;
  }
  .mt-xl-14,
  .my-xl-14 {
    margin-top: 12rem !important;
  }
  .mr-xl-14,
  .mx-xl-14 {
    margin-right: 12rem !important;
  }
  .mb-xl-14,
  .my-xl-14 {
    margin-bottom: 12rem !important;
  }
  .ml-xl-14,
  .mx-xl-14 {
    margin-left: 12rem !important;
  }
  .m-xl-15 {
    margin: 12.5rem !important;
  }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 12.5rem !important;
  }
  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 12.5rem !important;
  }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 12.5rem !important;
  }
  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 12.5rem !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: 2rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 2rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 2rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 2rem !important;
  }
  .p-xl-6 {
    padding: 2.5rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 2.5rem !important;
  }
  .p-xl-7 {
    padding: 3rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 3rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 3rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 3rem !important;
  }
  .p-xl-8 {
    padding: 3.5rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 3.5rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 3.5rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 3.5rem !important;
  }
  .p-xl-9 {
    padding: 4.25rem !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 4.25rem !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 4.25rem !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 4.25rem !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 4.25rem !important;
  }
  .p-xl-10 {
    padding: 4.5rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 4.5rem !important;
  }
  .p-xl-11 {
    padding: 5rem !important;
  }
  .pt-xl-11,
  .py-xl-11 {
    padding-top: 5rem !important;
  }
  .pr-xl-11,
  .px-xl-11 {
    padding-right: 5rem !important;
  }
  .pb-xl-11,
  .py-xl-11 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-11,
  .px-xl-11 {
    padding-left: 5rem !important;
  }
  .p-xl-12 {
    padding: 6.33rem !important;
  }
  .pt-xl-12,
  .py-xl-12 {
    padding-top: 6.33rem !important;
  }
  .pr-xl-12,
  .px-xl-12 {
    padding-right: 6.33rem !important;
  }
  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 6.33rem !important;
  }
  .pl-xl-12,
  .px-xl-12 {
    padding-left: 6.33rem !important;
  }
  .p-xl-13 {
    padding: 10rem !important;
  }
  .pt-xl-13,
  .py-xl-13 {
    padding-top: 10rem !important;
  }
  .pr-xl-13,
  .px-xl-13 {
    padding-right: 10rem !important;
  }
  .pb-xl-13,
  .py-xl-13 {
    padding-bottom: 10rem !important;
  }
  .pl-xl-13,
  .px-xl-13 {
    padding-left: 10rem !important;
  }
  .p-xl-14 {
    padding: 12rem !important;
  }
  .pt-xl-14,
  .py-xl-14 {
    padding-top: 12rem !important;
  }
  .pr-xl-14,
  .px-xl-14 {
    padding-right: 12rem !important;
  }
  .pb-xl-14,
  .py-xl-14 {
    padding-bottom: 12rem !important;
  }
  .pl-xl-14,
  .px-xl-14 {
    padding-left: 12rem !important;
  }
  .p-xl-15 {
    padding: 12.5rem !important;
  }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 12.5rem !important;
  }
  .pr-xl-15,
  .px-xl-15 {
    padding-right: 12.5rem !important;
  }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 12.5rem !important;
  }
  .pl-xl-15,
  .px-xl-15 {
    padding-left: 12.5rem !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: -2rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -2rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -2rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -2rem !important;
  }
  .m-xl-n6 {
    margin: -2.5rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -2.5rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -2.5rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -2.5rem !important;
  }
  .m-xl-n7 {
    margin: -3rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -3rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -3rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -3rem !important;
  }
  .m-xl-n8 {
    margin: -3.5rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -3.5rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -3.5rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -3.5rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -3.5rem !important;
  }
  .m-xl-n9 {
    margin: -4.25rem !important;
  }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -4.25rem !important;
  }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -4.25rem !important;
  }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -4.25rem !important;
  }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -4.25rem !important;
  }
  .m-xl-n10 {
    margin: -4.5rem !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -4.5rem !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -4.5rem !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -4.5rem !important;
  }
  .m-xl-n11 {
    margin: -5rem !important;
  }
  .mt-xl-n11,
  .my-xl-n11 {
    margin-top: -5rem !important;
  }
  .mr-xl-n11,
  .mx-xl-n11 {
    margin-right: -5rem !important;
  }
  .mb-xl-n11,
  .my-xl-n11 {
    margin-bottom: -5rem !important;
  }
  .ml-xl-n11,
  .mx-xl-n11 {
    margin-left: -5rem !important;
  }
  .m-xl-n12 {
    margin: -6.33rem !important;
  }
  .mt-xl-n12,
  .my-xl-n12 {
    margin-top: -6.33rem !important;
  }
  .mr-xl-n12,
  .mx-xl-n12 {
    margin-right: -6.33rem !important;
  }
  .mb-xl-n12,
  .my-xl-n12 {
    margin-bottom: -6.33rem !important;
  }
  .ml-xl-n12,
  .mx-xl-n12 {
    margin-left: -6.33rem !important;
  }
  .m-xl-n13 {
    margin: -10rem !important;
  }
  .mt-xl-n13,
  .my-xl-n13 {
    margin-top: -10rem !important;
  }
  .mr-xl-n13,
  .mx-xl-n13 {
    margin-right: -10rem !important;
  }
  .mb-xl-n13,
  .my-xl-n13 {
    margin-bottom: -10rem !important;
  }
  .ml-xl-n13,
  .mx-xl-n13 {
    margin-left: -10rem !important;
  }
  .m-xl-n14 {
    margin: -12rem !important;
  }
  .mt-xl-n14,
  .my-xl-n14 {
    margin-top: -12rem !important;
  }
  .mr-xl-n14,
  .mx-xl-n14 {
    margin-right: -12rem !important;
  }
  .mb-xl-n14,
  .my-xl-n14 {
    margin-bottom: -12rem !important;
  }
  .ml-xl-n14,
  .mx-xl-n14 {
    margin-left: -12rem !important;
  }
  .m-xl-n15 {
    margin: -12.5rem !important;
  }
  .mt-xl-n15,
  .my-xl-n15 {
    margin-top: -12.5rem !important;
  }
  .mr-xl-n15,
  .mx-xl-n15 {
    margin-right: -12.5rem !important;
  }
  .mb-xl-n15,
  .my-xl-n15 {
    margin-bottom: -12.5rem !important;
  }
  .ml-xl-n15,
  .mx-xl-n15 {
    margin-left: -12.5rem !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: #5969ff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(12.5, 35.8734939759, 255) !important;
}

.text-secondary {
  color: #ff407b !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(242.5, 0, 74.9083769634) !important;
}

.text-success {
  color: #2ec551 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(31.5185185185, 134.9814814815, 55.5) !important;
}

.text-info {
  color: #25d5f2 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(11.3961038961, 165.6818181818, 191.1038961039) !important;
}

.text-warning {
  color: #ffc108 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(186.5, 139.6862348178, 0) !important;
}

.text-danger {
  color: #ef172c !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(173.5322580645, 11.9677419355, 27.6754032258) !important;
}

.text-light {
  color: #efeff6 !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(190.04, 190.04, 218.46) !important;
}

.text-dark {
  color: #3b3d48 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(24.5458015267, 25.3778625954, 29.9541984733) !important;
}

.text-primary-light {
  color: #dbdeff !important;
}

a.text-primary-light:hover, a.text-primary-light:focus {
  color: rgb(142.5, 151.875, 255) !important;
}

.text-info-light {
  color: #dffaff !important;
}

a.text-info-light:hover, a.text-info-light:focus {
  color: rgb(146.5, 238.046875, 255) !important;
}

.text-secondary-light {
  color: #ffdbe6 !important;
}

a.text-secondary-light:hover, a.text-secondary-light:focus {
  color: rgb(255, 142.5, 176.875) !important;
}

.text-danger-light {
  color: #fbd3d5 !important;
}

a.text-danger-light:hover, a.text-danger-light:focus {
  color: rgb(244.625, 140.875, 146.0625) !important;
}

.text-success-light {
  color: #c5fad3 !important;
}

a.text-success-light:hover, a.text-success-light:focus {
  color: rgb(126.5714285714, 243.9285714286, 157.5714285714) !important;
}

.text-warning-light {
  color: #ffefbd !important;
}

a.text-warning-light:hover, a.text-warning-light:focus {
  color: rgb(255, 220.4545454545, 112.5) !important;
}

.text-facebook {
  color: #3b5898 !important;
}

a.text-facebook:hover, a.text-facebook:focus {
  color: rgb(37.6090047393, 56.0947867299, 96.8909952607) !important;
}

.text-twitter {
  color: #1ea2f2 !important;
}

a.text-twitter:hover, a.text-twitter:focus {
  color: rgb(10.6785714286, 119.1071428571, 184.8214285714) !important;
}

.text-instagram {
  color: #9361fa !important;
}

a.text-instagram:hover, a.text-instagram:focus {
  color: rgb(96.3128834356, 22.8466257669, 247.6533742331) !important;
}

.text-rss {
  color: #ee802f !important;
}

a.text-rss:hover, a.text-rss:focus {
  color: rgb(192.7466666667, 90.8133333333, 15.7533333333) !important;
}

.text-pinterest {
  color: #c8232c !important;
}

a.text-pinterest:hover, a.text-pinterest:focus {
  color: rgb(134.8936170213, 23.6063829787, 29.6765957447) !important;
}

.text-youtube {
  color: #ff0000 !important;
}

a.text-youtube:hover, a.text-youtube:focus {
  color: rgb(178.5, 0, 0) !important;
}

.text-googleplus {
  color: #d34836 !important;
}

a.text-googleplus:hover, a.text-googleplus:focus {
  color: rgb(154.6469387755, 47.7020408163, 33.8530612245) !important;
}

.text-body {
  color: #71748d !important;
}

.text-muted {
  color: #686972 !important;
}

.text-black-50 {
  color: rgba(46, 47, 57, 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;
  overflow-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;
  }
  thead {
    display: table-header-group;
  }
  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 #2e2f39;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #e6e6f2 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #e6e6f2;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #e6e6f2;
  }
}
@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;
  }
  thead {
    display: table-header-group;
  }
  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 #2e2f39;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #e6e6f2 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #e6e6f2;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #e6e6f2;
  }
}
:root {
  --blue: #5969ff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #ef172c;
  --orange: #fd7e14;
  --yellow: #ffc108;
  --green: #2ec551;
  --teal: #ff407b;
  --cyan: #25d5f2;
  --white: #fff;
  --gray: #686972;
  --gray-dark: #3b3d48;
  --primary: #5969ff;
  --secondary: #ff407b;
  --success: #2ec551;
  --info: #25d5f2;
  --warning: #ffc108;
  --danger: #ef172c;
  --light: #efeff6;
  --dark: #3b3d48;
  --primary-light: #dbdeff;
  --info-light: #dffaff;
  --secondary-light: #ffdbe6;
  --danger-light: #fbd3d5;
  --success-light: #c5fad3;
  --warning-light: #ffefbd;
  --facebook: #3b5898;
  --twitter: #1ea2f2;
  --instagram: #9361fa;
  --rss: #ee802f;
  --pinterest: #c8232c;
  --youtube: #ff0000;
  --googleplus: #d34836;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Open Sans", "sans-serif;";
  --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(46, 47, 57, 0);
}

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

body {
  margin: 0;
  font-family: "Open Sans", "sans-serif;";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  color: #71748d;
  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;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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: #5969ff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(12.5, 35.8734939759, 255);
  text-decoration: none;
}

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: #686972;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.3;
  color: #2e2f39;
}

h1, .h1 {
  font-size: 1.859375rem;
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.3109375rem + 0.73125vw);
  }
}

h2, .h2 {
  font-size: 1.53125rem;
}
@media (max-width: 1200px) {
  h2, .h2 {
    font-size: calc(1.278125rem + 0.3375vw);
  }
}

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

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

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

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

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.3;
}
@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }
}

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

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

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

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

small,
.small {
  font-size: 80%;
  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.09375rem;
}

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #e6e6f2;
  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: #686972;
}

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: #71748d;
  border-radius: 0.125rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

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

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

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

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

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

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

.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.3333333333%;
  max-width: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

.offset-2 {
  margin-left: 16.6666666667%;
}

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

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

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

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

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

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@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.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@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.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@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.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@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.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #71748d;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e6e6f2;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e6e6f2;
}
.table tbody + tbody {
  border-top: 2px solid #e6e6f2;
}

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

.table-bordered {
  border: 1px solid #e6e6f2;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #e6e6f2;
}
.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(46, 47, 57, 0.05);
}

.table-hover tbody tr:hover {
  color: #71748d;
  background-color: rgba(46, 47, 57, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(208.52, 213, 255);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(168.68, 177, 255);
}

.table-hover .table-primary:hover {
  background-color: rgb(183.02, 189.9578313253, 255);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(183.02, 189.9578313253, 255);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(255, 201.52, 218.04);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(255, 155.68, 186.36);
}

.table-hover .table-secondary:hover {
  background-color: rgb(255, 176.02, 200.4169633508);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(255, 176.02, 200.4169633508);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(196.48, 238.76, 206.28);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(146.32, 224.84, 164.52);
}

.table-hover .table-success:hover {
  background-color: rgb(176.5193258427, 233.2206741573, 189.6620224719);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.5193258427, 233.2206741573, 189.6620224719);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(193.96, 243.24, 251.36);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(141.64, 233.16, 248.24);
}

.table-hover .table-info:hover {
  background-color: rgb(169.8950649351, 238.6036363636, 249.9249350649);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(169.8950649351, 238.6036363636, 249.9249350649);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.84);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.56);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.2391902834, 160.34);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.2391902834, 160.34);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(250.52, 190.04, 195.92);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(246.68, 134.36, 145.28);
}

.table-hover .table-danger:hover {
  background-color: rgb(248.8748387097, 166.1851612903, 174.2244354839);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(248.8748387097, 166.1851612903, 174.2244354839);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(250.52, 250.52, 252.48);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(246.68, 246.68, 250.32);
}

.table-hover .table-light:hover {
  background-color: rgb(234.2, 234.2, 243.3);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(234.2, 234.2, 243.3);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(200.12, 200.68, 203.76);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(153.08, 154.12, 159.84);
}

.table-hover .table-dark:hover {
  background-color: rgb(186.9326649077, 187.6272295515, 191.4473350923);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(186.9326649077, 187.6272295515, 191.4473350923);
}

.table-primary-light,
.table-primary-light > th,
.table-primary-light > td {
  background-color: rgb(244.92, 245.76, 255);
}
.table-primary-light th,
.table-primary-light td,
.table-primary-light thead th,
.table-primary-light tbody + tbody {
  border-color: rgb(236.28, 237.84, 255);
}

.table-hover .table-primary-light:hover {
  background-color: rgb(219.42, 222.385, 255);
}
.table-hover .table-primary-light:hover > td,
.table-hover .table-primary-light:hover > th {
  background-color: rgb(219.42, 222.385, 255);
}

.table-info-light,
.table-info-light > th,
.table-info-light > td {
  background-color: rgb(246.04, 253.6, 255);
}
.table-info-light th,
.table-info-light td,
.table-info-light thead th,
.table-info-light tbody + tbody {
  border-color: rgb(238.36, 252.4, 255);
}

.table-hover .table-info-light:hover {
  background-color: rgb(220.54, 249.615625, 255);
}
.table-hover .table-info-light:hover > td,
.table-hover .table-info-light:hover > th {
  background-color: rgb(220.54, 249.615625, 255);
}

.table-secondary-light,
.table-secondary-light > th,
.table-secondary-light > td {
  background-color: rgb(255, 244.92, 248);
}
.table-secondary-light th,
.table-secondary-light td,
.table-secondary-light thead th,
.table-secondary-light tbody + tbody {
  border-color: rgb(255, 236.28, 242);
}

.table-hover .table-secondary-light:hover {
  background-color: rgb(255, 219.42, 230.2916666667);
}
.table-hover .table-secondary-light:hover > td,
.table-hover .table-secondary-light:hover > th {
  background-color: rgb(255, 219.42, 230.2916666667);
}

.table-danger-light,
.table-danger-light > th,
.table-danger-light > td {
  background-color: rgb(253.88, 242.68, 243.24);
}
.table-danger-light th,
.table-danger-light td,
.table-danger-light thead th,
.table-danger-light tbody + tbody {
  border-color: rgb(252.92, 232.12, 233.16);
}

.table-hover .table-danger-light:hover {
  background-color: rgb(251.755, 219.305, 220.9275);
}
.table-hover .table-danger-light:hover > td,
.table-hover .table-danger-light:hover > th {
  background-color: rgb(251.755, 219.305, 220.9275);
}

.table-success-light,
.table-success-light > th,
.table-success-light > td {
  background-color: rgb(238.76, 253.6, 242.68);
}
.table-success-light th,
.table-success-light td,
.table-success-light thead th,
.table-success-light tbody + tbody {
  border-color: rgb(224.84, 252.4, 232.12);
}

.table-hover .table-success-light:hover {
  background-color: rgb(215.2838095238, 251.5761904762, 224.8704761905);
}
.table-hover .table-success-light:hover > td,
.table-hover .table-success-light:hover > th {
  background-color: rgb(215.2838095238, 251.5761904762, 224.8704761905);
}

.table-warning-light,
.table-warning-light > th,
.table-warning-light > td {
  background-color: rgb(255, 250.52, 236.52);
}
.table-warning-light th,
.table-warning-light td,
.table-warning-light thead th,
.table-warning-light tbody + tbody {
  border-color: rgb(255, 246.68, 220.68);
}

.table-hover .table-warning-light:hover {
  background-color: rgb(255, 244.3381818182, 211.02);
}
.table-hover .table-warning-light:hover > td,
.table-hover .table-warning-light:hover > th {
  background-color: rgb(255, 244.3381818182, 211.02);
}

.table-facebook,
.table-facebook > th,
.table-facebook > td {
  background-color: rgb(200.12, 208.24, 226.16);
}
.table-facebook th,
.table-facebook td,
.table-facebook thead th,
.table-facebook tbody + tbody {
  border-color: rgb(153.08, 168.16, 201.44);
}

.table-hover .table-facebook:hover {
  background-color: rgb(183.4042809365, 193.9975250836, 217.3757190635);
}
.table-hover .table-facebook:hover > td,
.table-hover .table-facebook:hover > th {
  background-color: rgb(183.4042809365, 193.9975250836, 217.3757190635);
}

.table-twitter,
.table-twitter > th,
.table-twitter > td {
  background-color: rgb(192, 228.96, 251.36);
}
.table-twitter th,
.table-twitter td,
.table-twitter thead th,
.table-twitter tbody + tbody {
  border-color: rgb(138, 206.64, 248.24);
}

.table-hover .table-twitter:hover {
  background-color: rgb(167.8928571429, 218.9957142857, 249.9671428571);
}
.table-hover .table-twitter:hover > td,
.table-hover .table-twitter:hover > th {
  background-color: rgb(167.8928571429, 218.9957142857, 249.9671428571);
}

.table-instagram,
.table-instagram > th,
.table-instagram > td {
  background-color: rgb(224.76, 210.76, 253.6);
}
.table-instagram th,
.table-instagram td,
.table-instagram thead th,
.table-instagram tbody + tbody {
  border-color: rgb(198.84, 172.84, 252.4);
}

.table-hover .table-instagram:hover {
  background-color: rgb(207.8642944785, 186.042208589, 252.817791411);
}
.table-hover .table-instagram:hover > td,
.table-hover .table-instagram:hover > th {
  background-color: rgb(207.8642944785, 186.042208589, 252.817791411);
}

.table-rss,
.table-rss > th,
.table-rss > td {
  background-color: rgb(250.24, 219.44, 196.76);
}
.table-rss th,
.table-rss td,
.table-rss thead th,
.table-rss tbody + tbody {
  border-color: rgb(246.16, 188.96, 146.84);
}

.table-hover .table-rss:hover {
  background-color: rgb(248.3133333333, 205.0466666667, 173.1866666667);
}
.table-hover .table-rss:hover > td,
.table-hover .table-rss:hover > th {
  background-color: rgb(248.3133333333, 205.0466666667, 173.1866666667);
}

.table-pinterest,
.table-pinterest > th,
.table-pinterest > td {
  background-color: rgb(239.6, 193.4, 195.92);
}
.table-pinterest th,
.table-pinterest td,
.table-pinterest thead th,
.table-pinterest tbody + tbody {
  border-color: rgb(226.4, 140.6, 145.28);
}

.table-hover .table-pinterest:hover {
  background-color: rgb(234.5, 173, 176.3545454545);
}
.table-hover .table-pinterest:hover > td,
.table-hover .table-pinterest:hover > th {
  background-color: rgb(234.5, 173, 176.3545454545);
}

.table-youtube,
.table-youtube > th,
.table-youtube > td {
  background-color: rgb(255, 183.6, 183.6);
}
.table-youtube th,
.table-youtube td,
.table-youtube thead th,
.table-youtube tbody + tbody {
  border-color: rgb(255, 122.4, 122.4);
}

.table-hover .table-youtube:hover {
  background-color: rgb(255, 158.1, 158.1);
}
.table-hover .table-youtube:hover > td,
.table-hover .table-youtube:hover > th {
  background-color: rgb(255, 158.1, 158.1);
}

.table-googleplus,
.table-googleplus > th,
.table-googleplus > td {
  background-color: rgb(242.68, 203.76, 198.72);
}
.table-googleplus th,
.table-googleplus td,
.table-googleplus thead th,
.table-googleplus tbody + tbody {
  border-color: rgb(232.12, 159.84, 150.48);
}

.table-hover .table-googleplus:hover {
  background-color: rgb(238.1004081633, 184.7130612245, 177.7995918367);
}
.table-hover .table-googleplus:hover > td,
.table-hover .table-googleplus:hover > th {
  background-color: rgb(238.1004081633, 184.7130612245, 177.7995918367);
}

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #3b3d48;
  border-color: rgb(76.2270992366, 78.8110687023, 93.0229007634);
}
.table .thead-light th {
  color: #82849f;
  background-color: #efeff6;
  border-color: #e6e6f2;
}

.table-dark {
  color: #fff;
  background-color: #3b3d48;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(76.2270992366, 78.8110687023, 93.0229007634);
}
.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(2em + 0.8rem + 2px);
  padding: 0.4rem 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
  color: #82849f;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #e6e6f2;
  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:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #82849f;
}
.form-control:focus {
  color: #82849f;
  background-color: transparent;
  border-color: rgb(216.5, 220.2108433735, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(89, 105, 255, 0.25);
}
.form-control::-moz-placeholder {
  color: #686972;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #686972;
  opacity: 1;
}
.form-control::placeholder {
  color: #686972;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #efeff6;
  opacity: 1;
}

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

select.form-control:focus::-ms-value {
  color: #82849f;
  background-color: transparent;
}

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

.col-form-label {
  padding-top: calc(0.4rem + 1px);
  padding-bottom: calc(0.4rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 2;
}

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.4rem 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 2;
  color: #71748d;
  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 + 1.126rem + 2px);
  padding: 0.563rem 0.875rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  border-radius: 0.125rem;
}

.form-control-lg {
  height: calc(2em + 1.126rem + 2px);
  padding: 0.563rem 1.475rem;
  font-size: 1.09375rem;
  line-height: 2;
  border-radius: 0.375rem;
}

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: #686972;
}

.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: 80%;
  color: #2ec551;
}

.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.765625rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(46, 197, 81, 0.9);
  border-radius: 0.25rem;
}

.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: #2ec551;
  padding-right: calc(2em + 0.8rem);
  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='%232ec551' 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.5em + 0.2rem) center;
  background-size: calc(1em + 0.4rem) calc(1em + 0.4rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #2ec551;
  box-shadow: 0 0 0 0.2rem rgba(46, 197, 81, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(2em + 0.8rem);
  background-position: top calc(0.5em + 0.2rem) right calc(0.5em + 0.2rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #2ec551;
  padding-right: calc(0.75em + 2.6rem);
  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='%233b3d48' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, 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='%232ec551' 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") transparent no-repeat center right 2rem/calc(1em + 0.4rem) calc(1em + 0.4rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #2ec551;
  box-shadow: 0 0 0 0.2rem rgba(46, 197, 81, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #2ec551;
}
.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: #2ec551;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #2ec551;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(79.8888888889, 214.1111111111, 111);
  background-color: rgb(79.8888888889, 214.1111111111, 111);
}
.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(46, 197, 81, 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: #2ec551;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #2ec551;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #2ec551;
  box-shadow: 0 0 0 0.2rem rgba(46, 197, 81, 0.25);
}

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

.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.765625rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(239, 23, 44, 0.9);
  border-radius: 0.25rem;
}

.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: #ef172c;
  padding-right: calc(2em + 0.8rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ef172c' 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='%23ef172c' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.5em + 0.2rem) center;
  background-size: calc(1em + 0.4rem) calc(1em + 0.4rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #ef172c;
  box-shadow: 0 0 0 0.2rem rgba(239, 23, 44, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(2em + 0.8rem);
  background-position: top calc(0.5em + 0.2rem) right calc(0.5em + 0.2rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #ef172c;
  padding-right: calc(0.75em + 2.6rem);
  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='%233b3d48' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ef172c' 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='%23ef172c' stroke='none'/%3e%3c/svg%3e") transparent no-repeat center right 2rem/calc(1em + 0.4rem) calc(1em + 0.4rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #ef172c;
  box-shadow: 0 0 0 0.2rem rgba(239, 23, 44, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ef172c;
}
.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: #ef172c;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #ef172c;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(242.2903225806, 70.7096774194, 87.3911290323);
  background-color: rgb(242.2903225806, 70.7096774194, 87.3911290323);
}
.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(239, 23, 44, 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: #ef172c;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ef172c;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ef172c;
  box-shadow: 0 0 0 0.2rem rgba(239, 23, 44, 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: 500;
  color: #71748d;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.4rem 1rem;
  font-size: 0.875rem;
  line-height: 2;
  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: #71748d;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(89, 105, 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: #5969ff;
  border-color: #5969ff;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(50.75, 70.436746988, 255);
  border-color: rgb(38, 58.9156626506, 255);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(50.75, 70.436746988, 255);
  border-color: rgb(38, 58.9156626506, 255);
  box-shadow: 0 0 0 0.2rem rgba(113.9, 127.5, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #5969ff;
  border-color: #5969ff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(38, 58.9156626506, 255);
  border-color: rgb(25.25, 47.3945783133, 255);
}
.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(113.9, 127.5, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #ff407b;
  border-color: #ff407b;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(255, 25.75, 96.5654450262);
  border-color: rgb(255, 13, 87.7539267016);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: rgb(255, 25.75, 96.5654450262);
  border-color: rgb(255, 13, 87.7539267016);
  box-shadow: 0 0 0 0.2rem rgba(255, 92.65, 142.8, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #ff407b;
  border-color: #ff407b;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(255, 13, 87.7539267016);
  border-color: rgb(255, 0.25, 78.942408377);
}
.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(255, 92.65, 142.8, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #2ec551;
  border-color: #2ec551;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(38.7592592593, 165.9907407407, 68.25);
  border-color: rgb(36.3456790123, 155.6543209877, 64);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(38.7592592593, 165.9907407407, 68.25);
  border-color: rgb(36.3456790123, 155.6543209877, 64);
  box-shadow: 0 0 0 0.2rem rgba(77.35, 205.7, 107.1, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #2ec551;
  border-color: #2ec551;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(36.3456790123, 155.6543209877, 64);
  border-color: rgb(33.9320987654, 145.3179012346, 59.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(77.35, 205.7, 107.1, 0.5);
}

.btn-info {
  color: #2e2f39;
  background-color: #25d5f2;
  border-color: #25d5f2;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(13.5487012987, 196.9772727273, 227.2012987013);
  border-color: rgb(12.8311688312, 186.5454545455, 215.1688311688);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(13.5487012987, 196.9772727273, 227.2012987013);
  border-color: rgb(12.8311688312, 186.5454545455, 215.1688311688);
  box-shadow: 0 0 0 0.2rem rgba(38.35, 188.1, 214.25, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #2e2f39;
  background-color: #25d5f2;
  border-color: #25d5f2;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(12.8311688312, 186.5454545455, 215.1688311688);
  border-color: rgb(12.1136363636, 176.1136363636, 203.1363636364);
}
.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(38.35, 188.1, 214.25, 0.5);
}

.btn-warning {
  color: #2e2f39;
  background-color: #ffc108;
  border-color: #ffc108;
}
.btn-warning:hover {
  color: #2e2f39;
  background-color: rgb(224.75, 168.3350202429, 0);
  border-color: rgb(212, 158.7854251012, 0);
}
.btn-warning:focus, .btn-warning.focus {
  color: #2e2f39;
  background-color: rgb(224.75, 168.3350202429, 0);
  border-color: rgb(212, 158.7854251012, 0);
  box-shadow: 0 0 0 0.2rem rgba(223.65, 171.1, 15.35, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #2e2f39;
  background-color: #ffc108;
  border-color: #ffc108;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #2e2f39;
  background-color: rgb(212, 158.7854251012, 0);
  border-color: rgb(199.25, 149.2358299595, 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(223.65, 171.1, 15.35, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #ef172c;
  border-color: #ef172c;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(209.314516129, 14.435483871, 33.3820564516);
  border-color: rgb(197.3870967742, 13.6129032258, 31.4798387097);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(209.314516129, 14.435483871, 33.3820564516);
  border-color: rgb(197.3870967742, 13.6129032258, 31.4798387097);
  box-shadow: 0 0 0 0.2rem rgba(241.4, 57.8, 75.65, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #ef172c;
  border-color: #ef172c;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(197.3870967742, 13.6129032258, 31.4798387097);
  border-color: rgb(185.4596774194, 12.7903225806, 29.5776209677);
}
.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(241.4, 57.8, 75.65, 0.5);
}

.btn-light {
  color: #2e2f39;
  background-color: #efeff6;
  border-color: #efeff6;
}
.btn-light:hover {
  color: #2e2f39;
  background-color: rgb(214.52, 214.52, 232.23);
  border-color: rgb(206.36, 206.36, 227.64);
}
.btn-light:focus, .btn-light.focus {
  color: #2e2f39;
  background-color: rgb(214.52, 214.52, 232.23);
  border-color: rgb(206.36, 206.36, 227.64);
  box-shadow: 0 0 0 0.2rem rgba(210.05, 210.2, 217.65, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #2e2f39;
  background-color: #efeff6;
  border-color: #efeff6;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #2e2f39;
  background-color: rgb(206.36, 206.36, 227.64);
  border-color: rgb(198.2, 198.2, 223.05);
}
.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(210.05, 210.2, 217.65, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #3b3d48;
  border-color: #3b3d48;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(41.7729007634, 43.1889312977, 50.9770992366);
  border-color: rgb(36.0305343511, 37.2519083969, 43.9694656489);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(41.7729007634, 43.1889312977, 50.9770992366);
  border-color: rgb(36.0305343511, 37.2519083969, 43.9694656489);
  box-shadow: 0 0 0 0.2rem rgba(88.4, 90.1, 99.45, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #3b3d48;
  border-color: #3b3d48;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(36.0305343511, 37.2519083969, 43.9694656489);
  border-color: rgb(30.2881679389, 31.3148854962, 36.9618320611);
}
.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(88.4, 90.1, 99.45, 0.5);
}

.btn-primary-light {
  color: #2e2f39;
  background-color: #dbdeff;
  border-color: #dbdeff;
}
.btn-primary-light:hover {
  color: #2e2f39;
  background-color: rgb(180.75, 186.9375, 255);
  border-color: rgb(168, 175.25, 255);
}
.btn-primary-light:focus, .btn-primary-light.focus {
  color: #2e2f39;
  background-color: rgb(180.75, 186.9375, 255);
  border-color: rgb(168, 175.25, 255);
  box-shadow: 0 0 0 0.2rem rgba(193.05, 195.75, 225.3, 0.5);
}
.btn-primary-light.disabled, .btn-primary-light:disabled {
  color: #2e2f39;
  background-color: #dbdeff;
  border-color: #dbdeff;
}
.btn-primary-light:not(:disabled):not(.disabled):active, .btn-primary-light:not(:disabled):not(.disabled).active, .show > .btn-primary-light.dropdown-toggle {
  color: #2e2f39;
  background-color: rgb(168, 175.25, 255);
  border-color: rgb(155.25, 163.5625, 255);
}
.btn-primary-light:not(:disabled):not(.disabled):active:focus, .btn-primary-light:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(193.05, 195.75, 225.3, 0.5);
}

.btn-info-light {
  color: #2e2f39;
  background-color: #dffaff;
  border-color: #dffaff;
}
.btn-info-light:hover {
  color: #2e2f39;
  background-color: rgb(184.75, 244.0234375, 255);
  border-color: rgb(172, 242.03125, 255);
}
.btn-info-light:focus, .btn-info-light.focus {
  color: #2e2f39;
  background-color: rgb(184.75, 244.0234375, 255);
  border-color: rgb(172, 242.03125, 255);
  box-shadow: 0 0 0 0.2rem rgba(196.45, 219.55, 225.3, 0.5);
}
.btn-info-light.disabled, .btn-info-light:disabled {
  color: #2e2f39;
  background-color: #dffaff;
  border-color: #dffaff;
}
.btn-info-light:not(:disabled):not(.disabled):active, .btn-info-light:not(:disabled):not(.disabled).active, .show > .btn-info-light.dropdown-toggle {
  color: #2e2f39;
  background-color: rgb(172, 242.03125, 255);
  border-color: rgb(159.25, 240.0390625, 255);
}
.btn-info-light:not(:disabled):not(.disabled):active:focus, .btn-info-light:not(:disabled):not(.disabled).active:focus, .show > .btn-info-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(196.45, 219.55, 225.3, 0.5);
}

.btn-secondary-light {
  color: #2e2f39;
  background-color: #ffdbe6;
  border-color: #ffdbe6;
}
.btn-secondary-light:hover {
  color: #2e2f39;
  background-color: rgb(255, 180.75, 203.4375);
  border-color: rgb(255, 168, 194.5833333333);
}
.btn-secondary-light:focus, .btn-secondary-light.focus {
  color: #2e2f39;
  background-color: rgb(255, 180.75, 203.4375);
  border-color: rgb(255, 168, 194.5833333333);
  box-shadow: 0 0 0 0.2rem rgba(223.65, 193.2, 204.05, 0.5);
}
.btn-secondary-light.disabled, .btn-secondary-light:disabled {
  color: #2e2f39;
  background-color: #ffdbe6;
  border-color: #ffdbe6;
}
.btn-secondary-light:not(:disabled):not(.disabled):active, .btn-secondary-light:not(:disabled):not(.disabled).active, .show > .btn-secondary-light.dropdown-toggle {
  color: #2e2f39;
  background-color: rgb(255, 168, 194.5833333333);
  border-color: rgb(255, 155.25, 185.7291666667);
}
.btn-secondary-light:not(:disabled):not(.disabled):active:focus, .btn-secondary-light:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(223.65, 193.2, 204.05, 0.5);
}

.btn-danger-light {
  color: #2e2f39;
  background-color: #fbd3d5;
  border-color: #fbd3d5;
}
.btn-danger-light:hover {
  color: #2e2f39;
  background-color: rgb(247.8125, 175.9375, 179.53125);
  border-color: rgb(246.75, 164.25, 168.375);
}
.btn-danger-light:focus, .btn-danger-light.focus {
  color: #2e2f39;
  background-color: rgb(247.8125, 175.9375, 179.53125);
  border-color: rgb(246.75, 164.25, 168.375);
  box-shadow: 0 0 0 0.2rem rgba(220.25, 186.4, 189.6, 0.5);
}
.btn-danger-light.disabled, .btn-danger-light:disabled {
  color: #2e2f39;
  background-color: #fbd3d5;
  border-color: #fbd3d5;
}
.btn-danger-light:not(:disabled):not(.disabled):active, .btn-danger-light:not(:disabled):not(.disabled).active, .show > .btn-danger-light.dropdown-toggle {
  color: #2e2f39;
  background-color: rgb(246.75, 164.25, 168.375);
  border-color: rgb(245.6875, 152.5625, 157.21875);
}
.btn-danger-light:not(:disabled):not(.disabled):active:focus, .btn-danger-light:not(:disabled):not(.disabled).active:focus, .show > .btn-danger-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220.25, 186.4, 189.6, 0.5);
}

.btn-success-light {
  color: #2e2f39;
  background-color: #c5fad3;
  border-color: #c5fad3;
}
.btn-success-light:hover {
  color: #2e2f39;
  background-color: rgb(161.7857142857, 246.9642857143, 184.2857142857);
  border-color: rgb(150.0476190476, 245.9523809524, 175.380952381);
}
.btn-success-light:focus, .btn-success-light.focus {
  color: #2e2f39;
  background-color: rgb(161.7857142857, 246.9642857143, 184.2857142857);
  border-color: rgb(150.0476190476, 245.9523809524, 175.380952381);
  box-shadow: 0 0 0 0.2rem rgba(174.35, 219.55, 187.9, 0.5);
}
.btn-success-light.disabled, .btn-success-light:disabled {
  color: #2e2f39;
  background-color: #c5fad3;
  border-color: #c5fad3;
}
.btn-success-light:not(:disabled):not(.disabled):active, .btn-success-light:not(:disabled):not(.disabled).active, .show > .btn-success-light.dropdown-toggle {
  color: #2e2f39;
  background-color: rgb(150.0476190476, 245.9523809524, 175.380952381);
  border-color: rgb(138.3095238095, 244.9404761905, 166.4761904762);
}
.btn-success-light:not(:disabled):not(.disabled):active:focus, .btn-success-light:not(:disabled):not(.disabled).active:focus, .show > .btn-success-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(174.35, 219.55, 187.9, 0.5);
}

.btn-warning-light {
  color: #2e2f39;
  background-color: #ffefbd;
  border-color: #ffefbd;
}
.btn-warning-light:hover {
  color: #2e2f39;
  background-color: rgb(255, 229.7272727273, 150.75);
  border-color: rgb(255, 226.6363636364, 138);
}
.btn-warning-light:focus, .btn-warning-light.focus {
  color: #2e2f39;
  background-color: rgb(255, 229.7272727273, 150.75);
  border-color: rgb(255, 226.6363636364, 138);
  box-shadow: 0 0 0 0.2rem rgba(223.65, 210.2, 169.2, 0.5);
}
.btn-warning-light.disabled, .btn-warning-light:disabled {
  color: #2e2f39;
  background-color: #ffefbd;
  border-color: #ffefbd;
}
.btn-warning-light:not(:disabled):not(.disabled):active, .btn-warning-light:not(:disabled):not(.disabled).active, .show > .btn-warning-light.dropdown-toggle {
  color: #2e2f39;
  background-color: rgb(255, 226.6363636364, 138);
  border-color: rgb(255, 223.5454545455, 125.25);
}
.btn-warning-light:not(:disabled):not(.disabled):active:focus, .btn-warning-light:not(:disabled):not(.disabled).active:focus, .show > .btn-warning-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(223.65, 210.2, 169.2, 0.5);
}

.btn-facebook {
  color: #fff;
  background-color: #3b5898;
  border-color: #3b5898;
}
.btn-facebook:hover {
  color: #fff;
  background-color: rgb(48.3045023697, 72.0473933649, 124.4454976303);
  border-color: rgb(44.7393364929, 66.7298578199, 115.2606635071);
}
.btn-facebook:focus, .btn-facebook.focus {
  color: #fff;
  background-color: rgb(48.3045023697, 72.0473933649, 124.4454976303);
  border-color: rgb(44.7393364929, 66.7298578199, 115.2606635071);
  box-shadow: 0 0 0 0.2rem rgba(88.4, 113.05, 167.45, 0.5);
}
.btn-facebook.disabled, .btn-facebook:disabled {
  color: #fff;
  background-color: #3b5898;
  border-color: #3b5898;
}
.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active, .show > .btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: rgb(44.7393364929, 66.7298578199, 115.2606635071);
  border-color: rgb(41.1741706161, 61.4123222749, 106.0758293839);
}
.btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook:not(:disabled):not(.disabled).active:focus, .show > .btn-facebook.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(88.4, 113.05, 167.45, 0.5);
}

.btn-twitter {
  color: #fff;
  background-color: #1ea2f2;
  border-color: #1ea2f2;
}
.btn-twitter:hover {
  color: #fff;
  background-color: rgb(12.7678571429, 142.4107142857, 220.9821428571);
  border-color: rgb(12.0714285714, 134.6428571429, 208.9285714286);
}
.btn-twitter:focus, .btn-twitter.focus {
  color: #fff;
  background-color: rgb(12.7678571429, 142.4107142857, 220.9821428571);
  border-color: rgb(12.0714285714, 134.6428571429, 208.9285714286);
  box-shadow: 0 0 0 0.2rem rgba(63.75, 175.95, 243.95, 0.5);
}
.btn-twitter.disabled, .btn-twitter:disabled {
  color: #fff;
  background-color: #1ea2f2;
  border-color: #1ea2f2;
}
.btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter:not(:disabled):not(.disabled).active, .show > .btn-twitter.dropdown-toggle {
  color: #fff;
  background-color: rgb(12.0714285714, 134.6428571429, 208.9285714286);
  border-color: rgb(11.375, 126.875, 196.875);
}
.btn-twitter:not(:disabled):not(.disabled):active:focus, .btn-twitter:not(:disabled):not(.disabled).active:focus, .show > .btn-twitter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(63.75, 175.95, 243.95, 0.5);
}

.btn-instagram {
  color: #fff;
  background-color: #9361fa;
  border-color: #9361fa;
}
.btn-instagram:hover {
  color: #fff;
  background-color: rgb(121.6564417178, 59.9233128834, 248.8266871166);
  border-color: rgb(113.2085889571, 47.5644171779, 248.4355828221);
}
.btn-instagram:focus, .btn-instagram.focus {
  color: #fff;
  background-color: rgb(121.6564417178, 59.9233128834, 248.8266871166);
  border-color: rgb(113.2085889571, 47.5644171779, 248.4355828221);
  box-shadow: 0 0 0 0.2rem rgba(163.2, 120.7, 250.75, 0.5);
}
.btn-instagram.disabled, .btn-instagram:disabled {
  color: #fff;
  background-color: #9361fa;
  border-color: #9361fa;
}
.btn-instagram:not(:disabled):not(.disabled):active, .btn-instagram:not(:disabled):not(.disabled).active, .show > .btn-instagram.dropdown-toggle {
  color: #fff;
  background-color: rgb(113.2085889571, 47.5644171779, 248.4355828221);
  border-color: rgb(104.7607361963, 35.2055214724, 248.0444785276);
}
.btn-instagram:not(:disabled):not(.disabled):active:focus, .btn-instagram:not(:disabled):not(.disabled).active:focus, .show > .btn-instagram.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(163.2, 120.7, 250.75, 0.5);
}

.btn-rss {
  color: #2e2f39;
  background-color: #ee802f;
  border-color: #ee802f;
}
.btn-rss:hover {
  color: #fff;
  background-color: rgb(228.1066666667, 107.4733333333, 18.6433333333);
  border-color: rgb(216.32, 101.92, 17.68);
}
.btn-rss:focus, .btn-rss.focus {
  color: #fff;
  background-color: rgb(228.1066666667, 107.4733333333, 18.6433333333);
  border-color: rgb(216.32, 101.92, 17.68);
  box-shadow: 0 0 0 0.2rem rgba(209.2, 115.85, 48.5, 0.5);
}
.btn-rss.disabled, .btn-rss:disabled {
  color: #2e2f39;
  background-color: #ee802f;
  border-color: #ee802f;
}
.btn-rss:not(:disabled):not(.disabled):active, .btn-rss:not(:disabled):not(.disabled).active, .show > .btn-rss.dropdown-toggle {
  color: #fff;
  background-color: rgb(216.32, 101.92, 17.68);
  border-color: rgb(204.5333333333, 96.3666666667, 16.7166666667);
}
.btn-rss:not(:disabled):not(.disabled):active:focus, .btn-rss:not(:disabled):not(.disabled).active:focus, .show > .btn-rss.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(209.2, 115.85, 48.5, 0.5);
}

.btn-pinterest {
  color: #fff;
  background-color: #c8232c;
  border-color: #c8232c;
}
.btn-pinterest:hover {
  color: #fff;
  background-color: rgb(167.4468085106, 29.3031914894, 36.8382978723);
  border-color: rgb(156.5957446809, 27.4042553191, 34.4510638298);
}
.btn-pinterest:focus, .btn-pinterest.focus {
  color: #fff;
  background-color: rgb(167.4468085106, 29.3031914894, 36.8382978723);
  border-color: rgb(156.5957446809, 27.4042553191, 34.4510638298);
  box-shadow: 0 0 0 0.2rem rgba(208.25, 68, 75.65, 0.5);
}
.btn-pinterest.disabled, .btn-pinterest:disabled {
  color: #fff;
  background-color: #c8232c;
  border-color: #c8232c;
}
.btn-pinterest:not(:disabled):not(.disabled):active, .btn-pinterest:not(:disabled):not(.disabled).active, .show > .btn-pinterest.dropdown-toggle {
  color: #fff;
  background-color: rgb(156.5957446809, 27.4042553191, 34.4510638298);
  border-color: rgb(145.7446808511, 25.5053191489, 32.0638297872);
}
.btn-pinterest:not(:disabled):not(.disabled):active:focus, .btn-pinterest:not(:disabled):not(.disabled).active:focus, .show > .btn-pinterest.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(208.25, 68, 75.65, 0.5);
}

.btn-youtube {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn-youtube:hover {
  color: #fff;
  background-color: rgb(216.75, 0, 0);
  border-color: #cc0000;
}
.btn-youtube:focus, .btn-youtube.focus {
  color: #fff;
  background-color: rgb(216.75, 0, 0);
  border-color: #cc0000;
  box-shadow: 0 0 0 0.2rem rgba(255, 38.25, 38.25, 0.5);
}
.btn-youtube.disabled, .btn-youtube:disabled {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn-youtube:not(:disabled):not(.disabled):active, .btn-youtube:not(:disabled):not(.disabled).active, .show > .btn-youtube.dropdown-toggle {
  color: #fff;
  background-color: #cc0000;
  border-color: rgb(191.25, 0, 0);
}
.btn-youtube:not(:disabled):not(.disabled):active:focus, .btn-youtube:not(:disabled):not(.disabled).active:focus, .show > .btn-youtube.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 38.25, 38.25, 0.5);
}

.btn-googleplus {
  color: #fff;
  background-color: #d34836;
  border-color: #d34836;
}
.btn-googleplus:hover {
  color: #fff;
  background-color: rgb(186.0275510204, 57.3816326531, 40.7224489796);
  border-color: rgb(175.5673469388, 54.1551020408, 38.4326530612);
}
.btn-googleplus:focus, .btn-googleplus.focus {
  color: #fff;
  background-color: rgb(186.0275510204, 57.3816326531, 40.7224489796);
  border-color: rgb(175.5673469388, 54.1551020408, 38.4326530612);
  box-shadow: 0 0 0 0.2rem rgba(217.6, 99.45, 84.15, 0.5);
}
.btn-googleplus.disabled, .btn-googleplus:disabled {
  color: #fff;
  background-color: #d34836;
  border-color: #d34836;
}
.btn-googleplus:not(:disabled):not(.disabled):active, .btn-googleplus:not(:disabled):not(.disabled).active, .show > .btn-googleplus.dropdown-toggle {
  color: #fff;
  background-color: rgb(175.5673469388, 54.1551020408, 38.4326530612);
  border-color: rgb(165.1071428571, 50.9285714286, 36.1428571429);
}
.btn-googleplus:not(:disabled):not(.disabled):active:focus, .btn-googleplus:not(:disabled):not(.disabled).active:focus, .show > .btn-googleplus.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217.6, 99.45, 84.15, 0.5);
}

.btn-outline-primary {
  color: #5969ff;
  border-color: #5969ff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #5969ff;
  border-color: #5969ff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(89, 105, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #5969ff;
  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: #5969ff;
  border-color: #5969ff;
}
.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(89, 105, 255, 0.5);
}

.btn-outline-secondary {
  color: #ff407b;
  border-color: #ff407b;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #ff407b;
  border-color: #ff407b;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 64, 123, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #ff407b;
  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: #ff407b;
  border-color: #ff407b;
}
.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(255, 64, 123, 0.5);
}

.btn-outline-success {
  color: #2ec551;
  border-color: #2ec551;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #2ec551;
  border-color: #2ec551;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(46, 197, 81, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #2ec551;
  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: #2ec551;
  border-color: #2ec551;
}
.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(46, 197, 81, 0.5);
}

.btn-outline-info {
  color: #25d5f2;
  border-color: #25d5f2;
}
.btn-outline-info:hover {
  color: #2e2f39;
  background-color: #25d5f2;
  border-color: #25d5f2;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(37, 213, 242, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #25d5f2;
  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: #2e2f39;
  background-color: #25d5f2;
  border-color: #25d5f2;
}
.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(37, 213, 242, 0.5);
}

.btn-outline-warning {
  color: #ffc108;
  border-color: #ffc108;
}
.btn-outline-warning:hover {
  color: #2e2f39;
  background-color: #ffc108;
  border-color: #ffc108;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 8, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc108;
  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: #2e2f39;
  background-color: #ffc108;
  border-color: #ffc108;
}
.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, 8, 0.5);
}

.btn-outline-danger {
  color: #ef172c;
  border-color: #ef172c;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #ef172c;
  border-color: #ef172c;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 23, 44, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ef172c;
  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: #ef172c;
  border-color: #ef172c;
}
.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(239, 23, 44, 0.5);
}

.btn-outline-light {
  color: #efeff6;
  border-color: #efeff6;
}
.btn-outline-light:hover {
  color: #2e2f39;
  background-color: #efeff6;
  border-color: #efeff6;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 239, 246, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #efeff6;
  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: #2e2f39;
  background-color: #efeff6;
  border-color: #efeff6;
}
.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(239, 239, 246, 0.5);
}

.btn-outline-dark {
  color: #3b3d48;
  border-color: #3b3d48;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #3b3d48;
  border-color: #3b3d48;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 61, 72, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #3b3d48;
  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: #3b3d48;
  border-color: #3b3d48;
}
.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(59, 61, 72, 0.5);
}

.btn-outline-primary-light {
  color: #dbdeff;
  border-color: #dbdeff;
}
.btn-outline-primary-light:hover {
  color: #2e2f39;
  background-color: #dbdeff;
  border-color: #dbdeff;
}
.btn-outline-primary-light:focus, .btn-outline-primary-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 222, 255, 0.5);
}
.btn-outline-primary-light.disabled, .btn-outline-primary-light:disabled {
  color: #dbdeff;
  background-color: transparent;
}
.btn-outline-primary-light:not(:disabled):not(.disabled):active, .btn-outline-primary-light:not(:disabled):not(.disabled).active, .show > .btn-outline-primary-light.dropdown-toggle {
  color: #2e2f39;
  background-color: #dbdeff;
  border-color: #dbdeff;
}
.btn-outline-primary-light:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 222, 255, 0.5);
}

.btn-outline-info-light {
  color: #dffaff;
  border-color: #dffaff;
}
.btn-outline-info-light:hover {
  color: #2e2f39;
  background-color: #dffaff;
  border-color: #dffaff;
}
.btn-outline-info-light:focus, .btn-outline-info-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(223, 250, 255, 0.5);
}
.btn-outline-info-light.disabled, .btn-outline-info-light:disabled {
  color: #dffaff;
  background-color: transparent;
}
.btn-outline-info-light:not(:disabled):not(.disabled):active, .btn-outline-info-light:not(:disabled):not(.disabled).active, .show > .btn-outline-info-light.dropdown-toggle {
  color: #2e2f39;
  background-color: #dffaff;
  border-color: #dffaff;
}
.btn-outline-info-light:not(:disabled):not(.disabled):active:focus, .btn-outline-info-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(223, 250, 255, 0.5);
}

.btn-outline-secondary-light {
  color: #ffdbe6;
  border-color: #ffdbe6;
}
.btn-outline-secondary-light:hover {
  color: #2e2f39;
  background-color: #ffdbe6;
  border-color: #ffdbe6;
}
.btn-outline-secondary-light:focus, .btn-outline-secondary-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 219, 230, 0.5);
}
.btn-outline-secondary-light.disabled, .btn-outline-secondary-light:disabled {
  color: #ffdbe6;
  background-color: transparent;
}
.btn-outline-secondary-light:not(:disabled):not(.disabled):active, .btn-outline-secondary-light:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary-light.dropdown-toggle {
  color: #2e2f39;
  background-color: #ffdbe6;
  border-color: #ffdbe6;
}
.btn-outline-secondary-light:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 219, 230, 0.5);
}

.btn-outline-danger-light {
  color: #fbd3d5;
  border-color: #fbd3d5;
}
.btn-outline-danger-light:hover {
  color: #2e2f39;
  background-color: #fbd3d5;
  border-color: #fbd3d5;
}
.btn-outline-danger-light:focus, .btn-outline-danger-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 211, 213, 0.5);
}
.btn-outline-danger-light.disabled, .btn-outline-danger-light:disabled {
  color: #fbd3d5;
  background-color: transparent;
}
.btn-outline-danger-light:not(:disabled):not(.disabled):active, .btn-outline-danger-light:not(:disabled):not(.disabled).active, .show > .btn-outline-danger-light.dropdown-toggle {
  color: #2e2f39;
  background-color: #fbd3d5;
  border-color: #fbd3d5;
}
.btn-outline-danger-light:not(:disabled):not(.disabled):active:focus, .btn-outline-danger-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 211, 213, 0.5);
}

.btn-outline-success-light {
  color: #c5fad3;
  border-color: #c5fad3;
}
.btn-outline-success-light:hover {
  color: #2e2f39;
  background-color: #c5fad3;
  border-color: #c5fad3;
}
.btn-outline-success-light:focus, .btn-outline-success-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(197, 250, 211, 0.5);
}
.btn-outline-success-light.disabled, .btn-outline-success-light:disabled {
  color: #c5fad3;
  background-color: transparent;
}
.btn-outline-success-light:not(:disabled):not(.disabled):active, .btn-outline-success-light:not(:disabled):not(.disabled).active, .show > .btn-outline-success-light.dropdown-toggle {
  color: #2e2f39;
  background-color: #c5fad3;
  border-color: #c5fad3;
}
.btn-outline-success-light:not(:disabled):not(.disabled):active:focus, .btn-outline-success-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(197, 250, 211, 0.5);
}

.btn-outline-warning-light {
  color: #ffefbd;
  border-color: #ffefbd;
}
.btn-outline-warning-light:hover {
  color: #2e2f39;
  background-color: #ffefbd;
  border-color: #ffefbd;
}
.btn-outline-warning-light:focus, .btn-outline-warning-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 239, 189, 0.5);
}
.btn-outline-warning-light.disabled, .btn-outline-warning-light:disabled {
  color: #ffefbd;
  background-color: transparent;
}
.btn-outline-warning-light:not(:disabled):not(.disabled):active, .btn-outline-warning-light:not(:disabled):not(.disabled).active, .show > .btn-outline-warning-light.dropdown-toggle {
  color: #2e2f39;
  background-color: #ffefbd;
  border-color: #ffefbd;
}
.btn-outline-warning-light:not(:disabled):not(.disabled):active:focus, .btn-outline-warning-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 239, 189, 0.5);
}

.btn-outline-facebook {
  color: #3b5898;
  border-color: #3b5898;
}
.btn-outline-facebook:hover {
  color: #fff;
  background-color: #3b5898;
  border-color: #3b5898;
}
.btn-outline-facebook:focus, .btn-outline-facebook.focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 88, 152, 0.5);
}
.btn-outline-facebook.disabled, .btn-outline-facebook:disabled {
  color: #3b5898;
  background-color: transparent;
}
.btn-outline-facebook:not(:disabled):not(.disabled):active, .btn-outline-facebook:not(:disabled):not(.disabled).active, .show > .btn-outline-facebook.dropdown-toggle {
  color: #fff;
  background-color: #3b5898;
  border-color: #3b5898;
}
.btn-outline-facebook:not(:disabled):not(.disabled):active:focus, .btn-outline-facebook:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-facebook.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 88, 152, 0.5);
}

.btn-outline-twitter {
  color: #1ea2f2;
  border-color: #1ea2f2;
}
.btn-outline-twitter:hover {
  color: #fff;
  background-color: #1ea2f2;
  border-color: #1ea2f2;
}
.btn-outline-twitter:focus, .btn-outline-twitter.focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 162, 242, 0.5);
}
.btn-outline-twitter.disabled, .btn-outline-twitter:disabled {
  color: #1ea2f2;
  background-color: transparent;
}
.btn-outline-twitter:not(:disabled):not(.disabled):active, .btn-outline-twitter:not(:disabled):not(.disabled).active, .show > .btn-outline-twitter.dropdown-toggle {
  color: #fff;
  background-color: #1ea2f2;
  border-color: #1ea2f2;
}
.btn-outline-twitter:not(:disabled):not(.disabled):active:focus, .btn-outline-twitter:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-twitter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 162, 242, 0.5);
}

.btn-outline-instagram {
  color: #9361fa;
  border-color: #9361fa;
}
.btn-outline-instagram:hover {
  color: #fff;
  background-color: #9361fa;
  border-color: #9361fa;
}
.btn-outline-instagram:focus, .btn-outline-instagram.focus {
  box-shadow: 0 0 0 0.2rem rgba(147, 97, 250, 0.5);
}
.btn-outline-instagram.disabled, .btn-outline-instagram:disabled {
  color: #9361fa;
  background-color: transparent;
}
.btn-outline-instagram:not(:disabled):not(.disabled):active, .btn-outline-instagram:not(:disabled):not(.disabled).active, .show > .btn-outline-instagram.dropdown-toggle {
  color: #fff;
  background-color: #9361fa;
  border-color: #9361fa;
}
.btn-outline-instagram:not(:disabled):not(.disabled):active:focus, .btn-outline-instagram:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-instagram.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(147, 97, 250, 0.5);
}

.btn-outline-rss {
  color: #ee802f;
  border-color: #ee802f;
}
.btn-outline-rss:hover {
  color: #2e2f39;
  background-color: #ee802f;
  border-color: #ee802f;
}
.btn-outline-rss:focus, .btn-outline-rss.focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 128, 47, 0.5);
}
.btn-outline-rss.disabled, .btn-outline-rss:disabled {
  color: #ee802f;
  background-color: transparent;
}
.btn-outline-rss:not(:disabled):not(.disabled):active, .btn-outline-rss:not(:disabled):not(.disabled).active, .show > .btn-outline-rss.dropdown-toggle {
  color: #2e2f39;
  background-color: #ee802f;
  border-color: #ee802f;
}
.btn-outline-rss:not(:disabled):not(.disabled):active:focus, .btn-outline-rss:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-rss.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 128, 47, 0.5);
}

.btn-outline-pinterest {
  color: #c8232c;
  border-color: #c8232c;
}
.btn-outline-pinterest:hover {
  color: #fff;
  background-color: #c8232c;
  border-color: #c8232c;
}
.btn-outline-pinterest:focus, .btn-outline-pinterest.focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 35, 44, 0.5);
}
.btn-outline-pinterest.disabled, .btn-outline-pinterest:disabled {
  color: #c8232c;
  background-color: transparent;
}
.btn-outline-pinterest:not(:disabled):not(.disabled):active, .btn-outline-pinterest:not(:disabled):not(.disabled).active, .show > .btn-outline-pinterest.dropdown-toggle {
  color: #fff;
  background-color: #c8232c;
  border-color: #c8232c;
}
.btn-outline-pinterest:not(:disabled):not(.disabled):active:focus, .btn-outline-pinterest:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-pinterest.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 35, 44, 0.5);
}

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

.btn-outline-googleplus {
  color: #d34836;
  border-color: #d34836;
}
.btn-outline-googleplus:hover {
  color: #fff;
  background-color: #d34836;
  border-color: #d34836;
}
.btn-outline-googleplus:focus, .btn-outline-googleplus.focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 72, 54, 0.5);
}
.btn-outline-googleplus.disabled, .btn-outline-googleplus:disabled {
  color: #d34836;
  background-color: transparent;
}
.btn-outline-googleplus:not(:disabled):not(.disabled):active, .btn-outline-googleplus:not(:disabled):not(.disabled).active, .show > .btn-outline-googleplus.dropdown-toggle {
  color: #fff;
  background-color: #d34836;
  border-color: #d34836;
}
.btn-outline-googleplus:not(:disabled):not(.disabled):active:focus, .btn-outline-googleplus:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-googleplus.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 72, 54, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #5969ff;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(12.5, 35.8734939759, 255);
  text-decoration: none;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #686972;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.563rem 1.475rem;
  font-size: 1.09375rem;
  line-height: 2;
  border-radius: 0.375rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.563rem 0.875rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  border-radius: 0.125rem;
}

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

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

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

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

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

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

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-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: 0.875rem;
  color: #71748d;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(46, 47, 57, 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 #efeff6;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #71748d;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(101.655511811, 104.3543307087, 126.844488189);
  text-decoration: none;
  background-color: #f9f9ff;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #5969ff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #686972;
  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.765625rem;
  color: #686972;
  white-space: nowrap;
}

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

.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.75rem;
  padding-left: 0.75rem;
}
.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.65625rem;
  padding-left: 0.65625rem;
}

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

.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(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.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-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.4rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
  color: #82849f;
  text-align: center;
  white-space: nowrap;
  background-color: #efeff6;
  border: 1px solid #e6e6f2;
  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(2em + 1.126rem + 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.563rem 1.475rem;
  font-size: 1.09375rem;
  line-height: 2;
  border-radius: 0.375rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 1.126rem + 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.563rem 0.875rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  border-radius: 0.125rem;
}

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

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

.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.4rem;
  padding-left: 1.5rem;
}

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.2rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #5969ff;
  background-color: #5969ff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(89, 105, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(216.5, 220.2108433735, 255);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: white;
  border-color: white;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #686972;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #efeff6;
}

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

.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: #5969ff;
  background-color: #5969ff;
}
.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(89, 105, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(89, 105, 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(89, 105, 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.2rem + 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: transparent;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(89, 105, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2em + 0.8rem + 2px);
  padding: 0.4rem 2rem 0.4rem 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
  color: #82849f;
  vertical-align: middle;
  background: transparent 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='%233b3d48' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px;
  border: 1px solid #e6e6f2;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: rgb(216.5, 220.2108433735, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(89, 105, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #82849f;
  background-color: transparent;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1rem;
  background-image: none;
}
.custom-select:disabled {
  color: #686972;
  background-color: #efeff6;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #82849f;
}

.custom-select-sm {
  height: calc(1.5em + 1.126rem + 2px);
  padding-top: 0.563rem;
  padding-bottom: 0.563rem;
  padding-left: 0.875rem;
  font-size: 0.765625rem;
}

.custom-select-lg {
  height: calc(2em + 1.126rem + 2px);
  padding-top: 0.563rem;
  padding-bottom: 0.563rem;
  padding-left: 1.475rem;
  font-size: 1.09375rem;
}

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2em + 0.8rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(216.5, 220.2108433735, 255);
  box-shadow: 0 0 0 0.2rem rgba(89, 105, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #efeff6;
}
.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(2em + 0.8rem + 2px);
  padding: 0.4rem 1rem;
  font-weight: 400;
  line-height: 2;
  color: #82849f;
  background-color: transparent;
  border: 1px solid #e6e6f2;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(2em + 0.8rem);
  padding: 0.4rem 1rem;
  line-height: 2;
  color: #82849f;
  content: "Browse";
  background-color: #efeff6;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(89, 105, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(89, 105, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(89, 105, 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: #5969ff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: white;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e6e6f2;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #5969ff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: white;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e6e6f2;
  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: #5969ff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: white;
}
.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: #e6e6f2;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #e6e6f2;
  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: #686972;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #e6e6f2;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  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 {
  border-color: #efeff6 #efeff6 #e6e6f2;
}
.nav-tabs .nav-link.disabled {
  color: #686972;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #82849f;
  background-color: #fff;
  border-color: #e6e6f2 #e6e6f2 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.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.325rem;
  padding-bottom: 0.325rem;
  margin-right: 1rem;
  font-size: 1.09375rem;
  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.09375rem;
  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: no-repeat center center;
  background-size: 100% 100%;
}

@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-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-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-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-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-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(46, 47, 57, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(46, 47, 57, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(46, 47, 57, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(46, 47, 57, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(46, 47, 57, 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(46, 47, 57, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(46, 47, 57, 0.5);
  border-color: rgba(46, 47, 57, 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%2846, 47, 57, 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(46, 47, 57, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(46, 47, 57, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(46, 47, 57, 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(46, 47, 57, 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(46, 47, 57, 0.03);
  border-bottom: 1px solid rgba(46, 47, 57, 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(46, 47, 57, 0.03);
  border-top: 1px solid rgba(46, 47, 57, 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: 12px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -12px;
    margin-left: -12px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 12px;
    margin-bottom: 0;
    margin-left: 12px;
  }
}

.card-group > .card {
  margin-bottom: 12px;
}
@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 {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         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: #efeff6;
  border-radius: 0.25rem;
}

.breadcrumb-item {
  display: flex;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #686972;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #686972;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.875rem 1.188rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #5969ff;
  background-color: #fff;
  border: 1px solid #e6e6f2;
}
.page-link:hover {
  z-index: 2;
  color: rgb(12.5, 35.8734939759, 255);
  text-decoration: none;
  background-color: #efeff6;
  border-color: #e6e6f2;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(89, 105, 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: #5969ff;
  border-color: #5969ff;
}
.page-item.disabled .page-link {
  color: #686972;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #e6e6f2;
}

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

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

.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: #5969ff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(38, 58.9156626506, 255);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(89, 105, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #ff407b;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(255, 13, 87.7539267016);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 64, 123, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #2ec551;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: rgb(36.3456790123, 155.6543209877, 64);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(46, 197, 81, 0.5);
}

.badge-info {
  color: #2e2f39;
  background-color: #25d5f2;
}
a.badge-info:hover, a.badge-info:focus {
  color: #2e2f39;
  background-color: rgb(12.8311688312, 186.5454545455, 215.1688311688);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(37, 213, 242, 0.5);
}

.badge-warning {
  color: #2e2f39;
  background-color: #ffc108;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #2e2f39;
  background-color: rgb(212, 158.7854251012, 0);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 8, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #ef172c;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(197.3870967742, 13.6129032258, 31.4798387097);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(239, 23, 44, 0.5);
}

.badge-light {
  color: #2e2f39;
  background-color: #efeff6;
}
a.badge-light:hover, a.badge-light:focus {
  color: #2e2f39;
  background-color: rgb(206.36, 206.36, 227.64);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(239, 239, 246, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #3b3d48;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: rgb(36.0305343511, 37.2519083969, 43.9694656489);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(59, 61, 72, 0.5);
}

.badge-primary-light {
  color: #2e2f39;
  background-color: #dbdeff;
}
a.badge-primary-light:hover, a.badge-primary-light:focus {
  color: #2e2f39;
  background-color: rgb(168, 175.25, 255);
}
a.badge-primary-light:focus, a.badge-primary-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(219, 222, 255, 0.5);
}

.badge-info-light {
  color: #2e2f39;
  background-color: #dffaff;
}
a.badge-info-light:hover, a.badge-info-light:focus {
  color: #2e2f39;
  background-color: rgb(172, 242.03125, 255);
}
a.badge-info-light:focus, a.badge-info-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(223, 250, 255, 0.5);
}

.badge-secondary-light {
  color: #2e2f39;
  background-color: #ffdbe6;
}
a.badge-secondary-light:hover, a.badge-secondary-light:focus {
  color: #2e2f39;
  background-color: rgb(255, 168, 194.5833333333);
}
a.badge-secondary-light:focus, a.badge-secondary-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 219, 230, 0.5);
}

.badge-danger-light {
  color: #2e2f39;
  background-color: #fbd3d5;
}
a.badge-danger-light:hover, a.badge-danger-light:focus {
  color: #2e2f39;
  background-color: rgb(246.75, 164.25, 168.375);
}
a.badge-danger-light:focus, a.badge-danger-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(251, 211, 213, 0.5);
}

.badge-success-light {
  color: #2e2f39;
  background-color: #c5fad3;
}
a.badge-success-light:hover, a.badge-success-light:focus {
  color: #2e2f39;
  background-color: rgb(150.0476190476, 245.9523809524, 175.380952381);
}
a.badge-success-light:focus, a.badge-success-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(197, 250, 211, 0.5);
}

.badge-warning-light {
  color: #2e2f39;
  background-color: #ffefbd;
}
a.badge-warning-light:hover, a.badge-warning-light:focus {
  color: #2e2f39;
  background-color: rgb(255, 226.6363636364, 138);
}
a.badge-warning-light:focus, a.badge-warning-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 239, 189, 0.5);
}

.badge-facebook {
  color: #fff;
  background-color: #3b5898;
}
a.badge-facebook:hover, a.badge-facebook:focus {
  color: #fff;
  background-color: rgb(44.7393364929, 66.7298578199, 115.2606635071);
}
a.badge-facebook:focus, a.badge-facebook.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(59, 88, 152, 0.5);
}

.badge-twitter {
  color: #fff;
  background-color: #1ea2f2;
}
a.badge-twitter:hover, a.badge-twitter:focus {
  color: #fff;
  background-color: rgb(12.0714285714, 134.6428571429, 208.9285714286);
}
a.badge-twitter:focus, a.badge-twitter.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(30, 162, 242, 0.5);
}

.badge-instagram {
  color: #fff;
  background-color: #9361fa;
}
a.badge-instagram:hover, a.badge-instagram:focus {
  color: #fff;
  background-color: rgb(113.2085889571, 47.5644171779, 248.4355828221);
}
a.badge-instagram:focus, a.badge-instagram.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(147, 97, 250, 0.5);
}

.badge-rss {
  color: #2e2f39;
  background-color: #ee802f;
}
a.badge-rss:hover, a.badge-rss:focus {
  color: #2e2f39;
  background-color: rgb(216.32, 101.92, 17.68);
}
a.badge-rss:focus, a.badge-rss.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(238, 128, 47, 0.5);
}

.badge-pinterest {
  color: #fff;
  background-color: #c8232c;
}
a.badge-pinterest:hover, a.badge-pinterest:focus {
  color: #fff;
  background-color: rgb(156.5957446809, 27.4042553191, 34.4510638298);
}
a.badge-pinterest:focus, a.badge-pinterest.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(200, 35, 44, 0.5);
}

.badge-youtube {
  color: #fff;
  background-color: #ff0000;
}
a.badge-youtube:hover, a.badge-youtube:focus {
  color: #fff;
  background-color: #cc0000;
}
a.badge-youtube:focus, a.badge-youtube.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

.badge-googleplus {
  color: #fff;
  background-color: #d34836;
}
a.badge-googleplus:hover, a.badge-googleplus:focus {
  color: #fff;
  background-color: rgb(175.5673469388, 54.1551020408, 38.4326530612);
}
a.badge-googleplus:focus, a.badge-googleplus.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(211, 72, 54, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #efeff6;
  border-radius: 0.375rem;
}
@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: 3.8125rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(68.36, 77.16, 159.96);
  background-color: rgb(221.8, 225, 255);
  border-color: rgb(208.52, 213, 255);
}
.alert-primary hr {
  border-top-color: rgb(183.02, 189.9578313253, 255);
}
.alert-primary .alert-link {
  color: rgb(53.0903784163, 59.9247161878, 124.2296215837);
}

.alert-secondary {
  color: rgb(154.68, 55.84, 91.32);
  background-color: rgb(255, 216.8, 228.6);
  border-color: rgb(255, 201.52, 218.04);
}
.alert-secondary hr {
  border-top-color: rgb(255, 176.02, 200.4169633508);
}
.alert-secondary .alert-link {
  color: rgb(117.2076458294, 42.3123541706, 69.197066312);
}

.alert-success {
  color: rgb(46, 125, 69.48);
  background-color: rgb(213.2, 243.4, 220.2);
  border-color: rgb(196.48, 238.76, 206.28);
}
.alert-success hr {
  border-top-color: rgb(176.5193258427, 233.2206741573, 189.6620224719);
}
.alert-success .alert-link {
  color: rgb(32.2807017544, 87.7192982456, 48.7578947368);
}

.alert-info {
  color: rgb(41.32, 133.32, 153.2);
  background-color: rgb(211.4, 246.6, 252.4);
  border-color: rgb(193.96, 243.24, 251.36);
}
.alert-info hr {
  border-top-color: rgb(169.8950649351, 238.6036363636, 249.9249350649);
}
.alert-info .alert-link {
  color: rgb(30.4865638495, 98.3656508328, 113.0334361505);
}

.alert-warning {
  color: rgb(154.68, 122.92, 31.52);
  background-color: rgb(255, 242.6, 205.6);
  border-color: rgb(255, 237.64, 185.84);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.2391902834, 160.34);
}
.alert-warning .alert-link {
  color: rgb(112.3132975295, 89.2523308271, 22.8867024705);
}

.alert-danger {
  color: rgb(146.36, 34.52, 50.24);
  background-color: rgb(251.8, 208.6, 212.8);
  border-color: rgb(250.52, 190.04, 195.92);
}
.alert-danger hr {
  border-top-color: rgb(248.8748387097, 166.1851612903, 174.2244354839);
}
.alert-danger .alert-link {
  color: rgb(105.0930827068, 24.7869172932, 36.0745864662);
}

.alert-light {
  color: rgb(146.36, 146.84, 155.28);
  background-color: rgb(251.8, 251.8, 253.2);
  border-color: rgb(250.52, 250.52, 252.48);
}
.alert-light hr {
  border-top-color: rgb(234.2, 234.2, 243.3);
}
.alert-light .alert-link {
  color: rgb(119.9549856018, 120.5323862546, 130.6850143982);
}

.alert-dark {
  color: rgb(52.76, 54.28, 64.8);
  background-color: rgb(215.8, 216.2, 218.4);
  border-color: rgb(200.12, 200.68, 203.76);
}
.alert-dark hr {
  border-top-color: rgb(186.9326649077, 187.6272295515, 191.4473350923);
}
.alert-dark .alert-link {
  color: rgb(29.8716025859, 30.732194624, 36.6883974141);
}

.alert-primary-light {
  color: rgb(135.96, 138, 159.96);
  background-color: rgb(247.8, 248.4, 255);
  border-color: rgb(244.92, 245.76, 255);
}
.alert-primary-light hr {
  border-top-color: rgb(219.42, 222.385, 255);
}
.alert-primary-light .alert-link {
  color: rgb(108.7313004484, 111.0651793722, 136.1886995516);
}

.alert-info-light {
  color: rgb(138.04, 152.56, 159.96);
  background-color: rgb(248.6, 254, 255);
  border-color: rgb(246.04, 253.6, 255);
}
.alert-info-light hr {
  border-top-color: rgb(220.54, 249.615625, 255);
}
.alert-info-light .alert-link {
  color: rgb(110.7305660377, 127.6477358491, 136.2694339623);
}

.alert-secondary-light {
  color: rgb(154.68, 136.44, 146.96);
  background-color: rgb(255, 247.8, 250);
  border-color: rgb(255, 244.92, 248);
}
.alert-secondary-light hr {
  border-top-color: rgb(255, 219.42, 230.2916666667);
}
.alert-secondary-light .alert-link {
  color: rgb(130.065, 110.055, 121.5958552632);
}

.alert-danger-light {
  color: rgb(152.6, 132.28, 138.12);
  background-color: rgb(254.2, 246.2, 246.6);
  border-color: rgb(253.88, 242.68, 243.24);
}
.alert-danger-light hr {
  border-top-color: rgb(251.755, 219.305, 220.9275);
}
.alert-danger-light .alert-link {
  color: rgb(127.4953518124, 106.3846481876, 112.4518976546);
}

.alert-success-light {
  color: rgb(124.52, 152.56, 137.08);
  background-color: rgb(243.4, 254, 246.2);
  border-color: rgb(238.76, 253.6, 242.68);
}
.alert-success-light hr {
  border-top-color: rgb(215.2838095238, 251.5761904762, 224.8704761905);
}
.alert-success-light .alert-link {
  color: rgb(99.4317156105, 126.6482843895, 111.6228748068);
}

.alert-warning-light {
  color: rgb(154.68, 146.84, 125.64);
  background-color: rgb(255, 251.8, 241.8);
  border-color: rgb(255, 250.52, 236.52);
}
.alert-warning-light hr {
  border-top-color: rgb(255, 244.3381818182, 211.02);
}
.alert-warning-light .alert-link {
  color: rgb(129.1572413793, 121.3295297806, 100.1627586207);
}

.alert-facebook {
  color: rgb(52.76, 68.32, 106.4);
  background-color: rgb(215.8, 221.6, 234.4);
  border-color: rgb(200.12, 208.24, 226.16);
}
.alert-facebook hr {
  border-top-color: rgb(183.4042809365, 193.9975250836, 217.3757190635);
}
.alert-facebook .alert-link {
  color: rgb(35.8539934657, 46.4280673536, 72.3060065343);
}

.alert-twitter {
  color: rgb(37.68, 106.8, 153.2);
  background-color: rgb(210, 236.4, 252.4);
  border-color: rgb(192, 228.96, 251.36);
}
.alert-twitter hr {
  border-top-color: rgb(167.8928571429, 218.9957142857, 249.9671428571);
}
.alert-twitter .alert-link {
  color: rgb(27.6125230511, 78.2647946354, 112.2674769489);
}

.alert-instagram {
  color: rgb(98.52, 73, 157.36);
  background-color: rgb(233.4, 223.4, 254);
  border-color: rgb(224.76, 210.76, 253.6);
}
.alert-instagram hr {
  border-top-color: rgb(207.8642944785, 186.042208589, 252.817791411);
}
.alert-instagram .alert-link {
  color: rgb(76.708400764, 56.8383399896, 122.5216600104);
}

.alert-rss {
  color: rgb(145.84, 89.12, 51.8);
  background-color: rgb(251.6, 229.6, 213.4);
  border-color: rgb(250.24, 219.44, 196.76);
}
.alert-rss hr {
  border-top-color: rgb(248.3133333333, 205.0466666667, 173.1866666667);
}
.alert-rss .alert-link {
  color: rgb(108.2067273831, 66.1230358227, 38.4332726169);
}

.alert-pinterest {
  color: rgb(126.08, 40.76, 50.24);
  background-color: rgb(244, 211, 212.8);
  border-color: rgb(239.6, 193.4, 195.92);
}
.alert-pinterest hr {
  border-top-color: rgb(234.5, 173, 176.3545454545);
}
.alert-pinterest .alert-link {
  color: rgb(87.5396020139, 28.3003979861, 34.882531767);
}

.alert-youtube {
  color: rgb(154.68, 22.56, 27.36);
  background-color: #ffcccc;
  border-color: rgb(255, 183.6, 183.6);
}
.alert-youtube hr {
  border-top-color: rgb(255, 158.1, 158.1);
}
.alert-youtube .alert-link {
  color: rgb(110.1715368991, 16.0684631009, 19.4872850372);
}

.alert-googleplus {
  color: rgb(131.8, 60, 55.44);
  background-color: rgb(246.2, 218.4, 214.8);
  border-color: rgb(242.68, 203.76, 198.72);
}
.alert-googleplus hr {
  border-top-color: rgb(238.1004081633, 184.7130612245, 177.7995918367);
}
.alert-googleplus .alert-link {
  color: rgb(95.9006195257, 43.6573381756, 40.3393804743);
}

@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.65625rem;
  background-color: #efeff6;
  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: #5969ff;
  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: progress-bar-stripes 1s linear infinite;
}
@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: #82849f;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #82849f;
  text-decoration: none;
  background-color: #f9f9ff;
}
.list-group-item-action:active {
  color: #71748d;
  background-color: #efeff6;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(46, 47, 57, 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: #686972;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #5969ff;
  border-color: #5969ff;
}
.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(68.36, 77.16, 159.96);
  background-color: rgb(208.52, 213, 255);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(68.36, 77.16, 159.96);
  background-color: rgb(183.02, 189.9578313253, 255);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(68.36, 77.16, 159.96);
  border-color: rgb(68.36, 77.16, 159.96);
}

.list-group-item-secondary {
  color: rgb(154.68, 55.84, 91.32);
  background-color: rgb(255, 201.52, 218.04);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(154.68, 55.84, 91.32);
  background-color: rgb(255, 176.02, 200.4169633508);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(154.68, 55.84, 91.32);
  border-color: rgb(154.68, 55.84, 91.32);
}

.list-group-item-success {
  color: rgb(46, 125, 69.48);
  background-color: rgb(196.48, 238.76, 206.28);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(46, 125, 69.48);
  background-color: rgb(176.5193258427, 233.2206741573, 189.6620224719);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(46, 125, 69.48);
  border-color: rgb(46, 125, 69.48);
}

.list-group-item-info {
  color: rgb(41.32, 133.32, 153.2);
  background-color: rgb(193.96, 243.24, 251.36);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(41.32, 133.32, 153.2);
  background-color: rgb(169.8950649351, 238.6036363636, 249.9249350649);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(41.32, 133.32, 153.2);
  border-color: rgb(41.32, 133.32, 153.2);
}

.list-group-item-warning {
  color: rgb(154.68, 122.92, 31.52);
  background-color: rgb(255, 237.64, 185.84);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(154.68, 122.92, 31.52);
  background-color: rgb(255, 231.2391902834, 160.34);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(154.68, 122.92, 31.52);
  border-color: rgb(154.68, 122.92, 31.52);
}

.list-group-item-danger {
  color: rgb(146.36, 34.52, 50.24);
  background-color: rgb(250.52, 190.04, 195.92);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(146.36, 34.52, 50.24);
  background-color: rgb(248.8748387097, 166.1851612903, 174.2244354839);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(146.36, 34.52, 50.24);
  border-color: rgb(146.36, 34.52, 50.24);
}

.list-group-item-light {
  color: rgb(146.36, 146.84, 155.28);
  background-color: rgb(250.52, 250.52, 252.48);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(146.36, 146.84, 155.28);
  background-color: rgb(234.2, 234.2, 243.3);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(146.36, 146.84, 155.28);
  border-color: rgb(146.36, 146.84, 155.28);
}

.list-group-item-dark {
  color: rgb(52.76, 54.28, 64.8);
  background-color: rgb(200.12, 200.68, 203.76);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(52.76, 54.28, 64.8);
  background-color: rgb(186.9326649077, 187.6272295515, 191.4473350923);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(52.76, 54.28, 64.8);
  border-color: rgb(52.76, 54.28, 64.8);
}

.list-group-item-primary-light {
  color: rgb(135.96, 138, 159.96);
  background-color: rgb(244.92, 245.76, 255);
}
.list-group-item-primary-light.list-group-item-action:hover, .list-group-item-primary-light.list-group-item-action:focus {
  color: rgb(135.96, 138, 159.96);
  background-color: rgb(219.42, 222.385, 255);
}
.list-group-item-primary-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(135.96, 138, 159.96);
  border-color: rgb(135.96, 138, 159.96);
}

.list-group-item-info-light {
  color: rgb(138.04, 152.56, 159.96);
  background-color: rgb(246.04, 253.6, 255);
}
.list-group-item-info-light.list-group-item-action:hover, .list-group-item-info-light.list-group-item-action:focus {
  color: rgb(138.04, 152.56, 159.96);
  background-color: rgb(220.54, 249.615625, 255);
}
.list-group-item-info-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(138.04, 152.56, 159.96);
  border-color: rgb(138.04, 152.56, 159.96);
}

.list-group-item-secondary-light {
  color: rgb(154.68, 136.44, 146.96);
  background-color: rgb(255, 244.92, 248);
}
.list-group-item-secondary-light.list-group-item-action:hover, .list-group-item-secondary-light.list-group-item-action:focus {
  color: rgb(154.68, 136.44, 146.96);
  background-color: rgb(255, 219.42, 230.2916666667);
}
.list-group-item-secondary-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(154.68, 136.44, 146.96);
  border-color: rgb(154.68, 136.44, 146.96);
}

.list-group-item-danger-light {
  color: rgb(152.6, 132.28, 138.12);
  background-color: rgb(253.88, 242.68, 243.24);
}
.list-group-item-danger-light.list-group-item-action:hover, .list-group-item-danger-light.list-group-item-action:focus {
  color: rgb(152.6, 132.28, 138.12);
  background-color: rgb(251.755, 219.305, 220.9275);
}
.list-group-item-danger-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(152.6, 132.28, 138.12);
  border-color: rgb(152.6, 132.28, 138.12);
}

.list-group-item-success-light {
  color: rgb(124.52, 152.56, 137.08);
  background-color: rgb(238.76, 253.6, 242.68);
}
.list-group-item-success-light.list-group-item-action:hover, .list-group-item-success-light.list-group-item-action:focus {
  color: rgb(124.52, 152.56, 137.08);
  background-color: rgb(215.2838095238, 251.5761904762, 224.8704761905);
}
.list-group-item-success-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(124.52, 152.56, 137.08);
  border-color: rgb(124.52, 152.56, 137.08);
}

.list-group-item-warning-light {
  color: rgb(154.68, 146.84, 125.64);
  background-color: rgb(255, 250.52, 236.52);
}
.list-group-item-warning-light.list-group-item-action:hover, .list-group-item-warning-light.list-group-item-action:focus {
  color: rgb(154.68, 146.84, 125.64);
  background-color: rgb(255, 244.3381818182, 211.02);
}
.list-group-item-warning-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(154.68, 146.84, 125.64);
  border-color: rgb(154.68, 146.84, 125.64);
}

.list-group-item-facebook {
  color: rgb(52.76, 68.32, 106.4);
  background-color: rgb(200.12, 208.24, 226.16);
}
.list-group-item-facebook.list-group-item-action:hover, .list-group-item-facebook.list-group-item-action:focus {
  color: rgb(52.76, 68.32, 106.4);
  background-color: rgb(183.4042809365, 193.9975250836, 217.3757190635);
}
.list-group-item-facebook.list-group-item-action.active {
  color: #fff;
  background-color: rgb(52.76, 68.32, 106.4);
  border-color: rgb(52.76, 68.32, 106.4);
}

.list-group-item-twitter {
  color: rgb(37.68, 106.8, 153.2);
  background-color: rgb(192, 228.96, 251.36);
}
.list-group-item-twitter.list-group-item-action:hover, .list-group-item-twitter.list-group-item-action:focus {
  color: rgb(37.68, 106.8, 153.2);
  background-color: rgb(167.8928571429, 218.9957142857, 249.9671428571);
}
.list-group-item-twitter.list-group-item-action.active {
  color: #fff;
  background-color: rgb(37.68, 106.8, 153.2);
  border-color: rgb(37.68, 106.8, 153.2);
}

.list-group-item-instagram {
  color: rgb(98.52, 73, 157.36);
  background-color: rgb(224.76, 210.76, 253.6);
}
.list-group-item-instagram.list-group-item-action:hover, .list-group-item-instagram.list-group-item-action:focus {
  color: rgb(98.52, 73, 157.36);
  background-color: rgb(207.8642944785, 186.042208589, 252.817791411);
}
.list-group-item-instagram.list-group-item-action.active {
  color: #fff;
  background-color: rgb(98.52, 73, 157.36);
  border-color: rgb(98.52, 73, 157.36);
}

.list-group-item-rss {
  color: rgb(145.84, 89.12, 51.8);
  background-color: rgb(250.24, 219.44, 196.76);
}
.list-group-item-rss.list-group-item-action:hover, .list-group-item-rss.list-group-item-action:focus {
  color: rgb(145.84, 89.12, 51.8);
  background-color: rgb(248.3133333333, 205.0466666667, 173.1866666667);
}
.list-group-item-rss.list-group-item-action.active {
  color: #fff;
  background-color: rgb(145.84, 89.12, 51.8);
  border-color: rgb(145.84, 89.12, 51.8);
}

.list-group-item-pinterest {
  color: rgb(126.08, 40.76, 50.24);
  background-color: rgb(239.6, 193.4, 195.92);
}
.list-group-item-pinterest.list-group-item-action:hover, .list-group-item-pinterest.list-group-item-action:focus {
  color: rgb(126.08, 40.76, 50.24);
  background-color: rgb(234.5, 173, 176.3545454545);
}
.list-group-item-pinterest.list-group-item-action.active {
  color: #fff;
  background-color: rgb(126.08, 40.76, 50.24);
  border-color: rgb(126.08, 40.76, 50.24);
}

.list-group-item-youtube {
  color: rgb(154.68, 22.56, 27.36);
  background-color: rgb(255, 183.6, 183.6);
}
.list-group-item-youtube.list-group-item-action:hover, .list-group-item-youtube.list-group-item-action:focus {
  color: rgb(154.68, 22.56, 27.36);
  background-color: rgb(255, 158.1, 158.1);
}
.list-group-item-youtube.list-group-item-action.active {
  color: #fff;
  background-color: rgb(154.68, 22.56, 27.36);
  border-color: rgb(154.68, 22.56, 27.36);
}

.list-group-item-googleplus {
  color: rgb(131.8, 60, 55.44);
  background-color: rgb(242.68, 203.76, 198.72);
}
.list-group-item-googleplus.list-group-item-action:hover, .list-group-item-googleplus.list-group-item-action:focus {
  color: rgb(131.8, 60, 55.44);
  background-color: rgb(238.1004081633, 184.7130612245, 177.7995918367);
}
.list-group-item-googleplus.list-group-item-action.active {
  color: #fff;
  background-color: rgb(131.8, 60, 55.44);
  border-color: rgb(131.8, 60, 55.44);
}

.close {
  float: right;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  color: #2e2f39;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
@media (max-width: 1200px) {
  .close {
    font-size: calc(1.25625rem + 0.075vw);
  }
}
.close:hover {
  color: #2e2f39;
  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;
}

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

.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: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

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

.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(46, 47, 57, 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: #686972;
  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: -moz-min-content;
  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(46, 47, 57, 0.2);
  border-radius: 0.375rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #2e2f39;
}
.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 #e6e6f2;
  border-top-left-radius: calc(0.375rem - 1px);
  border-top-right-radius: calc(0.375rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

.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 #e6e6f2;
  border-bottom-right-radius: calc(0.375rem - 1px);
  border-bottom-left-radius: calc(0.375rem - 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: -moz-min-content;
    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: "Open Sans", "sans-serif;";
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.765625rem;
  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: #2e2f39;
}

.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: #2e2f39;
}

.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: #2e2f39;
}

.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: #2e2f39;
}

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Open Sans", "sans-serif;";
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.765625rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(46, 47, 57, 0.2);
  border-radius: 0.375rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.375rem;
}
.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(46, 47, 57, 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.375rem 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(46, 47, 57, 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(46, 47, 57, 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.375rem 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(46, 47, 57, 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: 0.875rem;
  color: #2e2f39;
  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.375rem - 1px);
  border-top-right-radius: calc(0.375rem - 1px);
}
.popover-header:empty {
  display: none;
}

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

.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%;
  color: #fff;
  text-align: center;
  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: no-repeat 50%/100% 100%;
}

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

.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: #5969ff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(38, 58.9156626506, 255) !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(255, 13, 87.7539267016) !important;
}

.bg-success {
  background-color: #2ec551 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(36.3456790123, 155.6543209877, 64) !important;
}

.bg-info {
  background-color: #25d5f2 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(12.8311688312, 186.5454545455, 215.1688311688) !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(212, 158.7854251012, 0) !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(197.3870967742, 13.6129032258, 31.4798387097) !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(206.36, 206.36, 227.64) !important;
}

.bg-dark {
  background-color: #3b3d48 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(36.0305343511, 37.2519083969, 43.9694656489) !important;
}

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

a.bg-primary-light:hover, a.bg-primary-light:focus,
button.bg-primary-light:hover,
button.bg-primary-light:focus {
  background-color: rgb(168, 175.25, 255) !important;
}

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

a.bg-info-light:hover, a.bg-info-light:focus,
button.bg-info-light:hover,
button.bg-info-light:focus {
  background-color: rgb(172, 242.03125, 255) !important;
}

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

a.bg-secondary-light:hover, a.bg-secondary-light:focus,
button.bg-secondary-light:hover,
button.bg-secondary-light:focus {
  background-color: rgb(255, 168, 194.5833333333) !important;
}

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

a.bg-danger-light:hover, a.bg-danger-light:focus,
button.bg-danger-light:hover,
button.bg-danger-light:focus {
  background-color: rgb(246.75, 164.25, 168.375) !important;
}

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

a.bg-success-light:hover, a.bg-success-light:focus,
button.bg-success-light:hover,
button.bg-success-light:focus {
  background-color: rgb(150.0476190476, 245.9523809524, 175.380952381) !important;
}

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

a.bg-warning-light:hover, a.bg-warning-light:focus,
button.bg-warning-light:hover,
button.bg-warning-light:focus {
  background-color: rgb(255, 226.6363636364, 138) !important;
}

.bg-facebook {
  background-color: #3b5898 !important;
}

a.bg-facebook:hover, a.bg-facebook:focus,
button.bg-facebook:hover,
button.bg-facebook:focus {
  background-color: rgb(44.7393364929, 66.7298578199, 115.2606635071) !important;
}

.bg-twitter {
  background-color: #1ea2f2 !important;
}

a.bg-twitter:hover, a.bg-twitter:focus,
button.bg-twitter:hover,
button.bg-twitter:focus {
  background-color: rgb(12.0714285714, 134.6428571429, 208.9285714286) !important;
}

.bg-instagram {
  background-color: #9361fa !important;
}

a.bg-instagram:hover, a.bg-instagram:focus,
button.bg-instagram:hover,
button.bg-instagram:focus {
  background-color: rgb(113.2085889571, 47.5644171779, 248.4355828221) !important;
}

.bg-rss {
  background-color: #ee802f !important;
}

a.bg-rss:hover, a.bg-rss:focus,
button.bg-rss:hover,
button.bg-rss:focus {
  background-color: rgb(216.32, 101.92, 17.68) !important;
}

.bg-pinterest {
  background-color: #c8232c !important;
}

a.bg-pinterest:hover, a.bg-pinterest:focus,
button.bg-pinterest:hover,
button.bg-pinterest:focus {
  background-color: rgb(156.5957446809, 27.4042553191, 34.4510638298) !important;
}

.bg-youtube {
  background-color: #ff0000 !important;
}

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

.bg-googleplus {
  background-color: #d34836 !important;
}

a.bg-googleplus:hover, a.bg-googleplus:focus,
button.bg-googleplus:hover,
button.bg-googleplus:focus {
  background-color: rgb(175.5673469388, 54.1551020408, 38.4326530612) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #e6e6f2 !important;
}

.border-top {
  border-top: 1px solid #e6e6f2 !important;
}

.border-right {
  border-right: 1px solid #e6e6f2 !important;
}

.border-bottom {
  border-bottom: 1px solid #e6e6f2 !important;
}

.border-left {
  border-left: 1px solid #e6e6f2 !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: #5969ff !important;
}

.border-secondary {
  border-color: #ff407b !important;
}

.border-success {
  border-color: #2ec551 !important;
}

.border-info {
  border-color: #25d5f2 !important;
}

.border-warning {
  border-color: #ffc108 !important;
}

.border-danger {
  border-color: #ef172c !important;
}

.border-light {
  border-color: #efeff6 !important;
}

.border-dark {
  border-color: #3b3d48 !important;
}

.border-primary-light {
  border-color: #dbdeff !important;
}

.border-info-light {
  border-color: #dffaff !important;
}

.border-secondary-light {
  border-color: #ffdbe6 !important;
}

.border-danger-light {
  border-color: #fbd3d5 !important;
}

.border-success-light {
  border-color: #c5fad3 !important;
}

.border-warning-light {
  border-color: #ffefbd !important;
}

.border-facebook {
  border-color: #3b5898 !important;
}

.border-twitter {
  border-color: #1ea2f2 !important;
}

.border-instagram {
  border-color: #9361fa !important;
}

.border-rss {
  border-color: #ee802f !important;
}

.border-pinterest {
  border-color: #c8232c !important;
}

.border-youtube {
  border-color: #ff0000 !important;
}

.border-googleplus {
  border-color: #d34836 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.125rem !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.375rem !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.8571428571%;
}

.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;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-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, .bootstrap-datetimepicker-widget table th.next::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget .btn[data-action=today]::after, .bootstrap-datetimepicker-widget .btn[data-action=clear]::after, .bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after, .bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=showHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  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: 0px 1px 2px 1px rgba(154, 154, 204, 0.22) !important;
}

.shadow {
  box-shadow: 0px 1px 2px 1px rgba(154, 154, 204, 0.22) !important;
}

.shadow-lg {
  box-shadow: 0px 1px 2px 1px rgba(154, 154, 204, 0.22) !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: 2rem !important;
}

.mt-5,
.my-5 {
  margin-top: 2rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 2rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 2rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 2rem !important;
}

.m-6 {
  margin: 2.5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 2.5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 2.5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 2.5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 2.5rem !important;
}

.m-7 {
  margin: 3rem !important;
}

.mt-7,
.my-7 {
  margin-top: 3rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 3rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 3rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 3rem !important;
}

.m-8 {
  margin: 3.5rem !important;
}

.mt-8,
.my-8 {
  margin-top: 3.5rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 3.5rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 3.5rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 3.5rem !important;
}

.m-9 {
  margin: 4.25rem !important;
}

.mt-9,
.my-9 {
  margin-top: 4.25rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 4.25rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 4.25rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 4.25rem !important;
}

.m-10 {
  margin: 4.5rem !important;
}

.mt-10,
.my-10 {
  margin-top: 4.5rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 4.5rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 4.5rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 4.5rem !important;
}

.m-11 {
  margin: 5rem !important;
}

.mt-11,
.my-11 {
  margin-top: 5rem !important;
}

.mr-11,
.mx-11 {
  margin-right: 5rem !important;
}

.mb-11,
.my-11 {
  margin-bottom: 5rem !important;
}

.ml-11,
.mx-11 {
  margin-left: 5rem !important;
}

.m-12 {
  margin: 6.33rem !important;
}

.mt-12,
.my-12 {
  margin-top: 6.33rem !important;
}

.mr-12,
.mx-12 {
  margin-right: 6.33rem !important;
}

.mb-12,
.my-12 {
  margin-bottom: 6.33rem !important;
}

.ml-12,
.mx-12 {
  margin-left: 6.33rem !important;
}

.m-13 {
  margin: 10rem !important;
}

.mt-13,
.my-13 {
  margin-top: 10rem !important;
}

.mr-13,
.mx-13 {
  margin-right: 10rem !important;
}

.mb-13,
.my-13 {
  margin-bottom: 10rem !important;
}

.ml-13,
.mx-13 {
  margin-left: 10rem !important;
}

.m-14 {
  margin: 12rem !important;
}

.mt-14,
.my-14 {
  margin-top: 12rem !important;
}

.mr-14,
.mx-14 {
  margin-right: 12rem !important;
}

.mb-14,
.my-14 {
  margin-bottom: 12rem !important;
}

.ml-14,
.mx-14 {
  margin-left: 12rem !important;
}

.m-15 {
  margin: 12.5rem !important;
}

.mt-15,
.my-15 {
  margin-top: 12.5rem !important;
}

.mr-15,
.mx-15 {
  margin-right: 12.5rem !important;
}

.mb-15,
.my-15 {
  margin-bottom: 12.5rem !important;
}

.ml-15,
.mx-15 {
  margin-left: 12.5rem !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: 2rem !important;
}

.pt-5,
.py-5 {
  padding-top: 2rem !important;
}

.pr-5,
.px-5 {
  padding-right: 2rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 2rem !important;
}

.pl-5,
.px-5 {
  padding-left: 2rem !important;
}

.p-6 {
  padding: 2.5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 2.5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 2.5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 2.5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 2.5rem !important;
}

.p-7 {
  padding: 3rem !important;
}

.pt-7,
.py-7 {
  padding-top: 3rem !important;
}

.pr-7,
.px-7 {
  padding-right: 3rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 3rem !important;
}

.pl-7,
.px-7 {
  padding-left: 3rem !important;
}

.p-8 {
  padding: 3.5rem !important;
}

.pt-8,
.py-8 {
  padding-top: 3.5rem !important;
}

.pr-8,
.px-8 {
  padding-right: 3.5rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 3.5rem !important;
}

.pl-8,
.px-8 {
  padding-left: 3.5rem !important;
}

.p-9 {
  padding: 4.25rem !important;
}

.pt-9,
.py-9 {
  padding-top: 4.25rem !important;
}

.pr-9,
.px-9 {
  padding-right: 4.25rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 4.25rem !important;
}

.pl-9,
.px-9 {
  padding-left: 4.25rem !important;
}

.p-10 {
  padding: 4.5rem !important;
}

.pt-10,
.py-10 {
  padding-top: 4.5rem !important;
}

.pr-10,
.px-10 {
  padding-right: 4.5rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 4.5rem !important;
}

.pl-10,
.px-10 {
  padding-left: 4.5rem !important;
}

.p-11 {
  padding: 5rem !important;
}

.pt-11,
.py-11 {
  padding-top: 5rem !important;
}

.pr-11,
.px-11 {
  padding-right: 5rem !important;
}

.pb-11,
.py-11 {
  padding-bottom: 5rem !important;
}

.pl-11,
.px-11 {
  padding-left: 5rem !important;
}

.p-12 {
  padding: 6.33rem !important;
}

.pt-12,
.py-12 {
  padding-top: 6.33rem !important;
}

.pr-12,
.px-12 {
  padding-right: 6.33rem !important;
}

.pb-12,
.py-12 {
  padding-bottom: 6.33rem !important;
}

.pl-12,
.px-12 {
  padding-left: 6.33rem !important;
}

.p-13 {
  padding: 10rem !important;
}

.pt-13,
.py-13 {
  padding-top: 10rem !important;
}

.pr-13,
.px-13 {
  padding-right: 10rem !important;
}

.pb-13,
.py-13 {
  padding-bottom: 10rem !important;
}

.pl-13,
.px-13 {
  padding-left: 10rem !important;
}

.p-14 {
  padding: 12rem !important;
}

.pt-14,
.py-14 {
  padding-top: 12rem !important;
}

.pr-14,
.px-14 {
  padding-right: 12rem !important;
}

.pb-14,
.py-14 {
  padding-bottom: 12rem !important;
}

.pl-14,
.px-14 {
  padding-left: 12rem !important;
}

.p-15 {
  padding: 12.5rem !important;
}

.pt-15,
.py-15 {
  padding-top: 12.5rem !important;
}

.pr-15,
.px-15 {
  padding-right: 12.5rem !important;
}

.pb-15,
.py-15 {
  padding-bottom: 12.5rem !important;
}

.pl-15,
.px-15 {
  padding-left: 12.5rem !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: -2rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -2rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -2rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -2rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -2rem !important;
}

.m-n6 {
  margin: -2.5rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -2.5rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -2.5rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -2.5rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -2.5rem !important;
}

.m-n7 {
  margin: -3rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -3rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -3rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -3rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -3rem !important;
}

.m-n8 {
  margin: -3.5rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -3.5rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -3.5rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -3.5rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -3.5rem !important;
}

.m-n9 {
  margin: -4.25rem !important;
}

.mt-n9,
.my-n9 {
  margin-top: -4.25rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -4.25rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -4.25rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -4.25rem !important;
}

.m-n10 {
  margin: -4.5rem !important;
}

.mt-n10,
.my-n10 {
  margin-top: -4.5rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -4.5rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -4.5rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -4.5rem !important;
}

.m-n11 {
  margin: -5rem !important;
}

.mt-n11,
.my-n11 {
  margin-top: -5rem !important;
}

.mr-n11,
.mx-n11 {
  margin-right: -5rem !important;
}

.mb-n11,
.my-n11 {
  margin-bottom: -5rem !important;
}

.ml-n11,
.mx-n11 {
  margin-left: -5rem !important;
}

.m-n12 {
  margin: -6.33rem !important;
}

.mt-n12,
.my-n12 {
  margin-top: -6.33rem !important;
}

.mr-n12,
.mx-n12 {
  margin-right: -6.33rem !important;
}

.mb-n12,
.my-n12 {
  margin-bottom: -6.33rem !important;
}

.ml-n12,
.mx-n12 {
  margin-left: -6.33rem !important;
}

.m-n13 {
  margin: -10rem !important;
}

.mt-n13,
.my-n13 {
  margin-top: -10rem !important;
}

.mr-n13,
.mx-n13 {
  margin-right: -10rem !important;
}

.mb-n13,
.my-n13 {
  margin-bottom: -10rem !important;
}

.ml-n13,
.mx-n13 {
  margin-left: -10rem !important;
}

.m-n14 {
  margin: -12rem !important;
}

.mt-n14,
.my-n14 {
  margin-top: -12rem !important;
}

.mr-n14,
.mx-n14 {
  margin-right: -12rem !important;
}

.mb-n14,
.my-n14 {
  margin-bottom: -12rem !important;
}

.ml-n14,
.mx-n14 {
  margin-left: -12rem !important;
}

.m-n15 {
  margin: -12.5rem !important;
}

.mt-n15,
.my-n15 {
  margin-top: -12.5rem !important;
}

.mr-n15,
.mx-n15 {
  margin-right: -12.5rem !important;
}

.mb-n15,
.my-n15 {
  margin-bottom: -12.5rem !important;
}

.ml-n15,
.mx-n15 {
  margin-left: -12.5rem !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: 2rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 2rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 2rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 2rem !important;
  }
  .m-sm-6 {
    margin: 2.5rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 2.5rem !important;
  }
  .m-sm-7 {
    margin: 3rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 3rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 3rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 3rem !important;
  }
  .m-sm-8 {
    margin: 3.5rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 3.5rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 3.5rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 3.5rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 3.5rem !important;
  }
  .m-sm-9 {
    margin: 4.25rem !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 4.25rem !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 4.25rem !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 4.25rem !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 4.25rem !important;
  }
  .m-sm-10 {
    margin: 4.5rem !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 4.5rem !important;
  }
  .m-sm-11 {
    margin: 5rem !important;
  }
  .mt-sm-11,
  .my-sm-11 {
    margin-top: 5rem !important;
  }
  .mr-sm-11,
  .mx-sm-11 {
    margin-right: 5rem !important;
  }
  .mb-sm-11,
  .my-sm-11 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-11,
  .mx-sm-11 {
    margin-left: 5rem !important;
  }
  .m-sm-12 {
    margin: 6.33rem !important;
  }
  .mt-sm-12,
  .my-sm-12 {
    margin-top: 6.33rem !important;
  }
  .mr-sm-12,
  .mx-sm-12 {
    margin-right: 6.33rem !important;
  }
  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 6.33rem !important;
  }
  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 6.33rem !important;
  }
  .m-sm-13 {
    margin: 10rem !important;
  }
  .mt-sm-13,
  .my-sm-13 {
    margin-top: 10rem !important;
  }
  .mr-sm-13,
  .mx-sm-13 {
    margin-right: 10rem !important;
  }
  .mb-sm-13,
  .my-sm-13 {
    margin-bottom: 10rem !important;
  }
  .ml-sm-13,
  .mx-sm-13 {
    margin-left: 10rem !important;
  }
  .m-sm-14 {
    margin: 12rem !important;
  }
  .mt-sm-14,
  .my-sm-14 {
    margin-top: 12rem !important;
  }
  .mr-sm-14,
  .mx-sm-14 {
    margin-right: 12rem !important;
  }
  .mb-sm-14,
  .my-sm-14 {
    margin-bottom: 12rem !important;
  }
  .ml-sm-14,
  .mx-sm-14 {
    margin-left: 12rem !important;
  }
  .m-sm-15 {
    margin: 12.5rem !important;
  }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 12.5rem !important;
  }
  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 12.5rem !important;
  }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 12.5rem !important;
  }
  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 12.5rem !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: 2rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 2rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 2rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 2rem !important;
  }
  .p-sm-6 {
    padding: 2.5rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 2.5rem !important;
  }
  .p-sm-7 {
    padding: 3rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 3rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 3rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 3rem !important;
  }
  .p-sm-8 {
    padding: 3.5rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 3.5rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 3.5rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 3.5rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 3.5rem !important;
  }
  .p-sm-9 {
    padding: 4.25rem !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 4.25rem !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 4.25rem !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 4.25rem !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 4.25rem !important;
  }
  .p-sm-10 {
    padding: 4.5rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 4.5rem !important;
  }
  .p-sm-11 {
    padding: 5rem !important;
  }
  .pt-sm-11,
  .py-sm-11 {
    padding-top: 5rem !important;
  }
  .pr-sm-11,
  .px-sm-11 {
    padding-right: 5rem !important;
  }
  .pb-sm-11,
  .py-sm-11 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-11,
  .px-sm-11 {
    padding-left: 5rem !important;
  }
  .p-sm-12 {
    padding: 6.33rem !important;
  }
  .pt-sm-12,
  .py-sm-12 {
    padding-top: 6.33rem !important;
  }
  .pr-sm-12,
  .px-sm-12 {
    padding-right: 6.33rem !important;
  }
  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 6.33rem !important;
  }
  .pl-sm-12,
  .px-sm-12 {
    padding-left: 6.33rem !important;
  }
  .p-sm-13 {
    padding: 10rem !important;
  }
  .pt-sm-13,
  .py-sm-13 {
    padding-top: 10rem !important;
  }
  .pr-sm-13,
  .px-sm-13 {
    padding-right: 10rem !important;
  }
  .pb-sm-13,
  .py-sm-13 {
    padding-bottom: 10rem !important;
  }
  .pl-sm-13,
  .px-sm-13 {
    padding-left: 10rem !important;
  }
  .p-sm-14 {
    padding: 12rem !important;
  }
  .pt-sm-14,
  .py-sm-14 {
    padding-top: 12rem !important;
  }
  .pr-sm-14,
  .px-sm-14 {
    padding-right: 12rem !important;
  }
  .pb-sm-14,
  .py-sm-14 {
    padding-bottom: 12rem !important;
  }
  .pl-sm-14,
  .px-sm-14 {
    padding-left: 12rem !important;
  }
  .p-sm-15 {
    padding: 12.5rem !important;
  }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 12.5rem !important;
  }
  .pr-sm-15,
  .px-sm-15 {
    padding-right: 12.5rem !important;
  }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 12.5rem !important;
  }
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 12.5rem !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: -2rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -2rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -2rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -2rem !important;
  }
  .m-sm-n6 {
    margin: -2.5rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -2.5rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -2.5rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -2.5rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -2.5rem !important;
  }
  .m-sm-n7 {
    margin: -3rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -3rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -3rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -3rem !important;
  }
  .m-sm-n8 {
    margin: -3.5rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -3.5rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -3.5rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -3.5rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -3.5rem !important;
  }
  .m-sm-n9 {
    margin: -4.25rem !important;
  }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -4.25rem !important;
  }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -4.25rem !important;
  }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -4.25rem !important;
  }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -4.25rem !important;
  }
  .m-sm-n10 {
    margin: -4.5rem !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -4.5rem !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -4.5rem !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -4.5rem !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -4.5rem !important;
  }
  .m-sm-n11 {
    margin: -5rem !important;
  }
  .mt-sm-n11,
  .my-sm-n11 {
    margin-top: -5rem !important;
  }
  .mr-sm-n11,
  .mx-sm-n11 {
    margin-right: -5rem !important;
  }
  .mb-sm-n11,
  .my-sm-n11 {
    margin-bottom: -5rem !important;
  }
  .ml-sm-n11,
  .mx-sm-n11 {
    margin-left: -5rem !important;
  }
  .m-sm-n12 {
    margin: -6.33rem !important;
  }
  .mt-sm-n12,
  .my-sm-n12 {
    margin-top: -6.33rem !important;
  }
  .mr-sm-n12,
  .mx-sm-n12 {
    margin-right: -6.33rem !important;
  }
  .mb-sm-n12,
  .my-sm-n12 {
    margin-bottom: -6.33rem !important;
  }
  .ml-sm-n12,
  .mx-sm-n12 {
    margin-left: -6.33rem !important;
  }
  .m-sm-n13 {
    margin: -10rem !important;
  }
  .mt-sm-n13,
  .my-sm-n13 {
    margin-top: -10rem !important;
  }
  .mr-sm-n13,
  .mx-sm-n13 {
    margin-right: -10rem !important;
  }
  .mb-sm-n13,
  .my-sm-n13 {
    margin-bottom: -10rem !important;
  }
  .ml-sm-n13,
  .mx-sm-n13 {
    margin-left: -10rem !important;
  }
  .m-sm-n14 {
    margin: -12rem !important;
  }
  .mt-sm-n14,
  .my-sm-n14 {
    margin-top: -12rem !important;
  }
  .mr-sm-n14,
  .mx-sm-n14 {
    margin-right: -12rem !important;
  }
  .mb-sm-n14,
  .my-sm-n14 {
    margin-bottom: -12rem !important;
  }
  .ml-sm-n14,
  .mx-sm-n14 {
    margin-left: -12rem !important;
  }
  .m-sm-n15 {
    margin: -12.5rem !important;
  }
  .mt-sm-n15,
  .my-sm-n15 {
    margin-top: -12.5rem !important;
  }
  .mr-sm-n15,
  .mx-sm-n15 {
    margin-right: -12.5rem !important;
  }
  .mb-sm-n15,
  .my-sm-n15 {
    margin-bottom: -12.5rem !important;
  }
  .ml-sm-n15,
  .mx-sm-n15 {
    margin-left: -12.5rem !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: 2rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 2rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 2rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 2rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 2rem !important;
  }
  .m-md-6 {
    margin: 2.5rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 2.5rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 2.5rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 2.5rem !important;
  }
  .m-md-7 {
    margin: 3rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 3rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 3rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 3rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 3rem !important;
  }
  .m-md-8 {
    margin: 3.5rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 3.5rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 3.5rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 3.5rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 3.5rem !important;
  }
  .m-md-9 {
    margin: 4.25rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 4.25rem !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 4.25rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 4.25rem !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 4.25rem !important;
  }
  .m-md-10 {
    margin: 4.5rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 4.5rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 4.5rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 4.5rem !important;
  }
  .m-md-11 {
    margin: 5rem !important;
  }
  .mt-md-11,
  .my-md-11 {
    margin-top: 5rem !important;
  }
  .mr-md-11,
  .mx-md-11 {
    margin-right: 5rem !important;
  }
  .mb-md-11,
  .my-md-11 {
    margin-bottom: 5rem !important;
  }
  .ml-md-11,
  .mx-md-11 {
    margin-left: 5rem !important;
  }
  .m-md-12 {
    margin: 6.33rem !important;
  }
  .mt-md-12,
  .my-md-12 {
    margin-top: 6.33rem !important;
  }
  .mr-md-12,
  .mx-md-12 {
    margin-right: 6.33rem !important;
  }
  .mb-md-12,
  .my-md-12 {
    margin-bottom: 6.33rem !important;
  }
  .ml-md-12,
  .mx-md-12 {
    margin-left: 6.33rem !important;
  }
  .m-md-13 {
    margin: 10rem !important;
  }
  .mt-md-13,
  .my-md-13 {
    margin-top: 10rem !important;
  }
  .mr-md-13,
  .mx-md-13 {
    margin-right: 10rem !important;
  }
  .mb-md-13,
  .my-md-13 {
    margin-bottom: 10rem !important;
  }
  .ml-md-13,
  .mx-md-13 {
    margin-left: 10rem !important;
  }
  .m-md-14 {
    margin: 12rem !important;
  }
  .mt-md-14,
  .my-md-14 {
    margin-top: 12rem !important;
  }
  .mr-md-14,
  .mx-md-14 {
    margin-right: 12rem !important;
  }
  .mb-md-14,
  .my-md-14 {
    margin-bottom: 12rem !important;
  }
  .ml-md-14,
  .mx-md-14 {
    margin-left: 12rem !important;
  }
  .m-md-15 {
    margin: 12.5rem !important;
  }
  .mt-md-15,
  .my-md-15 {
    margin-top: 12.5rem !important;
  }
  .mr-md-15,
  .mx-md-15 {
    margin-right: 12.5rem !important;
  }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 12.5rem !important;
  }
  .ml-md-15,
  .mx-md-15 {
    margin-left: 12.5rem !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: 2rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 2rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 2rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 2rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 2rem !important;
  }
  .p-md-6 {
    padding: 2.5rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 2.5rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 2.5rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 2.5rem !important;
  }
  .p-md-7 {
    padding: 3rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 3rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 3rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 3rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 3rem !important;
  }
  .p-md-8 {
    padding: 3.5rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 3.5rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 3.5rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 3.5rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 3.5rem !important;
  }
  .p-md-9 {
    padding: 4.25rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 4.25rem !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 4.25rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 4.25rem !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 4.25rem !important;
  }
  .p-md-10 {
    padding: 4.5rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 4.5rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 4.5rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 4.5rem !important;
  }
  .p-md-11 {
    padding: 5rem !important;
  }
  .pt-md-11,
  .py-md-11 {
    padding-top: 5rem !important;
  }
  .pr-md-11,
  .px-md-11 {
    padding-right: 5rem !important;
  }
  .pb-md-11,
  .py-md-11 {
    padding-bottom: 5rem !important;
  }
  .pl-md-11,
  .px-md-11 {
    padding-left: 5rem !important;
  }
  .p-md-12 {
    padding: 6.33rem !important;
  }
  .pt-md-12,
  .py-md-12 {
    padding-top: 6.33rem !important;
  }
  .pr-md-12,
  .px-md-12 {
    padding-right: 6.33rem !important;
  }
  .pb-md-12,
  .py-md-12 {
    padding-bottom: 6.33rem !important;
  }
  .pl-md-12,
  .px-md-12 {
    padding-left: 6.33rem !important;
  }
  .p-md-13 {
    padding: 10rem !important;
  }
  .pt-md-13,
  .py-md-13 {
    padding-top: 10rem !important;
  }
  .pr-md-13,
  .px-md-13 {
    padding-right: 10rem !important;
  }
  .pb-md-13,
  .py-md-13 {
    padding-bottom: 10rem !important;
  }
  .pl-md-13,
  .px-md-13 {
    padding-left: 10rem !important;
  }
  .p-md-14 {
    padding: 12rem !important;
  }
  .pt-md-14,
  .py-md-14 {
    padding-top: 12rem !important;
  }
  .pr-md-14,
  .px-md-14 {
    padding-right: 12rem !important;
  }
  .pb-md-14,
  .py-md-14 {
    padding-bottom: 12rem !important;
  }
  .pl-md-14,
  .px-md-14 {
    padding-left: 12rem !important;
  }
  .p-md-15 {
    padding: 12.5rem !important;
  }
  .pt-md-15,
  .py-md-15 {
    padding-top: 12.5rem !important;
  }
  .pr-md-15,
  .px-md-15 {
    padding-right: 12.5rem !important;
  }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 12.5rem !important;
  }
  .pl-md-15,
  .px-md-15 {
    padding-left: 12.5rem !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: -2rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -2rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -2rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -2rem !important;
  }
  .m-md-n6 {
    margin: -2.5rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -2.5rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -2.5rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -2.5rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -2.5rem !important;
  }
  .m-md-n7 {
    margin: -3rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -3rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -3rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -3rem !important;
  }
  .m-md-n8 {
    margin: -3.5rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -3.5rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -3.5rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -3.5rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -3.5rem !important;
  }
  .m-md-n9 {
    margin: -4.25rem !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -4.25rem !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -4.25rem !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -4.25rem !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -4.25rem !important;
  }
  .m-md-n10 {
    margin: -4.5rem !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -4.5rem !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -4.5rem !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -4.5rem !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -4.5rem !important;
  }
  .m-md-n11 {
    margin: -5rem !important;
  }
  .mt-md-n11,
  .my-md-n11 {
    margin-top: -5rem !important;
  }
  .mr-md-n11,
  .mx-md-n11 {
    margin-right: -5rem !important;
  }
  .mb-md-n11,
  .my-md-n11 {
    margin-bottom: -5rem !important;
  }
  .ml-md-n11,
  .mx-md-n11 {
    margin-left: -5rem !important;
  }
  .m-md-n12 {
    margin: -6.33rem !important;
  }
  .mt-md-n12,
  .my-md-n12 {
    margin-top: -6.33rem !important;
  }
  .mr-md-n12,
  .mx-md-n12 {
    margin-right: -6.33rem !important;
  }
  .mb-md-n12,
  .my-md-n12 {
    margin-bottom: -6.33rem !important;
  }
  .ml-md-n12,
  .mx-md-n12 {
    margin-left: -6.33rem !important;
  }
  .m-md-n13 {
    margin: -10rem !important;
  }
  .mt-md-n13,
  .my-md-n13 {
    margin-top: -10rem !important;
  }
  .mr-md-n13,
  .mx-md-n13 {
    margin-right: -10rem !important;
  }
  .mb-md-n13,
  .my-md-n13 {
    margin-bottom: -10rem !important;
  }
  .ml-md-n13,
  .mx-md-n13 {
    margin-left: -10rem !important;
  }
  .m-md-n14 {
    margin: -12rem !important;
  }
  .mt-md-n14,
  .my-md-n14 {
    margin-top: -12rem !important;
  }
  .mr-md-n14,
  .mx-md-n14 {
    margin-right: -12rem !important;
  }
  .mb-md-n14,
  .my-md-n14 {
    margin-bottom: -12rem !important;
  }
  .ml-md-n14,
  .mx-md-n14 {
    margin-left: -12rem !important;
  }
  .m-md-n15 {
    margin: -12.5rem !important;
  }
  .mt-md-n15,
  .my-md-n15 {
    margin-top: -12.5rem !important;
  }
  .mr-md-n15,
  .mx-md-n15 {
    margin-right: -12.5rem !important;
  }
  .mb-md-n15,
  .my-md-n15 {
    margin-bottom: -12.5rem !important;
  }
  .ml-md-n15,
  .mx-md-n15 {
    margin-left: -12.5rem !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: 2rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 2rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 2rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 2rem !important;
  }
  .m-lg-6 {
    margin: 2.5rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 2.5rem !important;
  }
  .m-lg-7 {
    margin: 3rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 3rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 3rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 3rem !important;
  }
  .m-lg-8 {
    margin: 3.5rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 3.5rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 3.5rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 3.5rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 3.5rem !important;
  }
  .m-lg-9 {
    margin: 4.25rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 4.25rem !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 4.25rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 4.25rem !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 4.25rem !important;
  }
  .m-lg-10 {
    margin: 4.5rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 4.5rem !important;
  }
  .m-lg-11 {
    margin: 5rem !important;
  }
  .mt-lg-11,
  .my-lg-11 {
    margin-top: 5rem !important;
  }
  .mr-lg-11,
  .mx-lg-11 {
    margin-right: 5rem !important;
  }
  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-11,
  .mx-lg-11 {
    margin-left: 5rem !important;
  }
  .m-lg-12 {
    margin: 6.33rem !important;
  }
  .mt-lg-12,
  .my-lg-12 {
    margin-top: 6.33rem !important;
  }
  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 6.33rem !important;
  }
  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 6.33rem !important;
  }
  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 6.33rem !important;
  }
  .m-lg-13 {
    margin: 10rem !important;
  }
  .mt-lg-13,
  .my-lg-13 {
    margin-top: 10rem !important;
  }
  .mr-lg-13,
  .mx-lg-13 {
    margin-right: 10rem !important;
  }
  .mb-lg-13,
  .my-lg-13 {
    margin-bottom: 10rem !important;
  }
  .ml-lg-13,
  .mx-lg-13 {
    margin-left: 10rem !important;
  }
  .m-lg-14 {
    margin: 12rem !important;
  }
  .mt-lg-14,
  .my-lg-14 {
    margin-top: 12rem !important;
  }
  .mr-lg-14,
  .mx-lg-14 {
    margin-right: 12rem !important;
  }
  .mb-lg-14,
  .my-lg-14 {
    margin-bottom: 12rem !important;
  }
  .ml-lg-14,
  .mx-lg-14 {
    margin-left: 12rem !important;
  }
  .m-lg-15 {
    margin: 12.5rem !important;
  }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 12.5rem !important;
  }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 12.5rem !important;
  }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 12.5rem !important;
  }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 12.5rem !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: 2rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 2rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 2rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 2rem !important;
  }
  .p-lg-6 {
    padding: 2.5rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 2.5rem !important;
  }
  .p-lg-7 {
    padding: 3rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 3rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 3rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 3rem !important;
  }
  .p-lg-8 {
    padding: 3.5rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 3.5rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 3.5rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 3.5rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 3.5rem !important;
  }
  .p-lg-9 {
    padding: 4.25rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 4.25rem !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 4.25rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 4.25rem !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 4.25rem !important;
  }
  .p-lg-10 {
    padding: 4.5rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 4.5rem !important;
  }
  .p-lg-11 {
    padding: 5rem !important;
  }
  .pt-lg-11,
  .py-lg-11 {
    padding-top: 5rem !important;
  }
  .pr-lg-11,
  .px-lg-11 {
    padding-right: 5rem !important;
  }
  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-11,
  .px-lg-11 {
    padding-left: 5rem !important;
  }
  .p-lg-12 {
    padding: 6.33rem !important;
  }
  .pt-lg-12,
  .py-lg-12 {
    padding-top: 6.33rem !important;
  }
  .pr-lg-12,
  .px-lg-12 {
    padding-right: 6.33rem !important;
  }
  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 6.33rem !important;
  }
  .pl-lg-12,
  .px-lg-12 {
    padding-left: 6.33rem !important;
  }
  .p-lg-13 {
    padding: 10rem !important;
  }
  .pt-lg-13,
  .py-lg-13 {
    padding-top: 10rem !important;
  }
  .pr-lg-13,
  .px-lg-13 {
    padding-right: 10rem !important;
  }
  .pb-lg-13,
  .py-lg-13 {
    padding-bottom: 10rem !important;
  }
  .pl-lg-13,
  .px-lg-13 {
    padding-left: 10rem !important;
  }
  .p-lg-14 {
    padding: 12rem !important;
  }
  .pt-lg-14,
  .py-lg-14 {
    padding-top: 12rem !important;
  }
  .pr-lg-14,
  .px-lg-14 {
    padding-right: 12rem !important;
  }
  .pb-lg-14,
  .py-lg-14 {
    padding-bottom: 12rem !important;
  }
  .pl-lg-14,
  .px-lg-14 {
    padding-left: 12rem !important;
  }
  .p-lg-15 {
    padding: 12.5rem !important;
  }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 12.5rem !important;
  }
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 12.5rem !important;
  }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 12.5rem !important;
  }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 12.5rem !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: -2rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -2rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -2rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -2rem !important;
  }
  .m-lg-n6 {
    margin: -2.5rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -2.5rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -2.5rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -2.5rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -2.5rem !important;
  }
  .m-lg-n7 {
    margin: -3rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -3rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -3rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -3rem !important;
  }
  .m-lg-n8 {
    margin: -3.5rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -3.5rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -3.5rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -3.5rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -3.5rem !important;
  }
  .m-lg-n9 {
    margin: -4.25rem !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -4.25rem !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -4.25rem !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -4.25rem !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -4.25rem !important;
  }
  .m-lg-n10 {
    margin: -4.5rem !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -4.5rem !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -4.5rem !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -4.5rem !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -4.5rem !important;
  }
  .m-lg-n11 {
    margin: -5rem !important;
  }
  .mt-lg-n11,
  .my-lg-n11 {
    margin-top: -5rem !important;
  }
  .mr-lg-n11,
  .mx-lg-n11 {
    margin-right: -5rem !important;
  }
  .mb-lg-n11,
  .my-lg-n11 {
    margin-bottom: -5rem !important;
  }
  .ml-lg-n11,
  .mx-lg-n11 {
    margin-left: -5rem !important;
  }
  .m-lg-n12 {
    margin: -6.33rem !important;
  }
  .mt-lg-n12,
  .my-lg-n12 {
    margin-top: -6.33rem !important;
  }
  .mr-lg-n12,
  .mx-lg-n12 {
    margin-right: -6.33rem !important;
  }
  .mb-lg-n12,
  .my-lg-n12 {
    margin-bottom: -6.33rem !important;
  }
  .ml-lg-n12,
  .mx-lg-n12 {
    margin-left: -6.33rem !important;
  }
  .m-lg-n13 {
    margin: -10rem !important;
  }
  .mt-lg-n13,
  .my-lg-n13 {
    margin-top: -10rem !important;
  }
  .mr-lg-n13,
  .mx-lg-n13 {
    margin-right: -10rem !important;
  }
  .mb-lg-n13,
  .my-lg-n13 {
    margin-bottom: -10rem !important;
  }
  .ml-lg-n13,
  .mx-lg-n13 {
    margin-left: -10rem !important;
  }
  .m-lg-n14 {
    margin: -12rem !important;
  }
  .mt-lg-n14,
  .my-lg-n14 {
    margin-top: -12rem !important;
  }
  .mr-lg-n14,
  .mx-lg-n14 {
    margin-right: -12rem !important;
  }
  .mb-lg-n14,
  .my-lg-n14 {
    margin-bottom: -12rem !important;
  }
  .ml-lg-n14,
  .mx-lg-n14 {
    margin-left: -12rem !important;
  }
  .m-lg-n15 {
    margin: -12.5rem !important;
  }
  .mt-lg-n15,
  .my-lg-n15 {
    margin-top: -12.5rem !important;
  }
  .mr-lg-n15,
  .mx-lg-n15 {
    margin-right: -12.5rem !important;
  }
  .mb-lg-n15,
  .my-lg-n15 {
    margin-bottom: -12.5rem !important;
  }
  .ml-lg-n15,
  .mx-lg-n15 {
    margin-left: -12.5rem !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: 2rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 2rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 2rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 2rem !important;
  }
  .m-xl-6 {
    margin: 2.5rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 2.5rem !important;
  }
  .m-xl-7 {
    margin: 3rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 3rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 3rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 3rem !important;
  }
  .m-xl-8 {
    margin: 3.5rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 3.5rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 3.5rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 3.5rem !important;
  }
  .m-xl-9 {
    margin: 4.25rem !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 4.25rem !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 4.25rem !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 4.25rem !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 4.25rem !important;
  }
  .m-xl-10 {
    margin: 4.5rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 4.5rem !important;
  }
  .m-xl-11 {
    margin: 5rem !important;
  }
  .mt-xl-11,
  .my-xl-11 {
    margin-top: 5rem !important;
  }
  .mr-xl-11,
  .mx-xl-11 {
    margin-right: 5rem !important;
  }
  .mb-xl-11,
  .my-xl-11 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-11,
  .mx-xl-11 {
    margin-left: 5rem !important;
  }
  .m-xl-12 {
    margin: 6.33rem !important;
  }
  .mt-xl-12,
  .my-xl-12 {
    margin-top: 6.33rem !important;
  }
  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 6.33rem !important;
  }
  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 6.33rem !important;
  }
  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 6.33rem !important;
  }
  .m-xl-13 {
    margin: 10rem !important;
  }
  .mt-xl-13,
  .my-xl-13 {
    margin-top: 10rem !important;
  }
  .mr-xl-13,
  .mx-xl-13 {
    margin-right: 10rem !important;
  }
  .mb-xl-13,
  .my-xl-13 {
    margin-bottom: 10rem !important;
  }
  .ml-xl-13,
  .mx-xl-13 {
    margin-left: 10rem !important;
  }
  .m-xl-14 {
    margin: 12rem !important;
  }
  .mt-xl-14,
  .my-xl-14 {
    margin-top: 12rem !important;
  }
  .mr-xl-14,
  .mx-xl-14 {
    margin-right: 12rem !important;
  }
  .mb-xl-14,
  .my-xl-14 {
    margin-bottom: 12rem !important;
  }
  .ml-xl-14,
  .mx-xl-14 {
    margin-left: 12rem !important;
  }
  .m-xl-15 {
    margin: 12.5rem !important;
  }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 12.5rem !important;
  }
  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 12.5rem !important;
  }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 12.5rem !important;
  }
  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 12.5rem !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: 2rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 2rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 2rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 2rem !important;
  }
  .p-xl-6 {
    padding: 2.5rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 2.5rem !important;
  }
  .p-xl-7 {
    padding: 3rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 3rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 3rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 3rem !important;
  }
  .p-xl-8 {
    padding: 3.5rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 3.5rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 3.5rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 3.5rem !important;
  }
  .p-xl-9 {
    padding: 4.25rem !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 4.25rem !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 4.25rem !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 4.25rem !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 4.25rem !important;
  }
  .p-xl-10 {
    padding: 4.5rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 4.5rem !important;
  }
  .p-xl-11 {
    padding: 5rem !important;
  }
  .pt-xl-11,
  .py-xl-11 {
    padding-top: 5rem !important;
  }
  .pr-xl-11,
  .px-xl-11 {
    padding-right: 5rem !important;
  }
  .pb-xl-11,
  .py-xl-11 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-11,
  .px-xl-11 {
    padding-left: 5rem !important;
  }
  .p-xl-12 {
    padding: 6.33rem !important;
  }
  .pt-xl-12,
  .py-xl-12 {
    padding-top: 6.33rem !important;
  }
  .pr-xl-12,
  .px-xl-12 {
    padding-right: 6.33rem !important;
  }
  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 6.33rem !important;
  }
  .pl-xl-12,
  .px-xl-12 {
    padding-left: 6.33rem !important;
  }
  .p-xl-13 {
    padding: 10rem !important;
  }
  .pt-xl-13,
  .py-xl-13 {
    padding-top: 10rem !important;
  }
  .pr-xl-13,
  .px-xl-13 {
    padding-right: 10rem !important;
  }
  .pb-xl-13,
  .py-xl-13 {
    padding-bottom: 10rem !important;
  }
  .pl-xl-13,
  .px-xl-13 {
    padding-left: 10rem !important;
  }
  .p-xl-14 {
    padding: 12rem !important;
  }
  .pt-xl-14,
  .py-xl-14 {
    padding-top: 12rem !important;
  }
  .pr-xl-14,
  .px-xl-14 {
    padding-right: 12rem !important;
  }
  .pb-xl-14,
  .py-xl-14 {
    padding-bottom: 12rem !important;
  }
  .pl-xl-14,
  .px-xl-14 {
    padding-left: 12rem !important;
  }
  .p-xl-15 {
    padding: 12.5rem !important;
  }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 12.5rem !important;
  }
  .pr-xl-15,
  .px-xl-15 {
    padding-right: 12.5rem !important;
  }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 12.5rem !important;
  }
  .pl-xl-15,
  .px-xl-15 {
    padding-left: 12.5rem !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: -2rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -2rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -2rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -2rem !important;
  }
  .m-xl-n6 {
    margin: -2.5rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -2.5rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -2.5rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -2.5rem !important;
  }
  .m-xl-n7 {
    margin: -3rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -3rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -3rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -3rem !important;
  }
  .m-xl-n8 {
    margin: -3.5rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -3.5rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -3.5rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -3.5rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -3.5rem !important;
  }
  .m-xl-n9 {
    margin: -4.25rem !important;
  }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -4.25rem !important;
  }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -4.25rem !important;
  }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -4.25rem !important;
  }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -4.25rem !important;
  }
  .m-xl-n10 {
    margin: -4.5rem !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -4.5rem !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -4.5rem !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -4.5rem !important;
  }
  .m-xl-n11 {
    margin: -5rem !important;
  }
  .mt-xl-n11,
  .my-xl-n11 {
    margin-top: -5rem !important;
  }
  .mr-xl-n11,
  .mx-xl-n11 {
    margin-right: -5rem !important;
  }
  .mb-xl-n11,
  .my-xl-n11 {
    margin-bottom: -5rem !important;
  }
  .ml-xl-n11,
  .mx-xl-n11 {
    margin-left: -5rem !important;
  }
  .m-xl-n12 {
    margin: -6.33rem !important;
  }
  .mt-xl-n12,
  .my-xl-n12 {
    margin-top: -6.33rem !important;
  }
  .mr-xl-n12,
  .mx-xl-n12 {
    margin-right: -6.33rem !important;
  }
  .mb-xl-n12,
  .my-xl-n12 {
    margin-bottom: -6.33rem !important;
  }
  .ml-xl-n12,
  .mx-xl-n12 {
    margin-left: -6.33rem !important;
  }
  .m-xl-n13 {
    margin: -10rem !important;
  }
  .mt-xl-n13,
  .my-xl-n13 {
    margin-top: -10rem !important;
  }
  .mr-xl-n13,
  .mx-xl-n13 {
    margin-right: -10rem !important;
  }
  .mb-xl-n13,
  .my-xl-n13 {
    margin-bottom: -10rem !important;
  }
  .ml-xl-n13,
  .mx-xl-n13 {
    margin-left: -10rem !important;
  }
  .m-xl-n14 {
    margin: -12rem !important;
  }
  .mt-xl-n14,
  .my-xl-n14 {
    margin-top: -12rem !important;
  }
  .mr-xl-n14,
  .mx-xl-n14 {
    margin-right: -12rem !important;
  }
  .mb-xl-n14,
  .my-xl-n14 {
    margin-bottom: -12rem !important;
  }
  .ml-xl-n14,
  .mx-xl-n14 {
    margin-left: -12rem !important;
  }
  .m-xl-n15 {
    margin: -12.5rem !important;
  }
  .mt-xl-n15,
  .my-xl-n15 {
    margin-top: -12.5rem !important;
  }
  .mr-xl-n15,
  .mx-xl-n15 {
    margin-right: -12.5rem !important;
  }
  .mb-xl-n15,
  .my-xl-n15 {
    margin-bottom: -12.5rem !important;
  }
  .ml-xl-n15,
  .mx-xl-n15 {
    margin-left: -12.5rem !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: #5969ff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(12.5, 35.8734939759, 255) !important;
}

.text-secondary {
  color: #ff407b !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(242.5, 0, 74.9083769634) !important;
}

.text-success {
  color: #2ec551 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(31.5185185185, 134.9814814815, 55.5) !important;
}

.text-info {
  color: #25d5f2 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(11.3961038961, 165.6818181818, 191.1038961039) !important;
}

.text-warning {
  color: #ffc108 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(186.5, 139.6862348178, 0) !important;
}

.text-danger {
  color: #ef172c !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(173.5322580645, 11.9677419355, 27.6754032258) !important;
}

.text-light {
  color: #efeff6 !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(190.04, 190.04, 218.46) !important;
}

.text-dark {
  color: #3b3d48 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(24.5458015267, 25.3778625954, 29.9541984733) !important;
}

.text-primary-light {
  color: #dbdeff !important;
}

a.text-primary-light:hover, a.text-primary-light:focus {
  color: rgb(142.5, 151.875, 255) !important;
}

.text-info-light {
  color: #dffaff !important;
}

a.text-info-light:hover, a.text-info-light:focus {
  color: rgb(146.5, 238.046875, 255) !important;
}

.text-secondary-light {
  color: #ffdbe6 !important;
}

a.text-secondary-light:hover, a.text-secondary-light:focus {
  color: rgb(255, 142.5, 176.875) !important;
}

.text-danger-light {
  color: #fbd3d5 !important;
}

a.text-danger-light:hover, a.text-danger-light:focus {
  color: rgb(244.625, 140.875, 146.0625) !important;
}

.text-success-light {
  color: #c5fad3 !important;
}

a.text-success-light:hover, a.text-success-light:focus {
  color: rgb(126.5714285714, 243.9285714286, 157.5714285714) !important;
}

.text-warning-light {
  color: #ffefbd !important;
}

a.text-warning-light:hover, a.text-warning-light:focus {
  color: rgb(255, 220.4545454545, 112.5) !important;
}

.text-facebook {
  color: #3b5898 !important;
}

a.text-facebook:hover, a.text-facebook:focus {
  color: rgb(37.6090047393, 56.0947867299, 96.8909952607) !important;
}

.text-twitter {
  color: #1ea2f2 !important;
}

a.text-twitter:hover, a.text-twitter:focus {
  color: rgb(10.6785714286, 119.1071428571, 184.8214285714) !important;
}

.text-instagram {
  color: #9361fa !important;
}

a.text-instagram:hover, a.text-instagram:focus {
  color: rgb(96.3128834356, 22.8466257669, 247.6533742331) !important;
}

.text-rss {
  color: #ee802f !important;
}

a.text-rss:hover, a.text-rss:focus {
  color: rgb(192.7466666667, 90.8133333333, 15.7533333333) !important;
}

.text-pinterest {
  color: #c8232c !important;
}

a.text-pinterest:hover, a.text-pinterest:focus {
  color: rgb(134.8936170213, 23.6063829787, 29.6765957447) !important;
}

.text-youtube {
  color: #ff0000 !important;
}

a.text-youtube:hover, a.text-youtube:focus {
  color: rgb(178.5, 0, 0) !important;
}

.text-googleplus {
  color: #d34836 !important;
}

a.text-googleplus:hover, a.text-googleplus:focus {
  color: rgb(154.6469387755, 47.7020408163, 33.8530612245) !important;
}

.text-body {
  color: #71748d !important;
}

.text-muted {
  color: #686972 !important;
}

.text-black-50 {
  color: rgba(46, 47, 57, 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;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/* Top Header */
@keyframes beatHeart {
  0% {
    transform: scale(0.9);
  }
  25% {
    transform: scale(1.1);
  }
  40% {
    transform: scale(0.9);
  }
  60% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(0.9);
  }
}
.dashboard-header .navbar {
  padding: 0px 10px 0px 0px;
  border-bottom: 1px solid #e6e6f2;
  box-shadow: 0 1px 4px 0 rgba(82, 63, 105, 0.15);
  -webkit-transition: all 0.3s ease;
}
.dashboard-header .navbar .navbar-brand {
  display: inline-block;
  margin-right: 1rem;
  line-height: inherit;
  white-space: nowrap;
  padding: 11px 20px;
}
@media (min-width: 990px) {
  .dashboard-header .navbar .navbar-right-top {
    order: 3;
  }
}
.dashboard-header .navbar .navbar-right-top .dropdown-menu {
  position: absolute;
}
.dashboard-header .navbar .navbar-right-top .nav-item:last-child {
  border: none;
}
.dashboard-header .navbar .navbar-right-top .nav-item .nav-link {
  padding: 10px 10px;
  font-size: 16px;
  line-height: 2.5;
  color: #82849f;
}
.dashboard-header .navbar .top-search-bar {
  padding: 8px 10px;
}
.dashboard-header .navbar .notification-dropdown {
  min-width: 320px;
  padding: 0px;
  margin: 0px;
}
.dashboard-header .navbar .connection-dropdown {
  padding: 0px;
  margin: 0px;
}
.dashboard-header .navbar .nav-user-dropdown {
  padding: 0px;
  margin: 0px;
  padding: 0px;
  min-width: 230px;
  margin: 0px;
}
.dashboard-header .navbar .nav-user-dropdown .dropdown-item {
  display: block;
  width: 100%;
  padding: 12px 22px 15px;
  clear: both;
  font-weight: 400;
  color: #686972;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-size: 13px;
  line-height: 0.4;
}
.dashboard-header .navbar .nav-user-dropdown .dropdown-item:hover {
  background-color: #f9f9ff;
}
.dashboard-header .navbar .notification-title {
  font-size: 14px;
  color: #2e2f39;
  text-align: center;
  padding: 8px 0px;
  border-bottom: 1px solid #e3e3e3;
  line-height: 1.5;
  background-color: #f9f9ff;
}
.dashboard-header .navbar .notification-list .list-group-item {
  border-radius: 0px;
  padding: 12px;
  margin-top: -1px;
  border-left: transparent;
  border-right: transparent;
}
.dashboard-header .navbar .notification-list .list-group-item.active {
  z-index: 2;
  color: #2e2f39;
  background-color: #f9f9ff;
  border-color: #efeff6;
}
.dashboard-header .navbar .notification-list .list-group-item-action:focus {
  color: #adb5bd;
  text-decoration: none;
  background-color: #f9f9ff;
}
.dashboard-header .navbar .notification-list .list-group-item-action:hover {
  color: #adb5bd;
  text-decoration: none;
  background-color: #f9f9ff;
}
.dashboard-header .navbar .notification-info .notification-date {
  display: block;
  font-size: 11px;
  margin-top: 4px;
  text-transform: uppercase;
  color: #71748d;
}
.dashboard-header .navbar .notification .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border: none;
}
.dashboard-header .navbar .notification .connection .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border: none;
}
.dashboard-header .navbar .notification .nav-user .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border: none;
}
.dashboard-header .navbar .notification .notification-list-user-img {
  float: left;
}
.dashboard-header .navbar .notification .notification-list-user-block {
  padding-left: 50px;
  font-size: 14px;
  line-height: 21px;
}
.dashboard-header .navbar .notification .notification-list-user-name {
  color: #5969ff;
  font-size: 14px;
  margin-right: 8px;
}
.dashboard-header .navbar .notification .list-footer {
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 10px 0px;
  line-height: 1.5;
  font-weight: 700;
  background-color: #5969ff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.dashboard-header .navbar .notification .list-footer a {
  color: #fff;
}
.dashboard-header .navbar .notification .list-footer a:hover {
  color: #fff;
}
.dashboard-header .navbar .notification .indicator {
  content: "";
  position: absolute;
  top: 15px;
  right: 8px;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #ef172c;
  animation: 0.9s infinite beatHeart;
  transform-origin: center;
}
.dashboard-header .navbar .connection-list {
  width: 300px;
  padding: 20px;
}
.dashboard-header .navbar .connection-item {
  border-radius: 3px;
  line-height: 32px;
  text-align: center;
  padding: 12px 7px 4px;
  display: block;
  border: 1px solid transparent;
  color: #2e2f39;
  font-size: 12px;
}
.dashboard-header .navbar .connection-item img {
  width: 32px;
}
.dashboard-header .navbar .connection-item:hover {
  background-color: #fff;
  border: 1px solid #e6e6f2;
}
.dashboard-header .navbar .connection-item span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dashboard-header .navbar .connection-footer {
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 10px 0px;
  line-height: 1.5;
  font-weight: 700;
  background-color: #5969ff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.dashboard-header .navbar .connection-footer a {
  color: #fff;
}
.dashboard-header .navbar .connection-footer a:hover {
  color: #fff;
}
.dashboard-header .navbar .nav-user-info {
  background-color: #5969ff;
  line-height: 1.4;
  padding: 12px;
  color: #fff;
  font-size: 13px;
  border-radius: 2px 2px 0 0;
}

.navbar-wrap-right .navbar {
  padding: 0px 10px 0px 0px;
  border-bottom: 1px solid #e6e6f2;
  box-shadow: 0 1px 4px 0 rgba(82, 63, 105, 0.15);
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 990px) {
  .navbar-wrap-right .navbar {
    margin-left: 0rem;
  }
}
.navbar-wrap-right .navbar .navbar-brand {
  display: inline-block;
  margin-right: 1rem;
  line-height: inherit;
  white-space: nowrap;
  padding: 11px 20px;
}
@media (min-width: 990px) {
  .navbar-wrap-right .navbar .navbar-right-top {
    order: 3;
  }
}
.navbar-wrap-right .navbar .navbar-right-top .dropdown-menu {
  position: absolute;
}
.navbar-wrap-right .navbar .navbar-right-top .nav-item:last-child {
  border: none;
}
.navbar-wrap-right .navbar .navbar-right-top .nav-item .nav-link {
  padding: 8px 10px;
  font-size: 16px;
  line-height: 2.5;
  color: #82849f;
}
.navbar-wrap-right .navbar .top-search-bar {
  padding: 8px 10px;
}
.navbar-wrap-right .navbar .notification-dropdown {
  min-width: 320px;
  padding: 0px;
  margin: 0px;
}
.navbar-wrap-right .navbar .connection-dropdown {
  padding: 0px;
  margin: 0px;
}
.navbar-wrap-right .navbar .nav-user-dropdown {
  padding: 0px;
  margin: 0px;
  padding: 0px;
  min-width: 230px;
  margin: 0px;
}
.navbar-wrap-right .navbar .nav-user-dropdown .dropdown-item {
  display: block;
  width: 100%;
  padding: 12px 22px 15px;
  clear: both;
  font-weight: 400;
  color: #686972;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-size: 13px;
  line-height: 0.4;
}
.navbar-wrap-right .navbar .nav-user-dropdown .dropdown-item:hover {
  background-color: #f9f9ff;
}
.navbar-wrap-right .navbar .notification-title {
  font-size: 14px;
  color: #2e2f39;
  text-align: center;
  padding: 8px 0px;
  border-bottom: 1px solid #e3e3e3;
  line-height: 1.5;
  background-color: #f9f9ff;
}
.navbar-wrap-right .navbar .notification-list .list-group-item {
  border-radius: 0px;
  padding: 12px;
  margin-top: -1px;
  border-left: transparent;
  border-right: transparent;
}
.navbar-wrap-right .navbar .notification-list .list-group-item.active {
  z-index: 2;
  color: #2e2f39;
  background-color: #f9f9ff;
  border-color: #efeff6;
}
.navbar-wrap-right .navbar .notification-list .list-group-item-action:focus {
  color: #adb5bd;
  text-decoration: none;
  background-color: #f9f9ff;
}
.navbar-wrap-right .navbar .notification-list .list-group-item-action:hover {
  color: #adb5bd;
  text-decoration: none;
  background-color: #f9f9ff;
}
.navbar-wrap-right .navbar .notification-info .notification-date {
  display: block;
  font-size: 11px;
  margin-top: 4px;
  text-transform: uppercase;
  color: #71748d;
}
.navbar-wrap-right .navbar .notification .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border: none;
}
.navbar-wrap-right .navbar .notification .connection .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border: none;
}
.navbar-wrap-right .navbar .notification .nav-user .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border: none;
}
.navbar-wrap-right .navbar .notification .notification-list-user-img {
  float: left;
}
.navbar-wrap-right .navbar .notification .notification-list-user-block {
  padding-left: 50px;
  font-size: 14px;
  line-height: 21px;
}
.navbar-wrap-right .navbar .notification .notification-list-user-name {
  color: #5969ff;
  font-size: 14px;
  margin-right: 8px;
}
.navbar-wrap-right .navbar .notification .list-footer {
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 10px 0px;
  line-height: 1.5;
  font-weight: 700;
  background-color: #5969ff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.navbar-wrap-right .navbar .notification .list-footer a {
  color: #fff;
}
.navbar-wrap-right .navbar .notification .list-footer a:hover {
  color: #fff;
}
.navbar-wrap-right .navbar .notification .indicator {
  content: "";
  position: absolute;
  top: 15px;
  right: 8px;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #ef172c;
  animation: 0.9s infinite beatHeart;
  transform-origin: center;
}
.navbar-wrap-right .navbar .connection-list {
  width: 300px;
  padding: 20px;
}
.navbar-wrap-right .navbar .connection-item {
  border-radius: 3px;
  line-height: 32px;
  text-align: center;
  padding: 12px 7px 4px;
  display: block;
  border: 1px solid transparent;
  color: #2e2f39;
  font-size: 12px;
}
.navbar-wrap-right .navbar .connection-item img {
  width: 32px;
}
.navbar-wrap-right .navbar .connection-item:hover {
  background-color: #fff;
  border: 1px solid #e6e6f2;
}
.navbar-wrap-right .navbar .connection-item span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.navbar-wrap-right .navbar .connection-footer {
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 10px 0px;
  line-height: 1.5;
  font-weight: 700;
  background-color: #5969ff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.navbar-wrap-right .navbar .connection-footer a {
  color: #fff;
}
.navbar-wrap-right .navbar .connection-footer a:hover {
  color: #fff;
}
.navbar-wrap-right .navbar .nav-user-info {
  background-color: #5969ff;
  line-height: 1.4;
  padding: 12px;
  color: #fff;
  font-size: 13px;
  border-radius: 2px 2px 0 0;
}

.navbar-vertical-compact-left-space .navbar-wrap-right .navbar {
  margin-left: 144px;
}
@media (max-width: 990px) {
  .navbar-vertical-compact-left-space .navbar-wrap-right .navbar {
    margin-left: 0px;
  }
}

.nav-left-sidebar {
  position: fixed;
  width: 264px;
  height: 100%;
  top: 60px;
  overflow: auto;
  background-color: #fff;
  box-shadow: 0 0 28px 0 rgba(82, 63, 105, 0.13);
  transition: all 0.3s ease;
  z-index: 1000;
}
.nav-left-sidebar .nav-link[data-toggle=collapse] {
  position: relative;
  display: flex;
  align-items: center;
}
.nav-left-sidebar .nav-link[data-toggle=collapse]::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  right: 20px;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  transition: transform 0.35s ease, opacity 0.35s ease;
  opacity: 0.5;
}
.nav-left-sidebar .nav-link[data-toggle=collapse][aria-expanded=false]::after {
  transform: rotate(-90deg);
}
.nav-left-sidebar .navbar {
  position: relative;
  padding: 14px;
}
.nav-left-sidebar .navbar-nav {
  width: 100%;
  position: relative;
}
.nav-left-sidebar .navbar-nav .nav-item {
  position: relative;
}
.nav-left-sidebar .navbar-nav .nav-item .badge {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  padding: 0;
}
.nav-left-sidebar .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  padding: 12px 40px 12px 12px;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  align-items: center;
  color: #71748d;
}
.nav-left-sidebar .navbar-nav .nav-item .nav-link i {
  font-size: 14px;
  margin-right: 9px;
  color: #71748d;
  transition: color 0.3s ease;
}
.nav-left-sidebar .navbar-nav .nav-item .nav-link:hover, .nav-left-sidebar .navbar-nav .nav-item .nav-link:focus {
  color: #5969ff;
  background-color: #efeff6;
  border-radius: 2px;
}
.nav-left-sidebar .navbar-nav .nav-item .nav-link:hover i, .nav-left-sidebar .navbar-nav .nav-item .nav-link:focus i {
  color: #5969ff;
}
.nav-left-sidebar .navbar-nav .nav-item .nav-link.active {
  background-color: #efeff6;
  color: #5969ff;
  font-weight: 500;
  border-radius: 2px;
}
.nav-left-sidebar .navbar-nav .nav-item .nav-link.active i {
  color: #5969ff;
}
.nav-left-sidebar .navbar-nav .nav-item .nav-link.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background-color: #82849f;
}
.nav-left-sidebar .submenu {
  padding: 0 12px;
}
.nav-left-sidebar .submenu .nav .nav-item .nav-link {
  padding: 6px 12px;
  font-size: 14px;
}
.nav-left-sidebar .submenu .nav .nav-item .nav-link:hover {
  color: #5969ff;
  background-color: transparent;
}
.nav-left-sidebar .nav-divider {
  padding: 10px 14px;
  color: #82849f;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sidebar-dark, .sidebar-primary {
  background-color: #2e2f39;
  box-shadow: 0 0 28px 0 rgba(82, 63, 105, 0.13);
  transition: all 0.3s ease;
}
.sidebar-dark .nav-divider, .sidebar-primary .nav-divider {
  color: #82849f;
}
.sidebar-dark .navbar-nav .nav-link, .sidebar-primary .navbar-nav .nav-link {
  color: #e6e6f2;
}
.sidebar-dark .navbar-nav .nav-link i, .sidebar-primary .navbar-nav .nav-link i {
  color: #e6e6f2;
}
.sidebar-dark .navbar-nav .nav-link:hover, .sidebar-dark .navbar-nav .nav-link:focus, .sidebar-primary .navbar-nav .nav-link:hover, .sidebar-primary .navbar-nav .nav-link:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.sidebar-dark .navbar-nav .nav-link.active, .sidebar-primary .navbar-nav .nav-link.active {
  background-color: #3b3d48;
  color: #fff;
}
.sidebar-dark .navbar-nav .nav-link.active::before, .sidebar-primary .navbar-nav .nav-link.active::before {
  background-color: #fff;
}
.sidebar-dark .submenu .nav-item .nav-link:hover, .sidebar-primary .submenu .nav-item .nav-link:hover {
  color: #fff;
  background-color: #2e2f39;
}

.sidebar-primary .nav-divider {
  color: #efeff6;
}

.navbar-horizontal .navbar-nav .nav-item .nav-link {
  padding: 0 0.7rem;
  color: #2e2f39;
  font-weight: 500;
}
@media (max-width: 990px) {
  .navbar-horizontal .navbar-nav .nav-item .nav-link {
    padding: 0.4rem 1.2rem;
  }
}
.navbar-horizontal .navbar-nav .nav-item .nav-link:hover {
  color: #5969ff;
}
.navbar-horizontal .dropdown-menu {
  margin-top: 0.75rem;
  min-width: 12rem;
}
.navbar-horizontal .dropdown-menu .dropdown-item {
  padding: 0.35rem 1rem;
  color: #2e2f39;
}
.navbar-horizontal .dropdown-toggle::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border: 0;
  vertical-align: middle;
  color: #adb5bd;
}
@media (max-width: 990px) {
  .navbar-horizontal .dropdown-toggle::after {
    float: right;
  }
}
.navbar-horizontal .dropright .dropdown-toggle::after {
  content: "\f105";
  float: right;
}

.navbar-vertical, .navbar-vertical-compact {
  position: fixed;
  width: 4.25rem;
  height: 100%;
  top: 0;
  background-color: #3b3d48;
  box-shadow: 0 0 28px 0 rgba(82, 63, 105, 0.13);
  transition: all 0.3s ease;
  z-index: 1001;
}
@media (max-width: 990px) {
  .navbar-vertical, .navbar-vertical-compact {
    width: 100%;
    position: relative;
    top: -30px;
  }
}
.navbar-vertical .navbar-nav .nav-link, .navbar-vertical-compact .navbar-nav .nav-link {
  font-size: 18px;
  color: #82849f;
  padding: 1rem 0;
  justify-content: center;
  align-items: center;
  display: flex;
  transition: 0.3s;
}
@media (max-width: 990px) {
  .navbar-vertical .navbar-nav .nav-link, .navbar-vertical-compact .navbar-nav .nav-link {
    padding: 0.5rem 0;
    font-size: 0.875rem;
    justify-content: flex-start;
  }
}
.navbar-vertical .navbar-nav .nav-link:hover, .navbar-vertical-compact .navbar-nav .nav-link:hover, .navbar-vertical .navbar-nav .nav-link:focus, .navbar-vertical-compact .navbar-nav .nav-link:focus, .navbar-vertical .navbar-nav .nav-link.show, .navbar-vertical-compact .navbar-nav .nav-link.show {
  color: #fff;
}
@media (min-width: 1024px) {
  .navbar-vertical .dropdown-menu, .navbar-vertical-compact .dropdown-menu {
    width: 13rem;
    left: calc(100% + 0.5125rem);
  }
}

.navbar-vertical-compact {
  width: 9rem;
}
.navbar-vertical-compact .nav-link {
  font-size: 0.875rem;
  text-align: center;
  border-radius: 0.25rem;
  padding: 0.8rem 0;
}
.navbar-vertical-compact .nav-link .nav-compact-title {
  display: block;
}
@media (max-width: 768px) {
  .navbar-vertical-compact .nav-link {
    padding: 0.5rem;
    display: flex;
    align-items: center;
  }
  .navbar-vertical-compact .nav-link .nav-compact-title {
    padding-left: 0.4rem;
  }
}
.navbar-vertical-compact .dropdown-menu {
  left: calc(100% + 0.5125rem);
}

@media (min-width: 1024px) {
  .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease-in;
  }
  .dropdown:hover > .dropdown-menu,
  .dropdown-submenu:hover > .dropdown-menu {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
}
.dropdown-submenu .submenu {
  padding-left: 0.5rem;
}

@media (max-width: 768px) {
  .navbar-toggler {
    background-color: #fff;
  }
}

/*  Pageheader  */
.page-header {
  margin-bottom: 30px;
}

.page-breadcrumb .breadcrumb-link {
  color: #686972;
}
.page-breadcrumb .breadcrumb-link:hover {
  color: #5969ff;
}
.page-breadcrumb .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  margin-bottom: 0px;
  list-style: none;
  background-color: transparent;
  border-radius: 0px;
  border-top: 1px solid #e0e4ef;
  padding-top: 10px;
  font-size: 12px;
}
.page-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #adb5bd;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}
.page-breadcrumb .breadcrumb-item.active {
  color: #71748d;
}

.pageheader-title {
  font-size: 24px;
  margin-bottom: 8px;
}

.pageheader-text {
  margin-bottom: 14px;
  display: none;
}

/* Footer  */
.footer {
  position: absolute;
  bottom: 0;
  border-top: 1px solid rgba(152, 166, 173, 0.2);
  padding: 14px 0px;
  color: #71748d;
  background-color: #fff;
  width: 100%;
}
.footer .footer-links a {
  color: #71748d;
  margin-left: 1.5rem;
  transition: all 0.4s;
}

/* upload file  */
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

/* Product  */
.product-thumbnail {
  box-shadow: 0px 1px 2px 1px rgba(154, 154, 204, 0.22) !important;
  background-color: #fff;
  margin-bottom: 30px;
  border-radius: 0.25rem;
}

.product-img {
  text-align: center;
  padding: 35px 0px;
}

.product-img-head {
  position: relative;
}

.ribbons {
  clip-path: polygon(10% 25%, 10% 0, 35% 0%, 65% 0%, 90% 0, 90% 25%, 90% 50%, 91% 100%, 50% 73%, 10% 100%, 10% 50%);
  position: absolute;
  top: 0px;
  background-color: #25d5f2;
  padding: 31px 15px;
  text-align: center;
  left: 10px;
  font-family: "Open Sans", "sans-serif;";
  color: #fff;
}

.ribbons-text {
  transform: rotate(90deg);
  position: absolute;
  top: 11px;
  left: 10px;
  color: #fff;
}

.product-wishlist-btn {
  height: 40px;
  width: 40px;
  border: 2px solid #dfdfec;
  border-radius: 100px;
  font-size: 18px;
  line-height: 2.3;
  color: #efeff6;
  text-align: center;
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
}
.product-wishlist-btn:hover {
  border-color: #ef172c;
  color: #ef172c;
  transition: 0.3s ease;
}

.product-wishlist-btn.active {
  border-color: #ef172c;
  color: #ef172c;
  transition: 0.3s ease;
}

.product-content {
  border-top: 1px solid #e6e6f2;
  padding: 23px;
}

.product-content-head {
  position: relative;
  margin-bottom: 25px;
}

.product-title {
  font-size: 16px;
  margin-bottom: 5px;
}

.product-rating {
  font-size: 12px;
  color: #ffc108;
}

.product-price {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  color: #5969ff;
  font-family: "Open Sans", "sans-serif;";
  line-height: 1;
}

.product-del {
  font-size: 14px;
  color: #e6e6f2;
}

.product-sidebar {
  background-color: #fff;
  border: 1px solid #e6e6f2;
  border-radius: 0.25rem;
}

.product-sidebar-widget {
  border-bottom: 1px solid #e6e6f2;
  padding: 10px 20px;
  margin-bottom: 10px;
}
.product-sidebar-widget:last-child {
  border: 0px;
}
.product-sidebar-widget .custom-control {
  min-height: 1.7rem;
}

.product-sidebar-widget-title {
  font-size: 16px;
  margin-bottom: 10px;
}

.custom-color-red.custom-radio .custom-control-input:checked .custom-color-red.custom-radio .custom-control-input ~ .custom-control-label::before {
  background-color: #ef172c;
  border-color: #ef172c;
}

.custom-color-blue.custom-radio .custom-control-input:checked .custom-color-blue.custom-radio .custom-control-input ~ .custom-control-label::before {
  background-color: #5969ff;
  border-color: #5969ff;
}

.custom-color-yellow.custom-radio .custom-control-input:checked .custom-color-yellow.custom-radio .custom-control-input ~ .custom-control-label::before {
  background-color: #ffc108;
  border-color: #ffc108;
}

.custom-color-black.custom-radio .custom-control-input:checked .custom-color-black.custom-radio .custom-control-input ~ .custom-control-label::before {
  background-color: #2e2f39;
  border-color: #2e2f39;
}

.product-slider {
  background-color: #fff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 110px;
}

.product-carousel .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -80px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.product-carousel .carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgb(224, 224, 231);
  border-radius: 100%;
}
.product-carousel .carousel-indicators li.active {
  background-color: #5969ff;
}
.product-carousel .carousel-control-next {
  display: none;
}

.carousel-control-prev {
  display: none;
}

.product-details {
  background-color: #fff;
  padding: 30px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  position: relative;
}

.product-colors {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.product-colors input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
  display: none;
}
.product-colors label {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 1.6s;
  animation-name: dot-anim;
}
.product-colors label:before {
  content: "\f00c";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding: 0px;
  margin: 4px 8px;
  color: #fff;
  font-size: 14px;
}
.product-colors .radio:checked + label {
  animation-play-state: paused;
}
.product-colors .radio:checked + label:after {
  background: transparent;
  transition: all 0.5s;
  transform: scale(1);
}

.product-size {
  padding-bottom: 14px;
  margin-bottom: 10px;
  position: relative;
}

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

#radio-1 + label {
  left: -60vw;
  background: #0a3c93;
  animation-delay: 0s;
}
#radio-1 + label:before {
  transform: scale(0);
}
#radio-1:checked + label:before {
  transform: scale(1);
  transition: all 0.4s;
}

#radio-2 + label {
  left: -60vw;
  background: #ffdc40;
  animation-delay: 0s;
}
#radio-2 + label:before {
  transform: scale(0);
}
#radio-2:checked + label:before {
  transform: scale(1);
  transition: all 0.4s;
}

#radio-3 + label {
  left: -60vw;
  background: #a00000;
  animation-delay: 0s;
}
#radio-3 + label:before {
  transform: scale(0);
}
#radio-3:checked + label:before {
  transform: scale(1);
  transition: all 0.4s;
}

.product-qty {
  position: absolute;
  right: 0;
  top: 0px;
}
.product-qty input[type=number] {
  -moz-appearance: textfield;
}
.product-qty input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-qty input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity {
  position: relative;
}
.quantity input {
  width: 65px;
  height: 41px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid #eee;
}
.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 39px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #e6e6f2;
  width: 20px;
  text-align: center;
  color: #2e2f39;
  font-size: 13px;
  line-height: 1.6;
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background-color: #e6e6f2;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #e6e6f2;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}

/*  Tabs  */
.tab-regular .nav.nav-tabs {
  border-bottom: transparent;
}
.tab-regular .nav.nav-tabs .nav-link {
  display: block;
  padding: 17px 49px;
  color: #71748d;
  background-color: #e6e6f2;
  margin-right: 5px;
  border-color: #e6e6f2;
}
@media (max-width: 576px) {
  .tab-regular .nav.nav-tabs .nav-link {
    padding: 14px;
  }
}
@media (max-width: 1300px) {
  .tab-regular .nav.nav-tabs .nav-link {
    padding: 14px;
  }
}
.tab-regular .nav-tabs .nav-link.active {
  background-color: #fff;
  border-color: #e6e6f2 #e6e6f2 #fff;
  color: #5969ff;
}
.tab-regular .tab-content {
  background-color: #fff;
  padding: 30px;
  border: 1px solid #e6e6f2;
  border-radius: 4px;
  border-top-left-radius: 0px;
}

.tab-vertical .nav.nav-tabs {
  float: left;
  display: block;
  margin-right: 0px;
  border-bottom: 0;
}
.tab-vertical .nav.nav-tabs .nav-item {
  margin-bottom: 6px;
}
.tab-vertical .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  background: #fff;
  padding: 17px 49px;
  color: #71748d;
  background-color: #e3e3eb;
  border-radius: 4px 0px 0px 4px;
  border: 1px solid transparent;
  border-top-left-radius: 4px !important;
  border-top-right-radius: 0px !important;
}
@media (max-width: 768px) {
  .tab-vertical .nav-tabs .nav-link {
    padding: 14px;
  }
}
.tab-vertical .nav-tabs .nav-link.active {
  color: #5969ff;
  background-color: #fff !important;
  border-color: transparent !important;
}
.tab-vertical .tab-content {
  overflow: auto;
  border-radius: 0px 4px 4px 4px;
  background: #fff;
  padding: 30px;
}

.tab-vertical-outline .nav.nav-tabs {
  float: left;
  display: block;
  margin-right: 0px;
  border-bottom: 0;
}
.tab-vertical-outline .nav.nav-tabs .nav-item {
  margin-bottom: 6px;
}
.tab-vertical-outline .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  background: #fff;
  padding: 17px 49px;
  color: #71748d;
  background-color: #e6e6f2;
  border-radius: 4px 0px 0px 4px;
  border: 1px solid #c4c4cf !important;
  border: 1px solid transparent;
  border-top-left-radius: 4px !important;
  border-top-right-radius: 0px !important;
}
.tab-vertical-outline .nav-tabs .nav-link.active {
  color: #5969ff;
  border: 1px solid #c4c4cf !important;
  background: transparent;
  border-right: 1px solid #efeff6 !important;
}
.tab-vertical-outline .tab-content {
  overflow: auto;
  border-radius: 0px 4px 4px 4px;
  background: transparent;
  padding: 30px;
  border: 1px solid #c4c4cf;
  left: -1px;
  position: relative;
  z-index: 1;
}

.simple-card {
  background-color: #fff;
  border-radius: 4px;
  border: transparent;
}
.simple-card .nav.nav-tabs {
  border-bottom: 1px solid #e6e6f2;
}
.simple-card .nav.nav-tabs .nav-item .nav-link {
  padding: 17px 49px;
  color: #71748d;
  background: #f8f8fb;
  border-color: #e9e9f2 #e9e9f2 #e9e9f2;
  margin-right: -1px;
  border-radius: 0px;
  border-top: transparent;
}
.simple-card .nav-tabs .nav-link.active {
  color: #5969ff !important;
  background-color: transparent !important;
  border-color: #e9e9f2 #e9e9f2 #fff !important;
}
.simple-card .tab-content {
  padding: 30px;
}

.simple-outline-card {
  border-radius: 4px;
  border: 1px solid #c4c4cf;
}
.simple-outline-card .nav.nav-tabs {
  border-bottom: 1px solid #c4c4cf;
}
.simple-outline-card .nav.nav-tabs .nav-item .nav-link {
  padding: 17px 49px;
  color: #71748d;
  background: #e9e9f2;
  border-color: #c4c4cf #c4c4cf #c4c4cf;
  margin-right: -1px;
  border-radius: 0px;
  border-top: transparent;
}
@media (max-width: 576px) {
  .simple-outline-card .nav.nav-tabs .nav-item .nav-link {
    padding: 14px;
  }
}
.simple-outline-card .nav-tabs .nav-link.active {
  color: #5969ff !important;
  background-color: transparent !important;
  border-color: #c4c4cf #c4c4cf #efeff6 !important;
}
.simple-outline-card .tab-content {
  padding: 30px;
}

.pills-regular .nav.nav-pills .nav-item .nav-link {
  background-color: #e6e6f2;
  padding: 14px 32px;
  margin-right: 3px;
  color: #71748d;
  font-size: 16px;
}
@media (max-width: 768px) {
  .pills-regular .nav.nav-pills .nav-item .nav-link {
    padding: 14px;
  }
}
.pills-regular .nav.nav-pills .nav-item .nav-link.active {
  background-color: #fff;
  color: #5969ff;
}
.pills-regular .tab-content {
  background-color: #fff;
  padding: 30px;
  border-radius: 4px;
}

.pills-outline .nav.nav-pills .nav-item .nav-link {
  background-color: transparent;
  padding: 16px 52px;
  margin-right: 3px;
  color: #71748d;
  border: 1px solid #c4c4cf;
}
.pills-outline .nav.nav-pills .nav-item .nav-link.active {
  background-color: transparent;
  color: #5969ff;
}
.pills-outline .tab-content {
  background-color: transparent;
  padding: 30px;
  border-radius: 4px;
  border: 1px solid #c4c4cf;
}

.pills-vertical .nav.nav-pills .nav-link {
  background-color: #e6e6f2;
  padding: 16px 52px;
  margin-bottom: 4px;
  color: #71748d;
}
.pills-vertical .nav.nav-pills .nav-link.active {
  background-color: #fff;
  color: #5969ff;
}
.pills-vertical .tab-content {
  background-color: #fff;
  padding: 30px;
  border-radius: 4px;
}

.tab-outline .nav.nav-tabs {
  border-bottom: transparent;
}
.tab-outline .nav.nav-tabs .nav-item .nav-link {
  display: block;
  padding: 17px 49px;
  color: #71748d;
  background-color: #e6e6f2;
  border-color: #c4c4cf #c4c4cf #c4c4cf;
  margin-right: 3px;
}
.tab-outline .nav-tabs .nav-link.active {
  color: #5969ff !important;
  background-color: transparent !important;
  border-color: #c4c4cf #c4c4cf #efeff6 !important;
}
.tab-outline .nav-tabs .nav-link:focus {
  border-color: transparent;
  color: #5969ff !important;
}
.tab-outline .tab-content {
  padding: 30px;
  border: 1px solid #c4c4cf;
  border-radius: 4px;
  border-top-left-radius: 0px;
}

.nav-tabs .nav-link:hover {
  border-color: transparent;
  color: #5969ff !important;
}

/* Sidebar */
.sidebar-nav-fixed {
  position: sticky;
  top: 5rem;
}
.sidebar-nav-fixed ul li a {
  font-size: 14px;
  color: #71748d;
  display: block;
  padding: 5px 15px;
  background: transparent;
  border-radius: 4px;
  line-height: 1.8;
}
.sidebar-nav-fixed ul li a:hover {
  color: #5969ff;
}
.sidebar-nav-fixed ul li a.active {
  display: block;
  color: #5969ff;
  background: #e0e0fd;
}

/* Email  */
.page-aside {
  background: none repeat scroll 0 0 #ffffff;
  width: 280px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 265px;
  border-right: 1px solid #e6e6f2;
  margin-top: 61px;
  padding-bottom: 61px;
  color: #2e2f39;
}
.page-aside .aside-header {
  padding: 20px 22px;
  position: relative;
}

.aside-header .navbar-toggle {
  background: 0 0;
  display: none;
  outline: 0;
  border: 0;
  padding: 0 18px 0 0;
  text-align: right;
  margin: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.aside-header .navbar-toggle .icon {
  font-size: 24px;
  color: #2e2f39;
}
.aside-header .title {
  display: block;
  margin: 10px 0 0;
  font-size: 27px;
  line-height: 27px;
  font-weight: 300;
  color: #2e2f39;
}
.aside-header .description {
  color: #71748d;
  margin: 0;
}

.aside-nav {
  visibility: visible;
  font-size: 14px;
}
.aside-nav .nav li .icon {
  font-size: 13px;
  vertical-align: middle;
  text-align: center;
  min-width: 19px;
  margin-right: 6px;
  color: #71748d;
}
.aside-nav .nav li a {
  color: #71748d;
  padding: 10px 20px;
}
.aside-nav .nav li .badge {
  float: right;
  font-size: 14px;
  font-weight: 300;
  padding: 3px 6px;
}
.aside-nav .nav li.active a {
  color: #ef172c;
  background: #fff0f4;
}
.aside-nav .nav li.active a .icon {
  color: #25d5f2;
  color: #ef172c;
}
.aside-nav .title {
  display: block;
  color: #2e2f39;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px 0 0;
  padding: 8px 22px 4px;
}

.aside-nav.collapse {
  display: block;
}

.aside-content .nav {
  display: block;
}
.aside-content .nav li a {
  display: block;
  position: relative;
}
.aside-content .nav li a:hover {
  text-decoration: none;
  background-color: #e6e6f2;
}

.email-list-item {
  border-bottom: 1px solid #e6e6f2;
  padding: 10px 20px;
  display: table;
  width: 100%;
  cursor: pointer;
  position: relative;
  background-color: #f9f9ff;
  font-size: 14px;
}
.email-list-item .from {
  display: block;
  font-weight: 400;
  font-size: 1rem;
  margin: 0 0 1px 0;
}
.email-list-item .msg {
  margin: 0;
  color: #71748d;
}
.email-list-item .icon {
  margin-right: 7px;
  font-size: 1.154rem;
  vertical-align: middle;
  color: #2e2f39;
}
.email-list-item:hover {
  background-color: #fff;
}

.aside-compose {
  text-align: center;
  padding: 14px 25px;
}

.dashboard-main-wrapper .main-content {
  margin-left: 266px;
  width: auto;
}
.dashboard-main-wrapper .content-container {
  display: flex;
  height: calc(100vh - 3.5625rem);
}
.dashboard-main-wrapper .content-container > .chat-module {
  height: 100%;
  overflow: hidden;
  padding: 1.5rem;
}
.dashboard-main-wrapper .content-container > .chat-module .chat-module-body {
  width: 100%;
  padding-right: 0;
}
.dashboard-main-wrapper .content-container > .chat-module .chat-item {
  padding-bottom: 1.5rem;
}
.dashboard-main-wrapper .content-container > .chat-module .chat-item:not(:last-child) {
  border-bottom: 1px solid #d6d6d6;
}
.dashboard-main-wrapper .content-container > .chat-module .chat-item .media-body {
  background: none;
  padding: 0;
  background: none;
}
.dashboard-main-wrapper .main-container {
  overflow: hidden;
  flex: 1;
}

.email-inbox-header {
  background-color: #fff;
  padding: 25px 25px;
}

.email-title {
  display: block;
  margin: 3px 0 0;
  font-size: 22px;
  font-weight: 300;
}
.email-title .icon {
  font-size: 22px;
  color: #71748d;
}
.email-title .new-messages {
  font-size: 1rem;
  color: #2e2f39;
  margin-left: 3px;
}

.input-search .input-group-btn {
  position: absolute;
  display: block;
  width: auto;
  top: 1px;
  right: 1px;
  z-index: 3;
}
.input-search .input-group-btn .btn {
  padding: 3px 10px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}

.email-filters {
  padding: 20px;
  border-bottom: 1px solid #e6e6f2;
  background-color: #fff;
  display: table;
  width: 100%;
  border-top: 1px solid #e6e6f2;
}
.email-filters > div {
  display: table-cell;
  vertical-align: middle;
  display: table-cell;
  vertical-align: middle;
}
.email-filters .be-select-all.custom-checkbox {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 0px 0 30px;
}
.email-filters input {
  margin-right: 8px;
}
.email-filters .email-filters-right {
  text-align: right;
}

.btn-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.email-pagination-indicator {
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
}

.email-list {
  background: #eee;
}

.email-list-item--unread {
  background-color: #fff;
}
.email-list-item--unread .from {
  color: #2e2f39;
  font-weight: 800;
  -webkit-font-smoothing: initial;
}
.email-list-item--unread .msg {
  color: #2e2f39;
  font-weight: 800;
  -webkit-font-smoothing: initial;
  color: #2e2f39;
}

.email-list-actions {
  width: 40px;
  vertical-align: top;
  display: table-cell;
}
.email-list-actions .favorite {
  display: block;
  padding-top: 5px;
  padding-left: 1px;
  line-height: 15px;
}
.email-list-actions .favorite span {
  font-size: 12px;
  line-height: 10px;
  color: #f9f9ff;
}
.email-list-actions .favorite:hover span {
  color: #82849f;
}
.email-list-actions .favorite.active span {
  color: #ffc108;
}
.email-list-actions .custom-checkbox {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0px 0 30px;
}
.email-list-actions .custom-checkbox.custom-control {
  margin-bottom: 0;
}

.email-list-detail {
  vertical-align: top;
  display: table-cell;
}

.email-head {
  background-color: #fff;
}

.email-head-subject {
  padding: 25px 25px;
  border-bottom: 1px solid #e6e6f2;
}
.email-head-subject .title {
  display: block;
  font-size: 1.769rem;
  font-weight: 300;
  color: #2e2f39;
}
.email-head-subject .title > a.active .icon {
  color: #ffc108;
}
.email-head-subject .title > a .icon {
  color: #f9f9ff;
  font-size: 14px;
  margin-right: 6px;
  vertical-align: middle;
  line-height: 31px;
  position: relative;
  top: -1px;
}
.email-head-subject .icons {
  font-size: 14px;
  float: right;
}
.email-head-subject .icons .icon {
  color: #71748d;
  margin-left: 12px;
  vertical-align: middle;
}

.email-head-sender {
  padding: 13px 25px;
  line-height: 40px;
}
.email-head-sender .avatar {
  float: left;
  margin-right: 10px;
  float: left;
  margin-right: 10px;
}
.email-head-sender .date {
  float: right;
  font-size: 12px;
}
.email-head-sender .sender {
  font-size: 1.15rem;
}
.email-head-sender .sender .actions {
  display: inline-block;
  position: relative;
}
.email-head-sender .sender .icon {
  font-size: 1.538rem;
  line-height: 16px;
  color: #3b3d48;
  margin-left: 7px;
}

.email-body {
  background-color: #fff;
  border-top: 1px solid #e6e6f2;
  padding: 30px 28px;
}

.email-attachments {
  background-color: #fff;
  padding: 25px 28px;
  border-top: 1px solid #e6e6f2;
}
.email-attachments .title {
  display: block;
  font-weight: 500;
}
.email-attachments .title span {
  font-weight: 400;
}
.email-attachments ul {
  list-style: none;
  margin: 15px 0 0;
  padding: 0;
}
.email-attachments ul > li {
  line-height: 23px;
}
.email-attachments ul > li a {
  color: #2e2f39;
  font-weight: 500;
}
.email-attachments ul > li .icon {
  vertical-align: middle;
  color: #71748d;
  margin-right: 2px;
}
.email-attachments ul > li span {
  font-weight: 400;
}

.email-head-title {
  padding: 25px 25px;
  border-bottom: 1px solid #e6e6f2;
  display: block;
  font-weight: 400;
  color: #2e2f39;
  font-size: 1.769rem;
}
.email-head-title .icon {
  color: #686972;
  margin-right: 12px;
  vertical-align: middle;
  line-height: 31px;
  position: relative;
  top: -1px;
  float: left;
  font-size: 1.538rem;
}

.email-compose-fields {
  background-color: #fff;
  border-bottom: 1px solid #e6e6f2;
  padding: 30px 30px 20px;
}
.email-compose-fields label {
  padding-top: 15px;
}

.form-group.row {
  margin-bottom: 0;
  padding: 12px 0;
}
.form-group.row label {
  white-space: nowrap;
}

.email.editor {
  background-color: #fff;
}

.email.action-send {
  padding: 20px 0px;
}

.btn-space {
  margin-right: 5px;
  margin-bottom: 5px;
}

.breadcrumb {
  margin: 0;
  background-color: transparent;
}

.chat-module {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}
.chat-module .chat-module-body {
  width: 100%;
  position: absolute;
  top: 35px;
  height: calc(100% - 4rem);
  overflow-y: scroll;
  padding-right: 1.5rem;
  -ms-overflow-style: none;
}
.chat-module .chat-module-top {
  display: flex;
  flex-direction: column;
  flex: 1;
  max-height: calc(100% - 3.5rem);
  position: relative;
}
.chat-module .chat-module-bottom {
  position: relative;
  padding-top: 1rem;
  border-top: 1px solid #e9eef2;
  background: transparent;
  top: 8px;
}
.chat-module .chat-module-bottom textarea {
  max-height: 9rem;
}

.avatar {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  border: 2px solid #f7f9fa;
  background: #f7f9fa;
  color: #fff;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  border: 2px solid #f7f9fa;
  background: #f7f9fa;
  color: #fff;
}

.media-attachment {
  padding-left: 0.75rem;
  align-items: center;
  border-left: 4px solid #e9eef2;
}
.media-attachment:not(:first-child) {
  margin-top: 0.75rem;
}
.media-attachment div.avatar {
  border: none;
}
.media-attachment .media-body {
  margin-left: 0.75rem;
}
.media-attachment .media-body > a {
  display: block;
}

.chat-item {
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
.chat-item .media-attachment {
  border-color: #e6e6f2;
}
.chat-item > .media-body {
  margin-left: 0.75rem;
  border-radius: 0.5rem;
  padding: 6px 1px;
  background: transparent;
}
.chat-item .chat-item-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.375rem;
}

.avatar.bg-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.avatar.bg-primary i {
  font-size: 14px;
}

.chat-item + .chat-item {
  margin-top: 0.75rem;
}

.chat-form {
  position: relative;
}
.chat-form textarea {
  padding-right: 3.375rem;
}

.chat-form-buttons {
  position: absolute;
  top: 6px;
  right: 0.25rem;
  display: flex;
  align-items: center;
}
.chat-form-buttons button {
  padding: 0;
}
.chat-form-buttons .custom-file-naked {
  width: 1.5rem;
  margin-left: 0.375rem;
  top: 5px;
}
.chat-form-buttons i {
  color: #e3e3eb;
  font-size: 1.25rem;
  cursor: pointer;
}

.custom-file-naked {
  cursor: pointer;
  width: auto;
  height: auto;
}
.custom-file-naked .custom-file-input {
  width: auto;
  height: auto;
  cursor: pointer;
}
.custom-file-naked .custom-file-label {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  height: auto;
  cursor: pointer;
}

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

.custom-file-label::after {
  display: none;
}

.chat-sidebar {
  height: 100%;
  overflow: hidden;
  width: 384px;
  border-left: 1px solid #e6e6f2;
  display: flex !important;
  flex-direction: column;
  background: #fff;
}
@media (max-width: 576px) {
  .chat-sidebar {
    display: none !important;
  }
}

.chat-sidebar-content {
  max-height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.text-small {
  font-size: 0.875rem;
  line-height: 1.3125rem;
}

.chat-team-sidebar {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.chat-team-sidebar .chat-team-sidebar-top {
  padding: 1.5rem;
}
.chat-team-sidebar .nav {
  margin-top: 1.5rem;
}
.chat-team-sidebar .nav-tabs {
  border-radius: 4px;
  background: #eef2f5;
}
.chat-team-sidebar .nav-tabs .nav-item {
  margin: 0.5rem;
}
.chat-team-sidebar .nav-tabs .nav-link {
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  padding: 10px;
  transition: color 0.35s ease-out;
}
.chat-team-sidebar .nav-tabs .nav-link:not(.active) {
  color: rgba(33, 37, 41, 0.5);
}
.chat-team-sidebar .chat-team-sidebar-bottom {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 0;
}
.chat-team-sidebar .chat-team-sidebar-bottom .tab-content {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.chat-team-sidebar .tab-pane {
  overflow-y: none;
  -ms-overflow-style: none;
  height: 100%;
}
.chat-team-sidebar .list .list-group-item {
  width: 100%;
}
.chat-team-sidebar .list-group-activity .avatar {
  border-color: #fff;
}

.align-items-center {
  align-items: center !important;
}

.sidebar form.dropzone {
  padding: 0 1.5rem;
}
.sidebar .dz-message {
  background: #f7f9fa;
  padding: 1rem;
}

form.dropzone {
  width: 100%;
  margin-bottom: 1.5rem;
}

.dz-message {
  text-align: center;
  padding: 1.5rem;
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  opacity: 1;
  cursor: pointer;
  border-radius: 0.5rem;
  background: #fff;
  border: 1px dashed #e9eef2;
  transition: all 0.35s ease;
  color: rgba(108, 117, 125, 0.5);
}

.dropzone-previews {
  width: 100%;
}

.dz-file-representation img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
.dz-file-representation img:not([src]) {
  display: none;
}

.dz-preview .avatars li:last-child {
  transition: opacity 0.35s ease;
  opacity: 0;
}

.dz-loading {
  opacity: 1;
  transition: opacity 0.35s ease;
  position: absolute;
  left: 1.1875rem;
}

.list-group-activity .avatars {
  margin-right: 0.75rem;
  display: flex;
  align-items: center;
}
.list-group-activity .avatars > li:first-child {
  position: relative;
  z-index: 2;
}
.list-group-activity span {
  margin-right: 0.25rem;
}

.avatars {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.avatars > li {
  display: inline-block;
}
.avatars > li + li {
  margin-left: -0.75rem;
}

.btn-options {
  color: #e3e3eb;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}

/* maps */
.gmaps {
  height: 350px;
  width: 100%;
}

#map-1 {
  height: 400px;
}

#map-2 {
  height: 400px;
}

#map-3 {
  height: 400px;
}

/* media */
.dashboard-media-object .card-footer {
  padding: 0px;
}

.btn-account {
  position: relative;
  display: flex;
  margin: 0;
  border: 0;
  flex-wrap: none;
  align-items: center;
  background: none;
  color: #71748d;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: background-color 0.15s;
  outline: 0;
}
.btn-account .account-summary {
  margin-right: 16px;
  margin-left: 8px;
  display: block;
  text-align: left;
  flex: 1;
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
}
.btn-account .account-description {
  margin: 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  line-height: 16px;
  font-size: 12px;
  font-weight: 400;
  opacity: 0.7;
}
.btn-account .account-name {
  margin: 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  line-height: 16px;
}

.user-avatar {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}

.avatar-badge {
  position: absolute;
  right: 3px;
  bottom: 4px;
  display: block;
  width: 8px;
  height: 8px;
  line-height: 1.6;
  text-align: center;
  font-size: 8px;
  color: #fff;
  background-color: #e3e3eb;
  border-radius: 8px;
  box-shadow: 0 0 0 2px #fff;
  z-index: 2;
}

.avatar-badge.online {
  background-color: #2ec551;
}

.avatar-badge.idle {
  background-color: #ffc108;
}

.avatar-badge.busy {
  background-color: #ef172c;
}

.avatar-badge.offline {
  color: #e3e3eb;
  background-color: #e3e3eb;
}

.avatar-badge.has-indicator {
  width: 10px;
  height: 10px;
}

.avatar-group {
  display: inline-block;
}
.avatar-group .user-avatar img {
  box-shadow: 0 0 0 2px #fff;
}
.avatar-group .user-avatar:focus {
  z-index: 2;
}
.avatar-group .user-avatar:hover {
  z-index: 2;
}
.avatar-group .user-avatar + .user-avatar {
  display: inline-block;
  margin-left: -10px;
}

.user-avatar-floated {
  margin-top: -50px;
  z-index: 2;
}

.metric {
  position: relative;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  max-width: 100%;
  border-radius: 4px;
  cursor: default;
}

.metric-label:last-child {
  margin-top: 0px;
  margin-bottom: 0;
}

.card-footer-item {
  padding: 12px 35px;
  flex: 1;
  text-align: center;
  display: inline-block;
}

.card-footer-item-bordered:not(:last-child) {
  border-right: 1px solid rgb(230, 230, 242);
}

/* Timeline  */
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/* inverse bounce effect on even content blocks */
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0);
  }
}
.cd-timeline {
  overflow: hidden;
  margin: 2em auto;
}

.cd-timeline__container {
  position: relative;
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 2em 0;
}
.cd-timeline__container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #dedee9;
}

.cd-timeline__block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline__block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline__block:first-child {
  margin-top: 0;
}
.cd-timeline__block:last-child {
  margin-bottom: 0;
}

.cd-timeline__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline__img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}

.cd-timeline__img.cd-timeline__img--picture {
  background: #2ec551;
}

.cd-timeline__img.cd-timeline__img--movie {
  background: #ef172c;
}

.cd-timeline__img.cd-timeline__img--location {
  background: #ffc108;
}

.cd-timeline__content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
  border: none;
  box-shadow: 0px 1px 2px 1px rgba(154, 154, 204, 0.22);
}
.cd-timeline__content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline__content::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}

.cd-timeline__read-more {
  display: inline-block;
  float: right;
  padding: 0.8em 1em;
  background: #acb7c0;
  color: #fff;
  border-radius: 0.25em;
}
.cd-timeline__read-more:hover {
  background-color: #e6e6f2;
}

.cd-timeline__date {
  display: inline-block;
  float: left;
  padding: 0.8em 0;
  opacity: 0.7;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .cd-timeline__container::before {
    left: 50%;
    margin-left: -2px;
  }
  .cd-timeline__block {
    margin: 4em 0;
  }
  .cd-timeline__block:nth-child(even) .cd-timeline__content {
    float: right;
  }
  .cd-timeline__block:nth-child(even) .cd-timeline__content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #fff;
  }
  .cd-timeline__block:nth-child(even) .cd-timeline__read-more {
    float: right;
  }
  .cd-timeline__block:nth-child(even) .cd-timeline__date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cd-timeline__block:nth-child(even) .cd-timeline__content.cd-timeline__content--bounce-in {
    animation: cd-bounce-2-inverse 0.6s;
  }
  .cd-timeline__img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    transform: translateZ(0);
  }
  .cd-timeline__img.cd-timeline__img--bounce-in {
    visibility: visible;
    animation: cd-bounce-1 0.6s;
  }
  .cd-timeline__content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
    transform: translateZ(0);
  }
  .cd-timeline__content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #fff;
  }
  .cd-timeline__read-more {
    float: left;
  }
  .cd-timeline__date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 18px;
  }
  .cd-timeline__content.cd-timeline__content--bounce-in {
    visibility: visible;
    animation: cd-bounce-2 0.6s;
  }
}
/*  docs style  */
.docs-header .docs-header-btn {
  margin-top: 3px;
}
.docs-header .navbar {
  padding: 6px 10px;
  border-bottom: 1px solid #eaeaf2;
}
.docs-header .navbar .navbar-brand {
  padding: 0px;
}
.docs-header .navbar .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  line-height: 28px;
  padding: 14px;
  margin-bottom: 0px;
  color: #3b3d48;
}
.docs-header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #2e2f39;
}

.docs-nav-sidebar {
  position: fixed;
  width: 270px;
  height: 100% !important;
  top: 69px;
  overflow: auto;
  background-color: #fff;
  overflow: hidden;
  border-right: 1px solid #eaeaf2;
}
.docs-nav-sidebar .top-search-bar {
  padding: 20px;
  border-bottom: 1px solid #eaeaf2;
}
.docs-nav-sidebar .docs-nav {
  max-height: calc(100vh - 9rem);
  overflow-y: auto;
}
.docs-nav-sidebar .navbar-nav {
  min-width: 100%;
}
.docs-nav-sidebar .navbar-nav > .nav-item > .nav-link {
  color: #2e2f39;
  font-size: 15px;
  font-weight: 600;
  line-height: 28px;
  display: flex;
  align-items: center;
}
.docs-nav-sidebar .navbar-nav > .nav-item > .nav-link:hover {
  color: #5969ff;
}
.docs-nav-sidebar .navbar-nav > .nav-item > .nav-link[data-toggle=collapse]:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f105";
  margin-left: auto;
  color: #efeff6;
  transition: all 0.2s ease;
}
.docs-nav-sidebar .navbar-nav > .nav-item > .nav-link[data-toggle=collapse][aria-expanded=true]:after {
  color: #5969ff;
  transform: rotate(90deg);
}
.docs-nav-sidebar .navbar-nav .nav .nav-item .nav-link {
  color: #2e2f39;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 20px;
}
.docs-nav-sidebar .navbar-nav .nav .nav-item .nav-link:hover {
  color: #5969ff;
}
.docs-nav-sidebar .navbar-nav .nav .nav-item .nav-link.active {
  color: #5969ff;
}

.nav-user-dropdown {
  padding: 0px;
  min-width: 230px;
  margin: 0px;
}
.nav-user-dropdown .dropdown-item {
  display: block;
  width: 100%;
  padding: 12px 22px 15px;
  clear: both;
  font-weight: 400;
  color: #686972;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-size: 13px;
  line-height: 0.4;
}
.nav-user-dropdown .dropdown-item:hover {
  background-color: #efeff6;
}

.nav-user-info {
  background-color: #5969ff;
  line-height: 1.4;
  padding: 12px;
  color: #fff;
  font-size: 13px;
  border-radius: 2px 2px 0 0;
}
.nav-user-info .status {
  float: left;
  top: 7px;
  left: 0px;
}

.nav-social-icon {
  padding: 12px 10px;
}
.nav-social-icon a {
  font-size: 22px;
  color: #686972;
  margin-right: 4px;
  line-height: 32px;
}
.nav-social-icon a:hover {
  color: #5969ff;
}

.sidebar-nav-fixed {
  position: sticky;
  top: 4rem;
  height: calc(100vh - 4rem);
  overflow-y: auto;
  padding-top: 22px;
  margin-top: 65px;
}
.sidebar-nav-fixed ul {
  list-style: none;
  padding-left: 16px;
}
.sidebar-nav-fixed ul li a {
  font-size: 14px;
  color: #71748d;
  display: block;
  padding: 3px 12px;
  background: transparent;
  border-radius: 4px;
  line-height: 23px;
  text-decoration: none;
}
.sidebar-nav-fixed ul li a:hover {
  color: #5969ff;
}
.sidebar-nav-fixed ul li a.active {
  display: block;
  color: #5969ff;
  background: transparent !important;
  text-decoration: none;
}

.doc-section-head {
  margin-bottom: 60px;
  border-bottom: 1px solid #eaeaf2;
  padding-bottom: 20px;
}

.doc-section-head-text {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

.docs-main-wrapper {
  min-height: 100%;
  position: relative;
}

.docs-wrapper {
  position: relative;
  left: 0;
  margin-left: 270px;
  min-height: 100vh !important;
}

.docs-wrapper-fluid {
  background-color: #efeff6;
  min-height: 100vh;
}

.docs-content {
  padding: 140px 60px;
}

.copy-button {
  cursor: pointer;
  border: 0;
  font-size: 13px;
  line-height: 18px;
  text-transform: capitalize;
  font-weight: 700;
  padding: 6px 12px;
  color: #2e2f39;
  background-color: #fff;
  position: absolute;
  top: 18px;
  right: 10px;
  border-radius: 4px;
}
.copy-button:hover {
  outline: 0;
  background-color: #fff;
  color: #5969ff;
}
.copy-button:focus {
  outline: 0;
  background-color: #fff;
  color: #5969ff;
}
.copy-button:active {
  outline: 0;
  background-color: #fff;
  color: #5969ff;
}

.content-section {
  padding: 40px;
}

.content-section--paste {
  margin-top: 60px;
  background-color: #f9f9ff;
}
.content-section--paste h1 {
  font-size: 12px;
  color: #686972;
  text-transform: uppercase;
}

.copy-content {
  position: relative;
  margin-bottom: 30px;
}

.copy-content-height {
  overflow: auto;
  max-height: 300px;
  border-radius: 5px;
}

.bd-example-modal.modal {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  display: block;
}

.docs-example .tab-example-design {
  padding: 1.25rem;
  border: 1px solid #eaeaf2;
  border-radius: 5px;
}
.docs-example .tab-example-design::after {
  display: block;
  clear: both;
  content: "";
}
.docs-example .pagination {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.docs-example .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
.docs-example .nav.nav-pills.nav-example .nav-item .nav-link {
  border-radius: 6px;
  border: 1px solid #b5b6c1;
  padding: 5px 15px;
  color: #71748d;
  margin-right: 5px;
  font-size: 13px;
  line-height: 21px;
  font-weight: 600;
  text-transform: uppercase;
}
.docs-example .nav.nav-pills.nav-example .nav-item .nav-link.active {
  color: #fff;
  background-color: #71748d;
  border-color: #71748d;
}
.docs-example .nav.nav-pills.nav-example .nav-item .show > .nav-link {
  color: #fff;
  background-color: #71748d;
  border-color: #71748d;
}

.scrollspy-example {
  position: relative;
  height: 200px;
  margin-top: 0.5rem;
  overflow: auto;
}

.scrollspy-example-2 {
  position: relative;
  height: 350px;
  overflow: auto;
}

.toast.hide {
  display: none;
}

.docs-footer {
  border-top: 1px solid rgba(152, 166, 173, 0.2);
  padding: 14px 30px 14px;
  color: #71748d;
  background-color: #fff;
  margin-left: 269px;
}
.docs-footer p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 30px;
}
.docs-footer .docs-footer-links a {
  color: #71748d;
  margin-left: 1.5rem;
  transition: all 0.4s;
  font-size: 14px;
  line-height: 18px;
  color: #2e2f39;
  text-decoration: none;
}

.slider-element-v1 {
  margin-bottom: 30px;
}

.docs-footer-text {
  margin-bottom: 0px;
}

.color-swatch {
  height: 214px;
  margin-bottom: 30px;
}

.color-swatch-header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 135px;
}

.color-swatch-body {
  border: 1px solid #e6e6e6;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 10px 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.color-swatch-body-label {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 3px;
}

.color-swatch-body-value {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0px;
}

.doc-table .table th {
  padding: 20px 10px;
  vertical-align: top;
  border-top: 1px solid #eaeaf2;
}
.doc-table .table td {
  padding: 20px 10px;
  vertical-align: top;
  border-top: 1px solid #eaeaf2;
}

.docs-example-border-utils [class^=border] {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  margin: 0.25rem;
  background-color: #f9f9ff;
}

.docs-example-border-utils-0 [class^=border] {
  border: 1px solid #eaeaf2;
}

.large-logo-block {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 60px;
}

.small-logo-block {
  margin-top: 80px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .docs-nav-sidebar {
    width: 100%;
    position: relative;
    top: 20px;
    right: 0px;
  }
  .docs-nav-sidebar .top-search-bar {
    padding: 20px;
    border-bottom: 1px solid #e9e9f1;
    margin-top: 46px;
  }
  .docs-nav-sidebar .navbar {
    padding: 14px;
  }
  .docs-wrapper {
    margin-left: 0px;
  }
  .docs-footer {
    margin-left: 0px;
  }
  .nav-left-sidebar .navbar-toggler {
    background-color: #fff;
  }
  .docs-content {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .docs-nav-sidebar {
    width: 100%;
    position: relative;
    top: 20px;
    right: 0px;
  }
  .docs-nav-sidebar .top-search-bar {
    padding: 20px;
    border-bottom: 1px solid #e9e9f1;
    margin-top: 46px;
  }
  .docs-nav-sidebar .navbar-toggler {
    background-color: #fff;
  }
  .docs-nav-sidebar .navbar {
    padding: 14px;
  }
  .docs-wrapper {
    margin-left: 0px;
  }
  .docs-footer {
    margin-left: 0px;
  }
  .docs-main-wrapper .main-content {
    margin-left: 0px;
    width: auto;
  }
  .docs-content {
    padding: 30px 20px;
  }
}
/* Switch */
.switch-button.switch-button-xs {
  height: 20px;
  line-height: 16px;
  width: 50px;
}
.switch-button.switch-button-xs label {
  height: 12px;
  width: 12px;
}
.switch-button.switch-button-xs label:before {
  line-height: 21px;
}

.switch-button {
  display: inline-block;
  border-radius: 50px;
  background-color: #82849f;
  width: 60px;
  height: 27px;
  padding: 4px;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}
.switch-button input[type=checkbox] {
  display: none;
}
.switch-button input[type=checkbox]:checked + span {
  background-color: #5969ff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 4px;
}
.switch-button input[type=checkbox]:checked + span label {
  float: right;
  border-color: #5969ff;
}
.switch-button input[type=checkbox]:checked + span label:before {
  position: absolute;
  font-size: 12px;
  font-weight: 600;
  z-index: 0;
  content: "ON";
  color: #fff;
  left: 0;
  text-align: left;
  padding-left: 10px;
}
.switch-button label {
  border-radius: 50%;
  box-shadow: 0 0 1px 1px #FFF inset;
  background-color: #fff;
  margin: 0;
  height: 19px;
  width: 19px;
  z-index: 1;
  display: inline-block;
  cursor: pointer;
  background-clip: padding-box;
}
.switch-button label:before {
  position: absolute;
  font-size: 12px;
  font-weight: 600;
  z-index: 0;
  content: "OFF";
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 27px;
  top: 0;
  text-align: right;
  padding-right: 10px;
  color: #fff;
}

.switch-button.switch-button-sm {
  height: 24px;
  width: 57px;
  line-height: 20px;
}
.switch-button.switch-button-sm label {
  height: 16px;
  width: 16px;
}

.switch-button.switch-button-lg {
  height: 30px;
  line-height: 32px;
  width: 64px;
}

.switch-button.switch-button-success input[type=checkbox]:checked + span {
  background-color: #2ec551;
}

.switch-button.switch-button-warning input[type=checkbox]:checked + span {
  background-color: #ffc108;
}

.switch-button.switch-button-danger input[type=checkbox]:checked + span {
  background-color: #ef172c;
}

.table thead th {
  font-weight: 600;
  color: #82849f;
}

html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}

body {
  overflow-y: hidden;
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #343a40;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }
}
/*  Avatar  */
.avatar-xs {
  width: 2.25rem !important;
  height: 2.25rem !important;
}

.avatar-sm {
  width: 2.75rem !important;
  height: 2.75rem !important;
}

.avatar-md {
  width: 4rem !important;
  height: 4rem !important;
}

.avatar-lg {
  width: 6rem !important;
  height: 6rem !important;
}

/* Progress */
.progress-md {
  height: 0.5rem;
}

.progress-sm {
  height: 0.313rem;
}

/* C3  */
.c3 svg {
  font-size: 14px;
  -webkit-tap-highlight-color: #71748d;
  fill: #71748d;
}
.c3 path {
  fill: none;
  stroke: #71748d;
}
.c3 line {
  fill: none;
  stroke: #71748d;
}
.c3 text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  fill: #71748d;
}

.c3-legend-item-tile {
  shape-rendering: crispEdges;
}

.c3-xgrid-focus {
  shape-rendering: crispEdges;
}

.c3-ygrid {
  shape-rendering: crispEdges;
  stroke-dasharray: 3 3;
}

.c3-event-rect {
  shape-rendering: crispEdges;
}

.c3-bars path {
  shape-rendering: crispEdges;
}

.c3-chart-arc path {
  stroke: #fff;
}
.c3-chart-arc rect {
  stroke: white;
  stroke-width: 10;
}
.c3-chart-arc text {
  fill: #fff;
  font-size: 13px;
}
.c3-chart-arc .c3-gauge-value {
  fill: #6c757d;
}

.c3-grid line {
  stroke: #aaa;
}
.c3-grid text {
  fill: #6c757d;
}

.c3-xgrid {
  stroke-dasharray: 3 3;
}

.c3-text.c3-empty {
  fill: #71748d;
  font-size: 14px;
}

.c3-line {
  stroke-width: 3px;
}

.c3-circle._expanded_ {
  stroke-width: 2px;
  stroke: white;
}

.c3-selected-circle {
  fill: white;
  stroke-width: 2px;
}

.c3-bar {
  stroke-width: 0;
}

.c3-bar._expanded_ {
  fill-opacity: 1;
  fill-opacity: 0.75;
}

.c3-target.c3-focused {
  opacity: 1;
}
.c3-target.c3-focused path.c3-line {
  stroke-width: 2px;
}
.c3-target.c3-focused path.c3-step {
  stroke-width: 2px;
}

.c3-target.c3-defocused {
  opacity: 0.3 !important;
}

.c3-region {
  fill: #71748d;
  fill-opacity: 0.1;
}

.c3-brush .extent {
  fill-opacity: 0.1;
}

.c3-legend-item {
  font-size: 14px;
}

.c3-legend-item-hidden {
  opacity: 0.15;
}

.c3-legend-background {
  opacity: 0.75;
  fill: white;
  stroke: lightgray;
  stroke-width: 1;
}

.c3-title {
  font-size: 14px;
}

.c3-tooltip-container {
  z-index: 10;
}

.c3-tooltip {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  empty-cells: show;
  box-shadow: 7px 7px 12px -9px #acacc6;
  opacity: 1;
}
.c3-tooltip tr {
  border: 1px solid #e6e6f2;
}
.c3-tooltip th {
  background-color: #fff;
  font-size: 14px;
  padding: 5px 8px;
  text-align: left;
  color: #2e2f39;
}
.c3-tooltip td {
  font-size: 14px;
  padding: 5px 8px;
  background-color: #fff;
  border-left: 1px dotted #999;
}
.c3-tooltip td > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.c3-tooltip td.value {
  text-align: right;
  color: #5969ff;
}

.c3-area {
  stroke-width: 0;
  opacity: 0.08;
}

.c3-chart-arcs-title {
  dominant-baseline: middle;
  font-size: 1.3em;
}

.c3-chart-arcs .c3-chart-arcs-background {
  fill: #e0e0e0;
  stroke: #fff;
}
.c3-chart-arcs .c3-chart-arcs-gauge-unit {
  fill: #6c757d;
  font-size: 16px;
}
.c3-chart-arcs .c3-chart-arcs-gauge-max {
  fill: #777;
}
.c3-chart-arcs .c3-chart-arcs-gauge-min {
  fill: #777;
}

.c3-chart-arc.c3-target g path {
  opacity: 1;
}

.c3-chart-arc.c3-target.c3-focused g path {
  opacity: 1;
}

/* Morris  */
.morris-hover {
  position: absolute;
  z-index: 1000;
}

.morris-hover.morris-default-style {
  border-radius: 2px;
  color: #2e2f39;
  background: rgb(255, 255, 255);
  font-size: 14px;
  text-align: center;
  border: 1px solid #e6e6f2;
}
.morris-hover.morris-default-style .morris-hover-row-label {
  border-bottom: 1px solid #e6e6f2;
  padding: 8px;
}
.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px;
  background: #f7f7fd;
  line-height: 18px;
}

#morris_donut svg text {
  font-size: 6px !important;
}
#morris_donut tspan {
  font-size: 6px !important;
}

/* Chartist */
.ct-label {
  fill: #71748d;
  color: #71748d;
  font-size: 13px;
  line-height: 1;
}

.ct-chart-line .ct-label {
  display: block;
  display: flex;
}

.ct-chart-bar .ct-label {
  display: block;
  display: flex;
}
.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}
.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}

.ct-chart-pie .ct-label {
  dominant-baseline: central;
}

.ct-chart-donut .ct-label {
  dominant-baseline: central;
}

.ct-label.ct-horizontal.ct-start {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-label.ct-horizontal.ct-end {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-label.ct-vertical.ct-start {
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}

.ct-label.ct-vertical.ct-end {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end;
}

.ct-grid {
  stroke: #e6e6f2;
  stroke-width: 1px;
  stroke-dasharray: 2px;
}

.ct-grid-background {
  fill: none;
}

.ct-point {
  stroke-width: 9px;
  stroke-linecap: round;
}

.ct-line {
  fill: none;
  stroke-width: 3px;
}

.ct-area {
  stroke: none;
  fill-opacity: 0.3;
}

.ct-bar {
  fill: none;
  stroke-width: 10px;
}

.ct-slice-donut {
  fill: none;
  stroke-width: 60px;
}

.ct-series-a .ct-point {
  stroke: #5969ff;
}
.ct-series-a .ct-line {
  stroke: #5969ff;
}
.ct-series-a .ct-bar {
  stroke: #5969ff;
}
.ct-series-a .ct-slice-donut {
  stroke: #5969ff;
}
.ct-series-a .ct-slice-pie {
  fill: #5969ff;
}
.ct-series-a .ct-slice-donut-solid {
  fill: #5969ff;
}
.ct-series-a .ct-area {
  fill: #5969ff;
}

.ct-series-b .ct-point {
  stroke: #f0346e;
}
.ct-series-b .ct-line {
  stroke: #f0346e;
}
.ct-series-b .ct-bar {
  stroke: #f0346e;
}
.ct-series-b .ct-slice-donut {
  stroke: #f0346e;
}
.ct-series-b .ct-slice-pie {
  fill: #ff407b;
}
.ct-series-b .ct-slice-donut-solid {
  fill: #ff407b;
}
.ct-series-b .ct-area {
  fill: #ff407b;
}

.ct-series-c .ct-point {
  stroke: #17c0dc;
}
.ct-series-c .ct-line {
  stroke: #17c0dc;
}
.ct-series-c .ct-bar {
  stroke: #17c0dc;
}
.ct-series-c .ct-slice-donut {
  stroke: #17c0dc;
}
.ct-series-c .ct-slice-pie {
  fill: #ffe174;
}
.ct-series-c .ct-slice-donut-solid {
  fill: #ffe174;
}
.ct-series-c .ct-area {
  fill: #ffe174;
}

.ct-series-d .ct-point {
  stroke: #ffe174;
}
.ct-series-d .ct-line {
  stroke: #ffe174;
}
.ct-series-d .ct-bar {
  stroke: #ffe174;
}
.ct-series-d .ct-slice-donut {
  stroke: #ffe174;
}
.ct-series-d .ct-slice-pie {
  fill: #64ced3;
}
.ct-series-d .ct-slice-donut-solid {
  fill: #64ced3;
}
.ct-series-d .ct-area {
  fill: #64ced3;
}

.ct-series-e .ct-point {
  stroke: #ffa47f;
}
.ct-series-e .ct-line {
  stroke: #ffa47f;
}
.ct-series-e .ct-bar {
  stroke: #ffa47f;
}
.ct-series-e .ct-slice-donut {
  stroke: #ffa47f;
}
.ct-series-e .ct-slice-pie {
  fill: #ffa47f;
}
.ct-series-e .ct-slice-donut-solid {
  fill: #ffa47f;
}
.ct-series-e .ct-area {
  fill: #ffa47f;
}

.ct-series-f .ct-point {
  stroke: #b4f87b;
}
.ct-series-f .ct-line {
  stroke: #b4f87b;
}
.ct-series-f .ct-bar {
  stroke: #b4f87b;
}
.ct-series-f .ct-slice-donut {
  stroke: #b4f87b;
}
.ct-series-f .ct-slice-pie {
  fill: #ffa47f;
}
.ct-series-f .ct-slice-donut-solid {
  fill: #ffa47f;
}
.ct-series-f .ct-area {
  fill: #ffa47f;
}

.ct-series-g .ct-point {
  stroke: #c4a9f0;
}
.ct-series-g .ct-line {
  stroke: #c4a9f0;
}
.ct-series-g .ct-bar {
  stroke: #c4a9f0;
}
.ct-series-g .ct-slice-donut {
  stroke: #c4a9f0;
}
.ct-series-g .ct-slice-pie {
  fill: #0544d3;
}
.ct-series-g .ct-slice-donut-solid {
  fill: #0544d3;
}
.ct-series-g .ct-area {
  fill: #0544d3;
}

.ct-series-h .ct-point {
  stroke: #6b0392;
}
.ct-series-h .ct-line {
  stroke: #6b0392;
}
.ct-series-h .ct-bar {
  stroke: #6b0392;
}
.ct-series-h .ct-slice-donut {
  stroke: #6b0392;
}
.ct-series-h .ct-slice-pie {
  fill: #6b0392;
}
.ct-series-h .ct-slice-donut-solid {
  fill: #6b0392;
}
.ct-series-h .ct-area {
  fill: #6b0392;
}

.ct-series-i .ct-point {
  stroke: #f05b4f;
}
.ct-series-i .ct-line {
  stroke: #f05b4f;
}
.ct-series-i .ct-bar {
  stroke: #f05b4f;
}
.ct-series-i .ct-slice-donut {
  stroke: #f05b4f;
}
.ct-series-i .ct-slice-pie {
  fill: #f05b4f;
}
.ct-series-i .ct-slice-donut-solid {
  fill: #f05b4f;
}
.ct-series-i .ct-area {
  fill: #f05b4f;
}

.ct-series-j .ct-point {
  stroke: #dda458;
}
.ct-series-j .ct-line {
  stroke: #dda458;
}
.ct-series-j .ct-bar {
  stroke: #dda458;
}
.ct-series-j .ct-slice-donut {
  stroke: #dda458;
}
.ct-series-j .ct-slice-pie {
  fill: #dda458;
}
.ct-series-j .ct-slice-donut-solid {
  fill: #dda458;
}
.ct-series-j .ct-area {
  fill: #dda458;
}

.ct-series-k .ct-point {
  stroke: #eacf7d;
}
.ct-series-k .ct-line {
  stroke: #eacf7d;
}
.ct-series-k .ct-bar {
  stroke: #eacf7d;
}
.ct-series-k .ct-slice-donut {
  stroke: #eacf7d;
}
.ct-series-k .ct-slice-pie {
  fill: #eacf7d;
}
.ct-series-k .ct-slice-donut-solid {
  fill: #eacf7d;
}
.ct-series-k .ct-area {
  fill: #eacf7d;
}

.ct-series-l .ct-point {
  stroke: #86797d;
}
.ct-series-l .ct-line {
  stroke: #86797d;
}
.ct-series-l .ct-bar {
  stroke: #86797d;
}
.ct-series-l .ct-slice-donut {
  stroke: #86797d;
}
.ct-series-l .ct-slice-pie {
  fill: #86797d;
}
.ct-series-l .ct-slice-donut-solid {
  fill: #86797d;
}
.ct-series-l .ct-area {
  fill: #86797d;
}

.ct-series-m .ct-point {
  stroke: #b2c326;
}
.ct-series-m .ct-line {
  stroke: #b2c326;
}
.ct-series-m .ct-bar {
  stroke: #b2c326;
}
.ct-series-m .ct-slice-donut {
  stroke: #b2c326;
}
.ct-series-m .ct-slice-pie {
  fill: #b2c326;
}
.ct-series-m .ct-slice-donut-solid {
  fill: #b2c326;
}
.ct-series-m .ct-area {
  fill: #b2c326;
}

.ct-series-n .ct-point {
  stroke: #6188e2;
}
.ct-series-n .ct-line {
  stroke: #6188e2;
}
.ct-series-n .ct-bar {
  stroke: #6188e2;
}
.ct-series-n .ct-slice-donut {
  stroke: #6188e2;
}
.ct-series-n .ct-slice-pie {
  fill: #6188e2;
}
.ct-series-n .ct-slice-donut-solid {
  fill: #6188e2;
}
.ct-series-n .ct-area {
  fill: #6188e2;
}

.ct-series-o .ct-point {
  stroke: #a748ca;
}
.ct-series-o .ct-line {
  stroke: #a748ca;
}
.ct-series-o .ct-bar {
  stroke: #a748ca;
}
.ct-series-o .ct-slice-donut {
  stroke: #a748ca;
}
.ct-series-o .ct-slice-pie {
  fill: #a748ca;
}
.ct-series-o .ct-slice-donut-solid {
  fill: #a748ca;
}
.ct-series-o .ct-area {
  fill: #a748ca;
}

.ct-square {
  display: block;
  position: relative;
  width: 100%;
}
.ct-square:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 100%;
}
.ct-square:after {
  content: "";
  display: table;
  clear: both;
}
.ct-square > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-second {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 93.75%;
}
.ct-minor-second:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-second {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 88.8888888889%;
}
.ct-major-second:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-third {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 83.3333333333%;
}
.ct-minor-third:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-third {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 80%;
}
.ct-major-third:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-perfect-fourth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 75%;
}
.ct-perfect-fourth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-perfect-fourth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-perfect-fifth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 66.6666666667%;
}
.ct-perfect-fifth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-perfect-fifth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 62.5%;
}
.ct-minor-sixth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-golden-section {
  display: block;
  position: relative;
  width: 100%;
}
.ct-golden-section:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 50.804697%;
}
.ct-golden-section:after {
  content: "";
  display: table;
  clear: both;
}
.ct-golden-section > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 60%;
}
.ct-major-sixth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 56.25%;
}
.ct-minor-seventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 53.3333333333%;
}
.ct-major-seventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-octave {
  display: block;
  position: relative;
  width: 100%;
}
.ct-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 50%;
}
.ct-octave:after {
  content: "";
  display: table;
  clear: both;
}
.ct-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-tenth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 40%;
}
.ct-major-tenth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-tenth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-eleventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 37.5%;
}
.ct-major-eleventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-eleventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-twelfth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 33.3333333333%;
}
.ct-major-twelfth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-twelfth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-double-octave {
  display: block;
  position: relative;
  width: 100%;
}
.ct-double-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 25%;
}
.ct-double-octave:after {
  content: "";
  display: table;
  clear: both;
}
.ct-double-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/*  Larger Screen Styling */
.daterangepicker {
  position: absolute;
  color: #686972;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-size: 15px;
  line-height: 1em;
}
.daterangepicker:before {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}
.daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}
.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}
.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}
.daterangepicker .drp-calendar.right {
  padding: 8px;
}
.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}
.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}
.daterangepicker .calendar-table .next span {
  color: #fff;
  border: solid #3d3f5d;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid #3d3f5d;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.daterangepicker .calendar-table th {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}
.daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}
.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
.daterangepicker td.available:hover {
  background-color: #e6e6f2;
  border-color: transparent;
  color: #686972;
}
.daterangepicker th.available:hover {
  background-color: #e6e6f2;
  border-color: transparent;
  color: #686972;
}
.daterangepicker td.week {
  font-size: 80%;
  color: #e6e6f2;
}
.daterangepicker th.week {
  font-size: 80%;
  color: #e6e6f2;
}
.daterangepicker td.off {
  background-color: #fff;
  border-color: transparent;
  color: #71748d;
}
.daterangepicker td.off.in-range {
  background-color: #fff;
  border-color: transparent;
  color: #71748d;
}
.daterangepicker td.off.start-date {
  background-color: #fff;
  border-color: transparent;
  color: #71748d;
}
.daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #71748d;
}
.daterangepicker td.in-range {
  background-color: #f9f9ff;
  border-color: transparent;
  color: #2e2f39;
  border-radius: 0;
}
.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}
.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}
.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}
.daterangepicker td.active {
  background-color: #5969ff;
  border-color: transparent;
  color: #fff;
}
.daterangepicker td.active:hover {
  background-color: #5969ff;
  border-color: transparent;
  color: #fff;
}
.daterangepicker th.month {
  width: auto;
}
.daterangepicker td.disabled {
  color: #71748d;
  cursor: not-allowed;
  text-decoration: line-through;
}
.daterangepicker option.disabled {
  color: #71748d;
  cursor: not-allowed;
  text-decoration: line-through;
}
.daterangepicker select.monthselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
  margin-right: 2%;
  width: 56%;
}
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
  width: 40%;
}
.daterangepicker select.hourselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}
.daterangepicker select.minuteselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}
.daterangepicker select.secondselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}
.daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}
.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}
.daterangepicker .calendar-time select.disabled {
  color: #e6e6f2;
  cursor: not-allowed;
}
.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}
.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}
.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}
.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}
.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}
.daterangepicker .ranges li:hover {
  background-color: #e6e6f2;
}
.daterangepicker .ranges li.active {
  background-color: #25d5f2;
  color: #fff;
}

.daterangepicker.opensleft:before {
  right: 9px;
}
.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}
.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}
.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}
.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges {
  float: none;
}
.daterangepicker.single .drp-calendar {
  float: none;
}
.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}
.daterangepicker.show-calendar .drp-buttons {
  display: block;
}
.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker.show-ranges .drp-calendar.left {
  border-left: 1px solid #ddd;
}

@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 140px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  .daterangepicker.single.ltr .ranges {
    float: left;
  }
  .daterangepicker.single.ltr .drp-calendar {
    float: left;
  }
  .daterangepicker.single.rtl .ranges {
    float: right;
  }
  .daterangepicker.single.rtl .drp-calendar {
    float: right;
  }
  .daterangepicker.ltr {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker.ltr .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker.ltr .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-right: 8px;
  }
  .daterangepicker.ltr .drp-calendar.right {
    margin-left: 0;
  }
  .daterangepicker.ltr .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker.ltr .ranges {
    float: left;
  }
  .daterangepicker.ltr .drp-calendar {
    float: left;
  }
  .daterangepicker.rtl {
    direction: rtl;
    text-align: right;
  }
  .daterangepicker.rtl .drp-calendar.left {
    clear: right;
    margin-left: 0;
  }
  .daterangepicker.rtl .drp-calendar.left .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 12px;
  }
  .daterangepicker.rtl .drp-calendar.right {
    margin-right: 0;
  }
  .daterangepicker.rtl .drp-calendar.right .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker.rtl .ranges {
    text-align: right;
    float: right;
  }
  .daterangepicker.rtl .drp-calendar {
    text-align: right;
    float: right;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
  .daterangepicker.ltr .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
}
/* button  */
@keyframes dtb-spinner {
  100% {
    transform: rotate(360deg);
  }
}
div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: #fff;
  border: 2px solid #111;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}
div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f9f9ff;
}
div.dt-button-info > div {
  padding: 1em;
}

ul.dt-button-collection.dropdown-menu {
  display: block;
  z-index: 2002;
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}
ul.dt-button-collection.dropdown-menu > * {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
ul.dt-button-collection.dropdown-menu .dt-button {
  border-radius: 0;
}

ul.dt-button-collection.dropdown-menu.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0;
}

ul.dt-button-collection.dropdown-menu.fixed.two-column {
  margin-left: -150px;
}

ul.dt-button-collection.dropdown-menu.fixed.three-column {
  margin-left: -225px;
}

ul.dt-button-collection.dropdown-menu.fixed.four-column {
  margin-left: -300px;
}

ul.dt-button-collection.dropdown-menu.two-column {
  width: 300px;
  padding-bottom: 1px;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}

ul.dt-button-collection.dropdown-menu.three-column {
  width: 450px;
  padding-bottom: 1px;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}

ul.dt-button-collection.dropdown-menu.four-column {
  width: 600px;
  padding-bottom: 1px;
  -moz-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
}

ul.dt-button-collection {
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}
ul.dt-button-collection > * {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
ul.dt-button-collection .dt-button {
  border-radius: 0;
}

ul.dt-button-collection.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0;
  max-width: none;
}
ul.dt-button-collection.fixed:before {
  display: none;
}
ul.dt-button-collection.fixed:after {
  display: none;
}

ul.dt-button-collection.fixed.two-column {
  margin-left: -150px;
}

ul.dt-button-collection.fixed.three-column {
  margin-left: -225px;
}

ul.dt-button-collection.fixed.four-column {
  margin-left: -300px;
}

ul.dt-button-collection.two-column {
  width: 300px;
  padding-bottom: 1px;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}

ul.dt-button-collection.three-column {
  width: 450px;
  padding-bottom: 1px;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}

ul.dt-button-collection.four-column {
  width: 600px;
  padding-bottom: 1px;
  -moz-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
}

div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

div.dt-buttons button.btn.processing {
  color: rgba(0, 0, 0, 0.2);
}
div.dt-buttons button.btn.processing:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  box-sizing: border-box;
  display: block;
  content: " ";
  border: 2px solid #282828;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: dtb-spinner 1500ms infinite linear;
  -o-animation: dtb-spinner 1500ms infinite linear;
  -ms-animation: dtb-spinner 1500ms infinite linear;
  -webkit-animation: dtb-spinner 1500ms infinite linear;
  -moz-animation: dtb-spinner 1500ms infinite linear;
}
div.dt-buttons div.btn.processing {
  color: rgba(0, 0, 0, 0.2);
}
div.dt-buttons div.btn.processing:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  box-sizing: border-box;
  display: block;
  content: " ";
  border: 2px solid #282828;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: dtb-spinner 1500ms infinite linear;
  -o-animation: dtb-spinner 1500ms infinite linear;
  -ms-animation: dtb-spinner 1500ms infinite linear;
  -webkit-animation: dtb-spinner 1500ms infinite linear;
  -moz-animation: dtb-spinner 1500ms infinite linear;
}
div.dt-buttons a.btn.processing {
  color: rgba(0, 0, 0, 0.2);
}
div.dt-buttons a.btn.processing:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  box-sizing: border-box;
  display: block;
  content: " ";
  border: 2px solid #282828;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: dtb-spinner 1500ms infinite linear;
  -o-animation: dtb-spinner 1500ms infinite linear;
  -ms-animation: dtb-spinner 1500ms infinite linear;
  -webkit-animation: dtb-spinner 1500ms infinite linear;
  -moz-animation: dtb-spinner 1500ms infinite linear;
}

@media screen and (max-width: 767px) {
  div.dt-buttons {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 0.5em;
  }
  div.dt-buttons a.btn {
    float: none;
  }
}
/*  Table Datatable  */
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
}
table.dataTable td {
  box-sizing: content-box;
}
table.dataTable th {
  box-sizing: content-box;
}
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dataTables_empty {
  text-align: center;
}
table.dataTable thead > tr > th.sorting_asc {
  padding-right: 30px;
}
table.dataTable thead > tr > th.sorting_desc {
  padding-right: 30px;
}
table.dataTable thead > tr > th.sorting {
  padding-right: 30px;
}
table.dataTable thead > tr > td.sorting_asc {
  padding-right: 30px;
}
table.dataTable thead > tr > td.sorting_desc {
  padding-right: 30px;
}
table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}
table.dataTable thead > tr > th:active {
  outline: none;
}
table.dataTable thead > tr > td:active {
  outline: none;
}
table.dataTable thead .sorting {
  cursor: pointer;
  position: relative;
}
table.dataTable thead .sorting:before {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
  right: 1em;
  content: "↑";
}
table.dataTable thead .sorting:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
  right: 0.5em;
  content: "↓";
}
table.dataTable thead .sorting_asc {
  cursor: pointer;
  position: relative;
}
table.dataTable thead .sorting_asc:before {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
  right: 1em;
  content: "↑";
  opacity: 1;
}
table.dataTable thead .sorting_asc:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
  right: 0.5em;
  content: "↓";
}
table.dataTable thead .sorting_desc {
  cursor: pointer;
  position: relative;
}
table.dataTable thead .sorting_desc:before {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
  right: 1em;
  content: "↑";
}
table.dataTable thead .sorting_desc:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
  right: 0.5em;
  content: "↓";
  opacity: 1;
}
table.dataTable thead .sorting_asc_disabled {
  cursor: pointer;
  position: relative;
}
table.dataTable thead .sorting_asc_disabled:before {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
  right: 1em;
  content: "↑";
  opacity: 0;
}
table.dataTable thead .sorting_asc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
  right: 0.5em;
  content: "↓";
}
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
table.dataTable thead .sorting_desc_disabled:before {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
  right: 1em;
  content: "↑";
}
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
  right: 0.5em;
  content: "↓";
  opacity: 0;
}

table.dataTable.nowrap th {
  white-space: nowrap;
}
table.dataTable.nowrap td {
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}
div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody table thead .sorting:before {
  display: none;
}
div.dataTables_scrollBody table thead .sorting:after {
  display: none;
}
div.dataTables_scrollBody table thead .sorting_asc:before {
  display: none;
}
div.dataTables_scrollBody table thead .sorting_asc:after {
  display: none;
}
div.dataTables_scrollBody table thead .sorting_desc:before {
  display: none;
}
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}
div.dataTables_scrollBody table tbody tr:first-child th {
  border-top: none;
}
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

table.dataTable.table-sm > thead > tr > th {
  padding-right: 20px;
}
table.dataTable.table-sm .sorting:before {
  top: 5px;
  right: 0.85em;
}
table.dataTable.table-sm .sorting:after {
  top: 5px;
}
table.dataTable.table-sm .sorting_asc:before {
  top: 5px;
  right: 0.85em;
}
table.dataTable.table-sm .sorting_asc:after {
  top: 5px;
}
table.dataTable.table-sm .sorting_desc:before {
  top: 5px;
  right: 0.85em;
}
table.dataTable.table-sm .sorting_desc:after {
  top: 5px;
}

table.table-bordered.dataTable th {
  border-left-width: 0;
}
table.table-bordered.dataTable th:last-child {
  border-right-width: 0;
  border-right-width: 0;
}
table.table-bordered.dataTable td {
  border-left-width: 0;
}
table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
  border-right-width: 0;
}
table.table-bordered.dataTable tbody th {
  border-bottom-width: 0;
}
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
  padding-left: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length {
    text-align: center;
  }
  div.dataTables_wrapper div.dataTables_filter {
    text-align: center;
  }
  div.dataTables_wrapper div.dataTables_info {
    text-align: center;
  }
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}
/* Fixed Header */
table.dataTable.fixedHeader-floating {
  background-color: #fff;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  position: fixed !important;
}

table.dataTable.fixedHeader-locked {
  background-color: #fff;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  position: absolute !important;
}

@media print {
  table.fixedHeader-floating {
    display: none;
  }
}
/* Select Datatble */
table.dataTable tbody > tr.selected {
  background-color: #5969ff;
}
table.dataTable tbody > tr > .selected {
  background-color: #5969ff;
}
table.dataTable tbody td.select-checkbox {
  position: relative;
}
table.dataTable tbody td.select-checkbox:before {
  display: block;
  position: absolute;
  top: 1.2em;
  left: 50%;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  content: " ";
  margin-top: -6px;
  margin-left: -6px;
  border: 1px solid black;
  border-radius: 3px;
}
table.dataTable tbody td.select-checkbox:after {
  display: block;
  position: absolute;
  top: 1.2em;
  left: 50%;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
}
table.dataTable tbody th.select-checkbox {
  position: relative;
}
table.dataTable tbody th.select-checkbox:before {
  display: block;
  position: absolute;
  top: 1.2em;
  left: 50%;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  content: " ";
  margin-top: -6px;
  margin-left: -6px;
  border: 1px solid black;
  border-radius: 3px;
}
table.dataTable tbody th.select-checkbox:after {
  display: block;
  position: absolute;
  top: 1.2em;
  left: 50%;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
}
table.dataTable tbody tr.selected {
  color: #fff;
}
table.dataTable tbody tr.selected a {
  color: #25d5f2;
}
table.dataTable tbody th.selected {
  color: #fff;
}
table.dataTable tbody th.selected a {
  color: #25d5f2;
}
table.dataTable tbody td.selected {
  color: #fff;
}
table.dataTable tbody td.selected a {
  color: #25d5f2;
}
table.dataTable tr.selected td.select-checkbox:after {
  content: "✔";
  margin-top: -11px;
  margin-left: -4px;
  text-align: center;
  text-shadow: 1px 1px #b0bed9, -1px -1px #b0bed9, 1px -1px #b0bed9, -1px 1px #b0bed9;
}
table.dataTable tr.selected th.select-checkbox:after {
  content: "✔";
  margin-top: -11px;
  margin-left: -4px;
  text-align: center;
  text-shadow: 1px 1px #b0bed9, -1px -1px #b0bed9, 1px -1px #b0bed9, -1px 1px #b0bed9;
}

table.dataTable.stripe tbody > tr.odd.selected {
  background-color: #5969ff;
}
table.dataTable.stripe tbody > tr.odd > .selected {
  background-color: #5969ff;
}

table.dataTable.display tbody > tr.odd.selected {
  background-color: #5969ff;
}
table.dataTable.display tbody > tr.odd.selected > .sorting_1 {
  background-color: #5969ff;
}
table.dataTable.display tbody > tr.odd.selected > .sorting_2 {
  background-color: #5969ff;
}
table.dataTable.display tbody > tr.odd.selected > .sorting_3 {
  background-color: #5969ff;
}
table.dataTable.display tbody > tr.odd > .selected {
  background-color: #5969ff;
  background-color: #5969ff;
}
table.dataTable.display tbody > tr.selected:hover {
  background-color: #5969ff;
}
table.dataTable.display tbody > tr.selected:hover > .sorting_1 {
  background-color: #5969ff;
}
table.dataTable.display tbody > tr.selected:hover > .sorting_2 {
  background-color: #5969ff;
}
table.dataTable.display tbody > tr.selected:hover > .sorting_3 {
  background-color: #5969ff;
}
table.dataTable.display tbody > tr.selected > .sorting_1 {
  background-color: #5969ff;
}
table.dataTable.display tbody > tr.selected > .sorting_2 {
  background-color: #5969ff;
}
table.dataTable.display tbody > tr.selected > .sorting_3 {
  background-color: #5969ff;
}
table.dataTable.display tbody > tr > .selected {
  background-color: #5969ff;
}
table.dataTable.display tbody > tr > .selected:hover {
  background-color: #5969ff;
  background-color: #5969ff;
}
table.dataTable.display tbody > tr:hover > .selected {
  background-color: #5969ff;
}
table.dataTable.display tbody > tr.even.selected > .sorting_1 {
  background-color: #5969ff;
}
table.dataTable.display tbody > tr.even.selected > .sorting_2 {
  background-color: #25d5f2;
}
table.dataTable.display tbody > tr.even.selected > .sorting_3 {
  background-color: #25d5f2;
}
table.dataTable.display tbody > tr.even > .selected {
  background-color: #5969ff;
}

table.dataTable.hover tbody > tr.selected:hover {
  background-color: #5969ff;
}
table.dataTable.hover tbody > tr > .selected:hover {
  background-color: #5969ff;
}

table.dataTable.order-column tbody > tr.selected > .sorting_1 {
  background-color: #5969ff;
}
table.dataTable.order-column tbody > tr.selected > .sorting_2 {
  background-color: #5969ff;
}
table.dataTable.order-column tbody > tr.selected > .sorting_3 {
  background-color: #5969ff;
}
table.dataTable.order-column tbody > tr > .selected {
  background-color: #5969ff;
}

table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {
  background-color: #5969ff;
}
table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_2 {
  background-color: #5969ff;
}
table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_3 {
  background-color: #5969ff;
}
table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {
  background-color: #5969ff;
}
table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_2 {
  background-color: #25d5f2;
}
table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_3 {
  background-color: #25d5f2;
}
table.dataTable.order-column.stripe tbody > tr.odd > .selected {
  background-color: #5969ff;
}
table.dataTable.order-column.stripe tbody > tr.even > .selected {
  background-color: #5969ff;
}

table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_1 {
  background-color: #5969ff;
}
table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_2 {
  background-color: #5969ff;
}
table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_3 {
  background-color: #5969ff;
}
table.dataTable.order-column.hover tbody > tr:hover > .selected {
  background-color: #5969ff;
}
table.dataTable.order-column.hover tbody > tr > .selected:hover {
  background-color: #5969ff;
}

div.dataTables_wrapper span.select-info {
  margin-left: 0.5em;
}
div.dataTables_wrapper span.select-item {
  margin-left: 0.5em;
}

@media screen and (max-width: 640px) {
  div.dataTables_wrapper span.select-info {
    margin-left: 0;
    display: block;
  }
  div.dataTables_wrapper span.select-item {
    margin-left: 0;
    display: block;
  }
}
/* print  */
#hiderow {
  display: none;
}

.delete {
  display: none;
}

#page-wrap {
  margin: 0 auto;
  border: 1px solid #e6e6f2;
  padding: 0px 50px 0px 50px;
}

textarea {
  border: 0;
  overflow: hidden;
  resize: none;
}
textarea:hover {
  background-color: #dbdeff;
}
textarea:focus {
  background-color: #dbdeff;
}

table {
  border-collapse: collapse;
}

#customer {
  overflow: hidden;
}
#customer table td {
  border: 1px solid #e6e6f2;
  padding: 14px;
}
#customer table th {
  border: 1px solid #e6e6f2;
  padding: 14px;
}

#header {
  height: 15px;
  width: 100%;
  margin: 20px 0;
  background: #383c60;
  text-align: center;
  color: #fff;
  -webkit-text-decoration: uppercase;
          text-decoration: uppercase;
  letter-spacing: 11px;
  padding: 42px 0px;
  line-height: 10px;
  font-size: 18px;
}

#addressprint {
  width: 250px;
  height: 150px;
  float: left;
}

#logo {
  text-align: right;
  float: right;
  position: relative;
  margin-top: 25px;
  border: 1px solid #fff;
  max-width: 540px;
  max-height: 100px;
  overflow: hidden;
}
#logo:hover {
  border: 1px solid #000;
  margin-top: 0px;
  max-height: 125px;
}
#logo:hover #logoctr {
  display: block;
  text-align: right;
  line-height: 25px;
  background: #eee;
  padding: 0 5px;
}

#logo.edit {
  border: 1px solid #000;
  margin-top: 0px;
  max-height: 125px;
}
#logo.edit #logoctr {
  display: block;
  text-align: right;
  line-height: 25px;
  background: #eee;
  padding: 0 5px;
}

#logoctr {
  display: none;
}

#logohelp {
  text-align: left;
  display: none;
  font-style: italic;
  padding: 10px 5px;
}
#logohelp input {
  margin-bottom: 5px;
}

.edit #logohelp {
  display: block;
}
.edit #save-logo {
  display: inline;
}
.edit #cancel-logo {
  display: inline;
}
.edit #image {
  display: none;
}
.edit #change-logo {
  display: none;
}
.edit #delete-logo {
  display: none;
}

#save-logo {
  display: none;
}

#cancel-logo {
  display: none;
}

#customer-title {
  font-size: 20px;
  font-weight: bold;
  float: left;
}

#meta {
  margin-top: 1px;
  width: 300px;
  float: right;
}
#meta td {
  text-align: right;
}
#meta td textarea {
  width: 100%;
  height: 20px;
  text-align: right;
}
#meta td.meta-head {
  text-align: left;
  background: #f7f7ff;
}

#items {
  clear: both;
  width: 100%;
  margin: 30px 0 0 0;
  border: 1px solid #e6e6f2;
}
#items th {
  background: #f7f7ff;
}
#items textarea {
  width: 80px;
  height: 70px;
}
#items tr.item-row td {
  border: 0;
  vertical-align: top;
}
#items td.description {
  width: 300px;
}
#items td.description textarea {
  width: 100%;
}
#items td.item-name {
  width: 175px;
}
#items td.item-name textarea {
  width: 100%;
}
#items td.total-line {
  border-right: 0;
  text-align: right;
}
#items td.total-value {
  border-left: 0;
  padding: 10px;
}
#items td.total-value textarea {
  height: 20px;
  background: none;
}
#items td.total-value textarea:hover {
  background-color: #dbdeff;
}
#items td.total-value textarea:focus {
  background-color: #dbdeff;
}
#items td.balance {
  background: #f7f7ff;
}
#items td.blank {
  border: 0;
}

#terms {
  text-align: center;
  margin: 20px 0 0 0;
}
#terms h5 {
  text-transform: uppercase;
  font: 13px Helvetica, Sans-Serif;
  letter-spacing: 10px;
  border-bottom: 1px solid #e6e6f2;
  padding: 0 0 8px 0;
  margin: 0 0 8px 0;
}
#terms textarea {
  width: 100%;
  text-align: center;
}

.delete:hover {
  background-color: #dbdeff;
}

/* jvectormap */
.jvectormap-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.jvectormap-tip {
  position: absolute;
  display: none;
  border: solid 1px #4f5467;
  border-radius: 2px;
  background: #4f5467;
  color: #fff;
  font-family: "Open Sans", "sans-serif;";
  font-size: smaller;
  padding: 3px;
}

.jvectormap-zoomin {
  position: absolute;
  left: 10px;
  border-radius: 2px;
  background: #efeff6;
  padding: 5px;
  color: #5969ff;
  cursor: pointer;
  line-height: 20px;
  text-align: center;
  box-sizing: content-box;
  border: 1px solid #e2e2ef;
  width: 20px;
  height: 20px;
  top: 10px;
}

.jvectormap-zoomout {
  position: absolute;
  left: 10px;
  border-radius: 2px;
  background: #efeff6;
  padding: 5px;
  color: #5969ff;
  cursor: pointer;
  line-height: 20px;
  text-align: center;
  box-sizing: content-box;
  border: 1px solid #e2e2ef;
  width: 20px;
  height: 20px;
  top: 50px;
}

.jvectormap-goback {
  position: absolute;
  left: 10px;
  border-radius: 2px;
  background: #efeff6;
  padding: 5px;
  color: #5969ff;
  cursor: pointer;
  line-height: 20px;
  text-align: center;
  box-sizing: content-box;
  border: 1px solid #e2e2ef;
  bottom: 10px;
  z-index: 1000;
  padding: 6px;
}

.jvectormap-spinner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: center no-repeat url(data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==);
}

.jvectormap-legend-title {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

.jvectormap-legend-cnt {
  position: absolute;
}

.jvectormap-legend-cnt-h {
  bottom: 0;
  right: 0;
}
.jvectormap-legend-cnt-h .jvectormap-legend {
  float: left;
  margin: 0 10px 10px 0;
  padding: 3px 3px 1px 3px;
}
.jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick {
  float: left;
}
.jvectormap-legend-cnt-h .jvectormap-legend-tick {
  width: 40px;
}
.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample {
  height: 15px;
}
.jvectormap-legend-cnt-h .jvectormap-legend-tick-text {
  text-align: center;
}

.jvectormap-legend-cnt-v {
  top: 0;
  right: 0;
}
.jvectormap-legend-cnt-v .jvectormap-legend {
  margin: 10px 10px 0 0;
  padding: 3px;
}
.jvectormap-legend-cnt-v .jvectormap-legend-tick-sample {
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}
.jvectormap-legend-cnt-v .jvectormap-legend-tick-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  padding-left: 3px;
}

.jvectormap-legend {
  background: black;
  color: #fff;
  border-radius: 3px;
}

.jvectormap-legend-tick-text {
  font-size: 12px;
}

/* bootstrap Select */
@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0 ; /*IE9 and below*/
  vertical-align: middle;
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #686972;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: #686972;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}
.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .bootstrap-select.is-invalid .dropdown-toggle, .was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #ef172c;
}
.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #2ec551;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}
.form-inline .bootstrap-select, .form-inline .bootstrap-select.form-control:not([class*=col-]) {
  width: auto;
}
.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*=col-].dropdown-menu-right, .row .bootstrap-select[class*=col-].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select, .form-horizontal .bootstrap-select, .form-group .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle, .bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.563rem 0.875rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.563rem 0.563rem;
}
.form-inline .bootstrap-select .form-control {
  width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  flex: 0 1 auto;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*=col-] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
  color: #686972 !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: rgb(245, 245, 245);
  border: 1px solid rgb(227, 227, 227);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu .notify.fadeOut {
  animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: " ";
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #e6e6f2;
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid #e6e6f2;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/*   Bootstrap TouchSpin - v4.2.5 */
.bootstrap-touchspin .input-group-btn-vertical {
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 11;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn {
  position: absolute;
  right: 0;
  height: 50%;
  padding: 0;
  width: 2em;
  text-align: center;
  line-height: 1;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0 4px 0 0;
  top: 0;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0 0 4px 0;
  bottom: 0;
}

/*
  FullCalendar v3.9.0

 */
#calendar1 {
  margin: 0 auto;
}

#wrap {
  margin: 0 auto;
}

#external-events {
  float: left;
  width: 270px;
  padding: 0 20px;
  border: 1px solid #e0e4ef;
  background: #f9f9ff;
  text-align: left;
  border-radius: 4px;
}
#external-events h4 {
  font-size: 16px;
  margin-top: 0;
  padding-top: 1em;
}
#external-events .fc-event {
  margin: 10px 0;
  cursor: pointer;
}
#external-events p {
  margin: 1.5em 0;
  font-size: 11px;
  color: #666;
}
#external-events p input {
  margin: 0;
  vertical-align: middle;
}

#calendar {
  float: right;
  width: 1240px;
}

.fc {
  direction: ltr;
  text-align: left;
}
.fc button {
  box-sizing: border-box;
  margin: 0;
  height: 2.1em;
  padding: 0 0.6em;
  font-size: 1em;
  white-space: nowrap;
  cursor: pointer;
}
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}
.fc button .fc-icon {
  position: relative;
  top: -0.2em;
  margin: 0 0.2em;
  vertical-align: middle;
}
.fc .fc-button-group > * {
  float: left;
  margin: 0 0 0 -1px;
}
.fc table {
  width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
}
.fc th {
  text-align: center;
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
  color: #71748d;
}
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
  color: #71748d;
}
.fc td.fc-today {
  border-style: double;
}
.fc .fc-row {
  border-style: solid;
  border-width: 0;
}
.fc .fc-row .fc-content-skeleton table {
  background: none;
  border-color: transparent;
}
.fc .fc-row .fc-content-skeleton td {
  background: none;
  border-color: transparent;
}
.fc .fc-row .fc-helper-skeleton td {
  background: none;
  border-color: transparent;
}
.fc .fc-toolbar > * > * {
  float: left;
  margin-left: 0.75em;
}
.fc .fc-axis {
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}
.fc .fc-list-table {
  table-layout: auto;
}

.fc-rtl {
  text-align: right;
}
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}
.fc-rtl .fc-popover .fc-header .fc-title {
  float: right;
}
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
}
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
}
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
}
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
}
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
}
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
}
.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}
.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}
.fc-rtl .fc-axis {
  text-align: left;
}
.fc-rtl .fc-time-grid .fc-event-container {
  margin: 0 2px 0 2.5%;
}
.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.fc-rtl .fc-list-view {
  direction: rtl;
}
.fc-rtl .fc-list-heading-main {
  float: right;
}
.fc-rtl .fc-list-heading-alt {
  float: left;
}
.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}

body .fc {
  font-size: 1em;
}

.fc-highlight {
  background: #414da7;
  opacity: 0.3;
}

.fc-bgevent {
  background: #414da7;
  opacity: 0.3;
}

.fc-nonbusiness {
  background: #d7d7d7;
}

.fc-state-default {
  border: 1px solid;
  color: #2e2f39;
  background-color: transparent;
  border-color: #e6e6f2;
}

.fc-state-default.fc-corner-left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.fc-state-hover {
  color: #2e2f39;
  background-color: #f9f9ff;
  color: #2e2f39;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.1s linear;
}

.fc-state-down {
  color: #2e2f39;
  background-color: #f9f9ff;
}

.fc-state-active {
  color: #2e2f39;
  background-color: #f9f9ff;
}

.fc-state-disabled {
  color: #2e2f39;
  background-color: #f9f9ff;
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none;
}

.fc-button-group {
  display: inline-block;
}

.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.fc-popover .fc-header {
  padding: 2px 4px;
}
.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}
.fc-popover .fc-header .fc-close {
  cursor: pointer;
}
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
}

.fc-ltr .fc-popover .fc-header .fc-title {
  float: left;
}
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}
.fc-ltr .fc-h-event.fc-not-start {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fc-ltr .fc-h-event.fc-not-end {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-ltr .fc-h-event .fc-start-resizer {
  cursor: w-resize;
  left: -1px;
}
.fc-ltr .fc-h-event .fc-end-resizer {
  cursor: e-resize;
  right: -1px;
}
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer {
  margin-left: -4px;
}
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer {
  margin-right: -4px;
}
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-left: -2px;
}
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-right: -2px;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0;
}
.fc-ltr .fc-axis {
  text-align: right;
}
.fc-ltr .fc-time-grid .fc-event-container {
  margin: 0 2.5% 0 2px;
}
.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.fc-ltr .fc-list-heading-main {
  float: left;
}
.fc-ltr .fc-list-heading-alt {
  float: right;
}
.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}

.fc-divider {
  border-style: solid;
  border-width: 1px;
}

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  border-width: 1px 0;
}

.fc-clear {
  clear: both;
}

.fc-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fc-bg table {
  height: 100%;
}

.fc-bgevent-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-highlight-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-helper-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

a[data-goto] {
  cursor: pointer;
}
a[data-goto]:hover {
  text-decoration: underline;
}

.fc-row {
  position: relative;
}
.fc-row table {
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  border-bottom: 0 hidden transparent;
}
.fc-row:first-child table {
  border-top: 0 hidden transparent;
}
.fc-row .fc-bg {
  z-index: 1;
}
.fc-row .fc-bgevent-skeleton {
  bottom: 0;
  z-index: 2;
}
.fc-row .fc-bgevent-skeleton table {
  height: 100%;
}
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  z-index: 3;
}
.fc-row .fc-highlight-skeleton table {
  height: 100%;
}
.fc-row .fc-highlight-skeleton td {
  border-color: transparent;
}
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
}
.fc-row .fc-content-skeleton td {
  border-bottom: 0;
}
.fc-row .fc-content-skeleton tbody td {
  border-top: 0;
}
.fc-row .fc-helper-skeleton {
  z-index: 5;
}
.fc-row .fc-helper-skeleton td {
  border-bottom: 0;
}
.fc-row .fc-helper-skeleton tbody td {
  border-top: 0;
}

.fc-scroller {
  -webkit-overflow-scrolling: touch;
}
.fc-scroller > .fc-day-grid {
  position: relative;
  width: 100%;
}
.fc-scroller > .fc-time-grid {
  position: relative;
  width: 100%;
}

.fc-event {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 2;
  border-radius: 2px;
  border: 1px solid #5969ff;
  padding: 10px 15px;
  background-color: #5969ff;
  color: #fff;
  text-decoration: none;
}
.fc-event:hover {
  color: #fff;
  text-decoration: none;
}
.fc-event .fc-bg {
  z-index: 1;
  background: #fff;
  opacity: 0.25;
}
.fc-event .fc-content {
  position: relative;
  z-index: 2;
}
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
  display: none;
}

.fc-event-dot {
  background-color: #5969ff;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

.fc-event[href] {
  cursor: pointer;
}

.fc-event.fc-draggable {
  cursor: pointer;
}

.fc-not-allowed {
  cursor: not-allowed;
}
.fc-not-allowed .fc-event {
  cursor: not-allowed;
}

.fc-event.fc-allow-mouse-resize .fc-resizer {
  display: block;
}

.fc-event.fc-selected {
  z-index: 9999 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.fc-event.fc-selected .fc-resizer {
  display: block;
}
.fc-event.fc-selected .fc-resizer:before {
  content: "";
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}

.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}
.fc-h-event.fc-selected .fc-resizer {
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: #71748d;
  background: #fff;
  top: 50%;
  margin-top: -4px;
}

.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  bottom: -1px;
}

.fc-day-grid-event {
  margin: 1px 2px 0;
  padding: 2px 8px;
}
.fc-day-grid-event .fc-content {
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
}
.fc-day-grid-event .fc-time {
  font-weight: bold;
}

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
}

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: #000;
  opacity: 0.25;
}

a.fc-more {
  margin: 1px 3px;
  font-size: 0.85em;
  cursor: pointer;
  text-decoration: none;
}
a.fc-more:hover {
  text-decoration: underline;
}

.fc-limited {
  display: none;
}

.fc-day-grid .fc-row {
  z-index: 1;
}

.fc-more-popover {
  z-index: 2;
  width: 220px;
}
.fc-more-popover .fc-event-container {
  padding: 10px;
}

.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.fc-unthemed th {
  padding: 10px;
  color: #2e2f39;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-color: #e6e6f2;
}
.fc-unthemed td {
  border-color: #e6e6f2;
}
.fc-unthemed thead {
  border-color: #e6e6f2;
}
.fc-unthemed tbody {
  border-color: #e6e6f2;
}
.fc-unthemed .fc-divider {
  border-color: #e6e6f2;
  background: #efeff6;
}
.fc-unthemed .fc-row {
  border-color: #e6e6f2;
}
.fc-unthemed .fc-content {
  border-color: #e6e6f2;
}
.fc-unthemed .fc-popover {
  border-color: #e6e6f2;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
}
.fc-unthemed .fc-popover .fc-header {
  background: #efeff6;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #e3e3eb;
  font-size: 0.9em;
  margin-top: 2px;
}
.fc-unthemed .fc-list-view {
  border-color: #e6e6f2;
}
.fc-unthemed .fc-list-heading td {
  border-color: #e6e6f2;
  background: #efeff6;
}
.fc-unthemed td.fc-today {
  background: #fcf8e3;
}
.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: 0.3;
}
.fc-unthemed .fc-list-item:hover td {
  background-color: #f9f9ff;
}
.fc-unthemed .fc-list-empty {
  background-color: #e6e6f2;
}

.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Open Sans", "sans-serif;";
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fc-icon:after {
  position: relative;
}

.fc-icon-left-single-arrow:after {
  content: "‹";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

.fc-icon-right-single-arrow:after {
  content: "›";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

.fc-icon-left-double-arrow:after {
  content: "«";
  font-size: 160%;
  top: -7%;
}

.fc-icon-right-double-arrow:after {
  content: "»";
  font-size: 160%;
  top: -7%;
}

.fc-icon-left-triangle:after {
  content: "◄";
  font-size: 125%;
  top: 3%;
}

.fc-icon-right-triangle:after {
  content: "►";
  font-size: 125%;
  top: 3%;
}

.fc-icon-down-triangle:after {
  content: "▼";
  font-size: 125%;
  top: 2%;
}

.fc-icon-x:after {
  content: "×";
  font-size: 200%;
  top: 6%;
}

.ui-widget .fc-disabled-day {
  background-image: none;
}
.ui-widget .fc-event {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}
.ui-widget td.fc-axis {
  font-weight: normal;
}

.fc-time-grid {
  position: relative;
  z-index: 1;
  min-height: 100%;
}
.fc-time-grid .fc-slats {
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-slats .ui-widget-content {
  background: none;
}
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
}
.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}
.fc-time-grid table {
  border: 0 hidden transparent;
}
.fc-time-grid > .fc-bg {
  z-index: 1;
}
.fc-time-grid > hr {
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-content-col {
  position: relative;
}
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}
.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3;
  position: relative;
}
.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}
.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
  border-top-width: 1px;
  left: 0;
  right: 0;
}
.fc-time-grid .fc-helper-container {
  position: relative;
  z-index: 6;
}
.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
}
.fc-time-grid .fc-event {
  position: absolute;
  z-index: 1;
}
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
}
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
}

.fc.fc-bootstrap3 a {
  text-decoration: none;
}
.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline;
}

.fc-bootstrap3 hr.fc-divider {
  border-color: #71748d;
}
.fc-bootstrap3 .fc-today.alert {
  border-radius: 0;
}
.fc-bootstrap3 .fc-popover .panel-body {
  padding: 0;
}
.fc-bootstrap3 .fc-time-grid .fc-slats table {
  background: none;
}

.fc.fc-bootstrap4 a {
  text-decoration: none;
}
.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline;
}

.fc-bootstrap4 hr.fc-divider {
  border-color: #71748d;
}
.fc-bootstrap4 .fc-today.alert {
  border-radius: 0;
}
.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff;
}
.fc-bootstrap4 .fc-popover.card {
  position: absolute;
}
.fc-bootstrap4 .fc-popover .card-body {
  padding: 0;
}
.fc-bootstrap4 .fc-time-grid .fc-slats table {
  background: none;
}

.fc-toolbar {
  text-align: center;
}
.fc-toolbar .fc-left {
  float: left;
}
.fc-toolbar .fc-right {
  float: right;
}
.fc-toolbar .fc-center {
  display: inline-block;
}
.fc-toolbar h2 {
  margin: 0;
}
.fc-toolbar button {
  position: relative;
}
.fc-toolbar button:focus {
  z-index: 5;
}
.fc-toolbar .fc-state-hover {
  z-index: 2;
}
.fc-toolbar .ui-state-hover {
  z-index: 2;
}
.fc-toolbar .fc-state-down {
  z-index: 3;
}
.fc-toolbar .fc-state-active {
  z-index: 4;
}
.fc-toolbar .ui-state-active {
  z-index: 4;
}

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em;
}

.fc-view-container * {
  box-sizing: content-box;
}
.fc-view-container *:before {
  box-sizing: content-box;
}
.fc-view-container *:after {
  box-sizing: content-box;
}

.fc-view {
  position: relative;
  z-index: 1;
}
.fc-view > table {
  position: relative;
  z-index: 1;
}

.fc-basicWeek-view .fc-content-skeleton {
  padding-bottom: 1em;
}

.fc-basicDay-view .fc-content-skeleton {
  padding-bottom: 1em;
}

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
}
.fc-basic-view .fc-week-number {
  padding: 2px;
}
.fc-basic-view .fc-day-number {
  padding: 2px;
}
.fc-basic-view th.fc-week-number {
  padding: 0 2px;
}
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
}
.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f9f9ff;
  color: #666;
}
.fc-basic-view td.fc-week-number {
  text-align: center;
}
.fc-basic-view td.fc-week-number > * {
  display: inline-block;
  min-width: 1.25em;
}

.fc-row.fc-rigid {
  overflow: hidden;
}
.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-day-top.fc-other-month {
  opacity: 0.3;
}

.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
}
.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
}
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
}

.fc-time-grid-container {
  position: relative;
  z-index: 1;
}

.fc-v-event.fc-not-start {
  border-top-width: 0;
  padding-top: 1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
  border-bottom-width: 0;
  padding-bottom: 1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-time-grid-event {
  overflow: hidden;
}
.fc-time-grid-event .fc-content {
  overflow: hidden;
}
.fc-time-grid-event .fc-time {
  padding: 0 1px;
  font-size: 0.85em;
  white-space: nowrap;
}
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}

.fc-time-grid-event.fc-selected {
  overflow: visible;
}
.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
}
.fc-time-grid-event.fc-selected .fc-resizer {
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: #71748d;
  background: #fff;
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
}

.fc-time-grid-event.fc-short .fc-content {
  white-space: nowrap;
}
.fc-time-grid-event.fc-short .fc-time {
  display: inline-block;
  vertical-align: top;
}
.fc-time-grid-event.fc-short .fc-time span {
  display: none;
}
.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
}
.fc-time-grid-event.fc-short .fc-time:after {
  content: " - ";
}
.fc-time-grid-event.fc-short .fc-title {
  display: inline-block;
  vertical-align: top;
  font-size: 0.85em;
  padding: 0;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  text-align: center;
  cursor: s-resize;
}
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}

.fc-list-view {
  border-width: 1px;
  border-style: solid;
}

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}
.fc-list-table tr:first-child td {
  border-top-width: 0;
}

.fc-list-heading {
  border-bottom-width: 1px;
}
.fc-list-heading td {
  font-weight: bold;
}

.fc-list-item.fc-has-url {
  cursor: pointer;
}

.fc-list-item-marker {
  white-space: nowrap;
  width: 1px;
}

.fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}

.fc-list-item-title a {
  text-decoration: none;
  color: #5969ff;
}
.fc-list-item-title a[href]:hover {
  text-decoration: underline;
}

.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* Gauge */
#gauge1,
#gauge2,
#gauge3,
#gauge4 {
  width: 100% !important;
  height: auto !important;
}

/* Colorpicker */
.minicolors {
  position: relative;
}
.minicolors input[type=hidden] + .minicolors-swatch {
  width: 28px;
  position: static;
  cursor: pointer;
}
.minicolors input[type=hidden][disabled] + .minicolors-swatch {
  cursor: default;
}
.minicolors .minicolors-grid {
  position: relative;
  top: 1px;
  left: 1px;
  width: 150px;
  height: 150px;
  background-position: -120px 0;
  cursor: crosshair;
}
.minicolors .minicolors-grid-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
}

.minicolors-sprite {
  background-image: url(../../../../node_modules/@claviska/jquery-minicolors/jquery.minicolors.png);
}

.minicolors-swatch {
  position: absolute;
  vertical-align: middle;
  background-position: -80px 0;
  border: solid 1px #e6e6f2;
  cursor: text;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.minicolors-swatch-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.minicolors-panel {
  position: absolute;
  width: 173px;
  background: white;
  border: solid 1px #ccc;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 99999;
  box-sizing: content-box;
  display: none;
}

.minicolors-panel.minicolors-visible {
  display: block;
}

.minicolors-position-top .minicolors-panel {
  top: -154px;
}

.minicolors-position-right .minicolors-panel {
  right: 0;
}

.minicolors-position-bottom .minicolors-panel {
  top: auto;
}

.minicolors-position-left .minicolors-panel {
  left: 0;
}

.minicolors-with-opacity .minicolors-panel {
  width: 194px;
}
.minicolors-with-opacity .minicolors-opacity-slider {
  display: block;
}
.minicolors-with-opacity .minicolors-swatches .minicolors-swatch {
  margin-right: 7px;
}

.minicolors-slider-saturation .minicolors-grid {
  background-position: -420px 0;
}
.minicolors-slider-saturation .minicolors-grid-inner {
  background-position: -270px 0;
  background-image: inherit;
}
.minicolors-slider-saturation .minicolors-slider {
  background-position: -60px 0;
}

.minicolors-slider-brightness .minicolors-grid {
  background-position: -570px 0;
}
.minicolors-slider-brightness .minicolors-grid-inner {
  background-color: #2e2f39;
}
.minicolors-slider-brightness .minicolors-slider {
  background-position: -20px 0;
}

.minicolors-slider-wheel .minicolors-grid {
  background-position: -720px 0;
}
.minicolors-slider-wheel .minicolors-slider {
  background-position: -20px 0;
}

.minicolors-slider {
  position: absolute;
  top: 1px;
  left: 152px;
  width: 20px;
  height: 150px;
  background-color: #fff;
  background-position: 0 0;
  cursor: row-resize;
}

.minicolors-opacity-slider {
  position: absolute;
  top: 1px;
  left: 152px;
  width: 20px;
  height: 150px;
  background-color: #fff;
  background-position: 0 0;
  cursor: row-resize;
  left: 173px;
  background-position: -40px 0;
  display: none;
}

.minicolors-grid .minicolors-picker {
  position: absolute;
  top: 70px;
  left: 70px;
  width: 12px;
  height: 12px;
  border: solid 1px black;
  border-radius: 10px;
  margin-top: -6px;
  margin-left: -6px;
  background: none;
}
.minicolors-grid .minicolors-picker > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  border: solid 2px white;
  box-sizing: content-box;
}

.minicolors-picker {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 2px;
  background: white;
  border: solid 1px black;
  margin-top: -2px;
  box-sizing: content-box;
}

.minicolors-swatches {
  margin: 5px 0 3px 5px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.minicolors-swatches li {
  margin: 5px 0 3px 5px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.minicolors-swatches .minicolors-swatch {
  position: relative;
  float: left;
  cursor: pointer;
  margin: 0 4px 0 0;
}

.minicolors-swatch.selected {
  border-color: #2e2f39;
}

.minicolors-inline {
  display: inline-block;
}
.minicolors-inline .minicolors-input {
  display: none !important;
}
.minicolors-inline .minicolors-panel {
  position: relative;
  top: auto;
  left: auto;
  box-shadow: none;
  z-index: auto;
  display: inline-block;
}

.minicolors-theme-default .minicolors-swatch {
  top: 5px;
  left: 5px;
  width: 18px;
  height: 18px;
}
.minicolors-theme-default .minicolors-swatches .minicolors-swatch {
  margin-bottom: 2px;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
}
.minicolors-theme-default .minicolors-input {
  height: 20px;
  width: auto;
  display: inline-block;
  padding-left: 26px;
}

.minicolors-theme-default.minicolors-position-right .minicolors-swatch {
  left: auto;
  right: 5px;
}
.minicolors-theme-default.minicolors-position-right .minicolors-input {
  padding-right: 26px;
  padding-left: inherit;
}

.minicolors-theme-default.minicolors {
  width: auto;
  display: inline-block;
}

.minicolors-theme-bootstrap .minicolors-swatch {
  z-index: 2;
  top: 7px;
  left: 8px;
  width: 28px;
  height: 28px;
  border-radius: 3px;
}
.minicolors-theme-bootstrap .minicolors-swatches .minicolors-swatch {
  margin-bottom: 2px;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
}
.minicolors-theme-bootstrap .minicolors-swatch-color {
  border-radius: inherit;
}
.minicolors-theme-bootstrap .minicolors-input {
  float: none;
  padding-left: 44px;
  line-height: 2;
}
.minicolors-theme-bootstrap .minicolors-input.input-lg + .minicolors-swatch {
  top: 4px;
  left: 4px;
  width: 37px;
  height: 37px;
  border-radius: 5px;
}
.minicolors-theme-bootstrap .minicolors-input.input-sm + .minicolors-swatch {
  width: 24px;
  height: 24px;
}
.minicolors-theme-bootstrap .minicolors-input.input-xs + .minicolors-swatch {
  width: 18px;
  height: 18px;
}

.minicolors-theme-bootstrap.minicolors-position-right > .minicolors-swatch {
  left: auto;
  right: 3px;
}
.minicolors-theme-bootstrap.minicolors-position-right .minicolors-input {
  padding-right: 44px;
  padding-left: 12px;
}

.input-group .minicolors-theme-bootstrap:not(:first-child) .minicolors-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.minicolors-theme-semanticui .minicolors-swatch {
  top: 0;
  left: 0;
  padding: 18px;
}
.minicolors-theme-semanticui input {
  text-indent: 30px;
}

/* Cropper */
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cropper-container img {
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

.cropper-canvas {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}

.cropper-crop-box {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cropper-drag-box {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  opacity: 0;
}

.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #2e2f39;
  opacity: 0.5;
}

.cropper-wrap-box {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}

.cropper-view-box {
  display: block;
  height: 100%;
  outline-color: #5969ff;
  outline: 1px solid #39f;
  overflow: hidden;
  width: 100%;
}

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}

.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: 33.33333%;
  left: 0;
  top: 33.33333%;
  width: 100%;
}

.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: 33.33333%;
  top: 0;
  width: 33.33333%;
}

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}
.cropper-center:after {
  background-color: #e6e6f2;
  content: " ";
  display: block;
  position: absolute;
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}
.cropper-center:before {
  background-color: #e6e6f2;
  content: " ";
  display: block;
  position: absolute;
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}

.cropper-face {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  left: 0;
  top: 0;
}

.cropper-line {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
  background-color: #5969ff;
}

.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
  background-color: #5969ff;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}

.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}

.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}

.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}

.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}

.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}

.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}

.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}

.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}

.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}

.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}
.cropper-point.point-se:before {
  background-color: #5969ff;
  bottom: -50%;
  content: " ";
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box {
  cursor: not-allowed;
}
.cropper-disabled .cropper-face {
  cursor: not-allowed;
}
.cropper-disabled .cropper-line {
  cursor: not-allowed;
}
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}

@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}
@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}
@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: 0.75;
    width: 5px;
  }
}
/* Bootstrap Datepicker */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 14rem;
}
@media (min-width: 576px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: "";
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #e6e6f2;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #e6e6f2;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.float-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.float-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.wider {
  width: 16rem;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after {
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after {
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after {
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after {
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after {
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after {
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action=clear]::after {
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action=today]::after {
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #666;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #f9f9ff;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: #666;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background: #f9f9ff;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #666;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: "";
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #5969ff;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #5969ff;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #666;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #f9f9ff;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #5969ff;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #666;
}
.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #666;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.input-group [data-toggle=datetimepicker] {
  cursor: pointer;
}

/* summernote  */
@font-face {
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/font/summernote.eot?e557617934c52ea068954af79ed7c221");
  src: url("../fonts/font/summernote.eot?#iefix") format("embedded-opentype"), url("../fonts/font/summernote.woff?e557617934c52ea068954af79ed7c221") format("woff"), url("../fonts/font/summernote.ttf?e557617934c52ea068954af79ed7c221") format("truetype");
}
[class^=note-icon-]:before {
  display: inline-block;
  font: normal normal normal 14px summernote;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  speak: none;
  -moz-osx-font-smoothing: grayscale;
}

[class*=" note-icon-"]:before {
  display: inline-block;
  font: normal normal normal 14px summernote;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  speak: none;
  -moz-osx-font-smoothing: grayscale;
}

.note-icon-align-center:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f101";
}

.note-icon-align-indent:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f102";
}

.note-icon-align-justify:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f103";
}

.note-icon-align-left:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f104";
}

.note-icon-align-outdent:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f105";
}

.note-icon-align-right:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f106";
}

.note-icon-align:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f107";
}

.note-icon-arrow-circle-down:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f108";
}

.note-icon-arrow-circle-left:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f109";
}

.note-icon-arrow-circle-right:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f10a";
}

.note-icon-arrow-circle-up:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f10b";
}

.note-icon-arrows-alt:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f10c";
}

.note-icon-arrows-h:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f10d";
}

.note-icon-arrows-v:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f10e";
}

.note-icon-bold:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f10f";
}

.note-icon-caret:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f110";
}

.note-icon-chain-broken:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f111";
}

.note-icon-circle:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f112";
}

.note-icon-close:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f113";
}

.note-icon-code:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f114";
}

.note-icon-col-after:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f115";
}

.note-icon-col-before:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f116";
}

.note-icon-col-remove:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f117";
}

.note-icon-eraser:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f118";
}

.note-icon-font:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f119";
}

.note-icon-frame:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f11a";
}

.note-icon-italic:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f11b";
}

.note-icon-link:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f11c";
}

.note-icon-magic:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f11d";
}

.note-icon-menu-check:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f11e";
}

.note-icon-minus:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f11f";
}

.note-icon-orderedlist:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f120";
}

.note-icon-pencil:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f121";
}

.note-icon-picture:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f122";
}

.note-icon-question:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f123";
}

.note-icon-redo:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f124";
}

.note-icon-row-above:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f125";
}

.note-icon-row-below:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f126";
}

.note-icon-row-remove:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f127";
}

.note-icon-special-character:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f128";
}

.note-icon-square:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f129";
}

.note-icon-strikethrough:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f12a";
}

.note-icon-subscript:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f12b";
}

.note-icon-summernote:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f12c";
}

.note-icon-superscript:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f12d";
}

.note-icon-table:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f12e";
}

.note-icon-text-height:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f12f";
}

.note-icon-trash:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f130";
}

.note-icon-underline:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f131";
}

.note-icon-undo:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f132";
}

.note-icon-unorderedlist:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f133";
}

.note-icon-video:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f134";
}

.note-editor {
  position: relative;
}
.note-editor .note-dropzone {
  position: absolute;
  z-index: 100;
  display: none;
  color: #5969ff;
  background-color: #fff;
  opacity: 0.95;
}
.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.note-editor .note-dropzone.hover {
  color: #5969ff;
}
.note-editor .note-editing-area {
  position: relative;
}
.note-editor .note-editing-area .note-editable {
  outline: 0;
}
.note-editor .note-editing-area .note-editable sup {
  vertical-align: super;
}
.note-editor .note-editing-area .note-editable sub {
  vertical-align: sub;
}
.note-editor .note-editing-area img.note-float-left {
  margin-right: 10px;
}
.note-editor .note-editing-area img.note-float-right {
  margin-left: 10px;
}

.note-editor.dragover .note-dropzone {
  display: table;
}

.note-editor.note-frame {
  border: 1px solid #e6e6f2;
}
.note-editor.note-frame .note-editing-area {
  overflow: hidden;
}
.note-editor.note-frame .note-editing-area .note-editable {
  padding: 10px;
  overflow: auto;
  color: #2e2f39;
  word-wrap: break-word;
  background-color: #fff;
}
.note-editor.note-frame .note-editing-area .note-editable[contenteditable=false] {
  background-color: #e6e6f2;
}
.note-editor.note-frame .note-editing-area .note-codable {
  display: none;
  width: 100%;
  padding: 10px;
  margin-bottom: 0;
  font-family: Menlo, Monaco, monospace, sans-serif;
  font-size: 14px;
  color: #e6e6f2;
  background-color: #2e2f39;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
}
.note-editor.note-frame .note-statusbar {
  background-color: #f9f9ff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.note-editor.note-frame .note-statusbar .note-resizebar {
  width: 100%;
  height: 8px;
  padding-top: 1px;
  cursor: ns-resize;
}
.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
  width: 20px;
  margin: 1px auto;
  border-top: 1px solid #a9a9a9;
}
.note-editor.note-frame .note-placeholder {
  padding: 10px;
}

.note-editor.note-frame.codeview .note-editing-area .note-editable {
  display: none;
}
.note-editor.note-frame.codeview .note-editing-area .note-codable {
  display: block;
}

.note-editor.note-frame.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100% !important;
}
.note-editor.note-frame.fullscreen .note-editable {
  background-color: #fff;
}
.note-editor.note-frame.fullscreen .note-resizebar {
  display: none;
}

.note-popover.popover {
  max-width: none;
}
.note-popover.popover .popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.note-popover.popover .arrow {
  left: 20px !important;
}

.note-toolbar {
  position: relative;
  z-index: 500;
}

.note-popover .popover-content {
  padding: 0 0 5px 5px;
  margin: 0;
}
.note-popover .popover-content > .btn-group {
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 0;
}
.note-popover .popover-content .btn-group .note-table {
  min-width: 0;
  padding: 5px;
}
.note-popover .popover-content .btn-group .note-table .note-dimension-picker {
  font-size: 18px;
}
.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
  position: absolute !important;
  z-index: 3;
  width: 10em;
  height: 10em;
  cursor: pointer;
}
.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
  position: relative !important;
  z-index: 1;
  width: 5em;
  height: 5em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}
.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
  position: absolute !important;
  z-index: 2;
  width: 1em;
  height: 1em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}
.note-popover .popover-content .note-style .dropdown-style blockquote {
  padding: 5px 10px;
  margin: 0;
}
.note-popover .popover-content .note-style .dropdown-style pre {
  padding: 5px 10px;
  margin: 0;
}
.note-popover .popover-content .note-style .dropdown-style h1 {
  padding: 0;
  margin: 0;
}
.note-popover .popover-content .note-style .dropdown-style h2 {
  padding: 0;
  margin: 0;
}
.note-popover .popover-content .note-style .dropdown-style h3 {
  padding: 0;
  margin: 0;
}
.note-popover .popover-content .note-style .dropdown-style h4 {
  padding: 0;
  margin: 0;
}
.note-popover .popover-content .note-style .dropdown-style h5 {
  padding: 0;
  margin: 0;
}
.note-popover .popover-content .note-style .dropdown-style h6 {
  padding: 0;
  margin: 0;
}
.note-popover .popover-content .note-style .dropdown-style p {
  padding: 0;
  margin: 0;
}
.note-popover .popover-content .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 5px;
}
.note-popover .popover-content .note-color .dropdown-menu {
  min-width: 337px;
}
.note-popover .popover-content .note-color .dropdown-menu .note-palette {
  display: inline-block;
  width: 160px;
  margin: 0;
}
.note-popover .popover-content .note-color .dropdown-menu .note-palette:first-child {
  margin: 0 5px;
}
.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-palette-title {
  margin: 2px 7px;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset {
  width: 100%;
  padding: 0 3px;
  margin: 3px;
  font-size: 11px;
  cursor: pointer;
  border-radius: 5px;
}
.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset:hover {
  background: #eee;
}
.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-row {
  height: 20px;
}
.note-popover .popover-content .note-para .dropdown-menu {
  min-width: 216px;
  padding: 5px;
}
.note-popover .popover-content .note-para .dropdown-menu > div:first-child {
  margin-right: 5px;
}
.note-popover .popover-content .dropdown-menu {
  min-width: 90px;
}
.note-popover .popover-content .dropdown-menu.right {
  right: 0;
  left: auto;
}
.note-popover .popover-content .dropdown-menu.right::before {
  right: 9px;
  left: auto !important;
}
.note-popover .popover-content .dropdown-menu.right::after {
  right: 10px;
  left: auto !important;
}
.note-popover .popover-content .dropdown-menu.note-check li a i {
  color: #25d5f2;
  visibility: hidden;
}
.note-popover .popover-content .dropdown-menu.note-check li a.checked i {
  visibility: visible;
}
.note-popover .popover-content .note-fontsize-10 {
  font-size: 10px;
}
.note-popover .popover-content .note-color-palette {
  line-height: 1;
}
.note-popover .popover-content .note-color-palette div .note-color-btn {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 1px solid #fff;
}
.note-popover .popover-content .note-color-palette div .note-color-btn:hover {
  border: 1px solid #000;
}

.panel-heading.note-toolbar {
  padding: 0 0 5px 5px;
  margin: 0;
}
.panel-heading.note-toolbar > .btn-group {
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 0;
}
.panel-heading.note-toolbar .btn-group .note-table {
  min-width: 0;
  padding: 5px;
}
.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker {
  font-size: 18px;
}
.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
  position: absolute !important;
  z-index: 3;
  width: 10em;
  height: 10em;
  cursor: pointer;
}
.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
  position: relative !important;
  z-index: 1;
  width: 5em;
  height: 5em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}
.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
  position: absolute !important;
  z-index: 2;
  width: 1em;
  height: 1em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}
.panel-heading.note-toolbar .note-style .dropdown-style blockquote {
  padding: 5px 10px;
  margin: 0;
}
.panel-heading.note-toolbar .note-style .dropdown-style pre {
  padding: 5px 10px;
  margin: 0;
}
.panel-heading.note-toolbar .note-style .dropdown-style h1 {
  padding: 0;
  margin: 0;
}
.panel-heading.note-toolbar .note-style .dropdown-style h2 {
  padding: 0;
  margin: 0;
}
.panel-heading.note-toolbar .note-style .dropdown-style h3 {
  padding: 0;
  margin: 0;
}
.panel-heading.note-toolbar .note-style .dropdown-style h4 {
  padding: 0;
  margin: 0;
}
.panel-heading.note-toolbar .note-style .dropdown-style h5 {
  padding: 0;
  margin: 0;
}
.panel-heading.note-toolbar .note-style .dropdown-style h6 {
  padding: 0;
  margin: 0;
}
.panel-heading.note-toolbar .note-style .dropdown-style p {
  padding: 0;
  margin: 0;
}
.panel-heading.note-toolbar .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 5px;
}
.panel-heading.note-toolbar .note-color .dropdown-menu {
  min-width: 337px;
}
.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette {
  display: inline-block;
  width: 160px;
  margin: 0;
}
.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette:first-child {
  margin: 0 5px;
}
.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-palette-title {
  margin: 2px 7px;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset {
  width: 100%;
  padding: 0 3px;
  margin: 3px;
  font-size: 11px;
  cursor: pointer;
  border-radius: 5px;
}
.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset:hover {
  background: #eee;
}
.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-row {
  height: 20px;
}
.panel-heading.note-toolbar .note-para .dropdown-menu {
  min-width: 216px;
  padding: 5px;
}
.panel-heading.note-toolbar .note-para .dropdown-menu > div:first-child {
  margin-right: 5px;
}
.panel-heading.note-toolbar .dropdown-menu {
  min-width: 90px;
}
.panel-heading.note-toolbar .dropdown-menu.right {
  right: 0;
  left: auto;
}
.panel-heading.note-toolbar .dropdown-menu.right::before {
  right: 9px;
  left: auto !important;
}
.panel-heading.note-toolbar .dropdown-menu.right::after {
  right: 10px;
  left: auto !important;
}
.panel-heading.note-toolbar .dropdown-menu.note-check li a i {
  color: #25d5f2;
  visibility: hidden;
}
.panel-heading.note-toolbar .dropdown-menu.note-check li a.checked i {
  visibility: visible;
}
.panel-heading.note-toolbar .note-fontsize-10 {
  font-size: 10px;
}
.panel-heading.note-toolbar .note-color-palette {
  line-height: 1;
}
.panel-heading.note-toolbar .note-color-palette div .note-color-btn {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 1px solid #fff;
}
.panel-heading.note-toolbar .note-color-palette div .note-color-btn:hover {
  border: 1px solid #000;
}

.note-dialog > div {
  display: none;
}
.note-dialog .form-group {
  margin-right: 0;
  margin-left: 0;
}
.note-dialog .note-modal-form {
  margin: 0;
}
.note-dialog .note-image-dialog .note-dropzone {
  min-height: 100px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 4;
  color: #efeff6;
  text-align: center;
  border: 4px dashed lightgray;
}

@-moz-document url-prefix() {
  .note-image-input {
    height: auto;
  }
}
.note-placeholder {
  position: absolute;
  display: none;
  color: #e6e6f2;
}

.note-handle .note-control-selection {
  position: absolute;
  display: none;
  border: 1px solid black;
}
.note-handle .note-control-selection > div {
  position: absolute;
}
.note-handle .note-control-selection .note-control-selection-bg {
  width: 100%;
  height: 100%;
  background-color: #2e2f39;
  -webkit-opacity: 0.3;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: alpha(opacity=30);
  filter: alpha(opacity=30);
}
.note-handle .note-control-selection .note-control-handle {
  width: 7px;
  height: 7px;
  border: 1px solid black;
}
.note-handle .note-control-selection .note-control-holder {
  width: 7px;
  height: 7px;
  border: 1px solid black;
}
.note-handle .note-control-selection .note-control-sizing {
  width: 7px;
  height: 7px;
  background-color: #fff;
  border: 1px solid black;
}
.note-handle .note-control-selection .note-control-nw {
  top: -5px;
  left: -5px;
  border-right: 0;
  border-bottom: 0;
}
.note-handle .note-control-selection .note-control-ne {
  top: -5px;
  right: -5px;
  border-bottom: 0;
  border-left: none;
}
.note-handle .note-control-selection .note-control-sw {
  bottom: -5px;
  left: -5px;
  border-top: 0;
  border-right: 0;
}
.note-handle .note-control-selection .note-control-se {
  right: -5px;
  bottom: -5px;
  cursor: se-resize;
}
.note-handle .note-control-selection .note-control-se.note-control-holder {
  cursor: default;
  border-top: 0;
  border-left: none;
}
.note-handle .note-control-selection .note-control-selection-info {
  right: 0;
  bottom: 0;
  padding: 5px;
  margin: 5px;
  font-size: 12px;
  color: #fff;
  background-color: #2e2f39;
  border-radius: 5px;
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: alpha(opacity=70);
  filter: alpha(opacity=70);
}

.note-hint-popover {
  min-width: 100px;
  padding: 2px;
}
.note-hint-popover .popover-content {
  max-height: 150px;
  padding: 3px;
  overflow: auto;
}
.note-hint-popover .popover-content .note-hint-group .note-hint-item {
  display: block !important;
  padding: 3px;
}
.note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  background-color: #5969ff;
  outline: 0;
}
.note-hint-popover .popover-content .note-hint-group .note-hint-item.active {
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  background-color: #5969ff;
  outline: 0;
}

/* select2 */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100% !important;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 50px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 13px 20px;
  outline: 0;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #eaeaf2;
  border-radius: 10px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 10px;
}

.select2-results__option {
  padding: 5px 16px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  font-size: 13px;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 14px;
}
.select2-search--dropdown .select2-search__field {
  padding: 8px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #eaeaf2;
  border-radius: 10px;
  outline: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #2e2f39;
  font-size: 15px;
  line-height: 24px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #71748d;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
  position: absolute;
  top: 15px;
  right: 22px;
  width: 21px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-size: 12px;
  color: #2e2f39;
  content: "\f078";
  font-style: initial;
  transition: transform 0.3s;
  transform: translate3d(0, 0, 0) rotate(0deg);
  left: 11px;
  top: -1px;
}
.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #eaeaf2;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #71748d;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e3e3eb;
  border: 1px solid #eaeaf2;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #71748d;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #71748d;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #eaeaf2;
  border-radius: 10px;
  outline: 0;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #71748d;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #e6e6f2;
  border-radius: 10px;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5969ff;
  color: #fff;
  border-radius: 10px;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #e6e6f2;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #e6e6f2;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
  transform: translate3d(0, 0, 0) rotate(180deg);
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-selection--single {
  background-color: #f9f9ff;
  border: 1px solid #eaeaf2;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #eaeaf2;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #2e2f39;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #71748d;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #e6e6f2;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #eaeaf2;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #0f2bee;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e3e3eb;
  border: 1px solid #eaeaf2;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #666;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #3b3d48;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: #3b3d48;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #5969ff;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #eaeaf2;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #e6e6f2 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #eaeaf2;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #e6e6f2;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* Inputmask */
@keyframes blink {
  from, to {
    border-right-color: black;
  }
  50% {
    border-right-color: transparent;
  }
}
mark.im-caret {
  animation: 1s blink step-end infinite !important;
}

mark.im-caret-select {
  background-color: rgba(0, 0, 0, 0.25);
}

span.im-static {
  color: #e3e3eb;
}

div.im-colormask {
  display: inline-block;
  border-style: inset;
  border-width: 2px;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  cursor: text;
}
div.im-colormask > input {
  position: absolute !important;
  display: inline-block;
  background-color: transparent;
  color: transparent;
  -webkit-text-fill-color: transparent;
  transition: background-color 5000s ease-in-out 0s;
  caret-color: transparent;
  text-shadow: none;
  -webkit-appearance: caret;
     -moz-appearance: caret;
          appearance: caret;
  border-style: none;
  left: 0;
}
div.im-colormask > input:-webkit-autofill {
  position: absolute !important;
  display: inline-block;
  background-color: transparent;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  caret-color: transparent;
  text-shadow: none;
  -webkit-appearance: caret;
          appearance: caret;
  border-style: none;
  left: 0;
}
div.im-colormask > input:-webkit-autofill ~ div {
  background-color: rgb(250, 255, 189);
}
div.im-colormask > input:focus {
  outline: none;
}
div.im-colormask > input::-moz-selection {
  background: none;
}
div.im-colormask > input::selection {
  background: none;
}
div.im-colormask > input::-moz-selection {
  background: none;
}
div.im-colormask > div {
  color: #2e2f39;
  display: inline-block;
  width: 100px;
}

[im-insert=false] {
  caret-color: red;
  caret-shape: block;
}

/*  input parsley  */
input.parsley-success {
  color: #2ec551;
  background-color: #c5fad3;
  border: 1px solid #d6e9c6;
}

select.parsley-success {
  color: #2ec551;
  background-color: #c5fad3;
  border: 1px solid #d6e9c6;
}

textarea.parsley-success {
  color: #2ec551;
  background-color: #c5fad3;
  border: 1px solid #d6e9c6;
}

input.parsley-error {
  color: #ef172c;
  background-color: #fbd3d5;
  border: 1px solid #eed3d7;
}

select.parsley-error {
  color: #ef172c;
  background-color: #fbd3d5;
  border: 1px solid #eed3d7;
}

textarea.parsley-error {
  color: #ef172c;
  background-color: #fbd3d5;
  border: 1px solid #eed3d7;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  color: #ef172c;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

/* multiselect.scss */
.ms-container {
  background: transparent url("../images/switch.png") no-repeat 50% 50%;
}
.ms-container:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  min-height: 0;
  visibility: hidden;
}
.ms-container .ms-selectable {
  background: #fff;
  color: #e3e3eb;
  float: left;
  width: 45%;
}
.ms-container .ms-selectable li.ms-elem-selectable {
  border-bottom: 1px #eee solid;
  padding: 13px 13px;
  color: #71748d;
  font-size: 14px;
}
.ms-container .ms-selectable li.ms-hover {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-color: #5969ff;
}
.ms-container .ms-selectable li.disabled {
  background-color: #f9f9ff;
  color: #82849f;
  cursor: text;
}
.ms-container .ms-selection {
  background: #fff;
  color: #e3e3eb;
  float: left;
  width: 45%;
  float: right;
}
.ms-container .ms-selection li.ms-elem-selection {
  border-bottom: 1px #eee solid;
  padding: 13px 13px;
  color: #71748d;
  font-size: 14px;
}
.ms-container .ms-selection li.ms-hover {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-color: #5969ff;
}
.ms-container .ms-selection li.disabled {
  background-color: #f9f9ff;
  color: #82849f;
  cursor: text;
}
.ms-container .ms-list {
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border: 1px solid #e4e5ee;
  border-radius: 3px;
  position: relative;
  height: 250px;
  padding: 0;
  overflow-y: auto;
}
.ms-container .ms-list.ms-focus {
  border-color: rgba(66, 80, 165, 0.02);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9 ;
}
.ms-container ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
.ms-container .ms-optgroup-container {
  width: 100%;
}
.ms-container .ms-optgroup-label {
  margin: 0;
  padding: 5px 0px 0px 5px;
  cursor: pointer;
  color: #71748d;
}

/* sortable */
.drag-handle {
  cursor: move;
  cursor: grab;
}

.drag-indicator {
  cursor: move;
  cursor: grab;
  display: inline-block;
  margin: 0 0.5em;
  height: 8px;
  width: 6px;
  background-image: url(../images/drag-indicator.png);
  transform: translate3d(-0.5em, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.list-group-bordered .list-group-item {
  border-color: rgba(19, 29, 40, 0.125);
}

.dashboard-short-list .list-group-item {
  display: flex;
}

.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
}

.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.dd-list .dd-list {
  padding-left: 30px;
}

.dd-collapsed .dd-list {
  display: none;
}

.dd-item {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
}
.dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 34px;
  height: 20px;
  margin: 18px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
.dd-item > button:before {
  content: "+";
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
  font-size: 14px;
}
.dd-item > button[data-action=collapse]:before {
  content: "-";
}

.dd-empty {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f5f5f5;
  border: 1px dashed #b6bcbf;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #f9f9ff;
  background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}

.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f5f5f5;
  border: 1px dashed #b6bcbf;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.dd-handle {
  margin-bottom: -1px;
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-top: 1px solid rgba(19, 29, 40, 0.125);
  border-bottom: 1px solid rgba(19, 29, 40, 0.125);
}
.dd-handle:hover {
  color: #5969ff;
  background: #fff;
}

.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}
.dd-dragel .dd-handle {
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}
.dd-dragel > .dd3-item > .dd3-content {
  margin: 0;
}

.nestable-lists {
  display: block;
  clear: both;
  padding: 30px 0;
  width: 100%;
  border: 0;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}

#nestable-menu {
  padding: 0;
  margin: 20px 0;
}

#nestable-output {
  width: 100%;
  height: 7em;
  font-size: 0.75em;
  line-height: 1.333333em;
  font-family: "summernote";
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#nestable2-output {
  width: 100%;
  height: 7em;
  font-size: 0.75em;
  line-height: 1.333333em;
  font-family: "summernote";
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.dd-hover > .dd-handle {
  background: #5969ff !important;
}

.dd3-content {
  display: block;
  height: 30px;
  margin: 5px 0;
  padding: 5px 10px 5px 40px;
  color: #3b3d48;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #ccc;
  background: #fafafa;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd3-content:hover {
  color: #25d5f2;
  background: #fff;
}

.dd3-item > button {
  margin-left: 30px;
}

.dd3-handle {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #aaa;
  background: #ddd;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.dd3-handle:before {
  content: "≡";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 100%;
  text-align: center;
  text-indent: 0;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}
.dd3-handle:hover {
  background: #ddd;
}

.socialite {
  display: block;
  float: left;
  height: 35px;
}

/* tagsinput  */
.label-info {
  background-color: #25d5f2;
}

.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 14px 19px;
  color: #82849f;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 900;
  color: #fff;
}
.bootstrap-tagsinput .tag [data-role=remove] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role=remove]:after {
  content: "x";
  padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role=remove]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role=remove]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #71748d;
  opacity: 1;
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #71748d;
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #71748d;
}

/* prism */
code[class*=language-] {
  color: #e6e6f2;
  background: none;
  font-family: "Open Sans", "sans-serif;";
  font-size: 14px;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -ms-hyphens: none;
  hyphens: none;
  border-radius: 5px;
}

pre[class*=language-] {
  color: #e6e6f2;
  background: none;
  font-family: "Open Sans", "sans-serif;";
  font-size: 14px;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -ms-hyphens: none;
  hyphens: none;
  border-radius: 5px;
  padding: 1em;
  margin: 0.5em 0;
  overflow: auto;
  background: #322e3f;
}

:not(pre) > code[class*=language-] {
  background: #322e3f;
  padding: 0.1em;
  border-radius: 0.3em;
  white-space: normal;
}

.token.comment {
  color: #71748d;
}

.token.block-comment {
  color: #71748d;
}

.token.prolog {
  color: #71748d;
}

.token.doctype {
  color: #71748d;
}

.token.cdata {
  color: #71748d;
}

.token.punctuation {
  color: #e6e6f2;
}

.token.tag {
  color: #ef172c;
}

.token.attr-name {
  color: #ef172c;
}

.token.namespace {
  color: #ef172c;
}

.token.deleted {
  color: #ef172c;
}

.token.function-name {
  color: #25d5f2;
}

.token.boolean {
  color: #fd7e14;
}

.token.number {
  color: #fd7e14;
}

.token.function {
  color: #fd7e14;
}

.token.property {
  color: #ffc108;
}

.token.class-name {
  color: #ffc108;
}

.token.constant {
  color: #ffc108;
}

.token.symbol {
  color: #ffc108;
}

.token.selector {
  color: #ef172c;
}

.token.important {
  color: #ef172c;
  font-weight: bold;
}

.token.atrule {
  color: #ef172c;
}

.token.keyword {
  color: #ef172c;
}

.token.builtin {
  color: #ef172c;
}

.token.string {
  color: #2ec551;
}

.token.char {
  color: #2ec551;
}

.token.attr-value {
  color: #2ec551;
}

.token.regex {
  color: #2ec551;
}

.token.variable {
  color: #2ec551;
}

.token.operator {
  color: #25d5f2;
}

.token.entity {
  color: #25d5f2;
  cursor: help;
}

.token.url {
  color: #25d5f2;
}

.token.bold {
  font-weight: bold;
}

.token.italic {
  font-style: italic;
}

.token.inserted {
  color: #2ec551;
}

/*  Container / Wrapper */
.dashboard-main-wrapper {
  min-height: 100%;
  position: relative;
  background-color: #efeff6;
}

.dashboard-wrapper {
  position: relative;
  left: 0;
  margin-left: 264px;
  min-height: 100vh !important;
}

.dashboard-content {
  padding: 90px 30px 60px 30px;
}

.splash-container {
  width: 100%;
  max-width: 375px;
  padding: 15px;
  margin: auto;
}
.splash-container .card-header {
  padding: 20px;
}
.splash-container .card-footer-item {
  padding: 12px 26px;
}

.splash-description {
  text-align: center;
  display: block;
  line-height: 20px;
  font-size: 1rem;
  margin-top: 5px;
  padding-bottom: 10px;
}

.splash-title {
  text-align: center;
  display: block;
  font-size: 14px;
  font-weight: 300;
}

@media (max-width: 375px) {
  .dashboard-content {
    padding: 16px;
  }
}
.divider {
  display: flex;
  align-items: center;
}
.divider::after, .divider::before {
  flex: 1 1 0%;
  border-top: 0.0625rem solid #e3e3eb;
  content: "";
  margin-top: 0.0625rem;
}
.divider::before {
  margin-right: 1.5rem;
}
.divider::after {
  margin-left: 1.5rem;
}

/* Card Header */
.card-header {
  background-color: transparent;
  border-bottom: 1px solid #e6e6f2;
}

.card-btn {
  color: #2e2f39;
  text-align: left;
  white-space: inherit;
}

.card {
  border: none;
}

.card-footer-item {
  padding: 12px 35px;
  flex: 1;
  text-align: center;
  display: inline-block;
}

.card-footer-item-bordered:not(:last-child) {
  border-right: 1px solid rgb(230, 230, 242);
}

/* border */
.border-top-primary {
  border-top: solid #5969ff !important;
}

.border-top-info {
  border-top: solid #25d5f2 !important;
}

.border-top-warning {
  border-top: solid #ffc108 !important;
}

.border-top-danger {
  border-top: solid #ef172c !important;
}

.border-boxes span {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  margin: 0.25rem;
  background-color: #f9f9ff;
}

/* icon-shape */
.icon-xs {
  height: 20px;
  width: 20px;
  line-height: 20px;
}

.icon-sm {
  height: 30px;
  width: 30px;
  line-height: 30px;
}

.icon-lg {
  height: 40px;
  width: 40px;
  line-height: 40px;
}

.icon-xl {
  height: 70px;
  width: 70px;
  line-height: 70px;
}

.icon-shape {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
}

.f-icon {
  cursor: pointer;
  padding: 13px 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.f-icon:hover {
  background-color: #f9f9ff;
}

.if-icon {
  cursor: pointer;
  padding: 13px 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.if-icon:hover {
  background-color: #f9f9ff;
}

.m-icon {
  cursor: pointer;
  padding: 13px 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 33%;
  display: inline-block;
}
.m-icon:hover {
  background-color: #f9f9ff;
}

.sl-icon {
  cursor: pointer;
  padding: 13px 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sl-icon:hover {
  background-color: #f9f9ff;
}

.t-icon {
  cursor: pointer;
  padding: 13px 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.t-icon:hover {
  background-color: #f9f9ff;
}

.w-icon {
  cursor: pointer;
  padding: 13px 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.w-icon:hover {
  background-color: #f9f9ff;
}

/* responsive  */
@media only screen and (max-width: 1400px) {
  .product-price {
    position: initial;
  }
  .product-slider {
    background-color: #fff;
    border-top-left-radius: 4px;
    padding: 131px 28px;
  }
  .campaign-metrics-box .list-group-item {
    padding: 10px 40px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .product-price {
    position: initial;
  }
  .product-slider {
    padding: 131px 30px;
  }
}
@media only screen and (max-width: 992px) {
  .nav-left-sidebar .navbar-toggler {
    background-color: #fff;
  }
  /* dashboard-product-single  */
  .product-slider {
    padding: 30px 10px;
  }
  .product-carousel .carousel-indicators {
    bottom: -30px;
  }
  .simple-card .nav.nav-tabs .nav-item .nav-link {
    padding: 17px 29px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .nav-left-sidebar .navbar-toggler {
    background-color: #fff;
  }
  .nav-left-sidebar .navbar {
    padding: 14px;
  }
  .nav-left-sidebar {
    width: 100%;
    position: relative;
    top: 0px;
    right: 0px;
    margin-top: 60px;
  }
  .dashboard-wrapper {
    margin-left: 0px;
  }
  .dashboard-footer {
    margin-left: 0px;
  }
  .nav-left-sidebar .navbar-toggler {
    background-color: #fff;
  }
  /* infulencer dahboard */
  .dashboard-influence .card-footer-item {
    padding: 11px 54px;
  }
  .influencer-profile .tab-regular .nav.nav-tabs .nav-item .nav-link,
  .influencer-profile .tab-regular .nav.nav-pills .nav-item .nav-link {
    display: block;
    padding: 17px 13px;
  }
  /* Inbox */
  .page-aside {
    background: none repeat scroll 0 0 #ffffff;
    width: 280px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px solid #e6e6f2;
    margin-top: 0;
    padding-bottom: 0px;
    color: #404040;
  }
}
@media only screen and (max-width: 768px) {
  .nav-left-sidebar .navbar-toggler {
    background-color: #fff;
  }
  .nav-left-sidebar .navbar {
    padding: 14px;
  }
  .nav-left-sidebar {
    width: 100%;
    position: relative;
    top: 0px;
    right: 0px;
    margin-top: 60px;
  }
  .dashboard-wrapper {
    margin-left: 0px;
  }
  .dashboard-footer {
    margin-left: 0px;
  }
  .nav-left-sidebar .navbar-toggler {
    background-color: #fff;
  }
  /* infulencer dahboard */
  .dashboard-influence .card-footer-item {
    padding: 11px 54px;
  }
  .influencer-profile .tab-regular .nav.nav-tabs .nav-item .nav-link,
  .influencer-profile .tab-regular .nav.nav-pills .nav-item .nav-link {
    display: block;
    padding: 17px 13px;
  }
  /* Inbox */
  .page-aside {
    background: none repeat scroll 0 0 #ffffff;
    width: 280px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px solid #e6e6f2;
    margin-top: 0;
    padding-bottom: 0px;
    color: #404040;
  }
}
@media only screen and (max-width: 480px) {
  .nav-left-sidebar {
    width: 100%;
    position: relative;
    top: -3px;
    right: 0px;
    margin-top: 60px;
  }
  .nav-left-sidebar .navbar {
    padding: 14px;
  }
  .nav-left-sidebar .navbar a {
    color: #fff;
  }
  .nav-left-sidebar .navbar-toggler {
    background-color: #fff;
  }
  .aside-header .navbar-toggle {
    display: block;
  }
  .dashboard-wrapper {
    margin-left: 0px;
  }
  .dashboard-footer {
    margin-left: 0px;
  }
  .page-aside {
    background: none repeat scroll 0 0 #fff;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0px;
    border-right: transparent;
    margin-top: 0px;
    padding-bottom: 0px;
    color: #2e2f39;
  }
  .aside-nav.collapse {
    display: none;
  }
  .dashboard-main-wrapper .main-content {
    margin-left: 0px;
    width: auto;
  }
  .aside-nav.show {
    display: block;
  }
  .dashboard-header .navbar .navbar-right-top .nav-item {
    border-right: none;
  }
  .dashboard-header .navbar .notification .indicator {
    left: 36px;
  }
  /* dashboard-product-single  */
  .product-slider {
    padding: 30px 10px;
  }
  .product-carousel .carousel-indicators {
    bottom: -30px;
  }
  .simple-card .nav.nav-tabs .nav-item .nav-link {
    padding: 17px 29px;
  }
  .pills-regular .nav.nav-pills .nav-item .nav-link {
    padding: 14px 22px;
  }
}
/*  font weight  */
html body .font-16 {
  font-size: 16px;
}
html body .font-12 {
  font-size: 12px;
}
html body .font-14 {
  font-size: 14px;
}
html body .font-10 {
  font-size: 10px;
}
html body .font-8 {
  font-size: 8px;
}
html body .font-18 {
  font-size: 18px;
}
html body .font-20 {
  font-size: 20px;
}
html body .font-22 {
  font-size: 22px;
}
html body .font-24 {
  font-size: 24px;
}
html body .display-5 {
  font-size: 3rem;
}
html body .display-6 {
  font-size: 2.5rem;
}
html body .display-7 {
  font-size: 2rem;
}

/* Badge Dot  */
.badge-dot {
  border-radius: 100%;
  padding: 4px;
  display: inline-block;
  margin-right: 3px;
}

.is-sidebar-mini .dashboard-wrapper {
  margin-left: 4.25rem;
}
@media (max-width: 990px) {
  .is-sidebar-mini .dashboard-wrapper {
    margin-left: 0rem;
  }
}

.is-sidebar-compact.dashboard-wrapper {
  margin-left: 144px;
}
@media (max-width: 990px) {
  .is-sidebar-compact.dashboard-wrapper {
    margin-left: 0rem;
  }
}