@charset "UTF-8";

/*@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,600");*/

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

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

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

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

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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 {
  outline: 0 !important;
}

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

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

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

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

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\A0";
}

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

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

.figure {
  display: inline-block;
}

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

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: 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 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

.table-bordered {
  border: 1px solid #dee2e6;
}

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

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

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

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

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

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

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

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

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

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

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

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

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

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

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

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

.table-hover .table-info:hover {
  background-color: #abdde5;
}

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

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

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

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

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

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

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

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

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

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

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

.table-hover .table-light:hover {
  background-color: #ececf6;
}

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

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

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

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

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

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

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

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

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

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

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

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 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:-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;
}

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-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

textarea.form-control {
  height: auto;
}

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

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

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

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

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  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;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

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

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

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

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

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

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

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

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

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  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;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

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

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

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

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

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

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

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

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

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

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

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

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

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

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

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -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;
}

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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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;
  box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

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

.dropdown-toggle {
  white-space: nowrap;
}

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

.dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

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

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

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

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

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

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

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

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

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

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

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

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

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

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  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 {
  color: #6c757d;
}

.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: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 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' 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' 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: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  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-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;
  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 {
  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;
  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: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #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: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

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

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

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  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-header + .list-group .list-group-item:first-child {
  border-top: 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;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

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

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

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

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

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  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: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.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;
  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: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  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: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

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

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.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-horizontal {
  flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

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

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

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

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

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

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

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

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

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

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

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

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

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

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

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

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

.toast {
  max-width: 350px;
  overflow: hidden;
  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);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.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-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

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

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

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

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 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);
  }

  .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", 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-top,
.bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}

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

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}

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

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

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}

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

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

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

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

.bs-popover-right,
.bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^=right] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

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

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

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^=left] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #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 {
  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.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

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

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -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.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%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' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

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

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

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

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
          animation: spinner-grow 0.75s linear infinite;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

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

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

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

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

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

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

a.text-primary:hover,
a.text-primary:focus {
  color: #0056b3 !important;
}

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

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}

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

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

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

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

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

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

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

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

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

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

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

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

.text-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;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

@font-face {
  font-family: "Rajdhani";
  font-display: block;
  font-style: normal;
  font-weight: 500;
  src: url("/assets/rajdhani/rajdhani-v7-latin-500.eot");
  /* IE9 Compat Modes */
  src: local("Rajdhani Medium"), local("Rajdhani-Medium"), url("/assets/rajdhani/rajdhani-v7-latin-500.eot?#iefix") format("embedded-opentype"), url("/assets/rajdhani/rajdhani-v7-latin-500.woff2") format("woff2"), url("/assets/rajdhani/rajdhani-v7-latin-500.woff") format("woff"), url("/assets/rajdhani/rajdhani-v7-latin-500.ttf") format("truetype"), url("/assets/rajdhani/rajdhani-v7-latin-500.svg#Rajdhani") format("svg");
  /* Legacy iOS */
}

/* rajdhani-600 - latin */

@font-face {
  font-family: "Rajdhani";
  font-display: block;
  font-style: normal;
  font-weight: 600;
  src: url("/assets/rajdhani/rajdhani-v7-latin-600.eot");
  /* IE9 Compat Modes */
  src: local("Rajdhani SemiBold"), local("Rajdhani-SemiBold"), url("/assets/rajdhani/rajdhani-v7-latin-600.eot?#iefix") format("embedded-opentype"), url("/assets/rajdhani/rajdhani-v7-latin-600.woff2") format("woff2"), url("/assets/rajdhani/rajdhani-v7-latin-600.woff") format("woff"), url("/assets/rajdhani/rajdhani-v7-latin-600.ttf") format("truetype"), url("/assets/rajdhani/rajdhani-v7-latin-600.svg") format("svg");
  /* Legacy iOS */
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
  font-family: "FontAwesome";
  src: url(/fonts/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713);
  src: url(/fonts/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713) format("embedded-opentype"), url(/fonts/fontawesome-webfont.woff2?af7ae505a9eed503f8b8e6982036873e) format("woff2"), url(/fonts/fontawesome-webfont.woff?fee66e712a8a08eef5805a46892932ad) format("woff"), url(/fonts/fontawesome-webfont.ttf?b06871f281fee6b241d60582ae9369b9) format("truetype"), url(/fonts/fontawesome-webfont.svg?912ec66d7572ff821749319396470bde) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\F000";
}

.fa-music:before {
  content: "\F001";
}

.fa-search:before {
  content: "\F002";
}

.fa-envelope-o:before {
  content: "\F003";
}

