@charset "utf-8";
/* AI工具推荐tab悬停样式 */
.ai-tool-section .slider_menu[sliderTab] > .menu > li > a:hover {
  color: white !important;
}
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif:
    -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans',
    'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
  --font-family-monospace:
    SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family:
    -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans',
    'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex='-1']:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[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;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
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;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
  -webkit-appearance: button;
}
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.h1,
h1 {
  font-size: 2.5rem;
}
.h2,
h2 {
  font-size: 2rem;
}
.h3,
h3 {
  font-size: 1.75rem;
}
.h4,
h4 {
  font-size: 1.5rem;
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.small,
small {
  font-size: 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.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: '\2014\00A0';
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #b8daff;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #7abaff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d6d8db;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #b3b7bb;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #c3e6cb;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: #8fd19e;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: #86cfda;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffeeba;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: #ffdf7e;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: #ed969e;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: #fbfcfc;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #95999c;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
input[type='date'].form-control,
input[type='datetime-local'].form-control,
input[type='month'].form-control,
input[type='time'].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[multiple],
select.form-control[size] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*='col-'] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  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: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip,
.form-row > [class*='col-'] > .valid-tooltip {
  left: 5px;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated select.form-control:valid,
select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background:
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      right 0.75rem center/8px 10px no-repeat,
    #fff
      url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
      center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip,
.form-row > [class*='col-'] > .invalid-tooltip {
  left: 5px;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated select.form-control:invalid,
select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background:
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      right 0.75rem center/8px 10px no-repeat,
    #fff
      url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e")
      center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    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 .custom-select,
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary.focus,
.btn-secondary:focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning.focus,
.btn-warning:focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light.focus,
.btn-light:focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark.focus,
.btn-dark:focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link.focus,
.btn-link:focus {
  text-decoration: underline;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type='button'].btn-block,
input[type='reset'].btn-block,
input[type='submit'].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;
  }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: '';
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: '';
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: '';
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: '';
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^='bottom'],
.dropdown-menu[x-placement^='left'],
.dropdown-menu[x-placement^='right'],
.dropdown-menu[x-placement^='top'] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
  z-index: 1;
}
.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  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='checkbox'],
.btn-group-toggle > .btn input[type='radio'],
.btn-group-toggle > .btn-group > .btn input[type='checkbox'],
.btn-group-toggle > .btn-group > .btn input[type='radio'] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
  margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after,
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after,
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .form-control:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-append,
.input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
  z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type='checkbox'],
.input-group-text input[type='radio'] {
  margin-top: 0;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .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),
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  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:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label,
.custom-control-input[disabled] ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before,
.custom-control-input[disabled] ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: '';
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: '';
  background: 50%/50% 50% no-repeat;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out;
  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;
  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,
    -webkit-transform 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size='1']) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label,
.custom-file-input[disabled] ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: 'Browse';
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: 'Browse';
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow:
    0 0 0 1px #fff,
    0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow:
    0 0 0 1px #fff,
    0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow:
    0 0 0 1px #fff,
    0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -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: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -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: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  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 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: '';
  background: 50%/100% 100% no-repeat;
}
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    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-lg,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    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-lg,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    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-lg,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    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-lg,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    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-lg,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    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-lg,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    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-lg,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  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-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  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 .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  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:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom,
.card-img-top {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    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-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    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-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: '/';
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:focus,
a.badge:hover {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:focus,
a.badge-primary:hover {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary.focus,
a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:focus,
a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary.focus,
a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:focus,
a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success.focus,
a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:focus,
a.badge-info:hover {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info.focus,
a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:focus,
a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning.focus,
a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:focus,
a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger.focus,
a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:focus,
a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light.focus,
a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:focus,
a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark.focus,
a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  -ms-flex-direction: row;
  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 {
    -ms-flex-direction: row;
    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 {
    -ms-flex-direction: row;
    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 {
    -ms-flex-direction: row;
    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 {
    -ms-flex-direction: row;
    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: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-body {
  padding: 0.75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition:
    transform 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: '';
}
.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    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:
    -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans',
    'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  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-auto[x-placement^='top'],
.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^='top'] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}
.bs-tooltip-auto[x-placement^='top'] .arrow::before,
.bs-tooltip-top .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-auto[x-placement^='right'],
.bs-tooltip-right {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^='right'] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^='right'] .arrow::before,
.bs-tooltip-right .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-auto[x-placement^='bottom'],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^='bottom'] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}
.bs-tooltip-auto[x-placement^='bottom'] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^='left'],
.bs-tooltip-left {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^='left'] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^='left'] .arrow::before,
.bs-tooltip-left .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family:
    -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans',
    'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::after,
.popover .arrow::before {
  position: absolute;
  display: block;
  content: '';
  border-color: transparent;
  border-style: solid;
}
.bs-popover-auto[x-placement^='top'],
.bs-popover-top {
  margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^='top'] > .arrow,
.bs-popover-top > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^='top'] > .arrow::before,
.bs-popover-top > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^='top'] > .arrow::after,
.bs-popover-top > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-auto[x-placement^='right'],
.bs-popover-right {
  margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^='right'] > .arrow,
.bs-popover-right > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^='right'] > .arrow::before,
.bs-popover-right > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^='right'] > .arrow::after,
.bs-popover-right > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-auto[x-placement^='bottom'],
.bs-popover-bottom {
  margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^='bottom'] > .arrow,
.bs-popover-bottom > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^='bottom'] > .arrow::before,
.bs-popover-bottom > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^='bottom'] > .arrow::after,
.bs-popover-bottom > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^='bottom'] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: '';
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-auto[x-placement^='left'],
.bs-popover-left {
  margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^='left'] > .arrow,
.bs-popover-left > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^='left'] > .arrow::before,
.bs-popover-left > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^='left'] > .arrow::after,
.bs-popover-left > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  -ms-touch-action: pan-y;
  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%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition:
    transform 0.6s ease-in-out,
    -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  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-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  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;
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
  animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: '';
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    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 embed,
.embed-responsive iframe,
.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.857143%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    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;
  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: -webkit-sticky !important;
  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: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: '';
  background-color: rgba(0, 0, 0, 0);
}
.text-monospace {
  font-family:
    SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #0056b3 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #ba8b00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #121416 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  ::after,
  ::before {
    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;
  }
  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition:
    opacity 0.25s ease,
    visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition:
    opacity 0.25s ease 0s,
    visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-caption {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.85) 0,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    transparent
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom))
      max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
:root {
  --theme-color: #f1404b;
  --focus-color: var(--theme-color);
  --muted-color: #999;
  --main-radius: 8px;
  --main-bg-color: #fff;
  --main-border-color: rgba(130, 130, 130, 0.15);
  --muted-border-color: rgba(88, 88, 88, 0.05);
}
.io-black-mode {
  --main-bg-color: #2c2e2f;
  --muted-border-color: rgba(118, 118, 118, 0.05);
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  width: 100%;
  min-height: 100vh;
  vertical-align: baseline;
  word-wrap: break-word;
  color: #282a2d;
  background: #f9f9f9;
  transition: background-color 0.3s;
}
body,
input,
button,
select,
optgroup,
option,
textarea,
blockquote,
dd,
dl,
figure,
form,
pre,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body,
html {
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}
a {
  color: #282a2d;
  outline: 0 !important;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #f1404b;
}
p {
  color: #1d232b;
  margin: 0;
  white-space: normal;
}
em,
i {
  font-style: normal;
}
code {
  padding: 4px 10px;
  background: rgba(130, 130, 130, 0.1);
  border-radius: 4px;
}
embed,
iframe,
object {
  max-width: 100%;
}
.main-content {
  -ms-flex-direction: column;
  flex-direction: column;
  display: -ms-flexbox;
  display: flex;
}
.down-content img,
.site-content img,
.apd img,
.post-apd img,
.panel-body img {
  max-width: 100%;
  height: auto;
}
.nothing {
  padding: 20px 0;
  text-align: center;
  color: #888;
  background: rgba(136, 136, 136, 0.2);
  border-radius: 5px;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1080;
}
.io {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.avatar {
  background: #888;
  border-radius: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
}
.disabled {
  pointer-events: none;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url('data:image/svg+xml;utf8,#grayscale');
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
}
.customize-width {
  max-width: 1900px;
}
.content::after,
.content::before {
  display: table;
  content: ' ';
}
.content::after {
  clear: both;
}
.sidebar-tools {
  will-change: min-height;
}
.theiaStickySidebar {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}
.chart-placeholder {
  position: relative;
  height: 100%;
}
.chart-placeholder .legend {
  display: flex;
  justify-content: center;
  margin-bottom: -15px;
}
.chart-placeholder .legend span {
  width: 50px;
  height: 15px;
  margin: 0 10px;
  border-radius: 4px;
  background: linear-gradient(
    115deg,
    rgba(121, 121, 121, 0.1) 25%,
    rgba(121, 121, 121, 0.2) 37%,
    rgba(121, 121, 121, 0.1) 63%
  );
  -webkit-animation: placeholder-horizontal 1.5s ease infinite !important;
  animation: placeholder-horizontal 1.5s ease infinite !important;
  background-size: 400% 100% !important;
}
.chart-placeholder .pillar {
  display: flex;
  height: 100%;
  align-items: flex-end;
  justify-content: space-evenly;
}
.chart-placeholder .pillar span {
  width: 20%;
  max-width: 50px;
  margin: 0 5px;
  background: linear-gradient(
    15deg,
    rgba(121, 121, 121, 0.1) 25%,
    rgba(121, 121, 121, 0.2) 37%,
    rgba(121, 121, 121, 0.1) 63%
  );
  -webkit-animation: placeholder-vertical 1.5s ease infinite !important;
  animation: placeholder-vertical 1.5s ease infinite !important;
  background-size: 100% 400% !important;
}
@-webkit-keyframes placeholder-vertical {
  0% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 50% 0;
  }
}
@keyframes placeholder-vertical {
  0% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 50% 0;
  }
}
@-webkit-keyframes placeholder-horizontal {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@keyframes placeholder-horizontal {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.alert-system {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  bottom: 10px;
  right: -10px;
  z-index: 100015;
}
.alert-body {
  transform: translateX(110%);
  opacity: 0.5;
  transition: 0.3s;
  max-height: 10px;
}
.alert-body.show {
  transform: translateX(0);
  opacity: 1;
  max-height: 200px;
  transition: 0.5s;
}
.alert-body.align-items-center {
  min-width: 200px;
  max-width: 360px;
  float: right;
  margin-bottom: 10px;
}
.alignnone {
  margin: 5px 0 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 0 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  max-width: 100%;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 0 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.cursor-pointer {
  cursor: pointer;
}
.bg-o-muted {
  background: var(--main-border-color);
}
.io-radio {
  padding: 5px;
  border: 1px solid var(--main-border-color);
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}
.io-radio.active {
  border-color: var(--focus-color);
}
.io-radio + .io-radio {
  margin-left: 10px;
}
.io-radio img {
  margin: 4px;
  height: 30px;
}
.muted-box {
  position: relative;
  background: var(--muted-border-color);
  border-radius: var(--main-radius);
  padding: 15px;
}
.bg-muted {
  background: var(--muted-border-color);
}
.original-price {
  position: relative;
  opacity: 0.7;
}
.original-price::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  background: #f1404b;
  transform: rotate(5deg);
}
.tips-top-l {
  position: absolute;
  padding: 2px 9px;
  font-size: 12px;
  top: 3px;
  left: 3px;
  color: var(--focus-color);
  border-radius: var(--main-radius);
  border: 1px dashed var(--focus-color);
  transition: 0.3s;
}
.tips-tag {
  font-size: 12px;
  padding: 4px 8px;
  background: var(--this-bg);
  color: var(--this-color);
  border-radius: 4px;
  line-height: 1;
  --this-color: #fff;
  --this-bg: #f1404b;
}
.p--t--r {
  position: absolute;
  transform: scale(0.9);
  top: -10px;
  right: -8px;
}
.p-t-l {
  position: absolute;
  top: 3px;
  left: 3px;
}
.p-t-r {
  position: absolute;
  top: 3px;
  right: 3px;
}
.p-l {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
.z-index-1 {
  z-index: 1;
}
.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video iframe,
.video video,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2e3032;
}
.sidebar-nav {
  position: fixed;
  display: table-cell;
  font-size: 0.875rem;
  width: 220px;
  height: 100vh;
  z-index: 1081;
  opacity: 1 !important;
}
.animate-nav .sidebar-nav {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.mini-sidebar .sidebar-nav {
  width: 60px;
}
.sidebar-nav-inner {
  width: inherit;
  margin: 0;
  max-width: 260px;
  background: #2c2e2f;
  pointer-events: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  transition: background-color 0.3s;
}
.sidebar-nav .logo {
  line-height: 74px;
  width: 100%;
  text-align: center;
}
.sidebar-nav .logo .logo-collapsed {
  display: none;
}
.sidebar-logo {
  height: 74px;
  transition: background-color 0.2s;
}
.sidebar-logo img {
  max-height: 40px;
}
.sidebar-menu {
  transition: all 0.3s;
}
.sidebar-menu .sidebar-more {
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #c6c9cf;
}
.sidebar-menu .sidebar-more:after {
  content: '';
  position: absolute;
  background: rgba(136, 136, 136, 0.1);
  width: 40px;
  height: 40px;
  border-radius: 40px;
  opacity: 0;
  transition: 0.3s;
}
.sidebar-menu .sidebar-more:hover::after {
  opacity: 1;
}
.sidebar-nav .flex-bottom a,
.sidebar-menu-inner a {
  display: flex;
  overflow: hidden;
  padding: 8px 10px;
  margin: 1.5px 8px;
  color: #b2b8be;
  align-items: center;
  white-space: nowrap;
  transition: all 0.3s;
}
.sidebar-menu ul:first-child > li > a {
  padding: 12px 10px;
}
.sidebar-menu-inner a span,
.sidebar-nav .flex-bottom a span {
  margin-left: 8px;
}
.sidebar-menu-inner .sidebar-item .sidebar-item > ul > li a span {
  margin-left: 60px;
}
.sidebar-item {
  position: relative;
  display: block;
}
.sidebar-item.sidebar-show {
  border-bottom: none;
}
.sidebar-item ul {
  display: none;
}
.sidebar-item.sidebar-show > ul {
  display: block;
}
.sidebar-item ul li {
  display: block;
}
.sidebar-menu-inner ul li ul li a {
  margin-left: 36px;
}
.sidebar-item .menu-item-has-children {
  position: relative;
}
.sidebar-more {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  padding: 0 16px;
  line-height: 48px !important;
  transition: transform 0.3s;
}
.sidebar-item .menu-item-has-children .sidebar-more {
  line-height: 40px !important;
}
.sidebar-item .label-Primary {
  float: right;
  margin-right: 24px;
}
.sidebar-item .sidebar-more {
  transform: scale(0.8);
}
.sidebar-show > .sidebar-more {
  transform: scale(0.8) rotate(90deg);
}
.sidebar-item > a:hover {
  color: #fff;
  border-radius: 5px;
}
.sidebar-show > a:before,
.sidebar-item > a:hover:before {
  opacity: 1;
}
.sidebar-nav-inner .flex-fill {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.border-color {
  border-color: rgba(129, 129, 129, 0.15) !important;
}
.border-t {
  border-color: rgba(129, 129, 129, 0.15) !important;
}
.mini-sidebar .sidebar-nav .logo .logo-expanded {
  display: none;
}
.mini-sidebar .sidebar-nav .logo .logo-collapsed {
  display: block;
}
.mini-sidebar .sidebar-nav .sidebar-menu {
  width: 60px;
}
.mini-sidebar .sidebar-nav .sidebar-more {
  display: none;
}
.sidebar-nav ul {
  margin: 0;
  padding: 0;
}
.mini-sidebar .sidebar-nav ul:first-child > li.sidebar-item > a span {
  display: none;
}
.mini-sidebar .sidebar-nav ul:first-child > li > ul {
  display: none;
}
.sidebar-nav .top-menu {
  display: none;
}
.sidebar-nav .top-menu .sub-menu {
  background-color: rgba(136, 136, 136, 0.05);
}
.sidebar-nav .top-menu > ul i:not(.sidebar-more) {
  display: none;
}
.sidebar-nav.show .top-menu {
  display: inherit;
}
.error404 .header-mini-btn,
.error404 .nav-item.mobile-menu {
  display: none;
}
.error404 .main-content {
  margin-left: 0 !important;
}
.error404 .main-content .page-header {
  left: 0 !important;
}
.sidebar-popup div {
  background: #151618;
  border-radius: 5px;
}
.sidebar-popup {
  display: block;
  position: absolute;
  position: fixed;
  z-index: 5;
  border: 3px solid rgba(60, 71, 76, 0);
}
.sidebar-popup.second {
  left: 60px;
}
.sidebar-popup i,
.sidiebar-popup .label-Primary {
  display: none;
}
.sidebar-popup.sidebar-menu-inner a {
  padding: 8px 10px;
}
.sidebar-popup.sidebar-menu-inner a span {
  margin-left: 0px;
}
.sidebar-popup.sidebar-menu-inner > div > ul > li.sidebar-item > ul {
  position: absolute;
  top: 0px;
  left: 180px;
  width: 180px;
  z-index: 99;
}
.sidebar-popup.sidebar-menu-inner ul {
  width: 180px;
}
.sidebar-popup.sidebar-menu-inner ul li {
  width: 180px;
}
.sidebar-popup.sidebar-menu-inner ul li:last-child,
.sidebar-popup > div > ul > li:last-child > a {
  border-radius: 0 0 5px 5px;
}
.sidebar-popup a {
  padding-right: 16px;
}
.sidebar-popup::before {
  content: '';
  border-width: 5px 5px 5px 0px;
  border-style: solid;
  border-color: transparent #151618 transparent;
  position: absolute;
  top: 14px;
  left: -4px;
}
.sidebar-popup ul {
  margin: 0;
  padding: 0;
}
.sidebar-popup.sidebar-menu-inner ul {
  background: #2c2e2f;
  border-radius: 0 0 5px 5px;
  list-style: none;
  padding: 5px 0;
}
.sidebar-item li > a:hover,
.sidebar-popup > div > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.navbar-collapse ul li {
  position: relative;
  list-style: none;
}
.navbar-collapse li > ul {
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  will-change: transform;
}
.navbar-collapse ul li ul {
  position: absolute;
  min-width: 160px;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.navbar-collapse ul li.focus > ul,
.navbar-collapse ul li:hover > ul {
  opacity: 1;
  z-index: 1;
  overflow: visible;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.navbar-collapse ul li.menu-item-has-children:after {
  content: '\e612';
  font-family: 'iconfont';
  position: absolute;
  top: 11px;
  right: -2px;
  font-size: 12px;
  -webkit-transform: scale(0.6);
  transform: rotate(0deg) scale(0.6);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition:
    transform 0.2s,
    -webkit-transform 0.2s;
}
.navbar-collapse ul li.menu-item-has-children:hover:after {
  transform: rotate(45deg) scale(0.6);
}
.navbar .navbar-nav li > a {
  font-size: 14px;
  padding: 10px 15px;
  display: block;
  transition: color 0.2s;
}
.navbar .navbar-nav i {
  margin-right: 2px !important;
}
.navbar-menu {
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: auto;
  -ms-align-items: center;
  align-items: center;
}
.navbar-collapse .weather {
  display: table;
}
.navbar-brand img {
  max-height: 30px;
}
.nav-github {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
}
.page-header {
  position: fixed;
  right: 0;
  left: 0;
  background: #fff;
  box-shadow: 0px 0px 25px 5px rgba(10, 10, 10, 0.05);
  transition: background-color 0.3s;
}
.page-header ul {
  margin: 0;
  padding: 0;
}
.navbar-top .sub-menu {
  padding: 6px;
}
.navbar-top .sub-menu a {
  padding: 8px 15px !important;
}
.navbar-top .sub-menu a:hover {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.navbar-top .sub-menu .sub-menu {
  left: 102%;
  top: 0;
}
.header-mini-btn {
  height: 74px;
  width: 40px;
}
.header-mini-btn svg {
  margin: 0 -20px;
  height: 74px;
}
.header-mini-btn input[type='checkbox'] {
  display: none;
}
.header-mini-btn path {
  fill: none;
  stroke: #888;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  --length: 24;
  --offset: -38;
  stroke-dasharray: var(--length) var(--total-length);
  stroke-dashoffset: var(--offset);
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.header-mini-btn circle {
  fill: #fff3;
  opacity: 0;
  transition: opacity 0.3s;
  cursor: pointer;
}
.header-mini-btn label {
  display: block;
  top: 0;
  right: 0;
}
.header-mini-btn label circle:hover {
  opacity: 1;
}
.header-mini-btn input:checked + svg .line--1,
.header-mini-btn input:checked + svg .line--3 {
  --length: 12.602325267;
}
.header-mini-btn .line--1,
.header-mini-btn .line--3 {
  --total-length: 126.38166809082031;
}
.header-mini-btn .line--2 {
  --total-length: 80;
}
.header-mini-btn label {
  cursor: pointer;
}
.header-mini-btn path {
  transition:
    all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),
    stroke 0.2s ease;
}
.header-mini-btn label:hover path {
  stroke: #f1404b;
}
.bulletin-swiper {
  box-sizing: border-box;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
}
.bulletin-swiper ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 14px;
}
.page-header + .placeholder {
  height: 66px;
}
@media (min-width: 768px) {
  .navbar {
    padding: 0 1rem;
  }
  .page-header + .placeholder {
    height: 74px;
  }
  .main-content {
    margin-left: 220px;
  }
  .main-content .page-header {
    left: 220px;
  }
  .animate-nav .main-content {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .animate-nav .main-content .page-header {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition:
      left 0.3s,
      color 0.3s,
      background-color 0.3s;
    -o-transition:
      left 0.3s,
      color 0.3s,
      background-color 0.3s;
    transition:
      left 0.3s,
      color 0.3s,
      background-color 0.3s;
  }
  .mini-sidebar .main-content {
    margin-left: 60px;
  }
  .mini-sidebar .main-content .page-header {
    left: 60px;
  }
}
@media (max-width: 767.98px) {
  .nav-github {
    display: none;
  }
}
.pay-qr.wechat .pay-logo {
  background-image: url(//openi.cn/wp-content/themes/onenav/iopay/assets/img/wechat.svg);
}
.pay-qr.alipay .pay-logo {
  background-image: url(//openi.cn/wp-content/themes/onenav/iopay/assets/img/alipay.svg);
}
.pay-qr .pay-logo {
  height: 30px;
  width: 30px;
  display: inline-block;
  max-width: 100%;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-size: contain;
  background-position: center;
}
.pay-qr .pay-name {
  vertical-align: middle;
  margin-left: 5px;
  display: none;
}
.pay-qr.alipay .title-alipay {
  display: inline-block;
}
.pay-qr.wechat .title-wechat {
  display: inline-block;
}
.pay-qr .pay-body {
  color: #fff;
  background: #14a1ed;
  max-width: 266px;
}
.pay-qr.wechat .pay-body {
  background: #44ad25;
}
.pay-qr .pay-qrcode {
  padding: 10px;
  background: #fff;
  margin: 10px;
  width: 180px;
  border-radius: 6px;
}
.io-pay-box .pay-box-body {
  color: #232529;
}
.auto-ad-url .card {
  max-width: 1200px;
}
.auto-ad-url .auto-ad-img {
  width: 14px;
  min-width: 14px;
  height: 14px;
  line-height: 14px;
}
.auto-ad-url .auto-ad-img img {
  width: 100%;
  height: 100%;
  vertical-align: unset;
}
.auto-ad-url .auto-url-list {
  background: var(--muted-border-color);
}
.auto-list-null {
  opacity: 0.5;
}
.auto-list-null .auto-ad-name {
  background: var(--main-border-color);
  height: 11px;
  width: 50%;
  margin: 5px 0;
  border-radius: 4px;
}
.header-big .auto-ad-url .card {
  color: #eee;
  background: rgba(100, 100, 100, 0.3);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.header-big .auto-ad-url a {
  color: #fff;
}
.header-big .auto-ad-url {
  --main-border-color: rgba(255, 255, 255, 0.1);
  --muted-border-color: rgba(10, 12, 15, 0.3);
}
@media (min-width: 768px) {
  .auto-ad-url .auto-ad-img {
    width: 21px;
    min-width: 21px;
    height: 21px;
    line-height: 21px;
  }
}
.navbar-menu a:not(.btn) {
  color: #777;
}
@media (min-width: 768px) {
  .sidebar-nav {
    display: block !important;
  }
}
@media (max-width: 767.98px) {
  .sidebar-nav {
    background: transparent !important;
  }
  .sidebar-nav {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    position: fixed;
    z-index: 1090 !important;
    display: none;
    padding-left: 0 !important;
  }
  .sidebar-nav > * {
    position: fixed;
    height: 100%;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    will-change: transform;
    width: 17.5rem;
    -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  .sidebar-nav.show > div {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.text-ss {
  font-size: 0.45rem !important;
  transform: scale(0.9);
}
.text-xs {
  font-size: 0.75rem !important;
}
.text-sm {
  font-size: 0.875rem !important;
}
.text-md {
  font-size: 1rem !important;
}
.text-lg {
  font-size: 1.125rem !important;
}
.text-xl {
  font-size: 1.375rem !important;
}
.text-32 {
  font-size: 2.25rem !important;
}
.text-64 {
  font-size: 4rem !important;
}
.badge.text-ss {
  font-weight: normal;
}
@media (max-width: 767.98px) {
  .text-lg {
    font-size: 1rem !important;
  }
  .text-xl {
    font-size: 1.25rem !important;
  }
  .alert-body .text-md {
    font-size: 0.875rem !important;
  }
}
.text-height-xs {
  line-height: 1 !important;
}
.text-height-sm {
  line-height: 1.2 !important;
}
.text-height-md {
  line-height: 1.4 !important;
}
.text-height-lg {
  line-height: 1.6 !important;
}
.text-height-xl {
  line-height: 2 !important;
}
.text-gray {
  color: #555;
}
.overflowClip_1 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.overflowClip_1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.overflowClip_2 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.url-card .url-body {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.url-card .url-body:hover {
  transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
  -webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
  -moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
}
.url-card .url-like {
  position: absolute;
  top: 5px;
  right: 10px;
  opacity: 0;
  transition: opacity 0.3s;
}
.url-card .url-body:hover .url-like {
  opacity: 1;
}
.url-card .url-info {
  overflow: hidden;
  padding-right: 5px;
}
.url-card .url-goto-after {
  height: 24px;
  border-top: 1px solid rgba(136, 136, 136, 0.2);
}
.url-card .url-goto {
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0;
}
.url-card .card-body {
  position: relative;
  padding: 0.938rem;
}
.url-card .url-img {
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  background: rgba(128, 128, 128, 0.1);
  overflow: hidden;
}
.url-card .url-img > img {
  max-height: 100%;
  vertical-align: unset;
}
.url-card .max .url-img {
  width: 60px;
  height: 60px;
}
.url-card .mini .url-img {
  width: 25px;
  height: 25px;
}
.url-card .post-min .url-img {
  width: 20px;
  height: 20px;
}
.url-card .post-min .url-img > img {
  vertical-align: unset;
}
.url-card a.card {
  justify-content: center;
}
.url-card.wechat a.card::before {
  content: '\eb74';
  position: absolute;
  display: inline-block;
  font-family: 'iconfont';
  font-size: 66px;
  color: #888;
  left: 1px;
  opacity: 0.2;
}
.url-card.down a.card:after {
  content: '\e604';
  position: absolute;
  display: inline-block;
  font-family: 'iconfont';
  font-size: 60px;
  color: #888;
  margin-left: 10px;
  right: 10px;
  opacity: 0.2;
}
.url-card.down .mini a.card:after {
  font-size: 30px;
  margin-left: 10px;
  right: 10px;
}
.url-card.down .max a.card:after {
  font-size: 30px;
}
.url-card.wechat .mini a.card:before {
  font-size: 36px;
  left: 2px;
}
.url-card.wechat .max a.card:before {
  font-size: 80px;
  left: 5px;
  top: -22px;
}
.url-card.wechat .max .url-img,
.url-card.wechat .mini .url-img {
  background: transparent;
}
.url-card.wechat .max .url-img img,
.url-card.wechat .mini .url-img img {
  max-height: 80%;
}
.url-card.wechat .no_ico a.card:before {
  font-size: 26px;
  right: 2px;
  left: auto;
}
.url-card.wechat .max.no_ico a.card:before {
  right: 11px;
  top: auto;
  bottom: -3px;
}
.url-card .mini a.togo,
.url-card .default a.togo {
  position: absolute;
  top: 20px;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  opacity: 0.2;
  transition: opacity 0.3s;
}
.url-card .mini a.togo {
  top: 3px;
}
.url-card .url-body:hover a.togo {
  opacity: 1;
}
.url-card .max a.togo {
  margin-left: auto;
}
.url-card .max .tga {
  width: calc(100% - 15px);
  overflow: hidden;
}
.url-card .max .tga a {
  font-size: 90%;
  padding: 0.125rem 0.4rem;
  background: rgba(134, 134, 134, 0.1);
  color: #888;
  border-radius: 10px;
  transition: 0.3s;
}
.url-card .max .tga a:not(.no-tag):hover {
  background: #f1404b;
  color: #fff;
}
.home-like,
.btn-like {
  cursor: pointer;
}
.home-like:hover,
.btn-like:hover {
  color: #f1404b;
}
.home-like-hide {
  opacity: 0 !important;
  transform: scale(3) translateY(-25px) !important;
}
.url-card a.togo:hover i {
  text-shadow: 0 0 5px;
}
.panel-body .url-card.shortcode-url .card {
  background: rgba(136, 136, 136, 0.1);
}
.url-card .remove-site,
.url-card .remove-cm-site {
  position: absolute;
  top: -8px;
  right: 0;
  font-size: 20px;
  color: #f1404b;
  line-height: 20px;
}
.url-card .mini .card-body {
  padding: 0.4rem 0.5rem;
}
.edit .url-card.sortable {
  cursor: move;
}
.edit .url-card.sortable .url-body a {
  pointer-events: none;
}
.edit .url-card.sortable .url-body:hover {
  transform: initial;
  box-shadow: initial;
}
.card-app.default .media,
.card-app.card {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.app-rounded {
  border-radius: 30% !important;
}
.card-app.default .media-content {
  background-color: transparent !important;
}
.card-app.default:hover .media,
.card-app.card:hover {
  transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
  -webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
  -moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.app-info .info-term {
  display: inline-block;
}
.app-content {
  overflow: hidden;
  align-items: center;
}
.app-content .app-ico img {
  width: 128px;
}
.app-nature .badge i {
  font-weight: 100;
}
.card-app.card .tga {
  overflow: hidden;
}
.card-app.card .tga a {
  font-size: 75%;
  padding: 0.125rem 0.4rem;
  background: rgba(134, 134, 134, 0.1);
  color: #888;
  border-radius: 10px;
  transition: 0.3s;
}
.card-app.card .tga a:not(.no-tag):hover {
  background: #f1404b;
  color: #fff;
}
.card-app.card .app-platform {
  position: absolute;
  top: 3px;
  right: 5px;
  opacity: 0;
  transition: opacity 0.3s;
}
.card-app.card:hover .app-platform {
  opacity: 0.3;
}
.radius-50 {
  border-radius: 100px !important;
}
.historic .line-thead,
.historic .line-tbody {
  position: relative;
  height: 1px;
}
.historic .line-thead:before,
.historic .line-tbody:before {
  content: '';
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  background-color: rgba(136, 136, 136, 0.4);
}
.historic .line-tbody:before {
  background-color: rgba(136, 136, 136, 0.2);
}
.io-alert {
  padding: 1.25rem;
  color: var(--this-color);
  border-radius: 8px;
  border: 1px dashed var(--this-border-color);
  background-color: var(--this-bg-color);
  --this-color: #4a9718;
  --this-border-color: rgba(159, 255, 95, 0.7);
  --this-bg-color: rgba(159, 255, 95, 0.2);
}
.screenshot-carousel {
  background-color: rgba(0, 0, 0, 0.1);
  overflow: hidden;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1) inset;
}
.screenshot-carousel .img_wrapper {
  height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.screenshot-carousel .img_wrapper a {
  display: contents;
  flex: 1;
}
.screenshot-carousel .img_wrapper img {
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
  -webkit-box-shadow: 0 10px 13px rgba(31, 45, 62, 0.35);
  box-shadow: 0 10px 13px rgba(31, 45, 62, 0.35);
  border-radius: 5px;
}
.screenshot-carousel .carousel-indicators li {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 10px;
  transition: 0.3s;
}
.screenshot-carousel .carousel-indicators .active {
  width: 20px;
  height: 8px;
  border-radius: 10px;
}
.carousel-control-next,
.carousel-control-prev {
  opacity: 0;
  width: 60px;
  transition: all 0.3s;
}
.carousel-control-prev {
  transform: translateX(-50px);
}
.carousel-control-next {
  transform: translateX(50px);
}
.screenshot-carousel .carousel-control-prev:before,
.screenshot-carousel .carousel-control-next:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  border-radius: 20px;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.2);
}
.screenshot-carousel:hover .carousel-control-next,
.screenshot-carousel:hover .carousel-control-prev {
  opacity: 0.5;
  transform: translateX(0);
}
.screenshot-carousel .carousel-control-next:hover,
.screenshot-carousel .carousel-control-prev:hover {
  opacity: 0.9;
}
.screenshot-carousel .carousel-control-next:focus,
.screenshot-carousel .carousel-control-prev:focus {
  opacity: 0.9;
}
.footer-social > a {
  position: relative;
  display: inline-block;
  margin: 5px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.footer-links > a + a:before,
.footer-nav-links > li + li:before {
  content: '';
  width: 4px;
  height: 4px;
  margin: 0 0.5em;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background: #888;
  opacity: 0.3;
  vertical-align: 0.2em;
}
.footer-mini-img {
  width: 90px;
  margin: 0 10px;
  text-align: center;
  vertical-align: text-top;
  display: inline-block;
}
.footer-mini-img img {
  width: 100%;
}
.footer-nav-links {
  list-style: none;
}
.footer-nav-links > li {
  text-align: center;
  position: relative;
}
.footer-nav-links > li::before {
  position: absolute;
  margin: 0 !important;
  left: -17px;
  top: 10px;
}
.footer-nav-links > li + li {
  margin-left: 30px;
}
.footer-nav-links ul {
  list-style: none;
  padding: 0;
  margin-top: 10px;
  font-size: 0.75rem !important;
  text-align: center;
}
.footer-nav-links ul li {
  margin: 6px 0;
}
.footer-nav-links i {
  display: none;
}
#footer-tools {
  position: fixed;
  bottom: 20px;
  right: 10px;
  display: flex;
  z-index: 5;
}
#footer-tools .btn {
  color: #555;
  background: rgba(210, 210, 210, 0.5);
  width: 40px;
  height: 40px;
  font-size: 1rem;
  text-align: center;
  line-height: 40px;
  padding: unset;
  display: block;
  border: unset;
}
#footer-tools .go-up {
  display: none;
}
#footer-tools .btn:hover {
  color: #333;
}
#footer-tools [data-v-3f531364][data-v-51909324],
#footer-tools [data-v-db6ccf64][data-v-41ba7e2c],
#footer-tools [data-v-db6ccf64][data-v-6d083e75] {
  top: unset !important;
  bottom: 0 !important;
  right: 44px !important;
}
#footer-tools .s-sticker-tmp {
  position: absolute !important;
  font-size: 12px !important;
  top: -6px;
  left: 18px;
  transform: scale(0.82);
  padding: 1px 5px;
  background: #f1404b;
  color: #ffffff !important;
  border-radius: 50px;
  padding: 1px 5px !important;
}
.friendlink a {
  position: relative;
  display: inline-block;
  margin: 0.25rem 0.5rem 0.25rem 0.25rem;
}
.friendlink a:before {
  content: '\2022';
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
@media (max-width: 767.98px) {
  footer.main-footer .footer-text {
    text-align: center;
    float: none;
  }
  #footer-tools {
    bottom: 15px;
    right: 5px;
  }
}
.tips-box,
.badge,
.btn {
  color: var(--this-color);
  background: var(--this-bg);
  border: 1px solid var(--this-border);
  box-shadow: var(--this-shadow);
  transition: 0.2s;
  --this-color: #666;
  --this-bg: rgba(136, 136, 136, 0.1);
  --this-border: transparent;
  --this-shadow: none;
  --this-hover-color: #444;
  --this-hover-bg: rgba(136, 136, 136, 0.2);
}
.tips-box {
  display: inline-block;
  border-radius: 4px;
  vertical-align: middle;
  padding: 0.3em 0.6em;
  text-align: center;
  --this-color: #666;
}
.badge {
  font-weight: normal;
  line-height: 1.2;
  padding: 1px 5px;
  border-radius: 50px;
}
.btn.active,
.btn:focus,
.btn:hover {
  color: var(--this-hover-color);
  background: var(--this-hover-bg);
}
.btn:active {
  --this-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.08);
}
.btn-shadow {
  --this-shadow: 0px 12px 20px -8px var(--this-shadow-bg);
}
.btn-shadow:focus,
.btn-shadow:hover {
  --this-shadow: 0px 2px 10px 0px transparent;
}
.btn-shadow[class*='vc-l-'],
.btn-shadow.btn-outline {
  --this-shadow: 0px 5px 20px -3px transparent;
}
.btn-shadow[class*='vc-l-']:focus,
.btn-shadow[class*='vc-l-']:hover,
.btn-shadow.btn-outline:not(.badge):focus,
.btn-shadow.btn-outline:not(.badge):hover {
  --this-shadow: 0px 2px 10px 0px var(--this-shadow-bg);
}
.btn-shadow.btn-outline[class*='vc-l-']:not(.badge):focus,
.btn-shadow.btn-outline[class*='vc-l-']:not(.badge):hover {
  color: var(--this-hover-color);
  background: var(--this-hover-bg);
  --this-shadow: 0px 2px 10px 0px var(--this-shadow-bg);
}
.btn-outline {
  color: var(--this-bg);
  background: transparent;
  --this-border: var(--this-bg);
}
.btn-outline:not(.badge):focus,
.btn-outline:not(.badge):hover {
  color: var(--this-hover-color);
  background: var(--this-bg);
}
.btn-outline[class*='vc-l-'] {
  color: var(--this-color);
  background: transparent;
  --this-border: var(--this-color);
}
.btn-outline:not(.badge):focus[class*='vc-l-'],
.btn-outline:not(.badge):hover[class*='vc-l-'] {
  color: var(--this-color);
  background: var(--this-bg);
  --this-border: transparent;
}
.btn-outline.c-white:hover {
  background: 0 0;
  --this-color: var(--focus-color);
  color: var(--focus-color);
}
.btn-hover-dark:hover {
  color: #fff;
  background: #212326;
  --this-border: transparent;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.tooltip-inner img {
  margin: 0.25rem 0;
}
.tooltip-inner p {
  color: #fff;
}
.modal-backdrop {
  z-index: 1089 !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.5);
}
.modal-backdrop.show {
  opacity: 1;
}
.modal {
  z-index: 1090;
}
.modal-content,
.modal-header,
.modal-footer {
  border: 0;
}
.btn:not(.go-up) {
  border-radius: 3px;
  white-space: normal;
  font-size: 0.875rem;
}
.carousel-blog li {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 10px;
}
.carousel-blog {
  margin: 0 10px;
  top: 0;
  bottom: unset !important;
  width: unset !important;
  right: 0;
  left: auto !important;
}
.carousel-blog .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #fff;
  opacity: 0.7;
  border-radius: 10px;
  transition: 0.4s;
  border: none;
}
.carousel-blog .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 12px;
  opacity: 1;
}
.card,
.block {
  background: #fff;
  border-width: 0;
  margin-bottom: 1rem;
  box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, 0.2);
  transition: background-color 0.3s;
}
.card-header {
  background-color: unset;
  border-bottom: 1px solid rgba(130, 130, 130, 0.1);
}
.card-footer {
  background-color: unset;
  border-top: 1px solid rgba(130, 130, 130, 0.1);
}
.input-group-text {
  border: 1px solid #e9ebef;
  background-color: #e9ebef;
}
.badge-danger {
  background-color: #f1404b;
}
.form-control {
  font-size: 0.875rem;
  color: #6d6e74;
  border: 1px solid #f1f3f6;
  background-color: #f1f3f6;
}
.form-control:focus {
  border: 1px solid #f1f3f6;
  background-color: #f1f3f6;
  box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  color: #888a8f;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #888a8f;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #888a8f;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #888a8f;
  opacity: 1;
}
.form-control::placeholder {
  color: #888a8f;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #f1f3f6;
  opacity: 1;
  color: #0d131b;
}
.btn-danger {
  color: #fff;
  background-color: #f1404b;
  border-color: #f1404b;
}
.btn-danger:hover {
  color: #fff;
  background-color: #14171b;
  border-color: #14171b;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #f1404b;
  border-color: #f1404b;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #f1404b;
  border-color: #f1404b;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #f1404b;
  border-color: #f1404b;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-dark {
  color: #fff;
  background-color: #14171b;
  border-color: #14171b;
}
.btn-dark:hover {
  color: #fff;
  background-color: #f1404b;
  border-color: #f1404b;
}
.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
  box-shadow: none;
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #222831;
  border-color: #222831;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-outline-danger {
  color: #f1404b;
  border-color: #f1404b;
}
.btn-outline-danger:hover {
  color: #fff;
  border-color: #f1404b;
  background-color: #f1404b;
}
.text-muted a {
  color: #6c757d;
}
.text-muted a:hover {
  color: #5c656d;
}
.custom-switch .custom-control-label::before {
  height: 1.125rem;
  width: 2rem;
  border-radius: 0.57rem;
  background-color: transparent;
}
.custom-switch .custom-control-label::after {
  width: calc(1.125rem - 4px);
  height: calc(1.125rem - 4px);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: rgba(241, 64, 76, 0.15);
  border-color: rgba(241, 64, 76, 0.15);
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(241, 64, 76, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #f1404b;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(0.85rem);
  transform: translateX(0.85rem);
}
.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #f1404b;
  background-color: #f1404b;
}
.transparent {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: unset !important;
}
.navbar-menu .dropdown-menu {
  display: block;
  border: unset;
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  overflow: hidden;
  opacity: 0;
  transform-origin: 100% 0 0;
  pointer-events: none;
  transform: scale(0);
  transition: all 500ms cubic-bezier(0, 0.5, 0.2, 1);
}
.navbar-menu .dropdown-menu.show {
  opacity: 1;
  transform: scale(1);
  display: block;
  pointer-events: auto;
}
.dropdown-item:hover {
  background-color: rgba(136, 136, 136, 0.1);
}
.dropdown-item:active,
.dropdown-item:focus {
  color: #333;
  background-color: rgba(136, 136, 136, 0.2);
}
.dropdown-divider {
  border-color: rgba(136, 136, 136, 0.2);
}
.rounded-xl {
  border-radius: 0.525rem !important;
}
.carousel-vertical .carousel-inner .carousel-item-next.carousel-item-left,
.carousel-vertical .carousel-inner .carousel-item-prev.carousel-item-right {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.carousel-vertical .carousel-inner .active.carousel-item-left,
.carousel-vertical .carousel-inner .carousel-item-prev {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.carousel-vertical .carousel-inner .active.carousel-item-right,
.carousel-vertical .carousel-inner .carousel-item-next {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.custom-switch-before {
  margin-left: -2.25rem;
  margin-right: 2.25rem;
}
.io-close {
  text-shadow: none;
  transition: 0.3s;
}
.io-modal-content {
  border-radius: inherit;
}
.modal-content.modal-suspend {
  background: transparent !important;
}
.modal-content.modal-suspend .modal-header {
  border-radius: var(--main-radius);
  padding-bottom: 120px;
}
.modal-content.modal-suspend .modal-body {
  margin: 4px;
  padding: 0;
  border-radius: 8px;
  margin-top: -110px;
  box-shadow: 0 11px 15px 0 rgba(10, 10, 10, 0.3);
}
.col-1a,
.col-2a,
.col-3a,
.col-4a,
.col-5a,
.col-6a,
.col-7a,
.col-8a,
.col-9a,
.col-10a,
.col-11a,
.col-12a,
.col-sm-1a,
.col-sm-2a,
.col-sm-3a,
.col-sm-4a,
.col-sm-5a,
.col-sm-6a,
.col-sm-7a,
.col-sm-8a,
.col-sm-9a,
.col-sm-10a,
.col-sm-11a,
.col-sm-12a,
.col-md-1a,
.col-md-2a,
.col-md-3a,
.col-md-4a,
.col-md-5a,
.col-md-6a,
.col-md-7a,
.col-md-8a,
.col-md-9a,
.col-md-10a,
.col-md-11a,
.col-md-12a,
.col-lg-1a,
.col-lg-2a,
.col-lg-3a,
.col-lg-4a,
.col-lg-5a,
.col-lg-6a,
.col-lg-7a,
.col-lg-8a,
.col-lg-9a,
.col-lg-10a,
.col-lg-11a,
.col-lg-12a,
.col-xl-1a,
.col-xl-2a,
.col-xl-3a,
.col-xl-4a,
.col-xl-5a,
.col-xl-6a,
.col-xl-7a,
.col-xl-8a,
.col-xl-9a,
.col-xl-10a,
.col-xl-11a,
.col-xl-12a,
.col-xxl-1a,
.col-xxl-2a,
.col-xxl-3a,
.col-xxl-4a,
.col-xxl-5a,
.col-xxl-6a,
.col-xxl-7a,
.col-xxl-8a,
.col-xxl-9a,
.col-xxl-10a,
.col-xxl-11a,
.col-xxl-12a {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-1a {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.col-2a {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-3a {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-4a {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-5a {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.col-6a {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-7a {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14.285714%;
  flex: 0 0 14.285714%;
  max-width: 14.285714%;
}
.col-8a {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.col-9a {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 11.111111%;
  flex: 0 0 11.111111%;
  max-width: 11.111111%;
}
.col-10a {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
}
@media (min-width: 576px) {
  .col-sm-1a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-sm-2a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-3a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-4a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-5a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-sm-6a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-7a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.285714%;
    flex: 0 0 14.285714%;
    max-width: 14.285714%;
  }
  .col-sm-8a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-sm-9a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.111111%;
    flex: 0 0 11.111111%;
    max-width: 11.111111%;
  }
  .col-sm-10a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
}
@media (min-width: 768px) {
  .col-md-1a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-2a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-3a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-4a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-5a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-md-6a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-7a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.285714%;
    flex: 0 0 14.285714%;
    max-width: 14.285714%;
  }
  .col-md-8a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-md-9a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.111111%;
    flex: 0 0 11.111111%;
    max-width: 11.111111%;
  }
  .col-md-10a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
  .modal-content.modal-suspend .modal-body {
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media (min-width: 992px) {
  .col-lg-1a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-2a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-3a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-4a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-5a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-lg-6a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-7a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.285714%;
    flex: 0 0 14.285714%;
    max-width: 14.285714%;
  }
  .col-lg-8a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-lg-9a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.111111%;
    flex: 0 0 11.111111%;
    max-width: 11.111111%;
  }
  .col-lg-10a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xl-2a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-3a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-4a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-5a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-xl-6a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-7a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.285714%;
    flex: 0 0 14.285714%;
    max-width: 14.285714%;
  }
  .col-xl-8a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-xl-9a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.111111%;
    flex: 0 0 11.111111%;
    max-width: 11.111111%;
  }
  .col-xl-10a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
}
@media (min-width: 1400px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1320px;
  }
  .d-xxl-block {
    display: block !important;
  }
  .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xxl-1a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xxl-2a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-3a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-4a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-5a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-xxl-6a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-7a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.285714%;
    flex: 0 0 14.285714%;
    max-width: 14.285714%;
  }
  .col-xxl-8a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-xxl-9a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.111111%;
    flex: 0 0 11.111111%;
    max-width: 11.111111%;
  }
  .col-xxl-10a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
  .mx-xxl-n5 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1500px;
  }
}
@media (min-width: 1560px) {
  .mx-xxxl-n5 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
}
.size-50 {
  width: 50px;
  height: 50px;
}
.size-70 {
  width: 70px;
  height: 70px;
}
.row-lg {
  margin-left: -1rem;
  margin-right: -1rem;
}
.row-lg [class*='col-'],
.row-lg .col {
  padding-left: 1rem;
  padding-right: 1rem;
}
.row-md {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.row-md [class*='col-'],
.row-md .col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.row-sm {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}
.row-sm [class*='col-'],
.row-sm .col {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.row-xs {
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important;
}
.row-xs [class*='col-'],
.row-xs .col {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.row-xs .card,
.row-xs .block {
  margin-bottom: 0.5rem !important;
}
.io-mx-n2 {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}
.io-px-2,
.io-mx-n2 .url-card {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
@media (min-width: 768px) {
  .io-mx-n2 {
    margin-left: -0.825rem !important;
    margin-right: -0.825rem !important;
  }
  .io-px-2,
  .io-mx-n2 .url-card {
    padding-left: 0.825rem !important;
    padding-right: 0.825rem !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .row-md {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .row-md [class*='col-'],
  .row-md .col {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (max-width: 991.98px) {
  .padding {
    padding: 1.5rem;
  }
  .row-lg {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .row-lg [class*='col-'],
  .row-lg .col {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (max-width: 767.98px) {
  .padding {
    padding: 1rem;
  }
  .container {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  .row {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .row [class*='col-'] {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .row-md {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .row-md [class*='col-'],
  .row-md .col {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
#loading,
#load-loading,
.load-loading {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 88888;
  background: #fff;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
#loading,
#load-loading {
  z-index: 99999;
}
.load-loading {
  position: absolute;
  background: transparent;
}
.load-loading .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
}
#load-loading {
  opacity: 0;
}
#loading.close {
  opacity: 0;
  visibility: hidden;
}
.io-black-mode #loading,
.io-black-mode #load-loading {
  background: #111;
}
#search {
  max-width: 800px;
  position: relative;
}
#search form {
  position: relative;
}
#search-text {
  z-index: inherit;
  padding: 9pt;
  height: 50px;
  font-size: 1pc;
  border: 0;
  border-radius: 3px;
  background-color: #fff;
  transition: 0.3s;
}
#search button {
  position: absolute;
  top: 0;
  right: 0;
  background: #313437;
  border: 0;
  width: 60px;
  height: 36px;
  margin: 7px 9pt 0;
  line-height: 36px;
  border-radius: 3px;
}
#search button:hover {
  background: #000;
  cursor: pointer;
}
#search button i {
  color: #fff;
  font-size: 18px;
}
#search .search-select {
  height: 50px;
  cursor: pointer;
  border: none;
  background-color: #fff;
  transition: 0.3s;
}
#search .input-group-prepend:not(.d-none) + .search-key {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.search-group {
  display: none;
}
.search-group-modal {
  display: none;
}
.s-current .search-type {
  padding-left: 5px;
  display: initial;
}
.s-current {
  display: flex;
}
#search-list {
  position: relative;
}
#search-list-modal {
  position: relative;
}
.s-type {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 23;
  width: 75px;
}
.s-type:hover {
  height: auto;
}
.s-type > span {
  display: block;
  height: 31px;
  width: 75px;
}
.s-type-list {
  display: none;
  position: absolute;
  top: 31px;
  min-width: 75px;
  padding: 12px 0;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 9px 20px rgba(0, 0, 0, 0.16);
}
.s-type-list:before {
  position: absolute;
  top: -1pc;
  left: 20px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #fff;
}
.s-type-list label {
  display: block;
  font-size: 15px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 0;
  padding: 2px 0px;
  word-break: keep-all;
  cursor: pointer;
  transition: 0.3s;
}
.s-type-list:not(.big) label {
  padding: 2px 12px;
}
.s-type-list label:hover {
  background: rgba(136, 136, 136, 0.1);
}
.s-type-list .tile-lg {
  color: #fff;
  width: 3pc;
  height: 3pc;
  font-size: 1.25rem;
  line-height: 3rem;
  border-radius: 0.3rem;
  display: block;
  margin: auto;
}
.s-type:hover .s-type-list {
  display: block;
}
.type-text {
  display: flex;
  align-items: center;
  word-break: keep-all;
  padding-left: 9pt;
}
.type-text:after {
  content: '\e793';
  font-family: 'iconfont';
  font-size: 12px;
  margin: 0 0 0 10px;
}
.search-type {
  white-space: nowrap;
  margin: 0;
}
.search-type label {
  margin: 0;
}
.search-type li {
  display: inline-block;
}
.search-type li label {
  display: inline-block;
  padding: 0 11px;
  font-size: 14px;
  line-height: 31px;
  border-radius: 3px 3px 0 0;
  cursor: pointer;
}
.search-type li.menu-item a {
  display: inline-block;
  font-size: 14px;
  line-height: 31px;
  border-radius: 3px 3px 0 0;
}
.search-type input:checked + label,
.search-type input:hover + label {
  background-color: #fff;
}
.set-check {
  margin-top: 3px;
  font-size: 9pt;
}
.set-check label {
  margin-left: 3px;
}
.set-check input,
.set-check label {
  opacity: 0;
  transition: all 0.3s ease;
}
.search-type li {
  list-style: none;
  display: inline-block;
}
.search-type {
  overflow: auto;
}
.search-smart-tips {
  position: absolute;
  z-index: 20;
  width: 100%;
  overflow: hidden;
}
.search-smart-tips ul {
  padding: 10px 0;
  margin: 0;
}
.search-smart-tips ul li {
  line-height: 30px;
  font-size: 14px;
  padding: 0px 25px;
  cursor: pointer;
  list-style: none;
  transition: 0.3s;
}
.search-smart-tips ul li:hover,
.search-smart-tips ul li.current {
  background-color: rgba(130, 130, 130, 0.5);
}
@media screen and (max-width: 767.98px) {
  #search {
    margin: 25px auto 15px;
  }
  .s-type-list label {
    padding: 5px 0;
  }
  .s-type-list:not(.big) label {
    padding: 5px 16px;
  }
  .search-list {
    height: 30px;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
  }
}
.search-modal #m_search-text {
  z-index: inherit;
  padding: 9pt;
  height: 50px;
  font-size: 1pc;
  border: 0;
  border-radius: 3px;
  background-color: rgba(126, 126, 126, 0.1);
}
.search-modal #search .search-select,
.search-modal .search-type input:checked + label,
.search-modal .search-type input:hover + label {
  background-color: rgba(126, 126, 126, 0.1);
}
.search-modal li.menu-item {
  display: inline-block !important;
  margin: 4px;
}
.search-modal li.menu-item a {
  font-size: 12px;
  padding: 0.375rem 0.875rem;
  background: rgba(136, 136, 136, 0.1);
  border-radius: 50px;
}
.btn-search {
  position: relative;
  background-color: rgba(150, 150, 150, 0.16);
  transition: 0.2s ease-out;
}
.btn-search:hover,
.btn-search.current {
  color: #fff !important;
  background-color: #f1404b;
  box-shadow: 0 5px 20px -3px rgba(249, 100, 90, 0.6);
}
.btn-search.current:after {
  content: '';
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  border: 10px solid transparent;
  border-top-color: #f1404b;
}
.text-break-all {
  word-break: break-all;
}
.hot-ico {
  height: 18px;
  margin-right: 0.25rem;
  margin-bottom: 0.2rem;
}
.posts-nav {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.44);
  padding: 10px 0;
  text-align: center;
}
.posts-nav .page-numbers {
  position: relative;
  min-width: 35px;
  height: 35px;
  padding: 0 5px;
  line-height: 35px;
  display: inline-block;
  background-color: rgba(150, 150, 150, 0.16);
  margin: 0 2px;
  border-radius: 0.2rem;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.posts-nav .page-numbers.current,
.posts-nav .page-numbers:not(.dots):hover {
  color: #fff !important;
  background-color: #f1404b;
  box-shadow: 0px 5px 20px -3px rgba(249, 100, 90, 0.6);
}
.posts-nav .page-numbers.dots {
  border-color: rgba(0, 0, 0, 0);
}
.ajax-loading {
  background: rgba(250, 250, 250, 0.7) !important;
}
#comments-navi > span,
#comments-navi > a,
.page-nav span:not(.current) {
  position: relative;
  display: inline-block;
  background-color: rgba(150, 150, 150, 0.16);
  min-width: 35px;
  height: 35px;
  padding: 0 5px;
  line-height: 35px;
  margin: 0.2rem 0.1rem;
  font-size: 0.75rem;
  border-radius: 0.2rem;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.page-nav span.all {
  width: auto;
  padding: 0 10px;
}
#comments-navi > a:hover,
#comments-navi > .current,
.page-nav > a:hover span,
.page-nav > .current span {
  color: #fff !important;
  background-color: #f1404b;
  box-shadow: 0px 5px 20px -3px rgba(249, 100, 90, 0.6);
}
.overflow-x-auto {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  overflow-y: unset;
}
.overflow-y-auto {
  overflow-y: auto;
  overflow-x: unset;
}
.media-title-bg:before {
  content: '';
  position: absolute;
  left: 0;
  height: 80px;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 20%, transparent 80%);
}
.external {
  padding-right: 5px;
}
.external:after {
  content: '\e66c';
  font-family: 'iconfont';
  font-size: 75%;
}
.nav-login-user {
  position: relative;
}
.nav-login-user .user-ico img {
  width: 28px;
  height: 28px;
  border-radius: 100%;
}
.nav-login-user .header-user {
  position: absolute;
  opacity: 0;
  width: 400px;
  right: -30px;
  visibility: hidden;
  transition: 0.3s;
}
.nav-login-user:hover .header-user {
  opacity: 1;
  visibility: visible;
}
.user-card-top img {
  width: 46px;
  height: 46px;
  border-radius: 100%;
}
.nav-login-user .card-top {
  padding-bottom: 10px;
  border-bottom: 1px dashed #cecece;
}
.fancybox-slide--iframe .fancybox-content {
  max-width: 1280px;
  margin: 0;
}
.fancybox-slide--iframe.fancybox-slide {
  padding: 44px 0;
}
.fancybox-toolbar {
  right: calc(50% - 22px);
  top: 22px;
}
.big-header-banner .page-header {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  box-shadow: none;
  transition:
    color 0.3s,
    background-color 0.3s;
}
.big-header-banner.header-bg .page-header {
  color: initial;
  background: rgba(255, 255, 255, 1);
}
.big-header-banner:not(.header-bg) .page-header .navbar-nav > li > a,
.big-header-banner:not(.header-bg) .navbar-menu a:not(.dropdown-item),
.big-header-banner:not(.header-bg) .mobile-menu a {
  color: #eee;
}
.big-header-banner:not(.header-bg) .header-mini-btn path {
  stroke: #eee;
}
.big-header-banner:not(.header-bg) .page-header .navbar-nav > li > a:hover,
.big-header-banner:not(.header-bg) .navbar-menu a:not(.dropdown-item):hover {
  color: #fff;
}
.big-header-banner:not(.header-bg) .header-mini-btn label:hover path {
  stroke: #fff;
}
.header-big {
  position: relative;
  margin-top: -75px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.header-big.bg-gradual:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: 0.3s;
}
.header-big.bg-gradual:after {
  content: '';
  position: absolute;
  left: 0;
  height: 280px;
  right: 0;
  bottom: -1px;
  background-image: linear-gradient(to top, #f9f9f9 0%, transparent 80%);
  pointer-events: none;
  transition: 0.3s;
}
.header-big.css-img,
.header-big.css-bing {
  background-color: #1b1d1f;
  background-size: cover;
  background-position: center;
}
.header-big.canvas-fx {
  background-color: #1b1d1f;
}
.post-top {
  padding-bottom: 120px;
}
.header-big.no-bg {
  padding-bottom: 10px;
}
.header-big.css-color {
  background-size: 400%;
  background-position: 0% 100%;
  -webkit-animation: gradient 7.5s ease-in-out infinite;
  animation: gradient 7.5s ease-in-out infinite;
}
@-webkit-keyframes gradient {
  50% {
    background-position: 100% 0;
  }
}
@keyframes gradient {
  50% {
    background-position: 100% 0;
  }
}
.blog-tab {
  height: 50px;
  margin-bottom: -30px;
}
.white-nowrap {
  white-space: nowrap;
}
.dl {
  margin-top: -1.5px;
  width: 80%;
  height: 3px;
  background: #888;
  border-radius: 3px;
  opacity: 0.3;
  transition: 0.4s;
  margin: auto;
}
.dlb:hover .dl {
  width: 90%;
  background: #f1404b;
  opacity: 1;
  box-shadow: 0 1px 6px rgba(241, 64, 75, 0.6);
}
.dl-text {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  color: #888;
  text-align: center;
  font-size: 12px;
  margin: 20px 0;
}
.dl-text::before,
.dl-text::after {
  content: '';
  width: 33%;
  height: 1px;
  background: #888;
  opacity: 0.5;
}
.upload-box {
  cursor: pointer;
  transition: 0.3s;
}
.upload-box:hover.bg-light {
  background: rgba(32, 158, 255, 0.1) !important;
}
.tab-btn {
  position: relative;
  padding: 8px 16px;
}
.tab-btn.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 40%;
  height: 4px;
  border-radius: 2px;
  left: 0;
  right: 0;
  margin: auto;
  background: #f1404b;
  box-shadow: 0 1px 6px rgba(241, 64, 75, 0.6);
}
.count-tips::after {
  content: attr(data-min) '/' attr(data-max);
  position: absolute;
  top: 50%;
  z-index: 3;
  right: 5px;
  color: #999;
  transform: translate(0, -50%);
}
.count-tips .form-control {
  padding-right: 60px;
}
.header-big .s-search,
.header-big #bulletin_box {
  margin: 0 15px;
}
.header-big #bulletin_box {
  background: transparent;
  box-shadow: none;
}
.header-big:not(.no-bg) #bulletin_box a {
  color: #fff;
}
.header-big .bulletin-big #bulletin_box {
  max-width: 600px;
  margin: 0 auto;
}
.header-big:not(.no-bg) #bulletin_box .card-body {
  color: #fff !important;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50px;
}
.header-big .bulletin-close {
  opacity: 0.1;
  transition: opacity 0.3s;
}
.header-big .bulletin-big #bulletin_box:hover .bulletin-close {
  opacity: 0.7;
}
.header-big .search-group {
  padding: 0;
  margin: 0 auto;
}
.header-big #search-list {
  text-align: center;
}
.header-big .search-smart-tips {
  width: unset;
  left: 20px;
  right: 20px;
}
.header-big .search-type input:checked + label,
.header-big .search-type input:hover + label {
  position: relative;
  background: transparent !important;
}
.header-big .search-type input:checked + label:before {
  content: '';
  border-width: 8px 8px 0px 8px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.6) transparent transparent;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -8px;
}
.header-big .search-type li label {
  padding-top: 5px;
}
.header-big .s-type-list {
  position: relative !important;
  display: block;
  white-space: nowrap;
  text-align: center;
  position: inherit;
  top: inherit;
  padding: inherit;
  width: none;
  background: none !important;
  border-radius: inherit;
  box-shadow: none !important;
}
.header-big:not(.no-bg) .s-type-list {
  color: #fff;
}
.s-type:hover .s-type-list.big {
  display: block;
}
.header-big .s-type-list .anchor {
  background: #888;
  border-radius: 100px;
  width: 10px;
  height: 4px;
  bottom: 5px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.header-big:not(.no-bg) .s-type-list .anchor {
  background: #fff;
}
.header-big .s-type-list label:hover {
  background: none;
}
.header-big .s-type-list:before {
  display: none;
}
.header-big .s-type {
  position: inherit;
  top: inherit;
  left: inherit;
  z-index: inherit;
  width: auto;
}
.header-big .s-type-list label {
  position: relative;
  display: inline-block;
}
.header-big .s-type-list label span {
  display: block;
  padding: 10px 10px;
}
.header-big .s-type-list label:not(.active)::after {
  content: '';
  height: 4px;
  width: 4px;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  bottom: 5px;
  margin-left: -2px;
  background-color: rgba(255, 255, 255, 0);
  transition: 0.3s;
}
.header-big .s-type-list label:not(.active):hover::after {
  background-color: #fff;
}
.header-big .s-type-list label:not(.active),
.header-big:not(.no-bg) .search-type label {
  opacity: 0.5;
  transition: opacity 0.3s;
}
.header-big .s-type-list label:not(.active):hover,
.header-big:not(.no-bg) .search-type label:hover {
  opacity: 1;
}
.header-big .search-type input:checked + label {
  opacity: 1;
}
.header-big #search-text {
  border-radius: 50px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 9px 20px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.header-big #search button {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: 0 !important;
  width: unset;
  height: unset;
  margin: 0 9px;
  line-height: 50px;
  border-radius: 3px;
}
.header-big #search button:active,
.header-big #search button:focus {
  box-shadow: none;
  outline: none;
  border: 0 !important;
}
.header-big .canvas-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
}
.header-big:not(.no-bg) .text-muted,
.header-big:not(.no-bg) .search-type .menu-item a,
.header-big:not(.no-bg) .big-title .h1 {
  color: #fff !important;
}
.header-big.no-bg #search-text {
  color: #fff;
  border: none;
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.header-big.no-bg .search-type input:checked + label:before {
  border-color: rgba(0, 0, 0, 0.2) transparent transparent;
}
.header-big .search-type li.menu-item {
  padding: 5px 10px 0px 10px;
}
@media screen and (min-width: 768px) {
  .header-big {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .post-top {
    padding-bottom: 180px;
  }
  .header-big.no-bg {
    padding-bottom: 20px;
  }
  .header-big .search-type li label,
  .header-big .search-type li.menu-item {
    padding: 5px 20px;
  }
  .header-big .s-type-list label span {
    padding: 10px 20px;
  }
}
@media screen and (min-width: 992px) {
  .header-big .s-search {
    margin: 0;
  }
}
.io-black-mode .header-big.bg-gradual:before,
.io-black-mode .header-big.bg-gradual:after {
  background-image: linear-gradient(to top, #1b1d1f 0%, transparent 80%);
}
.io-black-mode .big-header-banner .page-header {
  background: transparent;
  box-shadow: none;
}
.io-black-mode .big-header-banner.header-bg .page-header {
  color: #fff;
  background: #2c2e2f;
  box-shadow: 0 0 25px 5px rgba(10, 10, 10, 0.25);
}
.media-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0;
  border-radius: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: rgba(120, 120, 120, 0.1);
}
.carousel-item.home-item:after {
  content: '';
  display: block;
  padding-top: 300px;
}
.carousel-caption {
  bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.media {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.media:after {
  content: '';
  display: block;
  padding-top: 100%;
}
.media-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 5px 10px;
  color: #fff;
}
.new-news {
  height: 100%;
}
.new-news .news_title {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 8px 10px;
  border-radius: 0.2rem 0.2rem 0 0;
}
.new-news ul {
  overflow: auto;
  padding: 0 20px;
  margin-bottom: 10px;
}
.new-news ul li {
  position: relative;
  padding: 0 10px 10px 20px;
  border-left: 2px solid rgba(136, 136, 136, 0.2);
}
.new-news ul li i {
  font-size: 12px;
  top: 3px;
  color: #888;
  position: absolute;
  padding: 5px;
  left: -12px;
  background: #fff;
  transition: background-color 0.3s;
}
.new-news .news_all_btn {
  position: absolute;
  right: 4px;
  padding: 8px 10px;
  transition: 0.3s;
}
.new-news .news_all_btn:hover {
  right: 0px;
}
@media screen and (min-width: 768px) {
  .new-news {
    position: absolute;
    left: 0.5rem;
    right: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .new-news {
    height: 200px;
  }
  .big-title .h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 575.98px) {
  .carousel-item.home-item:after {
    padding-top: 250px;
  }
  .new-news {
    height: 150px;
  }
}
@media screen and (max-width: 454.98px) {
  .carousel-item.home-item:after {
    padding-top: 180px;
  }
  .new-news {
    height: 100px;
  }
}
.overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.66);
  position: absolute;
  opacity: 0.22;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.article-list:after {
  padding-top: 146px;
}
.media-21x9:after {
  padding-top: 42.857143%;
}
.media-16x9:after {
  padding-top: 56.25%;
}
.media-4x3:after {
  padding-top: 75%;
}
.media-2x3:after {
  padding-top: 150%;
}
.media-3x2:after {
  padding-top: 66.66666%;
}
.media-3x4:after {
  padding-top: 133.33333%;
}
.media-1x2:after {
  padding-top: 200%;
}
.media-2x1:after {
  padding-top: 50%;
}
.media-3x1:after {
  padding-top: 33.3333%;
}
.media-4x1:after {
  padding-top: 25%;
}
.media-5x1:after {
  padding-top: 20%;
}
.media-5x7:after {
  padding-top: 141%;
}
.media-1-4:after {
  padding-top: 25vh;
  min-height: 10rem;
}
.media-1-3:after {
  padding-top: 33vh;
  min-height: 12.5rem;
}
.media-1-2:after {
  padding-top: 50vh;
  min-height: 15rem;
}
@media (max-width: 767.98px) {
  .post-cover .media-5x1:after {
    padding-top: 30%;
  }
}
@media (min-width: 1200px) {
  .media-xl-16x9:after {
    padding-top: 56.25% !important;
  }
  .media-xl-3x2:after {
    padding-top: 66.66666% !important;
  }
}
blockquote {
  position: relative;
  padding: 0.9375rem 0 0.9375rem 1.75rem;
  margin: 1.5rem 0;
  border-left: 5px solid rgba(136, 136, 136, 0.2);
  background-color: rgba(136, 136, 136, 0.1);
}
blockquote p:last-of-type {
  margin: 0;
  padding: 0;
}
.tags i {
  color: #f1404b;
  margin-right: 10px;
  vertical-align: middle;
}
.tags a {
  display: inline-block;
  margin: 0 6px 12px 0;
  padding: 3px 10px;
  color: #6d6d6d;
  font-size: 10px;
  transition: 0.3s;
  background: rgba(148, 149, 158, 0.15);
  border-radius: 15px;
}
.color-0 {
  color: #f1404b !important;
  background-color: rgba(249, 100, 90, 0.15) !important;
}
.color-1,
.color-5 {
  color: #20a0ff !important;
  background-color: rgba(32, 158, 255, 0.15) !important;
}
.color-2,
.color-6 {
  color: #39c408 !important;
  background-color: rgba(58, 196, 8, 0.15) !important;
}
.color-3,
.color-7 {
  color: #ff8400 !important;
  background-color: rgba(255, 131, 0, 0.15) !important;
}
.color-4,
.color-8 {
  color: #837adc !important;
  background-color: rgba(132, 122, 220, 0.15) !important;
}
.color-d {
  color: #888;
}
.card.new-news li {
  list-style: none;
}
.user-level-header {
  min-height: 60px;
  width: 40%;
}
.user-level-body {
  border: 1px solid rgba(136, 136, 136, 0.2);
}
.user-level-box:not(.post-content) .badge {
  position: absolute;
  top: -30px;
  left: 40%;
}
.modal-header-simple {
  position: relative;
}
.modal-header-simple > span {
  position: absolute;
  color: var(--this-color);
  background: var(--this-bg);
  border-radius: 100%;
  height: 300px;
  width: 800px;
  opacity: 0.3;
  top: -286px;
  left: -196px;
}
.modal-header-simple > span::after,
.modal-header-simple > span::before,
.modal-header-simple::after,
.modal-header-simple::before {
  position: absolute;
  color: var(--this-color);
  background: var(--this-bg);
  border-radius: 100%;
  content: ' ';
}
.modal-header-simple::before {
  left: -128px;
  bottom: 0;
  height: 300px;
  width: 670px;
  top: -318px;
  transform: rotate(339deg);
  opacity: 0.5;
}
.modal-header-simple::after {
  left: -214px;
  bottom: 0;
  height: 210px;
  width: 340px;
  top: -183px;
  transform: rotate(10deg);
  opacity: 0.3;
}
.modal-header-simple > span::before {
  left: 304px;
  height: 15px;
  width: 15px;
  bottom: -10px;
  opacity: 0.5;
}
.modal-header-simple > span::after {
  right: 304px;
  height: 8px;
  width: 8px;
  bottom: -7px;
  opacity: 0.6;
}
.modal-header-bg {
  color: var(--this-color);
  background-color: var(--this-bg-color);
  background-image: var(--this-bg-image);
  --this-color: #b6e0ff;
  --this-bg-color: #284eaa;
  --this-bg-image:
    radial-gradient(closest-side, rgb(84 211 242), rgba(131, 228, 245, 0)),
    radial-gradient(closest-side, rgb(75 125 255), rgba(207, 209, 255, 0)),
    radial-gradient(closest-side, rgb(0 180 255), rgba(131, 203, 254, 0));
  background-size:
    130% 180%,
    120% 220%,
    110% 150%;
  background-position:
    -120% -50%,
    280% 50%,
    -90% 80%;
  background-repeat: no-repeat;
  animation: 12s modal-header-anim infinite;
}
@keyframes modal-header-anim {
  0%,
  100% {
    background-size:
      130% 180%,
      120% 220%,
      110% 150%;
    background-position:
      -120% -50%,
      280% 50%,
      -90% 80%;
  }
  25% {
    background-size:
      120% 170%,
      130% 240%,
      120% 130%;
    background-position:
      -80% -60%,
      260% 10%,
      -80% 90%;
  }
  50% {
    background-size:
      110% 150%,
      150% 200%,
      130% 140%;
    background-position:
      -100% -20%,
      200% 50%,
      -60% 50%;
  }
  75% {
    background-size:
      140% 170%,
      120% 180%,
      120% 130%;
    background-position:
      -130% -70%,
      150% 80%,
      -70% 80%;
  }
}
.modal-header-bg.semi-white::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--main-bg-color);
  width: 100%;
  top: 120px;
  transition: 0.3s;
}
.modal-header-bg.modal-header {
  align-items: center;
  justify-content: center;
  min-height: 120px;
}
.modal-header-bg.modal-header .io-close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff !important;
}
.modal-medium {
  max-width: 400px;
}
.loading-anim {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.step-simple {
  display: flex;
  padding: 6px 16px;
  background: rgba(130, 130, 130, 0.1);
  border-radius: 4px;
  text-align: center;
}
.step-simple > span {
  flex: 1;
  position: relative;
  margin: 0 6px;
}
.step-simple > span + span:before {
  position: absolute;
  content: '\ea22';
  font-family: 'iconfont';
  font-size: 12px;
  left: -8px;
}
.step-simple > span.active {
  font-weight: bold;
}
.verification {
  position: relative;
  display: flex;
  align-items: center;
}
.btn-token {
  position: absolute;
  color: #888;
  background-color: rgba(136, 136, 136, 0.2);
  padding: 3px 5px;
  border-radius: 5px;
  font-size: 12px;
  right: 4px;
  transition:
    color 0.3s,
    background-color 0.3s;
}
.btn-token:hover {
  color: #222;
  background-color: rgba(156, 156, 156, 0.5);
}
.password-show-btn {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s;
}
.password-show-btn:hover {
  opacity: 1;
}
.card-thumbnail {
  width: 120px;
  min-width: 120px;
  height: 120px;
  border-radius: var(--main-radius);
  overflow: hidden;
}
.img-type-book {
  height: 180px;
}
.img-type-post {
  width: 180px;
  min-width: 160px;
}
.img-type-app {
  border: 2px solid rgba(136, 136, 136, 0.2);
  border-radius: 32px;
}
.img-type-app .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-level-body .card-thumbnail img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
}
.card-thumbnail.img-type-app img {
  width: auto;
  height: 70%;
}
.content-hide-tips {
  position: relative;
  padding: 35px 10px 10px;
  border: 1px dashed rgba(155, 155, 155, 0.3);
  margin: 20px 0;
  border-radius: 8px;
  background-color: rgba(155, 155, 155, 0.05);
}
.content-hide-tips .card-thumbnail {
  width: 90px;
  min-width: 90px;
  height: 90px;
}
.hide-type-password .card-thumbnail {
  width: 120px;
  height: 120px;
}
.hide-type-buy .card-thumbnail {
  height: 150px;
}
.content-hide-tips .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-hide-tips .hidden-text {
  position: absolute;
  padding: 2px 9px;
  font-size: 12px;
  top: 3px;
  left: 3px;
  color: #8b1c1c;
  background: rgba(244, 108, 108, 0.3);
  border-radius: var(--main-radius);
  border: 1px dashed rgba(155, 155, 155, 0.3);
  transition: 0.3s;
}
.tags a:focus,
.tags a:hover {
  background-color: #232425 !important;
  text-decoration: none;
  color: #fff !important;
}
pre {
  position: relative;
  overflow-y: auto;
  border: 0;
  color: #777;
  border-radius: 3px;
  padding: 0.75rem;
  margin: 1.5rem 0;
  white-space: pre-wrap;
  word-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.04);
}
table {
  width: 100%;
}
th,
td {
  border: 1px solid rgba(136, 136, 136, 0.3);
  padding: 8px 12px;
}
.single-top-area {
  background: #fff;
}
.near-navigation {
  display: flex;
  background: #fff;
}
.near-navigation .nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 80px;
  padding: 0 20px;
  position: relative;
  width: 50%;
  word-break: break-word;
}
.near-navigation .next {
  align-items: flex-end;
  text-align: right;
  border-radius: 0 5px 5px 0;
  overflow: hidden;
}
.near-navigation .previous {
  border-radius: 5px 0 0 5px;
  overflow: hidden;
}
.near-navigation span {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}
.near-navigation .near-title {
  font-size: 12px;
  margin: 5px 0 0;
  position: relative;
  z-index: 2;
}
.near-navigation img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.near-navigation .none span,
.near-navigation .none .near-title {
  color: #999;
}
.panel-header h1 {
  line-height: 1.5;
}
.panel-body p,
.site-content p,
.post-content figure {
  margin-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 2;
  word-wrap: break-word;
}
.panel-body h1,
.panel-body h2,
.panel-body h3,
.panel-body h4,
.panel-body h5,
.panel-body h6 {
  margin-bottom: 1rem;
}
.panel-body h1 {
  font-size: 1.5rem;
}
.panel-body h2 {
  font-size: 1.25rem;
  border-left: 3px solid #f1404b;
  padding: 0.25rem 0 0.25rem 1.25rem;
  margin-left: -1.438rem;
}
.panel-body h3 {
  font-size: 1.125rem;
  border-left: 3px solid #f1404b;
  padding-left: 1.25rem;
  margin-left: -1.438rem;
}
.panel-body h4 {
  font-size: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(136, 136, 136, 0.2);
}
.panel-body h5,
.panel-body h6 {
  font-size: 1rem;
}
.panel-body ul,
.panel-body ol {
  font-size: 0.875rem;
}
.panel-body ul li,
.panel-body ol li {
  margin: 0.5rem 0;
}
.transparent .panel-body h2,
.transparent .panel-body h3 {
  position: relative;
  margin-left: 0;
}
@media (max-width: 767.98px) {
  blockquote {
    padding-left: 1.25rem;
  }
  .user-level-box .badge {
    top: -25px;
  }
  .user-level-header {
    width: 60%;
  }
  .panel-body p,
  .panel-body figure {
    font-size: 0.9375rem;
  }
  .panel-header h3,
  .panel-header .h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .user-level-body:not(.is-buy) .pay-list-btn {
    width: 60%;
    margin-left: auto;
  }
}
.image-captcha-group {
  position: relative;
}
.image-captcha-group .form-control {
  min-width: 200px;
}
.image-captcha-group .image-captcha {
  position: absolute;
  cursor: pointer;
  top: 50%;
  right: 2px;
  transform: translateY(-50%);
}
.image-captcha-group img {
  width: auto;
  height: 32px;
  border-radius: 4px;
}
.siteico {
  background: #e6e8ed;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 20px -20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  transition: background-color 0.3s;
}
.siteico:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.tool-actions {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0.625rem 0;
}
.tool-actions .btn-light {
  color: #424446 !important;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(250, 250, 250, 0.5) !important;
  border-color: transparent !important;
}
.tool-actions .btn-light:hover {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.customize-menu .btn-edit {
  color: #ddd;
  line-height: 24px;
  background: #f1404b;
  padding: 0 10px;
  margin: 5px 0;
  border-radius: 50px;
  white-space: nowrap;
}
.customize-menu .btn-edit:hover {
  color: #fff;
}
.blur {
  -moz-filter: blur(15px);
  -ms-filter: blur(15px);
  -webkit-filter: blur(15px);
  filter: blur(15px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=15,MakeShadow=false);
}
.blur-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  width: inherit;
  height: inherit;
  opacity: 0.2;
}
.img-cover {
  max-width: 90% !important;
  min-width: 72px !important;
  max-height: 90% !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 6px;
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.site-body .btn-arrow {
  color: #444;
  border-radius: 6px;
  padding: 7px 16px;
  background-color: rgba(138, 138, 138, 0.15);
  transition: 0.3s;
}
.site-body .btn-arrow:hover {
  color: #fff;
  background: #202224;
}
.site-body .btn-arrow:active {
  box-shadow: unset;
}
.site-body .site-go .btn {
  margin-bottom: 10px;
}
.site-go-url {
  position: relative;
}
.site-go-url .spare-url {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  margin-top: 0;
  transition: 0.3s;
}
.site-go-url .spare-url a {
  white-space: nowrap;
}
.site-go a + a {
  margin-left: 10px;
}
.site-go-url:hover .spare-url {
  opacity: 1;
  visibility: visible;
  margin-top: -10px;
}
.card-post .flex-avatar {
  padding: 2px !important;
}
.card-post .media,
.card-book .media {
  box-shadow: 0 0 20px -5px rgba(20, 20, 20, 0.2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card-post:hover .media,
.card-book:hover .media {
  transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  box-shadow: 0 26px 40px -24px rgba(27, 28, 31, 0.3);
  -webkit-box-shadow: 0 26px 40px -24px rgba(27, 28, 31, 0.3);
  -moz-box-shadow: 0 26px 40px -24px rgba(27, 28, 31, 0.3);
}
.card-post .list-content {
  padding-bottom: 0.5rem;
}
.btn-arrow {
  position: relative;
}
.btn-arrow span {
  padding-right: 1.25rem;
  display: inline-block;
}
.btn-arrow i {
  position: absolute;
  font-size: 18px;
  width: 0.8em;
  right: 1rem;
  top: 50%;
  opacity: 0.6;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  will-change: right, opacity;
}
.btn-arrow:hover i,
.btn-arrow:focus i {
  opacity: 1;
  right: 0.6rem;
}
.btn-mgs {
  position: relative;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  overflow: hidden;
  transition: 0.3s;
  background-color: rgba(138, 138, 138, 0.2);
  --this-color: #444;
}
.btn-mgs .b-name {
  opacity: 1;
  transition: 0.3s;
  padding-right: 1.25rem;
}
.btn-mgs .b-price {
  position: absolute;
  display: flex;
  color: #fff;
  opacity: 0;
  top: 0;
  left: 1rem;
  height: 100%;
  transition: 0.3s;
  white-space: nowrap;
  align-items: center;
}
.btn-mgs i {
  position: absolute;
  font-size: 18px;
  width: 0.8em;
  right: 1rem;
  top: 50%;
  opacity: 0.6;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  will-change: right, opacity;
}
.btn-mgs:hover {
  color: #fff;
  background-color: #212224;
}
.btn-mgs:hover .b-name {
  opacity: 0;
}
.btn-mgs:hover .b-price {
  left: 0.6rem;
  opacity: 1;
}
.btn-mgs:hover i,
.btn-mgs:focus i {
  opacity: 1;
  right: 0.6rem;
}
.btn-cat {
  color: #fff !important;
  background: #f1404b;
  font-size: 12px;
  padding: 2px 5px;
  border-radius: 4px;
  transition: 0.3s;
}
.btn-cat:hover {
  color: #fff;
  background: #212224;
}
.btn-icon {
  text-align: center;
  width: 3.125rem;
  height: 3.125rem;
  padding: 0 !important;
  position: relative;
}
.btn-icon span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.country-piece {
  position: absolute;
  color: #fff;
  top: 10px;
  right: 10px;
  transition: 0.3s;
  padding: 0 5px;
  background: #f1404b;
  border-radius: 20px;
}
.link-dead {
  position: absolute;
  font-size: 0.825rem;
  color: #ddd;
  top: 10px;
  left: 10px;
  transition: 0.3s;
  padding: 2px 14px;
  background-image: linear-gradient(20deg, #48494c 0%, #232426 100%);
  border-radius: 20px;
}
.link-dead-msg {
  display: inline;
  color: #80410a !important;
  background-color: #ecbd8a;
  padding: 2px 12px;
  border-radius: 20px;
}
.sites-default-content .card-footer {
  background-color: transparent;
}
.content-title {
  position: relative;
}
.content-title:before,
.content-title:after {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 1px;
  border-top: 1px solid;
  content: '';
  border-color: inherit;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content-title:before {
  left: -65px;
}
.content-title:after {
  right: -65px;
}
@media screen and (max-width: 575.98px) {
  .siteico:before {
    padding-top: 60%;
  }
  .card-post .list-content {
    padding-top: 0.5rem;
  }
}
.down-content {
  margin-top: 120px;
}
.down-content .card {
  border: 0;
}
.down-content .card .card-header {
  position: relative;
  border-radius: 6px;
  padding: 0.3rem;
  margin: 0 15px;
  margin-top: -30px;
  border: 0;
  background: linear-gradient(60deg, #f1404b, #f1417c);
  box-shadow:
    0 5px 20px 0 rgba(0, 0, 0, 0.2),
    0 13px 24px -11px rgba(176, 39, 62, 0.6);
}
.down-content .card-header-img {
  margin-top: -100px;
  padding: 8px;
  width: 120px;
  height: 120px;
  background: #ffffff;
  transition: background-color 0.3s;
}
.down-content .card-signup {
  border-radius: 6px;
  margin: 0 15px;
  box-shadow:
    0 16px 24px 2px rgba(0, 0, 0, 0.1),
    0 6px 30px 5px rgba(0, 0, 0, 0.08),
    0 8px 10px -5px rgba(0, 0, 0, 0.15);
}
.down-content .down-info li {
  margin: 5px 0;
}
.btn-danger {
  color: #fff;
  background-color: #f1404b;
  border-color: transparent;
}
.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
  color: #fff;
  box-shadow: 0 0 0 0 transparent;
}
.down-content .apd-right {
  position: relative;
  background: rgba(34, 34, 34, 0.05);
  width: 100%;
  height: 100%;
  border-radius: 6px;
  border: 2px dashed rgba(0, 0, 0, 0.1);
}
.down-content .statement {
  position: relative;
  margin: 0 -1.25rem;
  border-bottom: 2px dashed #eee;
  border-top: 2px dashed #eee;
  background: rgba(0, 0, 0, 0.01);
  transition: 0.3s;
}
.down-content .statement:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  top: 5px;
  left: 5px;
  border-radius: 50%;
  background: #eee;
  box-shadow:
    0 10px #eee,
    0 20px #eee;
  transition: 0.3s;
}
.down-content .card-nav-tabs:before {
  content: '\e604';
  position: absolute;
  bottom: -3px;
  right: 5px;
  font-size: 20px;
  color: rgba(129, 129, 129, 0.3);
  font-family: 'iconfont';
}
@media screen and (max-width: 767.98px) {
  .down-content .card-signup {
    border-radius: 6px;
    margin: 0 -10px;
  }
  .down-content {
    margin-top: 90px;
  }
  .down-content .card .card-header {
    margin-left: 5px;
    margin-right: 5px;
  }
  .down-content .card-header-img {
    margin-top: -70px;
    padding: 6px;
    width: 90px;
    height: 90px;
  }
}
.book-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.book-info .info-title {
  display: inline-block;
  width: 70px;
  text-align: justify;
  text-justify: distribute-all-lines;
  -moz-text-align-last: justify;
  text-align-last: justify;
}
.rankings .ranking-tab-body:not(.add-js) > :first-child {
  display: block !important;
}
.ranking .ranking-tab-button {
  top: 0;
}
.ranking .ranking-title {
  padding-top: 12px;
}
.ranking .tab-button {
  border-left: 1px solid rgba(136, 136, 136, 0.1);
  padding: 14px 11px;
}
.ranking .tab-button:hover,
.ranking .tab-button.active {
  background: rgba(136, 136, 136, 0.1);
}
.empty-list {
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  display: flex;
}
.empty-list i {
  font-size: 56px;
  opacity: 0.5;
}
@media (max-width: 767.98px) {
  .ranking-tabs .card {
    border-radius: 0 0 0.25rem 0.25rem;
  }
  .ranking-tab-body .tab-title {
    visibility: hidden;
  }
}
.v-avatar {
  width: 32px;
  height: 32px;
}
.profile img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.children .profile img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.comment-list .comment-text {
  border-bottom: 1px solid rgba(135, 135, 135, 0.15);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.comment-list .children .comment_body,
.comment-list .children .comment-respond {
  margin-left: 3.875rem;
  padding: 0 0 1rem;
}
.comment-list > .comment > .children .comment:last-child .comment-text {
  border-bottom: 1px solid rgba(135, 135, 135, 0.15);
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.comment-list > .comment:last-child .comment-text {
  border: 0;
  padding-bottom: 0;
}
.not-comment,
.commclose {
  background-color: rgba(136, 161, 199, 0.3) !important;
}
.comment-list .is-author {
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.3s;
}
.comment-list .rank {
  position: relative;
  color: #fff;
  cursor: pointer;
  font-size: 0.75rem;
  padding: 1px 8px;
  margin: 0 4px;
  background: #f1404b;
  border-radius: 6px;
  transition: opacity 0.3s;
}
.comment-list .rank:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 4px;
  top: 50%;
  margin-top: -2px;
  left: -4px;
  border-radius: 2px;
  background: #ffae00;
}
.comment-list .rank:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  top: 50%;
  margin-top: -2.5px;
  left: 0px;
  border-radius: 3px;
  background: #fff;
}
.comment-list .rank:hover {
  color: #fff;
}
.comment-list .is-author:hover {
  opacity: 1;
}
.comment-form .comment-form-cookies-consent label {
  display: inline;
}
input[type='radio'] + label,
input[type='checkbox'] + label {
  font-weight: 400;
}
.form-submit {
  text-align: right;
}
.comment-list,
.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comment-body {
  color: #333;
  margin-bottom: 4em;
}
.comment-body {
  margin-left: 65px;
}
.comment-author {
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
}
.comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}
.comment-metadata {
  color: #767676;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase;
}
.comment-reply-link {
  font-weight: 800;
  position: relative;
}
.btn-home {
  color: #fff;
  background: #f1404b;
  padding: 10px 30px;
  transition: 0.3s;
}
.btn-home:hover {
  color: #fff;
  background: #333;
}
.iconfont {
  display: inline-block;
  /* font-size: inherit; */
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.icon-lg {
  font-size: 1.333rem;
  line-height: 1.333rem;
  vertical-align: -0.0667em;
}
.icon-2x {
  font-size: 2rem;
}
.icon-3x {
  font-size: 3rem;
}
.icon-4x {
  font-size: 4rem;
}
.icon-5x {
  font-size: 5rem;
}
.icon-8x {
  font-size: 8rem;
}
.icon-fw {
  text-align: center;
  width: 1.25em;
}
.icon-spin {
  -webkit-animation: icon-spin 2s infinite linear;
  animation: icon-spin 2s infinite linear;
}
.hot-card .hot-body {
  height: 200px;
}
.hot-card .hot-heat {
  white-space: nowrap;
}
.hot-card ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.hot-rank {
  width: 18px;
  border-radius: 4px;
  background: rgba(124, 124, 124, 0.3);
  display: inline-block;
}
.hot-rank-1 {
  color: #fff;
  background: #f1404b;
}
.hot-rank-2 {
  color: #fff;
  background: #c56831;
}
.hot-rank-3 {
  color: #fff;
  background: #b89e2c;
}
.hot-platform span {
  margin: 0 5px;
  white-space: nowrap;
}
.hot-platform {
  border-radius: 4px;
  display: inline-table;
  background: rgba(77, 77, 77, 0.3);
}
.background-fx {
  position: absolute;
  left: 60px;
  right: 0;
  height: 100vh;
  top: 0;
  overflow: hidden;
  opacity: 1;
  z-index: -1;
}
.shape-01 {
  position: absolute;
  top: 11%;
  right: 42%;
  -webkit-animation: animationFramesTwo 13s linear infinite;
  animation: animationFramesTwo 13s linear infinite;
}
.shape-02 {
  position: absolute;
  top: 27%;
  left: 17%;
  -webkit-animation: animationFramesFour 25s linear infinite alternate;
  animation: animationFramesFour 25s linear infinite alternate;
}
.shape-03 {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-animation: animationFramesThree 35s linear infinite alternate;
  animation: animationFramesThree 35s linear infinite alternate;
}
.shape-04 {
  position: absolute;
  top: 40%;
  right: 23%;
  -webkit-animation: animationFramesFour 20s linear infinite alternate;
  animation: animationFramesFour 20s linear infinite alternate;
}
.shape-05 {
  position: absolute;
  bottom: 62%;
  right: 28%;
  -webkit-animation: animationFramesOne 15s linear infinite;
  animation: animationFramesOne 15s linear infinite;
}
.shape-06 {
  position: absolute;
  bottom: 73%;
  left: 38%;
  -webkit-animation: animationFramesFour 20s linear infinite alternate;
  animation: animationFramesFour 20s linear infinite alternate;
}
.shape-07 {
  position: absolute;
  left: 14%;
  bottom: 54%;
  -webkit-animation: animationFramesOne 17s linear infinite;
  animation: animationFramesOne 17s linear infinite;
}
.shape-08 {
  position: absolute;
  left: 14%;
  top: 60%;
  -webkit-animation: animationFramesOne 20s linear infinite alternate;
  animation: animationFramesOne 20s linear infinite alternate;
}
.shape-09 {
  position: absolute;
  top: 22%;
  left: 41%;
  -webkit-animation: animationFramesOne 15s linear infinite;
  animation: animationFramesOne 15s linear infinite;
}
.shape-10 {
  position: absolute;
  top: 8%;
  right: 6%;
  -webkit-animation: animationFramesOne 15s linear infinite;
  animation: animationFramesOne 15s linear infinite;
}
.shape-11 {
  position: absolute;
  top: 10%;
  right: 8%;
  -webkit-animation: animationFramesOne 12s linear infinite;
  animation: animationFramesOne 12s linear infinite;
}
@keyframes animationFramesOne {
  0% {
    transform: translate(0) rotate(0deg);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }
  to {
    transform: translate(0) rotate(0deg);
  }
}
@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  to {
    -webkit-transform: translate(0) rotate(0deg);
  }
}
@keyframes animationFramesTwo {
  0% {
    transform: translate(0) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }
  to {
    transform: translate(0) rotate(0deg) scale(1);
  }
}
@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0) rotate(0deg) scale(1);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }
  to {
    -webkit-transform: translate(0) rotate(0deg) scale(1);
  }
}
@keyframes animationFramesThree {
  0% {
    transform: translate(165px, -179px);
  }
  to {
    transform: translate(-346px, 617px);
  }
}
@-webkit-keyframes animationFramesThree {
  0% {
    -webkit-transform: translate(165px, -179px);
  }
  to {
    -webkit-transform: translate(-346px, 617px);
  }
}
@keyframes animationFramesFour {
  0% {
    transform: translate(-300px, 151px) rotate(0deg);
  }
  to {
    transform: translate(251px, -200px) rotate(180deg);
  }
}
@-webkit-keyframes animationFramesFour {
  0% {
    -webkit-transform: translate(-300px, 151px) rotate(0deg);
  }
  to {
    -webkit-transform: translate(251px, -200px) rotate(180deg);
  }
}
@media screen and (max-width: 1199.98px) {
  .hot-search {
    min-width: 1164px;
  }
}
@media screen and (max-width: 575.98px) {
  .shape-10 {
    right: 12%;
    width: 100px;
  }
  .shape-11 {
    right: 14%;
    width: 100px;
  }
  .comment-list .children .comment_body,
  .comment-list .children .comment-respond {
    margin-left: 1.875rem;
  }
}
@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.user-bg {
  height: 269px;
  margin-top: -75px;
  position: relative;
  background-color: rgba(5, 15, 25, 0.2);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.user-bg::before {
  content: '';
  position: absolute;
  left: 0;
  height: 240px;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to top, #000000 0%, transparent 60%);
  transition: 0.3s;
}
.user-area .avatar-body {
  display: inline-block;
  min-height: 112px;
  min-width: 112px;
}
.user-area img {
  max-width: 100%;
}
.bg-white,
.border-light {
  transition: 0.3s;
}
.border-2w {
  border-width: 2px !important;
}
.user-area .user-menu {
  margin-top: -169px;
}
.user-area .card-menu {
  margin-top: 60px;
}
.user-area .author-avatar {
  margin-top: -75px;
}
.user-area ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.user-nav li .user-tab {
  padding: 8px 0;
  display: block;
  border-radius: 4px;
}
.user-nav li .user-tab.active {
  background-color: rgba(136, 136, 136, 0.1);
}
.user-area .local-avatar-label svg {
  display: none;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  transform-origin: 50% 50% 0;
  fill: rgba(255, 255, 255, 0.65);
  cursor: pointer;
}
.user-area .local-avatar-label:hover svg {
  display: block;
}
.user-area .avatar-picker {
  display: inline-block;
  width: 38px;
  height: 38px;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.user-area .avatar-picker input,
.user-area .cover-picker input {
  border: 1px solid #eee;
  border-radius: 5px;
}
.user-area .user-cover {
  position: relative;
}
.user-area .io-cover-picker {
  display: inline-block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 2px;
  top: 2px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.user-area .cover-picker::after {
  content: '\e634';
  color: #fff;
  font-family: 'iconfont';
  position: absolute;
  font-size: 24px;
  line-height: 24px;
  opacity: 0.6;
}
.user-area .cover-picker:hover:after {
  opacity: 1;
}
.user-area .author-meta-r {
  margin-top: -110px;
}
.user-cover {
  padding: 5px;
  background: rgba(130, 133, 136, 0.15);
  border-radius: 3px;
}
.empty-content {
  font-size: 169px;
  opacity: 0.3;
}
.terms-placeholder {
  border: 2px dashed #4ecdff;
  background-color: transparent;
  min-height: 42px;
}
.admin-sites .overflow-auto {
  max-height: 300px;
}
.manage-sites .sites-card,
.sites-placeholder,
.admin-sites .sites-card {
  padding: 6px 8px;
  background-color: #eee;
}
.manage-sites .sites-card:not(.add) {
  cursor: move;
  transition: box-shadow 0.3s;
}
.sites-placeholder {
  border: 2px dashed #4ecdff;
  background-color: transparent;
}
.manage-sites .sites-card:not(.add):hover,
.admin-sites .sites-card:hover {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.sites-hover .nav-link {
  background-color: rgba(136, 136, 136, 0.15);
}
.sites-weight {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #fff !important;
  height: 18px;
  width: 52px;
  margin: 6px 5px 6px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.sites-weight span {
  position: absolute;
  right: 6px;
  line-height: 18px;
  width: 20px;
  text-align: center;
}
.sites-weight.loading {
  border-radius: 4px;
  background: linear-gradient(
    115deg,
    rgba(121, 121, 121, 0.1) 25%,
    rgba(121, 121, 121, 0.2) 37%,
    rgba(121, 121, 121, 0.1) 63%
  );
  -webkit-animation: placeholder-horizontal 1.5s ease infinite !important;
  animation: placeholder-horizontal 1.5s ease infinite !important;
  background-size: 400% 100% !important;
}
.sites-weight.BaiduPCWeight {
  background-image: url(//openi.cn/wp-content/themes/onenav/images/baidupc.png);
}
.sites-weight.BaiduMobileWeight {
  background-image: url(//openi.cn/wp-content/themes/onenav/images/baidumobile.png);
}
.sites-weight.HaoSouWeight {
  background-image: url(//openi.cn/wp-content/themes/onenav/images/360.png);
}
.sites-weight.SMWeight {
  background-image: url(//openi.cn/wp-content/themes/onenav/images/sm.png);
}
.sites-weight.TouTiaoWeight {
  background-image: url(//openi.cn/wp-content/themes/onenav/images/toutiao.png);
}
input.nav-link {
  display: block;
  width: 100%;
  color: #495057;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
input.nav-link::-ms-expand {
  background-color: transparent;
  border: 0;
}
input.nav-link:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
input.nav-link:focus {
  color: #495057;
  background-color: transparent;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
input.nav-link::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
input.nav-link::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
input.nav-link:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
input.nav-link::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
input.nav-link::placeholder {
  color: #6c757d;
  opacity: 1;
}
input.nav-link:disabled,
input.nav-link[readonly] {
  background-color: transparent;
  opacity: 1;
}
.sites-card .dropdown-menu {
  min-width: 320px;
}
.nav-pills.sites-nav .nav-link {
  border: 1px solid rgba(136, 136, 136, 0.1);
}
.nav-pills.sites-nav .nav-link.active,
.nav-pills.sites-nav .show > .nav-link {
  background-color: #f1404b;
  box-shadow: 0px 5px 20px -3px rgba(241, 64, 75, 0.6);
}
.sites-li {
  position: relative;
}
.sites-li .sites-setting {
  position: absolute;
  top: 9px;
  right: 5px;
  opacity: 0;
  transition: opacity 0.3s;
}
.sites-li.admin-li .sites-setting {
  top: 15px;
}
.tab-pane .sites-li .sites-setting {
  top: 6px;
}
.sites-li:hover .sites-setting {
  opacity: 1;
}
.sites-li .active:not(.d-none) + .change-terms-name + .sites-setting a {
  color: #fff;
}
.notifications-list li {
  position: relative;
}
.notifications-list li .notifi-time {
  position: absolute;
  top: -18px;
  left: 0;
}
.drag-add-bookmarks {
  border: 2px dashed rgb(235, 34, 34);
  opacity: 0.8;
}
#add-new-sites button.close {
  text-shadow: none;
}
#add-new-sites button.close:focus {
  outline: none;
}
.list-author-data li {
  padding: 2px 0;
}
.author-set-left,
.author-set-right {
  display: inline-block;
  vertical-align: top;
}
.author-set-left {
  width: 20%;
  margin-right: 20px;
  text-align: right;
  padding-top: 6px;
}
.author-set-right {
  width: calc(80% - 25px);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .sites-card .dropdown-menu {
    min-width: 450px;
  }
  .admin-sites .overflow-auto {
    max-height: 750px;
  }
}
.slider-captcha {
  min-height: 205px;
}
.captcha-body-bg {
  border-radius: 4px;
  border: 1px solid var(--muted-border-color);
  background: var(--main-border-color);
}
.slider-captcha .captcha-body-bar {
  position: absolute;
  top: 0;
  left: 0;
}
.sliderContainer {
  text-align: center;
  background: var(--main-border-color);
  color: var(--muted-color);
  border-radius: 4px;
  margin-top: 0.5rem;
  position: relative;
  line-height: 40px;
  height: 40px;
}
.refreshIcon {
  position: absolute;
  cursor: pointer;
  right: 0;
  opacity: 0.6;
  top: 0;
  padding: 10px;
  color: #fff;
  text-shadow: 0 0 5px #000;
}
.sliderMask {
  position: absolute;
  border-radius: 4px;
  height: 40px;
  transition: 0.3s;
}
.sliderContainer_active .sliderMask {
  background: rgba(5, 224, 96, 0.1);
  transition: unset;
}
.sliderContainer_success .sliderMask {
  background: rgba(0, 153, 255, 0.2);
}
.sliderContainer_fail .sliderMask {
  background: rgba(255, 0, 0, 0.2);
}
.slider-captcha-close {
  cursor: pointer;
  opacity: 0.5;
}
.slider-captcha-close:hover {
  cursor: pointer;
  opacity: 0.8;
}
.captcha-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: var(--main-bg-color);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border-radius: 4px;
  transition: 0.3s;
}
.sliderContainer_active .captcha-slider {
  transition: unset;
}
.sliderContainer_success .captcha-slider {
  background: #3ca4f9;
  color: #fff;
}
.sliderContainer_fail .captcha-slider {
  background: #f7564a;
  color: #fff;
}
.sliderContainer_success .sliderIcon:before {
  content: '\e601';
}
.sliderContainer_fail .sliderIcon:before {
  content: '\e60f';
}
.sliderContainer_active .sliderText,
.sliderContainer_success .sliderText,
.sliderContainer_fail .sliderText {
  display: none;
}
.show_ico {
  float: left;
  width: 64px;
  height: 64px;
  line-height: 60px;
  padding: 2px;
  cursor: pointer;
}
.show_ico .remove-ico {
  position: absolute;
  cursor: pointer;
  top: 1px;
  right: 1px;
  font-size: 20px;
  z-index: 1;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: rgba(34, 34, 34, 0.5);
  border-radius: 50%;
}
.wechat .show_ico .remove-ico {
  font-size: 25px;
  width: 29px;
  height: 29px;
  line-height: 29px;
}
.show_ico .remove-ico:hover {
  color: #f1404b;
}
.upload_img {
  position: relative;
  display: table;
  color: white;
  background-color: rgba(136, 136, 136, 0.1);
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  vertical-align: center;
  border-radius: 5px;
  transition: 0.3s;
}
.wechat .show_ico {
  width: 138px;
  height: 138px;
  line-height: 128px;
}
.upload_img:not(.disabled):hover {
  background: #222324;
}
.upload_img input {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.postform {
  margin: 5px;
}
.tougao-form img {
  max-width: 100%;
}
#alert_placeholder .alert {
  display: inline-block;
}
#tougaocategorg {
  padding-left: 8px;
}
.slider_menu[sliderTab] {
  position: relative;
  background: rgba(89, 97, 249, 0.1);
  border-radius: 50px;
  border: 3px solid transparent;
  overflow: hidden;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.slider_menu[sliderTab] > .menu {
  position: relative;
  white-space: nowrap;
  flex-wrap: initial;
}
.slider_menu[sliderTab] .anchor {
  background: #f1404b;
  border-radius: 100px;
  width: 60px;
  height: 40px;
  opacity: 0;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.slider_menu[sliderTab] > .menu > li {
  cursor: pointer;
  width: auto;
  height: auto;
}
.slider_menu[sliderTab] > .menu > li.next,
.slider_menu[sliderTab] > .menu > li.prev,
.slider_menu[sliderTab] > .menu > li > .sub-menu {
  display: none;
}
.slider_menu[sliderTab] > .menu > li > a {
  display: block;
  text-decoration: none;
  position: relative;
  color: #888;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  padding: 0 16px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.slider_menu[sliderTab] > .menu > li > a:hover {
  color: #fff;
}
.slider_menu[sliderTab] > .menu > li > a.active {
  color: #fff;
}
.slider_menu[sliderTab] ul:hover li:not(.hover) a.active {
  color: #888 !important;
}
.slider_menu.mini_tab[sliderTab] > .menu > li > a {
  height: 28px;
  line-height: 28px;
  padding: 0 12px;
}
.nav-pills.menu .nav-link.active,
.nav-pills.menu .show > .nav-link {
  background: none;
}
.io-bomb,
.io-bomb-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.io-bomb {
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  pointer-events: none;
}
.io-bomb {
  z-index: 1099;
}
.io-bomb.tips-success i {
  color: #28a745;
}
.io-bomb.tips-error i {
  color: #ffc107;
}
.io-bomb-overlay {
  position: absolute;
  background: rgba(10, 10, 10, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.io-bomb-open .io-bomb-overlay {
  opacity: 1;
  pointer-events: auto;
}
.io-bomb-open .io-bomb-overlay {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.io-bomb-body {
  position: relative;
  opacity: 0;
  max-width: 340px;
  width: 100%;
}
.io-bomb-open .io-bomb-body {
  pointer-events: auto;
}
.io-bomb-xl .io-bomb-body {
  width: 100%;
  max-width: 790px;
}
.io-bomb-lg .io-bomb-body {
  width: 100%;
  max-width: 790px;
}
.io-bomb-md .io-bomb-body {
  max-width: 340px;
  width: 100%;
}
.io-bomb-sm .io-bomb-body {
  max-width: 300px;
  width: auto;
}
.io-bomb-reward .io-bomb-body {
  max-width: 280px;
}
.io-bomb-content {
  position: relative;
  transition: 0.3s;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 10px 50px -5px rgba(6, 39, 67, 0.15);
}
.io-bomb-xl .io-bomb-content {
  padding: 0;
  border: 0;
}
.io-bomb-lg .io-bomb-content {
  padding: 0;
  border: 0;
  border-radius: 0;
}
.io-bomb-sm .io-bomb-content {
  padding: 2rem;
  padding: 1.75rem 2.5rem;
}
.io-bomb-nopd .io-bomb-content {
  padding: 0;
  border: 0;
}
.io-popup-tips-content {
  overflow-y: auto;
  max-height: 580px;
}
@media (max-width: 991.98px) {
  .io-bomb-xl .io-bomb-body {
    height: 100%;
  }
  .io-bomb-xl .io-bomb-body .io-bomb-content {
    box-shadow: none;
    border-radius: 0;
    height: 100%;
  }
}
.io-bomb-content .text-success i {
  color: #28a745;
}
.io-bomb-content .text-danger i {
  color: #ffc107;
}
.io-bomb-content img {
  width: 100%;
  height: auto;
}
.btn-close-bomb i {
  cursor: pointer;
  font-size: 1.75rem;
  color: #fff;
  transition: 0.3s;
}
.btn-close-bomb i:hover {
  color: #f1404b;
}
.io-bomb.io-bomb-open .io-bomb-body,
.io-bomb.io-bomb-close .io-bomb-body {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.io-bomb.io-bomb-open .io-bomb-body {
  -webkit-animation-name: tips-open;
  animation-name: tips-open;
}
.io-bomb.io-bomb-close .io-bomb-body {
  -webkit-animation-name: tips-close;
  animation-name: tips-close;
}
@-webkit-keyframes tips-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes tips-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes tips-close {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
  }
}
@keyframes tips-close {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
}
.sidebar .card-header {
  position: relative;
  background-color: transparent;
  border-bottom: none;
}
.sidebar .sidebar-header .load {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
}
.sidebar .card-header:after {
  content: '';
  background-color: #5961f9;
  left: 1.25rem;
  width: 50px;
  height: 2px;
  bottom: -2px;
  position: absolute;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.sidebar .card:hover .card-header:after {
  width: 80px;
}
.sidebar .tags a {
  display: inline-block;
  margin: 4px 2px;
  font-size: 12px;
  background: rgba(148, 149, 158, 0.15);
  border-radius: 5px;
}
.sidebar .card .searchform {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.sidebar .card .searchform > div {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.sidebar .card .searchform input[type='text'] {
  position: relative;
  display: block;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6d6e74;
  background-color: #f1f3f6;
  background-clip: padding-box;
  border: 1px solid #f1f3f6;
  border-radius: 0.25rem;
  transition:
    border-color 0.3s,
    background-color 0.3s;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.sidebar .card .searchform input[type='submit'] {
  margin-left: -1px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 1.25rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #f1404b;
  background-color: #f1404b;
  border-radius: 0.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition: 0.3s;
}
.sidebar .card .searchform input[type='submit']:hover {
  border: 1px solid #14171b;
  background-color: #14171b;
}
.sidebar .url-card .card {
  background: #f1f3f6;
  box-shadow: unset;
  border: 1px solid #f1f3f6;
  transition: 0.3s;
}
.sidebar .url-card .card:hover {
  transform: unset;
  box-shadow: unset;
  border: 1px solid #f1404b !important;
}
.sidebar .url-card.down a:after,
.sidebar .url-card.wechat a:before {
  font-size: 27px;
  bottom: -6px;
  left: 1px;
}
.sidebar .card.hot-card {
  box-shadow: none;
}
.sidebar .card-body.pb-3.pt-0 {
  padding-top: 5px !important;
}
.sidebar.sidebar-border > .card {
  background-color: transparent;
  border: 2px solid rgba(136, 136, 136, 0.2);
  box-shadow: unset;
}
.sidebar_no .sidebar:not(.col-12) {
  display: none !important;
}
.sidebar_left .content-wrap {
  width: 100%;
}
.sidebar_left .sidebar:not(.col-12) {
  width: 100%;
}
.sidebar_right .content-wrap {
  width: 100%;
}
.sidebar_right .sidebar:not(.col-12) {
  width: 100%;
}
.widget_author_meta {
  position: relative;
}
.widget-author-avatar {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-author-meta {
  margin-top: 2rem;
}
.widget-author-cover {
  position: relative;
  border-radius: 3px 3px 0 0;
}
.widget-author-cover + .widget-author-meta {
  margin-top: 2rem;
}
.widget-author-cover .widget-author-avatar {
  top: auto;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.flex-avatar {
  position: relative;
  line-height: 1;
  white-space: nowrap;
  font-weight: bold;
  border-radius: 100%;
  padding: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #fff;
  transition: background-color 0.3s;
}
.flex-avatar img {
  border-radius: inherit;
}
.badge-outline-primary {
  color: #f1404b;
  border: #f1404b solid 1px;
}
.list-post > div {
  display: -ms-flexbox;
  display: flex;
}
.list-post > div > .list-item {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.list {
  padding-left: 0;
  padding-right: 0;
}
.list-item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
}
.list-content {
  padding: 1rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-pack: center;
  justify-content: center;
}
.list-item.block .list-content {
  padding: 1rem;
}
.list-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.list-footer {
  margin-top: 0.5rem;
}
.list-title {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  display: block;
  color: inherit;
}
.list-title .badge {
  position: relative;
  top: -2px;
  font-size: 0.75rem;
  margin: 0 0.25rem 0 0;
}
.list-bulletin .list-item {
  position: relative;
  padding: 0 10px 10px 20px;
  border-left: 2px solid rgba(136, 136, 136, 0.2);
}
.list-bulletin .list-item > i {
  font-size: 12px;
  top: 8px;
  color: #888;
  position: absolute;
  padding: 5px;
  left: -12px;
  background: #fff;
  transition: background-color 0.3s;
}
.bulletin-card {
  transform: translateY(0);
  transition: 0.3s;
}
.bulletin-card:hover {
  transform: translateY(-6px);
}
@media (min-width: 992px) {
  .sidebar_left .content-wrap {
    float: right;
  }
  .sidebar_left .content-layout {
    margin-left: calc(310px + 15px);
  }
  .sidebar_left .sidebar:not(.col-12) {
    float: left;
    margin-right: -310px;
    width: 310px;
    position: unset;
  }
  .sidebar_right .content-wrap {
    float: left;
  }
  .sidebar_right .content-layout {
    margin-right: calc(310px + 15px);
  }
  .sidebar_right .sidebar:not(.col-12) {
    float: right;
    margin-left: -310px;
    width: 310px;
    position: unset;
  }
}
@media (max-width: 767.98px) {
  .list-title {
    font-size: 0.9375rem !important;
  }
  .list-title .badge {
    padding: 0.2em;
    margin: 0 0.25rem 0 0;
  }
}
.list-grid .list-item {
  -ms-flex-direction: row;
  flex-direction: row;
}
.list-grid.list-grid-padding .list-item {
  padding: 1.25rem;
}
.list-grid.list-grid-padding .list-content {
  padding: 0 0 0 1rem;
}
.list-grid .list-item .media:first-child {
  border-radius: inherit;
}
.list-grid .list-item .media:last-child {
  border-radius: inherit;
}
.list-grid .flex-row-reverse .media:first-child {
  border-radius: 0;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
@media (max-width: 767.98px) {
  .list-grid.list-grid-padding .list-item {
    padding: 0.675rem 0.75rem;
    margin-bottom: 0.75rem;
  }
  .list-grid.list-grid-padding .list-item .media-3x2:after {
    padding-top: 75%;
  }
  .list-grid.list-grid-padding .list-content {
    padding: 0 0 0 0.75rem;
  }
}
.io-grey-mode .sidebar-logo {
  background: #fff;
}
.io-grey-mode .page-header {
  box-shadow: none;
}
.io-grey-mode .sidebar-nav-inner {
  background: #f9f9f9;
}
.io-grey-mode .border-color {
  border-color: transparent !important;
}
.io-grey-mode .sidebar-nav .flex-bottom a,
.io-grey-mode .sidebar-menu-inner a {
  color: #515c6b;
}
.io-grey-mode .sidebar-menu .sidebar-more {
  color: #282a2d;
}
.io-grey-mode .sidebar-item > a:hover {
  color: #f1404b;
}
.io-grey-mode .sidebar-popup div {
  background: #dadbdd;
}
.io-grey-mode .sidebar-popup::before {
  border-color: transparent #dadbdd transparent;
}
.io-grey-mode .sidebar-nav,
.io-grey-mode .sidebar-popup.sidebar-menu-inner ul {
  background: #f0f2f4;
}
.io-grey-mode .sidebar-item li > a:hover,
.io-grey-mode .sidebar-popup > div > ul > li > a:hover {
  color: #f1404b;
}
.menu-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: rgba(0, 0, 0, 0.5);
}
.ub-blur-bg {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.user-bookmark-body .canvas-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
}
.user-bookmark-body .navbar {
  padding: 2rem 1rem;
}
.user-bookmark-body .navbar .bookmark-ico {
  font-size: 1.75em;
}
.user-bookmark-body .header-big {
  margin-top: 0;
}
.user-bookmark-body .header-big {
  padding-top: 100px;
}
.user-bookmark-body .quick-sites {
  margin-top: -70px;
}
.user-bookmark-body .bookmark-content {
  margin-top: 147px;
}
.text-primary {
  color: #2997f7;
}
.text-success {
  color: #5c7cff;
}
.text-danger {
  color: #f1404b;
}
.text-warning {
  color: #ff6f06;
}
.text-info {
  color: #35badb;
}
@media (min-width: 576px) {
  .user-bookmark-body .quick-sites .container {
    max-width: 460px;
  }
}
@media screen and (min-width: 768px) {
  .user-bookmark-body .quick-sites {
    margin-top: -100px;
  }
  .user-bookmark-body .header-big {
    padding-top: 190px;
    padding-bottom: 110px;
  }
  .user-bookmark-body .bookmark-content {
    margin-top: 256px;
  }
  .user-bookmark-body .quick-sites .container {
    max-width: 660px;
  }
}
.user-bookmark-body .quick-sites .sites-icon {
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 50px;
  justify-content: center;
  width: 50px;
}
.user-bookmark-body .quick-sites .sites-icon img {
  height: auto;
  width: 26px;
  transition: 0.2s;
}
.user-bookmark-body .quick-sites .sites-btn:hover .sites-icon img {
  width: 34px;
}
.user-bookmark-body .quick-sites .sites-title {
  background-color: rgba(175, 175, 175, 0.2);
  color: #fff;
  border-radius: 20px;
}
.quick-sites .row {
  height: 200px;
  overflow: hidden;
}
.user-bookmark-body .customize-sites-list .card {
  background: rgba(255, 255, 255, 0.7);
}
.user-bookmark-body .sites-pane {
  position: relative;
  background: rgba(0, 0, 0, 0.2);
  padding: 2rem 1rem 1rem 1rem;
  border-radius: 0.25rem;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.user-bookmark-body footer a {
  color: #ddd;
}
.user-bookmark-body footer a:hover {
  color: #fff;
}
.bookmark-bg {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
}
.bookmark-bg .img-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #242424;
  height: 100%;
  margin: 0;
  opacity: 1;
  padding: 0;
  position: absolute;
  transition: opacity 0.5s ease 0s;
  width: 100%;
}
.gradient-linear {
  background-attachment: fixed;
  background-image:
    radial-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%),
    radial-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3) 166%),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 0% 75%,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.4) 100%
    );
  background-position-y: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  opacity: 1;
  position: absolute;
  transition: opacity 0.3s linear;
  width: 100%;
}
.user-bookmark-body .sites-pane .ct-name {
  position: absolute;
  color: rgba(255, 255, 255, 0.3);
  top: 8px;
  font-size: 0.75rem;
}
.sites-tabs-container {
  flex-direction: row;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  z-index: 10;
  top: -66px;
  width: calc(100% - 30px);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.sites-tabs-container-top {
  position: fixed;
  width: 100%;
  height: 140px;
  left: 0;
  right: 0;
  top: 0px;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 0 !important;
}
.sites-tabs-btn {
  width: calc(100% - 50px);
  overflow: hidden;
}
.sites-tabs-container-top .container-lg {
  padding-left: 30px;
  padding-right: 30px;
}
.sites-tabs a {
  position: relative;
  color: #fff;
}
.sites-tabs a.hide {
  opacity: 0;
  pointer-events: none;
}
.sites-tabs a::before {
  content: '';
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  transform: scale(1);
  opacity: 0;
  transition: 0.3s;
}
.sites-tabs a:hover:before {
  transform: scale(0.8);
  opacity: 1;
}
.sites-btn-dropdown-list {
  max-height: calc(100vh - 256px);
  overflow-y: auto;
}
.sites-tab-slider {
  position: absolute;
  bottom: -3px;
  height: 6px;
  border-radius: 10px;
  background: #f1404b;
  transition: left 0.3s ease;
}
.seting-panel {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(500px);
  height: 100vh;
  width: 100%;
  max-width: 500px;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: all 800ms cubic-bezier(0.8, 0, 0.33, 1);
}
.seting-panel.seting-open {
  transform: translateX(0px);
  opacity: 1;
}
.seting-container {
  transform: translateX(100px);
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.9, 0, 0.33, 1);
}
.seting-panel.seting-open .seting-container {
  opacity: 1;
  transform: translateX(0px);
}
.img-radio .label-img {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px solid #b6b6b6;
  width: 100%;
  height: 90px;
}
.img-radio input[type='radio'] {
  display: none;
}
.img-radio input[type='radio'] + .label-img {
  cursor: pointer;
  transition: 0.3s;
}
.img-radio input[type='radio']:checked + .label-img {
  border: 4px solid #f1404b;
}
.user-bookmark-body .author-info .avatar-body {
  display: inline-block;
  min-height: 92px;
  min-width: 92px;
}
.flex-none {
  flex: none;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  box-shadow: 0 0 0 1000px #f1f3f6 inset !important;
  -webkit-text-fill-color: #6d6e74 !important;
}
.tab-sites-body {
  display: flex;
  justify-content: space-between;
}
.tab-widget-nav {
  height: auto;
}
.tab-widget-nav .nav-link {
  display: flex;
  overflow: hidden;
  padding: 5px;
  width: 50px;
  height: 50px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tab-widget-nav .nav-link + .nav-link {
  margin-top: 2px;
}
.tab-widget-nav .nav-link i {
  font-size: 1.5rem;
}
.tab-widget-nav .nav-link span {
  line-height: 0.75rem;
}
.tab-widget-nav .nav-pills .nav-link:hover {
  background-color: rgba(132, 132, 132, 0.2);
}
.tab-widget-nav .nav-pills .nav-link.active {
  color: inherit;
  background-color: rgba(132, 132, 132, 0.2);
}
.tab-widget-content {
  position: relative;
  background-color: rgba(132, 132, 132, 0.1);
  border-radius: 8px;
  flex: 1;
}
.tab-widget-content .tab-pane {
  padding: 10px;
  overflow-y: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
}
.tab-widget-content .widget-item {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100%;
  grid-template-columns: repeat(auto-fill, 60px);
  grid-gap: 10px;
}
.tab-widget-content .widget-item.item-category,
.tab-widget-content .widget-item.item-books {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: revert !important;
  grid-template-columns: revert !important;
  justify-content: flex-start;
  min-height: auto;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.tab-widget-content .widget-item.item-apps {
  grid-template-columns: repeat(auto-fill, 80px);
}
.icon-btn {
  position: relative;
}
.icon-btn .img-bg {
  width: 60px;
  height: 60px;
  padding: 10px;
}
.icon-btn .img-bg img {
  width: 100%;
  height: auto;
}
.icon-btn .icon-title {
  position: relative;
}
.icon-btn .icon-title::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 15px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.icon-btn:hover .icon-title::before {
  opacity: 1;
}
.icon-btn .icon-title span {
  position: relative;
}
.tab-sidebar {
  max-width: 300px;
  position: relative;
  flex: 1;
}
.tab-sidebar .io-sidebar-widget {
  margin: 0;
  overflow-y: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
}
.tab-sidebar .sidebar-header {
  display: none !important;
}
.tab-sidebar .url-card.down a:after,
.tab-sidebar .url-card.wechat a:before {
  font-size: 27px;
  bottom: -6px;
  left: 1px;
}
.io-black-mode .icon-btn .icon-title::before {
  background-color: #2c2e2f;
}
.img-post {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.img-post .media-content {
  -webkit-transform: translate3d(-8px, 0, 0) scale(1.15);
  transform: translate3d(-8px, 0, 0) scale(1.15);
  will-change: transform;
  transition: 0.5s;
}
.img-post:hover {
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2);
}
.img-post .caption {
  width: 100%;
  opacity: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 80%);
  will-change: opacity;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.img-post .caption span {
  color: #eee;
  width: 70%;
  will-change: transform;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.img-post:hover .caption,
.swiper-slide-thumb-active .img-post .caption {
  opacity: 1;
}
.img-post:hover .caption span,
.swiper-slide-thumb-active .img-post .caption span {
  -webkit-transform: translate3d(15px, 0, 0);
  transform: translate3d(15px, 0, 0);
}
.img-book {
  overflow: initial;
}
.img-book .media-content {
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: perspective(59rem) rotateY(0);
  transform: perspective(59rem) rotateY(0);
  will-change: transform;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
.img-book:hover .media-content {
  -webkit-transform: perspective(68rem) rotateY(-43deg);
  transform: perspective(68rem) rotateY(-43deg);
  box-shadow: 10px 8px 18px rgba(37, 43, 51, 0.3);
  -webkit-transition: 0.5s cubic-bezier(0.5, 1.5, 0.6, 1);
  -o-transition: 0.5s cubic-bezier(0.5, 1.5, 0.6, 1);
  transition: 0.5s cubic-bezier(0.5, 1.5, 0.6, 1);
}
.img-book .caption {
  opacity: 0;
  right: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.img-book:hover .caption {
  opacity: 1;
}
.img-book .caption span {
  padding: 10px 4px;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
@media screen and (min-width: 768px) {
  .tab-widget-nav .nav-link {
    width: 65px;
    height: 65px;
  }
  .tab-widget-nav .nav-link i {
    font-size: 1.725rem;
  }
  .tab-widget-content .widget-item .icon-btn .img-bg {
    width: 70px;
    height: 70px;
  }
  .tab-widget-content .widget-item {
    grid-template-columns: repeat(auto-fill, 70px);
    grid-gap: 22px;
  }
  .tab-widget-content .img-post .media-content {
    -webkit-transform: translate3d(-10px, 0, 0) scale(1.1);
    transform: translate3d(-10px, 0, 0) scale(1.1);
  }
}
.img-post:hover .media-content,
.swiper-slide-thumb-active .img-post .media-content {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
.swiper-widgets-card {
  margin-bottom: 4.5rem;
}
.swiper-widgets .swiper-slide img,
.swiper-widgets-thumbs .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-widgets-thumbs {
  position: absolute;
  bottom: -3rem;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
}
.swiper-widgets-thumbs .swiper-slide {
  width: 102px;
  cursor: pointer;
}
.swiper-widgets-card .media-title {
  color: #fff;
  top: 0;
  box-sizing: border-box;
  padding: 10px 20px 30px 20px;
  margin: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
  opacity: 0;
  transition: opacity 0.7s;
}
.swiper-widgets-card .media-title p {
  color: #fff;
}
.swiper-widgets-card .media-title .btn-detailed {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.swiper-widgets-card .media-title .btn-detailed:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.3);
}
.swiper-widgets-content {
  width: 100%;
  text-align: left;
  transform: translate3d(0, 15px, 0);
  transition: transform 0.5s;
}
.swiper-widgets-content h3 {
  width: 80%;
  font-size: 1.125rem;
  line-height: 1.5;
}
.swiper-widgets-content p:before {
  content: '';
  width: 5px;
  position: absolute;
  height: 100%;
  left: 0;
  border-radius: 4px;
  background-color: #f1404b;
  box-shadow: 6px 0 7px rgba(241, 64, 76, 0.4);
}
.anim-slide .swiper-widgets-content {
  transform: translate3d(0, 0, 0);
}
.anim-slide .media-title {
  opacity: 1;
}
.swiper-widgets .swiper-slide {
  max-height: 480px;
}
.swiper-widgets .term-content {
  position: relative;
}
.swiper-widgets .icon-btn .icon-title::before {
  background-color: #000;
  opacity: 0.3;
}
.swiper-widgets .icon-btn:hover .icon-title::before {
  opacity: 1;
}
.swiper-widgets .icon-btn .icon-title .text-muted {
  color: #fff !important;
}
.swiper-term-content {
  margin: 0;
  max-width: 60%;
  padding: 15px 5px;
}
.swiper-term-content .type-favorites {
  position: relative;
  width: 60px;
  height: auto;
}
.swiper-term-content .type-category {
  position: relative;
  width: 180px;
  height: auto;
}
.swiper-term-content .type-apps {
  position: relative;
  width: 80px;
  height: auto;
}
.swiper-term-content .type-books {
  position: relative;
  width: 100px;
  height: auto;
}
.swiper-slide-active .swiper-term-content .tab-card {
  pointer-events: auto !important;
}
.swiper-slide-thumb-active .img-post {
  box-shadow: 0 0 0 5px #f1417c;
}
@media screen and (min-width: 768px) {
  .swiper-widgets-thumbs .swiper-slide {
    width: 168px;
  }
}
@media screen and (min-width: 980px) {
  .swiper-widgets-thumbs .swiper-slide {
    width: 198px;
  }
  .swiper-term-content .type-favorites {
    width: 70px;
  }
  .swiper-term-content .type-favorites .icon-btn .img-bg {
    width: 70px;
    height: 70px;
  }
  .swiper-term-content .type-books {
    width: 110px;
  }
  .swiper-term-content .type-category {
    width: 190px;
  }
  .swiper-term-content .type-apps {
    width: 90px;
  }
  .swiper-widgets-content h3 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .swiper-widgets-thumbs .swiper-slide {
    width: 248px;
  }
  .swiper-widgets-card .media-title {
    padding: 10px 20px 40px 20px;
  }
  .swiper-widgets-content h3 {
    font-size: 1.5rem;
  }
  .swiper-term-content .type-favorites {
    width: 80px;
  }
  .swiper-term-content .type-favorites .icon-btn .img-bg {
    width: 80px;
    height: 80px;
  }
  .swiper-term-content .type-books {
    width: 120px;
  }
  .swiper-term-content .type-category {
    width: 200px;
  }
  .swiper-term-content .type-apps {
    width: 100px;
  }
}
@media screen and (min-width: 1400px) {
  .swiper-widgets .swiper-slide {
    max-height: 580px;
  }
  .swiper-widgets-content h3 {
    font-size: 1.75rem;
  }
}
.login-body-login {
  font-size: 14px;
  background: -o-linear-gradient(45deg, var(--bg-color-l), var(--bg-color-r));
  background: linear-gradient(45deg, var(--bg-color-l), var(--bg-color-r));
  height: 100vh;
}
.login-page {
  position: relative;
}
.login-page .container {
  min-height: 100vh;
  padding: 20px;
  position: relative;
}
.login-page .io-wx-box {
  display: flex;
  justify-content: center;
}
.login-page .io-wx-box .io-wx-input {
  display: initial;
  width: 150px !important;
  font-size: inherit !important;
  margin: 0 !important;
}
.login-page .io-wx-box .io-wx-btn {
  margin-top: 0 !important;
}
.login-page .form-holder {
  width: 100%;
  margin-bottom: 50px;
}
.login-page .form-holder .info,
.login-page .form-holder .form {
  min-height: 450px;
  height: 100%;
}
.login-page .form-holder .info {
  background: rgba(241, 64, 75, 0.9);
  color: #fff !important;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.login-page .form-holder .info p {
  color: #fff;
}
.login-page .form-holder .form .content {
  width: 100%;
}
.login-page .form-holder .form form {
  width: 100%;
}
.login-page .mr-n5 {
  margin-right: -5.575rem !important;
}
.login-page .nav-link {
  position: relative;
  color: #333;
}
.login-page .nav-link:hover {
  color: #000;
}
.login-page .nav-link::after {
  position: absolute;
  content: '';
  width: 0px;
  height: 5px;
  border-radius: 5px;
  bottom: -5px;
  left: 50%;
  background: #f1404b;
  box-shadow: 0 1px 4px -1px #f1404b;
  transition: 0.3s;
}
.login-page .nav-link:hover::after {
  width: 8px;
  left: calc(50% - 4px);
}
.login-page .nav-link.active::after {
  width: 40px;
  left: calc(50% - 20px);
}
.bg-blur {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.75) !important;
}
.bg-blur-20 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.4) !important;
}
.bg-blur-20.black {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4) !important;
}
.wp-user-form .form-control {
  width: 100%;
  border: none !important;
  border-bottom: 1px solid rgba(136, 136, 136, 0.2) !important;
  border-radius: 0;
  padding: 0.375rem 0;
  background: transparent !important;
  transition: 0.3s;
  box-shadow: none;
  letter-spacing: 0.025rem;
  font-size: inherit;
  line-height: inherit;
}
.wp-user-form .form-control.is-invalid {
  border-color: #f1404b !important;
}
.wp-user-form .form-control:focus {
  border-color: #f1404b !important;
}
.text-xs .custom-control-label::before {
  top: 0.155rem;
  left: -1.5rem;
  width: 0.8rem;
  height: 0.8rem;
}
.text-xs .custom-control-label::after {
  top: 0.075rem;
  left: -1.625rem;
}
.login-page .footer-copyright {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.separator {
  display: block;
}
.separator:after,
.separator:before {
  content: '';
  background: rgba(136, 136, 136, 0.2);
  width: 20%;
  vertical-align: middle;
  height: 1px;
  display: inline-block;
  margin: 0 1em;
}
.openlogin-box {
  display: block;
  margin: 0 !important;
}
.openlogin-box a {
  position: relative;
  font-size: 1rem;
  width: 35px;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  margin-right: 6px;
  margin-left: 6px;
  margin-top: 5px;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  background: var(--this-bg-color);
  transition: transform 0.2s ease-out;
}
.openlogin-box a:hover {
  transform: scale(1.1);
}
.openlogin-box a.prk-login::before {
  content: '';
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 30px;
  top: -20px;
  left: -10px;
  background-color: rgba(255, 255, 255, 0.2);
}
a.openlogin-weibo-a {
  --this-bg-color: #ff545a;
}
a.openlogin-wechat-a {
  --this-bg-color: #2fac1a;
}
a.openlogin-wechat-gzh-a,
a.openlogin-wechat-dyh-a {
  --this-bg-color: #2fc215;
}
a.openlogin-qq-a {
  --this-bg-color: #0354da;
}
a.openlogin-alipay-a {
  --this-bg-color: #1677ff;
}
a.openlogin-baidu-a {
  --this-bg-color: #0068ff;
}
a.openlogin-huawei-a {
  --this-bg-color: #d61518;
}
a.openlogin-google-a {
  --this-bg-color: #ea4335;
}
a.openlogin-microsoft-a {
  --this-bg-color: #05a6f0;
}
a.openlogin-facebook-a {
  --this-bg-color: #3b5998;
}
a.openlogin-twitter-a {
  --this-bg-color: #2fb0ec;
}
a.openlogin-dingtalk-a {
  --this-bg-color: #3296fa;
}
a.openlogin-github-a {
  --this-bg-color: #000000;
}
a.openlogin-gitee-a {
  --this-bg-color: #c71d23;
}
@media (max-width: 767.98px) {
  .wp-user-form .form-control {
    padding: 5px 0;
  }
}
.vc-theme {
  --this-color: var(--io-btn-color);
  --this-hover-color: var(--io-btn-hover-color);
  --this-bg: var(--io-btn-bg);
  --this-hover-bg: var(--io-btn-hover-bg);
  --this-shadow-bg: var(--io-btn-shadow-bg);
}
.vc-white {
  --this-color: #343638;
  --this-hover-color: #131416;
  --this-bg: #ffffff;
  --this-hover-bg: #eeeeee;
  --this-shadow-bg: rgba(0, 0, 0, 0.7);
}
.vc-gray {
  --this-color: #dbe7f3;
  --this-hover-color: #ffffff;
  --this-bg: #818b95;
  --this-hover-bg: #656f79;
  --this-shadow-bg: rgba(74, 82, 91, 0.7);
}
.vc-red {
  --this-color: #ffe7eb;
  --this-hover-color: #ffffff;
  --this-bg: #f1404b;
  --this-hover-bg: #e4415f;
  --this-shadow-bg: rgba(219, 31, 66, 0.7);
}
.vc-yellow {
  --this-color: #fff6f0;
  --this-hover-color: #ffffff;
  --this-bg: #ff6f06;
  --this-hover-bg: #d2691e;
  --this-shadow-bg: rgba(211, 103, 27, 0.7);
}
.vc-cyan {
  --this-color: #d9fffe;
  --this-hover-color: #ffffff;
  --this-bg: #08c4c1;
  --this-hover-bg: #0f9997;
  --this-shadow-bg: rgba(22, 183, 180, 0.7);
}
.vc-blue {
  --this-color: #daeeff;
  --this-hover-color: #ffffff;
  --this-bg: #2997f7;
  --this-hover-bg: #237ece;
  --this-shadow-bg: hsla(208, 77%, 45%, 0.7);
}
.vc-violet {
  --this-color: #dde4ff;
  --this-hover-color: #ffffff;
  --this-bg: #5c7cff;
  --this-hover-bg: #516bd4;
  --this-shadow-bg: rgba(79, 104, 203, 0.7);
}
.vc-violet2 {
  --this-color: #e4ddff;
  --this-hover-color: #ffffff;
  --this-bg: #955cff;
  --this-hover-bg: #8151d4;
  --this-shadow-bg: rgba(118, 79, 203, 0.7);
}
.vc-black {
  --this-color: #eee;
  --this-hover-color: #ffffff;
  --this-bg: #343a40;
  --this-hover-bg: #25272a;
  --this-shadow-bg: rgba(40, 45, 50, 0.7);
}
.vc-l-gray {
  --this-color: #818b95;
  --this-hover-color: #111b25;
  --this-bg: rgba(129, 139, 149, 0.1);
  --this-hover-bg: #818b95;
  --this-shadow-bg: rgba(74, 82, 91, 0.7);
}
.vc-l-red {
  --this-color: #f1404b;
  --this-hover-color: #ffffff;
  --this-bg: rgba(255, 84, 115, 0.1);
  --this-hover-bg: #f1404b;
  --this-shadow-bg: rgba(207, 56, 84, 0.7);
}
.vc-l-yellow {
  --this-color: #ff6f06;
  --this-hover-color: #ffffff;
  --this-bg: rgba(255, 110, 6, 0.1);
  --this-hover-bg: #ff6f06;
  --this-shadow-bg: rgba(211, 103, 27, 0.7);
}
.vc-l-cyan {
  --this-color: #08c4c1;
  --this-hover-color: #ffffff;
  --this-bg: rgba(8, 196, 193, 0.1);
  --this-hover-bg: #08c4c1;
  --this-shadow-bg: rgba(22, 183, 180, 0.7);
}
.vc-l-blue {
  --this-color: #2997f7;
  --this-hover-color: #ffffff;
  --this-bg: rgba(41, 151, 247, 0.1);
  --this-hover-bg: #2997f7;
  --this-shadow-bg: hsla(208, 77%, 45%, 0.7);
}
.vc-l-violet {
  --this-color: #5c7cff;
  --this-hover-color: #ffffff;
  --this-bg: rgba(92, 125, 255, 0.1);
  --this-hover-bg: #5c7cff;
  --this-shadow-bg: rgba(79, 104, 203, 0.7);
}
.vc-l-violet2 {
  --this-color: #955cff;
  --this-hover-color: #ffffff;
  --this-bg: rgba(149, 92, 255, 0.1);
  --this-hover-bg: #955cff;
  --this-shadow-bg: rgba(118, 79, 203, 0.7);
}
.fx-yellow {
  --this-color: #ffdfc8;
  --this-bg-color: #aa4d0b;
  --this-bg: #ff6f06;
  --this-bg-image:
    radial-gradient(closest-side, rgb(255, 177, 88), rgba(245, 163, 131, 0)),
    radial-gradient(closest-side, rgb(255, 252, 75), rgba(227, 255, 207, 0)),
    radial-gradient(closest-side, rgb(255, 35, 0), rgba(254, 131, 164, 0));
}
.fx-red {
  --this-color: #ffc4d1;
  --this-bg-color: #ad1a1a;
  --this-bg: #f1404b;
  --this-bg-image:
    radial-gradient(closest-side, rgb(255, 82, 25), rgba(245, 131, 177, 0)),
    radial-gradient(closest-side, rgb(255, 75, 132), rgba(255, 224, 207, 0)),
    radial-gradient(closest-side, rgb(255, 70, 164), rgba(254, 131, 164, 0));
}
.io-black-mode body {
  background-color: #1b1d1f;
}
.io-black-mode .header-big:not(.unchanged):not(.no-bg)::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
}
.io-black-mode .logo-light {
  display: none !important;
}
.io-black-mode .io-pay-box .pay-box-body {
  color: #f2f4f6;
}
.io-black-mode .logo-dark {
  display: initial !important;
}
.io-black-mode .btn-move {
  color: #989da1 !important;
}
.io-black-mode #add-new-sites button.close {
  color: #989da1;
}
.io-black-mode .bg-light,
.io-black-mode .manage-sites .sites-card,
.io-black-mode .admin-sites .sites-card {
  background: #363738 !important;
}
.io-black-mode a.bg-light:focus,
.io-black-mode a.bg-light:hover,
.io-black-mode button.bg-light:focus,
.io-black-mode button.bg-light:hover {
  background-color: #202224 !important;
}
.io-black-mode .border-light {
  border-color: #363738 !important;
}
.io-black-mode .bg-white {
  background: #2c2e2f !important;
}
.io-black-mode .sidebar-nav .top-menu .sub-menu {
  background-color: rgba(3, 4, 6, 0.1);
}
.io-black-mode body,
.io-black-mode a:not(.btn),
.io-black-mode .button > a {
  color: #c6c9cf;
}
.io-black-mode p,
.io-black-mode input.nav-link {
  color: #bbb;
}
.io-black-mode .ajax-loading {
  background: rgba(27, 29, 31, 0.7) !important;
}
.io-black-mode .card,
.io-black-mode .block {
  box-shadow: none;
}
.io-black-mode .tpwthwidt .text_235ileA,
.io-black-mode .tpwthwidt .title_2Cea4o9 {
  color: #bbb;
}
.io-black-mode .text-gray,
.io-black-mode .comment-body {
  color: #888;
}
.io-black-mode .down-content .card-header-img,
.io-black-mode .modal-content,
.io-black-mode .flex-avatar,
.io-black-mode .card,
.io-black-mode .near-navigation,
.io-black-mode .single-top-area,
.io-black-mode .new-news,
.io-black-mode .new-news ul li i,
.io-black-mode .list-bulletin .list-item > i,
.io-black-mode #search-text,
.io-black-mode .search-type input:checked + label,
.io-black-mode .search-type input:hover + label {
  background-color: #2c2e2f;
}
.io-black-mode .admin-sites .card {
  background-color: #363738;
}
.io-black-mode .s-type-list {
  background-color: #1f2123;
  box-shadow: 0 9px 20px rgba(0, 0, 0, 0.3);
}
.io-black-mode #search .search-select {
  background-color: #2c2e2f;
  border-color: #2c2e2f;
}
.io-black-mode .s-type-list:before {
  border-bottom-color: #1f2123;
}
.io-black-mode .url-card .url-body:hover,
.io-black-mode .card-app.default:hover .media {
  box-shadow: 0 26px 40px -24px rgba(2, 4, 6, 0.3);
  -webkit-box-shadow: 0 26px 40px -24px rgba(2, 4, 6, 0.3);
  -moz-box-shadow: 0 26px 40px -24px rgba(2, 4, 6, 0.3);
}
.io-black-mode .page-header {
  background: #2c2e2f;
  box-shadow: 0 0 25px 5px rgba(10, 10, 10, 0.25);
}
.io-black-mode textarea,
.io-black-mode .form-control,
.io-black-mode .sidebar .card .searchform input[type='text'] {
  color: #aaa;
  background: #363738;
  border: 1px solid #363738;
}
.io-black-mode .sidebar .url-card .card {
  background: #363738;
  border-color: #363738;
}
.io-black-mode .site-body .btn {
  color: #ddd;
}
.io-black-mode .siteico {
  background: #222;
}
.io-black-mode .search-modal #search .search-select,
.io-black-mode .search-modal .search-type input:checked + label,
.io-black-mode .search-modal .search-type input:hover + label {
  background-color: #363738;
  border: none;
}
.io-black-mode .posts-nav {
  color: rgba(221, 221, 221, 0.2);
}
.io-black-mode .input-group-text {
  color: #ddd;
  background: #26282a;
  border-color: #26282a;
}
.io-black-mode #footer-tools .btn {
  color: #ccc;
  background: rgba(10, 10, 10, 0.4);
}
.io-black-mode #footer-tools .btn:hover {
  color: #fff;
}
.io-black-mode a:not(.btn):hover {
  color: #fff;
}
.io-black-mode .down-content .statement:before {
  background: #1b1d1f;
  box-shadow:
    0 10px #1b1d1f,
    0 20px #1b1d1f;
}
.io-black-mode .down-content .statement {
  border-color: #1b1d1f;
  background: rgba(0, 0, 0, 0.1);
}
.io-black-mode .navbar-collapse ul li ul,
.io-black-mode .dropdown-menu {
  background: #3d4044;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
}
.io-black-mode .down-content .card-signup {
  box-shadow:
    0 16px 24px 2px rgba(0, 0, 0, 0.14),
    0 6px 30px 5px rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.io-black-mode .btn-light {
  color: #b2b8be !important;
  background-color: #363738 !important;
  border-color: transparent !important;
}
.io-black-mode .btn-light:hover {
  background-color: #313234 !important;
}
.io-black-mode .tool-actions .btn-light {
  color: #b2b8be !important;
  background-color: rgba(24, 25, 26, 0.5) !important;
  border-color: transparent !important;
}
.io-black-mode .tool-actions .btn-light:hover {
  background-color: rgba(14, 15, 16, 0.8) !important;
}
.io-black-mode .background-fx {
  opacity: 0.3;
}
.io-black-mode .background-fx .shape-11 {
  opacity: 0.5;
}
.io-black-mode .background-fx .shape-10 {
  opacity: 0.1;
}
.io-black-mode .content-hide-tips .hidden-text {
  color: #e67f7f;
  background: rgba(106, 46, 46, 0.3);
}
.io-black-mode .ioch-code-highlight {
  background-color: #151619;
  border: 0;
}
.io-black-mode:not(pre) > code[class*='language-'],
.io-black-mode pre[class*='language-'] {
  background-color: rgba(0, 0, 0, 0.15);
}
.io-black-mode .ioch-code-highlight .io-btn-copy {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.io-black-mode input:-internal-autofill-previewed,
.io-black-mode input:-internal-autofill-selected {
  box-shadow: 0 0 0 1000px #363738 inset !important;
  -webkit-text-fill-color: #aaa !important;
}
.io-black-mode .io-close {
  color: #fff;
  font-weight: normal;
}
.io-black-mode .io-alert {
  --this-color: #fff;
}
.io-black-mode .login-body-login {
  color: #ddd;
  background-color: #1b1d1f;
}
.io-black-mode .login-body-login::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.io-black-mode .login-body-login .login-img::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.525rem;
  background: rgba(0, 0, 0, 0.5);
}
.io-black-mode .login-body-login .bg-white {
  background-color: #2c2e2f !important;
}
.io-black-mode .login-body-login .login-page .nav-link {
  color: #ccc;
}
.io-black-mode .login-body-login .login-page .nav-link:hover {
  color: #fff;
}
.io-black-mode .login-body-login .input-material {
  color: #ddd;
}
.io-black-mode .bg-blur {
  background-color: rgba(45, 46, 48, 0.8) !important;
}
.io-black-mode .bg-blur-20 {
  background-color: rgba(45, 46, 48, 0.4) !important;
}
.io-black-mode .login-body-login .bg-blur {
  background-color: rgba(10, 10, 10, 0.7) !important;
}
.io-radius {
  border-radius: var(--main-radius) !important;
}
@media only screen and (min-device-width: 768px) {
  ::-webkit-scrollbar-thumb {
    background-color: rgba(130, 130, 130, 0.5);
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #f1404b;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  ::-webkit-scrollbar-thumb:active {
    background-color: #f1404b;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  ::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, 0);
    border-radius: 0 0 8px 0;
  }
  ::-webkit-scrollbar-button {
    background-color: rgba(0, 0, 0, 0);
    height: 2px;
    width: 2px;
  }
}
@media (max-width: 767.98px) {
  .tab-auto-scrollbar::-webkit-scrollbar {
    display: none;
  }
}