.fa-heart:before {
  content: "\F004";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-o:before {
  content: "\F006";
}

.fa-user:before {
  content: "\F007";
}

.fa-film:before {
  content: "\F008";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-check:before {
  content: "\F00C";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-signal:before {
  content: "\F012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}

.fa-trash-o:before {
  content: "\F014";
}

.fa-home:before {
  content: "\F015";
}

.fa-file-o:before {
  content: "\F016";
}

.fa-clock-o:before {
  content: "\F017";
}

.fa-road:before {
  content: "\F018";
}

.fa-download:before {
  content: "\F019";
}

.fa-arrow-circle-o-down:before {
  content: "\F01A";
}

.fa-arrow-circle-o-up:before {
  content: "\F01B";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-play-circle-o:before {
  content: "\F01D";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}

.fa-refresh:before {
  content: "\F021";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-lock:before {
  content: "\F023";
}

.fa-flag:before {
  content: "\F024";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-print:before {
  content: "\F02F";
}

.fa-camera:before {
  content: "\F030";
}

.fa-font:before {
  content: "\F031";
}

.fa-bold:before {
  content: "\F032";
}

.fa-italic:before {
  content: "\F033";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-list:before {
  content: "\F03A";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-video-camera:before {
  content: "\F03D";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}

.fa-pencil:before {
  content: "\F040";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-tint:before {
  content: "\F043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}

.fa-share-square-o:before {
  content: "\F045";
}

.fa-check-square-o:before {
  content: "\F046";
}

.fa-arrows:before {
  content: "\F047";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-play:before {
  content: "\F04B";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-eject:before {
  content: "\F052";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-times-circle-o:before {
  content: "\F05C";
}

.fa-check-circle-o:before {
  content: "\F05D";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}

.fa-expand:before {
  content: "\F065";
}

.fa-compress:before {
  content: "\F066";
}

.fa-plus:before {
  content: "\F067";
}

.fa-minus:before {
  content: "\F068";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-plane:before {
  content: "\F072";
}

.fa-calendar:before {
  content: "\F073";
}

.fa-random:before {
  content: "\F074";
}

.fa-comment:before {
  content: "\F075";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-arrows-v:before {
  content: "\F07D";
}

.fa-arrows-h:before {
  content: "\F07E";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-key:before {
  content: "\F084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}

.fa-comments:before {
  content: "\F086";
}

.fa-thumbs-o-up:before {
  content: "\F087";
}

.fa-thumbs-o-down:before {
  content: "\F088";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-heart-o:before {
  content: "\F08A";
}

.fa-sign-out:before {
  content: "\F08B";
}

.fa-linkedin-square:before {
  content: "\F08C";
}

.fa-thumb-tack:before {
  content: "\F08D";
}

.fa-external-link:before {
  content: "\F08E";
}

.fa-sign-in:before {
  content: "\F090";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-upload:before {
  content: "\F093";
}

.fa-lemon-o:before {
  content: "\F094";
}

.fa-phone:before {
  content: "\F095";
}

.fa-square-o:before {
  content: "\F096";
}

.fa-bookmark-o:before {
  content: "\F097";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A";
}

.fa-github:before {
  content: "\F09B";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}

.fa-hdd-o:before {
  content: "\F0A0";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-hand-o-right:before {
  content: "\F0A4";
}

.fa-hand-o-left:before {
  content: "\F0A5";
}

.fa-hand-o-up:before {
  content: "\F0A6";
}

.fa-hand-o-down:before {
  content: "\F0A7";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}

.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-plus:before {
  content: "\F0D5";
}

.fa-money:before {
  content: "\F0D6";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-linkedin:before {
  content: "\F0E1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}

.fa-comment-o:before {
  content: "\F0E5";
}

.fa-comments-o:before {
  content: "\F0E6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}

.fa-lightbulb-o:before {
  content: "\F0EB";
}

.fa-exchange:before {
  content: "\F0EC";
}

.fa-cloud-download:before {
  content: "\F0ED";
}

.fa-cloud-upload:before {
  content: "\F0EE";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-bell-o:before {
  content: "\F0A2";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cutlery:before {
  content: "\F0F5";
}

.fa-file-text-o:before {
  content: "\F0F6";
}

.fa-building-o:before {
  content: "\F0F7";
}

.fa-hospital-o:before {
  content: "\F0F8";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}

.fa-circle-o:before {
  content: "\F10C";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-circle:before {
  content: "\F111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-folder-o:before {
  content: "\F114";
}

.fa-folder-open-o:before {
  content: "\F115";
}

.fa-smile-o:before {
  content: "\F118";
}

.fa-frown-o:before {
  content: "\F119";
}

.fa-meh-o:before {
  content: "\F11A";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-keyboard-o:before {
  content: "\F11C";
}

.fa-flag-o:before {
  content: "\F11D";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-code:before {
  content: "\F121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-crop:before {
  content: "\F125";
}

.fa-code-fork:before {
  content: "\F126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}

.fa-question:before {
  content: "\F128";
}

.fa-info:before {
  content: "\F129";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-shield:before {
  content: "\F132";
}

.fa-calendar-o:before {
  content: "\F133";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-ticket:before {
  content: "\F145";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-minus-square-o:before {
  content: "\F147";
}

.fa-level-up:before {
  content: "\F148";
}

.fa-level-down:before {
  content: "\F149";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-pencil-square:before {
  content: "\F14B";
}

.fa-external-link-square:before {
  content: "\F14C";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}

.fa-gbp:before {
  content: "\F154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}

.fa-won:before,
.fa-krw:before {
  content: "\F159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-text:before {
  content: "\F15C";
}

.fa-sort-alpha-asc:before {
  content: "\F15D";
}

.fa-sort-alpha-desc:before {
  content: "\F15E";
}

.fa-sort-amount-asc:before {
  content: "\F160";
}

.fa-sort-amount-desc:before {
  content: "\F161";
}

.fa-sort-numeric-asc:before {
  content: "\F162";
}

.fa-sort-numeric-desc:before {
  content: "\F163";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-youtube-square:before {
  content: "\F166";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-youtube-play:before {
  content: "\F16A";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-adn:before {
  content: "\F170";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitbucket-square:before {
  content: "\F172";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-long-arrow-down:before {
  content: "\F175";
}

.fa-long-arrow-up:before {
  content: "\F176";
}

.fa-long-arrow-left:before {
  content: "\F177";
}

.fa-long-arrow-right:before {
  content: "\F178";
}

.fa-apple:before {
  content: "\F179";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-android:before {
  content: "\F17B";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-trello:before {
  content: "\F181";
}

.fa-female:before {
  content: "\F182";
}

.fa-male:before {
  content: "\F183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}

.fa-sun-o:before {
  content: "\F185";
}

.fa-moon-o:before {
  content: "\F186";
}

.fa-archive:before {
  content: "\F187";
}

.fa-bug:before {
  content: "\F188";
}

.fa-vk:before {
  content: "\F189";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-arrow-circle-o-right:before {
  content: "\F18E";
}

.fa-arrow-circle-o-left:before {
  content: "\F190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}

.fa-dot-circle-o:before {
  content: "\F192";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}

.fa-plus-square-o:before {
  content: "\F196";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-slack:before {
  content: "\F198";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-spoon:before {
  content: "\F1B1";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-file-pdf-o:before {
  content: "\F1C1";
}

.fa-file-word-o:before {
  content: "\F1C2";
}

.fa-file-excel-o:before {
  content: "\F1C3";
}

.fa-file-powerpoint-o:before {
  content: "\F1C4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}

.fa-file-code-o:before {
  content: "\F1C9";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}

.fa-circle-o-notch:before {
  content: "\F1CE";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-circle-thin:before {
  content: "\F1DB";
}

.fa-header:before {
  content: "\F1DC";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-sliders:before {
  content: "\F1DE";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-newspaper-o:before {
  content: "\F1EA";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bell-slash-o:before {
  content: "\F1F7";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-eyedropper:before {
  content: "\F1FB";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-area-chart:before {
  content: "\F1FE";
}

.fa-pie-chart:before {
  content: "\F200";
}

.fa-line-chart:before {
  content: "\F201";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-bus:before {
  content: "\F207";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-cc:before {
  content: "\F20A";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}

.fa-meanpath:before {
  content: "\F20C";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-cart-plus:before {
  content: "\F217";
}

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-diamond:before {
  content: "\F219";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-venus:before {
  content: "\F221";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-facebook-official:before {
  content: "\F230";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-server:before {
  content: "\F233";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-train:before {
  content: "\F238";
}

.fa-subway:before {
  content: "\F239";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-sticky-note-o:before {
  content: "\F24A";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-hourglass-o:before {
  content: "\F250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}

.fa-hand-scissors-o:before {
  content: "\F257";
}

.fa-hand-lizard-o:before {
  content: "\F258";
}

.fa-hand-spock-o:before {
  content: "\F259";
}

.fa-hand-pointer-o:before {
  content: "\F25A";
}

.fa-hand-peace-o:before {
  content: "\F25B";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-safari:before {
  content: "\F267";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-500px:before {
  content: "\F26E";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-calendar-plus-o:before {
  content: "\F271";
}

.fa-calendar-minus-o:before {
  content: "\F272";
}

.fa-calendar-times-o:before {
  content: "\F273";
}

.fa-calendar-check-o:before {
  content: "\F274";
}

.fa-industry:before {
  content: "\F275";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-map-o:before {
  content: "\F278";
}

.fa-map:before {
  content: "\F279";
}

.fa-commenting:before {
  content: "\F27A";
}

.fa-commenting-o:before {
  content: "\F27B";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-vimeo:before {
  content: "\F27D";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-edge:before {
  content: "\F282";
}

.fa-credit-card-alt:before {
  content: "\F283";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-modx:before {
  content: "\F285";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-usb:before {
  content: "\F287";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-pause-circle-o:before {
  content: "\F28C";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stop-circle-o:before {
  content: "\F28E";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-percent:before {
  content: "\F295";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-envira:before {
  content: "\F299";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-wheelchair-alt:before {
  content: "\F29B";
}

.fa-question-circle-o:before {
  content: "\F29C";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-volume-control-phone:before {
  content: "\F2A0";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-handshake-o:before {
  content: "\F2B5";
}

.fa-envelope-open:before {
  content: "\F2B6";
}

.fa-envelope-open-o:before {
  content: "\F2B7";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-book-o:before {
  content: "\F2BA";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-circle-o:before {
  content: "\F2BE";
}

.fa-user-o:before {
  content: "\F2C0";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-eercast:before {
  content: "\F2DA";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-snowflake-o:before {
  content: "\F2DC";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-meetup:before {
  content: "\F2E0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*tag-content*/

.space {
  padding: 10px !important;
}

.spacesm {
  padding: 5px !important;
}

.left-space {
  padding: 0 0 0 10px !important;
}

.left-spacesm {
  padding: 0 0 0 5px !important;
}

.ver-space {
  padding: 10px 0 !important;
}

.hor-space {
  padding: 0 10px !important;
}

.hor-spacesm {
  padding: 0 5px !important;
}

.ver-spacesm {
  padding: 5px 0 !important;
}

.top-space {
  padding: 10px 0 0 !important;
}

.top-spacesm {
  padding: 5px 0 0 !important;
}

.mspace {
  margin: 10px;
}

.top-mspace {
  margin: 10px 0 0 0 !important;
}

.top-mspacesm {
  margin: 5px 0 0 0 !important;
}

.ver-mspace {
  margin: 10px 0 !important;
}

.ver-mspacesm {
  margin: 5px 0 !important;
}

.hor-mspace {
  margin: 0 10px !important;
}

.hor-mspacesm {
  margin: 0 5px !important;
}

.bot-space {
  padding: 0 0 10px !important;
}

.bot-spacesm {
  padding: 0 0 5px !important;
}

.right-space {
  padding: 0 10px 0 0 !important;
}

.right-spacesm {
  padding: 0 5px 0 0 !important;
}

.scroll_padsm {
  padding-top: 2px !important;
}

.bot-mspace {
  margin: 0 0 10px !important;
}

.bot-mspacesm {
  margin: 0 0 5px !important;
}

.left-mspace {
  margin: 0 0 0 10px !important;
}

.left-mspacesm {
  margin: 0 0 0 5px !important;
}

.right-mspace {
  margin: 0 10px 0 0 !important;
}

.right-mspacesm {
  margin: 0 5px 0 0 !important;
}

.alignCenter {
  text-align: center;
}

.alignRight {
  text-align: right;
}

.pad8 {
  padding: 8px !important;
}

.no-mar {
  margin: 0 !important;
}

.no-bor {
  border: 0 !important;
}

.no-bg {
  background: none !important;
}

.sep {
  border: 1px solid #eaeaea;
}

.bot-bor,
.bot-sep {
  border-bottom: 1px solid #ccc;
}

.no-bor-radius {
  border-radius: 0px !important;
}

.mbot5 {
  margin-bottom: 5px;
}

.dl {
  text-align: left !important;
}

.dc {
  text-align: center !important;
}

.alignCenterDiv {
  margin: 0 auto;
}

.dr {
  text-align: right !important;
}

.small_txt {
  font-size: 12px;
}

.icomoon-times:hover {
  color: #f05a28;
}

.relative,
.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.ps {
  position: static !important;
}

.pf {
  position: fixed;
}

.top-bor {
  border-top: 1px solid #ccc;
}

a {
  color: #3b5998;
  cursor: pointer;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

input:focus {
  outline: none;
}

.cur {
  cursor: pointer;
}

.cur_move {
  cursor: move;
}

.no_cur {
  cursor: default !important;
}

p {
  margin: 0;
}

a:focus,
a:hover {
  color: #000;
}

:focus {
  outline: none;
  box-shadow: none;
}

.textb {
  font-weight: 600 !important;
}

.textc {
  text-transform: capitalize;
}

.textn {
  font-weight: normal !important;
}

.no-pad {
  padding: 0 !important;
}

.no-bdr {
  border: 0 !important;
}

table {
  border-collapse: collapse;
}

td {
  height: auto;
}

.list-inline > li {
  display: inline-block;
}

.unstyled {
  padding: 0;
}

.unstyled li {
  list-style: none;
}

a:focus {
  outline: none;
  outline-offset: 0;
}

.text-upper {
  text-transform: uppercase;
}

ul {
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px;
  -ms-padding-start: 0px;
}

.poa {
  position: absolute;
}

.por {
  position: relative;
}

.txc {
  text-align: center;
}

a:focus {
  color: #3b5998;
}

.btn:focus {
  box-shadow: none;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: 0px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #b71346 !important;
  border-color: #b71346 !important;
}

.pagination > li > a {
  background: transparent;
}

.dropdown-item.active,
.dropdown-item:active {
  background: #fff;
}

label {
  margin-bottom: 0px;
}

.form-control:focus {
  box-shadow: none;
}

.bold {
  font-weight: 600;
}

button[data-view=true] {
  visiblility: visible;
}

button[data-view=false] {
  visiblility: hidden;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 27px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #3b5998;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.disabled {
  cursor: not-allowed;
}

.width10 {
  width: 10%;
}

.width20 {
  width: 20%;
}

.width30 {
  width: 30%;
}

.width40 {
  width: 40%;
}

.width50 {
  width: 50%;
}

.width60 {
  width: 60%;
}

.width70 {
  width: 70%;
}

.width80 {
  width: 80%;
}

.width90 {
  width: 90%;
}

.width100 {
  width: 90%;
}

button:focus {
  outline: 0;
}

a:focus {
  outline: 0;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 0;
}

header {
  z-index: 1020;
  width: 100%;
  position: fixed;
}

#navbar-logo {
  margin-top: -6px;
}

#navbar-logo .logo {
  width: 160px;
}

.navbar {
  padding: 5px 0px;
  background: white;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.31), 0 0 0 0 rgba(0, 0, 0, 0.19);
}

.navbar .dropdown-toggle::after {
  display: none;
}

.navbar .navbar-nav {
  display: flex;
  width: 100%;
  margin-left: 25px;
}

.navbar .dropdown-menu {
  width: 260px;
  padding: 0;
  margin: 0;
  top: 45px;
  border-top: 3px solid #3b5998;
}

.navbar .dropdown-menu .dropdown-item {
  border-bottom: 1px solid #f6f6f6;
}

.navbar .dropdown-menu .dropdown-item .nav-font {
  font-size: 16px;
  line-height: 24px;
  padding-right: 6px;
}

.navbar .dropdown-menu li {
  padding: 0px;
  /*	height: 42px;*/
}

.navbar .dropdown-menu li a {
  color: #777;
  display: block;
  text-transform: capitalize;
  width: 100%;
  padding: 9px 20px;
}

.navbar .dropdown-menu li p {
  margin-bottom: 0px;
}

.navbar form .nav-search {
  text-indent: 15px;
  font-size: 14px;
  z-index: 101;
  border-radius: 5px;
}

.navbar form button {
  background: none;
  border: none;
}

.navbar .input-group {
  width: 100%;
  height: 32px;
  margin-top: -2px;
}

.bell a .fa {
  font-size: 19px;
  color: #fff;
  -webkit-text-stroke: 1px #3f3d48;
}

.top {
  border-radius: 7px;
}

.top .mega {
  display: flex;
}

.top .mega .fa {
  font-size: 9px;
}

.top button {
  background: none;
  border-radius: 5px;
  border: none;
  color: white;
}

.top button .mega {
  padding: 8px 14px;
}

.but-top {
  position: relative;
}

.ul-start-nav {
  margin-left: 0px !important;
}

.ellipse {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sign-but .fa-ico {
  display: none;
}

.sign-but:hover {
  background: #b71346 !important;
}

.top:hover .mega {
  color: #b71346 !important;
  border-radius: 5px;
}

.top:hover .mega .news-nav {
  color: #b71346 !important;
}

.sub-nav .fa-angle-up {
  display: none;
}

.sub-nav:hover .fa-angle-up {
  display: block;
}

.sub-nav:hover .fa-angle-down {
  display: none;
}

.input-btn {
  height: 100%;
  width: 38px;
  right: -10px;
  z-index: 102;
  font-size: 14px;
  color: #3b5998;
  top: 4px;
  background: transparent;
}

.input-btn .fa-search {
  color: #3b5998;
}

.bell-font {
  font-size: 11px;
  line-height: 12px;
  background: #b71346;
  padding: 1px 3px;
  color: #fff;
  top: 0px;
  right: 13px;
}

.category-ico {
  padding-left: 10px;
}

.input-group input {
  border: 1px solid #ccc !important;
  box-shadow: 0px 0px 5px -1px #3b5998;
}

.nav-input {
  width: 330px;
}

.main-img {
  background: url(/images/linuxbanner_Final_mobile.png?e3a04d2dfbf01fb1cd1ebf5c1a13d98e);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.main-img form .nav-search {
  text-indent: 15px;
  font-size: 14px;
  z-index: 101;
  border-radius: 5px;
}

.main-img form button {
  background: none;
  border: none;
}

.main-img .input-group {
  height: 44px;
}

.main-img .main-nav-search {
  width: 100%;
}

.main-center {
  position: absolute;
  top: 0px;
  left: 38%;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.main-channel {
  height: 85px;
  border: 1px solid black;
  background: linear-gradient(to right, #B71346, #3b5998);
}

.main-head h1 {
  font-size: 48px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #fff;
}

.main-center-article {
  width: 50%;
}

.nav-body-form {
  margin-bottom: 30px;
}

.main-head-article h2 {
  font-size: 18px;
  letter-spacing: 1px;
  text-shadow: 0 1px 4px #30292c;
  margin: 0 0 20px;
  color: #fff;
}

.search-btn-ico {
  padding-right: 5px;
}

.main-img form button.nav-bar-btn {
  background: #3b5998 !important;
  color: #fff;
  height: 47px;
  width: 130px;
  font-weight: bold;
}

.main-img form .nav-search.main-nav-search {
  border: 1px solid #ccc;
  height: 47px;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}

.scroll-down {
  position: absolute;
  bottom: 2px;
  text-align: center;
  left: 0;
  right: 0;
}

.scroll-icon-top {
  border: 1px solid #ccc;
  border-bottom: 0;
  font-size: 22px;
  padding: 5px 23px;
  z-index: 10000;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.scroll-icon-top .scroll-icon {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -285px -18px;
  display: inline-block;
  height: 10px;
  width: 16px;
}

.scroll-icon-top .scroll-icon:hover {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -318px -18px;
  display: inline-block;
  height: 10px;
  width: 16px;
}

.login-name {
  list-style-type: none;
  -webkit-padding-start: 23px;
}

.login-name li {
  padding: 14px 0px;
}

.fill-media {
  list-style-type: none;
  -webkit-padding-start: 0px;
}

.fill-media .register-btn {
  background-color: linear-gradient(to right, #B71346, #3b5998);
}

.already-register {
  color: linear-gradient(to right, #B71346, #3b5998);
}

.modal-header {
  color: black;
}

.modal-header:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #B71346, #3b5998);
  top: 0px;
  left: 0;
}

.collection-line {
  min-height: 201px;
  background: #f5f5f5;
  border: 1px solid #e4e4e4;
  overflow: hidden;
  margin-bottom: 0px;
  max-width: 100%;
  outline: 0;
  direction: ltr;
}

.collection-line ul {
  list-style-type: none;
  margin-bottom: 0px;
}

.collection-line ul .pin-hover:hover .pin-close-icon {
  display: block;
}

.collection-line ul li {
  height: 40px;
  position: relative;
  border-bottom: 1px solid #fff;
}

.collection-line ul li a {
  position: absolute;
  width: 100%;
  padding: 6px 10px;
  top: 0;
  height: 100%;
  left: 0;
  color: #474747;
  text-decoration: none;
}

.collection-line ul li a .pin-close-icon {
  display: none;
}

.create-collection {
  padding-top: 10px;
}

.collection-block .modal-content {
  margin-right: 0px;
}

.collection-block .modal-content .collection-content {
  height: 318px;
}

.drow {
  left: -71px;
}

.logout .navbarAuth {
  right: 0px;
}

.logout .navbarAuth .dropdown-item {
  padding: 7px 12px;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #eee;
  color: #3f3d48;
}

.logout .navbarAuth .dropdown-item .fa {
  color: #979797;
}

.logout .nav-link {
  font-size: 15px;
  font-weight: 500;
  color: #3f3d48;
  padding: 7px 0px;
}

.sign-login-ul {
  display: flex;
}

.responsive-nav {
  display: flex;
}

.responsive-nav .responsive-category {
  color: #3f3d48;
  margin: 0px 10px;
  padding: 4px 10px;
}

.responsive-nav .navbar-toggler {
  border-radius: 0px;
  padding: 0px 5px;
  font-size: 17px;
  height: 34px;
}

.user-log {
  cursor: not-allowed !important;
}

.left-drop {
  color: white;
  display: block;
  background: #4c4a53;
  height: 100%;
  padding-left: 10px;
}

.left-drop:hover {
  color: white;
  text-decoration: none;
}

.resposive-cancel {
  position: absolute;
  width: 30px;
  height: 34px;
  text-align: center;
  top: 0px;
  left: -30px;
  background: #3f3d48;
  color: white;
}

.resposive-cancel span {
  vertical-align: middle;
  color: #b9b9b9;
}

.resposive-cancel span:hover {
  color: #fff;
  cursor: pointer;
}

#nav-sidebar-sub {
  position: fixed;
  transition: 0.5s;
  display: none;
  right: 0px;
  top: 0px;
  width: 250px;
  height: 100%;
  background: #3f3d48;
  z-index: 2000;
}

.pin-folder-name {
  height: 100%;
  padding: 5px 10px;
}

.sign-nav-btn {
  margin-right: 10px;
}

#pinModal #collection .modal-content {
  width: 88%;
}

.logged-in-responsive {
  padding-left: 10px;
}

.logged-in-responsive a {
  padding: 6px 15px 2px !important;
}

.navbar-light .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 500;
  color: #3f3d48;
}

.but-top .mega:hover {
  color: white !important;
}

.mega-drop .mega {
  display: flex !important;
}

.nav-category-icon {
  width: 30px;
  height: 23px;
  float: left;
  display: inline-block;
}

.news-nav {
  display: inline-block;
  padding: 3px 0;
}

/*news icon*/

.news-icon {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -67px -9px;
}

.tutorial-icon {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -101px -12px;
}

.forumn-icon {
  height: 25px;
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -34px -11px;
}

.tag-icon {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -74px -72px;
}

.users-icon {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -338px -187px;
}

.pins {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -161px -109px;
}

.fa-user-o-ico {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -737px -112px;
}

.fa-user-plus-ico {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -7px -146px;
}

.home-icon {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -80px -144px;
}

.left-nav .news-icon {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -733px -51px;
}

.left-nav .tutorial-icon {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -770px -52px;
}

.left-nav .forumn-icon {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -6px -73px;
}

.left-nav .tag-icon {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -265px -113px;
}

.left-nav .fa-user-o-ico {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -772px -114px;
}

.left-nav .fa-user-o-ico:hover {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -742px -114px;
}

.left-nav .fa-user-plus-ico {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -42px -146px;
}

.left-nav .fa-user-plus-ico:hover {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -9px -146px;
}

.section-nav a {
  padding-left: 18px !important;
}

.section-nav:first-of-type {
  margin-left: 12px !important;
}

.nav-active .home-icon,
.top:hover .home-icon {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -185px -145px;
}

.nav-active .news-icon,
.top:hover .news-icon {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -580px -11px;
}

.nav-active .tutorial-icon,
.top:hover .tutorial-icon {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -658px -11px;
}

.nav-active .forumn-icon,
.top:hover .forumn-icon {
  height: 25px;
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -724px -11px;
}

.nav-active .tag-icon,
.top:hover .tag-icon {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -591px -78px;
}

.nav-active .users-icon,
.top:hover .users-icon {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -367px -187px;
}

.nav-active .fa-user-o-ico,
.top:hover .fa-user-o-ico {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -737px -112px;
}

.nav-active .fa-user-plus-ico,
.top:hover .fa-user-plus-ico {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -6px -148px;
}

.category-icon {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -4px -11px;
}

.mega-drop:hover .category-icon {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -761px -11px;
}

.image-login-user {
  width: 23px;
  height: 23px;
  border-radius: 100%;
  margin-right: 5px;
}

.register-foot {
  padding: 20px 0px 0px;
}

.register-foot a {
  color: #b71346;
}

.register-foot a:hover {
  text-decoration: none;
}

.searchCls {
  /*	.section-nav{
        margin-left: 20px;
  	}*/
}

.searchCls .sign-login-ul {
  display: flex;
}

.searchCls .sign-nav-btn {
  margin-right: 15px;
}

.searchCls .navbar .navbar-nav.ul-start-nav {
  justify-content: start;
}

.navbar-top-search {
  padding-top: 3px;
}

.searchCls .navbar-top-search {
  display: none;
}

.navbarAuth .logout .dropdown-item:hover {
  color: #b71346;
}

.notify-top .notify-header {
  background: #f7f7f7;
  color: #3b5998;
}

.notify-top .notify-cls {
  padding: 0px;
  max-height: 300px;
  overflow: auto;
}

.notify-top .notify-cls li .notify-filter {
  border-bottom: 1px solid #ddd;
}

.notify-top .notify-cls li:last-of-type {
  border: none;
}

.notify-top .notify-cls .notify-author {
  height: 58px;
  width: 50px;
  display: inline-block;
  float: left;
}

.notify-top .notify-cls .notify-author img {
  border-radius: 50%;
}

.notify-top .notify-cls .description-notify {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  white-space: normal;
  text-decoration: none;
  height: 45px;
  color: #464646;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 17px;
  height: auto;
  font-size: 15px;
  width: 100%;
  max-height: 39px;
}

.notify-top .notify-cls .notify-time {
  font-size: 12px;
}

.notify-top .notify-bot {
  background: #f9f9f9;
}

.notify-seacrh-top {
  border-bottom: 1px solid #ddd;
}

.close-notify {
  font-size: 12px !important;
  color: #474747 !important;
  cursor: pointer;
}

.notify-cls {
  min-height: 200px;
}

.login-upper {
  margin-top: 20px;
}

.main-img-sec {
  height: 100vh;
}

.search-banner {
  height: 50px;
}

.search-banner input {
  text-indent: 10px;
  box-shadow: 0px 3px 6px -1px #1d2742;
}

.search-input-banner {
  top: 10px;
  right: 19px;
  font-size: 20px;
  color: #71739a;
}

.main-center .search-input-banner {
  top: 0px;
  right: 0px;
}

.main-center .search-input-banner .nav-bar-btn {
  padding: 9px 18px;
  border-radius: 30px;
  background: rgba(185, 24, 74, 0.22);
  color: #3b5998;
  border: 1px solid #adadad;
}

.navbar-light .navbar-nav .show > .nav-link {
  color: #b71346;
  margin-left: 11px;
}

.close {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -208px -95px;
  height: 44px;
  width: 43px;
}

.modal-header {
  padding: 10px;
}

.w-31 {
  width: 31.7%;
}

.w-48 {
  width: 48.8%;
}

.name-social input {
  text-indent: 40px;
  box-shadow: 0px 0px 5px -1px #3b5998;
}

.name-img {
  width: 40px;
  height: 38px;
  border-right: 1px solid #ddd;
  top: 0;
  left: 0;
  font-size: 18px;
}

.name-img .fa {
  padding: 10px 13px;
  color: #616c86;
}

.social-blade .facebook .fa-facebook {
  padding: 11px 13px !important;
}

.border-round {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

.nav-cont {
  box-shadow: 0px 0px 5px -1px #3b5998;
}

.nav-cont .nav-link:hover {
  border: none;
}

.nav-cont .nav-link {
  font-size: 23px;
}

.nav-cont .nav-link.active {
  font-size: 23px;
  border: 1px solid #ddd;
  font-weight: bold;
  color: #b71346;
}

.fullscreen {
  height: 100vh;
}

.left-nav input {
  width: 100%;
  height: 30px;
  text-indent: 15px;
}

.left-nav .input-btn {
  top: 2px !important;
  right: 0px !important;
}

.left-nav .input-btn .nav-search-btn {
  background: transparent;
  border: none;
}

.left-nav .dropdown-toggle::after {
  margin-top: 6px;
}

.left-nav .dropdown-item {
  color: #fff !important;
  background: #4c4a53;
  border-bottom: 1px solid #403f46 !important;
}

.left-nav .dropdown-item .fa {
  color: #fff !important;
}

.navbarAuth {
  background: #fff;
  border: 1px solid #ddd;
  display: none;
}

.navbarAuth .dropdown-item:hover {
  color: #b71346;
}

.navbarAuth .dropdown-item:hover .fa {
  color: #b71346;
}

.swiper-container {
  padding-top: 30px !important;
  width: 100% !important;
}

.swiper-container .swiper-slide {
  width: 232px !important;
  margin-right: 15px;
  background: transparent;
  text-align: left;
}

.swiper-container .card-space .card-body {
  padding: 10px;
  text-align: left;
}

.swiper-container .card-space .card-body .card-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  white-space: normal;
  text-decoration: none;
  height: 45px;
  color: #464646;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 17px;
}

.dashboard-view .dropdown-menu.notify-top .notify-ico-image {
  top: -24px;
}

.des-notify {
  width: 94%;
}

.des-top-notify {
  width: 83%;
}

.more-cancel {
  background: #3d4451 !important;
}

.notify-modal .modal-dialog {
  margin-left: auto;
  margin-right: 0;
  margin-top: 44px;
}

.highlightfolder.pin-folder-name .fa-check-circle {
  color: #474747;
}

.remove-pin {
  border-radius: 15px;
  padding: 0px 5px;
  color: #dcd4d4;
  margin-right: 15px;
  line-height: 21px;
  margin-top: 1px;
  cursor: pointer;
  position: relative;
  z-index: 9999;
}

.remove-pin:hover {
  color: #b71346;
}

.highlightfolder:hover .remove-pin {
  display: block;
}

.navbar-light .navbar-nav .show > .nav-link {
  margin-left: 0px !important;
}

.logo {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -4px -185px;
  display: block;
  height: 35px;
}

.main-head-bar {
  display: none;
}

body {
  font-family: Rajdhani !important;
  color: #464646 !important;
  font-weight: 500;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none;
}

.close {
  color: #b9b9b9;
}

.modal {
  background: rgba(0, 0, 0, 0.4);
  transition: opacity 0.15s linear;
}

.modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

ul {
  list-style-type: none;
  margin-bottom: 0;
}

/*main{
	padding-bottom: 30px;
}*/

.main {
  background: #f7f8fa;
  padding: 50px 0px;
}

.bg-nav-active {
  background: #b71346 !important;
}

.container {
  max-width: 1334px;
}

.main-img .input-main {
  width: 100%;
  border-radius: 5px;
  text-indent: 17px;
}

.head {
  padding: 30px 0px 0px;
}

.image-carousel {
  padding-top: 20px;
}

.head-inner {
  position: relative;
}

.head-inner .add-inner {
  margin-top: 30px;
}

.tutorial-articles {
  /*	padding: 30px 0px;*/
  overflow: hidden;
}

.tutorial-articles .inner {
  width: auto !important;
}

.tutorial-articles .inner .card-body .author .tool-author {
  background: transparent !important;
  position: relative;
  border: none;
  color: #6f7d95;
}

.tutorial-articles .inner .card-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  white-space: normal;
  text-decoration: none;
  height: 45px;
  color: #464646;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 17px;
}

.date-name {
  font-size: 11px;
  line-height: 11px;
}

.tag-hover-menu {
  display: none;
  overflow: hidden;
  position: absolute;
  z-index: 1002;
  width: 350px;
  transition: all 0.15s ease-in-out;
}

#tag-menu {
  border-radius: 2px;
  border: 1px solid #242729;
  background-color: #535a60;
  color: #e4e6e8;
  text-align: left;
  padding: 10px;
  box-shadow: 0 1px 3px rgba(12, 13, 14, 0.3);
  z-index: 320;
  position: relative;
  font-size: 12px;
}

#tag-menu .tm-heading {
  margin-bottom: 13px;
  font-size: 14px;
}

.tm-description {
  line-height: 13px;
  font-size: 12px;
  margin-bottom: 8px;
  word-wrap: break-word;
}

.img-card {
  overflow: hidden;
}

.email {
  margin-bottom: 10px;
}

.form-group {
  margin-bottom: 0px;
}

.modal-footer {
  display: block;
}

.seperate-or {
  font-size: 18px;
  color: #b71346;
  font-weight: bold;
}

.register-btn {
  background: #3b5998;
  color: white;
}

.social-media {
  margin-top: 10px;
}

.social-media ul li {
  list-style-type: none;
  padding: 2px 0px;
  width: 130px;
  margin: 10px auto;
}

.social-media ul li a {
  text-decoration: none;
  width: 100%;
  display: block;
  height: 32px;
}

.social-media ul li a .fa {
  padding: 12px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1020;
  font-size: 14px;
}

.social-media ul li a span {
  color: white;
  display: block;
  text-align: left;
  margin-left: 30px;
  height: 100%;
  padding: 6px;
}

.abcRioButton.abcRioButtonBlue {
  width: 100% !important;
}

.abcRioButtonContents {
  text-indent: -9999px;
  line-height: 0;
  visibility: hidden;
}

.abcRioButtonContents::after {
  content: "Google";
  text-indent: 0;
  margin-top: -32px;
  display: block;
  visibility: visible;
  /* line-height: initial; */
}

.abcRioButtonIcon {
  display: none;
}

.abcRioButtonContentWrapper {
  background: #e9544f;
}

.google-plus {
  background: #e9544f;
}

.abcRioButtonContents {
  font-size: 15px !important;
}

.abcRioButtonLightBlue {
  width: 100% !important;
  color: white !important;
}

.g-signin2 {
  height: 36px;
  text-align: center;
  padding-top: 5px;
  color: white;
}

.facebook {
  background: #3a589a;
}

.facebook .fa-facebook {
  padding: 13px !important;
}

.twitter {
  background: #1da0f2;
}

.twitter .fa-twitter {
  padding: 12px !important;
}

.fonts-head a {
  color: white;
}

.fonts-head .fa {
  -webkit-text-stroke: 1px #3b5998;
}

.fonts-head .like-id {
  display: none;
}

.next {
  position: absolute;
  color: white;
  top: 50%;
  right: -22px;
  border-radius: 50%;
  background-color: #2d2f3c;
  box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
  width: 40px;
  height: 40px;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.6em;
  box-sizing: border-box;
  padding: 0 17px;
  cursor: pointer;
  opacity: 0.6;
}

.prev {
  position: absolute;
  color: white;
  top: 50%;
  left: -19px;
  border-radius: 50%;
  background-color: #2d2f3c;
  box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
  width: 40px;
  height: 40px;
  font-size: 20px;
  display: none;
  font-weight: bold;
  line-height: 2em;
  box-sizing: border-box;
  padding: 0 14px;
  cursor: pointer;
  opacity: 0.6;
}

.next:hover,
.prev:hover {
  opacity: 1;
  color: white;
}

.prev::after {
  left: -20px;
  font-size: 20px;
}

.image-carousel .inner .post-card:nth-type(4) .card-space {
  margin-right: 0px;
}

.image-carousel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  height: auto;
}

.image-carousel .inner {
  display: flex;
  height: 100%;
  left: 0;
  -webkit-animation-name: fadeout;
  -webkit-animation-duration: 1.5s;
  animation-name: fadeout;
  animation-duration: 1.5s;
}

.image-carousel .inner .card-space {
  width: 232px;
  min-height: 230px;
  margin-right: 14px;
  height: 100%;
  border: 1px solid #dedede;
}

.image-carousel .inner .card-space a {
  text-decoration: none;
}

.image-carousel .inner .card-space .card-body {
  padding: 10px 10px;
}

.more-action {
  text-align: center;
  padding: 3px 0;
  border-radius: 5px;
  font-size: 16px;
  background: #fff;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #ddd;
  color: #fff;
  width: 28px;
  height: 26px;
}

.more-action:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.hover-icons {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.hover-icons a {
  color: #fff;
  width: 35px;
  height: 35px;
  padding: 7px 12px;
  border-radius: 50%;
  margin: 0px 3px 0px 0px;
}

.google-micro {
  background-color: #dc4e41;
}

.twitter-micro {
  background-color: #1da1f2;
}

.facebook-micro {
  background-color: #3b5998;
}

.whatsapp-micro {
  background-color: #25d366;
}

.author-like {
  -webkit-text-stroke: 1px #474747;
  color: #fff;
  font-size: 21px;
  padding: 2px 2px 0px 0px;
}

.tm-des {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  white-space: normal;
  text-decoration: none;
  height: 45px;
  color: #464646;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 17px;
  -webkit-line-clamp: 4;
  font-size: 16px;
  height: auto;
  max-height: 83px;
}

.video-title {
  position: relative;
}

.video-title .forum-img-top {
  display: flex;
}

.video-title .forum-img-top .forum-img {
  width: 50% !important;
}

.video-title .card-title {
  margin-bottom: 0px;
}

.video-title .video-title-des {
  position: absolute;
  padding: 10px;
  width: 242px;
  display: none;
  height: auto;
  left: 100%;
  background: #fff;
  box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
  z-index: 1010;
  top: 75px;
}

.video-title .video-title-des .title-hover-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  white-space: normal;
  text-decoration: none;
  height: 45px;
  color: #464646;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 17px;
  color: #b71346;
  font-weight: 600;
  margin-bottom: 10px;
}

.video-title .video-title-des .title-hover-title-time {
  margin-bottom: 10px;
}

.video-title .video-title-des .title-hover-title-article {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  white-space: normal;
  text-decoration: none;
  height: 45px;
  color: #464646;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 17px;
  -webkit-line-clamp: 4;
  font-size: 16px;
  height: auto;
  max-height: 80px;
}

.video-title .video-title-des .title-hover-title-subarticle {
  -webkit-padding-start: 17px;
  margin-top: 10px;
  line-height: 1.3;
  font-size: 14px;
  height: auto;
  margin-bottom: 0px;
}

.video-title .video-title-des .title-hover-title-subarticle li {
  line-height: 1.3;
}

.video-title .video-title-des .title-hover-title-button {
  background: #3b5998;
  color: white;
  margin-top: 10px;
}

.nav-active {
  color: #b71346 !important;
}

.modal {
  z-index: 1090;
}

.avatar {
  max-width: 100%;
}

.forum-img-section {
  overflow: hidden;
  position: relative;
}

.forum-img-section .profile-forum {
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 40px;
  height: 40px;
}

.forum-img-section .profile-forum .img-profile-forum {
  width: 100%;
}

.forum-img-section .img-forum {
  height: 140px;
}

.forum-img-section .img-forum img {
  width: 100%;
}

.none-error {
  width: 100%;
  height: 100%;
  position: absolute;
}

.beforepin,
.afterLike,
.afterpin,
.voteUp,
#postRes {
  -webkit-text-stroke: 1px #b71346 !important;
  color: #b71346;
}

#postRes {
  padding-bottom: 10px;
}

.error-post-msg {
  color: #263238;
  background-color: #eceff1;
  padding: 10px;
  border-left: 10px solid #78909c;
}

.user-answer-info .hideCmtBox {
  display: none;
}

.errorMsg {
  color: #a94442;
}

.successMsg {
  color: #3c763d;
}

.pin-folder-name .fa-check-circle {
  color: #00b307 !important;
  padding-top: 4px;
}

.small-loader-section {
  left: 50%;
  top: 50%;
  right: 0;
  bottom: 0;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, 50%);
  z-index: 8;
}

/*pagination*/

li.page-item.disabled {
  cursor: not-allowed;
}

.pagination > li {
  padding: 0px 2px;
}

.pagination-sm .page-link {
  font-size: 16px;
  padding: 2px 12px;
  color: #464646;
  border: 1px solid #c6c6c6;
  border-radius: 5px !important;
}

.page-item.active .page-link {
  background-color: #b71346;
  border-color: #b71346;
}

.pin-hover:hover {
  background: #ddd;
}

.highlightfolder {
  background: rgba(183, 19, 70, 0.84) !important;
}

.highlightfolder a {
  color: #fff !important;
  width: 50% !important;
}

.acceptgreen {
  color: #5ce62f;
}

.des-tag-list {
  padding: 5px 0px;
}

.des-tag-list li {
  color: #3b5998;
  display: inline-block;
  margin: 5px 10px 5px 0px;
  float: none;
  font-size: 14px;
}

.head-style {
  color: #3b5998;
  font-weight: bold;
  font-size: 20px;
}

.tag-des-card {
  position: relative;
  float: left;
  white-space: nowrap;
  display: inline-block;
  background: #f3f5f9;
  border: 1px solid #e7e7e7;
  border-radius: 25px;
  color: #6f7d95;
  padding: 0px 7px;
  margin-right: 5px;
}

.tag-des-card a {
  color: #6f7d95;
  font-size: 15px;
}

.tag-des-card a:hover {
  text-decoration: none;
}

.create-div .form-control {
  border: 1px solid #ddd;
  font-size: 14px;
  padding: 4px 5px;
}

.create-div .select2-selection {
  border: 1px solid #ddd !important;
  font-size: 14px !important;
  padding: 4px 5px !important;
}

.create-div .tutorial-head h4 span {
  color: #3b5998;
  font-weight: bold;
}

.main-center .search-banner input {
  height: 100%;
  border-radius: 30px;
  padding: 0px 60px 0px 5px;
}

.top-content,
.userRatingLst.userRatingLst_1 {
  background: linear-gradient(to top, #000000, #9a79a5);
}

.label-content {
  font-size: 18px;
  font-weight: bold;
}

button[data-view=false] {
  visibility: hidden !important;
}

button[data-view=true] {
  visibility: visible !important;
}

.news-tag {
  display: inline-block !important;
  padding: 10px 0px 0px !important;
}

.news-tag .tooltip1 {
  margin: 5px 10px 5px 0px;
}

.browse-btn {
  background: #3b5998;
  color: #fff;
  padding: 2px 5px;
  margin: auto;
}

.label-browse {
  text-align: center;
  margin: auto;
  width: 50%;
}

.welcome {
  padding-top: 0px !important;
  border-bottom: 1px solid #ccc;
}

button.nav-item.nav-link {
  background: #f7f8fa !important;
}

.create-div .tab-sub {
  padding: 46px 0px 52px;
  margin-bottom: 0px;
  border-bottom: 1px solid #e4e6e8;
}

.pagination {
  float: right;
}

.tutorial-head {
  color: #b71346;
  font-size: 22px;
  font-weight: bold;
  line-height: 34px;
}

.tutorial-head:first-letter {
  text-transform: capitalize;
}

.error-msg {
  background: #ebebeb;
  padding: 10px;
}

.error-msg .error-img {
  margin: 20px 0px;
}

.error-msg .error-img span {
  /*	background: url("../img/no-news.png") no-repeat center center;*/
  width: 150px;
  height: 160px;
  display: block;
  margin: auto;
}

.error-msg .error-tut {
  display: flex;
  height: unset;
  align-items: center;
  min-height: 190px;
}

.text-ellipse,
.max-ellipse {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.post-card:nth-of-type(4) .video-title .video-title-des {
  left: -244px;
}

.searchCls .main {
  padding: 0px;
  padding-bottom: 30px;
}

.image-author-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
}

.sign-but {
  padding: 4px 15px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 16px;
  background: #3b5998 !important;
  box-shadow: 0 2px 6px rgba(50, 50, 93, 0.18), 0 0 3px rgba(0, 0, 0, 0.08);
  color: white;
  border: none;
}

.sign-but:hover {
  color: #fff;
  text-decoration: none;
  /*transform: translateY(2px);*/
}

.flex-row-box {
  text-align: center;
}

.more-action .fa-share:hover {
  color: #b71346 !important;
  -webkit-text-stroke: 1px #b71346 !important;
}

.view-btn {
  color: #b71346;
}

.underline {
  text-decoration: underline;
  color: #b71346;
}

.forum-height {
  height: 40px;
}

.sign-small {
  padding: 2px 11px 1px;
}

.search-bar-btn {
  margin-left: -26px;
  border-radius: 0px;
}

.login-class header {
  display: none;
}

.login-class footer {
  display: none;
}

.follow-pop {
  font-size: 16px;
}

.social-share-but {
  color: #fff;
  cursor: pointer;
}

.plus-ico {
  font-size: 9px;
  color: #f7f7f7;
}

.fonts-show {
  display: none;
}

.search-font-author .more-action-top {
  margin-top: 0px;
}

.more-action-top {
  margin-top: 5px;
}

.more-action-top .showContent {
  display: inline-block;
}

.page-error-img {
  min-height: 300px;
}

.errorContainer p {
  font-size: 25px;
}

.more-cancel {
  z-index: 9999;
}

#desiginationId {
  -webkit-transform: matrix(1, 0, 0, 1, 53.6289, 197.189);
          transform: matrix(1, 0, 0, 1, 53.6289, 197.189);
}

.search-modal {
  margin-top: 44px;
}

.loginpg_mobileSpace {
  border-bottom: 1px solid #d4d4d4;
}

.h-30 {
  height: 30px !important;
}

.loginpg_rightInnr {
  min-height: 450px;
}

.caro-next {
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}

.caro-prev {
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}

.editor-toolbar {
  -webkit-user-select: text !important;
     -moz-user-select: text !important;
      -ms-user-select: text !important;
          user-select: text !important;
}

.num-trophy {
  font-size: 18px;
  line-height: 19px;
}

.close-cls {
  display: none;
}

.notify-cls li:hover .close-cls {
  display: block;
}

.num-top {
  padding-top: 2px;
}

.tutorial-subhead {
  font-size: 19px;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
}

.modal-backdrop.d-block {
  opacity: 1;
}

.search-ans {
  line-height: 27px;
}

.add-inner {
  margin-top: 30px;
}

.social-log .navbar,
.social-log .footer {
  display: none;
}

.social-log .main {
  height: 100vh;
}

.refresh span {
  font-size: 19px;
}

.modal-open {
  padding-right: 0px !important;
}

.toast-success {
  width: 500px !important;
}

.forum-add .add-inner {
  margin-top: 0px;
}

#containerId .flex-row-box:first-of-type .add-inner {
  margin-top: 0px;
}

.follow-card {
  margin-right: 14px;
}

.thumb-ico {
  padding-top: 3px !important;
}

/*
.logo{
	display: block;
	background: url("../img/sprite.png") no-repeat -6px -182px;
}*/

.no-notify-author {
  color: #b71346;
  align-items: center;
  justify-content: center;
  margin: auto;
  display: flex;
  min-height: 198px;
}

/*.video-section{
	.iframe-overlay{
		display: none;
		width: 200px;
		right: 0;
		top: 0;
		background: rgba(0, 0, 0, 0.38);
		height: 400px;
		margin: 8px 0;
		ul{
			li{
				a{
					font-size: 15px;
				}
			}
		}
	}
	&:hover{
		.iframe-overlay {
			display: block;
		}
	}
}*/

#registerModel .form-control {
  padding: 0.325rem 0.55rem;
  height: 33px;
}

.captcha-input {
  width: 139px;
}

.refresh {
  line-height: 5px;
}

.highlight_title {
  color: #3b5998;
}

/*.Top{
	.card-space{
		animation: fadein 10s;
	}
}
.Latest{
	.card-space{
		animation: fadein 10s;
	}
  }
.Trending{
	.card-space{
		animation: fadein 10s;
	}
}*/

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Internet Explorer */

/* Opera < 12.1 */

.social-login .profilePic {
  padding-left: 36px;
}

.social-login .profile-picture:hover .upld_img {
  top: 10px;
}

.social-login .cropit-image-zoom-input {
  display: inline-block;
}

.social-login .image-editor .upld_img {
  bottom: 0;
  left: 0;
  top: auto !important;
  width: 100%;
  background: #0000008a;
  color: #fff;
}

.social-login .profile-picture-section {
  width: 110px !important;
}

.social-login .profile-picture-image {
  border-radius: 0 !important;
  height: 100px;
  width: 110px;
  border: 1px solid #ccc;
}

.social-login .image-size-label {
  line-height: 10px;
  margin-top: 18px !important;
}

.video-tracking .video-comment {
  width: 85%;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #000;
}

.video-tracking .truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.notify-btn {
  right: 50px;
  position: absolute;
  margin-top: 3px;
}

.searchPageTitle {
  color: #464646;
  font-size: 1.5rem;
  font-weight: normal !important;
}

.searchPageTitle span {
  font-weight: bold !important;
}

.filterSearchCard {
  width: 576px;
  height: 37px;
}

.videoTrack-Clipboard {
  margin-top: -33px;
}

.videoTrack-Clipboard .fa-clipboard:hover {
  color: #b71346;
}

.videoCommentScroll {
  max-height: 190px;
  overflow-y: auto;
}

/*.hd_alertTopClose {
	right: 0;
}
.alert-warning{
  padding: 0px;
  top: 0;
  width: 100%;
	z-index:9999;
}
.hd_alertbox{
	.top-load.pageload{
		top:26px;
	}
}*/

.hd_alertbox {
  /*&.templateview {*/
}

.hd_alertbox .multiMenu {
  top: 49px;
}

.hd_alertbox .hd_alertbox_inner {
  position: fixed;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  z-index: 999990;
}

.hd_alertbox .mainContainer {
  padding-top: 80px;
}

.hd_alertbox.homeclass .multiMenu {
  top: 49px;
}

.hd_alertbox.homeclass .mainContainer {
  padding-top: 80px;
}

.hd_alertbox.firstLevelMuShw .mainContainer {
  padding-top: 120px;
}

.hd_alertbox .colab_rt_tool,
.hd_alertbox .team_rightFixed {
  top: 80px;
}

.hd_alertbox .team_rightFixed,
.hd_alertbox .right_navdetails {
  min-height: calc(100vh - 80px);
}

.hd_alertbox .hd_alrtmsg {
  width: 100%;
  height: 30px;
  padding: 0px 10px;
  top: 0;
  left: 0 !important;
  position: relative;
  color: #3f3d48;
  z-index: 99;
}

.hd_alertbox .hd_alrtmsg.alert-warning {
  background-color: #ffee33;
  border-color: #ffee33;
}

.hd_alertbox .hd_alrtmsg i.fa-envelope {
  color: #3f3d48;
}

.hd_alertbox .hd_alrtmsg i.fa-pencil {
  width: 20px;
  /*background: #d0c22d;*/
  line-height: 20px;
}

.hd_alertbox .hd_alertTopClose {
  right: 10px;
  top: 0;
}

.hd_alertbox .navbar-fixed-top {
  position: relative;
}

.hd_alertbox .templateview .mainContainer {
  padding-top: 80px;
}

/*
.navbar-light{
	&.sticky-top{
		position:relative;
		top:28px;
	}
}*/

.navbar {
  top: 0px;
  position: relative;
}

.userRating {
  padding-top: 160px;
}

.userRatingLst {
  display: flex;
  border-bottom: 1px solid #f6f6f6;
  font-size: 13px;
}

.userRatingLst .ratingPos,
.userRatingLst .ratingUserName,
.userRatingLst .ratingPoints {
  height: 45px;
  padding: 10px;
}

.userRatingLst .ratingHd {
  display: none;
}

.userRatingLst.userRatingLst_th .ratingPos,
.userRatingLst.userRatingLst_th .ratingUserName,
.userRatingLst.userRatingLst_th .ratingPoints {
  height: auto;
  font-size: 12px;
  padding: 5px 10px;
}

.userRatingLst .userThumbInner {
  background: #534159;
  border-radius: 50%;
  overflow: hidden;
  width: 20px;
  height: 20px;
  display: inline-block;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}

.userRatingLst.userRatingLst_2 .num,
.userRatingLst.userRatingLst_3 .num {
  width: 26px;
  height: 20px;
  display: inline-block;
  margin: 0 auto;
  text-indent: -99999px;
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -442px -188px;
}

.userRatingLst.userRatingLst_3 .num {
  background-position: -471px -188px;
}

.userRatingLst.userRatingLst_1 .ratingPos {
  position: absolute;
  left: 0;
  right: 0;
  width: 50px;
  z-index: 99999;
  display: block;
}

.userRatingLst.userRatingLst_1 .ratingPos .num {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -405px -186px;
  width: 30px;
  height: 30px;
  display: block;
  text-indent: -9998px;
}

.userRatingLst .pointsTxt {
  color: #60696a;
}

.userRatingLst .pointsTxt .fa {
  width: 14px;
  height: 15px;
  display: inline-block;
  text-indent: -99999px;
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -573px -188px;
}

.userRatingLst .userThumbMain {
  width: 150px;
  height: 120px;
  display: none;
  position: absolute;
  margin: 20px auto;
  border-radius: 50%;
  background-size: cover;
  overflow: hidden;
  filter: blur(8px);
  -webkit-filter: blur(8px);
  overflow: hidden;
  z-index: 1;
}

.userRatingLst .ratingUserName a {
  text-decoration: none;
  color: #6f7d95;
}

.userRatingLst .ratingUserName a:hover {
  color: #b71346;
}

.userRatingLst .userThumb {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 5px;
}

.userRatingLst .fa-arrow-up,
.userRatingLst .fa-arrow-down {
  font-size: 10px;
}

.userRatingLst .fa-arrow-up {
  color: #2bc7a0;
}

.userRatingLst .fa-arrow-down {
  color: #fd403f;
}

.userRatingLst.userRatingLst_1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 160px;
  width: 100%;
  height: 160px;
  text-align: center;
  display: block;
}

.userRatingLst.userRatingLst_1 .ratingUserName a {
  font-size: 18px;
  color: #fff;
}

.userRatingLst.userRatingLst_1 .ratingUserName .fa {
  display: none;
}

.userRatingLst.userRatingLst_1 .ratingHd {
  display: block;
}

.userRatingLst.userRatingLst_1 .ratingHd {
  color: #fff;
  font-size: 17px;
  z-index: 2;
}

.userRatingLst.userRatingLst_1 .ratingUserName,
.userRatingLst.userRatingLst_1 .ratingPoints {
  width: 100% !important;
  display: block;
  position: relative;
  z-index: 2;
  height: auto;
  color: #fff;
  padding: 0;
}

.userRatingLst.userRatingLst_1 .ratingUserName .pointsTxt,
.userRatingLst.userRatingLst_1 .ratingPoints .pointsTxt {
  color: #fff;
}

.userRatingLst.userRatingLst_1 .userThumb {
  display: block;
  float: none;
  margin: 0 auto;
  width: 75px;
  height: 65px;
  background: url(/images/userRatingbg.png?0101f369329df909c2b131ee00ca0366) repeat top left;
}

.userRatingLst.userRatingLst_1 .userThumb .userThumbInner {
  width: 48px;
  height: 48px;
  margin: 10px auto 0;
  display: block;
  padding: 5px;
  background: rgba(255, 255, 255, 0.25);
}

.userRatingLst.userRatingLst_1 .userThumb .userThumbInner img {
  border-radius: 50%;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}

.userRatingLst.userRatingLst_1 .userThumbMain {
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.userRatingLst.userRatingLst_1 .ratingPos {
  position: absolute;
  left: 128px;
  right: 0;
  top: 60px;
  width: 50px;
  z-index: 99999;
}

.userRatingLst.userRatingLst_1 .pointsTxt .fa {
  background-position: -590px -188px;
}

.recent-box {
  min-height: auto;
  border-bottom: 1px solid #f5f4f4;
}

.recent-box a {
  color: #3b5998;
}

.recent-box .recent-left .recent-img {
  color: black;
}

.recent-box .recent-left .author {
  white-space: nowrap;
  font-size: 14px;
}

.recent-box .recent-left .author a:hover {
  text-decoration: none;
}

.recent-box .recent-article {
  color: black;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  white-space: normal;
  text-decoration: none;
  height: 45px;
  color: #464646;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 17px;
}

.recent-box .questions-hover {
  padding: 10px 0px;
}

.add-block {
  max-width: 100%;
  border: 1px solid #f7f7f7;
  margin-bottom: 10px;
}

.recent-box a {
  display: block;
  text-decoration: none;
  width: 100%;
  word-wrap: break-word;
}

.recent-box a.comments-link.btn-color {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 15px;
  margin: auto;
  color: #fff;
}

.wrap {
  top: 61px;
  z-index: 998;
  margin-top: 30px;
}

.side-ques {
  font-weight: bold;
  font-style: italic;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  white-space: normal;
  text-decoration: none;
  height: 45px;
  color: #464646;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 17px;
  -webkit-line-clamp: 3;
  height: auto;
  font-size: 14px;
  max-height: 67px;
  line-height: 1.4;
}

.side-ques.side-ques-link {
  font-style: normal;
  max-height: 43px;
  font-size: 18px;
  height: auto;
  line-height: 20px;
}

.sidebar {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}

.sidebar .tutorial-head {
  font-size: 20px !important;
  line-height: 23px;
}

.sidebar .sidebarHd {
  /*height: 47px;*/
}

.sidebar .sidebarHd .tutorial-head {
  color: #fff;
  font-weight: normal;
}

.sidebar .sidebarHd .tutorial-head span.sidebarHdTxt {
  max-width: 230px;
  display: inline-block;
  float: left;
}

.sidebar-img {
  background: url(/images/error_sprite.png?e3758f52a273ce3f190433aba03e9e07) no-repeat -1375px -224px;
  width: 30px;
  height: 30px;
  margin: 8px 10px !important;
}

.slug-class .sidebar-forum pre {
  background: #fff !important;
}

.create-side-head {
  padding: 0px 0px 5px;
  margin: 0 0 10px;
  border-bottom: 1px solid #e8e8e8;
}

.create-side-ico {
  width: 28px;
  height: 25px;
}

.create-ask-question {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -206px -190px;
}

.post-answer {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -161px -190px;
}

.earn-rewards {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -244px -190px;
}

.create-down-arrow i {
  font-size: 15px;
}

.create-side-subhead {
  font-size: 16px;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  color: #3b5998;
}

.create-side p {
  font-size: 14px;
}

.left-sidebar {
  font-size: 18px;
}

.left-sidebar .nav-link {
  color: #3b5998;
  padding: 0px;
}

.left-sidebar .dropdown-menu {
  border: 1px solid #cccccc;
  width: 100%;
  position: relative;
  padding: 0px;
  margin: 0px;
  background: #f7f8fa;
  border-radius: 0px;
}

.left-sidebar .dropdown-menu a {
  padding: 10px;
  border-bottom: 1px solid #cccccc;
  font-size: 18px;
  color: #3b5998;
}

.navbar .logout .dropdown-menu {
  width: 20%;
}

.card-space:nth-child(4) {
  margin-right: 0px;
}

.status-forms {
  padding-left: 188px;
}

.status-forms .status-box {
  padding: 16px 0px;
}

.status-forms .status-box a {
  color: black;
  font-size: 20px;
}

.login-class .tag-head-bar {
  margin-top: 20px;
}

.discussion-head {
  padding: 20px 0px 0px;
}

.create-post-btn {
  margin-right: 20px;
}

.new-post-activity {
  background: #f7f7f7;
}

.new-post-activity p {
  margin-bottom: 0px;
}

.discussion-answer-head {
  border-bottom: 1px solid #e4e6e8;
  padding-bottom: 10px;
}

.discussion-answer-head .flex-row-box {
  margin-bottom: 10px;
}

.questions-section {
  padding: 15px 10px 15px 0px;
  border-bottom: 1px solid #e4e6e8;
  display: flex;
  background: #fff;
}

.questions-section .question-stats {
  display: flex;
  width: 22%;
}

.questions-section .question-stats .votes,
.questions-section .question-stats .views,
.questions-section .question-stats .answers {
  text-align: center;
  width: 33%;
}

.questions-section .question-stats .answers .question-stats-answers {
  border: 1px dashed black;
}

.questions-section .questions-article {
  width: 82%;
  margin-left: 10px;
}

.questions-section .questions-article .questions-head {
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  white-space: normal;
  text-decoration: none;
  height: 45px;
  color: #464646;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 17px;
  height: 43px;
  min-height: 0px;
}

.questions-section .questions-article .questions-head a {
  font-size: 17px;
  color: #3b5998;
  text-decoration: none;
}

.questions-section .questions-article .questions-user {
  float: right;
  display: flex;
  font-size: 12px;
}

.questions-article-tag .tag-but-sec {
  white-space: normal;
}

#answer-section .discussion-answer-article .discussion-answer-article-inner {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}

#answer-section .discussion-answer-article .postcell {
  color: black;
  line-height: 1.3;
  padding-top: 20px;
  width: auto;
  display: block;
  word-break: break-all;
}

#answer-section .discussion-answer-article .postcell ul li {
  list-style-type: disc;
  list-style-position: inside;
}

#answer-section .discussion-answer-article .postcell img {
  height: auto;
  margin-bottom: 10px;
}

#answer-section .discussion-answer-article .postcell pre {
  background: #eee;
  margin: 10px 0 15px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 10px 10px 10px 18px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: block;
  /*white-space: pre-wrap;*/
  /*word-wrap: break-word;*/
  text-align: justify;
  line-height: 34px;
}

#answer-section .discussion-answer-article .postcell h2 {
  color: #b71346;
  margin-bottom: 0px;
  font-size: 22px;
}

#answer-section .discussion-answer-article .postcell h3 {
  font-size: 20px;
}

#answer-section .discussion-answer-article .postcell h1,
#answer-section .discussion-answer-article .postcell h3,
#answer-section .discussion-answer-article .postcell h4,
#answer-section .discussion-answer-article .postcell h5,
#answer-section .discussion-answer-article .postcell h6,
#answer-section .discussion-answer-article .postcell .code_sh3,
#answer-section .discussion-answer-article .postcell .code_sectcolor5 {
  color: #3b5998;
  margin-bottom: 10px;
  font-weight: bold;
}

#answer-section .discussion-answer-article .postcell p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 10px;
}

#answer-section .discussion-answer-article .postcell .ques-head-sec {
  font-size: 17px;
}

#answer-section .discussion-answer-article .postcell {
  padding: 10px 0px 10px;
}

#answer-section .discussion-answer-article .postcell-article {
  display: block;
}

#answer-section .discussion-answer-article .show-discussion-author {
  margin-right: 10px;
}

#answer-section .discussion-answer-article .answer-comments p {
  padding: 5px 0px 0px 10px;
}

#answer-section .discussion-answer-article .comment-link {
  padding-top: 10px;
}

#answer-section .discussion-answer-article .user-answer-info .fonts-head {
  float: left;
}

#answer-section .discussion-answer-article .user-answer-info .user-right-sidebar {
  padding: 5px;
}

#answer-section .comments-block .comments-article-section {
  margin-top: 0px;
}

.results-profile-name {
  padding: 0px 5px 5px;
}

.results-profile-name .gravatar-wrapper-32 {
  width: 40px;
}

.results-profile-name .gravatar-wrapper-32 img {
  border-radius: 50%;
}

.results-profile-name .author-article {
  display: inline-block;
}

.vote-down-off .caret-down {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -602px -116px;
}

.vote-down-off .voteActive.caret-down {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -688px -118px;
}

.vote-up-off .caret-up,
.votecell .vote-numbers .vote-down-off .caret-up {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -556px -118px;
}

.vote-up-off .voteActive.caret-up,
.votecell .vote-numbers .vote-down-off .voteActive.caret-up {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -645px -116px;
}

.ques-head-sec {
  word-break: break-all;
}

.votecell .vote-numbers {
  width: 50px;
  height: 70px;
}

.votecell .vote-numbers .vote-up-off,
.votecell .vote-numbers .vote-down-off {
  display: block;
  top: 2px;
  left: 0;
}

.votecell .vote-numbers .vote-down-off {
  position: absolute;
  display: block;
  top: 44px;
}

.votecell .vote-numbers .star-off {
  position: absolute;
  font-size: 38px;
  margin-top: 30px;
  color: #c0c0c0;
}

.votecell .vote-numbers span {
  width: 33px;
  height: 21px;
}

.votecell .vote-number {
  top: 19px;
  text-align: center;
}

.discussion-answer-article .votecell .vote-numbers .vote-down-off {
  top: 42px;
}

.discussion-answer-article .vote-number {
  top: 18px;
}

.check {
  display: none;
  width: 400px;
  height: auto;
  background-color: #f7f7f7;
  color: #474747;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  box-shadow: 0px 0px 1px 0px #3b5998;
  position: absolute;
  z-index: 1080;
  border: 1px solid #ccc;
}

.check .tooltip-head {
  width: 400px;
}

.check .tm-des {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  white-space: normal;
  text-decoration: none;
  height: 45px;
  color: #464646;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 17px;
  min-height: 0px;
  line-height: 1.3;
  font-size: 15px;
  height: 37px;
  margin: 8px 0px 3px;
  text-align: left;
}

.author .check {
  width: 305px;
  padding: 10px;
  font-size: 14px;
}

.vote-start {
  min-height: 69px;
}

.dev-question {
  width: 100%;
  text-align: left;
}

.questions-hover {
  list-style-type: none;
  display: flex;
  min-height: 24px;
  -webkit-padding-start: 0px;
}

.questions-hover .tooltip1 {
  position: relative;
  float: left;
  white-space: nowrap;
  display: inline-block;
  background: #f3f5f9;
  border: 1px solid #e7e7e7;
  border-radius: 25px;
  color: #6f7d95;
  padding: 0px 7px;
  margin-right: 5px;
}

.questions-hover .tooltip1 a {
  color: #6f7d95;
  font-size: 15px;
}

.questions-hover .tooltip1 a:hover {
  text-decoration: none;
}

.questions-hover .tooltip1:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  cursor: pointer;
}

.questions-hover .tooltip1:hover a {
  text-decoration: none;
  color: #b71346;
}

.left-head {
  font-size: 17px;
  font-weight: bold;
}

.content-title {
  margin: 20px 0px;
}

.create-head {
  padding: 20px 0px;
}

.preview-box {
  width: 93%;
  word-wrap: break-word;
}

.preview-box ul li {
  list-style-type: disc;
  list-style-position: inside;
}

.preview-box img {
  height: auto;
  margin-bottom: 10px;
}

.preview-box pre {
  background: #eee;
  margin: 10px 0 15px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 10px 10px 10px 18px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: block;
  /*white-space: pre-wrap;*/
  /*word-wrap: break-word;*/
  text-align: justify;
  line-height: 34px;
}

.preview-box h2 {
  color: #b71346;
  margin-bottom: 0px;
  font-size: 22px;
}

.preview-box h3 {
  font-size: 20px;
}

.preview-box h1,
.preview-box h3,
.preview-box h4,
.preview-box h5,
.preview-box h6,
.preview-box .code_sh3,
.preview-box .code_sectcolor5 {
  color: #3b5998;
  margin-bottom: 10px;
  font-weight: bold;
}

.preview-box p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 10px;
}

.tag-item {
  border-radius: 25px !important;
  background: #f3f5f9 !important;
  border: none !important;
  color: #6f7d95 !important;
}

#comment-article {
  margin-top: 10px;
  display: flex;
}

#comment-article .comment-box {
  width: 85%;
  min-height: 82px;
}

#comment-article .comment-button {
  width: 15%;
  margin-left: 2%;
}

.stats-seperator {
  display: none;
}

.discussion-index .content-title {
  padding-top: 30px;
}

.forum-comment-img {
  width: 50px;
  height: 50px;
  float: left;
  display: block;
}

.forum-comment-img img {
  border-radius: 50%;
}

.answer-comments .forum-comment-img-article-sec {
  font-size: 15px;
}

.follow-btn {
  padding: 5px 10px;
  background: #cd5c7f;
  color: white;
  border-radius: 20px;
  display: block;
  margin: auto;
  height: 36px;
  text-align: center;
}

.d-ib {
  display: inline-block;
}

.forum-comment-img-article a {
  color: #c13e6e;
  font-weight: 600;
  text-decoration: underline;
  font-size: 16px;
}

.forum-comment-img-article a:hover {
  text-decoration: underline;
}

.sub-head {
  font-weight: bold;
}

.tick-answers {
  font-size: 25px !important;
}

.vote-tick .tick-answers {
  margin-left: 5px;
}

.share-answer-btn .fonts-head {
  width: 10%;
  justify-content: space-between;
}

.share-answer-btn .fonts-head a {
  color: white !important;
}

.edit-tag-score {
  font-size: 13px;
  padding: 4px 6px;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  margin: 0px 5px 0 0;
  line-height: 16px;
}

.edit-tag-score:hover {
  color: #fff;
}

.edit-tag-score.edit {
  background: #656933;
}

.edit-tag-score.delete {
  background: #f5402c;
}

.discussion-head .top-tag .btn.active {
  color: #b71346;
  background: #f7f7f7;
  font-weight: bold;
  text-decoration: underline;
}

.discussion-head .top-tag .btn {
  color: #3b5998;
  background: #fff;
  font-size: 20px;
  height: 40px;
  padding: 4px 10px;
  margin-right: 10px;
  border: 1px solid #ccc;
}

.user-answer-info .slug-stats .slug-fonts .fonts-head {
  margin: 0px 5px;
}

.user-answer-info .slug-stats .slug-fonts {
  float: left;
}

.user-answer-info .slug-stats .slug-fonts .fonts-head {
  float: none !important;
  width: 100%;
}

#section-comments {
  margin-top: 10px;
}

.discussion-tab .discussion-head {
  border-bottom: 1px solid #ccc;
}

button.nav-item.nav-link.active {
  border-top: 2px solid #b71346;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-bottom: -1px;
}

.content-title.discussion-answer-head {
  border-bottom: none;
}

.discussion-tab .flex-row-box {
  margin: 12px 0px;
}

.voteActive {
  color: #b71346 !important;
}

.check::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #B71346, #3b5998);
  top: 0px;
  left: 0;
}

.favourite {
  color: #3b5998 !important;
  font-size: 16px;
}

.stat-number {
  font-size: 19px;
}

#section-faq .flex-row-box {
  margin-bottom: 15px;
}

.author-stats-num-ico {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.questions-user .slug-author-btn,
.questions-user .slug-author-btn-comment {
  margin-top: 0px !important;
}

.sign-but.ask-btn {
  background: #456d45 !important;
  padding: 8px 20px;
}

.tag-res .questions-hover .tooltip1 {
  max-width: 120px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.date-name .text-ellipse,
.date-name .max-ellipse {
  max-width: 120px;
}

.upload-img-modal {
  height: 25px;
}

.upload-img-modal .upld_img {
  top: 50px !important;
}

.comment-scroll .comment-box {
  overflow: hidden;
  overflow-wrap: break-word;
  resize: none;
}

p {
  margin-bottom: 0px;
}

.search-head {
  padding-top: 100px;
}

.tags-search button,
.news-tag .news-tag-list button {
  margin: 0px 15px 0px 0px;
  padding: 2px 10px;
  border: 1px solid #00cc99;
  background: white;
}

.seach-left-add-image {
  background-size: 100% 100%;
  width: 720px;
  height: 90px;
}

.search-add-right-image {
  width: 300px;
  height: 600px;
}

.search-des-head {
  font-weight: 600;
}

.search-des-head .search-des-head-article {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  white-space: normal;
  text-decoration: none;
  height: 45px;
  color: #464646;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 17px;
  min-height: 0px;
  height: 23px;
  word-break: break-all;
}

.search-video-des {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  white-space: normal;
  text-decoration: none;
  height: 45px;
  color: #464646;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 17px;
  font-size: 15px;
  height: 67px;
  min-height: 67px;
  -webkit-line-clamp: 3;
  margin: 5px 0px;
  line-height: 1.4;
  overflow: hidden;
}

.search-video-des p {
  margin-bottom: 0px;
}

.search-video-des pre {
  word-break: break-all;
  white-space: pre-line;
  font-size: 15px;
}

.search-des-tag {
  padding: 9px 0px;
}

.search-des-tag button {
  margin: 0px 15px 0px 0px;
  padding: 2px 10px;
  border: 1px solid #00cc99;
  background: white;
}

.search-font-author {
  /*	padding-top: 10px;*/
}

.search-font-author .search-font .search-font-inner {
  display: flex;
  justify-content: space-between;
  width: 88px;
}

.search-font-author .search-font .search-font-inner .fa-heart,
.search-font-author .search-font .search-font-inner .fa-thumb-tack,
.search-font-author .search-font .search-font-inner .fa-share-alt {
  font-size: 23px;
  padding: 0px 5%;
}

.search-font-author .search-font .search-font-inner .hover-icons {
  left: 0px;
}

.search-font-author .search-font .search-font-inner .fa {
  color: white;
  margin-top: 4px;
}

.search-center .search-box {
  margin: 0px 0px 20px;
}

.search-des {
  background: #fff;
}

.filter .search-banner .main-nav-search {
  padding: 0px 30% 0 0;
  height: 100%;
}

.search-box,
.search-box-article {
  width: 100%;
  height: auto;
  border: 1px solid #cccccc;
  background: #fff;
}

.search-box .search-img-results,
.search-box-article .search-img-results {
  width: 230px;
  float: left;
  display: inline-block;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  height: 140px;
}

.search-box .search-img-results img,
.search-box-article .search-img-results img {
  width: 100%;
  height: 100%;
}

.search-box .search-img-results .search-img,
.search-box-article .search-img-results .search-img {
  width: 100%;
  display: inline-block;
}

.search-box .search-img-results .search-profile,
.search-box-article .search-img-results .search-profile {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
}

.search-box .search-img-results .search-profile img,
.search-box-article .search-img-results .search-profile img {
  width: 100%;
}

.search-box .search-box-img,
.search-box-article .search-box-img {
  height: 152px;
}

.search-box .search-des,
.search-box-article .search-des {
  padding: 5px 5px 5px;
  font-size: 17px;
  float: left;
  width: 100%;
}

.search-box .tag-but-sec,
.search-box-article .tag-but-sec {
  width: auto;
}

.sign-nav-btn input {
  padding: 0px 25px 0 0;
}

.search-branch .search-bar-input .search-banner {
  height: 48px;
}

.search-branch .search-bar-input .search-input-banner {
  background: #3b5998;
  height: 100%;
  width: 10%;
  top: 0px;
  right: 0px;
  text-align: center;
  color: #fff;
  padding: 10px;
}

.search-branch .search-bar-input .form-select {
  position: absolute;
  top: 7px;
  padding: 3px;
  background: transparent;
  height: 72% !important;
  right: 12%;
  width: 17%;
  border: 1px solid #ccc;
}

.search-branch .search-bar-input .form-select select {
  height: 100%;
  padding: 0px;
}

.search-tutorial-articles {
  display: inline-flex;
  padding: 20px 0px;
}

.search-tutorial-articles .tagHeadingSec {
  display: inline-block;
  -webkit-padding-start: 0px;
  height: 30px;
  overflow: hidden;
  white-space: nowrap;
}

.search-tutorial-articles .tagHeadingSec li {
  list-style-type: none;
  display: inline-block;
  float: left;
  margin-bottom: 10px;
}

.search-tutorial-articles .tagHeadingSec li a {
  background: #f3f5f9;
  padding: 4px 9px;
  font-family: Rajdhani;
  margin-bottom: 5px;
  font-size: 14px;
  color: #6f7d95;
  border: none;
  border-radius: 25px;
  margin-right: 5px;
  position: relative;
  transition: all 0.15s ease-in-out;
}

.search-tutorial-articles .more-btn {
  position: relative;
  padding: 5px 0px;
}

.search-tutorial-articles .more-btn .list {
  position: absolute;
  display: none;
  right: 0px;
  z-index: 1080;
  width: 200px;
  background: #fff;
  border-left: 1px solid black;
  border-right: 1px solid black;
  top: 35px;
  padding: 0px;
  list-style-type: none;
}

.search-tutorial-articles .more-btn .list li {
  padding: 1px 0px 35px;
  position: relative;
  border-bottom: 1px solid black;
}

.search-tutorial-articles .more-btn .list li a {
  color: black;
  padding: 5px 0px 5px 19px;
  font-size: 15px !important;
  text-decoration: none;
  position: absolute;
  width: 100%;
  height: 100%;
}

.search-tutorial-articles .more-btn .list li a:hover {
  background: #f2f3f5;
  text-decoration: none;
  border-bottom: 1px solid black;
}

.search-tutorial-articles .more-btn .list li:first-of-type {
  border-top: 1px solid black;
}

.search-tutorial-articles .more-btn .list li:last-of-type {
  border-bottom: 1px solid black;
}

.search-tutorial-articles .more-btn:hover .list {
  display: block;
}

/*.search-box .search-img-results.tag-img-search{
	width: 50px;
	height: 50px;
	margin: auto;
 }*/

.search-des-head-article.tag-subs {
  color: #8c733d;
}

.search-font-author .fonts-head {
  width: 100%;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  margin-right: 15px;
}

.search-font-author .questions-hover {
  float: left;
}

.search-bar {
  padding: 4px 6px;
  background: #e4e4e4;
}

.search-input-box {
  margin-left: -4px;
}

.search-head-ico {
  right: 18px;
  top: 7px;
  color: #909090;
}

#allsearch {
  width: 150px;
}

.search-results {
  margin-top: 20px;
}

.seacrh-add-imd {
  width: 160px;
  height: 600px;
  overflow: hidden;
}

.seacrh-add-imd img {
  max-width: none;
}

.search-author-img {
  width: 30px;
  height: 30px;
  display: block;
  bottom: 5px;
  right: 5px;
}

.search-input-box {
  /*	width: 300px;*/
  height: 40px;
  border: 1px solid #cac5c5;
}

.answer-search {
  font-weight: 600;
}

.ques-video {
  float: left;
}

.flag-img {
  background: rgba(241, 241, 241, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
}

.flag-img .ico {
  width: 30px;
  height: 30px;
  right: 5px;
  top: 5px;
}

.flag-img .tutorial {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -398px -15px;
}

.flag-img .news {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -352px -13px;
}

.flag-img .forums {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -499px -15px;
}

.flag-img .comments {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -446px -15px;
}

.flag-overlay {
  width: 100%;
  height: 100%;
}

.add-inner {
  /*margin: 0px 0px 0px;*/
  overflow: hidden;
}

.add-inner img {
  max-width: none;
}

.filter .add-inner {
  margin: 20px 0px;
}

.filter .search-banner input {
  box-shadow: none;
}

.filter .more-action-top {
  margin-top: 0px;
}

.filter .showContent {
  margin-top: -4px;
}

.filter .search-font {
  margin-bottom: 5px;
}

.filter .questions-hover {
  display: inline-block;
}

.filter .questions-hover .tooltip1 {
  margin-bottom: 5px;
}

.filter .class-author {
  display: inline-block;
}

.search-author-img img {
  border-radius: 50%;
}

.text-ellipse,
.max-ellipse {
  max-width: 120px;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: none;
}

.search-des img {
  display: none;
}

.search-ans-article {
  line-height: 27px;
}

h4 {
  margin-bottom: 0px;
}

p {
  margin-bottom: 0px;
}

.slug-but-nav {
  width: 100%;
  justify-content: space-around;
  /*	margin: 10px 0px;*/
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.slug-but-nav a {
  width: 25%;
  color: #05668c;
  border-right: 1px solid #efeeee;
}

.slug-but-nav a.active {
  border-bottom: 2px solid #3b5998;
}

.slug-discussion {
  padding: 30px 0px;
}

.slug-discussion p {
  margin-bottom: 0px;
}

.slug-discussion .slug-discussion-title,
.slug-discussion .showing-results,
.slug-discussion .slug-discussion-searchbar {
  padding: 10px 0px;
}

.slug-discussion .faq-btn {
  padding: 10px 0px 0px;
}

.slug-discussion .faq-btn .qna__loadMore {
  width: auto;
  border: 1px solid #EE2E24;
  padding: 10px;
  font-size: 14px;
  background: #ffffff;
  color: #EE2E24;
  cursor: pointer;
  padding: 5px 10px;
}

.slug-head {
  padding: 10px;
  background: #efefef;
  margin: 15px 0px;
}

.slug-head h1 {
  font-size: 26px !important;
  color: #3b5998;
}

.video-section .slug-video {
  background: black;
}

.slug-video-des {
  font-size: 21px;
  line-height: 1.3;
}

.slug-video-des h1 {
  font-size: 26px !important;
  color: #3b5998;
}

.slug-video-des .code_secth2 {
  font-size: 22px;
  color: #b71346;
}

.slug-video-des .code_sh3 {
  color: #3b5998;
  font-size: 20px;
}

.slug-foot {
  margin: 10px 0px;
}

.slug-foot p {
  margin-bottom: 0px;
}

.code_sh3 {
  font-size: 20px;
}

.faq .slug-discussion-head {
  /*	padding: 0px 0px 15px;*/
  margin-bottom: 15px;
  border: 1px solid #e4e6e8;
}

.faq .slug-discussion-head .slug-discussion-question {
  padding: 5px 10px;
  display: flex;
  border-bottom: 1px solid #e4e6e8;
  background: #f7f7f7;
}

.faq .slug-discussion-head .slug-discussion-question .slug-discussion-question-article {
  padding: 8px 0px;
  margin-left: 10px;
}

.faq .slug-discussion-head .slug-discussion-question .slug-discussion-question-article p {
  font-weight: bold;
}

.faq .slug-discussion-head .slug-discussion-answer {
  padding: 10px;
  display: flex;
}

.faq .slug-discussion-head .slug-discussion-answer .slug-discussion-answer-article {
  padding: 8px 0px;
  margin-left: 10px;
}

.faq .slug-discussion-head .slug-discussion-answer .slug-discussion-answer-article p {
  font-weight: normal;
  word-break: break-word;
  font-size: 16px;
  /*padding: 8px 0px;*/
}

.faq .faq-head-btn button {
  width: auto;
  border: 1px solid #EE2E24;
  padding: 10px;
  font-size: 14px;
  background: #ffffff;
  color: #EE2E24;
  cursor: pointer;
}

.symbol-div {
  color: #0f5a0f;
  font-weight: 600;
  font-size: 17px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #ccc;
  width: 25px;
  text-align: center;
}

.symbol-div.answer {
  color: #b71346;
}

#section-comments .frequent-ques .comments-block {
  padding: 0px !important;
}

#section-comments .frequent-ques .comments-block .comments-article-section .comments-article {
  margin-bottom: 0px;
}

#section-comments .frequent-ques .comments-block.answer-comments .comments-article-section {
  padding: 10px 0px;
}

.faq-color {
  color: #3b5998;
}

/*#answer-section .discussion-answer-article .answer-comments:nth-last-of-type(){
	border-bottom: none! important;
}*/

/*#answer-section .discussion-answer-article .answer-comments:last-of-type{

}*/

.comments-block {
  padding: 20px 0px;
}

.comments-block .comments-article-section {
  padding: 10px 10px;
  margin-top: 20px;
}

.comments-block .comments-article-section .comments-article {
  margin-bottom: 20px;
  display: flex;
}

.comments-block .comments-article-section .comments-profile {
  width: 50px;
  height: 50px;
}

.comments-block .comments-article-section .comments-profile img {
  max-width: 100%;
  border-radius: 50%;
}

.comments-block .comments-article-section .comments-right {
  margin-left: 20px;
  word-break: break-all;
  width: 100%;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  border: 1px solid transparent;
}

.comments-block .comments-article-section .comments-right .slug-author {
  border-bottom: 1px solid #e4e6e8;
  background: #f7f7f7;
  padding: 5px;
}

.comments-block .comments-article-section .comments-subarticle {
  padding: 10px 25px 10px 5px;
}

.comments-block .comments-article-section p {
  margin-bottom: 0px;
  color: #705e5e;
}

.comments-block .comments-article-section .comments-author {
  font-weight: bold;
  font-size: 15px;
}

.comments-block .Readmore button {
  width: auto;
  border: 1px solid #EE2E24;
  padding: 10px;
  font-size: 14px;
  background: #ffffff;
  color: #EE2E24;
  cursor: pointer;
}

.close-comment {
  top: -11px;
  right: 10px;
}

.close-comment .close {
  height: 38px;
  width: 26px;
  display: none;
}

.comments-subarticle-close:hover .close-comment .close {
  display: block;
}

.qna__loadMore {
  text-decoration: underline;
  font-weight: bold;
  font-size: 16px;
}

.class-author {
  font-size: 12px;
  display: inline-block;
}

.comments-arrow {
  left: -11px;
  top: 13px;
  color: #f7f7f7;
  font-size: 30px;
  display: block;
}

.view-commont a:focus {
  color: #fff;
}

.slug-stats .questions-hover {
  display: block;
  padding-top: 3px;
}

.slug-stats .questions-hover button {
  margin: 5px 5px 0 0;
}

.slug-stats .tag-but {
  float: none;
}

.slug-stats .slug-fonts .social-slug-icons {
  float: left;
}

.slug-stats .slug-fonts .fonts-head {
  width: 100%;
}

.post-comments {
  padding: 20px 0px;
}

.post-comments .textcust {
  margin-bottom: 10px;
}

.ra-block {
  padding: 20px 0px;
}

.ra-block .ra-section {
  padding: 20px 0px;
}

.back-top button {
  color: #fff;
  background: #b71346;
  border: none;
  border-radius: 5px;
}

.slug-author-btn,
.slug-author-btn-comment {
  position: relative;
  border: none;
  display: inline-block;
  background: transparent;
  color: #6f7d95;
  padding: 0px;
}

.slug-author-btn a,
.slug-author-btn-comment a {
  color: #6f7d95;
  font-size: 15px;
}

.slug-author-btn:hover,
.slug-author-btn-comment:hover {
  cursor: pointer;
}

.slug-author-btn:hover a,
.slug-author-btn-comment:hover a {
  text-decoration: none;
  color: #b71346;
}

.sticky-bar {
  top: 54px;
  background: white;
  border: 1px solid #ccc;
  border-right: 0;
  z-index: 999;
}

.slug-author-btn-comment {
  width: 100%;
  background: #f7f7f7;
}

.title-head-slug {
  color: #B71346 !important;
  word-wrap: break-word;
}

.title-head-slug h2 {
  font-size: 24px;
  line-height: 30px;
}

.slug-video-des img {
  display: block;
}

.slug-video-des p {
  margin-bottom: 0px;
}

.social-slug-icons .fonts-head {
  float: left;
}

.slug-video-des ul li {
  list-style-type: disc;
  list-style-position: inside;
}

.slug-video-des img {
  height: auto;
  margin-bottom: 10px;
}

.slug-video-des pre {
  background: #eee;
  margin: 10px 0 15px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 10px 10px 10px 18px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: block;
  /*white-space: pre-wrap;*/
  /*word-wrap: break-word;*/
  text-align: justify;
  line-height: 34px;
}

.slug-video-des h2 {
  color: #b71346;
  margin-bottom: 0px;
  font-size: 22px;
}

.slug-video-des h3 {
  font-size: 20px;
}

.slug-video-des h1,
.slug-video-des h3,
.slug-video-des h4,
.slug-video-des h5,
.slug-video-des h6,
.slug-video-des .code_sh3,
.slug-video-des .code_sectcolor5 {
  color: #3b5998;
  margin-bottom: 10px;
  font-weight: bold;
}

.slug-video-des p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 10px;
}

.slug-class .main .main-article,
.forum-class .main .main-article {
  background: #fff;
}

.slug-class .tutorial-head,
.forum-class .tutorial-head {
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
}

.slug-class .code_sectcolor7 {
  color: #ffa500;
}

.slug-class pre {
  background-color: #2b2525 !important;
  color: #fff;
}

.icons-tutorials {
  width: 36px;
  height: 20px;
  top: 4px;
  display: inline-block;
}

.icons-tutorials.tutorial {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -619px -13px;
  height: 22px;
  top: 2px;
}

.icons-tutorials.news {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -543px -15px;
}

.icons-tutorials.comment {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -8px -44px;
}

.icons-tutorials.faq {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -76px -46px;
}

.icons-tutorials.ra {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -152px -46px;
}

.icons-tutorials.tags {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -222px -46px;
}

.icons-tutorials.users {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -509px -51px;
}

.icons-tutorials.badges {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -285px -51px;
}

.icons-tutorials.unanswered {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -395px -51px;
}

.active .ico-tutorial-article {
  font-weight: bold;
  color: #b71346;
}

.active .icons-tutorials.tutorial {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -658px -13px;
}

.active .icons-tutorials.news {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -580px -15px;
}

.active .icons-tutorials.comment {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -42px -44px;
}

.active .icons-tutorials.faq {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -111px -46px;
}

.active .icons-tutorials.ra {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -188px -46px;
}

.active .icons-tutorials.tags {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -250px -50px;
}

.active .icons-tutorials.users {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -552px -51px;
}

.active .icons-tutorials.badges {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -317px -51px;
}

.active .icons-tutorials.unanswered {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -360px -51px;
}

.title-left-space {
  margin-left: 35px;
}

.ico-tutorial-article {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  margin-left: 35px;
}

#section-realtedPost {
  position: relative;
}

#section-realtedPost .tutorial-ico-top {
  width: 36px;
  height: 20px;
  top: 4px;
  display: inline-block;
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -152px -46px;
}

.sign-small-xs {
  padding: 2px 6px 1px;
  font-size: 14px;
}

.forum-class .nav-more {
  color: #b71346;
}

.points-ico {
  font-size: 20px;
  padding: 1px 3px 0px 0px;
  color: #fff;
  -webkit-text-stroke: 1px #474747;
}

#section-realtedPost .tut-box {
  width: 65%;
}

form {
  margin-bottom: 0px;
}

.slug-add .add-inner {
  margin: 15px 0 5px;
}

.feed-article {
  bottom: 0px;
  width: 100%;
}

.height-board {
  height: 125px;
  width: 100%;
  display: block;
  cursor: pointer;
}

.height-board img {
  width: 100%;
  height: 100%;
}

.slug-class .symbol-div {
  font-size: 17px;
}

.feed-article {
  background: #2a3b5f;
  font-size: 12px;
}

.feed-article .feed-friends {
  color: #fff;
}

.stat-number-author {
  font-size: 17px;
}

.i-frame-play-pause {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.i-frame-play-pause li.active a {
  background: #c4c4c4 !important;
}

.i-frame-play-pause li.active a .video-comment {
  font-weight: bold;
  font-size: 16px;
}

.i-frame-play-pause li.active a .play_pause {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -308px -189px !important;
}

.i-frame-play-pause li .video-sec {
  font-size: 16px;
  color: #3b5998;
}

.i-frame-play-pause li a {
  margin: 0 !important;
  text-decoration: none;
  padding: 0 15px;
  background: #f1f2f3;
  color: #666;
  display: block;
  font-size: 18px;
  line-height: 44px;
  border: 1px solid #ddd;
  cursor: pointer;
}

.i-frame-play-pause li a:hover {
  border-color: #eeeeee #eeeeee #ddd;
  background: #eeeeee;
}

.i-frame-play-pause li a .video-num-width {
  width: 20px;
  display: inline-block;
}

.i-frame-play-pause li a .play_pause {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.i-frame-play-pause li a .play_pause.play {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -279px -189px;
}

.videoPlay.video-comment {
  word-break: break-word;
}

.back-top button {
  cursor: pointer;
}

.notify-modal .modal-dialog {
  max-width: 450px;
}

#section-realtedPost button.nav-item.nav-link {
  background: #fff !important;
}

@media (min-width: 375px) and (max-width: 720px) {
  .slug-discussion-head .slug-discussion-question .slug-discussion-question-symbol,
  .slug-discussion-head .slug-discussion-answer .slug-discussion-answer-symbol {
    padding: 0px;
  }
}

@media only screen and (max-width: 375px) {
  .slug-discussion-head .slug-discussion-question .slug-discussion-question-symbol,
  .slug-discussion-head .slug-discussion-answer .slug-discussion-answer-symbol {
    padding: 0px;
  }

  .comments-block .comments-article-section .comments-profile {
    width: 20%;
  }

  .comments-block .comments-article-section .comments-right {
    width: 80%;
  }
}

.forum-tag-article {
  padding-bottom: 10px;
}

.forum-tag-article p {
  line-height: 1.3;
}

.forum-tag-create-btn {
  text-align: center;
  padding: 0px 11px;
  height: 31px;
}

.forum-tag-subarticle {
  padding: 10px 0px 0px;
}

.forumtag-discussion-articles {
  padding: 0px 0px 10px;
}

.forumtag-discussion-head {
  padding: 10px 0px;
  margin: auto;
  display: flex;
}

.forumtag-discussion-head .multiplier-symbol,
.forumtag-discussion-head .multiplier-name {
  vertical-align: middle;
  font-size: 12px;
  padding-left: 4px;
  padding-top: 4px;
}

.forumtag-discussion-head .forum-tag-sec .forum-tag-img img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  box-shadow: 2px 2px 4px rgba(12, 13, 14, 0.5);
}

.forumtag-discussion-head .forum-tag-details {
  margin-left: 10px;
  width: 100%;
  overflow: hidden;
  line-height: 1.3;
}

.forumtag-discussion-head .forum-tag-details .exact-place {
  font-size: 13px;
}

.forumtag-discussion-head .forum-tag-details .user-tags a {
  color: #464646;
  font-size: 13px;
}

.tag-col-sec {
  border-bottom: 1px dotted #E4E6E7;
}

.tag-col-sec .forumtag-discussion-head {
  display: inline-block;
}

.forum-tag-des {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  white-space: normal;
  text-decoration: none;
  min-height: 80px;
  color: #464646;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  margin-bottom: 0px;
}

.badge-article {
  padding: 10px 0px;
  border-top: 1px solid #e4e6e8;
}

.badge-container button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.badge-subarticle {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  white-space: normal;
  text-decoration: none;
  height: 45px;
  color: #464646;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 17px;
}

.forum-tags-line {
  display: flex;
  padding-top: 5px;
}

.forum-tags-line .user-tags a {
  margin-right: 3px;
  padding: 3px;
  background: #f3f5f9;
}

.tab-sub {
  padding: 46px 0px 36px;
  border-bottom: 1px solid #e9e2e2;
  background: #fff;
}

.nav-left {
  border-width: 1px 1px 1px 1px;
  border: 1px solid #CECECE;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.125);
}

.nav-fills .nav-link {
  color: #464646;
  background: #fff;
}

.nav-fills .tag-font-right {
  float: right;
}

.nav-fills.nav-left .active {
  color: #fff;
  font-weight: 600;
  background-color: rgba(183, 19, 70, 0.84) !important;
}

.nav-fills.nav-left .active .fa-angle-right {
  display: block;
}

.nav-fills .tab-icons {
  padding: 0px 5px 0px 0px;
}

.tag-sub-sec {
  margin-bottom: 30px;
}

.tag-sub-sec .tag-sub-elements {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #CECECE;
}

.tag-sub-sec .tag-sub-elements .tag-sub-btn {
  font-size: 16px;
  padding: 5px 6px;
  background: #ce2a15;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  line-height: 16px;
}

.tag-sub-sec .questions-hover .tooltip1 a {
  font-weight: 600;
  font-size: 16px;
}

.tag-sub-sec .questions-hover .tooltip1 a:hover {
  text-decoration: underline;
  color: #b71346;
}

.tag-sub-des {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  white-space: normal;
  text-decoration: none;
  height: 45px;
  color: #464646;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 17px;
  min-height: 0px;
  height: 42px;
  font-size: 16px;
}

.tag-sub-stats.tab-call {
  color: #636262;
}

.tab-hover:hover {
  background: rgba(239, 238, 238, 0.88);
  /*  color: rgba(255,255,255,0.88)! important;*/
}

.tag-sub-stats {
  font-size: 13px;
  font-weight: 600;
}

.tag-sub-stats div {
  display: inline-block;
}

.paginate {
  margin: 0px 30px !important;
}

.paginate .page-link.active {
  background: #ce2a15;
  color: #fff;
}

.paginate .page-link:focus {
  box-shadow: none;
}

.search-tag-sub {
  width: 300px;
}

.box-search {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.top-tag-space {
  padding-top: 40px;
}

.tag-head-bar {
  font-size: 32px;
  line-height: 30px;
}

.tag-article-bar {
  font-size: 23px;
}

.search-bar-input .search-input-banner {
  color: #3b5998;
}

.search-bar-input .search-banner {
  height: 47px;
}

.search-bar-input .form-select {
  position: absolute;
  top: 2px;
  padding: 3px;
  height: 93% !important;
  right: 8px;
  width: 11%;
  border: none;
  border-left: 1px solid #ccc;
}

.search-bar-input .form-select select {
  border: 0;
}

.search-bar-input .form-select select option {
  border-bottom: 1px solid #ddd;
}

.profile-user-icon {
  width: 26px;
  height: 23px;
  display: inline-block;
  float: left;
}

.profile-user-icon.like {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -194px -71px;
}

.profile-user-icon.collection {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -265px -72px;
}

.profile-user-icon.trophy {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -396px -73px;
}

.profile-user-icon.followers-ico {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -470px -72px;
  height: 25px;
}

.profile-user-icon.followings {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -530px -71px;
  height: 25px;
}

.active .forumn-icon,
.followers:hover .forumn-icon {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -724px -11px;
}

.active .tag-icon,
.followers:hover .tag-icon {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -591px -78px;
}

.active .profile-user-icon.like,
.followers:hover .profile-user-icon.like {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -229px -71px;
}

.active .profile-user-icon.collection,
.followers:hover .profile-user-icon.collection {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -297px -72px;
}

.active .profile-user-icon.trophy,
.followers:hover .profile-user-icon.trophy {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -431px -73px;
}

.active .profile-user-icon.followers-ico,
.followers:hover .profile-user-icon.followers-ico {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -496px -72px;
  height: 25px;
}

.active .profile-user-icon.followings,
.followers:hover .profile-user-icon.followings {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -562px -71px;
  height: 25px;
}

.active .profile-user-icon.points,
.followers:hover .profile-user-icon.points {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -760px -149px;
}

.active .profile-user-type,
.followers:hover .profile-user-type {
  font-weight: bold;
  color: #b71346 !important;
}

.follow-icon {
  width: 100%;
  margin: auto;
}

.follow-icon .forumn-icon {
  float: none;
  height: 23px;
}

.follow-icon .tag-icon {
  float: none;
}

.profile-picture-user {
  padding: 10px;
  margin-bottom: 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}

.profile-picture-user .user-section .user-picture-section {
  height: auto;
}

.profile-picture-user .user-section .user-picture-section .profile-picture-image {
  height: 90px;
  width: 90px;
  margin: auto;
  display: block;
}

.profile-picture-user .user-section .user-picture-section .profile-picture-image img {
  border-radius: 50%;
}

.profile-picture-user .user-section .profile-user-member {
  margin: auto;
}

.profile-picture-user .profile-comment p {
  padding: 10px;
  cursor: pointer;
}

.profile-picture-user .profile-comment p:hover {
  background: #f6f6f6;
}

.profile-picture-user.author-profile {
  box-shadow: none;
}

.profile-picture-user.author-profile .profile-picture-image {
  border: none;
}

.profile-picture-section-dropdown {
  top: 40%;
  width: 20px;
  right: -6px;
}

.profile-picture-section-dropdown .nav-link {
  border: 1px solid #4e4c4c;
  border-radius: 50%;
  height: 20px;
  padding: 0px 5px;
}

.col-space-border {
  border: 1px solid #eaeaea;
  padding: 10px;
}

.col-bot-space {
  margin-bottom: 30px;
}

.profile-user-member-name,
.mid-bar .profile-user-member-name {
  font-size: 23px;
  font-weight: 500;
  line-height: 25px;
  color: #3b5998;
}

.profile-user-member textarea {
  resize: none;
}

.account-input {
  height: 35px;
  line-height: 19px;
}

.profile-user-nav .slug-but-nav {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}

.profile-user-nav .slug-but-nav a {
  width: 14.28%;
  float: left;
}

.profile-user-nav .slug-but-nav a:hover {
  background: #f7f7f7;
}

.profile-user-nav .slug-but-nav a .profile-user-number {
  font-size: 20px;
  display: inline-block;
  color: black;
  min-height: 24px;
}

.profile-user-nav .slug-but-nav a .profile-user-type {
  font-size: 18px;
  color: #474747;
  display: inline-block;
}

.profile-user-nav .slug-but-nav a.active {
  background: #f5f3f3;
  color: #b71346;
  border-bottom: none;
}

.profile-user-nav .slug-but-nav a.active .author-like {
  -webkit-text-stroke: 1px #b71346;
}

.profile-user-nav .slug-but-nav a.active .profile-user-number {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  color: #b71346;
  min-height: 32px;
}

.mid-bar {
  border-bottom: 1px solid #eaeaea;
}

.mid-bar .profile-user-member-name:hover {
  text-decoration: none;
}

.profile-question-article-section {
  padding: 10px;
  cursor: pointer;
  margin-bottom: 10px;
}

.profile-question-article-section .profile-question-article {
  font-size: 17px;
  line-height: 1.3;
}

.profile-question-article-section .profile-question-article a {
  color: #3b5998;
  text-decoration: none;
}

.profile-question-article-section .profile-question-article-time {
  font-size: 15px;
  padding-top: 5px;
}

.all-profile-user .image-carousel .inner {
  display: inherit;
}

#profile-likes .collection-username {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  white-space: normal;
  text-decoration: none;
  height: 45px;
  color: #464646;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 17px;
}

#profile-likes .img-like {
  height: 200px;
  width: 100%;
}

#profile-likes .forum-img-profile-section .img-forum {
  height: 200px;
  position: relative;
}

#profile-likes .forum-img-profile-section .img-forum img {
  height: 100%;
  width: 100%;
}

#profile-likes .forum-img-profile-section .img-forum .profile-forum {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 50px;
  width: 50px;
}

#profile-likes .tool-author {
  background: transparent !important;
  position: relative;
  border: none;
  color: #6f7d95;
  padding: 0px 7px;
}

#profile-likes .date-name .author {
  float: right;
}

#profile-collections .col-bot-space {
  padding: 5px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}

.collection-profile-page .my-collection-count {
  width: 100%;
  height: 210px;
  background: #f7f7f7;
  overflow: hidden;
}

.collection-profile-page .my-collection-count .collection-image .mycollectionImg1 {
  float: left;
  margin-right: 2%;
  display: inline-block;
  width: 49%;
  height: 100px;
  margin-bottom: 5px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.collection-profile-page .my-collection-count .collection-image .mycollectionImg1 .img-1 {
  max-width: none !important;
}

.collection-profile-page .my-collection-count .collection-image .mycollectionImg1:nth-of-type(2n) {
  margin-right: 0px;
}

.collection-profile-page .collection-title {
  padding: 10px 10px 0px;
}

.mycollectionImg2 {
  height: 200px;
}

.img-2 {
  width: 100%;
  height: 100%;
}

.design-number {
  font-size: 12px;
}

.profile-followers-top {
  height: 120px;
  background: #0088cc;
}

.profile-followers-top .profile-followers-name {
  padding-top: 17px;
  text-align: center;
  overflow: hidden;
  white-space: no-wrap;
  color: white;
}

.profile-followers-article {
  margin-top: -50px;
}

.profile-followers-article .profile-followers-image {
  text-align: center;
}

.profile-followers-article .profile-followers-image img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  max-width: 100%;
}

.profile-followers-article .profile-followers-subarticle {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  white-space: normal;
  text-decoration: none;
  height: 45px;
  color: #464646;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 17px;
}

.profile-followers-bottom {
  padding: 10px 0px;
  margin: 10px 0px;
  background: #0088cc;
}

.profile-followers-bottom .profile-followers-bottom-article {
  display: flex;
}

.profile-followers-bottom .profile-followers-bottom-article .profile-followers-stats {
  text-align: center;
  width: 33.33%;
  color: white;
}

.profile-user-member .form-control:disabled {
  background-color: #eef3b5;
}

.profile-followers-btn {
  margin: 10px 0px;
}

.profile-followers-btn button {
  background: transparent;
  cursor: pointer;
}

.collection-image-following {
  display: flex;
}

.collection-image-following .img-others-profile {
  width: 20%;
}

.collection-image-following .img-others-profile img {
  max-width: 100%;
  width: 50px;
  height: 50px;
  margin: 10px 0px;
  border-radius: 50%;
}

.collection-image-following .others-profile {
  width: 40%;
  font-size: 15px;
  overflow: hidden;
  padding: 10px 0px;
}

.collection-image-following .others-profile .others-name a {
  color: black;
}

.collection-image-following .unfollow-btn-sec {
  width: 40%;
  margin: auto;
}

.collection-image-following .unfollow-btn-sec .unfollow-btn {
  height: 32px;
  float: right;
  padding: 2px 7px;
  background: #d4d4d4;
  border-radius: 0px;
  border: none;
}

.profile-res {
  display: inline-block;
  float: left;
  margin-bottom: 25px;
}

.profile-res .card-space {
  margin-right: 25px !important;
}

.profile-pad {
  padding: 0px 0px 0px 15px;
}

.accountShow {
  border-top: 2px solid #3b5998;
  left: -76px !important;
}

.follow-icon .profile-user-icon {
  float: none;
}

.follow-icon .followers-count {
  display: block;
  line-height: 10px;
}

.user .image-carousel {
  padding-top: 0px;
}

.image-editor .cropit-preview {
  margin: auto;
}

.error-msg a {
  font-weight: bold;
  text-decoration: underline;
}

.error-tut {
  font-size: 23px;
  color: #b71346;
  line-height: 30px;
}

.profile-user-icon.points {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -628px -148px;
}

#profile-questions .error-msg .error-img span {
  background: url(/images/error_sprite.png?e3758f52a273ce3f190433aba03e9e07) no-repeat -800px -220px;
}

#profile-likes .error-msg .error-img span {
  background: url(/images/error_sprite.png?e3758f52a273ce3f190433aba03e9e07) no-repeat -600px -220px;
}

#profile-collections .error-msg .error-img span {
  background: url(/images/error_sprite.png?e3758f52a273ce3f190433aba03e9e07) no-repeat -800px -32px;
}

#profile-tags .error-msg .error-img span {
  background: url(/images/error_sprite.png?e3758f52a273ce3f190433aba03e9e07) no-repeat -1180px -220px;
}

#profile-followers .error-msg .error-img span {
  background: url(/images/error_sprite.png?e3758f52a273ce3f190433aba03e9e07) no-repeat -30px -220px;
}

#profile-following .error-msg .error-img span {
  background: url(/images/error_sprite.png?e3758f52a273ce3f190433aba03e9e07) no-repeat -223px -220px;
}

#section-comments .error-msg .error-img span {
  background: url(/images/error_sprite.png?e3758f52a273ce3f190433aba03e9e07) no-repeat -996px -32px;
}

#section-faq .error-msg .error-img span {
  background: url(/images/error_sprite.png?e3758f52a273ce3f190433aba03e9e07) no-repeat -28px -32px;
  width: 168px;
  height: 160px;
}

#search-page .error-msg .error-img span {
  background: url(/images/error_sprite.png?e3758f52a273ce3f190433aba03e9e07) no-repeat -430px -32px;
}

.feeds .error-msg .error-img span {
  background: url(/images/error_sprite.png?e3758f52a273ce3f190433aba03e9e07) no-repeat -459px -382px;
  width: 200px;
  height: 160px;
}

@media (min-width: 767px) and (max-width: 1330px) {
  .collection-image-following .others-profile {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .profile-user-nav .slug-but-nav a {
    width: 33.33%;
    border-bottom: 1px solid #eee;
  }

  .profile-question-row .profile-question-col {
    padding-right: 0px;
  }
}

@media (min-width: 767px) and (max-width: 910px) {
  .collection-image-following .others-profile {
    font-size: 13px;
  }
}

@media (min-width: 575px) and (max-width: 767px) {
  #profile-collections .profile-question-row .profile-question-col:nth-child(odd),
  #profile-followers .profile-question-row .profile-question-col:nth-child(odd),
  #profile-likes .profile-question-row .profile-question-col:nth-child(odd),
  #dashboard-feeds .profile-question-row .profile-question-col:nth-child(odd) {
    padding-right: 5px;
  }

  #profile-collections .profile-question-row .profile-question-col:nth-child(even),
  #profile-followers .profile-question-row .profile-question-col:nth-child(even),
  #profile-likes .profile-question-row .profile-question-col:nth-child(even),
  #dashboard-feeds .profile-question-row .profile-question-col:nth-child(even) {
    padding-left: 5px;
  }
}

.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #F0F0F0;
}

.hljs,
.hljs-subst {
  color: #444;
}

.hljs-comment {
  color: #888888;
}

.hljs-keyword,
.hljs-attribute,
.hljs-selector-tag,
.hljs-meta-keyword,
.hljs-doctag,
.hljs-name {
  font-weight: bold;
}

.hljs-type,
.hljs-string,
.hljs-number,
.hljs-selector-id,
.hljs-selector-class,
.hljs-quote,
.hljs-template-tag,
.hljs-deletion {
  color: #880000;
}

.hljs-title,
.hljs-section {
  color: #880000;
  font-weight: bold;
}

.hljs-regexp,
.hljs-symbol,
.hljs-variable,
.hljs-template-variable,
.hljs-link,
.hljs-selector-attr,
.hljs-selector-pseudo {
  color: #BC6060;
}

.hljs-literal {
  color: #78A960;
}

.hljs-built_in,
.hljs-bullet,
.hljs-code,
.hljs-addition {
  color: #397300;
}

.hljs-meta {
  color: #1f7199;
}

.hljs-meta-string {
  color: #4d99bf;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

/**
 * simplemde v1.11.2
 * Copyright Next Step Webs, Inc.
 * @link https://github.com/NextStepWebs/simplemde-markdown-editor
 * @license MIT
 */

.CodeMirror {
  color: #000;
}

.CodeMirror-lines {
  padding: 4px 0;
}

.CodeMirror pre {
  padding: 0 4px;
}

.CodeMirror-gutter-filler,
.CodeMirror-scrollbar-filler {
  background-color: #fff;
}

.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}

.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap;
}

.CodeMirror-guttermarker {
  color: #000;
}

.CodeMirror-guttermarker-subtle {
  color: #999;
}

.CodeMirror-cursor {
  border-left: 1px solid #000;
  border-right: none;
  width: 0;
}

.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}

.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7;
}

.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}

.cm-animate-fat-cursor {
  width: auto;
  border: 0;
  -webkit-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
  background-color: #7e7;
}

@-webkit-keyframes blink {
  50% {
    background-color: transparent;
  }
}

@keyframes blink {
  50% {
    background-color: transparent;
  }
}

.cm-tab {
  display: inline-block;
  text-decoration: inherit;
}

.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  position: absolute;
}

.cm-s-default .cm-header {
  color: #00f;
}

.cm-s-default .cm-quote {
  color: #090;
}

.cm-negative {
  color: #d44;
}

.cm-positive {
  color: #292;
}

.cm-header,
.cm-strong {
  font-weight: 700;
}

.cm-em {
  font-style: italic;
}

.cm-link {
  text-decoration: underline;
}

.cm-strikethrough {
  text-decoration: line-through;
}

.cm-s-default .cm-keyword {
  color: #708;
}

.cm-s-default .cm-atom {
  color: #219;
}

.cm-s-default .cm-number {
  color: #164;
}

.cm-s-default .cm-def {
  color: #00f;
}

.cm-s-default .cm-variable-2 {
  color: #05a;
}

.cm-s-default .cm-variable-3 {
  color: #085;
}

.cm-s-default .cm-comment {
  color: #a50;
}

.cm-s-default .cm-string {
  color: #a11;
}

.cm-s-default .cm-string-2 {
  color: #f50;
}

.cm-s-default .cm-meta,
.cm-s-default .cm-qualifier {
  color: #555;
}

.cm-s-default .cm-builtin {
  color: #30a;
}

.cm-s-default .cm-bracket {
  color: #997;
}

.cm-s-default .cm-tag {
  color: #170;
}

.cm-s-default .cm-attribute {
  color: #00c;
}

.cm-s-default .cm-hr {
  color: #999;
}

.cm-s-default .cm-link {
  color: #00c;
}

.cm-invalidchar,
.cm-s-default .cm-error {
  color: red;
}

.CodeMirror-composing {
  border-bottom: 2px solid;
}

div.CodeMirror span.CodeMirror-matchingbracket {
  color: #0f0;
}

div.CodeMirror span.CodeMirror-nonmatchingbracket {
  color: #f22;
}

.CodeMirror-matchingtag {
  background: rgba(255, 150, 0, 0.3);
}

.CodeMirror-activeline-background {
  background: #e8f2ff;
}

.CodeMirror {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.CodeMirror-scroll {
  margin-bottom: -30px;
  margin-right: -30px;
  padding-bottom: 30px;
  height: 100%;
  outline: 0;
  position: relative;
}

.CodeMirror-sizer {
  position: relative;
  border-right: 30px solid transparent;
}

.CodeMirror-gutter-filler,
.CodeMirror-hscrollbar,
.CodeMirror-scrollbar-filler,
.CodeMirror-vscrollbar {
  position: absolute;
  z-index: 6;
  display: none;
}

.CodeMirror-vscrollbar {
  right: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

.CodeMirror-hscrollbar {
  bottom: 0;
  left: 0;
  overflow-x: scroll;
}

.CodeMirror-scrollbar-filler {
  right: 0;
  bottom: 0;
}

.CodeMirror-gutter-filler {
  left: 0;
  bottom: 0;
}

.CodeMirror-gutters {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  z-index: 3;
}

.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -30px;
}

.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: 0 0 !important;
  border: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.CodeMirror-gutter-background {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
}

.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}

.CodeMirror-lines {
  cursor: text;
  min-height: 1px;
}

.CodeMirror pre {
  border-radius: 0;
  border-width: 0;
  background: 0 0;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
}

.CodeMirror-wrap pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}

.CodeMirror-linebackground {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  overflow: auto;
}

.CodeMirror-code {
  outline: 0;
}

.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber,
.CodeMirror-scroll,
.CodeMirror-sizer {
  box-sizing: content-box;
}

.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.CodeMirror-cursor {
  position: absolute;
}

.CodeMirror-measure pre {
  position: static;
}

div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}

.CodeMirror-focused div.CodeMirror-cursors,
div.CodeMirror-dragcursors {
  visibility: visible;
}

.CodeMirror-selected {
  background: #d9d9d9;
}

.CodeMirror-focused .CodeMirror-selected,
.CodeMirror-line::-moz-selection,
.CodeMirror-line > span::-moz-selection,
.CodeMirror-line > span > span::-moz-selection {
  background: #d7d4f0;
}

.CodeMirror-focused .CodeMirror-selected,
.CodeMirror-line::selection,
.CodeMirror-line > span::selection,
.CodeMirror-line > span > span::selection {
  background: #d7d4f0;
}

.CodeMirror-crosshair {
  cursor: crosshair;
}

.CodeMirror-line::-moz-selection,
.CodeMirror-line > span::-moz-selection,
.CodeMirror-line > span > span::-moz-selection {
  background: #d7d4f0;
}

.cm-searching {
  background: #ffa;
  background: rgba(255, 255, 0, 0.4);
}

.cm-force-border {
  padding-right: 0.1px;
}

@media print {
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}

.cm-tab-wrap-hack:after {
  content: "";
}

span.CodeMirror-selectedtext {
  background: 0 0;
}

.CodeMirror {
  height: auto;
  min-height: 300px;
  border: 1px solid #ddd;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 0px;
  font: inherit;
}

.CodeMirror-scroll {
  min-height: 300px;
}

.CodeMirror-fullscreen {
  background: #fff;
  position: fixed !important;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  z-index: 9;
}

.CodeMirror-sided {
  width: 50% !important;
}

.editor-toolbar {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  padding: 0 10px;
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.editor-toolbar:after,
.editor-toolbar:before {
  display: block;
  content: " ";
  height: 1px;
}

.editor-toolbar:before {
  margin-bottom: 8px;
}

.editor-toolbar.fullscreen {
  width: 100%;
  height: 50px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
  background: #fff;
  border: 0;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 9;
}

.editor-toolbar.fullscreen::before {
  width: 20px;
  height: 50px;
  background: linear-gradient(to right, white 0, rgba(255, 255, 255, 0) 100%);
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

.editor-toolbar.fullscreen::after {
  width: 20px;
  height: 50px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, white 100%);
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

.editor-toolbar a {
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  color: #2c3e50 !important;
  width: 30px;
  height: 30px;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
}

.editor-toolbar a.active,
.editor-toolbar a:hover {
  background: #fcfcfc;
  border-color: #95a5a6;
}

.editor-toolbar a:before {
  line-height: 30px;
}

.editor-toolbar i.separator {
  display: inline-block;
  width: 0;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #fff;
  color: transparent;
  text-indent: -10px;
  margin: 0 6px;
}

.editor-toolbar a.fa-header-x:after {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 65%;
  vertical-align: text-bottom;
  position: relative;
  top: 2px;
}

.editor-toolbar a.fa-header-1:after {
  content: "1";
}

.editor-toolbar a.fa-header-2:after {
  content: "2";
}

.editor-toolbar a.fa-header-3:after {
  content: "3";
}

.editor-toolbar a.fa-header-bigger:after {
  content: "\25B2";
}

.editor-toolbar a.fa-header-smaller:after {
  content: "\25BC";
}

.editor-toolbar.disabled-for-preview a:not(.no-disable) {
  pointer-events: none;
  background: #fff;
  border-color: transparent;
  text-shadow: inherit;
}

@media only screen and (max-width: 700px) {
  .editor-toolbar a.no-mobile {
    display: none;
  }
}

.editor-statusbar {
  display: none;
  padding: 8px 10px;
  font-size: 12px;
  color: #959694;
  text-align: right;
}

.editor-statusbar span {
  display: inline-block;
  min-width: 4em;
  margin-left: 1em;
}

.editor-preview,
.editor-preview-side {
  padding: 10px;
  background: #fafafa;
  overflow: auto;
  display: none;
  box-sizing: border-box;
}

.editor-statusbar .lines:before {
  content: "lines: ";
}

.editor-statusbar .words:before {
  content: "words: ";
}

.editor-statusbar .characters:before {
  content: "characters: ";
}

.editor-preview {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 7;
}

.editor-preview-side {
  position: fixed;
  bottom: 0;
  width: 50%;
  top: 50px;
  right: 0;
  z-index: 9;
  border: 1px solid #ddd;
}

.editor-preview-active,
.editor-preview-active-side {
  display: block;
}

.editor-preview-side > p,
.editor-preview > p {
  margin-top: 0;
}

.editor-preview pre,
.editor-preview-side pre {
  background: #eee;
  margin-bottom: 10px;
}

.editor-preview table td,
.editor-preview table th,
.editor-preview-side table td,
.editor-preview-side table th {
  border: 1px solid #ddd;
  padding: 5px;
}

.editor-preview ul {
  list-style-type: disc;
  -webkit-padding-start: 18px;
}

.CodeMirror .CodeMirror-code .cm-tag {
  color: #63a35c;
}

.CodeMirror .CodeMirror-code .cm-attribute {
  color: #795da3;
}

.CodeMirror .CodeMirror-code .cm-string {
  color: #183691;
}

.CodeMirror .CodeMirror-selected {
  background: #d9d9d9;
}

.CodeMirror .CodeMirror-code .cm-header-1 {
  font-size: 200%;
  line-height: 200%;
}

.CodeMirror .CodeMirror-code .cm-header-2 {
  font-size: 160%;
  line-height: 160%;
}

.CodeMirror .CodeMirror-code .cm-header-3 {
  font-size: 125%;
  line-height: 125%;
}

.CodeMirror .CodeMirror-code .cm-header-4 {
  font-size: 110%;
  line-height: 110%;
}

.CodeMirror .CodeMirror-code .cm-comment {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
}

.CodeMirror .CodeMirror-code .cm-link {
  color: #7f8c8d;
}

.CodeMirror .CodeMirror-code .cm-url {
  color: #aab2b3;
}

.CodeMirror .CodeMirror-code .cm-strikethrough {
  text-decoration: line-through;
}

.CodeMirror .CodeMirror-placeholder {
  opacity: 0.5;
}

.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment):not(.cm-tag):not(.cm-word) {
  background: rgba(255, 0, 0, 0.15);
}

.preload {
  width: 100%;
  height: 100%;
  background: #333;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.logom {
  width: 300px;
  height: 70px;
  font-size: 50px;
  margin: 150px auto 50px auto;
  text-shadow: -1px 2px 2px #000;
  text-align: center;
  color: azure;
}

.loader-frame {
  width: 70px;
  height: 70px;
  margin: auto;
  position: relative;
}

.loader1,
.loader2 {
  position: absolute;
  border: 6px solid transparent;
  border-radius: 50px;
}

.loader1 {
  width: 75px;
  height: 80px;
  border-top: 5px solid #45a5a5;
  border-bottom: 5px solid #45a5a5;
  -webkit-animation: clocwise 2s linear 3;
          animation: clocwise 2s linear 3;
}

.loader2 {
  width: 70px;
  height: 70px;
  border-left: 5px solid azure;
  border-right: 5px solid azure;
  top: 5px;
  left: 5px;
  -webkit-animation: anticlocwise 2s linear 3;
          animation: anticlocwise 2s linear 3;
}

@-webkit-keyframes clocwise {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes clocwise {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes anticlocwise {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes anticlocwise {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

.tag-nav-section {
  padding-top: 66px;
}

.tag-nav-section .head-div {
  background: #f7f7f7;
}

.tag-nav-section .head-div .more-btn {
  position: relative;
  padding: 5px 14px;
}

.tag-nav-section .head-div .more-btn .list {
  position: absolute;
  display: none;
  right: 0px;
  z-index: 1080;
  width: 200px;
  background: #fff;
  border-left: 1px solid black;
  border-right: 1px solid black;
  top: 35px;
  padding: 0px;
  list-style-type: none;
}

.tag-nav-section .head-div .more-btn .list li {
  padding: 1px 0px 35px;
  position: relative;
  border-bottom: 1px solid black;
}

.tag-nav-section .head-div .more-btn .list li a {
  color: black;
  padding: 5px 0px 5px 19px;
  font-size: 15px !important;
  text-decoration: none;
  position: absolute;
  width: 100%;
  height: 100%;
}

.tag-nav-section .head-div .more-btn .list li a:hover {
  background: #f2f3f5;
  text-decoration: none;
  border-bottom: 1px solid black;
}

.tag-nav-section .head-div .more-btn .list li:first-of-type {
  border-top: 1px solid black;
}

.tag-nav-section .head-div .more-btn .list li:last-of-type {
  border-bottom: 1px solid black;
}

.tag-nav-section .more-btn:hover {
  background: #007791;
  color: white;
}

.tag-nav-section .more-btn:hover .list {
  display: block !important;
}

.tag-nav-section .tagHeadingSec {
  -webkit-padding-start: 0px;
  list-style-type: none;
  margin-bottom: 0px;
  height: 42px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tag-nav-section .tagHeadingSec .main-tag-category {
  font-weight: bold;
  float: left;
  display: inline-block;
}

.tag-nav-section .tagHeadingSec .main-tag-category a {
  font-size: 21px;
  padding: 7px 40px 7px 0px;
  display: block;
  color: #b71346;
  text-decoration: none;
}

.tag-nav-section .tagHeadingSec .sub-tag-category {
  text-align: center;
  float: left;
  display: inline-block;
}

.tag-nav-section .tagHeadingSec .sub-tag-category a {
  font-size: 20px;
  padding: 7px 20px;
  display: block;
  color: black;
  text-decoration: none;
}

.sub-tag-style {
  position: relative;
}

.sub-tag-style::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #29303b;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 1;
  margin: auto;
}

.main-tag {
  position: relative;
}

.main-tag::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #29303b;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 1;
  margin: auto;
}

.tag-heading-main {
  padding: 8px;
  background: #41b7d8;
  color: white;
}

.tag-heading-info .questions-hover {
  display: block !important;
}

.tag-main-submain {
  margin-top: 5px;
  background: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0px 3px 5px #f2f2f2;
}

.tag-main-submain .tag-breadcrumb {
  margin-bottom: 0px;
  padding: 15px 0px;
}

.tag-main-submain .tag-breadcrumb li {
  display: inline-block;
}

.tag-main-submain .tag-breadcrumb li .fa {
  color: white;
}

.tag-main-submain .tag-breadcrumb li a {
  color: #3b5998;
  padding: 0px 40px 5px 10px;
  font-size: 18px;
  /*      font-weight: 600;*/
}

.tag-main-submain .tag-breadcrumb li span {
  color: white;
}

.tag-main-submain .tag-breadcrumb li:last-of-type a {
  color: #b71346;
}

/*.main-tag-category{
  a{
    font-size: 15px! important;
  }
}*/

.ul-top {
  display: flex;
}

.right-tag {
  background: url(/images/right.png?57986c39f76eabe714cdc9e2bc482fdd) no-repeat center center;
  right: 0px;
  width: 28px;
  height: 30px;
  top: 0;
}

.color-tag {
  background: #fff;
  border: 1px solid #edebeb;
}

.color-tag h4 span {
  color: #3b5998;
}

.color-tag .tutorial-articles {
  padding: 10px 0px;
}

.tm-se-subscription .comments-link {
  border: none;
  font-size: 13px;
}

.all_tag_cls .show-head .fonts-head {
  display: none !important;
}

.all_tag_cls .show-head .date-name {
  display: none !important;
}

.all_tag_cls .show-head .tutorial-articles {
  padding: 0px 0px 30px;
}

.all_tag_cls .show-tag .tag-image {
  display: inline-block;
  float: left;
  margin-bottom: 10px;
}

.all_tag_cls .show-tag .image-carousel .inner {
  display: inherit;
}

.nav-fills .nav-link {
  border-bottom: 1px solid #dedede;
  padding: 13px;
}

.nav-left {
  margin-bottom: 20px;
}

.all_tag_cls .tag-content .tag-but.tooltip1 {
  max-width: 120px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.tag-dashboard-sec .tag-but.tooltip1 {
  max-width: 120px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.tag-cls .error-tut.dashboard-error {
  min-height: 90px;
  font-size: 19px;
}

.pageload {
  background-color: #fff;
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  /* height: calc(100vh - 50px); */
  height: 100%;
  width: 100%;
}

.loading-container {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  z-index: 9;
}

.loading-container,
.loading {
  height: 45px;
  position: absolute;
  width: 45px;
  border-radius: 100%;
}

.loading-text {
  width: 45px;
  height: 45px;
  position: Fixed;
  background: url(/images/small-loader.svg?13ea9c7cc22f9d9193f998bbe51b1cfb) no-repeat center center;
}

/*small-loader*/

.linux-load-img {
  background: url(/images/small-loader.svg?13ea9c7cc22f9d9193f998bbe51b1cfb);
  width: 40px;
  height: 40px;
}

.tag-subdemo .pageload {
  height: 100%;
  position: absolute;
  top: 0;
}

.tag-subdemo .pageload .loading-text {
  background: url(/images/small-loader.svg?13ea9c7cc22f9d9193f998bbe51b1cfb) no-repeat center center;
}

.dashboard-view .pageload {
  position: fixed !important;
}

.account_cls .pageload,
.slug-class .pageload,
.tag-cls .pageload,
.user .pageload,
.forum-class .pageload,
.dashboard-view .pageload {
  height: 100%;
  position: absolute;
  top: 0;
}

.account_cls .pageload .loading-text,
.slug-class .pageload .loading-text,
.tag-cls .pageload .loading-text,
.user .pageload .loading-text,
.forum-class .pageload .loading-text,
.dashboard-view .pageload .loading-text {
  background: url(/images/small-loader.svg?13ea9c7cc22f9d9193f998bbe51b1cfb) no-repeat center center;
}

.searchCls .pageload {
  height: 100%;
  position: absolute;
  top: 100%;
}

.searchCls .pageload .loading-container {
  width: 70px;
}

.tag-subdemo-card .pageload {
  height: 100%;
  position: absolute;
  top: 0px;
  background-color: rgba(247, 248, 250, 0.4);
}

.tag-subdemo-card .loading-container {
  width: 50px;
  height: 50px;
}

.tag-subdemo-card .loading-text {
  background: url(/images/small-loader.svg?13ea9c7cc22f9d9193f998bbe51b1cfb) no-repeat center center;
}

.pageload-small .loading-container {
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  border-radius: 0px;
}

.pageload-small .loading-text {
  width: 100%;
  height: 100%;
  background: url(/images/bx_loader.gif?931bdb6b50816b03206c66921760b246) no-repeat center center;
}

.create-ques .tag-subdemo-card .pageload {
  position: fixed;
}

.all-profile-user .loading-container {
  width: 70px;
  height: 70px;
}

.top-load {
  background: #fff;
  z-index: 999;
  top: 50px;
  height: 100vh;
}

.top-load.pageload {
  top: 0px;
  position: fixed;
  border-top: 1px solid #d8cfcf;
}

.login-class .top-load.pageload {
  top: 0px;
}

.searchCls.document_not_ready .top-load {
  display: none;
}

.top-load {
  display: none;
}

.document_not_ready.dashboard-view .sample-card {
  width: 100%;
  height: 140px;
  border: 1px solid #ccc;
  min-height: 0px;
}

.document_not_ready.dashboard-view .sample-card .load-img {
  width: 240px;
  height: 140px;
}

.document_not_ready .top-load,
.document_not_ready .load-card,
.document_not_ready .sidebar-load {
  display: block;
}

.document_not_ready .imgCarousel,
.document_not_ready .next,
.document_not_ready #side-bar,
.document_not_ready .errorMsg,
.document_not_ready .tag-main-submain,
.document_not_ready .loader-none,
.document_not_ready .sticky-bar {
  display: none;
}

.document_not_ready .load-card {
  min-height: 290px;
}

.document_not_ready .load-card .load-img {
  height: 208px;
  width: 240px;
}

.document_not_ready .load-card .load-card-sec {
  width: 232px;
  background: #fff;
  height: 288px;
  border: 1px solid #dedede;
  margin-right: 13px;
}

.document_not_ready .load-outer {
  width: 100%;
  display: block;
  height: 25px;
  background: #f3f5f9;
}

.document_not_ready .load-outer .loader-slide {
  width: 20px;
  height: 25px;
  background: #e9ebef;
  -webkit-animation-name: slider;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 0.2s;
  /* Safari 4.0 - 8.0 */
  animation-name: slider;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.document_not_ready .sidebar-load {
  width: 303px;
  height: 230px;
}

.document_not_ready .side-head {
  min-height: 130px;
}

.document_not_ready .btn-group .postCls:first-child {
  border-top: 2px solid #b71346 !important;
  border-left: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
  margin-bottom: -1px !important;
}

.document_not_ready .swiper-container {
  padding-top: 20px !important;
}

.load-card,
.sidebar-load {
  display: none;
}

@-webkit-keyframes slider {
  from {
    left: 0;
  }

  to {
    left: 90%;
  }
}

.all_tag_cls .image-carousel .pageload {
  z-index: 999;
}

.news-tag .news-tag-list {
  padding: 14px 0px;
}

.news-tag-Sec {
  list-style-type: none;
  -webkit-padding-start: 0px;
  color: black;
  height: 26px;
  width: auto;
}

.news-tag-Sec li {
  display: inline-block;
}

.news-tag-Sec li .main-tag {
  background: #f3f5f9;
  float: left;
  margin-bottom: 5px;
  font-size: 14px;
  color: #6f7d95;
  border: none;
  border-radius: 25px;
  margin-right: 5px;
  position: relative;
  transition: all 0.15s ease-in-out;
}

.news-tutorial-articles {
  padding-top: 10px;
}

.news-tutorial-articles .questions-hover {
  display: block;
}

.news-tutorial-articles .questions-hover .tag-but {
  margin-bottom: 10px;
}

.main-bg {
  background: #f7f8fa !important;
  padding-bottom: 30px;
}

.accounts-head {
  font-size: 23px;
  margin-bottom: 15px;
  padding: 8px 0px;
  font-weight: 500;
}

.cols_template {
  padding-left: 10px;
  padding-right: 10px;
}

.accounts-article {
  padding: 20px 10px 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}

.account-subhead {
  border-bottom: 1px solid #f6f6f6;
  font-weight: bold;
}

.accounts-subarticle {
  padding: 0px 10px;
}

.accounts-subarticle .account-form {
  padding-top: 10px;
}

.accounts-subarticle .form-group {
  display: flex;
  margin-bottom: 1rem;
}

.accounts-subarticle .form-group .form-control {
  border: 1px solid #ddd;
  font-size: 14px;
  padding: 4px 5px;
}

.accounts-subarticle .image-editor .upld_img {
  display: block;
}

.image-editor .upld_img {
  display: none;
  top: 34px;
  left: 0;
  right: 0;
}

.user-picture-section:hover .upld_img {
  display: block;
}

/*.col-pad{
	padding: 0px;
}*/

.changepwd-pencil {
  position: absolute;
  top: 58px;
  right: 14px;
  font-size: 13px;
  cursor: pointer;
}

.form-control:disabled {
  background-color: #eee;
}

.profile-picture {
  padding-top: 10px;
}

.profile-picture .profile-picture-section {
  width: 150px;
  min-height: 100px;
  margin: auto;
  display: flex;
  height: auto;
  border-radius: 50%;
}

.profile-picture .profile-picture-section .profile-picture-section-image {
  width: 150px;
}

.profile-picture .profile-picture-section .profile-picture-section-image .profile-picture-image {
  max-width: 100%;
  border-radius: 50%;
}

.profile-picture .profile-picture-section .profile-picture-section-dropdown .defaultProfilePic {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.profile-picture .profile-picture-section .profile-picture-section-dropdown .account-nav {
  padding: 2px 5px;
}

.profile-picture .profile-picture-section .profile-picture-section-dropdown .account-space {
  width: 184px;
}

.profile-picture .profile-picture-section .profile-picture-section-dropdown .no-bor {
  max-width: 100%;
}

.profile-picture .profile-picture-section .profile-picture-section-dropdown .dropdown-toggle::after {
  font-size: 20px;
  color: #2c323e;
  vertical-align: middle;
}

.profile-picture .profile-picture-section .profile-picture-section-dropdown .upld_img {
  background: #3b5998;
}

.account-but {
  background: #3b5998;
  padding: 3px 15px;
  color: white;
  margin-top: 10px;
}

.account-modal .form-group {
  display: flex;
  margin-bottom: 10px;
}

.account-modal .form-group .dr {
  text-align: right;
}

.account-modal .form-control {
  border: 1px solid #ddd;
  font-size: 14px;
  padding: 4px 5px;
}

.input-max {
  width: 250px;
}

.profile-pencil-ico {
  top: 23px;
  right: 12px;
}

.account-input.input-max {
  height: 35px;
  padding: 5px 23px 5px 5px;
}

.add-left {
  border: 1px solid #ccc;
  height: 600px;
}

.add-left img {
  width: 100%;
  height: 100%;
}

.profile-picture-section:hover .upld_img {
  display: block;
  top: 34px;
}

.no-notify {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  top: 0;
  bottom: 0;
  font-size: 20px;
  font-weight: bold;
  left: 0;
  right: 0;
}

.author-model {
  max-width: 400px !important;
}

.user-note li {
  list-style-type: disc;
  list-style-position: inside;
}

.checkbox_bg {
  width: 20px;
  height: 22px;
  display: inline-block;
}

.checkbox_bg {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -229px -147px;
}

.checkbox_bg.active {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -266px -147px;
}

.pointer {
  cursor: pointer;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

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

.pagination > li {
  display: inline;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination > li > a,
.pagination > li > span {
  font-size: 16px;
  padding: 2px 12px;
  color: #464646;
  border: 1px solid #c6c6c6;
  border-radius: 5px !important;
  text-decoration: none;
}

.pagination .page-link.active {
  background-color: #b71346 !important;
  border-color: #b71346 !important;
}

.pagination .page-link:hover {
  text-decoration: none;
  background-color: #e9ecef;
}

.dashboard-border {
  border: 1px solid #ddd;
  /*  margin-bottom: 30px;*/
}

.feed-top {
  height: 100px;
  /*  background: $bg-but-nav;*/
}

.feed-article-title {
  bottom: 56px;
  text-align: center;
  font-size: 20px;
  color: #3b5998;
  background: #fff;
}

.active .feed-article-title {
  bottom: 56px;
  background: #fff !important;
  color: #b71346;
}

.dashboard-icon {
  width: 30px;
  height: 30px;
  display: block;
  top: 12px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.dashboard-icon.feed {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -307px -113px;
}

.dashboard-icon.question {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -697px -12px;
}

.dashboard-icon.tag {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -634px -80px;
}

.dashboard-icon.trophy {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -333px -111px;
}

.dashboard-icon.followers {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -433px -111px;
}

.dashboard-icon.like {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -365px -111px;
}

.dashboard-icon.collection {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -472px -110px;
}

.dashboard-icon.following {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -407px -111px;
}

.dashboard-border.active .dashboard-icon.feed {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -515px -113px;
}

.dashboard-border.active .dashboard-icon.question {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -730px -12px;
}

.dashboard-border.active .dashboard-icon.tag {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -599px -80px;
}

.dashboard-border.active .dashboard-icon.trophy {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -432px -73px;
}

.dashboard-border.active .dashboard-icon.followers {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -493px -73px;
}

.dashboard-border.active .dashboard-icon.like {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -227px -72px;
}

.dashboard-border.active .dashboard-icon.collection {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -293px -72px;
}

.dashboard-border.active .dashboard-icon.following {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -562px -72px;
}

.feed-friends {
  font-size: 12px;
  width: 50%;
}

.feed-friends span {
  display: block;
}

.dashboard-border.active {
  width: 97%;
  margin: auto;
}

.dashboard-border.active .feed-article {
  background: #761332;
}

.dashboard-border.active .feed-article .feed-friends span {
  color: #fff !important;
  /*      font-size: 15px;*/
  font-weight: bold;
}

.trophy-dashboard .image-carousel {
  height: auto;
}

.dashboard-col .dashboard-border {
  background: #fff;
}

.myquestion-head-article {
  margin-top: 30px;
  background: #f7f7f7;
}

.myquestion-head h3 {
  color: #b71346;
  font-weight: bold;
}

.trophy-section .feed-friends,
.tag-section .feed-friends,
.following-section .feed-friends,
.like-section .feed-friends,
.collection-section .feed-friends {
  width: 50%;
}

.right-border {
  border-right: 1px solid #ddd;
}

.followers-profile-states {
  padding: 10px 0px;
}

.followers-profile-states .followers {
  width: 25%;
  display: inline-block;
  float: left;
  text-align: center;
  margin: 10px 0px;
}

.friends-blog-img {
  top: -40px;
  left: 0;
  right: 0;
  text-align: center;
}

.friends-blog-img .friends-profile {
  width: 100px;
  height: 100px;
  display: block;
  margin: auto;
}

.friends-blog-img .friends-profile img {
  border-radius: 50%;
}

.friends-blog-article {
  padding-top: 55px;
}

.friends-blog {
  margin-top: 40px;
  margin-bottom: 20px;
  height: 340px;
}

.dashboard-view {
  /*.follow-icon .followers-count{
    margin-top: 10px;
  }*/
}

.dashboard-view #profile-questions .image-carousel {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.dashboard-view #profile-questions .image-carousel .inner {
  display: inline-block;
  height: auto;
}

.dashboard-view #profile-questions .profile-res .card-space {
  margin-right: 14px !important;
}

.sign-but:focus {
  color: #fff;
}

.acct_payment {
  font-size: 17px;
  font-weight: bold;
  padding-top: 5px;
}

.changepwd-pencil.account-pencil {
  top: 8px;
  cursor: pointer;
  right: 28px;
}

.dashboard-col {
  width: 23.6%;
  margin-bottom: 5px;
  margin-right: 10px;
  display: inline-block;
}

.leader {
  border: 1px solid #ddd;
}

.leader .active-nav {
  font-size: 18px;
}

.leader .active.active-nav {
  font-weight: bold;
  color: #b71346;
}

.leader .leader-img {
  width: 30px;
  height: 30px;
}

.leader .activeUser .leader-top-name {
  color: #2a3b5f;
  font-weight: bold;
  font-size: 17px;
}

.leader-outer {
  border-bottom: 1px solid #ccc;
}

.leader-outer:nth-of-type(even) {
  background: rgba(0, 0, 0, 0.05);
}

.trophy-dashboard .inner .card-space {
  height: auto;
  width: 221px;
  margin-bottom: 15px;
  min-height: 0px;
}

.trophy-dashboard .inner .card-space .forum-img-section .img-forum {
  min-height: 0px;
}

.trophy-dashboard .inner .card-space .trophy-name h5 {
  font-size: 15px;
  margin-bottom: 0px;
}

.trophy-carousel .prev {
  display: none;
  font-size: 25px;
}

.trophySlider .inner {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.responssive-search-box {
  overflow: hidden;
}

.search-slide {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.search-slide .slide-search-box {
  width: 967px;
}

.search-slide .slide-search-box .search-box {
  margin: 0px 0px 20px;
}

.search-slide-top .next,
.search-slide-top .prev {
  font-size: 25px;
}

.activeUser {
  border: 2px solid #a19292;
}

.leader-top-name-points {
  color: #b66800;
  font-size: 14px;
  font-weight: bold;
}

.friends-head .image-carousel .inner .card-space {
  width: 312px;
}

.friends-head .card-space,
.collection .card-space {
  min-height: 0px;
}

#profile-badge .forum-img-section .img-forum {
  height: 210px;
}

.dashboard-container {
  min-height: calc(100vh - 55px);
}

.dashboard-view {
  /*.tut-dashboard{
    background: #ededed
  }*/
}

.dashboard-view .main {
  background: #f1f1f1;
}

.dashboard-view .main h2.tutorial-head {
  color: #3b5998;
  padding: 0 5px;
  margin-bottom: 10px;
  border-left: 3px solid #656f84;
  font-size: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.dashboard-view .main .feeds-top-head {
  padding: 5px 0;
  text-align: center;
  color: #761332;
  line-height: 19px;
  margin-top: 25px;
  margin-bottom: 0px;
}

.dashboard-view .ico-dashboard {
  display: inline-block;
  height: 30px;
  width: 24px;
  margin-left: 5px;
  float: right;
}

.dashboard-view .ico-dashboard-left {
  float: left !important;
}

.dashboard-view .folder .forum-img-section .img-forum {
  height: 265px;
}

.dashboard-view .folder .folder-name {
  border-top: 1px solid #ddd;
}

.dashboard-view .folder .tag-font {
  color: #464646;
  font-weight: bold;
}

.dashboard-view .card-space {
  /*box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);*/
  margin-bottom: 2px;
}

.dashboard-view .pin .ico-dashboard,
.dashboard-view .comment .ico-dashboard,
.dashboard-view .post .ico-dashboard,
.dashboard-view .like .ico-dashboard,
.dashboard-view .response .ico-dashboard,
.dashboard-view .vote .ico-dashboard {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -661px -140px;
}

.dashboard-view .pin {
  background: rgba(220, 220, 220, 0.38);
}

.dashboard-view .pin .ico-dashboard {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -661px -140px;
}

.dashboard-view .pin .ico-dashboard.ico-dashboard-left {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -465px -138px;
}

.dashboard-view .subscribe {
  background: #f0f8ff;
}

.dashboard-view .subscribe .ico-dashboard {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -562px -139px;
}

.dashboard-view .subscribe .ico-dashboard.ico-dashboard-left {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -727px -140px;
}

.dashboard-view .comment .ico-dashboard.ico-dashboard-left {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -305px -138px;
}

.dashboard-view .comment.search-slide-top {
  padding-bottom: 10px;
  background: #f1f3f5;
}

.dashboard-view .post {
  background: rgba(237, 237, 237, 0.4);
}

.dashboard-view .post .ico-dashboard.ico-dashboard-left {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -495px -140px;
}

.dashboard-view .search-slide-top.like {
  background: rgba(197, 218, 220, 0.34);
}

.dashboard-view .search-slide-top.like .ico-dashboard.ico-dashboard-left {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -437px -137px;
}

.dashboard-view .folder {
  background: rgba(255, 245, 234, 0.5);
}

.dashboard-view .folder .ico-dashboard {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -338px -137px;
}

.dashboard-view .folder .ico-dashboard.ico-dashboard-left {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -693px -138px;
}

.dashboard-view .following .ico-dashboard {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -408px -137px;
}

.dashboard-view .follower {
  background: #faebd7;
}

.dashboard-view .follower .ico-dashboard {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -371px -137px;
}

.dashboard-view .response .ico-dashboard.ico-dashboard-left {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -525px -137px;
}

.dashboard-view .response.search-slide-top {
  padding-bottom: 10px;
  background: rgba(241, 244, 232, 0.5);
}

.dashboard-view .vote .ico-dashboard.ico-dashboard-left {
  background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -598px -140px;
}

.dashboard-view .vote.search-slide-top {
  padding-bottom: 10px;
  background: rgba(238, 244, 235, 0.64);
}

.dashboard-view .feeds-head {
  font-size: 28px;
}

.dashboard-view .folder-name-top {
  font-size: 18px;
  font-weight: bold;
}

.dashboard-view .search-box-article {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}

.dashboard-view .search-center .search-box-article {
  margin: 0px 0px 2px;
}

.dashboard-view .slide_followers .post-card,
.dashboard-view .slide_following .post-card {
  margin-right: 14px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.dashboard-view .follower .friends-blog {
  margin-bottom: 0px;
  min-height: 328px;
}

.dashboard-view .follower .tut-dashboard {
  background: rgba(190, 99, 99, 0.15);
}

.dashboard-view .pin .tut-dashboard {
  background: rgba(59, 89, 152, 0.18);
}

.dashboard-view .like .tut-dashboard {
  background: rgba(157, 188, 137, 0.17);
}

.dashboard-view .subscribe .tut-dashboard {
  background: rgba(137, 212, 214, 0.21);
}

.dashboard-view .response .tut-dashboard {
  background: rgba(239, 202, 33, 0.1);
}

.dashboard-view .folder .tut-dashboard {
  background: #fff5ea;
}

.dashboard-view .comment .tut-dashboard {
  background: #eff5fa;
}

.dashboard-view .post .tut-dashboard {
  background: #ededed;
}

.dashboard-view .vote .tut-dashboard {
  background: #eef4eb;
}

.dashboard-view .count-num {
  display: inline-block;
}

.dashboard-view .tut-dashboard {
  background: #f7f7f7;
}

.dashboard-view .feeds .tutorial-articles {
  padding: 0 10px 15px;
}

.dashboard-view .feeds .follow-card,
.dashboard-view .feeds .card-space {
  margin-right: 8px !important;
}

.dashboard-view .feeds .responsive-search-box.tutorial-articles {
  padding: 0px;
}

.border-left {
  border-right: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
}

.tropht-ico {
  padding-bottom: 15px;
}

.trophy-shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  border: 1px solid #dedede;
}

.tutorial-head .image-login-user {
  display: inline-block;
  float: left;
  margin: 0 5px;
}

.tutorial-head .image-login-user .img-rounded {
  border-radius: 50%;
}

.card-space .head-style {
  font-size: 16px;
}

.dashboard-view .prev {
  padding: 7px 14px;
  line-height: 20px;
}

.error-tut.dashboard-error {
  min-height: 60px;
}

.trophySlider .follow-card {
  min-width: 232px;
}

@keyframes blink {
  0% {
    opacity: 0.2;
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: 0.2;
  }
}

.saving {
  font-weight: normal;
}

.saving span {
  font-size: 35px;
  -webkit-animation-name: blink;
          animation-name: blink;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.saving span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.saving span:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.error-tut.dashboard-error.question-forum {
  min-height: 110px;
}

.w90 {
  max-width: 90%;
}

.login a {
  color: #3b5998;
  font-size: 13px;
}

.signup_privacy_terms a {
  color: #3b5998;
  font-size: 13px;
}

.user-details .follow-icon .followers-count {
  line-height: 23px;
}

.footer-color {
  color: #ccccd4;
}

.footer-color:hover {
  color: #ccccd4;
  text-decoration: none;
}

.footer {
  background: #303145;
  padding: 10px 0px;
  overflow: hidden;
}

.footer .footer-article {
  padding: 20px 0px;
  height: auto;
}

.footer .footer-tutorial-main {
  list-style-type: none;
}

.footer .footer-tutorial-main .footer-tutorial-article {
  text-decoration: none;
  transition: all 0.5s;
  line-height: 21px;
  font-size: 15px;
}

.footer .footer-tutorial-main .footer-tutorial-article:hover {
  color: #b71346;
  margin-left: 5px;
  text-decoration: none;
}

.footer-head {
  font-weight: bold;
  font-size: 19px;
}

.footer-follow {
  padding: 20px 0px 10px;
}

.footer-tutorial-main {
  margin: 5px 0px;
}

.footer-follow ul {
  list-style-type: none;
  padding: 5px 0px 0px;
}

.footer-follow ul li {
  display: inline-block;
}

.footer-follow ul li a {
  color: #696969;
  transition: all 0.2s ease;
  display: block;
  width: 27px;
}

.footer-follow ul li a i {
  line-height: 27px;
}

.footer-follow ul li a i:hover {
  color: #b71346;
}

.contact-us {
  font-size: 16px;
  padding: 0px 0px 10px;
}

.contact-us a:hover {
  color: #b71346;
}

.rights {
  font-size: 13px;
}

@media only screen and (max-width: 767px) {
  .footer-article .footer-logo {
    text-align: center;
  }

  .footer-tutorial {
    margin: 20px 0px;
  }

  .footer-tutorial-main li {
    width: 49%;
    float: left;
    display: flex;
    background: #27283a;
    margin: 1px;
    text-align: center;
    padding: 4px 8px;
  }

  .footer-tutorial-main li .footer-tutorial-article {
    text-decoration: none;
    display: block;
    width: 100%;
  }
}

.contact-box.main {
  margin-bottom: 25px !important;
  padding: 0px;
}

.contact-box.main .location {
  padding: 20px;
}

.contact-box.main .location .fa {
  font-size: 30px;
}

.ul-privacy {
  list-style-type: disc;
  list-style-position: inside;
}

@media (min-width: 991px) {
  .category-modal {
    min-width: 991px !important;
  }

  .category-modal .drop-tag {
    padding: 10px 10px 0px;
    min-height: 40px;
  }

  .category-modal .drop-tag .dropdown-item {
    display: inline-block;
    width: auto;
    padding: 0px;
  }

  .category-modal .drop-tag .dropdown-item:hover .sub-drop {
    display: block;
  }

  .category-modal .drop-tag .dropdown-item .sub-nav {
    display: block;
    padding: 0px 10px 5px 0px;
    font-size: 17px;
    font-weight: bolder;
    margin: 0px 7px;
  }

  .category-modal .drop-tag .dropdown-item:active {
    color: #474747;
    background: #fff;
  }

  .category-modal .drop-tag .dropdown-item:hover {
    background-color: #fff;
  }

  .category-modal .drop-tag .nav-more {
    background: #fff;
    color: #3b5998 !important;
  }

  .dropdownCategory.nav-active .category-icon {
    background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -761px -11px;
  }

  .categoryMenu {
    top: 48px;
    left: -5px;
    min-width: 600px;
  }

  .moblie-dropdown {
    display: none;
  }

  .nav-head-center {
    margin: auto;
  }

  .dashboard-nav .bell {
    text-align: left;
  }

  .logout .nav-link {
    white-space: nowrap;
    width: 100px;
    overflow: hidden;
  }

  .logout .nav-link span {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .sub-drop {
    background: #fff;
    left: -10px;
    z-index: 999;
    top: 27px;
    padding-top: 5px;
    border: 2px solid #c2bebe;
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.41), 0 0 0 0 rgba(0, 0, 0, 0.19);
    width: 170px;
    height: auto;
    list-style-type: none;
  }

  .sub-drop .category-font {
    top: -24px;
    left: 37px;
    text-align: center;
    font-size: 37px;
    color: #74213b;
  }

  .sub-drop li a {
    color: #474747;
    display: block;
    padding: 5px;
    border-bottom: 1px solid #e3e3e3;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .sub-drop li a:hover {
    text-decoration: none;
    background: #f7f7f7;
    color: #b71346;
  }

  .sub-drop:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #B71346, #3b5998);
    top: 0px;
    left: 0;
  }

  .category-modal .modal-header {
    display: none;
  }

  .sub-drop {
    display: none;
  }

  .seperate-or {
    position: absolute;
    top: 30%;
    left: 6px;
  }
}

@media (max-width: 991px) {
  .category-modal {
    position: fixed;
    left: 0;
    width: 250px !important;
    height: 100%;
    top: 0;
    margin-top: 0px !important;
  }

  .category-modal .modal-header:before {
    background: none;
  }

  .category-modal .modal-content {
    height: 100%;
    background: #4c4a53;
  }

  .category-modal .modal-header {
    color: #f7f7f7;
    padding: 5px 12px;
    border-bottom: 1px solid #444444;
  }

  .category-modal .drop-tag .dropdown-item {
    display: block;
    padding: 5px;
    border-bottom: 1px solid #444444;
    width: auto;
  }

  .category-modal .drop-tag .dropdown-item .sub-nav {
    display: block;
    padding: 0px 10px 0px 0px;
    font-size: 16px;
    margin: 0px 7px;
    color: #f7f7f7;
  }

  .category-modal .drop-tag .dropdown-item .sub-nav .fa-angle-down,
  .category-modal .drop-tag .dropdown-item .sub-nav .fa-angle-up {
    display: none;
  }

  .category-modal .drop-tag .dropdown-item .sub-nav:hover .sub-drop {
    display: block;
  }

  .category-modal .drop-tag .dropdown-item:active {
    color: #474747;
    background: #fff;
  }

  .category-modal .drop-tag .dropdown-item:hover a {
    color: #b71346;
  }

  .category-modal .drop-tag .nav-more {
    background: #fff;
    color: #3b5998 !important;
  }

  .category-modal .dropdown-toggle::after {
    border: none !important;
    content: "+";
    padding: 0 0 0 10px;
    vertical-align: 0;
    margin-top: 0px;
  }

  .category-modal.modal-dialog {
    margin: 0px !important;
  }

  .navbarAuth {
    border: 1px solid #403d3d;
  }

  .navbar-toggler {
    cursor: pointer;
  }

  .sub-drop {
    display: none;
  }

  .seperate-or {
    text-align: center;
    margin-top: 30px;
  }

  .login-with {
    font-size: 18px;
    margin-top: 10px;
  }

  .social-media {
    text-align: center;
  }

  .social-media ul {
    display: inline-block;
    margin: auto;
  }

  .social-media ul li {
    width: 34px;
    display: inline-block;
    padding: 0px;
    margin: 5px 0;
  }

  .social-media ul li span {
    display: none;
  }

  .social-media ul li .fa {
    padding: 9px !important;
  }

  .forum .news-nav {
    color: #fff;
  }

  .nav-active span {
    color: #b71346 !important;
  }
}

@media (min-width: 991px) and (max-width: 1439px) {
  .mega-drop:hover .dropdown-menu {
    left: -46px;
  }

  .navbar .dropdown-menu li a {
    padding: 9px 12px;
  }

  /*	.but-top button.nav-link.sign-but.mega{
  		padding: 0px;
  		 box-shadow: none;
  		 color: white;
  		background: #fff! important;
  		width: 40px;
  		text-align: right;
  		&:hover{
  			background: none! important;
  		}
  	}*/

  .searchCls .but-top {
    margin-top: 0px;
  }

  .but-top {
    margin-left: 10px;
  }

  .top {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .sign-nav-btn {
    margin-right: 0px;
  }

  .navbar-top-search input[type=text] {
    font-size: 11px;
  }

  .navbar form .nav-search {
    padding: 0px 10px;
    text-indent: 0px;
  }

  /*	.responsive-nav{
  		margin: 0px 10px;
  	}*/

  .navbar-top-search {
    margin: 0px;
  }

  .dashboard-nav .container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .dashboard-nav .ul-start-nav {
    margin-left: 0px !important;
  }

  .dashboard-nav .nav-input {
    width: 205px;
  }

  .dashboard-nav .top {
    min-width: 0;
  }

  .nav-input {
    width: 202px;
  }

  .top {
    min-width: 0;
  }

  .section-nav a {
    padding-left: 10px !important;
  }

  .navbar-light .navbar-nav .nav-link {
    padding: 0px;
  }

  .logout .nav-link {
    width: 80px;
  }

  .profile-user-nav .slug-but-nav a {
    padding: 5px 5px 0px;
    width: 25%;
    min-height: 62px;
  }

  .profile-pad {
    padding: 0px;
  }

  .questions-section .question-stats {
    width: 30%;
  }

  .image-carousel {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .image-carousel .inner .next {
    right: -7px;
  }

  .dashboard-col {
    width: 22.9%;
  }

  /*	.sign-but{
  		.fa-ico{
  			display: block;
  		}
  	}*/
}

@media (max-width: 991px) {
  /*	.user-answer-info .slug-stats .slug-fonts{
  		width: 15%;
  	}
  	.user-answer-info .slug-stats .slug-fonts .fonts-head{
  		width: 100%;
  	}*/

  .ico-tutorial-article {
    font-size: 15px;
    margin-left: 30px;
  }

  .trending-tutorials .icons-tutorials {
    top: 0px;
  }

  .dashboard-nav .top {
    min-width: 0;
  }

  .ul-start-nav .mega-drop {
    display: none;
  }

  .navbar-nav {
    margin-left: 0px !important;
    background: #3f3d48;
    padding: 2px;
  }

  .navbar-nav .top {
    width: 100%;
    text-align: left;
  }

  .navbar-nav .nav-item .mega {
    color: white;
    padding: 10px 15px 7px;
  }

  .but-top button.nav-link.sign-but.mega {
    width: 100%;
    background: transparent;
    text-align: left !important;
    padding: 5px 4px 5px 12px;
  }

  .searchCls .sign-login-ul {
    display: inline;
  }

  .navbar-top-search {
    display: none;
  }

  .navsearch-responsive {
    position: absolute;
    display: block;
    top: 31px;
    right: -43px;
    width: 230px;
    height: 36px;
    text-indent: 8px !important;
    z-index: 1001 !important;
  }

  .bell {
    display: none;
  }

  .bell-resposive a {
    display: block;
    padding: 8px 3px !important;
    font-size: 19px;
    color: #fff;
  }

  .bell-resposive a .fa-bell {
    -webkit-text-stroke: 1px #3f3d48;
  }

  .bell-resposive a .fa-search {
    color: #474747;
  }

  .logout .nav-link {
    padding: 10px 20px 7px;
    color: #fff;
  }

  .responsive-nav .responsive-category {
    margin: 0px 10px;
    padding: 4px 5px;
  }

  .input-btn.input-btn-top {
    top: 35px;
    right: -43px;
    position: absolute;
    z-index: 1002;
    border: none;
  }

  .profile-user-nav .slug-but-nav a {
    padding: 5px 5px 0px;
    width: 33.3%;
    min-height: 62px;
  }

  .profile-pad {
    padding: 0px;
  }

  .responsive-category .category-ico .fa-chevron-up {
    display: none;
  }

  .responsive-category:hover .fa-chevron-down {
    display: none;
  }

  .responsive-category:hover .fa-chevron-up {
    display: block;
    padding-top: 7px;
  }

  .feed-article {
    background: #fff;
  }

  .dashboard-col {
    float: left;
    width: 24.6%;
    margin-bottom: 0 !important;
    margin-right: 0px;
  }

  .dashboard-col .dashboard-icon {
    top: 5px;
  }

  .dashboard-col .feed-friends span {
    display: inline-block;
    font-size: 12px !important;
    color: #474747;
  }

  .dashboard-border.active {
    border: none !important;
  }

  .height-board {
    height: 80px;
  }

  .feed-friends.d-inline-block {
    display: block !important;
    float: none !important;
    width: 100%;
    border-right: 0 !important;
  }

  .home-model {
    background: #363538;
    padding: 3px 9px;
  }

  .category-modal .modal-header {
    display: block;
    background: #4c4a53;
  }

  .category-modal .modal-content {
    border-radius: 0 !important;
  }

  .navbar-toggler {
    border: 0 !important;
  }

  .pop-search {
    right: 7px !important;
    top: 8px !important;
  }

  .modal.left.fade .modal-dialog {
    left: -250px;
    transition: opacity 0.3s linear, left 0.3s ease-out;
  }

  .modal.left.fade .modal-dialog {
    left: 0;
  }

  .image-carousel .inner .next {
    right: -10px;
  }

  .top .mega {
    color: #fff;
  }

  .top .responsive-category.mega {
    color: #474747;
  }

  .left-nav .dashboard,
  .left-nav .account-mobile,
  .left-nav .logout-mob {
    color: #fff;
  }

  .left-nav .dashboard:hover,
  .left-nav .account-mobile:hover,
  .left-nav .logout-mob:hover {
    background: #fff;
    border-radius: 0px;
    color: #b71346;
  }

  .left-nav .dashboard:hover i,
  .left-nav .account-mobile:hover i,
  .left-nav .logout-mob:hover i {
    color: #b71346;
  }

  .left-nav.top:hover {
    background: #fff;
    border-radius: 0px;
  }

  .feed-article-title {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .questions-section .question-stats {
    width: 30%;
  }

  .ul-start-nav {
    margin-left: 0px;
  }

  .sign-nav-btn {
    margin-right: 0px;
  }

  .navbar-top-search input[type=text] {
    font-size: 13px;
  }

  .navbar form .nav-search {
    padding: 0px 10px;
  }

  .sign-login-ul {
    float: left !important;
    display: inline;
    width: 100%;
    background: #3f3d48;
  }

  .but-top {
    padding: 0px 10px;
  }

  .but-top .fa {
    display: inline-block !important;
    padding-right: 10px;
    -webkit-text-stroke: 1px #fff;
    color: transparent;
    font-size: 20px;
  }

  .nav-active {
    background: #fff !important;
  }

  .navbar-top-search {
    margin: 0px;
  }

  .searchCls .section-nav {
    margin-left: 0px;
  }

  .searchCls .news-icon {
    margin-left: 0px;
  }

  .nav-right {
    padding-top: 30px;
  }

  .modal-dialog {
    max-width: 95%;
  }

  .trending-tutorials .icons-tutorials {
    position: relative !important;
    top: 4px;
  }

  .trending-tutorials .ico-tutorial-article {
    display: none;
  }

  .sticky-bar {
    top: 0px;
  }

  .f-none {
    float: none !important;
  }

  .postCls {
    /*		width: 33.33%;*/
    margin-top: 20px;
  }

  .discussion-head .res-top {
    margin-top: 30px;
  }

  .top-tag .icons-tutorials {
    top: 0px;
  }

  .top-tag .btn {
    height: 35px;
  }

  /*	#answer-section .discussion-answer-article .postcell-article{
  		margin-top: 40px;
  	}*/

  .search-tag-sub {
    width: 200px;
  }

  /*	.main-head-article{
  		width: 277px;
  	}*/

  .main-center {
    left: 18%;
  }

  .main-img form button.nav-bar-btn {
    width: 39%;
  }

  .sign-login-ul {
    float: left !important;
    display: inline;
    width: 100%;
    background: #3f3d48;
  }

  .but-top {
    padding: 0px 10px;
  }

  .but-top .fa {
    display: inline-block !important;
    padding-right: 10px;
    -webkit-text-stroke: 1px #fff;
    color: transparent;
    font-size: 20px;
  }

  .nav-active {
    background: #fff !important;
  }

  .navbar-top-search {
    margin: 0px;
  }

  .searchCls .section-nav {
    margin-left: 0px;
  }

  .searchCls .news-icon {
    margin-left: 0px;
  }

  .searchCls .sign-login-ul {
    display: inline;
  }

  .logout .nav-link {
    color: #fff;
  }

  .mega-drop {
    display: none;
  }

  .main-center-article {
    width: 66%;
  }

  .main-head h1 {
    font-size: 38px;
  }

  .navbar-top-search .nav-input {
    width: 330px;
    border-radius: 0px !important;
  }

  .dashboard-nav .ul-start-nav {
    margin-left: 0px !important;
  }

  .navbar .news-icon {
    background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -736px -50px;
  }

  .navbar .tutorial-icon {
    background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -772px -50px;
  }

  .navbar .forumn-icon {
    background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -7px -72px;
  }

  .navbar .tag-icon {
    background: url(/images/sprite.png?7256265d73014807d0b492fe6d02c709) no-repeat -47px -71px;
  }

  .navbar .user-answer-info .slug-stats .slug-fonts {
    width: 20%;
  }

  .section-nav.bell-resposive.search-responsive {
    margin-left: 12px !important;
  }
}

@media screen and (max-width: 767px) {
  .questions-section .question-stats {
    width: 45%;
    margin-left: 0px;
  }

  .questions-section .questions-article {
    margin-left: 0px;
  }

  .top-tag .nav-link {
    margin-bottom: 10px;
  }

  .nav-right {
    padding-top: 30px;
  }

  .modal-dialog {
    max-width: 95%;
  }

  .trending-tutorials .icons-tutorials {
    position: relative !important;
    top: 4px;
  }

  .trending-tutorials .ico-tutorial-article {
    display: none;
  }

  .sticky-bar {
    top: 0px;
  }

  .f-none {
    float: none !important;
  }

  .postCls {
    /*		width: 33.33%;*/
    margin-top: 20px;
  }

  .discussion-head .res-top {
    margin-top: 30px;
  }

  .top-tag .icons-tutorials {
    top: 0px;
  }

  .top-tag .btn {
    height: 35px;
  }

  .search-tag-sub {
    width: 200px;
  }

  .main-head-article {
    width: 277px;
  }

  .main-img form button.nav-bar-btn {
    width: 39%;
  }

  .sign-login-ul {
    float: left !important;
    display: inline;
    width: 100%;
    background: #3f3d48;
  }

  .but-top {
    padding: 0px 10px;
  }

  .but-top .fa {
    display: inline-block !important;
    padding-right: 10px;
    -webkit-text-stroke: 1px #fff;
    color: transparent;
    font-size: 20px;
  }

  .nav-active {
    background: #fff !important;
  }

  .navbar-top-search {
    margin: 0px;
  }

  .searchCls .section-nav {
    margin-left: 0px;
  }

  .searchCls .news-icon {
    margin-left: 0px;
  }

  .searchCls .sign-login-ul {
    display: inline;
  }

  .dashboard-nav .ul-start-nav {
    margin-left: 0px !important;
  }

  .responsive-nav .responsive-category {
    margin: 0px 5px;
  }

  .input-btn .nav-search-btn {
    padding: 2px 5px;
  }

  .input-btn {
    width: 26px;
    height: 92%;
  }

  /*	.sign-nav-btn{
  		margin-right: 5px;
  	}*/

  .section-nav.bell-resposive {
    margin-left: 0px !important;
  }

  .section-nav.bell-resposive.search-responsive {
    margin-left: 10px !important;
  }

  .tab-sub {
    padding: 20px 5px;
  }

  .questions-section {
    position: relative;
    height: 140px;
    padding: 15px 10px;
    max-width: 100%;
    overflow: hidden;
  }

  .questions-section .question-stats {
    width: 100% !important;
    position: absolute;
    bottom: 9px;
    left: 0px;
    right: 0px;
  }

  .questions-section .question-stats .stats-seperator {
    display: block;
  }

  .questions-section .question-stats .votes,
  .questions-section .question-stats .answers,
  .questions-section .question-stats .views {
    width: auto;
    padding: 0px 10px;
  }

  .questions-section .question-stats .answers .question-stats-answers {
    border: none;
  }

  .questions-section .question-stats .answers .question-stats-answers div {
    display: inline-block;
  }

  .questions-section .votes div,
  .questions-section .question-stats .answers div,
  .questions-section .question-stats .views div {
    display: inline-block;
  }

  .questions-section .questions-user a {
    font-size: 12px;
  }

  .questions-section .slug-author-btn,
  .questions-section .slug-author-btn-comment {
    font-size: 11px;
  }

  .questions-section .questions-article {
    width: 100%;
  }

  .questions-section .questions-article .questions-head {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    white-space: normal;
    text-decoration: none;
    height: 45px;
    color: #464646;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 17px;
    -webkit-line-clamp: 1;
    min-height: 21px;
  }

  .questions-section .questions-article .questions-article-tag {
    position: absolute;
    bottom: 42px;
  }

  .questions-section .questions-article .questions-user {
    font-size: 9px;
    float: left;
  }

  .questions-section .questions-article .questions-hover {
    min-height: 0px;
    height: 26px;
    overflow: hidden;
    display: block;
  }

  .questions-section .questions-article .questions-hover .tag-but {
    padding: 0px 5px;
  }

  .questions-section .questions-article .questions-head {
    min-height: 20px;
    height: 20px;
  }

  .questions-section .questions-article .questions-head a {
    font-size: 15px;
  }

  .questions-hover .tooltip1 a {
    font-size: 15px;
  }

  .question-stats {
    font-size: 13px;
  }

  .postCls {
    padding: 5px 10px;
  }

  .user-answer-info .slug-stats .slug-fonts {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  /*	.user-answer-info .slug-stats .slug-fonts .fonts-head {
  		width: 30%;
  		padding: 5px 0px;
  	}*/

  #answer-response {
    /*.discussion-answer-article{
    	display: flex;
    }*/
  }

  #answer-response .results-profile-name {
    margin-right: 0px;
  }

  #answer-response .discussion-answer-article .postcell-article {
    margin-top: 0px !important;
  }

  #answer-section .discussion-answer-article .postcell-article {
    margin-top: 100px;
  }

  .nav-body-form {
    width: 95%;
    margin: auto;
  }

  .main-head-article {
    width: 90%;
    margin: auto;
  }

  .main-center {
    left: 0px;
  }

  .tag-head-bar {
    font-size: 24px;
  }

  .tag-article-bar {
    font-size: 19px;
  }

  .input-btn.input-btn-top {
    top: 38px;
    right: -40px;
  }

  .account-input {
    height: 35px;
  }

  .col-row {
    padding: 0px 15px;
  }

  .col-pad {
    padding: 0px;
  }

  .dashboard-section .dashboard-border {
    margin-bottom: 0px;
  }

  .w-31,
  .w-48 {
    width: 100%;
  }

  .social-blade ul li {
    margin-bottom: 10px !important;
  }

  .name-pwd .name-social {
    margin: 0px 0px 10px !important;
  }

  .tag-main-submain .tag-breadcrumb li a {
    padding: 0px 25px 5px 10px;
  }

  .search-banner {
    margin-top: 30px;
    height: 43px;
  }

  .main-center .search-input-banner .nav-bar-btn {
    padding: 5px 13px;
  }

  .footer-tutorial {
    text-align: center;
  }

  .search-box .search-img-results {
    float: none;
    display: block;
    margin: auto;
  }

  .search-center .search-box {
    padding: 10px 0px 0px;
  }

  .tag-search-box .search-box .search-des {
    width: 100%;
  }

  #side-bar {
    display: none;
  }

  .tag-article-bar {
    width: 100%;
    margin: auto;
  }

  .editor-toolbar {
    padding: 5px 0px;
  }

  .editor-toolbar:before {
    margin-bottom: 0px;
    height: 0px;
  }

  .editor-toolbar a {
    width: 21px;
    height: 22px;
  }

  .editor-toolbar a:before {
    line-height: 20px;
  }

  .profile-user-nav .slug-but-nav a {
    width: 24.2%;
    display: inline-block;
    float: none;
  }

  .add-left {
    display: none;
  }

  #getHelp {
    display: flow-root !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  #getHelp li {
    display: inline-block;
    float: left;
    padding: 0px 10px;
  }

  .dashboard-col {
    height: 90px;
  }

  .class-author {
    float: right;
  }

  .tut-box {
    width: 100% !important;
  }

  .tut-box .text-ellipse,
  .tut-box .max-ellipse {
    white-space: normal;
  }
}

@media only screen and (max-width: 425px) {
  .user-answer-info .slug-stats .slug-fonts {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 7px;
  }

  .user-answer-info .slug-stats .questions-hover button {
    margin-bottom: 8px;
  }

  .user-answer-info .more-action-top {
    display: flex;
  }

  .user-answer-info .more-action-top .showContent {
    display: inline-flex;
  }

  .user-answer-info .more-action-top .showContent .more-action {
    margin: 0 2px;
  }

  /*	.user-answer-info .slug-stats .slug-fonts .fonts-head {
  		width: 30%;
  	}*/

  .comments-block .comments-article-section .comments-right {
    margin-left: 10px;
  }

  .discussion-tab .discussion-head button.nav-item.nav-link {
    padding: 5px 8px !important;
  }

  .discussion-tab .discussion-head .create-post-btn {
    padding: 5px 6px;
    margin-right: 10px;
  }

  .create-post-btn {
    padding: 5px 9px;
    font-size: 15px;
  }

  .responsive-nav .responsive-category {
    padding: 0px;
    margin: 0px 7px;
  }

  .responsive-category .news-nav {
    display: none;
  }

  .sign-nav-btn {
    margin-right: 10px;
  }

  .section-nav.bell-resposive a {
    padding: 2px 0px 0px 0px !important;
  }

  #navbar-logo .logo {
    width: 147px;
  }

  .dropdown-menu.notify-top {
    width: 280px;
    top: 39px;
  }

  .category-ico {
    display: none;
  }

  .main-center-article {
    width: 100%;
  }

  .filter .search-banner .main-nav-search {
    padding: 0px 48% 0 0;
  }

  .search-branch .search-bar-input .search-input-banner {
    width: 18%;
  }

  .search-branch .search-bar-input .form-select {
    right: 21%;
    width: 27%;
  }

  .main-img {
    width: calc(100vw - 183px);
    height: calc(100vh - 270px);
    background-position: center center;
    background: url(/images/linux-mobile.png?6e99140ba04ab8b9933658e20b211a87);
    background-repeat: no-repeat;
    left: 0;
    background-size: contain;
    margin: auto;
    right: 0;
    top: 50px;
  }

  .profile-user-nav .slug-but-nav a {
    width: 32.33% !important;
  }

  .dashboard-col .feed-friends span {
    font-size: 10px !important;
  }

  .count-num {
    display: none !important;
  }

  .des-top-notify {
    width: 79%;
  }

  .close-cls {
    display: block;
  }

  .main-center {
    top: 40%;
  }

  .main-head-article {
    margin-top: 40px;
    display: none;
  }

  .main-head {
    display: none;
  }

  .main-head-bar {
    display: block !important;
  }

  .main-head-bar h1 {
    font-size: 22px;
    margin-top: 20px;
  }

  .search-video-des {
    webkit-line-clamp: 2;
    height: 45px;
    min-height: 45px;
  }
}

@media only screen and (min-width: 425px) {
  .user-answer-info .slug-stats .slug-fonts {
    text-align: left;
  }

  .edited-btn {
    text-align: center;
  }
}

/*hoving-concept*/

@media only screen and (min-width: 767px) {
  .questions-hover .tag-but:hover .check {
    display: block;
  }

  .video-title:hover .video-title-des {
    display: block;
  }

  .tool-author:hover .check {
    display: block;
  }

  .slug-author-btn:hover .check,
  .slug-author-btn-comment:hover .check {
    display: block;
  }

  .modal-dialog {
    max-width: 600px;
  }

  body.sidebar-left-hidden .wrapper #menu > li:not(.active):hover > a {
    background: transparent !important;
    box-shadow: none !important;
  }

  .img-head {
    display: none;
  }

  .feed-carousel.image-carousel .inner .card-space {
    width: 84%;
  }

  .all_tag_cls .show-head .image-carousel {
    max-width: 494px;
    margin: auto;
  }

  .search-box .search-img-results {
    margin-right: 10px;
  }

  .search-box .search-des,
  .search-box-article .search-des {
    width: calc(100% - 240px);
  }

  .results-profile-name {
    text-align: center;
  }

  .gravatar-wrapper-32 {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1440px) {
  .category-modal {
    min-width: 1340px !important;
  }
}

@media only screen and (min-width: 1921px) {
  .container {
    max-width: 2000px;
  }
}

#getHelp {
  list-style-type: none;
  -webkit-padding-start: 0px;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  justify-content: space-around;
  margin-top: 10px;
  padding: 8px;
  color: white;
  background: #3b5998;
  margin-bottom: 0px;
}

.editor-toolbar .like pre {
  white-space: normal;
}

.editor-toolbar a.active,
.editor-toolbar a:hover {
  border-color: transparent !important;
}

.editor-toolbar a:hover {
  color: #b71346 !important;
}

.CodeMirror-scroll {
  height: 200px;
  min-height: 200px;
  overflow: auto;
  margin-right: 0px;
}

.CodeMirror-scroll .CodeMirror-sizer {
  height: auto !important;
  overflow: visible !important;
  min-height: 0px !important;
}

/*.fa-question-circle{
	float: right
}*/

.cm-spell-error {
  background: transparent !important;
}

.cm-invalidchar {
  display: none;
}

.CodeMirror {
  height: auto !important;
  min-height: 200px;
}

.CodeMirror-fullscreen,
.editor-toolbar.fullscreen {
  z-index: 9999 !important;
}

.swiper-container {
  width: 50%;
  height: 50%;
}

.swiper-slide {
  width: 300px;
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

blockquote {
  padding: 0 1rem;
  margin-left: 0;
  color: #819198;
  border-left: 0.3rem solid #dce6f0;
}

.discussion-answer-article ul {
  list-style-type: disc;
  -webkit-padding-start: 25px;
}

.CodeMirror-fullscreen {
  overflow-y: visible !important;
}

.CodeMirror-scroll {
  height: 100%;
  width: 100%;
}

.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #F0F0F0;
}

.hljs,
.hljs-subst {
  color: #444;
}

.hljs-comment {
  color: #888888;
}

.hljs-keyword,
.hljs-attribute,
.hljs-selector-tag,
.hljs-meta-keyword,
.hljs-doctag,
.hljs-name {
  font-weight: bold;
}

.hljs-type,
.hljs-string,
.hljs-number,
.hljs-selector-id,
.hljs-selector-class,
.hljs-quote,
.hljs-template-tag,
.hljs-deletion {
  color: #880000;
}

.hljs-title,
.hljs-section {
  color: #880000;
  font-weight: bold;
}

.hljs-regexp,
.hljs-symbol,
.hljs-variable,
.hljs-template-variable,
.hljs-link,
.hljs-selector-attr,
.hljs-selector-pseudo {
  color: #BC6060;
}

.hljs-literal {
  color: #78A960;
}

.hljs-built_in,
.hljs-bullet,
.hljs-code,
.hljs-addition {
  color: #397300;
}

.hljs-meta {
  color: #1f7199;
}

.hljs-meta-string {
  color: #4d99bf;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

tags-input {
  display: block;
}

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

tags-input .host {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 100%;
}

tags-input .host:active {
  outline: 0;
}

tags-input .tags {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  padding: 1px;
  overflow: hidden;
  word-wrap: break-word;
  cursor: text;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  box-shadow: 1px 1px 1px 0 #d3d3d3 inset;
  height: 100%;
}

tags-input .tags.focused {
  outline: 0;
  box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
}

tags-input .tags .tag-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

tags-input .tags .tag-item {
  margin: 2px;
  padding: 0 5px;
  display: inline-block;
  float: left;
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 26px;
  line-height: 25px;
  border: 1px solid #acacac;
  border-radius: 3px;
  background: linear-gradient(to bottom, #f0f9ff 0, #cbebff 47%, #a1dbff 100%);
}

tags-input .tags .tag-item.selected {
  background: linear-gradient(to bottom, #febbbb 0, #fe9090 45%, #ff5c5c 100%);
}

tags-input .tags .tag-item .remove-button {
  margin: 0 0 0 5px;
  padding: 0;
  border: none;
  background: 0 0;
  cursor: pointer;
  vertical-align: middle;
  font: 700 16px Arial, sans-serif;
  color: #585858;
}

tags-input .tags .tag-item .remove-button:active {
  color: red;
}

tags-input .tags .input {
  border: 0;
  outline: 0;
  margin: 2px;
  padding: 0;
  padding-left: 5px;
  float: left;
  height: 26px;
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

tags-input .tags .input.invalid-tag {
  color: red;
}

tags-input .tags .input::-ms-clear {
  display: none;
}

tags-input.ng-invalid .tags {
  box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
}

tags-input[disabled] .host:focus {
  outline: 0;
}

tags-input[disabled] .tags {
  background-color: #eee;
  cursor: default;
}

tags-input[disabled] .tags .tag-item {
  opacity: 0.65;
  background: linear-gradient(to bottom, #f0f9ff 0, rgba(203, 235, 255, 0.75) 47%, rgba(161, 219, 255, 0.62) 100%);
}

tags-input[disabled] .tags .tag-item .remove-button {
  cursor: default;
}

tags-input[disabled] .tags .tag-item .remove-button:active {
  color: #585858;
}

tags-input[disabled] .tags .input {
  background-color: #eee;
  cursor: default;
}

tags-input .autocomplete {
  margin-top: 5px;
  position: absolute;
  padding: 5px 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

tags-input .autocomplete .suggestion-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-height: 280px;
  overflow-y: auto;
  position: relative;
}

tags-input .autocomplete .suggestion-item {
  padding: 5px 10px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #fff;
}

tags-input .autocomplete .suggestion-item.selected {
  color: #fff;
  background-color: #0097cf;
}

tags-input .autocomplete .suggestion-item.selected em {
  color: #fff;
  background-color: #0097cf;
}

tags-input .autocomplete .suggestion-item em {
  font: normal bold 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #fff;
}

.img-add {
  width: 50px;
  height: 50px;
  display: inline-block;
}

.post-create .post-block th {
  max-width: 110px;
}

.admin-select {
  height: 38px;
  width: 93px;
  border: 1px solid #ccc;
}

.total-count {
  font-size: 14px;
  margin-left: 10px;
  padding: 5px;
}

.post-create .post-block th.serial {
  min-width: 50px;
}

.post-create .post-block th.date {
  min-width: 132px;
}

.admin-subBtn {
  padding: 2px 5px;
  border-radius: 5px;
  font-size: 14px;
}

.admin-author {
  padding-left: 10px;
}

.verified {
  display: inline-block;
}

.inline-cont {
  width: 33%;
  display: inline-block;
}

.image-editor .cropit-preview {
  background-color: #f8f8f8;
  background-size: cover;
  border: 5px solid #ccc;
  border-radius: 3px;
  margin-top: 7px;
  width: 240px;
  height: 140px;
}

.image-editor .cropit-preview img {
  max-width: none;
}

.image-editor .cropit-preview-image-container {
  cursor: move;
}

.image-editor .cropit-preview-background {
  opacity: 0.2;
  cursor: auto;
}

.image-editor .image-size-label {
  margin-top: 10px;
}

.image-editor input,
.image-editor .export {
  position: relative;
  z-index: 10;
  display: block;
}

.image-editor button {
  margin-top: 10px;
}

.modal-width {
  max-width: 80%;
  margin-top: 0%;
  height: 950px;
}

.CodeMirror-sizer {
  height: 400px !important;
  min-height: 300px !important;
  overflow: auto;
}

.submit-box {
  font-size: 20px;
}

.permission-drop {
  width: 92%;
  height: 200px;
  overflow: auto;
}

.pined {
  height: 100px;
  overflow: auto;
}

.tag-img {
  width: 170px;
  height: 170px;
  display: block;
}

#left {
  height: 100% !important;
  overflow: auto !important;
  background: #fff !important;
}

.dashboard-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  white-space: normal;
  text-decoration: none;
  max-height: 100px;
  color: #464646;
  width: 115px;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}

.view-sm {
  min-width: 57px !important;
}

.post-block th,
.post-block td {
  padding: 14px 6px;
}

#myDivPost,
#myDivForum,
#myDivTag,
#myDivUser,
#myDivRole,
#myDivPoint,
#myDivSearch,
#myDivSiteMap,
#myDivMetaTag {
  display: none;
}

.select_dropdown {
  margin-top: 7px;
}

.order ul li {
  list-style-type: disc;
  list-style-position: inside;
}

.width10 {
  width: 10%;
}

.create-btn {
  margin: 10px 0 0 10px;
}

.post-tab {
  width: 45%;
}

.post-tab .post-search {
  width: 60%;
  float: left;
}

.post-tab .btn-block {
  width: 30%;
  float: left;
}

.prview-content p {
  word-wrap: break-word;
}

.comments-profile img {
  border-radius: 50%;
}

.admin-head {
  border-bottom: 1px solid #E8E8E8;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
  color: #747474;
  background-color: #f9f9f9;
  position: static;
}

.admin-head .main-bar {
  padding: 5px 22px;
}

/*.wrapper{
  .bg-container{
    background: #eaeaea;
  }
}*/

button,
.form-control,
.card-header,
input,
button,
select,
optgroup,
textarea,
.col-form-label,
a {
  font-family: Rajdhani;
}

.col-form-label {
  font-weight: 600;
  width: 40%;
}

.w-90 {
  width: 90px;
}

.table-tag .tag-img {
  height: 100px;
  overflow: hidden;
}

#menu li {
  border-bottom: 1px solid #E8E8E8 !important;
}

#menu li a {
  color: #474747 !important;
  padding: 12px 8px 12px 15px !important;
}

#menu li:not(.active) a:hover {
  padding: 12px 8px 12px 15px !important;
  background: #fff !important;
  box-shadow: 0 0 11px #ccc;
}

#menu li ul li a {
  padding: 12px 8px 12px 30px !important;
}

#menu li ul li:not(.active) a:hover {
  padding: 12px 8px 12px 30px !important;
  background: #fef7f5 !important;
}

.max-model {
  max-width: 95% !important;
}

.post-create-tag th {
  min-width: 110px;
}

.menu_scroll {
  overflow-y: auto;
  height: calc(100vh - 50px);
}

.btn-warning {
  color: #fff;
}

.table-option {
  width: 30%;
}

hr {
  margin-bottom: 0px;
}

.h1-bg {
  background: #b71346;
}

.h2-bg {
  background: #3b5998;
}

.h1-bg,
.h2-bg {
  border: 1px solid #ddd;
}

.admin-preview-img {
  width: 50px;
}

.hlt1 {
  color: #b71346;
}

.modal {
  z-index: 999999;
}

.height-text {
  min-height: 300px;
}

.header_input_search {
  height: 37px !important;
}

.header_input_search input {
  height: 35px !important;
}

.slug-video-des code span {
  color: #ffa500;
}

.admin-img-board {
  width: 100px;
  display: block;
  height: 100px;
  overflow: hidden;
}

.no-wrap {
  white-space: nowrap;
}

.modal-select .select2-container {
  z-index: 99999 !important;
}

.modal-select .CodeMirror-wrap.CodeMirror-fullscreen {
  z-index: 999999 !important;
}

.bootstrap-datetimepicker-widget {
  z-index: 999999 !important;
}

.favourite-star {
  width: 25px;
  display: inline-block;
}

.metaTag-list td {
  max-width: 109px;
}

.max-ellipse {
  max-width: 350px;
  word-break: break-all;
  white-space: normal;
}

.notify-link-first {
  margin-left: 15px !important;
}

.notify-admin {
  left: 9px;
  background: #425269;
  top: -6px;
  line-height: 16px;
  height: 15px;
  font-size: 13px;
  color: #fff;
  padding: 0 2px;
  width: auto;
  text-align: center;
}

#menu li a.notify-link {
  padding: 0 5px !important;
  margin-top: -45px;
}

#menu li a.notify-link:hover {
  padding: 0 5px !important;
  background: #fff;
  box-shadow: none;
  border-right: 0 !important;
}

#menu li a.notify-link:first-of-type {
  margin-left: 10px;
}

.notify-admin-li {
  height: 66px;
}

.notify-admin-link {
  height: 64px !important;
}

.btn-info,
.btn-success,
.btn-primary {
  padding: 2px 7px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
}

.category-img {
  width: 30%;
}

.checkbox_bg {
  float: left;
}

.max-ellipse.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

tags-input {
  box-shadow: none;
  border: none;
  padding: 0;
  min-height: 34px;
}

tags-input .host {
  margin: 0;
}

tags-input .tags {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

tags-input .tags .tag-item {
  color: #fff;
  background: #428bca;
  border: 1px solid #357ebd;
  border-radius: 4px;
}

tags-input .tags .tag-item.selected {
  color: #fff;
  background: #d9534f;
  border: 1px solid #d43f3a;
}

tags-input .tags .tag-item .remove-button:hover {
  text-decoration: none;
}

tags-input .tags.focused {
  border: 1px solid #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

tags-input .autocomplete {
  border-radius: 4px;
}

tags-input .autocomplete .suggestion-item.selected {
  color: #262626;
  background-color: #f5f5f5;
}

tags-input .autocomplete .suggestion-item.selected em {
  color: #262626;
  background-color: #f5f5f5;
}

tags-input .autocomplete .suggestion-item em {
  color: #000;
  background-color: #fff;
}

tags-input.ng-invalid .tags {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

tags-input[disabled] .tags {
  background-color: #eee;
}

tags-input[disabled] .tags .tag-item {
  background: #337ab7;
  opacity: 0.65;
}

tags-input[disabled] .tags .input {
  background-color: #eee;
}

.input-group tags-input {
  padding: 0;
  display: table-cell;
}

.input-group tags-input:not(:first-child) .tags {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group tags-input:not(:last-child) .tags {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-lg tags-input:first-child .tags {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.input-group-lg tags-input:last-child .tags {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.input-group-sm tags-input:first-child .tags {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.input-group-sm tags-input:last-child .tags {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.input-group-lg tags-input,
tags-input.ti-input-lg {
  min-height: 46px;
}

.input-group-lg tags-input .tags,
tags-input.ti-input-lg .tags {
  border-radius: 6px;
}

.input-group-lg tags-input .tags .tag-item,
tags-input.ti-input-lg .tags .tag-item {
  height: 38px;
  line-height: 37px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-lg tags-input .tags .tag-item .remove-button,
tags-input.ti-input-lg .tags .tag-item .remove-button {
  font-size: 20px;
}

.input-group-lg tags-input .tags .input,
tags-input.ti-input-lg .tags .input {
  height: 38px;
  font-size: 18px;
}

.input-group-sm tags-input,
tags-input.ti-input-sm {
  min-height: 30px;
}

.input-group-sm tags-input .tags,
tags-input.ti-input-sm .tags {
  border-radius: 3px;
}

.input-group-sm tags-input .tags .tag-item,
tags-input.ti-input-sm .tags .tag-item {
  height: 22px;
  line-height: 21px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-sm tags-input .tags .tag-item .remove-button,
tags-input.ti-input-sm .tags .tag-item .remove-button {
  font-size: 16px;
}

.input-group-sm tags-input .tags .input,
tags-input.ti-input-sm .tags .input {
  height: 22px;
  font-size: 12px;
}

.has-feedback tags-input .tags {
  padding-right: 30px;
}

.has-success tags-input .tags {
  border-color: #3c763d;
}

.has-success tags-input .tags.focused {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-error tags-input .tags {
  border-color: #a94442;
}

.has-error tags-input .tags.focused {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-warning tags-input .tags {
  border-color: #8a6d3b;
}

.has-warning tags-input .tags.focused {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/**
 * Swiper 4.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 31, 2018
 */

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

/** VARIABLES
===================================*/

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
  /*fix flickering when used background-image instead of <img> (on Chrome)*/
  -webkit-perspective: 1000;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
}

/** THEME
===================================*/

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
  left: 10px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

/*
 * Toastr
 * Version 2.0.1
 * Copyright 2012 John Papa and Hans Fjällemark.  
 * All Rights Reserved.  
 * Use, reproduction, distribution, and modification of this code is subject to the terms and 
 * conditions of the MIT license, available at http://www.opensource.org/licenses/mit-license.php
 *
 * Author: John Papa and Hans Fjällemark
 * Project: https://github.com/CodeSeven/toastr
 *
 *
 * SCSS File
 * Author: Damian Szymczuk
 * GitHub: https://github.com/dszymczuk
 *
 */

/* Variables */

.toast-title {
  font-weight: bold;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #ffffff;
}

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-center {
  top: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-center {
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

.toast-center {
  top: 45%;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}

#toast-container.toast-center,
#toast-container.toast-top-center,
#toast-container.toast-bottom-center {
  width: 100%;
  pointer-events: none;
}

#toast-container.toast-center > div,
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  margin: auto;
  pointer-events: auto;
}

#toast-container.toast-center > button,
#toast-container.toast-top-center > button,
#toast-container.toast-bottom-center > button {
  pointer-events: auto;
}

#toast-container * {
  box-sizing: border-box;
}

#toast-container > div {
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > :hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-wait {
  background-image: url("data:image/gif;base64,R0lGODlhIAAgAIQAAAQCBISGhMzKzERCROTm5CQiJKyurHx+fPz+/ExOTOzu7Dw+PIyOjCwqLFRWVAwKDIyKjMzOzOzq7CQmJLy6vFRSVPTy9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQAXACwAAAAAIAAgAAAF3eAljmRpnmh6VRSVqLDpIDTixOdUlFSNUDhSQUAT7ES9GnD0SFQAKWItMqr4bqKHVPDI+WiTkaOFFVlrFe83rDrT0qeIjwrT0iLdU0GOiBxhAA4VeSk6QYeIOAsQEAuJKgw+EI8nA18IA48JBAQvFxCXDI8SNAQikV+iiaQIpheWX5mJmxKeF6g0qpQmA4yOu8C7EwYWCgZswRcTFj4KyMAGlwYxDwcHhCXMXxYxBzQHKNo+3DDeCOAn0V/TddbYJA0K48gAEAFQicMWFsfwNA3JSgAIAAFfwIMIL4QAACH5BAkJABoALAAAAAAgACAAhAQCBIyKjERCRMzOzCQiJPTy9DQyNGRmZMTCxOTm5CwqLHx+fBQWFJyenNTW1Pz6/Dw6PGxubAwKDIyOjNTS1CQmJCwuLPz+/Dw+PHRydAAAAAAAAAAAAAAAAAAAAAAAAAXboCaOZGmeaKoxWcSosMkk15W8cZ7VdZaXkcEgQtrxfD9RhHchima1GwlCGUBSFCaFxMrgRtnLFhWujWHhs2nJc8KoVlWGQnEn7/i8XgOwWAB7JwoONQ4KgSQAZRcOgHgSCwsSIhZMNRZ5CzULIgaWF5h4mhecfIQ8jXmQkiODhYeIiRYGjrG2PxgBARi3IhNMAbcCnwI5BAQpAZ8TIwK6vCQVDwUVKL+WzAANTA210g/VJ8OWxQefByQE4dZMzBoInwh4zrtgn2p725YNthUFTNRuGYB3AYGBHCEAACH5BAkJAB0ALAAAAAAgACAAhAQCBISChFRWVMzKzCQiJOTm5GxqbCwuLJSWlPz6/NTW1AwODJSSlGRmZCwqLOzu7HR2dDQ2NAQGBISGhFxaXNTS1CQmJOzq7GxubDQyNKSmpPz+/Nza3AAAAAAAAAAAAAXfYCeOZGmeaKqurHBdAiuP17Zdc0lMAVHWt9yI8LA9fCPB4xEjARoNSWpis01kBpshFahurqzsZosiGpErScMAUO0maKF8Tq/bTQCIQgFp30cQXhB1BHEcXhx0FgkJFiOHVYlzi42AgoRxeRx8fn+en3UABwedKgsBAwMBCygOCjYKDisLFV4VrCUAtVUKpSZdXl8mB8EbByQWcQPFAyYZxccdB7sV0cvBzbmvvG0LBV4FrFTBYCWuNhyyHRTFFB20trh4BxmdYl4YIqepq0IRxRE+IfDCAFQHARo0NGERAgAh+QQJCQAgACwAAAAAIAAgAIUEAgSEgoRMTkzMyswcHhzk5uR0cnQUFhRcXlwsKiz09vQMCgyMiozU1tQkJiR8fnxkZmT8/vwEBgSEhoRcWlzU0tQkIiT08vR0dnQcGhxkYmQ0MjT8+vwMDgyMjozc2twAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG+UCQcEgsGo/IpHLJXDweC6Z0+IhEHlOjRGIMWLHZoUZx0RQlAajxkFFKFFYFl5m5KNpIySU+X2bIBEoQZBBZGQdMElFhjI2Oj5AgHQEDAw8dQxYeDBaNHRVWVhWYCXsRFwmMXqFWEyAerB6MA6xWA6+xs7URt6VWqIwTu64gDh4eDp6goaORQ5OVAZjO1EgEGhB4RwAYDQ0YAEwIcBEKFEgYrBhLBORxgUYfrB9LELuF8fNDAAaVBuEg7NXCVyRdqHVCGLBiIIQAB1Yc4BXh9uEbwAXuyi2iQI7DuSwHdiFqCEGDtizLRFUDsaGAlQIbVoJYIEDAIiZBAAAh+QQJCQAbACwAAAAAIAAgAIQEAgSMioxcWlz08vQcHhysqqwMDgx8enwsKiykoqRkZmT8+vzEwsQMCgyUlpQkJiS0srQEBgSMjoxcXlz09vQkIiSsrqwUEhQ0MjRsamz8/vwAAAAAAAAAAAAAAAAAAAAF7+AmjmRpnmiqruz2PG0sIssCj4CQJAIgj4/abRNJaI6agu9kCAQaphdJgEQKUIFjgGWsahJYLdf7RTWfLKr3+jsBClVlG5Xb9eb4fImgUBBKDVB4ExRHFGwbGRQLGXMEhUgUfw2QC4IyCmSNDQtHlm2ZXgoiGQsUjW0EnUgLfyKBeYSeiHojfH61uS0GBisVEgEVLRcWRxAXKAgDRwMILMVIECgSVRIrBmS9JtRI1iMVBweuGxerSNolyszOIhjLGs0jEFXSKA8SEkMbcEgWIxfzNBxrw6AKgxIGkM05UOWALhERHJhysOThBgAVWYQAACH5BAkJABkALAAAAAAgACAAhAQGBIyKjERCRMzOzCwuLGRiZPz6/OTm5AwODLSytFRSVNTW1Dw6PHx6fAwKDJSSlERGRNTS1DQyNGxqbPz+/BQSFLy6vFRWVNza3AAAAAAAAAAAAAAAAAAAAAAAAAAAAAXqYCaO5FgFwxBUZeu61ULNFMa+eBvQdJD/owFvFhkBBAwHsBQZUooZyWF2YOQkBNJu6ANMaQeli0AxSEwymi0DcUJeEgPlbEJFAghRe/h+Eeg/Dl9UYks5DF9VhksOAgKFi5GSSwh5kzgVCXIJNxknD5aSCTwJIw8zD5MITpanFKmSCHI8NxUPoJejNKWXLZkznL0vCJ3CxsckDpA/ChYJFzkTBgYTSxc80C4OswbLLhY8Fi/bMwYAJVgl4DTiL9LUJADrFuci1zTZLwD1IwU8BSQuWLCQb1EDHg2QiSDALYvCDAISJLDy8FIIACH5BAkJAB4ALAAAAAAgACAAhAQGBISGhFRSVNTW1CQiJKyqrGRmZOzu7CwuLIyOjGxubPz6/BQSFGRiZOTi5CwqLLy6vDQ2NIyKjFRWVCQmJKyurGxqbPT29DQyNJSSlHRydPz+/BQWFOzq7AAAAAAAAAXhoCeOJElYClGubOs117YtjWuvxCLLi3qbhc6h4FPsdorfiNI5dige43GT9AAkHUcCwCpMNxVP7tgTJY4J1uF7EBl0M8Ooueuo2SOCIkVa11kVX2E2EmgsFH4yBz4uAAkdHVstBAUHQ4xKmZqbnJ2bAhAQAiURGJ4eE0cTIxgzpp0QRxCsrp6xO7MjpaepO6unKxOhv8DFxsfIJBwaChw2DAkZDEocDjIOzi0ZMhlKUjIaLtsb3T8aR+EtDBkJ0yQUBQVQI9XX2ZsDMgMlyxr3mzE2XEgmotCGAARFIHiQ0FMIACH5BAkJABgALAAAAAAgACAAhAQCBISGhDw+POTi5CwuLLS2tPTy9BQSFJyenGRiZDQ2NIyOjLy+vPz6/BweHIyKjFRSVOzq7DQyNLy6vBQWFHRydDw6PPz+/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXXICaOZHkcZaquIjVd10SxtFrAcFGrVhBYIwoON9uNAsOA6DCEFTEKBEKxEjQvAtELNxkpGrAGNfW4Plpb2QgxRKjKzfPoVGLj3CnLNUv7hscpSDhKOxJSgDwPP0ZGAACMjAQFDQYFBJA0BAZDBpeYGBQVFUU3TV2YFAMwAzNgTQ2PkBVDFRiuQ7CYszi1pUOnkKmrM5qcnqiiTwQTDQ2Wn9DR0tPUfRKQEBEREDQSFw3XRhEwEd3f4TvjF+XWKgJ8JNnb0QkwCdUlCzAL+CQODAwc9BtIMAQAOw==") !important;
}

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51a351;
}

.toast-error {
  background-color: #bd362f;
}

.toast-info,
.toast-wait {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

/*Responsive Design*/

@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/*
 * AngularJS-Toaster
 * Version 0.3
*/

:not(.no-enter)#toast-container > div.ng-enter,
:not(.no-leave)#toast-container > div.ng-leave {
  transition: 1000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
}

:not(.no-enter)#toast-container > div.ng-enter.ng-enter-active {
  opacity: 0.8;
}

:not(.no-leave)#toast-container > div.ng-leave {
  opacity: 0.8;
}

:not(.no-leave)#toast-container > div.ng-leave.ng-leave-active {
  opacity: 0;
}

:not(.no-enter)#toast-container > div.ng-enter {
  opacity: 0;
}

.bootstrap-datetimepicker-widget {
  list-style: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}

.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: "";
  display: inline-block;
  position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action=clear]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action=today]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-datetimepicker-widget table td {
  text-align: center;
  border-radius: 1px;
}

.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 1px;
  height: 25px;
  width: 25px;
  line-height: 25px;
  padding: 0px !important;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

.bootstrap-datetimepicker-widget table th.disabled {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}

.bootstrap-datetimepicker-widget table td.day {
  height: 25px;
  width: 25px;
  line-height: 25px;
  padding: 0px !important;
  border: 1px solid #f6f6f6;
}

.bootstrap-datetimepicker-widget table td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}

.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

.bootstrap-datetimepicker-widget table td.today:before {
  content: "";
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #f05a28;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.bootstrap-datetimepicker-widget table td.active {
  background-color: #f05a28;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #f05a28;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget table td.disabled {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #f05a28;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}

.bootstrap-datetimepicker-widget table td span.disabled {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

