@charset "UTF-8";

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

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}

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

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

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

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

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

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

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

dt {
  font-weight: 700
}

dd {
  margin-bottom: .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: -.25em
}

sup {
  top: -.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]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none
}

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

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

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

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: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom
}

th {
  text-align: inherit
}

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

button {
  border-radius: 0
}

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

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

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

select {
  word-wrap: normal
}

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

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

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

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

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  -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: .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: .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, .1)
}

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

.mark,
mark {
  padding: .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: .5rem
}

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

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

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

.blockquote-footer::before {
  content: "\2014\00A0"
}

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

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

.figure {
  display: inline-block
}

.figure-img {
  margin-bottom: .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: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .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,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

.col {
  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.333333%;
  max-width: 8.333333%
}

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

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

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

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

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

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

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

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

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

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

.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.333333%
}

.offset-2 {
  margin-left: 16.666667%
}

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

.offset-4 {
  margin-left: 33.333333%
}

.offset-5 {
  margin-left: 41.666667%
}

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

.offset-7 {
  margin-left: 58.333333%
}

.offset-8 {
  margin-left: 66.666667%
}

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

.offset-10 {
  margin-left: 83.333333%
}

.offset-11 {
  margin-left: 91.666667%
}

@media (min-width:576px) {
  .col-sm {
    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.333333%;
    max-width: 8.333333%
  }

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

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

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

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

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

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

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

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

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

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

  .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.333333%
  }

  .offset-sm-2 {
    margin-left: 16.666667%
  }

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

  .offset-sm-4 {
    margin-left: 33.333333%
  }

  .offset-sm-5 {
    margin-left: 41.666667%
  }

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

  .offset-sm-7 {
    margin-left: 58.333333%
  }

  .offset-sm-8 {
    margin-left: 66.666667%
  }

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

  .offset-sm-10 {
    margin-left: 83.333333%
  }

  .offset-sm-11 {
    margin-left: 91.666667%
  }
}

@media (min-width:768px) {
  .col-md {
    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.333333%;
    max-width: 8.333333%
  }

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

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

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

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

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

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

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

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

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

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

  .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.333333%
  }

  .offset-md-2 {
    margin-left: 16.666667%
  }

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

  .offset-md-4 {
    margin-left: 33.333333%
  }

  .offset-md-5 {
    margin-left: 41.666667%
  }

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

  .offset-md-7 {
    margin-left: 58.333333%
  }

  .offset-md-8 {
    margin-left: 66.666667%
  }

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

  .offset-md-10 {
    margin-left: 83.333333%
  }

  .offset-md-11 {
    margin-left: 91.666667%
  }
}

@media (min-width:992px) {
  .col-lg {
    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.333333%;
    max-width: 8.333333%
  }

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

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

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

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

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

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

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

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

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

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

  .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.333333%
  }

  .offset-lg-2 {
    margin-left: 16.666667%
  }

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

  .offset-lg-4 {
    margin-left: 33.333333%
  }

  .offset-lg-5 {
    margin-left: 41.666667%
  }

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

  .offset-lg-7 {
    margin-left: 58.333333%
  }

  .offset-lg-8 {
    margin-left: 66.666667%
  }

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

  .offset-lg-10 {
    margin-left: 83.333333%
  }

  .offset-lg-11 {
    margin-left: 91.666667%
  }
}

@media (min-width:1200px) {
  .col-xl {
    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.333333%;
    max-width: 8.333333%
  }

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

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

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

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

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

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

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

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

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

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

  .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.333333%
  }

  .offset-xl-2 {
    margin-left: 16.666667%
  }

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

  .offset-xl-4 {
    margin-left: 33.333333%
  }

  .offset-xl-5 {
    margin-left: 41.666667%
  }

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

  .offset-xl-7 {
    margin-left: 58.333333%
  }

  .offset-xl-8 {
    margin-left: 66.666667%
  }

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

  .offset-xl-10 {
    margin-left: 83.333333%
  }

  .offset-xl-11 {
    margin-left: 91.666667%
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .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 + .75rem + 2px);
  padding: .375rem .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: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .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 .2rem rgba(0, 123, 255, .25)
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1
}

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(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5
}

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: .375rem;
  padding-bottom: .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-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0
}

.form-control-sm {
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}

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

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

textarea.form-control {
  height: auto
}

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

.form-text {
  display: block;
  margin-top: .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: .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: .75rem
}

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, .9);
  border-radius: .25rem
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + .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(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

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

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

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

.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc((1em + .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 .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(.75em + .375rem) calc(.75em + .375rem)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, .9);
  border-radius: .25rem
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .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(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

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

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

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

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc((1em + .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 .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(.75em + .375rem) calc(.75em + .375rem)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .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 .custom-select,
  .form-inline .input-group {
    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: .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: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .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 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
  opacity: .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 .2rem rgba(38, 143, 255, .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 .2rem rgba(38, 143, 255, .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 .2rem rgba(130, 138, 145, .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 .2rem rgba(130, 138, 145, .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 .2rem rgba(72, 180, 97, .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 .2rem rgba(72, 180, 97, .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 .2rem rgba(58, 176, 195, .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 .2rem rgba(58, 176, 195, .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 .2rem rgba(222, 170, 12, .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 .2rem rgba(222, 170, 12, .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 .2rem rgba(225, 83, 97, .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 .2rem rgba(225, 83, 97, .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 .2rem rgba(216, 217, 219, .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 .2rem rgba(216, 217, 219, .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 .2rem rgba(82, 88, 93, .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 .2rem rgba(82, 88, 93, .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 .2rem rgba(0, 123, 255, .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 .2rem rgba(0, 123, 255, .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 .2rem rgba(108, 117, 125, .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 .2rem rgba(108, 117, 125, .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 .2rem rgba(40, 167, 69, .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 .2rem rgba(40, 167, 69, .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 .2rem rgba(23, 162, 184, .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 .2rem rgba(23, 162, 184, .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 .2rem rgba(255, 193, 7, .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 .2rem rgba(255, 193, 7, .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 .2rem rgba(220, 53, 69, .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 .2rem rgba(220, 53, 69, .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 .2rem rgba(248, 249, 250, .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 .2rem rgba(248, 249, 250, .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 .2rem rgba(52, 58, 64, .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 .2rem rgba(52, 58, 64, .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-group-lg>.btn,
.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}

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

.btn-block+.btn-block {
  margin-top: .5rem
}

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

.fade {
  transition: opacity .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 .35s ease
}

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

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

.dropdown-toggle {
  white-space: nowrap
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .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: .5rem 0;
  margin: .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, .15);
  border-radius: .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: .125rem
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .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: .125rem
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .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: .125rem
}

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

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

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

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

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

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

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

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

.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #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: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .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-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
  margin-top: -1px
}

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

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

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

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

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

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

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

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

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

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

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

.input-group>.custom-file {
  display: 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-append,
.input-group-prepend {
  display: flex
}

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

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

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

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .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: .25rem
}

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

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

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

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

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}

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

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

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

.custom-control {
  position: relative;
  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 .2rem rgba(0, 123, 255, .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: .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: .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: .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, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
  background-color: rgba(0, 123, 255, .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, .5)
}

.custom-switch {
  padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: .5rem
}

.custom-switch .custom-control-label::after {
  top: calc(.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: .5rem;
  transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .custom-switch .custom-control-label::after {
    transition: none
  }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
  background-color: #fff;
  transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(0, 123, 255, .5)
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .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 .75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .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 + .5rem + 2px);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem
}

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin: 0;
  opacity: 0
}

.custom-file-input:focus~.custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .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 + .75rem + 2px);
  padding: .375rem .75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + .75rem);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 .25rem .25rem 0
}

.custom-range {
  width: 100%;
  height: calc(1rem + .4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.custom-range:focus {
  outline: 0
}

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

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

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

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

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

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

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

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

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

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

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

.custom-range::-moz-range-track {
  width: 100%;
  height: .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: .2rem;
  margin-left: .2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none
}

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

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

.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .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 .15s ease-in-out, border-color .15s ease-in-out, box-shadow .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: .5rem 1rem
}

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

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

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

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

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

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

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

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

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

.nav-pills .nav-link {
  border-radius: .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: .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: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap
}

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

.navbar-nav {
  display: 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: .5rem;
  padding-bottom: .5rem
}

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

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

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

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 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: .5rem;
    padding-left: .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: .5rem;
    padding-left: .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: .5rem;
    padding-left: .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: .5rem;
    padding-left: .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: .5rem;
  padding-left: .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, .9)
}

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

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

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

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

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

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .5);
  border-color: rgba(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, .5)
}

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

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

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

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

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

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

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

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

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, .5);
  border-color: rgba(255, 255, 255, .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, .5)
}

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

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

.card {
  position: relative;
  display: 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, .125);
  border-radius: .25rem
}

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

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

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

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

.card-title {
  margin-bottom: .75rem
}

.card-subtitle {
  margin-top: -.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: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
  border-top: 0
}

.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, .03);
  border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem
}

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

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

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.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-header,
  .card-group>.card:not(:last-child) .card-img-top {
    border-top-right-radius: 0
  }

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

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

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

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

.card-columns .card {
  margin-bottom: .75rem
}

@media (min-width:576px) {
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    grid-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: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: .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: .25rem
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .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 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .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: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5
}

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

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

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5
}

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

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

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

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

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

.badge:empty {
  display: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem
}

@media (min-width:576px) {
  .jumbotron {
    padding: 4rem 2rem
  }
}

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

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .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: .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: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
  .progress-bar {
    transition: none
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa
}

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

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

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

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .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: .25rem;
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .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: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .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: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .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: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .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: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .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:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: .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: .875rem;
  background-color: rgba(255, 255, 255, .85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .1);
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: .25rem
}

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

.toast.showing {
  opacity: 1
}

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

.toast.hide {
  display: none
}

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

.toast-body {
  padding: .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: .5rem;
  pointer-events: none
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -50px)
}

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

.modal.show .modal-dialog {
  transform: none
}

.modal-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-footer,
.modal-dialog-scrollable .modal-header {
  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, .2);
  border-radius: .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: .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: .3rem;
  border-top-right-radius: .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: .3rem;
  border-bottom-left-radius: .3rem
}

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

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

[dir="ltr"] .tooltip {
  text-align: left
}

[dir="rtl"] .tooltip {
  text-align: right
}

.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-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: .875rem;
  word-wrap: break-word;
  opacity: 0
}

.tooltip.show {
  opacity: .9
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
  padding: .4rem 0
}

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

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

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

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

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

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

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

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

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

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

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

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

[dir="ltr"] .popover {
  text-align: left
}

[dir="rtl"] .popover {
  text-align: right
}

.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-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: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem
}

.popover .arrow::after,
.popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
  display: none
}

.popover-body {
  padding: .5rem .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: transform .6s ease-in-out
}

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

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1
}

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

@media (prefers-reduced-motion:reduce) {

  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none
  }
}

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

@media (prefers-reduced-motion:reduce) {

  .carousel-control-next,
  .carousel-control-prev {
    transition: none
  }
}

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

.carousel-control-prev {
  left: 0
}

.carousel-control-next {
  right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 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: .5;
  transition: opacity .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 {
    transform: rotate(360deg)
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg)
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite
}

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

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

  50% {
    opacity: 1
  }
}

@keyframes spinner-grow {
  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 .75s linear infinite;
  animation: spinner-grow .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:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border: 1px solid #dee2e6 !important
}

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

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

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

.border-left {
  border-left: 1px solid #dee2e6 !important
}

.border-0 {
  border: 0 !important
}

.border-top-0 {
  border-top: 0 !important
}

.border-right-0 {
  border-right: 0 !important
}

.border-bottom-0 {
  border-bottom: 0 !important
}

.border-left-0 {
  border-left: 0 !important
}

.border-primary {
  border-color: #007bff !important
}

.border-secondary {
  border-color: #6c757d !important
}

.border-success {
  border-color: #28a745 !important
}

.border-info {
  border-color: #17a2b8 !important
}

.border-warning {
  border-color: #ffc107 !important
}

.border-danger {
  border-color: #dc3545 !important
}

.border-light {
  border-color: #f8f9fa !important
}

.border-dark {
  border-color: #343a40 !important
}

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

.rounded-sm {
  border-radius: .2rem !important
}

.rounded {
  border-radius: .25rem !important
}

.rounded-top {
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important
}

.rounded-right {
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
  border-bottom-right-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important
}

.rounded-left {
  border-top-left-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important
}

.rounded-lg {
  border-radius: .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 embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%
}

.embed-responsive-16by9::before {
  padding-top: 56.25%
}

.embed-responsive-4by3::before {
  padding-top: 75%
}

.embed-responsive-1by1::before {
  padding-top: 100%
}

.flex-row {
  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 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(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: .25rem !important
}

.mt-1,
.my-1 {
  margin-top: .25rem !important
}

.mr-1,
.mx-1 {
  margin-right: .25rem !important
}

.mb-1,
.my-1 {
  margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
  margin-left: .25rem !important
}

.m-2 {
  margin: .5rem !important
}

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

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

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

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

.pt-1,
.py-1 {
  padding-top: .25rem !important
}

.pr-1,
.px-1 {
  padding-right: .25rem !important
}

.pb-1,
.py-1 {
  padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
  padding-left: .25rem !important
}

.p-2 {
  padding: .5rem !important
}

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

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

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

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

.mt-n1,
.my-n1 {
  margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
  margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
  margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
  margin-left: -.25rem !important
}

.m-n2 {
  margin: -.5rem !important
}

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

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

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

.ml-n2,
.mx-n2 {
  margin-left: -.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: .25rem !important
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: .25rem !important
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: .25rem !important
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: .25rem !important
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: .25rem !important
  }

  .m-sm-2 {
    margin: .5rem !important
  }

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

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

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

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

  .pt-sm-1,
  .py-sm-1 {
    padding-top: .25rem !important
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: .25rem !important
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: .25rem !important
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: .25rem !important
  }

  .p-sm-2 {
    padding: .5rem !important
  }

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

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

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

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

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -.25rem !important
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -.25rem !important
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -.25rem !important
  }

  .m-sm-n2 {
    margin: -.5rem !important
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -.5rem !important
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -.5rem !important
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -.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: .25rem !important
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: .25rem !important
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: .25rem !important
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: .25rem !important
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: .25rem !important
  }

  .m-md-2 {
    margin: .5rem !important
  }

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

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

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

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

  .pt-md-1,
  .py-md-1 {
    padding-top: .25rem !important
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: .25rem !important
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: .25rem !important
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: .25rem !important
  }

  .p-md-2 {
    padding: .5rem !important
  }

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

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

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

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

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -.25rem !important
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -.25rem !important
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -.25rem !important
  }

  .m-md-n2 {
    margin: -.5rem !important
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -.5rem !important
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -.5rem !important
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -.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: .25rem !important
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: .25rem !important
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: .25rem !important
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: .25rem !important
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: .25rem !important
  }

  .m-lg-2 {
    margin: .5rem !important
  }

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

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

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

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

  .pt-lg-1,
  .py-lg-1 {
    padding-top: .25rem !important
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: .25rem !important
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: .25rem !important
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: .25rem !important
  }

  .p-lg-2 {
    padding: .5rem !important
  }

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

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

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

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

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -.25rem !important
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -.25rem !important
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -.25rem !important
  }

  .m-lg-n2 {
    margin: -.5rem !important
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -.5rem !important
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -.5rem !important
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -.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: .25rem !important
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: .25rem !important
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: .25rem !important
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: .25rem !important
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: .25rem !important
  }

  .m-xl-2 {
    margin: .5rem !important
  }

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

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

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

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

  .pt-xl-1,
  .py-xl-1 {
    padding-top: .25rem !important
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: .25rem !important
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: .25rem !important
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: .25rem !important
  }

  .p-xl-2 {
    padding: .5rem !important
  }

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

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

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

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

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -.25rem !important
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -.25rem !important
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -.25rem !important
  }

  .m-xl-n2 {
    margin: -.5rem !important
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -.5rem !important
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -.5rem !important
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -.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:focus,
a.text-primary:hover {
  color: #0056b3 !important
}

.text-secondary {
  color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important
}

.text-success {
  color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
  color: #19692c !important
}

.text-info {
  color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important
}

.text-warning {
  color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
  color: #ba8b00 !important
}

.text-danger {
  color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a !important
}

.text-light {
  color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
  color: #cbd3da !important
}

.text-dark {
  color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
  color: #121416 !important
}

.text-body {
  color: #212529 !important
}

.text-muted {
  color: #6c757d !important
}

.text-black-50 {
  color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
  color: rgba(255, 255, 255, .5) !important
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

.text-decoration-none {
  text-decoration: none !important
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important
}

.text-reset {
  color: inherit !important
}

.visible {
  visibility: visible !important
}

.invisible {
  visibility: hidden !important
}

@media print {

  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important
  }

  a:not(.btn) {
    text-decoration: underline
  }

  abbr[title]::after {
    content: " (" attr(title) ")"
  }

  pre {
    white-space: pre-wrap !important
  }

  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid
  }

  thead {
    display: table-header-group
  }

  img,
  tr {
    page-break-inside: avoid
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3
  }

  h2,
  h3 {
    page-break-after: avoid
  }

  @page {
    size: a3
  }

  body {
    min-width: 992px !important
  }

  .container {
    min-width: 992px !important
  }

  .navbar {
    display: none
  }

  .badge {
    border: 1px solid #000
  }

  .table {
    border-collapse: collapse !important
  }

  .table td,
  .table th {
    background-color: #fff !important
  }

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

  .table-dark {
    color: inherit
  }

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

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6
  }
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.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: transform;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  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: transform
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height
}

.swiper-container-3d {
  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 {
  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, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(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, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(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: .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: .3s opacity;
  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 {
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .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%;
  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%;
  transform: translateY(-50%);
  width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s top, .2s -webkit-transform;
  transition: .2s transform, .2s top;
  transition: .2s transform, .2s top, .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%;
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s left, .2s -webkit-transform;
  transition: .2s transform, .2s left;
  transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s right, .2s -webkit-transform;
  transition: .2s transform, .2s right;
  transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
  background: rgba(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%;
  transform: scale(0);
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  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, .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, .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, .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, .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;
  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% {
    transform: rotate(360deg)
  }
}

@keyframes swiper-preloader-spin {
  100% {
    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;
  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 {
  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: .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
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.vjs-button>.vjs-icon-placeholder:before,
.video-js .vjs-modal-dialog,
.vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.vjs-button>.vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABBIAAsAAAAAGoQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3RY21hcAAAAYQAAADQAAADIjn098ZnbHlmAAACVAAACv4AABEIAwnSw2hlYWQAAA1UAAAAKwAAADYV1OgpaGhlYQAADYAAAAAbAAAAJA4DByFobXR4AAANnAAAAA8AAACE4AAAAGxvY2EAAA2sAAAARAAAAEQ9NEHGbWF4cAAADfAAAAAfAAAAIAEyAIFuYW1lAAAOEAAAASUAAAIK1cf1oHBvc3QAAA84AAABDwAAAZ5AAl/0eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGQ7xTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGBHcRdyA4RZgQRAC4HCwEAAHic7dFprsIgAEXhg8U61XmeWcBb1FuQP4w7ZQXK5boMm3yclFDSANAHmuKviBBeBPQ8ymyo8w3jOh/5r2ui5nN6v8sYNJb3WMdeWRvLji0DhozKdxM6psyYs2DJijUbtuzYc+DIiTMXrty4k8oGLb+n0xCe37ekM7Z66j1DbUy3l6PpHnLfdLO5NdSBoQ4NdWSoY9ON54mhdqa/y1NDnRnq3FAXhro01JWhrg11Y6hbQ90Z6t5QD4Z6NNSToZ4N9WKoV0O9GerdUJORPqkhTd54nJ1YDXBU1RV+576/JBs2bPYPkrDZt5vsJrv53V/I5mclhGDCTwgGBQQSTEji4hCkYIAGd4TGIWFAhV0RQTpWmQp1xv6hA4OTOlNr2zFANbHUYbq2OtNCpViRqsk+e+7bTQAhzti8vPfuPffcc88959zznbcMMPjHD/KDDGEY0ABpYX384NhlomIYlo4JISGEY9mMh2FSidYiqkEUphtNYDSY/dXg9023l4DdxlqUl0chuZRhncJKrsCQHIwcGuwfnhMIzBnuH4Sym+1D2zaGjheXlhYfD238z80mKYMmvJ5XeOTzd8z9eujbMxJNhu4C9xPE/bCMiDuSNIWgkTQwBE55hLSAE7ZwhrHLnAHZOGV/kmBGTiNjZxzI77Hb7Hqjz68TjT6vh+5JT/cCIkqS0D6CqPf5jX4Qjdx5j6vlDfZM4aZFdbVXIxtOlJaP/WottMnH6CJQ3bTiue3PrY23HjnChtuamxwvvzFjxkPrNj3z0tG9T561HDYf6OgmRWvlY3JQHoQb8ltV2Yet7YfWctEjR1AtxS/cSX6U4alf6NJEBQ7YKg9wrXQKd0IeZCb2ux75Uhh1Un+Nz+9LTOE7PK777nN5xqdTneTBhCbx446mZrhnUkrCz2YhA9dSMxaG0SYmT8hi9ZPu1E94PJYQSH6LRmhxec7Q7ZeXntgQuVpbh+a4qWNsckVyTdn0P7o7DpgPW84+uRcq0BITflBikGdUjAZ9wYBVI3mtrNvr9kpg1UsaK6t3690aoorC1lg0GpMH2HAMtkZjsSi5Ig9ESVosOh7GQfLjKNLvKpMKkLSKNFAka710GdgSi8oDMSoNhqjkKBXTgn3swtaxyzGkUzIzae9RtLdWkSlZ1KDX6EzgllzV4NV4SoDFSOGD4+HCeQUF8wrZ5Hs8zIb5EaVxy8DYFTbMCJPnLIWZxugZE2NlivC0gc1qEQUR8jEKgZcAXeH18BiCgl5nlHh0CrjB4Hb5fX4gb0J7c9PuHVsfgkx2n/vTY/JV8kn8PGxf7faOZ8qX8JVByuIf4whk9sqXli2hvPJV9hrp0hY7l8r2x37ydaVsb4xvXv/47v2NjfCl8m5oRDJclFMoE1yk0Uh1Te4/m8lFXe9qBZD0EkheicebXvzI2PLCuoKCukLuhPIeKwaHPEouxw3kMqaIUXDQ1p0mip+MyCORSCQaoUsnY1VZ38nUTrG21WvVo4f1OsEJFhvSfAFwGfT8VHRMeAVUpwLOoLzjT/REIj3O3FhuURE+nERF+0pTId5Fyxv5sfwGyg4O+my4vZv0sZm7oeQlFZORiB+tG0MweVNraeitl7yxiPIHTk4/diVxs94o5lEYishB2iAtkchEnsActoEpx44Fo8XnsQMaA22BlqC20RmhBKzYojZyYaxg+JggMc4HHY2m+L9EkWSYljirOisrO7d3VorxzyZ6Vc4lJqITAu1b2wOBdrLElAP+bFc2eGaZFVbkmJktv5uT6Jlz5D/MnBFor6ig/JPnRViBsV3LNKGGqB1ChJ0tgQywlVLFJIuQgTFttwkiKxhyQdAZMdMYtSaoAewqfvXVYPAbDT6/1mez85YS8FSDywQ6NfAnef6FNEGMilnppyvn5rB6tTyq1pOceRWnp2WJEZFXHeX5oyoem1nTTgdqc4heDY7bOeKz63vnz+/dRx+s31Ht2JGanQ5seirfWJL9tjozU/12TnEjn5oux9OzU3ckGbBzBwNOyk69JykKH0n/0LM9A72tuwM3zQpIRu4AxiToseEpgPOmbROyFe9/X2yeUvoUsCyEvjcgs7fpWP3/aKlFN0+6HFUe6D9HFz/XPwBlN9tTqNyZjFJ8UO2RUT5/h4CptCctEyeisnOyXjALEp7dXKaQKf6O7IMnGjNNACRMLxqdYJX8eMLvmmd68D+ayBLyKKYZwYxDt/GNhzETDJ05Qxlyi3pi3/Z93ndYVSumgj0V/KkIFlO6+1K3fF2+3g0q+YtuSIf0bvmLqV09nnobI6hwcjIP8aPCKayjsF5JBY3LaKAeRLSyYB1h81oTwe9SlPMkXB7G0mfL9q71gaqqwPqu67QRKS1+ObTx+sbQy9QV2OQHEScGkdFBeT7v7qisqqrs6N52i78/R+6S0qQONVj26agOVoswCyQWIV5D86vH53bxNUeXV0K+XZaHv/nm/KsHhOvylwsWnJX/HE8l/4WCv5x+l5n08z6UU8bUMa3MBpSmM7F63AxntdC9eBCKEZW9Hr+ABNqtxgAQrSbMtmrW7lKQuoSgBhSrTazWVU2QAKWY8wiiuhqFmQgWJBgoXiuWIm42N7hqZbBsgXz52O5P5uSvaNgFGnOuvsRw8I8Laha91wMvDuxqWFheN7/8GVtTltdS83DQsXRmqc5ZtcJXEVrlV2doTWk5+Yunm71dG5f55m/qY0MjI93vv9/NfpxXV9sUXrxy2fbNy1or65cOlDRnOoKFeeXcbw42H/bNDT5Qs3flgs31gWC1lD1nfUV/X7NdCnSUdHY2e8afzfKsqZ5ZljfDqjLOmk3UebNXB+aHArPYDRs+/HDDxeT5DiP+sFg7OpRaVQMGBV89PpeBdj22hCE0Uub0UqwLrNWsG0cuyadgLXTeR5rbO4+3c/vl15cur2nRq+TXCQDcS3SO+s6ak+e5/eMS+1dw3btu3YG2tvFL8XdIZvdjdW6TO/4B7IdrZWVPmctm5/59AgsPItTSbCiIBr2OqIGzmu20SMKAS7yqwGBUfGfgjDYlLLDeF0SfcLB2LSx8flT+08/kzz6yOj96rft4rpTjdPQcmLd47uKibbDq7ZSz/XtbH2nN717Nd62rU+c8Icevvv7I09wA6WvjVcafb+FsbNG+ZQ80Rn6ZZsvrP7teP2dzTdoETvNhjCmsr8FID2sJ69VYvdUcxk4AzYRlKcaE38eXNRlfW9H1as9i6acLHp1XpuNB5K7DIvkX08y1ZYvh3KfWaiCzH+ztrSDmD7LuX73x/mJelB8Yj39t8nhNQJJ2CAthpoFGLsGgtSOCJooCGoaJAMTjSWHVZ08YAa1Fg9lPI5U6DOsGVjDasJeZZ+YyhfCwfOzCxlBA69M9XLXtza7H/rav+9Tjq5xNi0wpKQIRNO4Lrzz7yp5QVYM6Jd/oc1Uvn/mQhhuWh6ENXoS2YTZ8QT42bF5d/559zp5r0Uff2VnR2tdf2/WCOd2cO0Mw6qpWPnvxpV0nrt5fZd2yItc199GWe8vlNfNDq+CH/7yAAnB9hn7T4QO4c1g9ScxsZgmzntnE/IDGndtHMw69lFwoCnYsMGx+rBp8JSBqdLzBr9QRPq/PbhWMWFtQZp1xguy/haw3TEHm3TWAnxFWQQWgt7M5OV0lCz1VRYucpWliy7z6Zd4urwPIyeZQqli2Lgg7szJV09PysATbOQtYIrB2YzbkJYkGgJ0m4AjPUap1pvYu1K9qr97z0Yl3p332b2LYB78ncYIlRkau/8GObSsOlZancACE5d5ily+c2+7h5Yj4lqhVmXXB+iXLfvdqSgqfKtQvfHDV0OnvQR1qhw42XS/vkvsh/hXcrDFP0a+SJNIomEfD1nsrYGO+1bgTOJhM8Hv6ek+7vVglxuSRwoKn17S937bm6YJCeSSG0Op1n+7tE37tcZ/p7dsTv4EUrGpDbWueKigsLHhqTVsoEj+JU0kaSjnj9tz8/gryQWwJ9BcJXBC/7smO+I/IFURJetFPrdt5WcoL6DbEJaygI8CTHfQTjf40ofD+DwalTqIAAHicY2BkYGAA4gDud4bx/DZfGbjZGUDg+q1z05BpdkawOAcDE4gCAB45CXEAeJxjYGRgYGcAARD5/z87IwMjAypQBAAtgwI4AHicY2BgYGAfYAwAOkQA4QAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhHicY2BkYGBQZChlYGcAASYg5gJCBob/YD4DABfTAbQAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2PyXLCMBBE3YCNDWEL2ffk7o8S8oCnkCVHC5C/jzBQlUP6IHVPzYyekl5y0iL5X5/ooY8BUmQYIkeBEca4wgRTzDDHAtdY4ga3uMM9HvCIJzzjBa94wzs+8ImvZNAq8TM+HqVkKxWlrQiOxjujQkNlEzyNzl6Z/cU2XF06at7U83VQyklLpEvSnuzsb+HAPnPfQVgaupa1Jlu4sPLsFblcitaz0dHU0ZF1qatjZ1+aTXYCmp6u0gSvWNPyHLtFZ+ZeXWVSaEkqs3T8S74WklbGbNNNq4LL4+CWKtZDv2cfX8l8aFbKFhEnJnJ+IULFpqwoQnNHlHaVQtPBl+ypmbSWdmyC61KS/AKZC3Y+AA==) format("woff");
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before {
  content: "\f101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play-circle:before {
  content: "\f102";
}

.vjs-icon-pause,
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-pause:before,
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\f103";
}

.vjs-icon-volume-mute,
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mute:before,
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\f104";
}

.vjs-icon-volume-low,
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-low:before,
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\f105";
}

.vjs-icon-volume-mid,
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mid:before,
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\f106";
}

.vjs-icon-volume-high,
.video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-high:before,
.video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\f107";
}

.vjs-icon-fullscreen-enter,
.video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-enter:before,
.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f108";
}

.vjs-icon-fullscreen-exit,
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-exit:before,
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f109";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-square:before {
  content: "\f10a";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-spinner:before {
  content: "\f10b";
}

.vjs-icon-subtitles,
.video-js .vjs-subtitles-button .vjs-icon-placeholder,
.video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-subtitles:before,
.video-js .vjs-subtitles-button .vjs-icon-placeholder:before,
.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before {
  content: "\f10c";
}

.vjs-icon-captions,
.video-js .vjs-captions-button .vjs-icon-placeholder,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-captions:before,
.video-js .vjs-captions-button .vjs-icon-placeholder:before,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before {
  content: "\f10d";
}

.vjs-icon-chapters,
.video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-chapters:before,
.video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\f10e";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-share:before {
  content: "\f10f";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cog:before {
  content: "\f110";
}

.vjs-icon-circle,
.video-js .vjs-play-progress,
.video-js .vjs-volume-level,
.vjs-seek-to-live-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle:before,
.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before,
.vjs-seek-to-live-control .vjs-icon-placeholder:before {
  content: "\f111";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-outline:before {
  content: "\f112";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-inner-circle:before {
  content: "\f113";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-hd:before {
  content: "\f114";
}

.vjs-icon-cancel,
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cancel:before,
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\f115";
}

.vjs-icon-replay,
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-replay:before,
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\f116";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-facebook:before {
  content: "\f117";
}

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-gplus:before {
  content: "\f118";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-linkedin:before {
  content: "\f119";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-twitter:before {
  content: "\f11a";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-tumblr:before {
  content: "\f11b";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-pinterest:before {
  content: "\f11c";
}

.vjs-icon-audio-description,
.video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio-description:before,
.video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\f11d";
}

.vjs-icon-audio,
.video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio:before,
.video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\f11e";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-next-item:before {
  content: "\f11f";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-previous-item:before {
  content: "\f120";
}

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}

.video-js:-moz-full-screen {
  position: absolute;
}

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js[tabindex="-1"] {
  outline: none;
}

.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit;
}

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0;
}

.video-js.vjs-16-9 {
  padding-top: 56.25%;
}

.video-js.vjs-4-3 {
  padding-top: 75%;
}

.video-js.vjs-fill {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s;
}

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}

.video-js .vjs-modal-dialog>* {
  box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}

.vjs-menu .vjs-menu-content>* {
  box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.0em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.vjs-has-started .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}

.vjs-button>.vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center;
}

.vjs-no-flex .vjs-progress-control {
  width: auto;
}

.video-js .vjs-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.666666666666666666em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}

.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.333333333333333em;
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  -ms-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}

.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.video-js .vjs-volume-panel {
  transition: width 1s;
}

.video-js .vjs-volume-panel:hover .vjs-volume-control,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel:focus .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control:hover,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}

.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
}

.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 9em;
  transition: width 0.1s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: none;
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em;
}

.video-js .vjs-volume-panel {
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}

.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-has-started .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}

.vjs-using-native-controls .vjs-poster {
  display: none;
}

.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none;
}

.video-js .vjs-seek-to-live-control {
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}

.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}

.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control {
  display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.vjs-live .vjs-time-divider {
  display: none;
}

.video-js .vjs-play-control {
  cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  transform: translateY(-3em);
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  transform: translateY(-1.5em);
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}

.vjs-playback-rate>.vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: 'X';
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: 0s linear 0.3s forwards vjs-spinner-show;
  animation: 0s linear 0.3s forwards vjs-spinner-show;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}

@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}

@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }

  20% {
    border-top-color: #73859f;
  }

  35% {
    border-top-color: white;
  }

  60% {
    border-top-color: #73859f;
  }

  100% {
    border-top-color: #73859f;
  }
}

@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }

  20% {
    border-top-color: #73859f;
  }

  35% {
    border-top-color: white;
  }

  60% {
    border-top-color: #73859f;
  }

  100% {
    border-top-color: #73859f;
  }
}

.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\f10d";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \f11d";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  flex: auto;
  display: block;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-panel,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subs-caps-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {
  display: none;
}

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-panel,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subs-caps-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {
  display: none;
}

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-panel,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-audio-button {
  display: none;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px;
  }

  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }

  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1 / -1;
  }

  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}

.vjs-track-setting>select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
}

.vjs-text-track-settings fieldset span>select {
  max-width: 7.3em;
}

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0;
}

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

@media print {
  .video-js>*:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}

.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}

.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
  background: none;
}

.video-js *:focus:not(.focus-visible),
.video-js .vjs-menu *:focus:not(.focus-visible) {
  outline: none;
  background: none;
}

.video-js *:focus:not(:focus-visible),
.video-js .vjs-menu *:focus:not(:focus-visible) {
  outline: none;
  background: none;
}

.custom-select-field {
  position: relative;
  border-bottom: 1px solid #e5e7ee;
  height: 40px;
  cursor: pointer;
  background: url(img/base/main/down-select-field.svg) 20px center no-repeat
}

.custom-select-field select {
  display: none
}

.select-selected {
  height: 40px;
  line-height: 38px
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff;
  top: 7px
}

.select-items div {
  padding: 8px 16px;
  border-bottom: 1px solid #e5e7ee;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: .3s
}

.select-items div:last-child {
  border: none
}

.select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border: 0;
  border-radius: 0 0 10px 10px;
  padding: 10px 15px;
  overflow: hidden;
  background: #f7f7f7;
  transition: .3s
}

.select-hide {
  display: none
}

.select-items div:hover {
  background: #f2f2f2
}

/*
* Lato Fonts
*/
/*
* Iranyekan Fonts
* Weight => Regular
*/
@font-face {
  font-family: 'bazino';
  src: url('fonts/bazino.eot?zeqdb5');
  src: url('fonts/bazino.eot?zeqdb5#iefix') format('embedded-opentype'),
    url('fonts/bazino.ttf?zeqdb5') format('truetype'),
    url('fonts/bazino.woff?zeqdb5') format('woff'),
    url('fonts/bazino.svg?zeqdb5#bazino') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'bazino' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-map-8:before {
  content: "\e900";
}

.icon-map-7:before {
  content: "\e901";
}

.icon-map-6:before {
  content: "\e902";
}

.icon-map-5:before {
  content: "\e903";
}

.icon-map-4:before {
  content: "\e904";
}

.icon-map-3:before {
  content: "\e905";
}

.icon-map-2:before {
  content: "\e906";
}

.icon-map-1:before {
  content: "\e907";
}

.icon-whatsapp:before {
  content: "\e908";
}

.icon-atachment:before {
  content: "\e909";
}

.icon-box:before {
  content: "\e90a";
}

.icon-cart:before {
  content: "\e90b";
}

.icon-delete:before {
  content: "\e90c";
}

.icon-dimond:before {
  content: "\e90d";
}

.icon-down:before {
  content: "\e90e";
}

.icon-download:before {
  content: "\e90f";
}

.icon-education:before {
  content: "\e910";
}

.icon-emoji:before {
  content: "\e911";
}

.icon-gear:before {
  content: "\e912";
}

.icon-google:before {
  content: "\e913";
}

.icon-heart-o:before {
  content: "\e914";
}

.icon-image:before {
  content: "\e915";
}

.icon-left-2:before {
  content: "\e916";
}

.icon-left-line:before {
  content: "\e917";
}

.icon-list:before {
  content: "\e918";
}

.icon-location:before {
  content: "\e919";
}

.icon-max:before {
  content: "\e91a";
}

.icon-movie:before {
  content: "\e91b";
}

.icon-play-o:before {
  content: "\e91c";
}

.icon-play:before {
  content: "\e91d";
}

.icon-windown:before {
  content: "\e91e";
}

.icon-replay:before {
  content: "\e91f";
}

.icon-report:before {
  content: "\e920";
}

.icon-review:before {
  content: "\e921";
}

.icon-right-line:before {
  content: "\e922";
}

.icon-search:before {
  content: "\e923";
}

.icon-switch-off:before {
  content: "\e924";
}

.icon-tick:before {
  content: "\e925";
}

.icon-up:before {
  content: "\e926";
}

.icon-profile:before {
  content: "\e927";
}

.icon-telegram:before {
  content: "\e928";
}

.icon-twitter:before {
  content: "\e929";
}

.icon-facebook:before {
  content: "\e92a";
}

.icon-instagram:before {
  content: "\e92b";
}

.icon-share:before {
  content: "\e92c";
}

.icon-top:before {
  content: "\e92d";
}

.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: .625em;
  overflow-y: hidden;
  box-shadow: 0 0 .625em #d9d9d9
}

.swal2-popup.swal2-toast .swal2-header {
  flex-direction: row
}

.swal2-popup.swal2-toast .swal2-title {
  flex-grow: 1;
  justify-content: flex-start;
  margin: 0 .6em;
  font-size: 1em
}

.swal2-popup.swal2-toast .swal2-footer {
  margin: .5em 0 0;
  padding: .5em 0 0;
  font-size: .8em
}

.swal2-popup.swal2-toast .swal2-close {
  position: static;
  width: .8em;
  height: .8em;
  line-height: .8
}

.swal2-popup.swal2-toast .swal2-content {
  justify-content: flex-start;
  font-size: 1em
}

.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0
}

.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: 700
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
  .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
    font-size: .25em
  }
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: .875em;
  width: 1.375em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: .3125em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: .3125em
}

.swal2-popup.swal2-toast .swal2-actions {
  flex-basis: auto !important;
  width: auto;
  height: auto;
  margin: 0 .3125em
}

.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 .3125em;
  padding: .3125em .625em;
  font-size: 1em
}

.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 .0625em #fff, 0 0 0 .125em rgba(50, 100, 150, .4)
}

.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -.8em;
  left: -.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -.25em;
  left: .9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: .4375em;
  width: .4375em;
  height: 2.6875em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: .3125em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: .1875em;
  width: .75em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: .9375em;
  right: .1875em;
  width: 1.375em
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-toast-animate-success-line-tip .75s;
  animation: swal2-toast-animate-success-line-tip .75s
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-toast-animate-success-line-long .75s;
  animation: swal2-toast-animate-success-line-long .75s
}

.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: swal2-toast-show .5s;
  animation: swal2-toast-show .5s
}

.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: swal2-toast-hide .1s forwards;
  animation: swal2-toast-hide .1s forwards
}

.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: .625em;
  overflow-x: hidden;
  transition: background-color .1s;
  -webkit-overflow-scrolling: touch
}

.swal2-container.swal2-backdrop-show {
  background: rgba(0, 0, 0, .4)
}

.swal2-container.swal2-backdrop-hide {
  background: 0 0 !important
}

.swal2-container.swal2-top {
  align-items: flex-start
}

.swal2-container.swal2-top-left,
.swal2-container.swal2-top-start {
  align-items: flex-start;
  justify-content: flex-start
}

.swal2-container.swal2-top-end,
.swal2-container.swal2-top-right {
  align-items: flex-start;
  justify-content: flex-end
}

.swal2-container.swal2-center {
  align-items: center
}

.swal2-container.swal2-center-left,
.swal2-container.swal2-center-start {
  align-items: center;
  justify-content: flex-start
}

.swal2-container.swal2-center-end,
.swal2-container.swal2-center-right {
  align-items: center;
  justify-content: flex-end
}

.swal2-container.swal2-bottom {
  align-items: flex-end
}

.swal2-container.swal2-bottom-left,
.swal2-container.swal2-bottom-start {
  align-items: flex-end;
  justify-content: flex-start
}

.swal2-container.swal2-bottom-end,
.swal2-container.swal2-bottom-right {
  align-items: flex-end;
  justify-content: flex-end
}

.swal2-container.swal2-bottom-end>:first-child,
.swal2-container.swal2-bottom-left>:first-child,
.swal2-container.swal2-bottom-right>:first-child,
.swal2-container.swal2-bottom-start>:first-child,
.swal2-container.swal2-bottom>:first-child {
  margin-top: auto
}

.swal2-container.swal2-grow-fullscreen>.swal2-modal {
  display: flex !important;
  flex: 1;
  align-self: stretch;
  justify-content: center
}

.swal2-container.swal2-grow-row>.swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center
}

.swal2-container.swal2-grow-column {
  flex: 1;
  flex-direction: column
}

.swal2-container.swal2-grow-column.swal2-bottom,
.swal2-container.swal2-grow-column.swal2-center,
.swal2-container.swal2-grow-column.swal2-top {
  align-items: center
}

.swal2-container.swal2-grow-column.swal2-bottom-left,
.swal2-container.swal2-grow-column.swal2-bottom-start,
.swal2-container.swal2-grow-column.swal2-center-left,
.swal2-container.swal2-grow-column.swal2-center-start,
.swal2-container.swal2-grow-column.swal2-top-left,
.swal2-container.swal2-grow-column.swal2-top-start {
  align-items: flex-start
}

.swal2-container.swal2-grow-column.swal2-bottom-end,
.swal2-container.swal2-grow-column.swal2-bottom-right,
.swal2-container.swal2-grow-column.swal2-center-end,
.swal2-container.swal2-grow-column.swal2-center-right,
.swal2-container.swal2-grow-column.swal2-top-end,
.swal2-container.swal2-grow-column.swal2-top-right {
  align-items: flex-end
}

.swal2-container.swal2-grow-column>.swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center
}

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal {
  margin: auto
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
  .swal2-container .swal2-modal {
    margin: 0 !important
  }
}

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: .3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem
}

.swal2-popup:focus {
  outline: 0
}

.swal2-popup.swal2-loading {
  overflow-y: hidden
}

.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 .4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word
}

.swal2-actions {
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0
}

.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: .4
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1))
}

.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2))
}

.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
  margin: .46875em;
  padding: 0;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: .25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px
}

.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 3px solid #999;
  border-radius: 50%;
  border-right-color: transparent;
  box-shadow: 1px 1px 1px #fff
}

.swal2-styled {
  margin: .3125em;
  padding: .625em 2em;
  box-shadow: none;
  font-weight: 500
}

.swal2-styled:not([disabled]) {
  cursor: pointer
}

.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: .25em;
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  background-color: #3085d6;
  color: #fff;
  font-size: 1.0625em
}

.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: .25em;
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em
}

.swal2-styled:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, .4)
}

.swal2-styled::-moz-focus-inner {
  border: 0
}

.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em
}

.swal2-timer-progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: .25em;
  background: rgba(0, 0, 0, .2)
}

.swal2-image {
  max-width: 100%;
  margin: 1.25em auto
}

.swal2-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color .1s ease-out;
  border: none;
  border-radius: 0;
  outline: medium none invert;
  outline: initial;
  background: 0 0;
  color: #ccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer
}

.swal2-close:hover {
  transform: none;
  background: 0 0;
  color: #f27474
}

.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #545454;
  font-size: 1.125em;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  word-wrap: break-word
}

.swal2-checkbox,
.swal2-file,
.swal2-input,
.swal2-radio,
.swal2-select,
.swal2-textarea {
  margin: 1em auto
}

.swal2-file,
.swal2-input,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color .3s, box-shadow .3s;
  border: 1px solid #d9d9d9;
  border-radius: .1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06);
  color: inherit;
  font-size: 1.125em
}

.swal2-file.swal2-inputerror,
.swal2-input.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important
}

.swal2-file:focus,
.swal2-input:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: 0;
  box-shadow: 0 0 3px #c4e6f5
}

.swal2-file::-moz-placeholder,
.swal2-input::-moz-placeholder,
.swal2-textarea::-moz-placeholder {
  color: #ccc
}

.swal2-file:-ms-input-placeholder,
.swal2-input:-ms-input-placeholder,
.swal2-textarea:-ms-input-placeholder {
  color: #ccc
}

.swal2-file::-ms-input-placeholder,
.swal2-input::-ms-input-placeholder,
.swal2-textarea::-ms-input-placeholder {
  color: #ccc
}

.swal2-file::-moz-placeholder,
.swal2-input::-moz-placeholder,
.swal2-textarea::-moz-placeholder {
  color: #ccc
}

.swal2-file:-ms-input-placeholder,
.swal2-input:-ms-input-placeholder,
.swal2-textarea:-ms-input-placeholder {
  color: #ccc
}

.swal2-file::-ms-input-placeholder,
.swal2-input::-ms-input-placeholder,
.swal2-textarea::-ms-input-placeholder {
  color: #ccc
}

.swal2-file::placeholder,
.swal2-input::placeholder,
.swal2-textarea::placeholder {
  color: #ccc
}

.swal2-range {
  margin: 1em auto;
  background: inherit
}

.swal2-range input {
  width: 80%
}

.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center
}

.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em
}

.swal2-input {
  height: 2.625em;
  padding: 0 .75em
}

.swal2-input[type=number] {
  max-width: 10em
}

.swal2-file {
  background: inherit;
  font-size: 1.125em
}

.swal2-textarea {
  height: 6.75em;
  padding: .75em
}

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em
}

.swal2-checkbox,
.swal2-radio {
  align-items: center;
  justify-content: center;
  background: inherit;
  color: inherit
}

.swal2-checkbox label,
.swal2-radio label {
  margin: 0 .6em;
  font-size: 1.125em
}

.swal2-checkbox input,
.swal2-radio input {
  margin: 0 .4em
}

.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: .625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666;
  font-size: 1em;
  font-weight: 300
}

.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 .625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center
}

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: .25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em
}

.swal2-icon.swal2-error {
  border-color: #f27474;
  color: #f27474
}

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: .3125em;
  border-radius: .125em;
  background-color: #f27474
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg)
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg)
}

.swal2-icon.swal2-error.swal2-icon-show {
  -webkit-animation: swal2-animate-error-icon .5s;
  animation: swal2-animate-error-icon .5s
}

.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark .5s;
  animation: swal2-animate-error-x-mark .5s
}

.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86
}

.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee
}

.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd
}

.swal2-icon.swal2-success {
  border-color: #a5dc86;
  color: #a5dc86
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0
}

.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -.25em;
  left: -.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: .25em solid rgba(165, 220, 134, .3);
  border-radius: 50%
}

.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: .5em;
  left: 1.625em;
  width: .4375em;
  height: 5.625em;
  transform: rotate(-45deg)
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: .3125em;
  border-radius: .125em;
  background-color: #a5dc86
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: .875em;
  width: 1.5625em;
  transform: rotate(45deg)
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: .5em;
  width: 2.9375em;
  transform: rotate(-45deg)
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip .75s;
  animation: swal2-animate-success-line-tip .75s
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long .75s;
  animation: swal2-animate-success-line-long .75s
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
  animation: swal2-rotate-success-circular-line 4.25s ease-in
}

.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600
}

.swal2-progress-steps li {
  display: inline-block;
  position: relative
}

.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #3085d6
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step {
  background: #add8e6;
  color: #fff
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line {
  background: #add8e6
}

.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  width: 2.5em;
  height: .4em;
  margin: 0 -1px;
  background: #3085d6
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent
}

.swal2-show {
  -webkit-animation: swal2-show .3s;
  animation: swal2-show .3s
}

.swal2-hide {
  -webkit-animation: swal2-hide .15s forwards;
  animation: swal2-hide .15s forwards
}

.swal2-noanimation {
  transition: none
}

.swal2-rtl .swal2-close {
  right: auto;
  left: 0
}

.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto
}

@supports (-ms-accelerator:true) {
  .swal2-range input {
    width: 100% !important
  }

  .swal2-range output {
    display: none
  }
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
  .swal2-range input {
    width: 100% !important
  }

  .swal2-range output {
    display: none
  }
}

@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, .4)
  }
}

@-webkit-keyframes swal2-toast-show {
  0% {
    transform: translateY(-.625em) rotateZ(2deg)
  }

  33% {
    transform: translateY(0) rotateZ(-2deg)
  }

  66% {
    transform: translateY(.3125em) rotateZ(2deg)
  }

  100% {
    transform: translateY(0) rotateZ(0)
  }
}

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-.625em) rotateZ(2deg)
  }

  33% {
    transform: translateY(0) rotateZ(-2deg)
  }

  66% {
    transform: translateY(.3125em) rotateZ(2deg)
  }

  100% {
    transform: translateY(0) rotateZ(0)
  }
}

@-webkit-keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0
  }
}

@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0
  }
}

@-webkit-keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0
  }

  54% {
    top: .125em;
    left: .125em;
    width: 0
  }

  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em
  }

  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em
  }

  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em
  }
}

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0
  }

  54% {
    top: .125em;
    left: .125em;
    width: 0
  }

  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em
  }

  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em
  }

  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em
  }
}

@-webkit-keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0
  }

  65% {
    top: 1.25em;
    right: .9375em;
    width: 0
  }

  84% {
    top: .9375em;
    right: 0;
    width: 1.125em
  }

  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em
  }
}

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0
  }

  65% {
    top: 1.25em;
    right: .9375em;
    width: 0
  }

  84% {
    top: .9375em;
    right: 0;
    width: 1.125em
  }

  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em
  }
}

@-webkit-keyframes swal2-show {
  0% {
    transform: scale(.7)
  }

  45% {
    transform: scale(1.05)
  }

  80% {
    transform: scale(.95)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes swal2-show {
  0% {
    transform: scale(.7)
  }

  45% {
    transform: scale(1.05)
  }

  80% {
    transform: scale(.95)
  }

  100% {
    transform: scale(1)
  }
}

@-webkit-keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1
  }

  100% {
    transform: scale(.5);
    opacity: 0
  }
}

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1
  }

  100% {
    transform: scale(.5);
    opacity: 0
  }
}

@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0
  }

  54% {
    top: 1.0625em;
    left: .125em;
    width: 0
  }

  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em
  }

  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em
  }

  100% {
    top: 2.8125em;
    left: .875em;
    width: 1.5625em
  }
}

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0
  }

  54% {
    top: 1.0625em;
    left: .125em;
    width: 0
  }

  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em
  }

  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em
  }

  100% {
    top: 2.8125em;
    left: .875em;
    width: 1.5625em
  }
}

@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0
  }

  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0
  }

  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em
  }

  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em
  }
}

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0
  }

  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0
  }

  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em
  }

  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em
  }
}

@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg)
  }

  5% {
    transform: rotate(-45deg)
  }

  12% {
    transform: rotate(-405deg)
  }

  100% {
    transform: rotate(-405deg)
  }
}

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg)
  }

  5% {
    transform: rotate(-45deg)
  }

  12% {
    transform: rotate(-405deg)
  }

  100% {
    transform: rotate(-405deg)
  }
}

@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(.4);
    opacity: 0
  }

  50% {
    margin-top: 1.625em;
    transform: scale(.4);
    opacity: 0
  }

  80% {
    margin-top: -.375em;
    transform: scale(1.15)
  }

  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1
  }
}

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(.4);
    opacity: 0
  }

  50% {
    margin-top: 1.625em;
    transform: scale(.4);
    opacity: 0
  }

  80% {
    margin-top: -.375em;
    transform: scale(1.15)
  }

  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1
  }
}

@-webkit-keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0
  }

  100% {
    transform: rotateX(0);
    opacity: 1
  }
}

@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0
  }

  100% {
    transform: rotateX(0);
    opacity: 1
  }
}

@-webkit-keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden
}

body.swal2-height-auto {
  height: auto !important
}

body.swal2-no-backdrop .swal2-container {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - .625em * 2);
  background-color: transparent !important
}

body.swal2-no-backdrop .swal2-container>.swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, .4)
}

body.swal2-no-backdrop .swal2-container.swal2-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%)
}

body.swal2-no-backdrop .swal2-container.swal2-top-left,
body.swal2-no-backdrop .swal2-container.swal2-top-start {
  top: 0;
  left: 0
}

body.swal2-no-backdrop .swal2-container.swal2-top-end,
body.swal2-no-backdrop .swal2-container.swal2-top-right {
  top: 0;
  right: 0
}

body.swal2-no-backdrop .swal2-container.swal2-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

body.swal2-no-backdrop .swal2-container.swal2-center-left,
body.swal2-no-backdrop .swal2-container.swal2-center-start {
  top: 50%;
  left: 0;
  transform: translateY(-50%)
}

body.swal2-no-backdrop .swal2-container.swal2-center-end,
body.swal2-no-backdrop .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%)
}

body.swal2-no-backdrop .swal2-container.swal2-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%)
}

body.swal2-no-backdrop .swal2-container.swal2-bottom-left,
body.swal2-no-backdrop .swal2-container.swal2-bottom-start {
  bottom: 0;
  left: 0
}

body.swal2-no-backdrop .swal2-container.swal2-bottom-end,
body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
  right: 0;
  bottom: 0
}

@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important
  }

  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true] {
    display: none
  }

  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important
  }
}

body.swal2-toast-shown .swal2-container {
  background-color: transparent
}

body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-top-end,
body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto
}

body.swal2-toast-shown .swal2-container.swal2-top-left,
body.swal2-toast-shown .swal2-container.swal2-top-start {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0
}

body.swal2-toast-shown .swal2-container.swal2-center-left,
body.swal2-toast-shown .swal2-container.swal2-center-start {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%)
}

body.swal2-toast-shown .swal2-container.swal2-center-end,
body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-bottom-left,
body.swal2-toast-shown .swal2-container.swal2-bottom-start {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0
}

body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end,
body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto
}

body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch
}

body.swal2-toast-column .swal2-toast .swal2-actions {
  flex: 1;
  align-self: stretch;
  height: 2.2em;
  margin-top: .3125em
}

body.swal2-toast-column .swal2-toast .swal2-loading {
  justify-content: center
}

body.swal2-toast-column .swal2-toast .swal2-input {
  height: 2em;
  margin: .3125em auto;
  font-size: 1em
}

body.swal2-toast-column .swal2-toast .swal2-validation-message {
  font-size: 1em
}

/**
 * selectize.default.css (v0.12.6) - Default Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #fff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #0073bb;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}

.selectize-input.full {
  background-color: #fff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0;
}

.selectize-input>* {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.selectize-control.multi .selectize-input>div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #fff;
  border: 1px solid #0073bb;
}

.selectize-control.multi .selectize-input>div.active {
  background: #92c836;
  color: #fff;
  border: 1px solid #00578d;
}

.selectize-control.multi .selectize-input.disabled>div,
.selectize-control.multi .selectize-input.disabled>div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}

.selectize-input>input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important;
}

.selectize-input>input::-ms-clear {
  display: none;
}

.selectize-input>input:focus {
  outline: none !important;
}

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}

.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}

.selectize-dropdown [data-selectable].option {
  opacity: 1;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

.selectize-control.rtl .selectize-input>input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px;
}

.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  box-shadow: none;
}

.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}

.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  border-radius: 3px;
  background-color: #1b9dec;
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
}

.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0);
}

.selectize-control.single .selectize-input {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  background-color: #f9f9f9;
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);
}

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
}

.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em;
}

.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}

.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}

/* WP CSS */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
  text-align: center;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 10px 10px 10px;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FCFCFC;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 3px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 0;
  padding-top: 3px;
}

blockquote {
  font-size: inherit;
  border-right: 5px solid #eee;
  border-left: none;
}

[class^="wp-image-"],
[class*=" wp-image-"] {
  margin: 30px 0 !important;
}

/*
* Color Palette
*/
.loader-overly {
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999999;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  margin: 10px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* .register_form, .login_form{
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
} */

.login_form .submit-btn,
.register_form .submit-btn,
.read-more-post a {
  position: relative;
  overflow: hidden;
}

.login_form .submit-btn .loader,
.login_form .submit-btn .loader:after,
.register_form .submit-btn .loader,
.register_form .submit-btn .loader:after,
.read-more-post a .loader,
.read-more-post a .loader:after {
  border-radius: 50%;
  width: 8em;
  height: 8em;
}

.login_form .submit-btn .loader,
.register_form .submit-btn .loader,
.read-more-post a .loader {
  margin: 12px auto;
  font-size: 2px;
  border: 1.1em solid rgba(6, 104, 255, 0.2);
  border-left: 1.1em solid #0668e1;
}

.footer-login {
  margin: 0 !important;
  padding-top: 40px;
}

.footer-login .login-form-footer .footer-form .submit-form {
  min-width: 83px !important;
  width: auto !important;
  width: initial !important;
  white-space: nowrap;
}

.comment-form .comment-text-input {
  background: url("img/base/pages/linear-textarea.svg") center 20px !important;
  line-height: 32px !important;
}

.comment-form .footer-comment-form .submit-comment input[type=submit]:disabled {
  background-color: #c3c3c3 !important;
  box-shadow: 0 8px 10px -6px #c3c3c3 !important;
}

.comment-form .footer-comment-form .submit-comment input[type=submit] .active:before {
  display: none;
}

.comment-form .footer-comment-form .submit-comment.active input[type=submit] {
  background-color: #0668e1 !important;
  box-shadow: 0 8px 10px -6px #0668e1 !important;
}

.comment-form .footer-comment-form .submit-comment.active input[type=submit]:hover {
  box-shadow: 0 4px 5px -3px #0668e1 !important;
}

.comment-form .footer-comment-form .submit-comment.active:after {
  display: none !important;
}

.comment-form .footer-comment-form .submit-comment:hover input[type=submit] {
  box-shadow: 0 4px 5px -3px #c3c3c3 !important;
}

.comment-form .footer-comment-form .submit-comment:after {
  display: block !important;
}

.add-to-favorite a.active .text {
  color: #D75A4A;
}

.add-to-favorite a.active .icon svg path {
  fill: #D75A4A;
}

.comment-items .comment-reply-link {
  color: #9ba0b7;
  font-size: 12px;
  font-weight: 500;
  transition: .3s;
}

.comment-items .comment-reply-link:hover {
  color: #0668e1;
}

.rcp_form input[type=tel],
.rcp_form input[type=number],
.rcp_form input[type=search],
.rcp_form input[type=password],
.rcp_form input[type=email],
.rcp_form input[type=text] {
  width: 100%;
  height: 49px;
  border-radius: 5px;
  border: 1px solid #c9cddb;
  background-color: #ffffff;
  padding: 0 18px;
}

.rcp_form input[type=tel]::-moz-placeholder,
.rcp_form input[type=number]::-moz-placeholder,
.rcp_form input[type=search]::-moz-placeholder,
.rcp_form input[type=password]::-moz-placeholder,
.rcp_form input[type=email]::-moz-placeholder,
.rcp_form input[type=text]::-moz-placeholder {
  color: #56596b;
  font-weight: 500;
}

.rcp_form input[type=tel]:-ms-input-placeholder,
.rcp_form input[type=number]:-ms-input-placeholder,
.rcp_form input[type=search]:-ms-input-placeholder,
.rcp_form input[type=password]:-ms-input-placeholder,
.rcp_form input[type=email]:-ms-input-placeholder,
.rcp_form input[type=text]:-ms-input-placeholder {
  color: #56596b;
  font-weight: 500;
}

.rcp_form input[type=tel]::-ms-input-placeholder,
.rcp_form input[type=number]::-ms-input-placeholder,
.rcp_form input[type=search]::-ms-input-placeholder,
.rcp_form input[type=password]::-ms-input-placeholder,
.rcp_form input[type=email]::-ms-input-placeholder,
.rcp_form input[type=text]::-ms-input-placeholder {
  color: #56596b;
  font-weight: 500;
}

.rcp_form input[type=tel]::placeholder,
.rcp_form input[type=number]::placeholder,
.rcp_form input[type=search]::placeholder,
.rcp_form input[type=password]::placeholder,
.rcp_form input[type=email]::placeholder,
.rcp_form input[type=text]::placeholder {
  color: #56596b;
  font-weight: 500;
}

.rcp_form input[type=tel]::-webkit-input-placeholder,
.rcp_form input[type=number]::-webkit-input-placeholder,
.rcp_form input[type=search]::-webkit-input-placeholder,
.rcp_form input[type=password]::-webkit-input-placeholder,
.rcp_form input[type=email]::-webkit-input-placeholder,
.rcp_form input[type=text]::-webkit-input-placeholder {
  color: #56596b;
  font-weight: 500;
}

.rcp_form input[type=submit] {
  height: 49px;
  border: 1px solid #c9cddb;
  background-color: #ffffff;
  padding: 0 24px;
  border-radius: 8px;
  color: #0668e1;
  font-weight: 700;
  transition: .3s;
}

.rcp_form input[type=submit]:hover {
  background-color: #0668e1;
  border: 1px solid #0668e1;
  color: #ffffff;
}

.archive-course {
  position: relative;
  overflow: hidden;
}

.archive-course .loader,
.archive-course .loader:after {
  border-radius: 50%;
  width: 40em;
  height: 40em;
}

.archive-course .loader {
  margin: 15% auto;
  font-size: 3px;
  border: 1.8em solid rgba(6, 104, 255, 0.2);
  border-left: 1.8em solid #0668e1;
}

.comment-reply-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.comment-reply-title .cancel-comment-reply a {
  padding: 0 5px;
  font-size: 11px;
  background: #d06868;
  color: #ffffff;
  border-radius: 3px;
}

.top-nav-block .logout {
  font-size: 12px !important;
  margin-right: 10px !important;
}

.rcp_payment_details {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  background: #f2f2f2;
  border-radius: 7px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}

.rcp_payment_details li:before {
  display: none;
}

.heading-page-panel .panel-info .account-status .day-remaining {
  width: calc(100% - 87px) !important;
}

.heading-page-panel .panel-info .account-status .text-status {
  width: 87px !important;
}

.heading-page-panel .panel-info .author-info .welcome {
  width: 62px !important;
}

.rcp_form ul {
  display: flex;
  justify-content: center;
}

.rcp_form ul li {
  display: flex;
  flex-direction: column;
  text-align: center;
  background: #0668e1;
  color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px #0668e1;
  margin-left: 20px;
  padding: 5px 15px;
}

.rcp_form ul li:before {
  display: none;
}

.rcp_form ul li .rcp_level_description {
  border: none;
}

.rcp_registration_total {
  margin-bottom: 20px;
}

.rcp_registration_total table {
  width: 100%;
  background: #eaeaea;
  border-radius: 7px;
  overflow: hidden;
  text-align: center;
}

.rcp_registration_total table th,
.rcp_registration_total table td {
  padding: 5px 15px;
}

.rcp_registration_total table tfoot {
  background: #dfdfdf;
}

.question-title-input {
  width: 100%;
  border: 1px solid #e0e2ea;
  border-radius: 7px;
  height: 48px;
  padding: 0 15px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
}

.movie-tab .gallery-section .carousel-inner .carousel-item {
  max-height: 700px;
}

.movie-tab .gallery-section .carousel-inner .carousel-item img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}

.contact-us-widget .contact-us-info-item:nth-child(2) {
  margin-bottom: 23px;
}

.first-section .top-course .top-course-carousel .item-inner-course {
  height: 363px !important;
}

.last-section .heading-section .show-more {
  white-space: nowrap;
}

.go-top {
  width: 46px;
  height: 46px;
  background-color: #a8a8a8;
  border-radius: 10px 10px 0 10px;
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: 15px;
  text-decoration: none;
  visibility: hidden;
  opacity: 0;
  transition: .3s ease-in-out;
  z-index: 100;
}

.go-top i {
  font-size: 13px;
  color: #fff;
  vertical-align: middle;
  line-height: 44px;
}

.go-top.active {
  visibility: visible;
  opacity: 1;
}

.go-top--shadow {
  box-shadow: 0 5px 0 rgba(216, 19, 45, 0.1), 0 10px 0 rgba(216, 19, 45, 0.06), 0 13px 0 rgba(216, 19, 45, 0.04);
}

.blog-page .popular-post .popular-post-carousel-blog .swiper-slide .item-inner .thumbnail-post img {
  transition: .5s linear !important;
}

.blog-page .popular-post .popular-post-carousel-blog .swiper-slide .item-inner:hover .thumbnail-post img {
  transform: scale(1.3) !important;
  transition: 10s linear !important;
}

.login-btn-head {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}

.login-btn-head .icon {
  margin-left: 5px;
}

.course-item-template .item-inner .item-content .footer-item .cart-icon-col .icon-report {
  display: inline-block;
  vertical-align: middle;
  color: #0668e1;
  font-size: 17px;
  margin-left: 5px;
  position: relative;
  top: -1px;
}

/* responsive */
@media screen and (max-width: 540px) {
  .main-page-layout .page-heading {
    margin: 0 0 60px -27px !important;
    padding: 0 0 0 25px !important;
  }

  .main-page-layout .page-heading .page-title {
    padding-bottom: 21px !important;
  }

  .course-product-section .heading-section-tab .tab-col .tab-nav-items {
    padding-left: 60px !important;
    position: relative;
  }

  .course-product-section .heading-section-tab .tab-col .tab-nav-items:before {
    content: '';
    position: absolute;
    top: 0;
    left: 60px;
    bottom: 0;
    width: 60px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+25,ffffff+100&1+24,1+25,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, white 24%, white 25%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 */
    z-index: 9;
    pointer-events: none;
  }

  .course-product-section .heading-section-tab .tab-col .tab-nav-items .nav {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding-left: 20px;
  }

  .course-product-section .heading-section-tab .tab-col .tab-nav-items .nav a {
    white-space: nowrap !important;
    padding-bottom: 25px !important;
  }

  .page-footer .footer-content .about-us-col .about-us-text p {
    margin-bottom: 0 !important;
  }

  .page-footer .footer-content .about-us-col .logo-footer {
    margin-bottom: 0 !important;
    max-width: 180px;
  }

  .about-us-text__slider-area {
    right: 0 !important;
  }
}

.review-list {
  text-align: right;
  margin: 0 -30px;
  padding: 20px 30px 20px;
  margin-bottom: 22px;
  background: #fafafa;
}

.review-list li {
  position: relative;
  padding-right: 20px;
  list-style: none;
  color: #656877;
  font-size: 13px;
  font-weight: 500;
  line-height: 31px;
}

.review-list li:before {
  content: '';
  position: absolute;
  right: 0;
  top: 13px;
  width: 6px;
  height: 6px;
  background-color: #dee1ee;
  border-radius: 100%;
}

.off-canvas .navigation-block .menu-items>ul>li {
  position: relative;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.off-canvas .navigation-block .menu-items>ul>li.has-children:before {
  content: '\e906';
  font-family: 'bazino' !important;
  position: absolute;
  left: 18px;
  top: 15px;
  font-size: 10px;
  transition: .3s;
}

.off-canvas .navigation-block .menu-items>ul>li.has-children.active:before {
  transform: rotate(180deg);
}

.off-canvas .navigation-block .menu-items>ul>li.has-children>a {
  margin-left: 50px !important;
}

.off-canvas .navigation-block .menu-items>ul>li i {
  position: absolute;
  right: 10px;
  font-size: 18px;
  top: 14px;
}

.off-canvas .navigation-block .menu-items>ul>li a {
  padding-right: 45px !important;
  width: auto !important;
  display: block !important;
  border-bottom: none !important;
}

.logined-sub {
  background: #0668e1;
  position: absolute;
  left: 0;
  width: 300px;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
  margin: 0;
  padding: 0;
  direction: rtl;
  z-index: 99;
  color: #ffffff;
  text-align: right;
  top: 100%;
  margin-top: 12px;
  display: none;
}

.logined-sub li {
  display: flex;
  font-size: 13px;
  font-weight: 500;
  line-height: 51px;
  color: #ffffff;
}

.logined-sub li>a {
  padding-right: 60px;
  color: #ffffff;
  position: relative;
  width: 100%;
}

.logined-sub li>a i {
  position: absolute;
  font-size: 17px;
  top: 17px;
  right: 25px;
}

.logined-sub li:not(:last-child) {
  border-bottom: 1px solid #0553b4;
}

.logined-sub__info {
  padding: 20px 25px;
  justify-content: space-between;
  text-align: right;
  line-height: normal !important;
  align-items: center;
}

.logined-sub__avatar img {
  border-radius: 50%;
}

.logined-sub__name {
  font-size: 16px;
  font-weight: 700;
}

.logined-sub__remaining {
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.logined-sub__remaining .woo-wallet-menu-contents {
  display: flex;
  align-items: center;
  color: white;
}

.logined-sub__remaining .woo-wallet-menu-contents .woo-wallet-icon-wallet {
  margin-left: 5px;
}

.logined-sub__add {
  position: relative;
  background-color: #18ca2f;
  border-radius: 4px;
  padding: 3px;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-right: 10px;
}

.logined-sub__add:before {
  content: '';
  width: 3px;
  height: 9px;
  background-color: #ffffff;
  position: absolute;
  left: 7px;
  top: 3px;
}

.logined-sub__add:after {
  content: '';
  width: 9px;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  left: 4px;
  top: 6px;
}

.logined-sub .logout {
  font-size: 13px !important;
  margin-right: 0 !important;
}

.about-us-text__slider-area {
  float: left;
  width: 100px;
  height: 100px;
  right: -30px;
  position: relative;
  padding: 10px;
  text-align: center;
}

.selectize-control.select-filter-options {
  display: inline-flex !important;
}

.selectize-control.select-filter-options .selectize-input {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  padding: 10px 13px 8px !important;
  padding-left: 35px !important;
}

.selectize-control.select-filter-options .selectize-input:after {
  right: auto !important;
  right: initial !important;
  left: 15px !important;
}

.selectize-control.select-filter-options .selectize-dropdown-content {
  box-shadow: 0 2px 3px rgba(188, 192, 207, 0.65) !important;
  background-color: #ffffff !important;
  border-radius: 10px !important;
  text-align: center !important;
}

.page-footer:after,
.page-footer:before {
  width: 100% !important;
  right: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  top: -30px !important;
  bottom: auto !important;
  bottom: initial !important;
}

.page-footer:before {
  background-position: 805px !important;
}

.woocommerce-message {
  background: #fff;
  border-radius: 0 0 7px 7px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.button {
  background-color: #0668e1;
}

.checkout-button,
.woocommerce-checkout-payment .button,
.woocommerce input.button.alt {
  background: #8fae1b !important;
  font-size: 18px;
}

.woocommerce-checkout-payment .button {
  font-size: 18px !important;
}

.single_add_to_cart_button {
  width: 100%;
  border: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.single_add_to_cart_button i {
  margin-bottom: 5px;
}

.info-side-content .goto-vip {
  margin-top: 20px !important;
}

.info-side-content .price {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}

.info-side-content .price ins {
  text-decoration: none;
  font-size: 22px;
}

.info-side-content .price .woocommerce-Price-currencySymbol {
  font-size: 12px;
  margin-right: 3px;
}

.info-side-content .price .woocommerce-Price-amount>* {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  font-family: 'Iranyekan' !important;
}

.info-side-content .price del {
  color: #ccc;
  font-size: 15px;
}

.woocommerce-input-wrapper {
  width: 100%;
  display: block;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  width: 100% !important;
  margin: 0;
  outline: 0;
  line-height: normal;
  height: 49px;
  border-radius: 5px;
  border: 1px solid #c9cddb;
  background-color: #ffffff;
  padding: 0 18px;
  display: block;
}

.woocommerce form .form-row textarea {
  height: auto;
}

.woocommerce-error {
  padding-right: 50px !important;
}

.woocommerce-error li:before {
  display: none;
}

.woocommerce ul.order_details {
  display: flex;
}

.woocommerce ul.order_details li:before {
  display: none !important;
}

/*
* Color Palette
*/
/*
* General Styles
*/
a {
  color: #092939;
}

a:hover {
  color: #092939;
  text-decoration: none;
}

* {
  outline: none !important;
}

input,
textarea,
button,
select {
  outline: none;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-size: 13px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Iranyekan', Lato;
  overflow: hidden;
  text-align: right;
  direction: rtl;
  color: #092939;
}

/* Persian Numeric */
.num-fa {
  font-family: Iranyekan, 'sans-serif';
}

.center {
  text-align: center;
}

.left {
  text-align: left;
  direction: ltr;
}

.right {
  text-align: right;
}

.light-mode {
  color: #ffffff;
}

.light-mode:hover {
  color: #ffffff;
}

.light-mode a {
  color: #ffffff;
  outline: none;
}

.light-mode a:hover {
  color: #ffffff;
}

/* All Image */
img {
  height: auto;
}

/* Layout */
.container {
  max-width: 1170px;
  padding: 0;
  margin: auto;
}

/* Main Page */
.main-page {
  min-height: 400px;
}

/* Page Header */
.page-header {
  border-top: solid 8px #0668e1;
  padding: 33px 0 31px;
  background-color: #ffffff;
  position: relative;
}

.page-header.single-header {
  box-shadow: 0 2px 4px rgba(188, 192, 207, 0.26);
}

.page-header .col-branding .branding {
  margin: 0;
}

.page-header .col-branding .branding img {
  max-width: 100%;
}

.page-header .navigation-col .top-nav-block {
  border-bottom: solid 1px #e9ebf0;
  padding-bottom: 11px;
  margin-bottom: 9px;
}

.page-header .navigation-col .top-nav-block .top-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-header .navigation-col .top-nav-block .top-nav ul li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

.page-header .navigation-col .top-nav-block .top-nav ul li:last-child {
  margin-left: 0;
}

.page-header .navigation-col .top-nav-block .top-nav ul li a {
  color: #a9afc9;
  font-size: 12px;
  font-weight: 500;
  transition: .3s;
}

.page-header .navigation-col .top-nav-block .top-nav ul li a:hover {
  color: #0668e1;
}

.page-header .navigation-col .top-nav-block .top-nav-func .btn-item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 17px;
  color: #bcc0cf;
  margin-right: 20px;
}

.page-header .navigation-col .top-nav-block .top-nav-func .btn-item .block-icon {
  cursor: pointer;
}

.page-header .navigation-col .top-nav-block .top-nav-func .btn-item .block-icon .icon {
  transition: .3s;
}

.page-header .navigation-col .top-nav-block .top-nav-func .btn-item .block-icon .badge {
  position: absolute;
  height: 17px;
  line-height: 21px;
  background: #0668e1;
  border-radius: 100%;
  top: -3px;
  right: -10px;
  font-weight: 500;
  padding: 0 4px;
  transition: .3s;
}

.page-header .navigation-col .top-nav-block .top-nav-func .btn-item .block-icon:hover .icon {
  color: #0668e1;
}

.page-header .navigation-col .top-nav-block .top-nav-func .btn-item .block-icon:hover .icon.icon-heart-o {
  color: #f00;
}

.page-header .navigation-col .top-nav-block .top-nav-func .btn-item .block-icon:hover .badge {
  box-shadow: 0 0 0 3px rgba(6, 104, 225, 0.2);
}

.page-header .navigation-col .top-nav-block .top-nav-func .btn-item .panel-block {
  width: 278px;
  background-color: #cde1f9;
  border-radius: 0 0 15px 15px;
  position: absolute;
  margin-top: 11px;
  z-index: 15;
  padding: 22px;
  left: 0;
  direction: rtl;
  transition: .3s;
  transform: scaleY(0.8);
  transform-origin: top;
  opacity: 0;
  visibility: hidden;
}

.page-header .navigation-col .top-nav-block .top-nav-func .btn-item .panel-block.active {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.page-header .navigation-col .top-nav-block .top-nav-func .btn-item .panel-block .content-panel {
  font-size: 13px;
}

.page-header .navigation-col .top-nav-block .top-nav-func .btn-item .panel-block .content-panel .profile-form {
  display: none;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}

.page-header .navigation-col .top-nav-block .top-nav-func .btn-item .panel-block .content-panel .profile-form.active {
  display: block;
}

.page-header .navigation-col .top-nav-block .top-nav-func .btn-item .panel-block .content-panel .profile-form input[type=text],
.page-header .navigation-col .top-nav-block .top-nav-func .btn-item .panel-block .content-panel .profile-form input[type=email],
.page-header .navigation-col .top-nav-block .top-nav-func .btn-item .panel-block .content-panel .profile-form input[type=password] {
  color: #0668e1;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  height: 41px;
  border: 1px solid #1c7cf2;
  border-radius: 5px;
  background: transparent;
  padding: 0 20px;
  transition: .3s;
}

.page-header .navigation-col .top-nav-block .top-nav-func .btn-item .panel-block .content-panel .profile-form input[type=text]:focus,
.page-header .navigation-col .top-nav-block .top-nav-func .btn-item .panel-block .content-panel .profile-form input[type=email]:focus,
.page-header .navigation-col .top-nav-block .top-nav-func .btn-item .panel-block .content-panel .profile-form input[type=password]:focus {
  border: 1px solid #57a3ff;
}

.page-header .navigation-col .top-nav-block .top-nav-func .btn-item .panel-block .content-panel .profile-form input[type=text]::-moz-placeholder,
.page-header .navigation-col .top-nav-block .top-nav-func .btn-item .panel-block .content-panel .profile-form input[type=email]::-moz-placeholder,
.page-header .navigation-col .top-nav-block .top-nav-func .btn-item .panel-block .content-panel .profile-form input[type=password]::-moz-placeholder {
  color: #0668e1;
  font-size: 12px;
}

.page-header .navigation-col .top-nav-block .top-nav-func .btn-item .panel-block .content-panel .profile-form input[type=text]:-ms-input-placeholder,
.page-header .navigation-col .top-nav-block .top-nav-func .btn-item .panel-block .content-panel .profile-form input[type=email]:-ms-input-placeholder,
.page-header .navigation-col .top-nav-block .top-nav-func .btn-item .panel-block .content-panel .profile-form input[type=password]:-ms-input-placeholder {
  color: #0668e1;
  font-size: 12px;
}

.page-header .navigation-col .top-nav-block .top-nav-func .btn-item .panel-block .content-panel .profile-form input[type=text]::-ms-input-placeholder,
.page-header .navigation-col .top-nav-block .top-nav-func .btn-item .panel-block .content-panel .profile-form input[type=email]::-ms-input-placeholder,
.page-header .navigation-col .top-nav-block .top-nav-func .btn-item .panel-block .content-panel .profile-form input[type=password]::-ms-input-placeholder {
  color: #0668e1;
  font-size: 12px;
}

.page-header .navigation-col .top-nav-block .top-nav-func .btn-item .panel-block .content-panel .profile-form input[type=text]::placeholder,
.page-header .navigation-col .top-nav-block .top-nav-func .btn-item .panel-block .content-panel .profile-form input[type=email]::placeholder,
.page-header .navigation-col .top-nav-block .top-nav-func .btn-item .panel-block .content-panel .profile-form input[type=password]::placeholder {
  color: #0668e1;
  font-size: 12px;
}

.page-header .navigation-col .top-nav-block .top-nav-func .btn-item .panel-block .content-panel .profile-form input[type=text]:-moz-placeholder,
.page-header .navigation-col .top-nav-block .top-nav-func .btn-item .panel-block .content-panel .profile-form input[type=email]:-moz-placeholder,
.page-header .navigation-col .top-nav-block .top-nav-func .btn-item .panel-block .content-panel .profile-form input[type=password]:-moz-placeholder {
  color: #0668e1;
  font-size: 12px;
}

.page-header .navigation-col .top-nav-block .top-nav-func .btn-item .panel-block .content-panel .profile-form input[type=text]::-webkit-input-placeholder,
.page-header .navigation-col .top-nav-block .top-nav-func .btn-item .panel-block .content-panel .profile-form input[type=email]::-webkit-input-placeholder,
.page-header .navigation-col .top-nav-block .top-nav-func .btn-item .panel-block .content-panel .profile-form input[type=password]::-webkit-input-placeholder {
  color: #0668e1;
  font-size: 12px;
}

.page-header .navigation-col .top-nav-block .top-nav-func .btn-item .panel-block .content-panel .profile-form button {
  height: 41px;
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  color: #0668e1;
  font-size: 14px;
  font-weight: 700;
  padding: 0 21px;
  border-radius: 5px;
  float: right;
  border: none;
  transition: .3s;
}

.page-header .navigation-col .top-nav-block .top-nav-func .btn-item .panel-block .content-panel .profile-form button:hover {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
}

.page-header .navigation-col .top-nav-block .top-nav-func .btn-item .panel-block .content-panel .profile-form .switch-form-link {
  float: left;
  height: 41px;
  line-height: 41px;
  background-color: #1176f2;
  border-radius: 5px;
  color: #a5cdff;
  font-weight: 500;
  padding: 0 27px;
  cursor: pointer;
  transition: .3s;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.page-header .navigation-col .top-nav-block .top-nav-func .btn-item .panel-block .content-panel .profile-form .switch-form-link:hover {
  background-color: #3082f2;
  color: #fbfcfc;
}

.page-header .navigation-col .top-nav-block .top-nav-func .your-package a {
  display: inline-block;
  vertical-align: middle;
  color: #99a0bd;
  position: relative;
  direction: rtl;
  top: -2px;
}

.page-header .navigation-col .top-nav-block .top-nav-func .your-package .value {
  color: #0668e1;
  font-size: 12px;
  font-weight: 700;
}

.page-header .navigation-col .top-nav-block .top-nav-func .your-package span {
  display: inline-flex;
}

.page-header .navigation-col .bottom-nav-block .main-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-header .navigation-col .bottom-nav-block .main-navigation ul>li {
  float: right;
}

.page-header .navigation-col .bottom-nav-block .main-navigation ul>li:last-child {
  margin-left: 0;
}

.page-header .navigation-col .bottom-nav-block .main-navigation ul>li>a {
  display: inline-block;
  padding: 11px 16px;
  border-radius: 6px;
  transition: .3s;
}

.page-header .navigation-col .bottom-nav-block .main-navigation ul>li>a .icon-menu {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  opacity: .4;
  transition: .3s;
}

.page-header .navigation-col .bottom-nav-block .main-navigation ul>li>a .text-menu {
  display: inline-block;
  vertical-align: middle;
  color: #6c7288;
  font-weight: 500;
  transition: .3s;
}

.page-header .navigation-col .bottom-nav-block .main-navigation ul>li:hover a {
  background-color: #eff2fa;
}

.page-header .navigation-col .bottom-nav-block .main-navigation ul>li:hover a .text-menu {
  color: #0668e1;
}

.page-header .navigation-col .bottom-nav-block .main-navigation ul>li:hover a .icon-menu {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

.page-header .navigation-col .bottom-nav-block .main-navigation ul li.menu-item-has-children {
  padding-bottom: 10px;
  margin-bottom: -10px;
}

.page-header .navigation-col .bottom-nav-block .main-navigation ul li.menu-item-has-children>ul {
  position: absolute;
  right: 15px;
  left: 15px;
  top: 0;
  color: #ffffff;
  background-color: #eff2fa;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding: 36px 16px 30px;
  border-radius: 15px;
  margin-top: 67px;
  transition: .3s;
  visibility: hidden;
  opacity: 0;
  transform: scaleY(0.8);
  transform-origin: top;
  z-index: 3;
}

.page-header .navigation-col .bottom-nav-block .main-navigation ul li.menu-item-has-children>ul>li {
  float: none;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.page-header .navigation-col .bottom-nav-block .main-navigation ul li.menu-item-has-children>ul>li>a {
  color: #0668e1;
  font-size: 16px;
  font-weight: 700;
  background: transparent !important;
  width: 100%;
  border-bottom: solid 1px #0959bb;
  border-radius: 0;
  padding: 0 0 20px;
  margin-bottom: 15px;
}

.page-header .navigation-col .bottom-nav-block .main-navigation ul li.menu-item-has-children>ul>li ul li {
  display: inline-block;
  width: 100%;
  line-height: 37px;
}

.page-header .navigation-col .bottom-nav-block .main-navigation ul li.menu-item-has-children>ul>li ul li a {
  color: #0668e1;
  padding: 0;
  background: transparent !important;
  font-size: 12px;
  font-weight: 700;
  transition: .1s;
  width: 100%;
}

.page-header .navigation-col .bottom-nav-block .main-navigation ul li.menu-item-has-children>ul>li ul li a:hover {
  padding-right: 5px;
}

.page-header .navigation-col .bottom-nav-block .main-navigation ul li.menu-item-has-children:hover>ul {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}

.page-header .navigation-col .bottom-nav-block .bottom-nav-func {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.page-header .navigation-col .bottom-nav-block .bottom-nav-func .item-inner {
  height: 43px;
  line-height: 43px;
  background-color: #0668e1;
  display: inline-block;
  padding: 0 16px;
  border-radius: 6px;
  position: relative;
  transition: .3s;
  cursor: pointer;
}

.page-header .navigation-col .bottom-nav-block .bottom-nav-func .item-inner:after {
  content: '';
  position: absolute;
  background-color: #0668e1;
  top: 3px;
  bottom: -2px;
  right: 9px;
  left: 9px;
  z-index: -1;
  border-radius: 6px;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  opacity: .5;
  transition: .3s;
}

.page-header .navigation-col .bottom-nav-block .bottom-nav-func .item-inner:hover {
  background-color: #055bc4;
}

.page-header .navigation-col .bottom-nav-block .bottom-nav-func .item-inner:hover:after {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.page-header .navigation-col .bottom-nav-block .bottom-nav-func .item-inner .text {
  font-weight: 500;
}

.page-header .navigation-col .bottom-nav-block .bottom-nav-func .item-inner .icon {
  font-size: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  top: 5px;
}

.page-header .navigation-col .bottom-nav-block .off-canvas-btn {
  display: inline-block;
  vertical-align: middle;
  width: 47px;
  height: 43px;
  line-height: 25px;
  position: relative;
  z-index: 11;
  cursor: pointer;
  border: 1px solid #dfe2ec;
  transition: .3s;
  border-radius: 6px;
  padding: 10px;
  margin-right: 8px;
  display: none;
}

.page-header .navigation-col .bottom-nav-block .search-block {
  display: inline-block;
  vertical-align: middle;
  width: 47px;
  height: 43px;
  position: relative;
  z-index: 11;
  cursor: pointer;
}

.page-header .navigation-col .bottom-nav-block .search-block.active {
  cursor: auto;
}

.page-header .navigation-col .bottom-nav-block .search-block.active .search-field {
  width: 160px;
  padding: 0 15px 0 55px;
  pointer-events: auto;
}

.page-header .navigation-col .bottom-nav-block .search-block.active .sub-search {
  pointer-events: auto;
}

.page-header .navigation-col .bottom-nav-block .search-block .search-field {
  position: absolute;
  border-radius: 6px;
  width: 47px;
  height: 100%;
  line-height: 48px;
  border: 1px solid #dfe2ec;
  transition: .3s;
  background: #ffffff;
  padding: 0 0 0 45px;
  direction: rtl;
  text-align: right;
  pointer-events: none;
}

.page-header .navigation-col .bottom-nav-block .search-block .search-field::-moz-placeholder {
  color: #777777;
}

.page-header .navigation-col .bottom-nav-block .search-block .search-field:-ms-input-placeholder {
  color: #777777;
}

.page-header .navigation-col .bottom-nav-block .search-block .search-field::-ms-input-placeholder {
  color: #777777;
}

.page-header .navigation-col .bottom-nav-block .search-block .search-field::placeholder {
  color: #777777;
}

.page-header .navigation-col .bottom-nav-block .search-block .search-field::-webkit-input-placeholder {
  color: #777777;
}

.page-header .navigation-col .bottom-nav-block .search-block .sub-search {
  position: absolute;
  left: 0;
  top: 0;
  width: 47px;
  height: 100%;
  border: none;
  background: url("img/base/main/search-icon.svg") no-repeat center;
  z-index: 2;
  transition: .3s;
  pointer-events: none;
}

/* Cat Menu List */
.cat-menu-list {
  position: relative;
  display: block;
  width: 100%;
  top: -20px;
  z-index: 2;
  transition: .3s;
  transform: scaleY(0.8);
  transform-origin: top;
  visibility: hidden;
  opacity: 0;
  z-index: 3;
}

.cat-menu-list.active {
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}

.cat-menu-list .cat-menu-list-body {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  padding: 75px 0 0;
  box-shadow: -1px 18px 16px rgba(112, 116, 132, 0.3);
  background: #ffffff;
}

.cat-menu-list .cat-menu-list-body .menu-col .title-cat {
  margin-bottom: 15px;
}

.cat-menu-list .cat-menu-list-body .menu-col .title-cat a {
  color: #0668e1;
  font-weight: 700;
}

.cat-menu-list .cat-menu-list-body .menu-col .sub-menu-list-item {
  position: relative;
  padding-right: 12px;
}

.cat-menu-list .cat-menu-list-body .menu-col .sub-menu-list-item:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  top: 10px;
  bottom: 10px;
  background-color: #e9eaf2;
}

.cat-menu-list .cat-menu-list-body .menu-col .sub-menu-list-item ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.cat-menu-list .cat-menu-list-body .menu-col .sub-menu-list-item ul li a {
  display: inline-block;
  color: #727687;
  font-weight: 500;
  line-height: 33px;
  transition: .3s;
  width: 100%;
}

.cat-menu-list .cat-menu-list-body .menu-col .sub-menu-list-item ul li a:hover {
  color: #0668e1;
  padding-right: 5px;
}

.cat-menu-list .cat-menu-list-body .menu-bg-col .menu-cat-bg {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}

.cat-menu-list .cat-menu-list-body .menu-bg-col .menu-cat-bg img {
  position: relative;
  left: -50px;
}

/* Off Canvas Menu */
.off-canvas {
  position: fixed;
  width: 340px;
  background: #0668e1;
  transform-origin: right center;
  top: 0;
  height: 100%;
  z-index: 100;
  box-shadow: 0 0 10px -3px #000000;
  transition: .6s;
  visibility: hidden;
  opacity: 0;
  transform: perspective(1000px) rotateY(140deg);
  right: 0;
}

.off-canvas.active-off-canvas-menu {
  visibility: visible;
  opacity: 1;
  transform: rotateY(0);
}

.off-canvas .heading-off-canvas {
  font-size: 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
}

.off-canvas .heading-off-canvas .title-menu {
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  padding: 0 20px;
  height: 70px;
  line-height: 70px;
  width: calc(100% - 70px);
}

.off-canvas .heading-off-canvas .close-menu {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  border-right: solid 1px rgba(0, 0, 0, 0.2);
  transition: .3s;
}

.off-canvas .heading-off-canvas .close-menu svg {
  position: relative;
  top: 3px;
  transition: .3s;
}

.off-canvas .heading-off-canvas .close-menu:hover {
  background: rgba(0, 0, 0, 0.1);
}

.off-canvas .heading-off-canvas .close-menu:hover svg {
  transform: scale(1.2);
}

.off-canvas .navigation-block {
  max-height: calc(100vh - 110px);
  overflow: auto;
}

.off-canvas .navigation-block .menu-items ul li.menu-item-has-children>a {
  padding-left: 40px;
  position: relative;
}

.off-canvas .navigation-block .menu-items ul li.menu-item-has-children>a:before {
  content: "\e905";
  font-family: bazino !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 20px;
  font-size: 10px;
  top: 50%;
  margin-top: -3px;
}

.off-canvas .navigation-block .menu-items>ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.off-canvas .navigation-block .menu-items>ul>li {
  display: inline-block;
  width: 100%;
}

.off-canvas .navigation-block .menu-items>ul>li.menu-item-has-children>a {
  padding-left: 40px;
  position: relative;
}

.off-canvas .navigation-block .menu-items>ul>li.menu-item-has-children>a:before {
  content: "\e905";
  font-family: bazino !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 20px;
  font-size: 10px;
  top: 50%;
  margin-top: -3px;
}

.off-canvas .navigation-block .menu-items>ul>li a {
  display: inline-block;
  width: 100%;
  line-height: 50px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  font-size: 17px;
  font-weight: 500;
  padding: 0 20px;
}

.off-canvas .navigation-block .menu-items>ul>li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  background: rgba(0, 0, 0, 0.1);
  max-width: 100%;
  min-width: 100%;
  width: 100%;
}

.off-canvas .navigation-block .menu-items>ul>li ul li a {
  font-size: 14px;
  font-weight: 400;
  padding: 0 20px;
}

.shadow-off-canvas {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background: #000000;
  height: 100%;
  z-index: 99;
  transition: .3s;
  visibility: hidden;
  opacity: 0;
}

.shadow-off-canvas span {
  position: absolute;
  width: calc(100% - 340px);
  left: 0;
  top: 0;
  background: #000000;
  height: 100%;
}

.shadow-off-canvas.active-shadow-menu {
  opacity: .5;
  visibility: visible;
}

/* Main Page */
.main-page {
  min-height: 500px;
  padding-top: 7px;
}

/* First Section */
.first-section {
  margin-bottom: 55px;
  /* Tour Block */
  /* Top Course */
}

.first-section .tour-block {
  border: 1px solid #dce0ed;
  border-radius: 20px 20px 0 20px;
  padding: 28px 28px 20px;
  position: relative;
  margin-bottom: 13px;
}

.first-section .tour-block .swiper-slide {
  background: #ffffff;
}

.first-section .tour-block .swiper-slide .title-tour {
  font-size: 0;
  margin-bottom: 50px;
  height: 30px;
  overflow: hidden;
}

.first-section .tour-block .swiper-slide .title-tour .title-block {
  color: #0668e1;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  width: 70%;
}

.first-section .tour-block .swiper-slide .title-tour .desc-block {
  color: #bcc0cf;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  direction: rtl;
}

.first-section .tour-block .swiper-slide .content-tour .text-tour {
  text-align: justify;
  color: #9197ae;
  line-height: 30px;
  margin-bottom: 30px;
}

.first-section .tour-block .footer-tour {
  margin-bottom: 10px;
}

.first-section .tour-block .footer-tour .swiper-button-disabled {
  visibility: hidden;
  opacity: 0;
}

.first-section .tour-block .footer-tour .all-tour {
  color: #0668e1;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}

.first-section .tour-block .footer-tour .all-tour:after {
  content: '';
  position: absolute;
  width: 100%;
  right: 0;
  height: 1px;
  background: #e9ebf3;
  bottom: -7px;
  transition: .3s;
}

.first-section .tour-block .footer-tour .all-tour:hover:after {
  background: #0668e1;
}

.first-section .tour-block .footer-tour .tour-func {
  height: 43px;
  line-height: 43px;
  padding: 0 18px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 7px;
  cursor: pointer;
  transition: .3s;
}

.first-section .tour-block .footer-tour .tour-func.next {
  background-color: #0668e1;
  font-weight: 700;
  color: #ffffff;
  box-shadow: 0 8px 7px -8px #0668e1;
  transition: .3s;
  transform: translateX(0);
}

.first-section .tour-block .footer-tour .tour-func.next:hover {
  box-shadow: 0 3px 4px -3px #0668e1;
  background-color: #0557bc;
}

.first-section .tour-block .footer-tour .tour-func.back {
  color: #b2b8ce;
  font-weight: 500;
  border: 1px solid #e4e6f0;
  margin-left: 4px;
}

.first-section .tour-block .footer-tour .tour-func.back:hover {
  border-color: #bcc0cf;
  color: #8a8fa0;
}

.first-section .tour-block .progress-tour {
  position: absolute;
  top: 58px;
  right: -6px;
  left: -6px;
}

.first-section .tour-block .progress-tour .swiper-pagination-bullets {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.first-section .tour-block .progress-tour .swiper-pagination-bullets .swiper-pagination-bullet {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  border-radius: 0;
  height: 1px;
  border-left: solid 6px #ffffff;
  border-right: solid 6px #ffffff;
  background: #0668e1;
  opacity: 1;
  position: relative;
  transition: .4s;
}

.first-section .tour-block .progress-tour .swiper-pagination-bullets .swiper-pagination-bullet:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 12px;
  bottom: -1px;
  left: -10px;
  background: url("img/base/main/location.svg") no-repeat center;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: .3s;
  transform: translateY(-3px) scaleY(2.3);
  transform-origin: top;
  -webkit-animation: location 1s alternate infinite cubic-bezier(0, 1, 0, 1);
  animation: location 1s alternate infinite cubic-bezier(0, 1, 0, 1);
}

@-webkit-keyframes location {
  from {
    transform: translateY(-3px) scaleY(2.3);
  }

  to {
    transform: translateY(-11px) scaleY(1.1);
  }
}

@keyframes location {
  from {
    transform: translateY(-3px) scaleY(2.3);
  }

  to {
    transform: translateY(-11px) scaleY(1.1);
  }
}

.first-section .tour-block .progress-tour .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  visibility: visible;
  opacity: 1;
}

.first-section .tour-block .progress-tour .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active+.swiper-pagination-bullet+.swiper-pagination-bullet+.swiper-pagination-bullet+.swiper-pagination-bullet+.swiper-pagination-bullet+.swiper-pagination-bullet+.swiper-pagination-bullet+.swiper-pagination-bullet+.swiper-pagination-bullet,
.first-section .tour-block .progress-tour .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active+.swiper-pagination-bullet+.swiper-pagination-bullet+.swiper-pagination-bullet+.swiper-pagination-bullet+.swiper-pagination-bullet+.swiper-pagination-bullet+.swiper-pagination-bullet+.swiper-pagination-bullet,
.first-section .tour-block .progress-tour .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active+.swiper-pagination-bullet+.swiper-pagination-bullet+.swiper-pagination-bullet+.swiper-pagination-bullet+.swiper-pagination-bullet+.swiper-pagination-bullet+.swiper-pagination-bullet,
.first-section .tour-block .progress-tour .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active+.swiper-pagination-bullet+.swiper-pagination-bullet+.swiper-pagination-bullet+.swiper-pagination-bullet+.swiper-pagination-bullet+.swiper-pagination-bullet,
.first-section .tour-block .progress-tour .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active+.swiper-pagination-bullet+.swiper-pagination-bullet+.swiper-pagination-bullet+.swiper-pagination-bullet+.swiper-pagination-bullet,
.first-section .tour-block .progress-tour .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active+.swiper-pagination-bullet+.swiper-pagination-bullet+.swiper-pagination-bullet+.swiper-pagination-bullet,
.first-section .tour-block .progress-tour .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active+.swiper-pagination-bullet+.swiper-pagination-bullet+.swiper-pagination-bullet,
.first-section .tour-block .progress-tour .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active+.swiper-pagination-bullet+.swiper-pagination-bullet,
.first-section .tour-block .progress-tour .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active+.swiper-pagination-bullet {
  background-color: #bcc0cf;
}

.first-section .top-course {
  margin: 0 -15px 5px;
}

.first-section .top-course .top-course-carousel {
  margin-top: -10px;
}

.first-section .top-course .top-course-carousel .swiper-slide {
  height: 100%;
}

.first-section .top-course .top-course-carousel .swiper-slide .item-inner-course {
  padding: 0 15px;
  margin: 10px 0 20px;
  height: calc(100% - 20px);
  display: inline-block;
  transform-style: preserve-3d;
  transform: perspective(1500px);
}

.first-section .top-course .top-course-carousel .swiper-slide .item-inner-course a {
  display: inline-block;
  width: 100%;
  border-radius: 20px;
  transition: .6s;
  height: 100%;
  transform-style: preserve-3d;
}

.first-section .top-course .top-course-carousel .swiper-slide .item-inner-course a:hover {
  box-shadow: none !important;
}

.first-section .top-course .top-course-carousel .swiper-slide .item-inner-course a .content-item {
  margin-bottom: 4px;
  display: inline-block;
  width: 100%;
  padding: 25px 20px 0;
}

.first-section .top-course .top-course-carousel .swiper-slide .item-inner-course a .content-item .title {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  margin-bottom: 4px;
}

.first-section .top-course .top-course-carousel .swiper-slide .item-inner-course a .content-item .text {
  opacity: 0.8;
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
}

.first-section .top-course .top-course-carousel .swiper-slide .item-inner-course a .thumbnail-item {
  margin: 0 -15px -16px;
  display: block;
  position: relative;
  transform-style: preserve-3d;
}

.first-section .top-course .top-course-carousel .swiper-slide .item-inner-course a .thumbnail-item img {
  transform-style: preserve-3d;
  transform: translateZ(30px);
  max-width: 100%;
}

.first-section .title-col {
  color: #a0a6bd;
  font-weight: 500;
  height: 0;
}

/* Customer Carousel */
.customer-carousel-section {
  margin-bottom: 25px;
  position: relative;
}

.customer-carousel-section .customer-carousel {
  margin: 0 -200px;
}

.customer-carousel-section .customer-carousel .swiper-slide .item-inner {
  height: 117px;
  line-height: 117px;
  border: 1px solid #dce0ed;
  background-color: #ffffff;
  border-radius: 15px;
  display: inline-block;
  width: 100%;
  text-align: center;
  transition: .3s;
}

.customer-carousel-section .customer-carousel .swiper-slide .item-inner:hover {
  border: 1px solid #82848c;
}

.customer-carousel-section .customer-carousel .swiper-slide .item-inner img {
  max-width: 100%;
}

.customer-carousel-section .customer-nav {
  position: absolute;
  top: -5px;
  bottom: -5px;
  width: 200px;
  z-index: 2;
  cursor: pointer;
}

.customer-carousel-section .customer-nav.customer-button-next {
  right: -10px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.73) 15%, white 67%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}

.customer-carousel-section .customer-nav.customer-button-prev {
  left: -10px;
  background: linear-gradient(to right, white 0%, white 33%, rgba(255, 255, 255, 0.73) 85%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
}

/* Horizontal Banner */
.horizontal-banner {
  margin: 25px 0 27px;
}

.horizontal-banner a {
  display: inline-block;
}

.horizontal-banner a img {
  max-width: 100%;
}

/* Course Product Template */
.course-product-section {
  margin-bottom: 25px;
}

.course-product-section .heading-section-tab {
  margin-bottom: 25px;
}

.course-product-section .heading-section-tab .title-heading {
  padding-top: 11px;
}

.course-product-section .heading-section-tab .title-heading .title {
  color: #0668e1;
  font-size: 16px;
  font-weight: 700;
}

.course-product-section .heading-section-tab .title-heading .desc {
  color: #82879c;
  font-size: 12px;
  font-weight: 400;
}

.course-product-section .heading-section-tab .tab-col .tab-nav-items .nav {
  display: inline-block;
  width: 100%;
  border-bottom: solid 1px #dbdeea;
  padding-left: 100px;
}

.course-product-section .heading-section-tab .tab-col .tab-nav-items .nav a {
  transition: .3s;
  margin-left: 25px;
  font-size: 14px;
  font-weight: 500;
  color: #9ba0b4;
  position: relative;
  display: inline-block;
  padding: 0 20px 23px;
}

.course-product-section .heading-section-tab .tab-col .tab-nav-items .nav a:after {
  content: '';
  position: absolute;
  height: 1px;
  bottom: -1px;
  right: 0;
  left: 0;
  transition: .3s;
  transform: scaleX(0);
  opacity: 0;
}

.course-product-section .heading-section-tab .tab-col .tab-nav-items .nav a:last-child {
  margin-left: 0;
}

.course-product-section .heading-section-tab .tab-col .tab-nav-items .nav a:hover {
  color: #0668e1;
}

.course-product-section .heading-section-tab .tab-col .tab-nav-items .nav a.active {
  color: #0668e1;
}

.course-product-section .heading-section-tab .tab-col .tab-nav-items .nav a.active:after {
  background: #0668e1;
  transform: scaleX(1);
  opacity: 1;
}

.course-product-section .tab-content-block {
  position: relative;
}

.course-product-section .tab-content-block .swiper-pagination-product {
  position: absolute;
  background: #ffffff;
  left: 0;
  top: -39px;
  padding-right: 21px;
  z-index: 10;
}

.course-product-section .tab-content-block .swiper-pagination-product .swiper-pagination-bullet {
  margin-right: 7px;
  height: 8px;
  width: 8px;
  background: #ffffff;
  border: 1px solid #c8cfe5;
  border-radius: 8px;
  opacity: 1;
  transition: .3s;
}

.course-product-section .tab-content-block .swiper-pagination-product .swiper-pagination-bullet:hover {
  border: 1px solid #0668e1;
}

.course-product-section .tab-content-block .swiper-pagination-product .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 25px;
  background-color: #0668e1;
  border: 1px solid #0668e1;
}

.course-product-section .tab-content-block .course-more {
  position: absolute;
  padding: 3px 17px;
  border-radius: 5px;
  background: #0668e1;
  color: #fff;
  font-size: 13px;
  left: 0;
  top: -77px;
}

.course-product-section .tab-content-block .course-carousel-tab {
  overflow: unset !important;
}

.course-product-section .tab-content-block .course-carousel-tab .swiper-slide {
  opacity: .1;
  transition: .3s;
}

.course-product-section .tab-content-block .course-carousel-tab .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide,
.course-product-section .tab-content-block .course-carousel-tab .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide,
.course-product-section .tab-content-block .course-carousel-tab .swiper-slide.swiper-slide-active+.swiper-slide,
.course-product-section .tab-content-block .course-carousel-tab .swiper-slide.swiper-slide-active {
  opacity: 1;
}

/* Course Item Template */
.course-item-template .item-inner {
  display: inline-block;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  height: 428px;
  margin: 10px 0;
  box-shadow: 0 2px 15px -5px rgba(188, 192, 207, 0.6);
  position: relative;
  transition: .3s;
}

.course-item-template .item-inner.my-item {
  height: 350px !important;
}

.course-item-template .item-inner:hover {
  box-shadow: 0 2px 8px -2px rgba(188, 192, 207, 0.4);
}

.course-item-template .item-inner:hover .thumbnail img {
  transform: scale(1.1);
  transition: 5s;
}

.course-item-template .item-inner:hover .item-content .heading .title {
  color: #0668e1;
}

.course-item-template .item-inner:hover .item-content .footer-item .cart-icon-col .text {
  color: #0668e1;
}

.course-item-template .item-inner .thumbnail .company-icon {
  position: absolute;
  left: 27px;
  top: 27px;
  z-index: 2;
  display: flex;
}

.course-item-template .item-inner .thumbnail .company-icon img {
  margin-right: 7px;
}

.course-item-template .item-inner .thumbnail img {
  width: 100%;
  transition: .4s;
  position: relative;
}

.course-item-template .item-inner .item-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 0;
  background: #ffffff;
  padding: 20px;padding-bottom: 0;padding-top: 0;
}

.course-item-template .item-inner .item-content:after {
  content: '';
  position: absolute;
  pointer-events: none;
  bottom: 100%;
  right: 0;
  left: 0;
  height: 80px;
  transition: .3s;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 75%, white 94%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.course-item-template .item-inner .item-content .heading .rating {
  margin: -50px 0 10px;
  position: relative;
  z-index: 1;
}

.course-item-template .item-inner .item-content .heading .title {
  color: #5a5e6f;
  font-size: 15px;
  font-weight: 700;
  line-height: 31px;
  text-transform: uppercase;
  transition: .3s;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}

.course-item-template .item-inner .item-content .course-meta {
  border-top: solid 1px #f1f3fa;
  border-bottom: solid 1px #f1f3fa;
  padding: 15px 0 0;
  margin-bottom: 20px;
}

.course-item-template .item-inner .item-content .course-meta .label {
  color: #a7acc2;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
}

.course-item-template .item-inner .item-content .course-meta .value {
  color: #81879e;
  font-size: 14px;
  font-weight: 500;
}

.course-item-template .item-inner .item-content .footer-item .cart-icon-col {
  display: flex;
  align-items: center;
}

.course-item-template .item-inner .item-content .footer-item .cart-icon-col .price {
  font-family: Iranyekan, 'sans-serif';
  padding-right: 5px;
}

.course-item-template .item-inner .item-content .footer-item .cart-icon-col .price del bdi {
  font-size: 12px;
  color: #8b90a6;
  display: flex;
  text-align: right;
  direction: ltr;
}

.course-item-template .item-inner .item-content .footer-item .cart-icon-col .price del bdi .woocommerce-Price-currencySymbol {
  margin: 0;
}

.course-item-template .item-inner .item-content .footer-item .cart-icon-col .price bdi {
  display: flex;
  direction: ltr;
  font-size: 15px;
}

.course-item-template .item-inner .item-content .footer-item .cart-icon-col .price bdi .woocommerce-Price-currencySymbol {
  font-size: 12px;
  margin-right: 3px;
}

.course-item-template .item-inner .item-content .footer-item .cart-icon-col .price ins {
  text-decoration: none;
}

.course-item-template .item-inner .item-content .footer-item .cart-icon-col .icon-cart {
  display: inline-block;
  vertical-align: middle;
  color: #0668e1;
  font-size: 17px;
  margin-left: 5px;
  position: relative;
  top: -1px;
}

.course-item-template .item-inner .item-content .footer-item .cart-icon-col .download-icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  position: relative;
  top: -1px;
}

.course-item-template .item-inner .item-content .footer-item .cart-icon-col .text {
  display: inline-block;
  vertical-align: middle;
  color: #8b90a6;
  font-size: 12px;
  font-weight: 500;
  transition: .3s;
}

#togglePassword {
  cursor: pointer;
  margin-top: 15px;
  position: absolute;
  margin-right: -30px;
}

.course-item-template .item-inner .item-content .footer-item .item-type {
  color: #0668e1;
  font-size: 14px;
  font-weight: 500;
  margin-left: 19px;
}

.course-item-template .item-inner .item-content .footer-item .item-type.free {
  color: #81879e;
}

/* Last Section */
.last-section {
  padding-top: 8px;
  margin-bottom: 70px;
}

.last-section .heading-section {
  margin-bottom: 37px;
}

.last-section .heading-section .title {
  color: #6f758a;
  font-size: 16px;
  font-weight: 500;
}

.last-section .heading-section .show-more {
  color: #a4a8bb;
  font-size: 12px;
  font-weight: 500;
  height: 28px;
  line-height: 28px;
  border: 1px solid #dce0ed;
  background-color: #ffffff;
  display: inline-block;
  padding: 0 12px;
  border-radius: 6px;
  transition: .3s;
}

.last-section .heading-section .show-more:hover {
  border: 1px solid #0668e1;
  color: #0668e1;
}

.last-section .blog-posts .post-list .item {
  display: inline-block;
  margin-bottom: 13px;
  position: relative;
  -webkit-animation: blog-post-out .2s linear forwards;
  animation: blog-post-out .2s linear forwards;
}

.last-section .blog-posts .post-list .item:hover {
  transition: .3s;
  -webkit-animation: blog-post .25s linear forwards;
  animation: blog-post .25s linear forwards;
}

.last-section .blog-posts .post-list .item:hover .blur-filter {
  transform: scale(0.9);
  -webkit-filter: blur(4px);
  filter: blur(4px);
  top: 5px;
}

@-webkit-keyframes blog-post {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.035);
  }

  100% {
    transform: scale(1.02);
  }
}

@keyframes blog-post {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.035);
  }

  100% {
    transform: scale(1.02);
  }
}

@-webkit-keyframes blog-post-out {
  0% {
    transform: scale(1.02);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes blog-post-out {
  0% {
    transform: scale(1.02);
  }

  100% {
    transform: scale(1);
  }
}

.last-section .blog-posts .post-list .item:last-child {
  margin-bottom: 0;
}

.last-section .blog-posts .post-list .item .blur-filter {
  z-index: -1;
  position: absolute;
  display: inline-block;
  -webkit-filter: blur(7px);
  filter: blur(7px);
  top: 7px;
  transform: scale(0.87);
  background-color: rgba(72, 75, 87, 0.55);
  transition: .2s;
  max-width: 100%;
}

.last-section .blog-posts .post-list .item a {
  display: inline-block;
  width: 100%;
}

.last-section .blog-posts .post-list .item a .item-inner {
  font-size: 0;
  overflow: hidden;
  border-radius: 15px;
  height: 82px;
  margin: 0;
  position: relative;
  background: #000000;
}

.last-section .blog-posts .post-list .item a .item-inner img {
  max-width: 100%;
}

.last-section .blog-posts .post-list .item a .item-inner .thumbnail {
  display: inline-block;
  position: relative;
}

.last-section .blog-posts .post-list .item a .item-inner .thumbnail:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #343741;
  opacity: 0.7;
  z-index: 1;
}

.last-section .blog-posts .post-list .item a .item-inner .post-content {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  right: 0;
  padding: 0 30px;
  line-height: 84px;
}

.last-section .blog-posts .post-list .item a .item-inner .post-content .post-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  width: calc(100% - 100px);
  margin: 0;
}

.last-section .blog-posts .post-list .item a .item-inner .post-content .post-date {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  opacity: 0.6;
  font-size: 13px;
  font-weight: 500;
  direction: rtl;
}

.last-section .video-carousel-block .video-list {
  position: relative;
  margin-bottom: 47px;
}

.last-section .video-carousel-block .video-list:before,
.last-section .video-carousel-block .video-list:after {
  content: '';
  z-index: -1;
  position: absolute;
  right: 9px;
  left: 9px;
  top: -8px;
  bottom: -8px;
  border-radius: 20px;
  background-color: #343741;
  opacity: 0.3;
  transition: .3s;
}

.last-section .video-carousel-block .video-list:before {
  top: 20px;
  right: 23px;
  left: 23px;
  bottom: -15px;
  opacity: .2;
  transition: .4s;
}

.last-section .video-carousel-block .video-list:hover:after {
  top: -4px;
  bottom: -4px;
  opacity: .4;
}

.last-section .video-carousel-block .video-list:hover:before {
  bottom: -7px;
  opacity: .3;
}

.last-section .video-carousel-block .video-list .video-carousel {
  overflow: visible;
  background-color: #343741;
  border-radius: 22px;
}

.last-section .video-carousel-block .video-list .video-carousel .swiper-slide {
  opacity: 0;
  visibility: hidden;
  border-radius: 20px;
  overflow: hidden;
  transition: .5s;
}

.last-section .video-carousel-block .video-list .video-carousel .swiper-slide.swiper-slide-active {
  opacity: 1;
  visibility: visible;
}

.last-section .video-carousel-block .video-list .video-carousel .swiper-slide .video-block {
  cursor: pointer;
}

.last-section .video-carousel-block .video-list .video-carousel .swiper-slide .video-block .video-poster {
  position: relative;
  background-color: #343741;
}

.last-section .video-carousel-block .video-list .video-carousel .swiper-slide .video-block .video-poster img {
  max-width: 100%;
  border-radius: 20px;
}

.last-section .video-carousel-block .video-list .video-carousel .swiper-slide .video-block .video-poster:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #343741;
  opacity: 0.7;
  top: 0;
  right: 0;
  border-radius: 20px;
}

.last-section .video-carousel-block .video-list .video-carousel .swiper-slide .video-block .aparat-icon {
  position: absolute;
  right: 31px;
  top: 31px;
  z-index: 3;
}

.last-section .video-carousel-block .video-list .video-carousel .swiper-slide .video-block .video-info {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 0 32px 26px 150px;
  z-index: 3;
}

.last-section .video-carousel-block .video-list .video-carousel .swiper-slide .video-block .video-info .title-video {
  font-size: 16px;
  font-weight: 700;
}

.last-section .video-carousel-block .video-list .video-carousel .swiper-slide .video-block .video-info .video-time {
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 3px;
}

.last-section .video-carousel-block .video-list .video-carousel .swiper-slide .video-block .video-play-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}

.last-section .video-carousel-block .video-list .video-carousel .swiper-slide .video-block .video-play-btn:after {
  content: '';
  position: absolute;
  width: 130px;
  height: 130px;
  background-color: #ed145b;
  border-radius: 0 100% 0 19px;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: .3s;
}

.last-section .video-carousel-block .video-list .video-carousel .swiper-slide .video-block .video-play-btn:before {
  content: '';
  position: absolute;
  width: 129px;
  height: 129px;
  background-color: #ed145b;
  opacity: 0.9;
  border-radius: 0 100% 0 20px;
  left: 0;
  bottom: 0;
  transition: .3s;
}

.last-section .video-carousel-block .video-list .video-carousel .swiper-slide .video-block .video-play-btn .icon-play {
  position: absolute;
  left: 37px;
  bottom: 32px;
  font-size: 25px;
  z-index: 3;
}

.last-section .video-carousel-block .video-list .video-carousel .swiper-slide .video-block:hover .video-play-btn:before {
  -webkit-animation: play-btn-wave-in 2s infinite;
  animation: play-btn-wave-in 2s infinite;
}

.last-section .video-carousel-block .video-list .video-carousel .swiper-slide .video-block:hover .video-play-btn:after {
  box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.4);
}

@-webkit-keyframes play-btn-wave-in {
  from {
    transform: scale(1);
    opacity: .9;
    width: 123px;
    height: 123px;
  }

  to {
    width: 165px;
    height: 164px;
    transform: scale(1.15);
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.5);
    opacity: 0;
  }
}

@keyframes play-btn-wave-in {
  from {
    transform: scale(1);
    opacity: .9;
    width: 123px;
    height: 123px;
  }

  to {
    width: 165px;
    height: 164px;
    transform: scale(1.15);
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.5);
    opacity: 0;
  }
}

.last-section .video-carousel-block .video-list .video-carousel .navigation-btn {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 5;
  font-size: 22px;
  width: 30px;
  height: 30px;
  line-height: 38px;
  text-align: center;
  margin-top: -40px;
  cursor: pointer;
  opacity: 0;
  transition: .3s;
  transform: scale(0.3);
}

.last-section .video-carousel-block .video-list .video-carousel .navigation-btn.video-carousel-next {
  left: 0;
  right: auto;
}

.last-section .video-carousel-block .video-list .video-carousel .navigation-btn.video-carousel-prev {
  right: 0;
}

.last-section .video-carousel-block .video-list .video-carousel:hover .navigation-btn {
  opacity: .3;
  transform: scale(1);
}

.last-section .video-carousel-block .video-list .video-carousel:hover .navigation-btn:hover {
  opacity: 1;
}

.last-section .video-carousel-block .video-list .video-carousel:hover .navigation-btn.swiper-button-disabled {
  opacity: 0 !important;
  transform: scale(0) !important;
}

.last-section .link-list-widget {
  display: inline-block;
  padding: 23px 28px;
  border: 1px solid #dce0ed;
  border-radius: 20px;
  width: 100%;
}

.last-section .link-list-widget .heading {
  color: #0668e1;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 21px;
  text-align: right;
}

.last-section .link-list-widget .link-list {
  overflow: hidden;
  max-height: 159px;
}

.last-section .link-list-widget .link-list .item {
  border-bottom: solid 1px #dce0ed;
  display: inline-block;
  width: calc(100% - 30px);
  padding-bottom: 11px;
  margin-bottom: 12px;
}

.last-section .link-list-widget .link-list .item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.last-section .link-list-widget .link-list .item .link-name {
  color: #4a4e60;
  font-weight: 500;
}

.last-section .link-list-widget .link-list .item .link-os {
  margin-right: 20px;
}

.last-section .link-list-widget .link-list .item .link-os:last-child {
  margin-right: 0;
}

.last-section .link-list-widget .link-list .item .link-os .text {
  display: inline-block;
  vertical-align: middle;
  color: #969bab;
  font-size: 11px;
  font-weight: 500;
  transition: .3s;
}

.last-section .link-list-widget .link-list .item .link-os .link-icon {
  display: inline-block;
  vertical-align: middle;
  color: #bcc0cf;
  position: relative;
  top: -3px;
  font-size: 15px;
  transition: .3s;
}

.last-section .link-list-widget .link-list .item .link-os .link-icon.icon-windown {
  font-size: 14px;
}

.last-section .link-list-widget .link-list .item .link-os:hover .link-icon,
.last-section .link-list-widget .link-list .item .link-os:hover .text {
  color: #0668e1;
}

/* Page Footer */
.page-footer {
  min-height: 490px;
  background: #0668e1 url("img/base/main/footer-bg.png") repeat-x center bottom;
  position: relative;
}

.page-footer:before,
.page-footer:after {
  content: '';
  position: absolute;
  width: 1920px;
  height: 30px;
  bottom: 100%;
  margin-bottom: -1px;
  right: 50%;
  margin-right: -960px;
  background: url("img/base/main/footer-shape.svg") repeat-x center;
}

.page-footer:before {
  opacity: .2;
  margin-right: -840px;
}

.page-footer .footer-content {
  position: relative;
  padding-top: 35px;
}

.page-footer .footer-content:before,
.page-footer .footer-content:after {
  content: '';
  position: absolute;
  background: url("img/base/main/footer-after-before.png") right center no-repeat;
  height: 212px;
  width: 300px;
  right: 0;
  top: 110px;
  pointer-events: none;
  left: auto;
}

.page-footer .footer-content:after {
  background-position: left center;
  right: auto;
  left: 0;
}

.page-footer .footer-content .about-us-col {
  z-index: 5;
}

.page-footer .footer-content .about-us-col .logo-footer {
  max-width: 100%;
  position: relative;
  margin-bottom: 40px;
}

.page-footer .footer-content .about-us-col .about-us-text p {
  margin: 0;
  line-height: 31px;
  text-align: justify;
  padding-right: 20px;
  position: relative;
  right: -30px;
}

.page-footer .footer-content .about-us-col .about-us-text p strong {
  font-size: 12px;
  font-weight: 700;
}

.page-footer .footer-content .about-us-col .about-us-text p img {
  float: left;
  margin: 12px 25px 0 0;
}

.page-footer .footer-content .quick-links {
  z-index: 5;
}

.page-footer .footer-content .quick-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 31px;
}

.page-footer .footer-content .quick-links ul li a {
  display: inline-block;
  width: 100%;
}

.page-footer .footer-content .quick-links ul li a:before {
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background: #ffffff;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  margin-left: 12px;
  transition: .3s;
}

.page-footer .footer-content .quick-links ul li a:hover:before {
  margin-left: 8px;
}

.page-footer .footer-content .contact-footer {
  z-index: 5;
  padding-right: 20px;
  position: relative;
}

.page-footer .footer-content .contact-footer .address {
  font-size: 12px;
  margin-bottom: 23px;
}

.page-footer .footer-content .contact-footer .contact-info-item {
  line-height: 31px;
  margin-bottom: 25px;
}

.page-footer .footer-content .contact-footer .contact-info-item .item .label {
  font-size: 12px;
  font-weight: 700;
}

.page-footer .footer-content .contact-footer .contact-info-item .item .value {
  font-size: 12px;
}

.page-footer .footer-content .contact-footer .contact-info-item .item .value.num-fa {
  font-size: 15px;
}

.page-footer .footer-content .contact-footer .newsletter {
  position: relative;
}

.page-footer .footer-content .contact-footer .newsletter.active-newsletter .click-me {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.3);
}

.page-footer .footer-content .contact-footer .newsletter.active-newsletter .text-field {
  border-style: solid;
}

.page-footer .footer-content .contact-footer .newsletter .text-field {
  border-radius: 15px;
  border: dashed 1px rgba(255, 255, 255, 0.3);
  background: none;
  width: 100%;
  height: 52px;
  color: #ffffff;
  padding: 0 15px 0 55px;
  text-align: left;
  direction: ltr;
}

.page-footer .footer-content .contact-footer .newsletter .text-field::-moz-placeholder {
  color: #ffffff;
  font-weight: 700;
  text-align: right;
}

.page-footer .footer-content .contact-footer .newsletter .text-field:-ms-input-placeholder {
  color: #ffffff;
  font-weight: 700;
  text-align: right;
}

.page-footer .footer-content .contact-footer .newsletter .text-field::-ms-input-placeholder {
  color: #ffffff;
  font-weight: 700;
  text-align: right;
}

.page-footer .footer-content .contact-footer .newsletter .text-field::placeholder {
  color: #ffffff;
  font-weight: 700;
  text-align: right;
}

.page-footer .footer-content .contact-footer .newsletter .text-field::-webkit-input-placeholder {
  color: #ffffff;
  font-weight: 700;
  text-align: right;
}

.page-footer .footer-content .contact-footer .newsletter input[type=submit] {
  position: absolute;
  border: none;
  border-radius: 15px;
  left: 1px;
  width: 50px;
  top: 1px;
  bottom: 1px;
  background: transparent url("img/base/main/sub-form.svg") no-repeat center;
  transform: rotateY(180deg);
}

.page-footer .footer-content .contact-footer .newsletter .click-me {
  position: absolute;
  background: #0668e1;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 50px;
  border-radius: 15px;
  transition: .3s;
  cursor: pointer;
}

.page-footer .footer-content .contact-footer .newsletter .click-me:hover {
  background: #0770f1;
}

.page-footer .divider {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #0668e1 0%, #0c77fb 50%, #0668e1 100%);
  margin: 30px 0 40px;
}

.page-footer .copyright .ivahid {
  margin-left: 25px;
  display: inline-block;
  vertical-align: middle;
}

.page-footer .copyright .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  font-weight: 500;
  margin: 0;
  line-height: 20px;
}

.page-footer .copyright .social-link-footer .item {
  font-size: 21px;
  margin-right: 40px;
  transition: .3s;
  opacity: .8;
}

.page-footer .copyright .social-link-footer .item:hover {
  opacity: 1;
}

.page-footer .copyright .social-link-footer .item:last-child {
  margin-right: 0;
}

/* Scroll Style */
.custom-scrollbar {
  position: relative;
}

.custom-scrollbar:after {
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: #dfe2ec;
  right: -10px;
  top: 0;
}

.custom-scrollbar .custom-scrollbar-handle {
  display: none;
  width: 3px;
  height: 40px;
  background-color: #0668e1;
  display: block;
  top: 0;
  right: -10px;
  position: absolute;
  z-index: 2;
}

.custom-scrollbar .custom-scrollbar-container {
  overflow-x: hidden;
}

.custom-scrollbar .custom-scrollbar-container .custom-scrollbar-scrolling-content {
  overflow-y: scroll;
  width: calc(100% + 20px);
}

/* Page Layouts */
.main-page-layout {
  box-shadow: inset 0 2px 4px rgba(188, 192, 207, 0.26);
  background-color: #f5f6f9;
  padding: 29px 0;
  display: inline-block;
  width: 100%;
}

.main-page-layout .page-heading {
  border-bottom: solid 1px #dfe1ec;
  margin: 0 0 60px -47px;
  padding: 0 0 0 47px;
}

.main-page-layout .page-heading .page-title {
  color: #0668e1;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 -1px;
  padding-bottom: 30px;
  border-bottom: solid 1px #0668e1;
  display: inline-block;
}

.main-page-layout .page-heading .link-spy ul {
  list-style: none;
  padding: 0;
  margin: 0;
  direction: rtl;
}

.main-page-layout .page-heading .link-spy ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 27px;
}

.main-page-layout .page-heading .link-spy ul li:first-child {
  margin-right: 0;
}

.main-page-layout .page-heading .link-spy ul li a {
  color: #9ca7b6;
  font-size: 12px;
  transition: .3s;
}

.main-page-layout .page-heading .link-spy ul li a:hover {
  color: #0668e1;
}

/* Page Layout */
.page-layout {
  box-shadow: 0 2px 3px rgba(188, 192, 207, 0.65);
  background-color: #ffffff;
  border-radius: 20px;
  padding: 37px 47px;
  margin-bottom: 76px;
}

.page-content img {
  max-width: 100%;
}

.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
  color: #0668e1;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}

.page-content h3 {
  font-size: 19px;
}

.page-content h4 {
  font-size: 18px;
}

.page-content h5 {
  font-size: 17px;
}

.page-content h6 {
  font-size: 16px;
}

.page-content p {
  color: #373a48;
  font-size: 14px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 10px;
  text-align: justify;
}

.page-content ul {
  list-style: none;
  color: #373a48;
  font-size: 14px;
  font-weight: 500;
  line-height: 41px;
  padding: 0;
  margin: 25px 0;
}

.page-content ul li {
  position: relative;
  padding-right: 31px;
}

.page-content ul li:before {
  content: '';
  position: absolute;
  right: 0;
  top: 16px;
  width: 6px;
  height: 6px;
  background-color: #dee1ee;
  border-radius: 100%;
}

.page-content ol {
  color: #373a48;
  font-size: 14px;
  font-weight: 500;
  line-height: 41px;
  padding: 0;
  margin: 25px 0;
  font-family: Iranyekan, 'sans-serif';
}

.page-content ol li {
  position: relative;
  padding-right: 5px;
  margin-right: 15px;
}

/* Contact Us */
.contact-us-widget {
  margin: 70px 0;
  padding: 0 50px;
}

.contact-us-widget .contact-us-info-item {
  margin-bottom: 23px;
  font-size: 0;
}

.contact-us-widget .contact-us-info-item .icon {
  display: inline-block;
  vertical-align: top;
  width: 40px;
}

.contact-us-widget .contact-us-info-item .icon i {
  font-size: 36px;
  transition: .3s;
  color: #aab1c3;
}

.contact-us-widget .contact-us-info-item .icon svg path {
  transition: .3s;
}

.contact-us-widget .contact-us-info-item:hover .icon i {
  color: #0668e1;
}

.contact-us-widget .contact-us-info-item:hover .icon svg path {
  fill: #0668e1;
}

.contact-us-widget .contact-us-info-item:hover .content-widget .value {
  color: #0668e1;
}

.contact-us-widget .contact-us-info-item .content-widget {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 40px);
  padding-right: 30px;
}

.contact-us-widget .contact-us-info-item .content-widget .label {
  color: #545c67;
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 4px;
}

.contact-us-widget .contact-us-info-item .content-widget .value {
  color: #545c67;
  font-size: 13px;
  transition: .3s;
}

.contact-us-widget .contact-us-info-item .content-widget .value.phone-number {
  color: #0668e1;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: -0.48px;
}

.contact-us-widget .contact-us-info-item .content-widget .value.phone-number .code {
  color: #5f6677;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -0.37px;
  margin-right: 5px;
}

.contact-us-widget .contact-us-info-item .content-widget .value .email-item {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.06px;
  margin-left: 25px;
}

.contact-us-widget .contact-us-info-item .content-widget .value .email-item:last-child {
  margin-left: 0;
}

.contact-us-widget .contact-us-info-item .content-widget .item-phone {
  color: #5f6677;
  font-size: 13px;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
}

.contact-us-widget .contact-us-info-item .content-widget .item-phone:last-child {
  margin-right: 30px;
}

.contact-us-widget .contact-us-info-item .content-widget .item-phone .call-time {
  font-size: 15px;
  margin-bottom: 13px;
}

.contact-us-widget .contact-us-info-item .content-widget .social-list .social-item {
  border-bottom: solid 1px #f1f3f9;
}

.contact-us-widget .contact-us-info-item .content-widget .social-list .social-item i {
  font-size: 23px;
  color: #b3bcce;
  transition: .3s;
}

.contact-us-widget .contact-us-info-item .content-widget .social-list .social-item:last-child {
  border-bottom: none;
}

.contact-us-widget .contact-us-info-item .content-widget .social-list .social-item a {
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  position: relative;
}

.contact-us-widget .contact-us-info-item .content-widget .social-list .social-item a:after {
  content: '';
}

.contact-us-widget .contact-us-info-item .content-widget .social-list .social-item a .icon-social {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
}

.contact-us-widget .contact-us-info-item .content-widget .social-list .social-item a .icon-social>* {
  max-width: 25px;
  max-height: 25px;
}

.contact-us-widget .contact-us-info-item .content-widget .social-list .social-item a .icon-social svg path {
  transition: .3s;
  fill: #b3bcce;
}

.contact-us-widget .contact-us-info-item .content-widget .social-list .social-item a .icon-social {
  text-align: center;
}

.contact-us-widget .contact-us-info-item .content-widget .social-list .social-item a .social-name {
  display: inline-block;
  vertical-align: middle;
  color: #b3bcce;
  font-weight: 500;
  padding-right: 15px;
  transition: .3s;
}

.contact-us-widget .contact-us-info-item .content-widget .social-list .social-item a .social-name {
  font-size: 13px;
}

.contact-us-widget .contact-us-info-item .content-widget .social-list .social-item a .arrow {
  position: absolute;
  width: 22px;
  height: 22px;
  line-height: 20px;
  text-align: center;
  border-radius: 100%;
  left: 0;
  top: 50%;
  margin-top: -10px;
  border: solid 1px transparent;
  transition: .3s;
  padding-right: 1px;
}

.contact-us-widget .contact-us-info-item .content-widget .social-list .social-item a .arrow svg {
  transform: rotate(180deg);
}

.contact-us-widget .contact-us-info-item .content-widget .social-list .social-item a .arrow svg path {
  transition: .3s;
}

.contact-us-widget .contact-us-info-item .content-widget .social-list .social-item a:hover .icon-social svg path {
  fill: #39404a;
}

.contact-us-widget .contact-us-info-item .content-widget .social-list .social-item a:hover .icon-social i {
  color: #39404a;
}

.contact-us-widget .contact-us-info-item .content-widget .social-list .social-item a:hover .social-name {
  color: #39404a;
}

.contact-us-widget .contact-us-info-item .content-widget .social-list .social-item a:hover .arrow {
  border: solid 1px #bdc7d5;
}

.contact-us-widget .contact-us-info-item .content-widget .social-list .social-item a:hover .arrow svg path {
  fill: #bdc7d5;
}

.contact-us-widget .contact-us-form {
  box-shadow: 0 1px 21px rgba(142, 148, 165, 0.29);
  background-color: #ffffff;
  border-radius: 10px;
  padding: 45px 35px 35px;
}

.contact-us-widget .contact-us-form .form-title {
  color: #495264;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

.contact-us-widget .contact-us-form .form-section .float-container-bootstrap {
  margin-bottom: 30px;
}

.contact-us-widget .contact-us-form .form-section .float-container-bootstrap .select-style {
  flex: 1;
}

.contact-us-widget .contact-us-form .form-section .float-container-bootstrap .select-style input[readonly="readonly"] {
  display: none;
}

.contact-us-widget .contact-us-form .form-section .float-container-bootstrap .input-group-text {
  width: 100%;
}

.contact-us-widget .contact-us-form .form-section .float-container-bootstrap .input-group-text {
  border-radius: 0;
}

.contact-us-widget .contact-us-form .form-section .float-container-bootstrap select {
  outline: 0 !important;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  cursor: pointer;
}

.contact-us-widget .contact-us-form .form-section .float-container {
  position: relative;
  margin-bottom: 30px;
}

.contact-us-widget .contact-us-form .form-section .float-container:last-child {
  margin-bottom: 0;
}

.contact-us-widget .contact-us-form .form-section .float-container input {
  border: none;
  outline: 0;
  width: 100%;
  line-height: 32px;
  border-bottom: solid 1px #e5e7ee;
  padding: 0 8px;
}

.contact-us-widget .contact-us-form .form-section .float-container input::-moz-placeholder {
  text-align: right;
}

.contact-us-widget .contact-us-form .form-section .float-container input:-ms-input-placeholder {
  text-align: right;
}

.contact-us-widget .contact-us-form .form-section .float-container input::-ms-input-placeholder {
  text-align: right;
}

.contact-us-widget .contact-us-form .form-section .float-container input::placeholder {
  text-align: right;
}

.contact-us-widget .contact-us-form .form-section .float-container input:focus {
  border-bottom: solid 1px #0668e1;
}

.contact-us-widget .contact-us-form .form-section .float-select {
  position: relative;
  margin-bottom: 30px;
}

.contact-us-widget .contact-us-form .form-section .container-textarea {
  position: relative;
  margin-bottom: 30px;
  /** active label */
}

.contact-us-widget .contact-us-form .form-section .container-textarea textarea {
  border: none;
  outline: 0;
  width: 100%;
  line-height: 32px;
  border-bottom: solid 1px #e5e7ee;
  padding: 30px 8px 0;
  min-height: 170px;
  text-align: right !important;
}

.contact-us-widget .contact-us-form .form-section .container-textarea textarea:focus {
  border-bottom: solid 1px #0668e1;
}

.contact-us-widget .contact-us-form .form-section .container-textarea label {
  color: #4a6469;
  font-size: 14px;
}

.contact-us-widget .contact-us-form .form-section .container-textarea.active label {
  top: -20px;
  font-size: 11px;
  color: #0668e1;
  font-weight: 500;
}

.contact-us-widget .contact-us-form .form-section .submit-col .sub-form {
  border: none;
  background: url("img/base/main/sub-form.svg") 80% center no-repeat #0668e1;
  color: #fff;
  height: 43px;
  font-size: 14px;
  line-height: 45px;
  border-radius: 16px 0;
  padding: 0 52px 0 20px;
  font-weight: 500;
  transition: .3s;
  cursor: pointer;
}

.contact-us-widget .contact-us-form .form-section .submit-col .sub-form:hover {
  background-color: #069c46;
}

/* Location Image */
.location-section {
  margin: -150px -47px 40px;
}

.location-section img {
  max-width: 100%;
}

/* Asked Question */
.accordion-question {
  margin: 60px 0 100px;
}

.accordion-question .title-question {
  margin-bottom: 30px;
}

.accordion-question .item {
  border-bottom: solid 1px #e1e5ec;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.accordion-question .item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.accordion-question .item .heading-question {
  font-size: 15px;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  margin-bottom: 5px;
}

.accordion-question .item .heading-question:before {
  content: '-';
  width: 20px;
  height: 20px;
  line-height: 18px;
  position: relative;
  margin-left: 20px;
  text-align: center;
  display: inline-block;
  vertical-align: bottom;
  top: 1px;
  color: #0668e1;
  font-size: 20px;
  font-weight: 700;
}

.accordion-question .item .heading-question.collapsed:before {
  content: '+';
}

.accordion-question .item .question-content {
  line-height: 41px;
  text-align: justify;
  position: relative;
  color: #373a48;
  font-size: 13px;
  font-weight: 500;
}

.accordion-question .item .question-content .item-inner {
  padding: 20px 0;
}

.accordion-question .item .question-content .item-inner .question-content-text {
  background-color: #f5f6f9;
  border-radius: 14px;
  padding: 30px 42px;
}

/* Table Banner */
.banner-table table {
  width: 100%;
}

.banner-table table thead tr {
  border-bottom: solid 1px #dce0eb;
}

.banner-table table thead tr td {
  color: #0668e1;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 24px;
}

.banner-table table tbody tr {
  border-bottom: solid 1px #dce0eb;
}

.banner-table table tbody tr:last-child {
  border-bottom: none;
}

.banner-table table tbody tr td {
  padding: 21px 0;
  color: #373a48;
  font-size: 14px;
  font-weight: 500;
}

.banner-table table tbody tr td img.icon {
  margin-left: 9px;
}

.banner-table table tbody tr td .price {
  color: #0668e1;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.36px;
}

.banner-table table tbody tr td .currency {
  color: #a1a4ad;
  font-weight: 500;
}

.banner-table table tbody tr td a.reserv-banner {
  width: 56px;
  height: 27px;
  line-height: 27px;
  box-shadow: 0 3px 0 rgba(21, 92, 180, 0.31);
  background-color: #0668e1;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  border-radius: 4px;
  transition: .3s;
}

.banner-table table tbody tr td a.reserv-banner:hover {
  background-color: #0662d3;
  box-shadow: 0 2px 0 rgba(21, 92, 180, 0.4);
}

/* Single Page Layouts */
.single-page-layout {
  padding: 45px 200px 40px;
}

.single-page-layout .heading-page {
  margin-bottom: 43px;
}

.single-page-layout .heading-page .post-title {
  color: #0668e1;
  font-size: 18px;
  font-weight: 700;
  margin: 12px 0 0;
}

.single-page-layout .heading-page .rating {
  position: relative;
  top: -7px;
}

.single-page-layout .heading-page .rating .total-vote .vote {
  color: #999ca8;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -3.19px;
}

.single-page-layout .heading-page .rating .total-vote .text {
  color: #999ca8;
  font-size: 11px;
  font-weight: 500;
  margin-left: 5px;
}

.single-page-layout .heading-page .rating .rate-btn img {
  margin-top: 10px;
}

.single-page-layout .post-thumbnail {
  position: relative;
  margin-bottom: 50px;
}

.single-page-layout .post-thumbnail img {
  max-width: 100%;
  border-radius: 19px;
}

.single-page-layout .post-thumbnail .blur-filter {
  -webkit-filter: blur(16px);
  filter: blur(16px);
  transform: scale(0.97);
  position: absolute;
  top: 6px;
  right: 0;
  z-index: -1;
}

.single-page-layout .post-info {
  margin-bottom: 30px;
}

.single-page-layout .post-info .excerpt {
  padding-left: 6px;
  text-align: justify;
}

.single-page-layout .post-info .excerpt .title-excerpt {
  color: #888a93;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
}

.single-page-layout .post-info .excerpt .excerpt-text {
  color: #7b7d88;
  font-weight: 500;
  line-height: 31px;
}

.single-page-layout .post-info .post-info-items {
  color: #7b7d88;
  font-size: 12px;
  font-weight: 500;
  line-height: 41px;
}

.single-page-layout .post-info .post-info-items .item {
  border-bottom: solid 1px #e3e6ee;
}

.single-page-layout .post-info .post-info-items .item:last-child {
  border-bottom: none;
}

.single-page-layout .page-content {
  margin-bottom: 53px;
}

.single-page-layout .footer-post {
  margin-bottom: 45px;
}

.single-page-layout .footer-post .heading {
  position: relative;
  margin-bottom: 25px;
}

.single-page-layout .footer-post .heading:after {
  content: '';
  position: absolute;
  right: 2px;
  left: 0;
  top: 50%;
  margin-top: -1px;
  background-color: #dfe2ee;
  height: 1px;
}

.single-page-layout .footer-post .heading span {
  color: #9da1b3;
  background: #ffffff;
  padding-left: 12px;
  display: inline-block;
  z-index: 2;
  position: relative;
}

.single-page-layout .footer-post .social-items {
  font-size: 21px;
  color: #aeb1c0;
  transition: .3s;
  margin-left: 44px;
}

.single-page-layout .footer-post .social-items:first-child {
  margin-left: 0;
}

.single-page-layout .footer-post .social-items:hover {
  color: #0668e1;
}

.single-page-layout .footer-post .short-link {
  color: #0668e1;
  font-size: 12px;
  font-weight: 500;
}

/* Breadcrumb */
.custom-breadcrumb ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-breadcrumb ul li {
  display: inline-block;
  vertical-align: middle;
}

.custom-breadcrumb ul li:after {
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 10px;
  background: url("img/base/main/left.svg") no-repeat center;
  margin: 0 15px;
}

.custom-breadcrumb ul li:last-child:after {
  display: none;
}

.custom-breadcrumb ul li a {
  color: #a4a7b2;
  font-size: 12px;
  font-weight: 500;
  transition: .3s;
}

.custom-breadcrumb ul li a:hover {
  color: #0668e1;
}

/* Related Post */
.related-post {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
}

.related-post:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 170px;
  background: #0668e1;
  right: 0;
  top: 60px;
  box-shadow: 0 31px 0 0 #f1f1f3;
}

.related-post .container {
  padding: 0 200px;
}

.related-post .container .heading .title {
  margin: 0;
  position: relative;
  background: #0668e1;
  color: #ffffff;
  height: 60px;
  line-height: 73px;
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
}

.related-post .container .heading .title:after {
  content: '';
  position: absolute;
  left: 100%;
  height: 100%;
  width: 100vw;
  background: #0668e1;
  z-index: -1;
}

.related-post .container .heading .title:before {
  content: '';
  position: absolute;
  right: 100%;
  background: url("img/base/pages/related-post-shape.svg") no-repeat top right;
  width: 180px;
  height: 65px;
  top: 0;
}

.related-post .container .related-post-block {
  position: relative;
  padding-top: 30px;
  margin: 0 -15px;
}

.related-post .container .related-post-block .swiper-pagination-related {
  position: absolute;
  left: 15px;
  top: -44px;
}

.related-post .container .related-post-block .swiper-pagination-related .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border: 1px solid #c8cfe5;
  opacity: 1;
  background: #ffffff;
  margin-right: 7px;
  border-radius: 5px;
  transition: .3s;
}

.related-post .container .related-post-block .swiper-pagination-related .swiper-pagination-bullet:hover {
  border-color: #0668e1;
}

.related-post .container .related-post-block .swiper-pagination-related .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0668e1;
  border-color: #0668e1;
  width: 25px;
}

/* Post Template Blog */
.post-blog-template .item-inner {
  padding: 0 15px;
}

.post-blog-template .item-inner a {
  display: inline-block;
  width: 100%;
}

.post-blog-template .item-inner a .thumbnail-post img {
  max-width: 100%;
  border-radius: 15px;
  box-shadow: 0 2px 5px rgba(40, 46, 63, 0.46);
  transition: .3s;
}

.post-blog-template .item-inner a:hover .thumbnail-post img {
  box-shadow: 0 0 3px rgba(40, 46, 63, 0.9);
}

.post-blog-template .item-inner a .title-post {
  color: #0668e1;
  font-size: 17px;
  font-weight: 700;
  margin: 25px 0 18px;
  display: inline-block;
  width: 100%;
}

.post-blog-template .item-inner .excerpt-post {
  color: #7d808d;
  font-weight: 500;
  line-height: 27px;
  text-align: justify;
  margin-bottom: 22px;
}

.post-blog-template .item-inner .post-item-info .rating .avg-vote {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: -2px;
  color: #0668e1;
  font-size: 15px;
  font-weight: 500;
  margin-left: 8px;
}

.post-blog-template .item-inner .post-item-info .rating .vote-func {
  display: inline-block;
  vertical-align: middle;
}

.post-ratings img {
  cursor: default !important;
}

.post-blog-template .item-inner .post-item-info .post-info-obj span {
  color: #a3a5b2;
  font-size: 12px;
  font-weight: 500;
  margin-right: 15px;
}

.post-blog-template .item-inner .post-item-info .post-info-obj span:first-child {
  margin-right: 0;
}

/* Single Banner */
.single-banner {
  margin-bottom: 40px;
}

.single-banner img {
  max-width: 100%;
}

/* Single Comment */
.comment-section {
  background-color: #f8f9fc;
  padding: 35px 0;
}

.comment-section .heading {
  margin-bottom: 32px;
}

.comment-section .heading h4 {
  color: #0668e1;
  font-size: 17px;
  font-weight: 700;
}

.comment-section .heading .number-of-comment {
  color: #626675;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
}

.comment-section .comment-items .comment-item {
  margin-bottom: 21px;
}

.comment-section .comment-items .comment-item.comment-item-has-children {
  padding-right: 50px;
}

.comment-section .comment-items .comment-item .comment-inner {
  box-shadow: 0 1px 1px rgba(55, 58, 72, 0.25);
  background-color: #ffffff;
  border-radius: 10px;
  padding: 35px 33px;
}

.comment-section .comment-items .comment-item .comment-inner .heading .author {
  display: inline-block;
  vertical-align: middle;
  color: #373a48;
  font-size: 15px;
  font-weight: 700;
  margin-left: 16px;
}

.comment-section .comment-items .comment-item .comment-inner .heading .date {
  display: inline-block;
  vertical-align: middle;
  color: #868a9d;
  font-size: 12px;
  font-weight: 500;
}

.comment-section .comment-items .comment-item .comment-inner .comment-text {
  color: #373a48;
  font-weight: 500;
  text-align: justify;
  margin-bottom: 26px;
  line-height: 31px;
}

.comment-section .comment-items .comment-item .comment-inner .comment-footer .comment-like a {
  margin-left: 45px;
  color: #9ba0b7;
  font-size: 12px;
  font-weight: 500;
}

.comment-section .comment-items .comment-item .comment-inner .comment-footer .comment-like a:last-child {
  margin-left: 0;
}

.comment-section .comment-items .comment-item .comment-inner .comment-footer .comment-like a .icon {
  margin-left: 8px;
}

.comment-section .comment-items .comment-item .comment-inner .comment-footer .replay {
  color: #9ba0b7;
  font-size: 12px;
  font-weight: 500;
  transition: .3s;
}

.comment-section .comment-items .comment-item .comment-inner .comment-footer .replay:hover {
  color: #0668e1;
}

.comment-section .comment-items .comment-item .comment-inner .comment-footer .replay .text {
  margin-left: 10px;
}

.comment-form {
  padding: 10px 0 66px;
  position: relative;
  background: url("img/base/pages/down-comment-arrow.svg") no-repeat center -2px;
}

.comment-form .heading-form {
  color: #0668e1;
  font-size: 16px;
  font-weight: 700;
  line-height: 31px;
  margin-bottom: 34px;
}

.comment-form .comment-text-input {
  width: 100%;
  border: none;
  background: url("img/base/pages/linear-textarea.svg") center bottom;
  min-height: 171px;
  text-align: center;
  resize: none;
}

.comment-form .comment-text-input::-moz-placeholder {
  color: #767a8d;
  font-weight: 500;
}

.comment-form .comment-text-input:-ms-input-placeholder {
  color: #767a8d;
  font-weight: 500;
}

.comment-form .comment-text-input::-ms-input-placeholder {
  color: #767a8d;
  font-weight: 500;
}

.comment-form .comment-text-input::placeholder {
  color: #767a8d;
  font-weight: 500;
}

.comment-form .comment-text-input::-webkit-input-placeholder {
  color: #767a8d;
  font-weight: 500;
}

.comment-form .footer-comment-form {
  margin-top: 17px;
}

.comment-form .footer-comment-form .sticky {
  display: inline-block;
  vertical-align: middle;
  padding-left: 18px;
}

.comment-form .footer-comment-form .sticky .icon {
  cursor: pointer;
}

.comment-form .footer-comment-form .submit-comment {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.comment-form .footer-comment-form .submit-comment:after {
  content: 'برای شروع پرسش و پاسخ، باید در دوره ثبت نام کنید';
  position: absolute;
  right: 100%;
  margin-right: 30px;
  top: 50%;
  margin-top: -10px;
  width: 100vw;
  text-align: right;
  color: #848793;
  font-size: 11px;
  font-weight: 500;
}

.comment-form .footer-comment-form .submit-comment input[type=submit] {
  width: 121px;
  height: 51px;
  background-color: #0668e1;
  border-radius: 30px;
  border: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  transition: .3s;
  box-shadow: 0 8px 10px -6px #0668e1;
}

.comment-form .footer-comment-form .submit-comment input[type=submit]:hover {
  box-shadow: 0 4px 5px -3px #0668e1;
}

/* Course Page */
.course-thumbnail {
  margin-bottom: 30px;
  box-shadow: 0 2px 4px rgba(93, 104, 135, 0.14);
  border-radius: 20px;
}

.course-thumbnail .video-block {
  position: relative;
}

.course-thumbnail .video-block .vjs-poster {
  background-size: 100%;
}

.course-thumbnail .video-block .vjs-poster:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  box-shadow: 0 2px 4px rgba(93, 104, 135, 0.14);
  background-color: #222328;
  opacity: 0.8;
}

.course-thumbnail .video-block .video-js {
  display: inline-block;
  width: 100%;
  background-color: transparent;
  overflow: hidden;
  border-radius: 18px;
}

.course-thumbnail .video-block .video-js .vjs-big-play-button {
  background: url("img/base/pages/video-play-img.png") center no-repeat;
  width: 340px;
  height: 340px;
  border: none;
  font-size: 0;
  right: 50%;
  margin-right: -170px;
  top: 50%;
  margin-top: -170px;
  transition: .3s;
  border-radius: 100%;
  left: auto;
  z-index: 1;
}

.course-thumbnail .video-block .video-js:hover .vjs-big-play-button:before {
  opacity: 0.1;
  transform: scale(1.4);
}

.course-thumbnail .video-block .video-js:hover .vjs-big-play-button:after {
  transform: scale(1.9);
  opacity: 0.02;
}

.course-thumbnail .video-block .trailer-info-top {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 3;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  transition: .3s;
  pointer-events: none;
}

.course-thumbnail .video-block .trailer-info-top .text {
  display: inline-block;
  vertical-align: middle;
}

.course-thumbnail .video-block .trailer-info-top .text .video-name {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.course-thumbnail .video-block .vjs-paused+.trailer-info-top {
  visibility: visible;
  opacity: 1;
}

.course-thumbnail .video-block .vjs-has-started.vjs-paused+.trailer-info-top {
  bottom: 50px;
}

.course-thumbnail .video-block .vjs-has-started+.trailer-info-top {
  bottom: 60px;
}

.course-thumbnail .video-block video {
  display: block;
  -o-object-fit: fill;
  object-fit: fill;
}

.course-thumbnail .image-block img {
  border-radius: 20px;
  max-width: 100%;
}

.course-content {
  box-shadow: 0 2px 3px rgba(188, 192, 207, 0.65);
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin-bottom: 35px;
}

.course-content .tab-nav .nav {
  border-bottom: solid 1px #e3e5f1;
}

.course-content .tab-nav .nav a {
  transition: .3s;
  border-left: solid 1px #e3e5f1;
  padding: 36px 0 28px;
}

.course-content .tab-nav .nav a:last-child {
  border-left: none;
}

.course-content .tab-nav .nav a .icon {
  display: inline-block;
  width: 100%;
  font-size: 43px;
  color: #e5e7ee;
  transition: .3s;
  margin-bottom: 12px;
}

.course-content .tab-nav .nav a .text {
  display: inline-block;
  width: 100%;
  color: #a8abb8;
  font-size: 14px;
  font-weight: 500;
  transition: .3s;
}

.course-content .tab-nav .nav a.active .icon,
.course-content .tab-nav .nav a:hover .icon {
  color: #0668e1;
}

.course-content .tab-nav .nav a.active .text,
.course-content .tab-nav .nav a:hover .text {
  color: #0668e1;
}

.course-content .tab-content .tab-pane {
  padding: 32px 30px;
}

.course-content .tab-content .tab-pane .page-content h2 {
  margin-bottom: 20px;
}

.course-content .tab-content .tab-pane .page-content p {
  margin-bottom: 20px;
}

.course-content .tab-content .tab-pane .page-content img {
  max-width: 100%;
  margin: 30px 0;
}

.course-content .tab-content .tab-pane .page-content hr {
  margin: 40px 0;
}

.course-content .tab-content .tab-pane .accordion-package-file .item {
  margin-bottom: 40px;
}

.course-content .tab-content .tab-pane .accordion-package-file .item:last-child {
  margin-bottom: 0;
}

.course-content .tab-content .tab-pane .accordion-package-file .item .heading-item {
  margin-bottom: 15px;
}

.course-content .tab-content .tab-pane .accordion-package-file .item .heading-item .heading-inner {
  position: relative;
  cursor: pointer;
}

.course-content .tab-content .tab-pane .accordion-package-file .item .heading-item .heading-inner:before {
  content: '';
  position: absolute;
  right: 2px;
  height: 1px;
  left: 0;
  background-color: #e2e4ec;
  top: 50%;
  margin-top: -1px;
}

.course-content .tab-content .tab-pane .accordion-package-file .item .heading-item .heading-inner:after {
  content: '-';
  font-size: 46px;
  position: absolute;
  background: #ffffff;
  padding-right: 13px;
  color: #bdc0cf;
  left: 0;
  top: 50%;
  margin-top: -13px;
  height: 30px;
  line-height: 30px;
}

.course-content .tab-content .tab-pane .accordion-package-file .item .heading-item .heading-inner.collapsed .text {
  color: #0668e1;
}

.course-content .tab-content .tab-pane .accordion-package-file .item .heading-item .heading-inner.collapsed:after {
  content: '+';
  color: #0668e1;
  font-size: 30px;
  font-weight: 700;
}

.course-content .tab-content .tab-pane .accordion-package-file .item .heading-item .heading-inner .text {
  background: #ffffff;
  z-index: 2;
  padding-left: 32px;
  position: relative;
  color: #bdc0cf;
  font-size: 20px;
  font-weight: 700;
  transition: .3s;
}

.course-content .tab-content .tab-pane .accordion-package-file .item .download-list {
  counter-reset: section;
}

.course-content .tab-content .tab-pane .accordion-package-file .item .download-list .item-download {
  margin-bottom: 11px;
}

.course-content .tab-content .tab-pane .accordion-package-file .item .download-list .item-download:last-child {
  margin-bottom: 0;
}

.course-content .tab-content .tab-pane .accordion-package-file .item .download-list .item-download .item-inner {
  height: 50px;
  line-height: 50px;
  border: 1px solid #e0e2ea;
  border-radius: 8px;
}

.course-content .tab-content .tab-pane .accordion-package-file .item .download-list .item-download .item-inner .video-item {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

.course-content .tab-content .tab-pane .accordion-package-file .item .download-list .item-download .item-inner .video-item .number {
  color: #0668e1;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  width: 58px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  border-left: solid 1px #e0e2ea;
}

.course-content .tab-content .tab-pane .accordion-package-file .item .download-list .item-download .item-inner .video-item .number:before {
  counter-increment: section;
  content: counter(section);
}

.course-content .tab-content .tab-pane .accordion-package-file .item .download-list .item-download .item-inner .video-item .title {
  color: #707382;
  font-size: 14px;
  font-weight: 700;
  padding-right: 17px;
  transition: .3s;
}

.course-content .tab-content .tab-pane .accordion-package-file .item .download-list .item-download .item-inner .video-item:hover .title {
  color: #0668e1;
}

.course-content .tab-content .tab-pane .accordion-package-file .item .download-list .item-download .item-inner .video-item .desc {
  color: #9ca1b6;
  font-size: 12px;
  font-weight: 500;
  padding-right: 32px;
}

.course-content .tab-content .tab-pane .accordion-package-file .item .download-list .item-download .item-inner .video-item .desc i {
  font-size: 18px;
  color: #c6c9d7;
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
}

.course-content .tab-content .tab-pane .accordion-package-file .item .download-list .item-download .item-inner .video-item .icon-download {
  float: left;
  height: 50px;
  line-height: 48px;
  color: #0668e1;
  margin-left: 22px;
}

.course-content .tab-content .tab-pane.review-tab {
  padding: 0;
}

.course-content .tab-content .tab-pane.review-tab .tab-nav-review .nav {
  font-size: 0;
}

.course-content .tab-content .tab-pane.review-tab .tab-nav-review .nav a {
  width: 50%;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  transition: .3s;
  font-size: 15px;
  font-weight: 500;
  border-bottom: solid 1px #e3e5f1;
  border-left: solid 1px #e3e5f1;
  color: #a9acba;
}

.course-content .tab-content .tab-pane.review-tab .tab-nav-review .nav a:last-child {
  border-left: 0;
}

.course-content .tab-content .tab-pane.review-tab .tab-nav-review .nav a span {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  width: 18px;
  height: 18px;
  line-height: 21px;
  background-color: #a9acba;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
}

.course-content .tab-content .tab-pane.review-tab .tab-nav-review .nav a.active {
  color: #0668e1;
  background-color: #f6f6f8;
}

.course-content .tab-content .tab-pane.review-tab .tab-nav-review .nav a.active span {
  background: #0668e1;
}

.course-content .tab-content .tab-pane.review-tab .tab-content .tab-pane {
  padding: 0;
}

.course-content .tab-content .tab-pane.review-tab .tab-content .tab-pane .review-section {
  padding: 32px 30px;
}

.course-content .tab-content .tab-pane.review-tab .tab-content .tab-pane .review-section .comment-items .comment-item {
  box-shadow: 0 1px 1px rgba(55, 58, 72, 0.25);
  background-color: #f8f9fc;
  border-radius: 8px;
  padding: 35px 25px 30px;
  margin-bottom: 27px;
}

.course-content .tab-content .tab-pane.review-tab .tab-content .tab-pane .review-section .comment-items .comment-item:last-child {
  margin-bottom: 0;
}

.course-content .tab-content .tab-pane.review-tab .tab-content .tab-pane .review-section .comment-items .comment-item .comment-inner .heading-review-item {
  margin-bottom: 20px;
}

.course-content .tab-content .tab-pane.review-tab .tab-content .tab-pane .review-section .comment-items .comment-item .comment-inner .heading-review-item .author-replay,
.course-content .tab-content .tab-pane.review-tab .tab-content .tab-pane .review-section .comment-items .comment-item .comment-inner .heading-review-item .author {
  color: #373a48;
  font-size: 15px;
  font-weight: 700;
}

.course-content .tab-content .tab-pane.review-tab .tab-content .tab-pane .review-section .comment-items .comment-item .comment-inner .heading-review-item .replay-text-head {
  color: #868a9d;
  font-size: 15px;
  margin: 0 10px;
}

.course-content .tab-content .tab-pane.review-tab .tab-content .tab-pane .review-section .comment-items .comment-item .comment-inner .heading-review-item .date {
  color: #868a9d;
  font-size: 12px;
  margin-right: 14px;
}

.course-content .tab-content .tab-pane.review-tab .tab-content .tab-pane .review-section .comment-items .comment-item .comment-inner .heading-review-item .role {
  float: left;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  height: 22px;
  line-height: 22px;
  background-color: #0668e1;
  padding: 0 5px;
  border-radius: 5px;
}

.course-content .tab-content .tab-pane.review-tab .tab-content .tab-pane .review-section .comment-items .comment-item .comment-inner .comment-text {
  color: #373a48;
  font-size: 12px;
  font-weight: 500;
  line-height: 31px;
  text-align: justify;
  margin-bottom: 25px;
}

.course-content .tab-content .tab-pane.review-tab .tab-content .tab-pane .review-section .comment-items .comment-item .comment-inner .comment-footer .comment-like a {
  margin-left: 45px;
  color: #9ba0b7;
  font-size: 12px;
  font-weight: 500;
}

.course-content .tab-content .tab-pane.review-tab .tab-content .tab-pane .review-section .comment-items .comment-item .comment-inner .comment-footer .comment-like a:last-child {
  margin-left: 0;
}

.course-content .tab-content .tab-pane.review-tab .tab-content .tab-pane .review-section .comment-items .comment-item .comment-inner .comment-footer .comment-like a .icon {
  margin-left: 8px;
}

.course-content .tab-content .tab-pane.review-tab .tab-content .tab-pane .review-section .comment-items .comment-item .comment-inner .comment-footer .replay {
  color: #9ba0b7;
  font-size: 12px;
  font-weight: 500;
  transition: .3s;
}

.course-content .tab-content .tab-pane.review-tab .tab-content .tab-pane .review-section .comment-items .comment-item .comment-inner .comment-footer .replay:hover {
  color: #0668e1;
}

.course-content .tab-content .tab-pane.review-tab .tab-content .tab-pane .review-section .comment-items .comment-item .comment-inner .comment-footer .replay .text {
  margin-left: 10px;
}

.course-content .tab-content .tab-pane.review-tab .tab-content .tab-pane .review-section .comment-items .comment-item .comment-item {
  box-shadow: 0 1px 1px rgba(55, 58, 72, 0.25);
  background-color: #ffffff;
  margin-top: 33px;
}

.course-content .tab-content .tab-pane.review-tab .tab-content .tab-pane .comment-form {
  padding: 32px 30px 50px;
  background: none;
}

.course-content .tab-content .tab-pane.review-tab .tab-content .tab-pane .comment-form .heading-form {
  margin-bottom: 6px;
}

.course-content .tab-content .tab-pane.review-tab .tab-content .tab-pane .comment-form .desc {
  margin-bottom: 36px;
  color: #767a8d;
  font-weight: 500;
}

.course-content .tab-content .tab-pane.review-tab .tab-content .tab-pane .asked-question-single .question-item {
  padding: 32px 30px;
  border-bottom: solid 1px #e3e5f1;
  margin-bottom: 10px;
}

.course-content .tab-content .tab-pane.review-tab .tab-content .tab-pane .asked-question-single .question-item .heading-question {
  margin-bottom: 10px;
}

.course-content .tab-content .tab-pane.review-tab .tab-content .tab-pane .asked-question-single .question-item .heading-question .author-name {
  color: #878995;
  font-weight: 500;
  margin-bottom: 5px;
}

.course-content .tab-content .tab-pane.review-tab .tab-content .tab-pane .asked-question-single .question-item .heading-question .question-title {
  color: #0668e1;
  font-size: 20px;
  font-weight: 700;
}

.course-content .tab-content .tab-pane.review-tab .tab-content .tab-pane .asked-question-single .question-item .answer-content {
  position: relative;
  padding: 12px 4px 0;
}

.course-content .tab-content .tab-pane.review-tab .tab-content .tab-pane .asked-question-single .question-item .answer-content:after {
  content: '';
  position: absolute;
  right: 4px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #dcdfe8;
}

.course-content .tab-content .tab-pane.review-tab .tab-content .tab-pane .asked-question-single .question-item .answer-content p {
  padding-right: 23px;
  position: relative;
}

.course-content .tab-content .tab-pane.review-tab .tab-content .tab-pane .asked-question-single .question-item .answer-content .answer-1 {
  color: #5e616e;
  font-weight: 500;
  line-height: 31px;
}

.course-content .tab-content .tab-pane.review-tab .tab-content .tab-pane .asked-question-single .question-item .answer-content .answer-2 {
  color: #5e616e;
  font-size: 15px;
  font-weight: 500;
  line-height: 41px;
}

.course-content .tab-content .tab-pane.review-tab .tab-content .tab-pane .asked-question-single .question-item .answer-content .answer-2:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #0668e1;
  z-index: 2;
}

.course-content .tab-content .tab-pane.review-tab .tab-content .tab-pane .asked-question-single .question-item .footer-question .comment-like a {
  color: #9ba0b7;
  font-size: 12px;
  font-weight: 500;
  margin-left: 25px;
  transition: .3s;
}

.course-content .tab-content .tab-pane.review-tab .tab-content .tab-pane .asked-question-single .question-item .footer-question .comment-like a:hover {
  color: #373a48;
}

.course-content .tab-content .tab-pane.review-tab .tab-content .tab-pane .asked-question-single .question-item .footer-question .comment-like a:hover .icon {
  box-shadow: 0 1px 6px rgba(55, 58, 72, 0.23);
}

.course-content .tab-content .tab-pane.review-tab .tab-content .tab-pane .asked-question-single .question-item .footer-question .comment-like a:hover .icon svg path {
  fill: #0668e1;
}

.course-content .tab-content .tab-pane.review-tab .tab-content .tab-pane .asked-question-single .question-item .footer-question .comment-like a:last-child {
  margin-left: 0;
}

.course-content .tab-content .tab-pane.review-tab .tab-content .tab-pane .asked-question-single .question-item .footer-question .comment-like a .icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  width: 31px;
  height: 31px;
  line-height: 30px;
  border-radius: 100%;
  background-color: #ffffff;
  text-align: center;
  transition: .3s;
}

.course-content .tab-content .tab-pane.review-tab .tab-content .tab-pane .asked-question-single .question-item .footer-question .comment-like a .icon svg path {
  transition: .3s;
}

.course-content .tab-content .tab-pane.review-tab .tab-content .tab-pane .asked-question-single .question-item .footer-question .comment-like a .text {
  margin-left: 4px;
}

.course-content .tab-content .tab-pane.review-tab .tab-content .tab-pane .asked-question-form .comment-form .footer-comment-form {
  margin-top: 37px;
  margin-right: 0;
}

.course-content .tab-content .tab-pane.review-tab .tab-content .tab-pane .asked-question-form .comment-form .footer-comment-form .left {
  direction: rtl;
}

.course-content .tab-content .tab-pane.review-tab .tab-content .tab-pane .asked-question-form .comment-form .footer-comment-form .submit-comment {
  margin: 0;
}

.course-content .tab-content .tab-pane.review-tab .tab-content .tab-pane .asked-question-form .comment-form .footer-comment-form .submit-comment:after {
  display: none;
}

.course-content .tab-content .tab-pane.review-tab .tab-content .tab-pane .asked-question-form .comment-form .footer-comment-form .file-attachment {
  padding-right: 20px;
  position: relative;
}

.course-content .tab-content .tab-pane.review-tab .tab-content .tab-pane .asked-question-form .comment-form .footer-comment-form .file-attachment .custom-file-upload {
  background: url("img/base/main/attachment.svg") no-repeat right center;
  height: 52px;
  line-height: 52px;
  width: 100%;
  padding: 0 60px 0 46px;
  cursor: pointer;
  text-align: left;
  direction: ltr;
  color: #8f919d;
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
  word-wrap: break-word;
  display: inline-block;
  margin: 0;
}

.course-content .tab-content .tab-pane.review-tab .tab-content .tab-pane .asked-question-form .comment-form .footer-comment-form .file-attachment .attachment-field {
  display: none;
}

.course-content .tab-content .tab-pane.review-tab .tab-content .tab-pane .asked-question-form .comment-form .footer-comment-form .file-attachment .icon-delete {
  display: none;
  font-size: 22px;
  color: #9a9dab;
  cursor: pointer;
  position: absolute;
  height: 52px;
  line-height: 49px;
  top: 0;
  left: 0;
  transition: .3s;
}

.course-content .tab-content .tab-pane.review-tab .tab-content .tab-pane .asked-question-form .comment-form .footer-comment-form .file-attachment .icon-delete:hover {
  color: red;
}

.sidebar .sidebar-block {
  overflow: hidden;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 2px 3px rgba(188, 192, 207, 0.65);
  margin-bottom: 24px;
}

.sidebar .sidebar-block .course-information .thumbnail-course {
  position: relative;
  margin-bottom: 26px;
}

.sidebar .sidebar-block .course-information .thumbnail-course .thumbnail-course-image {
  max-width: 100%;
}

.sidebar .sidebar-block .course-information .thumbnail-course .logo {
  position: absolute;
  top: 28px;
  left: 28px;
}

.sidebar .sidebar-block .course-information .info-side-content {
  padding: 0 18px 20px;
}

.sidebar .sidebar-block .course-information .info-side-content .heading-side-info {
  font-size: 0;
}

.sidebar .sidebar-block .course-information .info-side-content .heading-side-info .badge {
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  width: 43px;
  height: 43px;
  line-height: 43px;
  box-shadow: 0 1px 3px rgba(29, 39, 76, 0.57);
  background-color: #ed145b;
  text-align: center;
  border-radius: 100% 10px 100% 100%;
  position: relative;
  top: 3px;
}

.sidebar .sidebar-block .course-information .info-side-content .heading-side-info .title-info {
  display: inline-block;
  vertical-align: top;
  color: #373a48;
  font-size: 16px;
  font-weight: 700;
  line-height: 31px;
  width: calc(100% - 43px);
  padding-right: 15px;
}

.sidebar .sidebar-block .course-information .info-side-content .info-list {
  margin-bottom: 45px;
}

.sidebar .sidebar-block .course-information .info-side-content .info-list .item-info {
  font-size: 0;
  color: #373a48;
  font-weight: 500;
  line-height: 41px;
  border-bottom: solid 1px #e3e6ee;
}

.sidebar .sidebar-block .course-information .info-side-content .info-list .item-info:last-child {
  border-bottom: none;
}

.sidebar .sidebar-block .course-information .info-side-content .info-list .item-info .label {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}

.sidebar .sidebar-block .course-information .info-side-content .info-list .item-info .value {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  text-align: left;
}

.sidebar .sidebar-block .course-information .info-side-content .info-list .item-info .value a {
  color: #0668e1;
}

.sidebar .sidebar-block .course-information .info-side-content .course-rating .avg-vote {
  color: #373a48;
  font-size: 55px;
  font-weight: 300;
  letter-spacing: -2px;
  height: 42px;
  line-height: 42px;
  margin-bottom: 5px;
}

.sidebar .sidebar-block .course-information .info-side-content .course-rating .rate-text {
  color: #74798c;
  margin-bottom: 8px;
}

.sidebar .sidebar-block .course-information .info-side-content .goto-vip {
  margin: 35px 0 7px;
  position: relative;
}

.sidebar .sidebar-block .course-information .info-side-content .goto-vip:hover .icon-cart {
  padding: 0 33px;
}

.sidebar .sidebar-block .course-information .info-side-content .goto-vip .heading-goto-vip {
  position: relative;
  margin-top: 20px;
  padding: 10px;
}

.sidebar .sidebar-block .course-information .info-side-content .goto-vip .heading-goto-vip:hover {
  color: #fff;
  background-color: #0668e1b5;
  border-color: #0668e1b5;
}

.sidebar .sidebar-block .course-information .info-side-content a.button {
  width: 100%;
  text-align: center;
  padding: 8px;
  background-color: unset;
  color: #0668e1;
}

.sidebar .sidebar-block .course-information .info-side-content .goto-vip:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e7e9ef;
  right: 0;
  top: 20%;
  margin-top: -1px;
}

.sidebar .sidebar-block .course-information .info-side-content .goto-vip .icon-cart {
  font-size: 26px;
  color: #0668e1;
  display: inline-block;
  padding: 0 22px;
  background: #ffffff;
  z-index: 2;
  position: relative;
  transition: .3s;
}

.sidebar .sidebar-block .course-information .info-side-content .goto-vip .goto-vip-link {
  line-height: 31px;
  color: #0668e1;
  display: inline-block;
  width: 100%;
}

.sidebar .sidebar-block .course-information .info-side-content .goto-vip .goto-vip-link .text-1 {
  display: inline-block;
  width: 100%;
  font-size: 24px;
  font-weight: 700;
}

.sidebar .sidebar-block .course-information .info-side-content .goto-vip .goto-vip-link .text-2 {
  display: inline-block;
  width: 100%;
  font-size: 17px;
  font-weight: 500;
}

.sidebar .sidebar-block .required-course {
  padding: 30px 28px 30px 0;
}

.sidebar .sidebar-block .required-course .heading-side-simple {
  color: #373a48;
  font-weight: 700;
  display: inline-block;
  width: 100%;
}

.sidebar .sidebar-block .required-course .required-list .item {
  border-top: solid 1px #dde0ea;
  padding: 26px 0 0 28px;
  margin-top: 23px;
  display: inline-block;
  width: 100%;
}

.sidebar .sidebar-block .required-course .required-list .item .title-required {
  color: #373a48;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 8px;
  display: inline-block;
  width: 100%;
  transition: .3s;
}

.sidebar .sidebar-block .required-course .required-list .item:hover .title-required {
  color: #0668e1;
}

.sidebar .sidebar-block .required-course .required-list .item .label {
  color: #a7acc2;
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  display: inline-block;
  width: 100%;
}

.sidebar .sidebar-block .required-course .required-list .item .value {
  color: #81879e;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  display: inline-block;
  width: 100%;
}

.sidebar .add-to-favorite a {
  display: inline-block;
  width: 100%;
  margin: 7px 0 30px;
}

.sidebar .add-to-favorite a .icon {
  width: 19px;
  height: 17px;
  display: inline-block;
  margin-bottom: 8px;
}

.sidebar .add-to-favorite a .icon svg path {
  transition: .3s;
}

.sidebar .add-to-favorite a .text {
  display: inline-block;
  width: 100%;
  color: #9295a6;
  font-weight: 500;
  transition: .3s;
}

.sidebar .add-to-favorite a:hover .text {
  color: #D75A4A;
}

.sidebar .add-to-favorite a:hover .icon svg path {
  fill: #D75A4A;
}

/* Related Course */
.related-course {
  margin-top: 50px;
  position: relative;
}

.related-course .heading-related-course {
  margin-bottom: 24px;
}

.related-course .heading-related-course .title-section {
  color: #8b92a7;
  font-size: 17px;
  font-weight: 700;
  margin: 0;
}

.related-course .heading-related-course a {
  color: #0668e1;
  font-size: 12px;
  font-weight: 700;
  border-bottom: solid 1px #d9dfe7;
  transition: .3s;
  padding-bottom: 3px;
}

.related-course .heading-related-course a:hover {
  border-bottom: solid 1px #0668e1;
}

.related-course .related-course-carousel {
  margin: 0 0 50px -300px;
}

.related-course .related-course-carousel .swiper-slide {
  opacity: .1;
  transition: .3s;
}

.related-course .related-course-carousel .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.related-course .related-course-carousel .swiper-slide.swiper-slide-active+.swiper-slide,
.related-course .related-course-carousel .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide {
  opacity: 1;
}

.related-course .related-course-carousel .swiper-slide .course-item-template .item-inner {
  height: 450px;
}

.related-course .related-course-carousel .swiper-slide .course-item-template .item-inner .item-content {
  padding: 0 20px 20px;
}

.related-course .related-course-carousel .swiper-slide .course-item-template .item-inner .item-content .heading {
  position: relative;
  z-index: 2;
}

.related-course .related-course-carousel .swiper-slide .course-item-template .item-inner .item-content:after {
  height: 160px;
  transition: .3s;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, white 85%);
  margin-bottom: -7px;
}

.related-course .related-course-carousel-prev,
.related-course .related-course-carousel-next {
  position: absolute;
  top: 50%;
  right: -11px;
  z-index: 10;
  color: #ffffff;
  font-size: 16px;
  width: 39px;
  height: 39px;
  line-height: 45px;
  background-color: #0668e1;
  text-align: center;
  border-radius: 100%;
  cursor: pointer;
  transition: .3s;
  opacity: .6;
  margin-top: -7px;
}

.related-course .related-course-carousel-prev:hover,
.related-course .related-course-carousel-next:hover {
  opacity: 1;
}

.related-course .related-course-carousel-next {
  right: auto;
  left: -11px;
}

/* Blog */
.blog-page .popular-post {
  position: relative;
  z-index: 2;
}

.blog-page .popular-post .heading-section {
  position: absolute;
  z-index: 2;
  background: url("img/base/pages/blog-head-shape.svg") no-repeat center bottom;
  width: 350px;
  height: 43px;
  margin-left: -40px;
  pointer-events: none;
}

.blog-page .popular-post .heading-section img {
  max-width: 100%;
}

.blog-page .popular-post .popular-post-carousel-blog .swiper-slide {
  display: inline-block;
  width: auto;
  overflow: hidden;
}

.blog-page .popular-post .popular-post-carousel-blog .swiper-slide .item-inner {
  display: inline-block;
  position: relative;
}

.blog-page .popular-post .popular-post-carousel-blog .swiper-slide .item-inner .thumbnail-post img {
  max-width: 100%;
  transition: 20s linear;
}

.blog-page .popular-post .popular-post-carousel-blog .swiper-slide .item-inner .caption-post {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-bottom: 24px;
  font-size: 0;
}

.blog-page .popular-post .popular-post-carousel-blog .swiper-slide .item-inner .caption-post .link-post {
  display: inline-block;
  vertical-align: bottom;
  width: 98px;
  height: 31px;
  line-height: 29px;
  border: 1px solid rgba(255, 255, 255, 0.21);
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  border-radius: 8px 0 0 8px;
  text-align: center;
  transition: .3s;
}

.blog-page .popular-post .popular-post-carousel-blog .swiper-slide .item-inner .caption-post .title-post {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 31px;
  width: calc(100% - 98px);
  padding-right: 18px;
}

.blog-page .popular-post .popular-post-carousel-blog .swiper-slide .item-inner:hover .thumbnail-post img {
  transform: scale(2);
}

.blog-page .popular-post .popular-post-carousel-blog .swiper-slide .item-inner:hover .caption-post .link-post {
  background: #ffffff;
  border-color: #ffffff;
  color: #0668e1;
}

.blog-page .search-blog-section {
  background-color: #ffffff;
  position: relative;
  z-index: 2;
}

.blog-page .search-blog-section .search-blog {
  position: relative;
  margin: 26px 0 24px;
}

.blog-page .search-blog-section .search-blog .search-text {
  width: 100%;
  padding-left: 60px;
  border: none;
  height: 44px;
  font-size: 17px;
}

.blog-page .search-blog-section .search-blog .search-text::-moz-placeholder {
  color: #9b9daa;
  font-size: 17px;
}

.blog-page .search-blog-section .search-blog .search-text:-ms-input-placeholder {
  color: #9b9daa;
  font-size: 17px;
}

.blog-page .search-blog-section .search-blog .search-text::-ms-input-placeholder {
  color: #9b9daa;
  font-size: 17px;
}

.blog-page .search-blog-section .search-blog .search-text::placeholder {
  color: #9b9daa;
  font-size: 17px;
}

.blog-page .search-blog-section .search-blog .search-text::-webkit-input-placeholder {
  color: #9b9daa;
  font-size: 17px;
  font-weight: 400;
}

.blog-page .search-blog-section .search-blog .sub-search {
  position: absolute;
  width: 44px;
  height: 44px;
  box-shadow: 0 3px 13px rgba(160, 163, 173, 0.54);
  left: 0;
  top: 0;
  border-radius: 100%;
  background: #0668e1 url("img/base/main/search-wite.svg") no-repeat center;
  transition: .3s;
}

.blog-page .search-blog-section .search-blog .sub-search:hover {
  background-color: #055fce;
  box-shadow: 0 1px 13px rgba(160, 163, 173, 0.2);
}

.blog-page .heading-blog-section {
  position: relative;
  margin-bottom: 34px;
}

.blog-page .heading-blog-section:after {
  content: '';
  position: absolute;
  height: 1px;
  background-color: #dbdeea;
  top: 50%;
  right: 1px;
  left: 1px;
  z-index: -1;
  margin-top: -1px;
  pointer-events: none;
}

.blog-page .heading-blog-section .title-page {
  display: inline-block;
  margin: 0;
  background-color: #ffffff;
  padding-left: 30px;
  color: #0668e1;
  font-size: 21px;
  font-weight: 700;
}

.blog-page .heading-blog-section .read-more {
  color: #0668e1;
  font-size: 14px;
  font-weight: 500;
  background-color: #ffffff;
  padding-right: 4px;
}

.blog-page .heading-blog-section .read-more .text {
  display: inline-block;
  vertical-align: middle;
}

.blog-page .heading-blog-section .read-more .icon-left-2 {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  transition: .3s;
  position: relative;
  left: 0;
}

.blog-page .heading-blog-section .read-more:hover .icon-left-2 {
  left: -5px;
}

.blog-page .post-list {
  position: relative;
  background: url("img/base/pages/shadow-section.png") no-repeat center -100px;
  overflow: hidden;
  padding: 44px 0;
}

.blog-page .post-list .post-list-items .post-blog-template {
  margin-bottom: 47px;
}

.blog-page .post-list .post-list-items .ads-x-post a {
  display: inline-block;
}

.blog-page .post-list .post-list-items .ads-x-post a img {
  max-width: 100%;
  border-radius: 18px;
}

.blog-page .post-list .read-more-post a {
  width: 370px;
  max-width: 100%;
  height: 55px;
  line-height: 55px;
  box-shadow: 0 2px 3px rgba(45, 49, 63, 0.25);
  background-color: #f3f4f7;
  color: #0668e1;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  border-radius: 17px;
  margin-bottom: 40px;
  transition: .2s;
}

.blog-page .post-list .read-more-post a:hover {
  box-shadow: 0 1px 1px rgba(45, 49, 63, 0.4);
}

.blog-page .horizontal-banner {
  margin-bottom: 30px;
}

.blog-page .post-list-cat {
  margin-bottom: 100px;
}

.blog-page .post-list-cat .featured-post a img {
  max-width: 100%;
}

.blog-page .post-list-cat .other-post .item {
  display: inline-block;
  width: 100%;
  font-size: 0;
  margin-bottom: 21px;
}

.blog-page .post-list-cat .other-post .item:last-child {
  margin-bottom: 0;
}

.blog-page .post-list-cat .other-post .item .thumbnail-post {
  width: 170px;
  display: inline-block;
  vertical-align: middle;
}

.blog-page .post-list-cat .other-post .item .thumbnail-post img {
  max-width: 100%;
}

.blog-page .post-list-cat .other-post .item .caption {
  width: calc(100% - 170px);
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
}

.blog-page .post-list-cat .other-post .item .caption .post-title {
  display: inline-block;
  width: 100%;
  color: #373a48;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 22px;
  transition: .3s;
}

.blog-page .post-list-cat .other-post .item .caption .excerpt {
  display: inline-block;
  width: 100%;
  color: #7d808d;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 18px;
}

.blog-page .post-list-cat .other-post .item .caption .post-info {
  display: inline-block;
  width: 100%;
}

.blog-page .post-list-cat .other-post .item .caption .post-info .rating .avg-vote {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: -2px;
  color: #0668e1;
  font-size: 15px;
  font-weight: 500;
  margin-left: 8px;
}

.blog-page .post-list-cat .other-post .item .caption .post-info .rating .vote-func {
  display: inline-block;
  vertical-align: middle;
}

.blog-page .post-list-cat .other-post .item .caption .post-info .date,
.blog-page .post-list-cat .other-post .item .caption .post-info .author {
  color: #a3a5b2;
  font-size: 12px;
  font-weight: 500;
}

.blog-page .post-list-cat .other-post .item:hover .post-title {
  color: #0668e1;
}

/* Course Archive */
.archive-course {
  padding-bottom: 100px;
}

.archive-course .sidebar .course-type-toggle {
  background-color: #0668e1;
  font-size: 0;
  border-radius: 40px;
  overflow: hidden;
  transition: .3s;
  margin-bottom: 38px;
}

.archive-course .sidebar .course-type-toggle:hover {
  background-color: #0564d6;
}

.archive-course .sidebar .course-type-toggle .input-block {
  display: inline-block;
  vertical-align: middle;
  text-shadow: 0 2px 3px rgba(17, 85, 168, 0.54);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  width: 50%;
}

.archive-course .sidebar .course-type-toggle .input-block input {
  display: none;
}

.archive-course .sidebar .course-type-toggle .input-block label {
  width: 100%;
  height: 39px;
  line-height: 39px;
  margin: 0;
  padding: 0 18px;
  cursor: pointer;
  position: relative;
}

.archive-course .sidebar .course-type-toggle .input-block label .btn-block {
  position: absolute;
  width: 66px;
  height: 66px;
  line-height: 69px;
  text-align: center;
  border-radius: 100%;
  background-color: rgba(10, 75, 155, 0.6);
  top: 50%;
  right: 0;
  margin-right: -33px;
  margin-top: -33px;
  pointer-events: none;
}

.archive-course .sidebar .course-type-toggle .input-block label .btn-block svg {
  transition: .6s;
  transform: rotate(180deg);
}

.archive-course .sidebar .course-type-toggle .input-block input[type=radio]:checked+label .btn-block svg {
  transform: rotate(0);
}

.archive-course .sidebar .search-course-sidebar {
  position: relative;
  margin-bottom: 20px;
}

.archive-course .sidebar .search-course-sidebar input[type=text] {
  width: 100%;
  height: 61px;
  box-shadow: 0 2px 3px rgba(188, 192, 207, 0.65);
  background-color: #ffffff;
  border-radius: 22px;
  border: none;
  padding: 0 20px 0 55px;
  font-size: 12px;
}

.archive-course .sidebar .search-course-sidebar input[type=text]::-moz-placeholder {
  color: #6c7083;
  font-size: 12px;
}

.archive-course .sidebar .search-course-sidebar input[type=text]:-ms-input-placeholder {
  color: #6c7083;
  font-size: 12px;
}

.archive-course .sidebar .search-course-sidebar input[type=text]::-ms-input-placeholder {
  color: #6c7083;
  font-size: 12px;
}

.archive-course .sidebar .search-course-sidebar input[type=text]::placeholder {
  color: #6c7083;
  font-size: 12px;
}

.archive-course .sidebar .search-course-sidebar input[type=text]::-webkit-input-placeholder {
  color: #6c7083;
  font-size: 12px;
}

.archive-course .sidebar .search-course-sidebar input[type=submit] {
  position: absolute;
  width: 34px;
  height: 34px;
  background: #0668e1 url("img/base/main/search-wite.svg") no-repeat center;
  border-radius: 100%;
  top: 50%;
  left: 16px;
  margin-top: -17px;
  transition: .3s;
  border: none;
}

.archive-course .sidebar .search-course-sidebar input[type=submit]:hover {
  transform: scale(1.1);
}

.archive-course .sidebar .filter-sidebar {
  position: relative;
  overflow: hidden;
  padding: 20px 28px 36px;
  margin-bottom: 27px;
}

.archive-course .sidebar .filter-sidebar.filter-sidebar-none-more {
  padding-bottom: 10px;
}

.archive-course .sidebar .filter-sidebar .heading-side-filter {
  position: relative;
  padding: 10px 0 22px;
  margin-bottom: 28px;
}

.archive-course .sidebar .filter-sidebar .heading-side-filter:after {
  content: '';
  position: absolute;
  width: 100vw;
  height: 1px;
  background-color: #dde0ea;
  bottom: 0;
  right: 0;
}

.archive-course .sidebar .filter-sidebar .filter-checkbox {
  max-height: 330px;
  overflow: hidden;
  padding-bottom: 10px;
  display: inline-block;
  width: 100%;
  transition: .3s linear;
}

.archive-course .sidebar .filter-sidebar .filter-checkbox.active {
  max-height: 1000px;
}

.archive-course .sidebar .filter-sidebar .filter-checkbox .item-filter {
  line-height: 41px;
}

.archive-course .sidebar .filter-sidebar .filter-checkbox .item-filter input {
  display: none;
}

.archive-course .sidebar .filter-sidebar .filter-checkbox .item-filter input:checked+label {
  color: #0668e1;
}

.archive-course .sidebar .filter-sidebar .filter-checkbox .item-filter input:checked+label:before {
  border: 1px solid #0668e1;
  background-color: #0668e1;
  background-size: auto;
}

.archive-course .sidebar .filter-sidebar .filter-checkbox .item-filter label {
  margin: 0;
  color: #5a5e6d;
  font-weight: 500;
  cursor: pointer;
  transition: .3s;
  width: 100%;
}

.archive-course .sidebar .filter-sidebar .filter-checkbox .item-filter label span {
  float: left;
  color: #979baa;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.24px;
  position: relative;
  top: 1px;
}

.archive-course .sidebar .filter-sidebar .filter-checkbox .item-filter label:hover {
  color: #0668e1;
}

.archive-course .sidebar .filter-sidebar .filter-checkbox .item-filter label:hover:before {
  border: 1px solid #0668e1;
}

.archive-course .sidebar .filter-sidebar .filter-checkbox .item-filter label:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border: 1px solid #dde0ea;
  background: #ffffff url("img/base/main/tick-wite.svg") no-repeat center;
  border-radius: 4px;
  margin-left: 16px;
  transition: .3s;
}

.archive-course .sidebar .filter-sidebar .show-more-toggle {
  cursor: pointer;
}

.archive-course .sidebar .filter-sidebar .show-more-toggle.active .icon svg {
  transform: rotate(180deg);
}

.archive-course .sidebar .filter-sidebar .show-more-toggle .icon {
  margin-left: 15px;
}

.archive-course .sidebar .filter-sidebar .show-more-toggle .icon svg {
  transition: .3s;
}

.archive-course .sidebar .filter-sidebar .show-more-toggle .icon svg path {
  transition: .3s;
}

.archive-course .sidebar .filter-sidebar .show-more-toggle .text {
  transition: .3s;
  color: #acafbc;
  font-weight: 500;
}

.archive-course .sidebar .filter-sidebar .show-more-toggle:hover .icon svg path {
  fill: #0668e1;
}

.archive-course .sidebar .filter-sidebar .show-more-toggle:hover .text {
  color: #0668e1;
}

.archive-course .heading-page {
  margin-bottom: 16px;
}

.archive-course .footer-page {
  margin-top: 20px;
}

.archive-course .footer-page .icon,
.archive-course .heading-page .icon {
  display: inline-block;
  vertical-align: middle;
}

.archive-course .footer-page .page-info,
.archive-course .heading-page .page-info {
  display: inline-block;
  vertical-align: middle;
  padding-right: 25px;
}

.archive-course .footer-page .page-info .custom-breadcrumb,
.archive-course .heading-page .page-info .custom-breadcrumb {
  margin-bottom: 10px;
}

.archive-course .footer-page .page-info .page-title,
.archive-course .heading-page .page-info .page-title {
  color: #0668e1;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.archive-course .footer-page .select-filter-options,
.archive-course .heading-page .select-filter-options {
  height: 39px;
  line-height: 39px;
  box-shadow: 0 2px 3px rgba(188, 192, 207, 0.65);
  background-color: #ffffff;
  border-radius: 10px;
  display: inline-block;
}

.archive-course .footer-page .select-filter-options select,
.archive-course .heading-page .select-filter-options select {
  border: none;
  background: none transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
  text-align: center;
  color: #0668e1;
  font-size: 12px;
  font-weight: 500;
  -moz-text-align-last: center;
  text-align-last: center;
  margin: 0 20px;
  pointer-events: none;
}

.archive-course .footer-page .select-filter-options .icon,
.archive-course .heading-page .select-filter-options .icon {
  color: #cacee3;
  font-size: 12px;
  cursor: pointer;
  transition: .3s;
  padding: 0 10px;
}

.archive-course .footer-page .select-filter-options .icon:hover,
.archive-course .heading-page .select-filter-options .icon:hover {
  color: #0668e1;
}

.archive-course .course-list-archive .course-item-template {
  margin-bottom: 13px;
}

/* Pagination */
.pagination-num {
  height: 39px;
  line-height: 41px;
  box-shadow: 0 2px 3px rgba(188, 192, 207, 0.65);
  background-color: #ffffff;
  display: inline-block;
  padding: 0 24px;
  border-radius: 10px;
}

.pagination-num .change-page-arrow {
  color: #a4a5ac;
  font-size: 12px;
  transition: .3s;
}

.pagination-num .change-page-arrow:hover {
  color: #0668e1;
}

.pagination-num .page-list {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.pagination-num .page-list .number-page {
  color: #a4a5ac;
  font-size: 14px;
  font-weight: 500;
  margin: 0 10px;
  transition: .3s;
}

.pagination-num .page-list a:hover,
.pagination-num .page-list a.current-page {
  color: #0668e1;
}

/* Panel Page */
.panel-page {
  margin-bottom: 100px;
}

.panel-page .heading-page-panel {
  background: url("img/base/pages/shadow-section.png") no-repeat center calc(100% - -110px);
  padding-top: 35px;
  margin-bottom: 20px;

  overflow: hidden;
}

.panel-page .heading-page-panel .panel-info {
  padding: 0 0 15px 15px;
}

.panel-page .heading-page-panel .panel-info .author-info {

  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.panel-page .heading-page-panel .panel-info .author-info .author-name {
  display: inline-block;
  vertical-align: middle;
  color: #0668e1;
  font-size: 20px;
  font-weight: 700;
  width: calc(100% - 60px);
}

.panel-page .heading-page-panel .panel-info .author-info .welcome {
  display: inline-block;
  vertical-align: middle;
  color: #9ea2b1;
  font-size: 12px;
  font-weight: 700;
  width: 60px;
}

.panel-page .heading-page-panel .panel-info .account-status {
  font-size: 0;
}

.panel-page .heading-page-panel .panel-info .account-status .day-remaining {
  display: inline-block;
  vertical-align: middle;
  color: #0668e1;
  font-size: 54px;
  font-weight: 700;
  letter-spacing: -1.4px;
  width: calc(100% - 82px);
}

.panel-page .heading-page-panel .panel-info .account-status .text-status {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 82px;
}

.panel-page .heading-page-panel .panel-info .account-status .text-status .label {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  color: #373a48;
  font-size: 13px;
  font-weight: 700;
}

.panel-page .heading-page-panel .panel-info .account-status .text-status .text {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  color: #373a48;
  font-size: 12px;
  font-weight: 500;
}

.panel-page .heading-page-panel .nav {
  margin: 0 -4px;
}

.panel-page .heading-page-panel .nav .item {
  padding: 0 4px;
}

.panel-page .heading-page-panel .nav .item.is-active .item-inner {
  border-color: #ffffff;
  background: #ffffff;
  box-shadow: 0 0 30px -10px #cccccc;
}

.panel-page .heading-page-panel .nav .item.is-active .item-inner .tab-icon svg path {
  fill: #0668e1;
}

.panel-page .heading-page-panel .nav .item.is-active .item-inner .tab-name {
  color: #0668e1;
}

.panel-page .heading-page-panel .nav .item .item-inner {
  padding: 45px 0 42px;
  display: inline-block;
  border: 1px solid #dfe2ec;
  border-radius: 15px 15px 0 0;
  width: 100%;
  border-bottom: none;
  transition: .3s;
}

.panel-page .heading-page-panel .nav .item .item-inner .tab-icon {
  display: inline-block;
  width: 100%;
  margin-bottom: 17px;
}

.panel-page .heading-page-panel .nav .item .item-inner .tab-icon svg path {
  transition: .3s;
}

.panel-page .heading-page-panel .nav .item .item-inner .tab-name {
  display: inline-block;
  width: 100%;
  color: #9da0b3;
  font-weight: 700;
  transition: .3s;
}

.panel-page .section-heading-panel-2 h2 {
  margin: 0;
}

.panel-page .section-heading-panel-2 .clear-favorite {
  color: #878995;
  font-size: 12px;
  font-weight: 700;
  transition: .3s;
  background: #ffffff;
}

.panel-page .section-heading-panel-2 .clear-favorite:hover {
  color: red;
}

.panel-page .section-heading-panel-2 .clear-favorite .text {
  padding: 0 30px 0 13px;
}

.panel-page .section-heading-panel-2 .clear-favorite .icon-delete {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  padding: 0;
}

.panel-page .section-heading-panel {
  position: relative;
  margin-bottom: 30px;
}

.panel-page .section-heading-panel:after {
  content: '';
  position: absolute;
  right: 1px;
  left: 0;
  top: 50%;
  height: 1px;
  background-color: #e0e2ea;
  z-index: -1;
}

.panel-page .section-heading-panel span {
  background: #ffffff;
  padding-left: 30px;
}

.panel-page .page-content {
  padding-top: 40px;
}

.panel-page .price-table {
  margin-bottom: 80px;
}

.panel-page .price-table .item {
  margin-bottom: 20px;
}

.panel-page .price-table .item .item-inner {
  display: inline-block;
  width: 100%;
  background: #0668e1 url("img/base/main/acc-item-upgrade-bg.svg") no-repeat center bottom/100%;
  box-shadow: 0 5px 14px rgba(55, 58, 72, 0.22);
  border-radius: 20px;
  padding: 60px 24px 26px;
  transition: .3s;
}

.panel-page .price-table .item .item-inner:hover {
  transform: scale(1.1);
  box-shadow: 0 5px 40px -10px rgba(55, 58, 72, 0.5);
}

.panel-page .price-table .item .item-inner.red-color {
  background-color: #ea4126;
}

.panel-page .price-table .item .item-inner.red-color .percentage,
.panel-page .price-table .item .item-inner.red-color .price-inner {
  background-color: #de3e24 !important;
}

.panel-page .price-table .item .item-inner .plan-name {
  display: inline-block;
  width: 100%;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.22);
  font-size: 50px;
  font-weight: 700;
}

.panel-page .price-table .item .item-inner .content-plan {
  display: inline-block;
  width: 100%;
  font-size: 0;
  padding: 0 12px;
  position: relative;
  z-index: 2;
}

.panel-page .price-table .item .item-inner .content-plan .price-block {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 42px);
  text-align: right;
}

.panel-page .price-table .item .item-inner .content-plan .price-block .price-inner {
  display: inline-block;
  background: #0663d6;
  padding: 0 10px;
}

.panel-page .price-table .item .item-inner .content-plan .price-block .price-inner .price {
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.11);
  font-size: 23px;
  font-weight: 700;
}

.panel-page .price-table .item .item-inner .content-plan .price-block .price-inner .currency {
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.11);
  font-size: 13px;
  font-weight: 400;
}

.panel-page .price-table .item .item-inner .content-plan .percentage {
  display: inline-block;
  vertical-align: middle;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.11);
  font-size: 20px;
  font-weight: 700;
  width: 42px;
  height: 42px;
  line-height: 44px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #0663d6 url("img/base/main/percentage.svg") no-repeat center/100%;
}

.panel-page .price-table .item .item-inner .text {
  display: inline-block;
  width: 100%;
  height: 80px;
  padding-top: 35px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.11);
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
  margin-top: -19px;
}

/* Course Status Table */
.course-status-table {
  margin-bottom: 54px;
}

.course-status-table .left {
  direction: rtl !important;
}

.course-status-table table {
  width: 100%;
}

.course-status-table table thead tr {
  border-bottom: solid 1px #dce0eb;
}

.course-status-table table thead tr td {
  padding-bottom: 24px;
  color: #373a48;
  font-size: 15px;
  font-weight: 700;
}

.course-status-table table tbody tr {
  border-bottom: solid 1px #dce0eb;
}

.course-status-table table tbody tr td {
  padding: 21px 0;
  color: #373a48;
  font-size: 14px;
  font-weight: 500;
}

.course-status-table table tbody tr td.title {
  font-weight: 700;
}

.course-status-table table tbody tr td.status {
  font-weight: 700;
}

.course-status-table table tbody tr td.status.pending {
  color: #0668e1;
}

.course-status-table table tbody tr td.status.complete {
  color: #199d23;
}

/* Favorite Course List */
.favorite-course-list {
  margin-bottom: 40px;
}

.favorite-course-list .course-item-template .item-inner .item-content .footer-item .icon-cart {
  top: -3px;
}

.favorite-course-list .course-item-template .item-inner .item-content .footer-item .delete-col {
  position: relative;
}

.favorite-course-list .course-item-template .item-inner .item-content .footer-item .delete-col:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 40px;
  background-color: #e7e9f2;
  right: -1px;
  top: -10px;
}

.favorite-course-list .course-item-template .item-inner .item-content .footer-item .delete-col .icon-delete {
  font-size: 17px;
  color: #6c7085;
  transition: .3s;
}

.favorite-course-list .course-item-template .item-inner .item-content .footer-item .delete-col .icon-delete:hover {
  color: red;
}

/* Form Block */
.form-block .input-block {
  margin-bottom: 12px;
}

.form-block .input-block input[type=tel],
.form-block .input-block input[type=number],
.form-block .input-block input[type=search],
.form-block .input-block input[type=password],
.form-block .input-block input[type=email],
.form-block .input-block input[type=text] {
  width: 100%;
  height: 49px;
  border-radius: 5px;
  border: 1px solid #c9cddb;
  background-color: #ffffff;
  padding: 0 18px;
}

.form-block .input-block input[type=tel]::-moz-placeholder,
.form-block .input-block input[type=number]::-moz-placeholder,
.form-block .input-block input[type=search]::-moz-placeholder,
.form-block .input-block input[type=password]::-moz-placeholder,
.form-block .input-block input[type=email]::-moz-placeholder,
.form-block .input-block input[type=text]::-moz-placeholder {
  color: #56596b;
  font-weight: 500;
}

.form-block .input-block input[type=tel]:-ms-input-placeholder,
.form-block .input-block input[type=number]:-ms-input-placeholder,
.form-block .input-block input[type=search]:-ms-input-placeholder,
.form-block .input-block input[type=password]:-ms-input-placeholder,
.form-block .input-block input[type=email]:-ms-input-placeholder,
.form-block .input-block input[type=text]:-ms-input-placeholder {
  color: #56596b;
  font-weight: 500;
}

.form-block .input-block input[type=tel]::-ms-input-placeholder,
.form-block .input-block input[type=number]::-ms-input-placeholder,
.form-block .input-block input[type=search]::-ms-input-placeholder,
.form-block .input-block input[type=password]::-ms-input-placeholder,
.form-block .input-block input[type=email]::-ms-input-placeholder,
.form-block .input-block input[type=text]::-ms-input-placeholder {
  color: #56596b;
  font-weight: 500;
}

.form-block .input-block input[type=tel]::placeholder,
.form-block .input-block input[type=number]::placeholder,
.form-block .input-block input[type=search]::placeholder,
.form-block .input-block input[type=password]::placeholder,
.form-block .input-block input[type=email]::placeholder,
.form-block .input-block input[type=text]::placeholder {
  color: #56596b;
  font-weight: 500;
}

.form-block .input-block input[type=tel]::-webkit-input-placeholder,
.form-block .input-block input[type=number]::-webkit-input-placeholder,
.form-block .input-block input[type=search]::-webkit-input-placeholder,
.form-block .input-block input[type=password]::-webkit-input-placeholder,
.form-block .input-block input[type=email]::-webkit-input-placeholder,
.form-block .input-block input[type=text]::-webkit-input-placeholder {
  color: #56596b;
  font-weight: 500;
}

.form-block .input-block input[type=submit] {
  height: 49px;
  border: 1px solid #c9cddb;
  background-color: #ffffff;
  padding: 0 24px;
  border-radius: 8px;
  color: #0668e1;
  font-weight: 700;
  transition: .3s;
}

.form-block .input-block input[type=submit]:hover {
  background-color: #0668e1;
  border: 1px solid #0668e1;
  color: #ffffff;
}

.form-block .input-block .custom-select-field {
  border: 1px solid #c9cddb;
  background: #ffffff none;
  border-radius: 5px;
  padding: 0 18px;
  color: #56596b;
  font-weight: 500;
  height: 49px;
}

.form-block .input-block .custom-select-field .select-selected {
  height: 49px;
  line-height: 47px;
}

.form-block .input-block .custom-select-field .icon-down {
  position: absolute;
  left: 18px;
  color: #a1a4b2;
  font-size: 8px;
  top: 50%;
  margin-top: -4px;
}

.form-block .input-block .custom-select-field .select-items {
  background: #ffffff;
  border: 1px solid #c9cddb;
  margin-top: -4px;
  border-radius: 0 0 10px 10px;
  border-top: none;
  left: -1px;
  right: -1px;
  padding: 15px 0 0;
}

.form-block .input-block .custom-select-field .select-items div {
  transition: .3s;
  color: #a1a4b2;
  padding: 12px 16px;
}

.form-block .input-block .custom-select-field .select-items div:hover {
  background: #ffffff;
  color: #373a48;
}

/* 404 */
.page-404 {
  background: #0668e1 url("img/base/404/404-bg.png") no-repeat center -200px;
}

.page-404:before,
.page-404:after {
  content: '';
  position: absolute;
  left: 0;
  background: url("img/base/main/footer-after-before.png") no-repeat left top;
  width: 300px;
  height: 212px;
  margin-top: -110px;
  top: 50%;
  pointer-events: none;
}

.page-404:before {
  left: auto;
  width: 300px;
  height: 212px;
  margin-top: -110px;
  top: 50%;
  right: 0;
  background-position: right top;
}

.page-404 .content-404 {
  padding-top: 20vh;
  height: 90vh;
}

.page-404 .content-404 .logo-404 {
  margin-bottom: 100px;
  position: relative;
  right: -30px;
}

.page-404 .content-404 .logo-404 img {
  max-width: 100%;
}

.page-404 .content-404 .content-404-inner .title-404 {
  font-size: 21px;
  font-weight: 500;
}

.page-404 .content-404 .content-404-inner .desc-404 {
  font-size: 14px;
}

.page-404 .content-404 .content-404-inner .desc-404 span {
  display: inline-block;
}

.page-404 .content-404 .content-404-inner .desc-404 span .arrow-404 {
  position: absolute;
  margin-right: 10px;
  margin-top: 10px;
}

.page-404 .content-404 .content-404-inner .search-block-404 {
  margin-top: 65px;
}

.page-404 .content-404 .content-404-inner .search-block-404 input[type=text] {
  width: 123px;
  height: 50px;
  background: #0956b4 url("img/base/main/search-wite.svg") no-repeat center/19px;
  border: none;
  border-radius: 50px;
  color: #ffffff;
  transition: .3s;
  text-indent: -200px;
  padding: 0 20px;
}

.page-404 .content-404 .content-404-inner .search-block-404 input[type=text]:focus {
  text-indent: 0;
  background-position: 15px center;
  width: 260px;
}

.page-404 .content-404 .content-404-inner .search-block-404 input[type=text]::-moz-placeholder {
  color: #ffffff;
}

.page-404 .content-404 .content-404-inner .search-block-404 input[type=text]:-ms-input-placeholder {
  color: #ffffff;
}

.page-404 .content-404 .content-404-inner .search-block-404 input[type=text]::-ms-input-placeholder {
  color: #ffffff;
}

.page-404 .content-404 .content-404-inner .search-block-404 input[type=text]::placeholder {
  color: #ffffff;
}

.page-404 .content-404 .content-404-inner .search-block-404 input[type=text]::-webkit-input-placeholder {
  color: #ffffff;
}

.page-404 .footer-404 {
  display: inline-block;
  width: 100%;
  min-height: 111px;
  padding: 40px 0;
  background: url("img/base/404/footer-bg-404.png") repeat-x center bottom;
}

.page-404 .footer-404 .social-link-footer {
  padding-top: 10px;
}

.page-404 .footer-404 .social-link-footer .item {
  font-size: 21px;
  margin-right: 40px;
  transition: .3s;
  opacity: .8;
  height: 21px;
  display: inline-block;
}

.page-404 .footer-404 .social-link-footer .item:hover {
  opacity: 1;
}

.page-404 .footer-404 .social-link-footer .item:last-child {
  margin-right: 0;
}

/* Login Page */
.footer-login {
  margin-top: 40px;
}

.footer-login .login-form-footer {
  width: 313px;
  margin: auto;
  padding: 70px 0 50px;
}

.footer-login .login-form-footer .input-block {
  margin-bottom: 13px;
}

.footer-login .login-form-footer .input-block .text-input {
  height: 48px;
  border: 1px solid #2a81ec;
  background-color: #0668e1;
  border-radius: 10px;
  width: 100%;
  text-align: center;
  font-weight: 500;
  transition: .3s;
  color: #ffffff;
}

.footer-login .login-form-footer .input-block .text-input:focus {
  border: 1px solid #62aaf7;
}

.footer-login .login-form-footer .input-block .text-input::-moz-placeholder {
  color: #a1c7f5;
}

.footer-login .login-form-footer .input-block .text-input:-ms-input-placeholder {
  color: #a1c7f5;
}

.footer-login .login-form-footer .input-block .text-input::-ms-input-placeholder {
  color: #a1c7f5;
}

.footer-login .login-form-footer .input-block .text-input::placeholder {
  color: #a1c7f5;
}

.footer-login .login-form-footer .input-block .text-input::-webkit-input-placeholder {
  color: #a1c7f5;
}

.footer-login .login-form-footer .footer-form {
  height: 58px;
  background-color: #1160c2;
  width: 100%;
  border-radius: 10px;
  padding: 8px;
  margin: 22px 0;
}

.footer-login .login-form-footer .footer-form .submit-form {
  width: 83px;
  height: 42px;
  box-shadow: 0 3px 1px rgba(25, 52, 86, 0.2);
  background-color: #ffffff;
  border: none;
  border-radius: 7px;
  color: #0668e1;
  font-size: 14px;
  font-weight: 700;
  transition: .3s;
}

.footer-login .login-form-footer .footer-form .submit-form:hover {
  box-shadow: 0 1px 0 rgba(25, 52, 86, 0.3);
}

.footer-login .login-form-footer .footer-form .register-link {
  font-weight: 700;
  margin-left: 12px;
}

.footer-login .login-form-footer .after-form .remember-col input[type=checkbox] {
  display: none;
}

.footer-login .login-form-footer .after-form .remember-col input[type=checkbox]:checked+label {
  color: #ffffff;
}

.footer-login .login-form-footer .after-form .remember-col input[type=checkbox]:checked+label:before {
  background-size: 12px;
}

.footer-login .login-form-footer .after-form .remember-col label {
  margin: 0;
  color: #a1c7f5;
  font-weight: 500;
  transition: .3s;
  cursor: pointer;
}

.footer-login .login-form-footer .after-form .remember-col label:hover {
  color: #ffffff;
}

.footer-login .login-form-footer .after-form .remember-col label:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  border: 1px solid #2a81ec;
  background: #0668e1 url("img/base/main/tick-wite.svg") no-repeat center/0;
  border-radius: 4px;
  transition: .3s;
  margin-left: 9px;
}

.footer-login .login-form-footer .after-form .pass-recovery {
  color: #a1c7f5;
  font-weight: 500;
  transition: .3s;
}

.footer-login .login-form-footer .after-form .pass-recovery:hover {
  color: #ffffff;
}

.already-login {
  padding: 150px 0;
}

.already-login__title {
  font-size: 25px;
  font-weight: 500;
  padding: 50px 0 30px;
}

.already-login__desc {
  color: #aed0fa;
  font-size: 16px;
}

.already-login__timer {
  color: #fff;
  font-size: 20px;
  width: 30px;
  display: inline-block;
  text-align: center;
}

/* hidden woocommerce-additional-fields */
.woocommerce-additional-fields {
  display: none;
}

/*
 ██╗██╗   ██╗ █████╗ ██╗  ██╗██╗██████╗
 ██║██║   ██║██╔══██╗██║  ██║██║██╔══██╗
 ██║██║   ██║███████║███████║██║██║  ██║
 ██║╚██╗ ██╔╝██╔══██║██╔══██║██║██║  ██║
 ██║ ╚████╔╝ ██║  ██║██║  ██║██║██████╔╝
 ╚═╝  ╚═══╝  ╚═╝  ╚═╝╚═╝  ╚═╝╚═╝╚═════╝
*/
@media (max-width: 1300px) {

  .page-footer .footer-content:after,
  .page-footer .footer-content:before {
    opacity: .3;
  }

  .submit-comment:after {
    position: static !important;
    right: auto !important;
    right: initial !important;
    margin-right: 0 !important;
    margin-right: initial !important;
    top: auto !important;
    top: initial !important;
    margin-top: initial !important;
    width: auto !important;
    width: initial !important;
    display: block !important;
    margin-top: 20px !important;
  }
}

@media (max-width: 1024px) {
  .container {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    padding: 0 20px;
  }

  .page-header .navigation-col .bottom-nav-block .bottom-nav-func .item-inner .icon {
    display: none;
  }

  .page-header .navigation-col .bottom-nav-block .main-navigation ul>li>a {
    padding: 11px 10px;
  }

  .cat-menu-list .cat-menu-list-body .menu-bg-col .menu-cat-bg img {
    left: 60px;
  }

  .first-section .tour-block {
    margin-bottom: 30px;
  }

  .last-section .blog-posts .post-list .item a .item-inner {
    height: 69px;
  }

  .last-section .blog-posts .post-list .item a .item-inner .post-content {
    line-height: 74px;
  }

  .last-section .blog-posts .post-list .item a .item-inner .post-content .post-title {
    font-size: 14px;
  }

  .contact-us-widget {
    padding: 0;
  }

  .course-status-table,
  .banner-table {
    overflow: auto;
  }

  .course-status-table table,
  .banner-table table {
    min-width: 1200px;
  }

  .single-page-layout {
    padding: 45px 100px 40px;
  }

  .pagination-num .page-list .number-page {
    margin: 0 7px;
  }
}

@media (max-width: 991px) {
  .page-header .navigation-col .bottom-nav-block .main-navigation ul>li>a .icon-menu {
    margin-left: 6px;
  }
}

@media (max-width: 767px) {
  .page-header .navigation-col .top-nav-block .top-menu-list-col {
    display: none;
  }

  .page-header .navigation-col .bottom-nav-block .bottom-nav-func {
    display: none;
  }

  .page-header .navigation-col .bottom-nav-block .main-menu-col {
    display: none;
  }

  .page-header .navigation-col .bottom-nav-block .off-canvas-btn {
    display: inline-block;
  }

  .cat-menu-list .cat-menu-list-body {
    padding: 40px 0;
  }

  .cat-menu-list .cat-menu-list-body .menu-bg-col {
    display: none;
  }

  .last-section .blog-posts {
    margin-bottom: 40px;
  }

  .last-section .blog-posts .post-list {
    width: 100%;
  }

  .last-section .blog-posts .post-list .item {
    width: 100%;
  }

  .last-section .blog-posts .post-list .item .blur-filter {
    width: 100%;
    -webkit-filter: blur(8px);
    filter: blur(8px);
    top: 4px;
    transform: scale(0.96, 0.57);
  }

  .last-section .blog-posts .post-list .item a .item-inner .thumbnail {
    width: 100%;
  }

  .last-section .blog-posts .post-list .item a .item-inner .thumbnail img {
    width: 100%;
  }

  .last-section .video-carousel-block .video-list .video-carousel .swiper-slide .video-block .video-poster img {
    width: 100%;
  }

  .page-footer .footer-content .about-us-col {
    z-index: 5;
    margin-bottom: 20px;
  }

  .page-footer .copyright .social-link-footer {
    text-align: center;
    margin: 20px 0;
  }

  .single-page-layout {
    padding: 45px 0px 40px;
  }

  .related-post .container {
    padding: 0 20px;
  }

  .blog-page .post-list-cat .featured-post {
    margin-bottom: 30px;
  }

  .blog-page .post-list-cat .featured-post a img {
    width: 100%;
  }

  .archive-course .footer-page .icon,
  .archive-course .heading-page .icon {
    display: none;
  }

  .archive-course .footer-page .page-info,
  .archive-course .heading-page .page-info {
    padding: 0;
  }

  .archive-course .heading-page .select-filter-options {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .archive-course .pagination-num {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .sidebar {
    margin-bottom: 40px;
  }

  .sidebar .sidebar-block .course-information .thumbnail-course .thumbnail-course-image {
    width: 100%;
  }
}

@media (max-width: 540px) {
  .course-product-section .heading-section-tab .title-heading {
    text-align: center;
    margin-bottom: 20px;
    border-top: 1px solid #dbdeea;
    padding-top: 25px;
  }

  .course-product-section .tab-content-block .swiper-pagination-product {
    top: -34px;
  }

  .course-product-section .tab-content-block .swiper-pagination-product nav a {
    padding: 0 20px 19px;
  }

  .last-section .blog-posts .post-list .item a .item-inner {
    height: 60px;
  }

  .last-section .blog-posts .post-list .item a .item-inner .post-content {
    line-height: 60px;
  }

  .page-footer .footer-content {
    padding-top: 0;
  }

  .page-footer .footer-content .footer-logo-col {
    text-align: center;
  }

  .page-footer .footer-content .about-us-col .about-us-text p {
    right: 0;
    padding: 0;
    margin-bottom: 40px;
  }

  .page-footer .copyright {
    text-align: center;
  }

  .page-footer .copyright .text {
    margin: 0 0 20px;
  }

  .page-footer .copyright .ivahid {
    margin: 0 0 20px !important;
  }

  .main-page-layout .page-heading .quick-link-heading {
    text-align: center;
    margin-bottom: 20px;
  }

  .main-page-layout .page-heading .quick-link-heading ul li {
    margin-right: 15px;
  }

  .main-page-layout .page-heading .page-title {
    padding-bottom: 15px;
    font-size: 16px;
  }

  .location-section {
    margin: -40px 0 40px;
  }

  .page-layout {
    padding: 37px 27px;
  }

  .page-content h2 {
    font-size: 16px;
  }

  .page-content h3 {
    font-size: 15px;
  }

  .page-content h4 {
    font-size: 14px;
  }

  .page-content h5,
  .page-content h6 {
    font-size: 13px;
  }

  .page-content p {
    font-size: 13px;
    line-height: 32px;
    margin-bottom: 25px;
  }

  .contact-us-widget .contact-us-form {
    padding: 25px 20px 25px;
  }

  .accordion-question .item .heading-question {
    font-size: 13px;
    line-height: 24px;
  }

  .accordion-question .item .question-content .item-inner .question-content-text {
    padding: 20px 22px;
    line-height: 26px;
  }

  .single-page-layout .heading-page .post-title {
    line-height: 26px;
  }

  .single-page-layout .heading-page .title-col {
    text-align: center;
  }

  .single-page-layout .heading-page .rating-col {
    text-align: center;
  }

  .single-page-layout .heading-page .rating-col .rating {
    top: 0;
    margin-top: 15px;
  }

  .single-page-layout .heading-page .rating-col .rating .rate-btn,
  .single-page-layout .heading-page .rating-col .rating .total-vote {
    width: auto;
    display: inline-block;
    vertical-align: middle;
  }

  .single-page-layout .heading-page .rating-col .rating .rate-btn img,
  .single-page-layout .heading-page .rating-col .rating .total-vote img {
    margin: 0;
  }

  .single-page-layout .heading-page .rating-col .rating .rate-btn {
    margin-left: 15px;
  }

  .single-page-layout .footer-post .single-footer-section-col {
    text-align: center;
  }

  .single-page-layout .footer-post .single-footer-section-col:first-child {
    margin-bottom: 20px;
  }

  .comment-section .comment-items .comment-item .comment-inner .comment-footer .row .col-12 {
    text-align: center;
  }

  .comment-section .comment-items .comment-item .comment-inner .comment-footer .row .col-12:first-child {
    margin-bottom: 20px;
  }

  .page-content ul li {
    padding-right: 21px;
  }

  .blog-page .ads-x-post {
    text-align: center;
    margin-bottom: 30px;
  }

  .archive-course .footer-page {
    margin-bottom: 40px;
  }

  .panel-page .heading-page-panel .nav .item .item-inner {
    padding: 15px 0;
    border: 1px solid #dfe2ec;
    border-radius: 15px;
    margin-bottom: 15px;
  }

  .panel-page .heading-page-panel .nav .item .item-inner .tab-icon {
    margin-left: 10px;
    margin-bottom: 0;
    width: 30px;
  }

  .panel-page .heading-page-panel .nav .item .item-inner .tab-icon svg {
    width: 100%;
  }

  .panel-page .heading-page-panel .nav .item .item-inner .tab-name {
    width: auto;
  }

  .course-content .tab-nav .nav {
    border-bottom: none;
  }

  .course-content .tab-nav .nav a {
    border-bottom: 1px solid #e3e5f1;
    padding: 26px 0 18px;
  }

  .course-content .tab-nav .nav a .icon {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
  }

  .course-content .tab-nav .nav a .text {
    width: auto;
    display: inline-block;
    vertical-align: middle;
  }

  .page-404:after,
  .page-404:before {
    opacity: .4;
  }

  .page-404 .footer-404 {
    text-align: center;
    min-height: 221px;
    padding: 80px 0 40px;
  }

  .page-404 .footer-404 .social-col {
    text-align: center;
    margin-top: 30px;
  }

  .course-product-section .tab-content-block .course-more {
    padding: 2px 10px;
    top: -70px;
  }
}

@media (max-width: 370px) {
  .container {
    padding: 0 15px;
  }

  .first-section .tour-block .footer-tour .swiper-button-disabled {
    visibility: visible;
    opacity: 1;
  }

  .page-header .col-branding,
  .page-header .navigation-col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .page-header .col-branding {
    text-align: center;
    margin-bottom: 30px;
  }

  .page-header .navigation-col .top-nav-block .top-nav-func {
    text-align: center;
  }

  .page-header .navigation-col .bottom-nav-block .bottom-nav-func-col .search-block {
    cursor: auto !important;
  }

  .page-header .navigation-col .bottom-nav-block .bottom-nav-func-col .search-block .search-field {
    width: 252px !important;
    padding: 0 15px 0 55px !important;
    pointer-events: auto !important;
  }

  .page-header .navigation-col .bottom-nav-block .bottom-nav-func-col .search-block .sub-search {
    pointer-events: auto !important;
  }

  .first-section .tour-block .swiper-slide .title-tour .title-block {
    width: 100%;
    font-size: 16px;
  }

  .first-section .tour-block .swiper-slide .title-tour .desc-block {
    display: none;
  }

  .first-section .tour-block .footer-tour .col-7,
  .first-section .tour-block .footer-tour .col-5 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  .first-section .tour-block .footer-tour .col-5 {
    margin-bottom: 30px;
  }

  .course-product-section .heading-section-tab .tab-col .tab-nav-items .nav {
    padding: 0;
  }

  .course-product-section .heading-section-tab .tab-col .tab-nav-items .nav a {
    margin: 0;
    padding: 10px 15px;
  }

  .last-section .heading-section .col-9,
  .last-section .heading-section .col-3 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  .last-section .heading-section .col-9 {
    margin-bottom: 20px;
  }

  .last-section .blog-posts .post-list .item a .item-inner .thumbnail {
    width: auto;
    margin: 0 -110px;
  }

  .last-section .blog-posts .post-list .item a .item-inner .post-content .post-title {
    width: 100%;
    line-height: 25px;
  }

  .last-section .blog-posts .post-list .item a .item-inner .post-content .post-date {
    display: none;
  }

  .page-footer .footer-content .contact-footer {
    padding: 0;
    margin-top: 20px;
  }

  .page-footer .footer-content .col-4,
  .page-footer .footer-content .col-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .comment-section .comment-items .comment-item.comment-item-has-children {
    padding-right: 20px;
  }

  .related-post .container .related-post-block .swiper-pagination-related,
  .comment-form .footer-comment-form .submit-comment:after {
    display: none;
  }

  .blog-page .heading-blog-section .title-page {
    font-size: 16px;
  }

  .blog-page .post-list-cat .other-post .item .caption {
    width: 100%;
    padding: 0;
  }

  .blog-page .post-list-cat .other-post .item .thumbnail-post {
    width: 100%;
    margin-bottom: 14px;
  }

  .blog-page .post-list-cat .other-post .item .thumbnail-post img {
    width: 100%;
  }

  .panel-page .section-heading-panel-2 .clear-favorite .text {
    display: none;
  }

  .panel-page .section-heading-panel-2 .clear-favorite .icon-delete {
    margin-right: 10px;
  }

  .course-thumbnail .video-block .trailer-info-top {
    bottom: 10px;
  }

  .course-content .tab-content .tab-pane .page-content h2 {
    margin-bottom: 20px;
    line-height: 25px;
  }

  .course-content .tab-content .tab-pane .accordion-package-file .item .heading-item .heading-inner .text {
    font-size: 14px;
  }

  .course-content .tab-content .tab-pane .accordion-package-file .item .download-list .item-download .item-inner {
    height: auto;
    line-height: normal;
  }

  .course-content .tab-content .tab-pane .accordion-package-file .item .download-list .item-download .item-inner a .number {
    width: 100%;
    border-left: none;
    border-bottom: 1px solid #e0e2ea;
    margin-bottom: 10px;
  }

  .course-content .tab-content .tab-pane .accordion-package-file .item .download-list .item-download .item-inner a .desc,
  .course-content .tab-content .tab-pane .accordion-package-file .item .download-list .item-download .item-inner a .title {
    padding: 0 10px;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
  }

  .course-content .tab-content .tab-pane .accordion-package-file .item .download-list .item-download .item-inner a .icon-download {
    border-top: 1px solid #e0e2ea;
    margin: 0;
    text-align: center;
    width: 100%;
  }

  .course-content .tab-content .tab-pane.review-tab .tab-nav-review .nav a {
    width: 100%;
    border-left: 0;
  }

  .course-content .tab-content .tab-pane .review-section .comment-items .comment-item {
    padding: 15px 15px 20px;
  }

  .course-content .tab-content .tab-pane .review-section .comment-items .comment-item .comment-inner .heading-review-item .date,
  .course-content .tab-content .tab-pane .review-section .comment-items .comment-item .comment-inner .heading-review-item .author,
  .course-content .tab-content .tab-pane .review-section .comment-items .comment-item .comment-inner .heading-review-item .replay-text-head,
  .course-content .tab-content .tab-pane .review-section .comment-items .comment-item .comment-inner .heading-review-item .author-replay {
    width: 100%;
    display: inline-block;
    margin: 0 !important;
  }

  .course-content .tab-content .tab-pane .review-section .comment-items .comment-item .comment-inner .heading-review-item .role {
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }

  .course-content .tab-content .tab-pane .review-section .comment-items .comment-item .comment-inner .comment-footer {
    text-align: center;
  }

  .course-content .tab-content .tab-pane .review-section .comment-items .comment-item .comment-inner .comment-footer .comment-like {
    margin-bottom: 15px;
  }

  .course-content .tab-content .tab-pane .review-section .comment-items .comment-item .comment-inner .comment-footer .comment-like a {
    margin-left: 15px !important;
  }

  .course-content .tab-content .tab-pane .asked-question-single .question-item {
    padding: 32px 20px !important;
  }

  .course-content .tab-content .tab-pane .asked-question-single .question-item .heading-question .question-title {
    font-size: 12px !important;
  }

  .course-content .tab-content .tab-pane .asked-question-single .question-item .answer-content {
    padding: 12px 0;
  }

  .course-content .tab-content .tab-pane .asked-question-single .question-item .answer-content:after {
    display: none;
  }

  .course-content .tab-content .tab-pane .asked-question-single .question-item .answer-content .answer-2 {
    font-size: 13px !important;
    line-height: 31px !important;
  }

  .course-content .tab-content .tab-pane .asked-question-single .question-item .answer-content p {
    padding-right: 0 !important;
  }

  .course-content .tab-content .tab-pane .asked-question-single .question-item .answer-content p:after {
    display: none;
  }

  .course-content .comment-form .footer-comment-form .sticky {
    padding-left: 0;
    width: 100%;
    text-align: right;
  }

  .course-content .comment-form .footer-comment-form .submit-comment {
    width: 100%;
    text-align: right;
    margin: 20px 0 !important;
  }

  .course-content .comment-form .footer-comment-form .submit-comment input[type=submit] {
    width: 100% !important;
  }

  .course-content .comment-form .footer-comment-form .file-attachment {
    padding: 0 !important;
  }

  .related-course .related-course-carousel {
    margin: 0 0 50px 0;
  }

  .related-course .heading-related-course .title-section {
    font-size: 12px !important;
  }
}

/*-------------------------------------
    </> @author  Alireza Bagheri - tipaycash
    </> add new style
/*------------------------------------*/

.cart_icon {
  position: relative;
  font-size: 19px;
  color: #0668e1;
  vertical-align: middle;
  margin-right: 5px;
  border-radius: 5px;
  border: 1px solid #dfe2ec;
  padding: 12px;
  display: inline-flex;
  transition: .3s;
}

.cart_count {
  position: absolute;
  top: -8px;
  right: -8px;
  font-size: 13px;
  border-radius: 50%;
  background-color: #0668e1;
  color: #fff;
  padding: 2px 7px 0;
  font-family: 'Iranyekan';
}

.cart_icon:hover {
  color: #0668e1;
}

.page-header .navigation-col .bottom-nav-block .search-block {
  width: 40px;
}

.page-header .navigation-col .bottom-nav-block .bottom-nav-func {
  margin-right: 5px;
}

.button {
  display: inline-block;
  border: none;
  padding: 3px 8px;
  color: #ffffff;
  border-radius: 5px;
  margin-top: 5px;
  transition: .3s;
  border: 1px solid #0668e1;
}

.button:hover {
  color: #0668e1;
  background-color: #ffffff;
  border: 1px solid #0668e1;
}

table {
  width: 100%;
}

.woocommerce-message {
  padding: 15px;
  margin-bottom: 30px;
}

.button.wc-forward {
  margin-top: 0;
  margin-left: 15px;
}

.woocommerce-cart-form {
  margin-bottom: 15px;
}

.checkout-button,
.woocommerce-checkout-payment .button,
.woocommerce input.button.alt {
  background: #0668e1 !important;
  padding: 10px 20px;
  border: 1px solid #0668e1;
}

.checkout-button:hover,
.woocommerce-checkout-payment .button:hover,
.woocommerce input.button.alt:hover {
  background: #ffffff !important;
  border: 1px solid #0668e1;
}

.shop_table {
  margin-bottom: 8px;
  color: #5c7490;
  font-family: 'Iranyekan';
}

.product-name a {
  color: #5c7490;
}

.wc_payment_methods li {
  position: relative;
  padding-right: 31px;
  border: 1px solid #c9cddb;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 5px 15px;
}

.page-content ul li::before {
  display: none;
}

.woocommerce-checkout-review-order-table {
  background-color: #f5f6f9;
  border-radius: 5px;
}

.order_review_heading {
  background-color: #f5f6f9;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.wc_payment_method label {
  margin-bottom: 0;
  width: 95%;
  display: inline-flex;
  justify-content: space-between;

}

.woocommerce-checkout-review-order-table thead,
.woocommerce-checkout-review-order-table tbody,
.woocommerce-checkout-review-order-table tfoot {
  margin: 10px;
  display: inline-table;
}

.woocommerce-checkout-review-order-table tbody td {
  margin-left: 10px;
  display: inline-table;
}

.woocommerce-billing-fields__field-wrapper p {
  margin-bottom: 10px;
}

.main-page-layout .page-heading {
  margin: 0 0 30px -47px;
}

.pw-gateway-checkout-form-payir .pw-gateway-cancel {
  padding: 10px 20px;
  font-size: 15px;
  margin-right: 10px;
}

.woocommerce-billing-fields h3 {
  display: none;
}

#order_review_heading {
  display: none !important;
}

.showcoupon {
  color: #0668e1;
  font-weight: bold;
  transition: .3s;
  border: 1px solid transparent;
  border-radius: 5px;
}

.showcoupon:hover {
  border: 1px solid #0668e1;
}

.woocommerce-privacy-policy-text p {
  font-size: 12px;
}

.product-thumbnail {
  padding-left: 14px !important;
}

.woocommerce-cart .woocommerce {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.woocommerce-notices-wrapper {
  flex: 1 0 100%;
}

.woocommerce-cart-form {
  flex: 1 0 auto;
}

input[type="number"],
input[type="text"] {
  border-radius: 5px;
  border: 1px solid #dfe1ec;
  padding: 3px 5px;
}

.woocommerce-Price-currencySymbol {
  margin-left: 5px;
}

.product-quantity .quantity {
  display: flex;
}

.product-quantity .quantity input[type="number"] {
  margin-right: auto;
  margin-left: 40px;
}

.woocommerce-cart-form__cart-item {
  border-top: 1px solid #dfe1ec;
}

.woocommerce-cart-form__cart-item td {
  padding: 10px 0;
}

.cart_totals.calculated_shipping h2 {
  display: none;
}

.cart_totals.calculated_shipping {
  background-color: #f5f6f9;
  padding: 20px;
  border-radius: 5px;
  margin-right: 10px;
}

.order-total {
  font-size: 19px;
}

.order-total th {
  padding: 20px 0;
}

.order-total,
.cart-subtotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-subtotal .woocommerce-Price-amount.amount bdi,
.order-total .woocommerce-Price-amount.amount bdi,
.product-subtotal bdi {
  display: flex;
  flex-direction: row-reverse;
}

.woocommerce-Price-currencySymbol {
  margin-left: 0;
  margin-right: 5px;
}


.button.wc-forward {
  margin-left: 0;
}

.button[name="apply_coupon"],
.button[name="update_cart"] {
  font-size: 15px;
  margin-top: 0;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .coupon label {
  display: none;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead th {
  padding-bottom: 10px;
}

.remove {
  background-color: #ff4342;
  border-radius: 50%;
  padding: 1px 6px 0;
  color: #ffffff;
  display: inline-block;
}

.woocommerce-checkout-review-order-table tbody {
  width: 98%;
}

.woocommerce-checkout-review-order-table tfoot {
  width: 96%;
}

.woocommerce-checkout-review-order-table .cart_item {
  display: flex;
  justify-content: space-between;
}

.woocommerce-checkout-review-order-table .cart_item .woocommerce-Price-amount bdi {
  display: flex;
  flex-direction: row-reverse;
}

.woocommerce ul.order_details {
  justify-content: space-between;
  align-items: center;
}

.pw-gateway-checkout-form .pw-gateway-cancel {
  font-size: 19px;
  padding: 6px 18px;
  margin-right: 40px;
}

.order_details li {
  padding-right: 0 !important;
}

.woocommerce-Price-amount.amount bdi {
  display: flex;
  flex-direction: row-reverse;
}

.woocommerce-Price-currencySymbol {
  margin-left: auto;
}

.container {
  padding: 0 5px;
}

.item-current {
  display: none !important;
}

/* add responsive */
@media (max-width: 1200px) {
  .sidebar .sidebar-block .course-information .thumbnail-course {
    display: flex;
    justify-content: center;
  }

  .page-header .navigation-col .bottom-nav-block .main-navigation ul>li>a {
    padding: 11px 10px;
  }

  .first-section .tour-block .footer-tour .tour-func {
    padding: 0 11px;
  }

  .first-section .tour-block .footer-tour .all-tour {
    white-space: nowrap;
  }

  .horizontal-banner {
    width: 100%;
  }

  .horizontal-banner img {
    width: inherit;
  }
}

@media (max-width: 992px) {
  .page-header .navigation-col .bottom-nav-block .bottom-nav-func .item-inner .icon {
    display: inline-block;
    margin-left: 0;
  }

  .page-header .navigation-col .bottom-nav-block .bottom-nav-func .item-inner {
    padding: 0 10px;
  }

  .page-header .navigation-col .bottom-nav-block .main-navigation ul {
    display: flex;
    justify-content: space-around;

  }

  .page-header .navigation-col .bottom-nav-block .main-navigation ul>li>a {
    display: flex;
    flex-direction: column;
  }

  .page-header .navigation-col .bottom-nav-block .main-navigation ul>li>a .icon-menu {
    margin-left: 0;
    display: flex;
    justify-content: center;
  }

  .page-header .navigation-col .bottom-nav-block .bottom-nav-func .item-inner .icon {
    display: none;
  }

  .page-header .navigation-col .top-nav-block .top-nav ul {
    display: flex;
    justify-content: space-between;
  }

  .page-header .navigation-col .top-nav-block .top-nav ul li {
    margin-left: 0px;
  }

  .first-section .tour-block .footer-tour .tour-func {
    padding: 0 5px;
  }

  .first-section .top-course .top-course-carousel .swiper-slide .item-inner-course a .thumbnail-item {
    transform: scale(0.7);
  }

  .first-section .tour-block .swiper-slide {
    opacity: 0;
  }

  .swiper-container-fade .swiper-slide-active,
  .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    opacity: 1;
  }

  .first-section .tour-block {
    margin-bottom: 0px;
  }

  .first-section .tour-block {
    padding: 28px 5px 20px;
  }

  .first-section .top-course .top-course-carousel .swiper-slide .item-inner-course {
    padding: 0 5px;
  }
}

@media (max-width: 768px) {
  .first-section .tour-block {
    margin-bottom: 20px;
  }

  .first-section {
    margin-bottom: 5px;
  }
}

@media (max-width: 680px) {
  .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr th {
    display: none;
  }

  .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr {
    display: flex;
    flex-wrap: wrap;

  }

  .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr td {
    flex: 1 0 50%;
  }

  .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr td:first-of-type {
    flex: 1 0 auto;
  }

  .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr td:first-of-type:before {
    display: none;
  }

  .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr td:before {
    content: attr(data-title) ":";
    font-size: 15px;
    font-weight: bold;
    margin-left: 5px;
  }

  .cart-subtotal .woocommerce-Price-amount.amount bdi,
  .order-total .woocommerce-Price-amount.amount bdi,
  .product-subtotal bdi {
    display: inline-block;
  }

  .woocommerce-cart-form {
    flex: auto;
  }

  .product-name {
    flex: 1 0 40% !important;
  }

  .product-price {
    justify-content: space-between;
    display: flex;
    flex: 1 0 20% !important;
  }

  .product-quantity {
    flex: 1 0 100% !important;
  }

  .product-subtotal {
    flex: 1 0 100% !important;
    justify-content: space-between;
    display: flex;
  }

  .product-quantity {
    display: flex;
    justify-content: space-between;
  }

  .product-quantity .quantity label {
    display: none;
  }

  .product-quantity .quantity input[type="number"] {
    margin-left: 0px;
    margin-right: auto;
  }

  .product-name {
    display: flex;
  }

  .product-name a {
    margin-right: auto;
  }

  .wc-proceed-to-checkout {
    display: flex;
  }

  .cart-collaterals,
  .cart_totals.calculated_shipping {
    width: 100%;

  }

  .wc-proceed-to-checkout a {
    margin: 0 auto !important;
  }
}

@media (max-width: 550px) {
  .last-section .blog-posts .post-list .item a .item-inner {
    border-radius: 10px;
  }

  .product-name {
    flex: 1 0 90% !important;
  }

  .container {
    padding: 0 10px;
  }
}

@media (max-width: 480px) {

  .page-header {
    padding: 33px 0 17px;
  }

  .main-page-layout {
    padding: 0;
  }

  .page-layout {
    margin-bottom: 15px;
  }

  .page-layout {
    box-shadow: none;
    background-color: transparent;
  }

  .main-page-layout .page-heading .page-title,
  .main-page-layout .page-heading {
    border: none;
  }

  .woocommerce-cart-form__cart-item {
    border-top: 1px solid #dfe1ec;
    background-color: #fff;
    margin-bottom: 15px;
    box-shadow: 0 2px 3px rgba(188, 192, 207, 0.65);
    padding: 0 15px;
    border: none;
  }

  .page-layout {
    padding: 17px 0 !important;
  }

  .actions .button[name="update_cart"] {
    margin-top: 10px;
    width: 100%;
    padding: 8px 0;
  }

  .cart-collaterals {
    background-color: #fff;
    padding: 20px;
  }

  .main-page-layout .page-heading .page-title {
    padding-right: 15px;
    font-size: 20px;
  }

  .actions {
    background-color: #fff;
    padding: 0 5px;
  }

  .coupon {
    display: flex;
    align-items: center;
    padding-top: 15px;
  }

  .input-text[name="coupon_code"] {
    flex: 1 0 auto;
  }

  .shop_table {
    margin-bottom: 0;
  }

  .woocommerce-cart-form {
    margin-bottom: 0;
  }


  .container {
    padding: 0 5px;
  }

  .product-remove {
    order: 0;
  }

  .product-name {
    order: 1;
  }

  .product-price {
    order: 2;
  }

  .product-quantity {
    order: 4;
  }

  .product-subtotal {
    order: 3;
  }

  .product-name:before {
    display: none;
  }

  .product-quantity .quantity input[type="number"] {
    margin-right: 5px;
  }

  .product-price:before,
  .product-subtotal:before,
  .product-quantity:before {
    display: inline-block !important;
    font-weight: normal !important;
    color: #5e6e82;
  }

  .product-name a {
    margin-right: 5px;
    font-weight: bold;
    font-size: 15px;
  }

  .main-page-layout .page-heading {
    margin: 0 !important;
  }

  .first-section .top-course .top-course-carousel .swiper-slide .item-inner-course a .thumbnail-item {
    transform: scale(1);
  }

  .last-section .blog-posts .post-list .item a .item-inner .thumbnail {
    object-fit: cover;
  }

  .last-section .blog-posts .post-list .item a .item-inner .thumbnail img {
    width: initial;
    height: 100%;
    max-width: initial;
  }

  .page-footer .divider {
    margin: 20px 0 0;
  }

  .woocommerce-checkout-review-order-table tbody .product-name {
    flex: 1 0 auto !important;
  }

  .page-footer::before,
  .page-footer::after,
  .page-footer .footer-content::before,
  .page-footer .footer-content::after {
    display: none;
  }
}

@media (max-width: 390px) {
  .last-section .blog-posts .post-list .item a .item-inner .post-content .post-date {
    width: 70px;
  }

  .last-section .blog-posts .post-list .item a .item-inner .post-content {
    display: flex;
    align-items: center;
  }

  .last-section .blog-posts .post-list .item a .item-inner .post-content .post-title {
    flex: 1 0 auto;
  }

  .last-section .link-list-widget .link-list .item .link-os .text {
    display: none;
  }

  .page-layout {
    padding: 17px 5px;
  }

  .cart_totals.calculated_shipping {
    margin-right: 0;
  }

  .product-name {
    flex-direction: column;
    display: flex;
  }


}

@media (max-width: 370px) {
  .page-header .navigation-col .bottom-nav-block .bottom-nav-func-col .search-block .search-field {
    width: auto !important;
    max-width: 226px;
  }

  .main-page-layout .page-heading {
    padding: 0 !important;
    width: auto;
    max-width: 100%;
  }

  .last-section .blog-posts .post-list .item a .item-inner {
    height: 83px;
  }

}

@media (max-width: 340px) {
  .page-header .navigation-col .bottom-nav-block .bottom-nav-func-col .search-block .search-field {
    width: auto !important;
    max-width: 177px;
  }
}

@media (max-width: 320px) {
  .page-header .navigation-col .bottom-nav-block .bottom-nav-func-col .search-block .search-field {
    max-width: 177px;
  }
}

/*custom style*/
.page-footer::before,
.page-footer::after {
  z-index: 12;
}

/*comment-like-disable*/
.comment-like-disable {
  pointer-events: none;
}

/*img-custum*/
.img-pro {
  height: 55px;
  max-width: 55px;
}

.cart_item td img {
  width: auto;
  height: 55px;
  object-fit: cover;
}

.social-block {
  padding: 18px 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}

.social-block .title span {
  font-weight: 500;
}

.social-block .icons {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.social-block .icons a {
  line-height: 1;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 45px;
  min-height: 45px;
  transition: all .3s ease-in-out;
}

.social-block .icons a:hover {
  background-color: #0668e1;
  color: #fff;
}

.my-course {
  border-bottom: unset !important;
  margin-bottom: unset !important;
}

.edit-account {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 20px;
}

.edit-account>p,
fieldset {
  flex-grow: 1;
  width: 48%;
  max-width: 48%;
}

fieldset>p {
  display: flex;
  flex-direction: column;
}

.edit-account>p>img {
  border-radius: 10px;
  transition: all .3s ease-in-out;
}

.edit-account>p>img:hover {
  transform: scale(1.05);
}

.edit-account>p>button {
  padding: 15px 30px;
}

.edit-account>p>input {
  transition: all .3s ease-in-out;
}

.edit-account>p>input:focus {
  border-color: #0668e1 !important;
  color: #0668e1 !important;
}

.edit-account>p>label,
fieldset>p>label {
  color: #0668e1 !important;
  margin-left: 20px;
}

.top-post-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #a3a5b2;
  font-size: 12px;
  font-weight: 500;
  margin-top: 20px;
}

.top-post-card>a {
  color: #a3a5b2;
  font-size: 12px;
  font-weight: 500;
  width: unset !important;
}

.top-post-card>span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.woo-wallet-my-wallet-container {
  border: none !important;
}

.woo-wallet-my-wallet-container .woo-wallet-sidebar {
  background: unset !important;
  border: 1px solid #dfe2ec;
  border-radius: 15px;
}

.woo-wallet-sidebar ul li.card a {
  display: flex !important;
  align-items: center;
  column-gap: 10px;

}

.page-content ul li {
  padding: 0 !important;
}

.woo-wallet-sidebar ul li p {
  margin: 0 !important;
}

.woo-wallet-sidebar ul li.card {
  border-radius: 8px !important;
  box-shadow: none !important;
}

.woo-wallet-sidebar ul li.card:hover {
  box-shadow: none !important;
  background: #0668e1;
}

.woo-wallet-sidebar ul li.card:hover a span,
.woo-wallet-sidebar ul li.card:hover a p {
  color: white !important;
}

.woo-wallet-content input[type="submit"] {
  padding: 10px 15px;
  color: #ffffff !important;
  border-radius: 5px;
  transition: .3s;
  border: 1px solid #0668e1;
  background: #0668e1 !important;
}

.author-info .woo-wallet-menu-contents {
  display: flex;
  column-gap: 10px;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  flex-direction: row-reverse;
}

.woo-wallet-transaction-type-debit,
.woo-wallet-transaction-type-credit {
  display: flex;
}



/*# sourceMappingURL=style.css.map */


.page-header .navigation-col .bottom-nav-block .main-navigation ul li.menu-item-has-children>ul {
  z-index: 10;
}

.loader {
  border-top: 5px solid #081bff33 !important;
  border-right: 5px solid #081bff33 !important;
  border-bottom: 5px solid #081bff33 !important;
  border-left: 5px solid #0668e1 !important;
  width: 25px !important;
  height: 25px !important;
}

.loader-overly {
  border-radius: 7px;
}

.item input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input:focus {
  outline: none;
  border: none;
}

input:focus {
  outline: none;
}


.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-family:iranyekan;

}
.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-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/

}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 400px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  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 {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  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-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-center > div,
#toast-container.toast-bottom-center > div {
  width: 400px;
  margin: auto;
    position: relative;
    top: 10px;
    right:47%;
    margin-right:100px;
}
#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;
}

span.error {
  color: #bd362f;
}
.lightbox .form-group input.form-control.error {
  border:2px solid #bd362f;
}
.toast-info {
  background-color: #2f96b4;
}
.toast-warning {
  background-color: #f89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*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;
  }
}

@-webkit-keyframes passing-through{
  0%{
      opacity:0;
      -webkit-transform:translateY(40px);
      -moz-transform:translateY(40px);
      -ms-transform:translateY(40px);
      -o-transform:translateY(40px);
      transform:translateY(40px)
  }
  30%, 70%{
      opacity:1;
      -webkit-transform:translateY(0px);
      -moz-transform:translateY(0px);
      -ms-transform:translateY(0px);
      -o-transform:translateY(0px);
      transform:translateY(0px)
  }
  100%{
      opacity:0;
      -webkit-transform:translateY(-40px);
      -moz-transform:translateY(-40px);
      -ms-transform:translateY(-40px);
      -o-transform:translateY(-40px);
      transform:translateY(-40px)
  }
}
@-moz-keyframes passing-through{
  0%{
      opacity:0;
      -webkit-transform:translateY(40px);
      -moz-transform:translateY(40px);
      -ms-transform:translateY(40px);
      -o-transform:translateY(40px);
      transform:translateY(40px)
  }
  30%, 70%{
      opacity:1;
      -webkit-transform:translateY(0px);
      -moz-transform:translateY(0px);
      -ms-transform:translateY(0px);
      -o-transform:translateY(0px);
      transform:translateY(0px)
  }
  100%{
      opacity:0;
      -webkit-transform:translateY(-40px);
      -moz-transform:translateY(-40px);
      -ms-transform:translateY(-40px);
      -o-transform:translateY(-40px);
      transform:translateY(-40px)
  }
}
@keyframes passing-through{
  0%{
      opacity:0;
      -webkit-transform:translateY(40px);
      -moz-transform:translateY(40px);
      -ms-transform:translateY(40px);
      -o-transform:translateY(40px);
      transform:translateY(40px)
  }
  30%, 70%{
      opacity:1;
      -webkit-transform:translateY(0px);
      -moz-transform:translateY(0px);
      -ms-transform:translateY(0px);
      -o-transform:translateY(0px);
      transform:translateY(0px)
  }
  100%{
      opacity:0;
      -webkit-transform:translateY(-40px);
      -moz-transform:translateY(-40px);
      -ms-transform:translateY(-40px);
      -o-transform:translateY(-40px);
      transform:translateY(-40px)
  }
}
@-webkit-keyframes slide-in{
  0%{
      opacity:0;
      -webkit-transform:translateY(40px);
      -moz-transform:translateY(40px);
      -ms-transform:translateY(40px);
      -o-transform:translateY(40px);
      transform:translateY(40px)
  }
  30%{
      opacity:1;
      -webkit-transform:translateY(0px);
      -moz-transform:translateY(0px);
      -ms-transform:translateY(0px);
      -o-transform:translateY(0px);
      transform:translateY(0px)
  }
}
@-moz-keyframes slide-in{
  0%{
      opacity:0;
      -webkit-transform:translateY(40px);
      -moz-transform:translateY(40px);
      -ms-transform:translateY(40px);
      -o-transform:translateY(40px);
      transform:translateY(40px)
  }
  30%{
      opacity:1;
      -webkit-transform:translateY(0px);
      -moz-transform:translateY(0px);
      -ms-transform:translateY(0px);
      -o-transform:translateY(0px);
      transform:translateY(0px)
  }
}
@keyframes slide-in{
  0%{
      opacity:0;
      -webkit-transform:translateY(40px);
      -moz-transform:translateY(40px);
      -ms-transform:translateY(40px);
      -o-transform:translateY(40px);
      transform:translateY(40px)
  }
  30%{
      opacity:1;
      -webkit-transform:translateY(0px);
      -moz-transform:translateY(0px);
      -ms-transform:translateY(0px);
      -o-transform:translateY(0px);
      transform:translateY(0px)
  }
}
@-webkit-keyframes pulse{
  0%{
      -webkit-transform:scale(1);
      -moz-transform:scale(1);
      -ms-transform:scale(1);
      -o-transform:scale(1);
      transform:scale(1)
  }
  10%{
      -webkit-transform:scale(1.1);
      -moz-transform:scale(1.1);
      -ms-transform:scale(1.1);
      -o-transform:scale(1.1);
      transform:scale(1.1)
  }
  20%{
      -webkit-transform:scale(1);
      -moz-transform:scale(1);
      -ms-transform:scale(1);
      -o-transform:scale(1);
      transform:scale(1)
  }
}
@-moz-keyframes pulse{
  0%{
      -webkit-transform:scale(1);
      -moz-transform:scale(1);
      -ms-transform:scale(1);
      -o-transform:scale(1);
      transform:scale(1)
  }
  10%{
      -webkit-transform:scale(1.1);
      -moz-transform:scale(1.1);
      -ms-transform:scale(1.1);
      -o-transform:scale(1.1);
      transform:scale(1.1)
  }
  20%{
      -webkit-transform:scale(1);
      -moz-transform:scale(1);
      -ms-transform:scale(1);
      -o-transform:scale(1);
      transform:scale(1)
  }
}
@keyframes pulse{
  0%{
      -webkit-transform:scale(1);
      -moz-transform:scale(1);
      -ms-transform:scale(1);
      -o-transform:scale(1);
      transform:scale(1)
  }
  10%{
      -webkit-transform:scale(1.1);
      -moz-transform:scale(1.1);
      -ms-transform:scale(1.1);
      -o-transform:scale(1.1);
      transform:scale(1.1)
  }
  20%{
      -webkit-transform:scale(1);
      -moz-transform:scale(1);
      -ms-transform:scale(1);
      -o-transform:scale(1);
      transform:scale(1)
  }
}



#shopbar-flyout-basket {
    position: fixed;
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 35px 0 30px;
    max-width: 100%;
    min-height: 85%;
    text-align: center;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}


#shopbar-flyout-basket .close-flyout-compare:hover a {
    color: #fff;
}



#shopbar-flyout-basket .close-flyout-compare:hover {
    background-color: #EF4056;
    color: #fff;
}




#shopbar-flyout-basket .close-flyout-compare {
    position: absolute;
    top: -26px;
    right: 3%;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0,0,0,.1);
    text-align: center;
    cursor: pointer;
    font-size: 1.5em;
}



.cart-title{
    text-align:center;
    font-family:iranyekan;
    font-size:28px;
    padding-bottom:0;
    margin-bottom:0.5em;
  
  }

  .cart-box {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    max-width: 60%;
    -webkit-animation: fade_in .3s;
    animation: fade_in .3s;
    height: 30vh;
    position: relative;
    overflow-y: scroll;
    max-height: 350px;
    
  }
  
  .cart-box .title {
    padding: 16px;
    font-size: 16px;
    color: #4a4a4a;
    -webkit-box-shadow: 1px 1px 7px #e8e8e8;
    box-shadow: 1px 1px 7px #e8e8e8;
    z-index: 2;
    position: relative;
    background: #fff;
    margin: 0;
  }
  
  .cart-box .page-title {
    margin: -15px -26px 15px;
    text-align: right;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
  }
  
  .cart-box .page-title .left-content {
    color: #777;
    font-size: .7rem;
  }
  
  .cart-box .bg {
    height: 60%;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  
  .cart-box .bg.bg-pic {
    background: #fff no-repeat 0 100%;
    background-size: contain;
    max-width: 25%;
  }
  
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  

.cart-products {
    width: 100%;
    border-collapse: collapse;
    font-family:iranyekan;
  }
  
  .cart-products .cart-product-new .prd-img {
    width: 64px;
    margin: 0 auto;
    border-radius: 1em;
  }
  
  .cart-products .cart-product-new td {
    border-bottom: 1px solid #f2f2f2;
    border-collapse: collapse;
    padding: 10px 0;
    line-height: 2;
  }
  
  .cart-products .cart-product-new td:nth-child(2) {
    text-align: right;
  }
  
  .cart-products .cart-product-new .image {
    padding: 5px;
    text-align:center;
    width:20% !important;
  }
  .for-tomorrow{
    width:50% !important;
  }
  .sdf{
    width:30% !important;
  }

  .cart-product-new, .product-box{
    font-family:iranyekan;
  }

  .cart-products .cart-product-new .detail {
    position: relative;
  }
  
  .cart-products .cart-product-new .detail .name {
    margin: 0;
    display: inline-block;
    font-size: 1.2em;
  }
  
  .cart-products .cart-product-new .buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }
  
  .cart-products .cart-product-new .buttons>div {
    padding: 5px;
  }
  
  .cart-products .cart-product-new .buttons .action-btn {
    border: none;
    width: 38px;
    height: 25px;
    border-radius: 10px;
    background-color: #eee;
    cursor: pointer;
  }
  
  .cart-products .cart-product-new .cart-over-follow {
    font-family:iranyekan;
    background-color: #ffd04c;
    padding: 2px 10px;
    position: relative;
    border-radius: 15px;
    font-size:.8em;
  }
  
  .table-total-price {
    width: 70%!important;
    margin: 0 auto;
  }
  
  .label-gray {
    padding: 2px 6px;
    font-size: .9em;
    color: #000;
    background-color: #d8d8d8;
    border-radius: 5px;
    margin-left: 5px;
    font-weight: 400;
  }

  .total-price-cart {
      font-family: Iranyekan;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 700;
    width: 70%;
    max-width: 260px;
    padding: 10px 0;
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 0 3px 5px 0 #dae1e8;
    box-shadow: 0 3px 5px 0 #dae1e8;
    padding: 1em
  }
  
  .total-price-cart .text {
    font-weight: 400;
    color: #737373;
  }
  
  .total-price-cart .price {
    font-size: 16px;
  }

  .but364 {
    background: #f50057;
    color: #fff;
    border-radius: .25em;
    padding: .5em;
    display: block;
    margin-top: .5em;
  }


  .but364:hover {
    background: #eee;
    color: #333;
  }


  .navbar2 {
    float: left;
}.menuu {
    float: right;
}


.menuu li.text a {
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff !important;
    padding: .5em .75em;
}


.shopbar-flyout {
  position: absolute;
 /* visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  */
  top: 100%;
  right: 0;
  z-index: 1000;
  float: left;
  min-width: 320px;
  max-width: 420px;
  padding: 5px 0 20px;
  margin: 0;
      margin-top: 0px;
  list-style: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 50px;
  min-height: 50px;
  -webkit-transition: opacity .15s ease-in-out;
  -moz-transition: opacity .15s ease-in-out;
  -o-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
  background-color: #fff;
  border: 1px solid #eee !important;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 6px rgba(0,0,0,.1);
  box-shadow: 0 0 6px rgba(0,0,0,.1);
  cursor:pointer !important;
  display: none;

}
.shopbar-flyout {
  padding: 10px;
  -webkit-transform: translateZ(0);
}

#shopbar-flyout-compare .close-flyout-compare {
  position: absolute;
  top: -26px;
  right: 3%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0,0,0,.1);
  text-align: center;
  cursor: pointer;
  font-size: 1.5em;
}
.close-flyout-compare .close{
  margin-top:-.4em;
}
.close-flyout-compare .close:hover{
color: #EF4056;}

.shopbar-tool:not(.loading) .shopbar-flyout > .spinner-container {
  display: none;
}
.shopbar-flyout .spinner-container {
  height: 50px;
}
.spinner-container {
  position: relative;
  display: none;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}


.spinner {
  position: relative;
  text-align: center;
  vertical-align: middle;
  display: none;
}

.shopbar-flyout-inner {
/*! position:relative; */
  /*! min-height:50px; */
  /*! cursor:default; */
}


.shopbar-flyout-inner li:not(.more) a {
font-family:yekan-latinNum;
text-decoration:none;
-webkit-transition:color .1s linear;
-moz-transition:color .1s linear;
-o-transition:color .1s linear;
transition:color .1s linear
}
.shopbar-flyout-inner .no-items {
position:absolute;
left:0;
right:0;
top:50%;
margin:-13.5px 10px 0 10px;
text-align:center
}
.shopbar-flyout-inner .items {
padding:0;
margin:0
}
.shopbar-flyout-inner .items .item {
position:relative;
padding:15px 20px;
margin:0;
border-bottom:1px solid #f2f2f2
}
.shopbar-flyout-inner .items .item:last-child {
border-bottom:0
}
.shopbar-flyout-inner .items .item.omega {
border-bottom:none
}
.shopbar-flyout-inner .items .item.more {
text-align:center
}
.shopbar-flyout-inner .items .item .picture {
display:inline-block;
text-align:center;
margin:0 0 0 4px;
width:60px
}
.shopbar-flyout-inner .items .item .picture img {
max-width:100%
}
.shopbar-flyout-inner .items .item .quantity {
display:none;
width:25px;
margin-right:5px
}
.shopbar-flyout-inner .items .item .quantity .times {
font-size:.9em
}
.shopbar-flyout-inner .items .item .data {
width:190px;
float:right;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap
}
.shopbar-flyout-inner .items .item .data .attributes {
white-space:initial;
line-height:12px;
display:none
}
.shopbar-flyout-inner .items .item.no-thumb .data {
width:180px
}
.shopbar-flyout-inner .items .item .action {
display:none;
padding-right:4px
}
.shopbar-flyout-inner .items .item .action i {
font-size:11px
}
.shopbar-flyout-inner .items .item .price {
display:block;
color:#dc9203;
text-align:right
}
.shopbar-flyout-inner .items .item .remove {
position:absolute;
left:20px;
top:35px;
opacity:1;
filter:alpha(opacity=100);
color:#707070;
-webkit-transition:opacity .1s linear;
-moz-transition:opacity .1s linear;
-o-transition:opacity .1s linear;
transition:opacity .1s linear
}
#shopbar-flyout-wishlist .shopbar-flyout-inner .items .item .data {
width:200px
}
#shopbar-flyout-wishlist .shopbar-flyout-inner .items .item.no-thumb .data {
width:100%
}
#shopbar-flyout-compare .shopbar-flyout-inner .items .item .figure {
margin-right:8px
}
#shopbar-flyout-compare .shopbar-flyout-inner .items .item .data {
width:200px
}
.shopbar-flyout-inner .summary {
padding:12px 20px;
text-align:right;
font-weight:bold;
display:none
}
.shopbar-flyout-inner .buttons {
padding:0 20px
}
#shopbar-flyout-account .shopbar-flyout-inner {
padding:10px 20px
}



#shopbar-flyout-compare .shopbar-flyout-inner .items .item .picture {
  display: block;
  text-align: center;
  margin: 0 0 0 4px;
  border-radius: 7px;
  width: 100%;
  box-shadow: 0 6px 20px 6px rgba(168,172,185,.3);
}
.shopbar-flyout-inner .items .item .picture {
  display: inline-block;
  text-align: center;
  margin: 0 0 0 4px;
  width: 60px;
}

#shopbar-flyout-compare .shopbar-flyout-inner .items .item {
  padding: 0;
  border-radius: 7px;
  display: inline-block;
  margin: 0 1%;
  border-bottom: 0;
}



#shopbar-flyout-compare .shopbar-flyout-inner .items .item .picture a, #shopbar-flyout-compare .shopbar-flyout-inner .items .item .picture img {
  display: block;
  border-radius: 7px;
}

#shopbar-flyout-compare .shopbar-flyout-inner .items .item .data {
  width: 100%;
  display: block;
  margin-top: 10px;
}
#shopbar-flyout-compare .shopbar-flyout-inner .items .item .data {
  width: 200px;
}
.shopbar-flyout-inner .items .item .data {
  width: 190px;
  float: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#shopbar-flyout-compare .shopbar-flyout-inner .items .item .remove {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 10px 5px;
  background: url(/Themes/AlphaGajLight/Content/assets/sprite.png) no-repeat -901px 7px #fb3052;
  border-radius: 7px 0 30px 0;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
.shopbar-flyout-inner .items .item .remove {
  position: absolute;
  left: 20px;
  top: 35px;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #707070;
  -webkit-transition: opacity .1s linear;
  -moz-transition: opacity .1s linear;
  -o-transition: opacity .1s linear;
  transition: opacity .1s linear;
}
.shopbar-flyout-inner li:not(.more) a {
  font-family: iranyekan-latinNum;
  text-decoration: none;
  -webkit-transition: color .1s linear;
  -moz-transition: color .1s linear;
  -o-transition: color .1s linear;
  transition: color .1s linear;
}
.shopbar-flyout a {
  font-weight: normal;
  line-height: 27px;
  white-space: nowrap;
}

#shopbar-flyout-compare .buttons {
  float: left;
  margin: -150px 0 0 0 !important;
}
#shopbar-flyout-compare .buttons {
  margin: 10px 0 20px 0;
}
.shopbar-flyout-inner .buttons {
  padding: 0 20px;
}

#shopbar-flyout-compare .buttons .btn:first-child {
  margin: 0 0 15px 0 !important;
}
#shopbar-flyout-compare .buttons .btn {
  display: block;
}
#shopbar-flyout-compare .buttons .btn {
  display: block;
}
.shopbar-flyout .btn {
  padding: 3px 20px;
}
.pbWidgetCards__card__product__footer {
  height:80px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:5px 0 10px;
  position:relative
}
.pbWidgetCards__card__product__footer__productDetails {
  display:flex;
  align-items:center;
  margin-left:15px;
  justify-content:flex-start;
  transition:.3s;
  opacity:1
}
.pbWidgetCards__card__product__footer__productDetails__item {
  margin:0 6px;
  text-align:center
}
.pbWidgetCards__card__product__footer__productDetails__item:first-child {
  border-right:none;
  padding:0;
  background-color:#f8f9fb;
  border-radius:8px;
  width:54px;
  height:56px;
  display:flex;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  margin-right:0
}
.pbWidgetCards__card__product__footer__productDetails__item:first-child .pbWidgetCards__card__product__footer__productDetails__item__count {
  color:#3c4354
}
.pbWidgetCards__card__product__footer__productDetails__item:last-child {
  direction:ltr
}
.pbWidgetCards__card__product__footer__productDetails__item__count {
  display:block;
  font-size:16px;
  font-weight:700;
  color:#ffc64b
}
.pbWidgetCards__card__product__footer__productDetails__item__title {
  font-size:12px;
  color:hsla(0,0%,42.7%,.8);
  font-weight:400
}
.pbWidgetCards__card__product__footer__productDetails__item__count {
  color:#8ed557
}
.pbWidgetCards__card__product__footer__productPrice {
  text-align:center;
  position:relative;
  min-height:54px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  width:110px
}
.pbWidgetCards__card__product__footer__productPrice:after {
  content:"";
  position:absolute;
  border-right:1px solid #ededed;
  right:-22px;
  height:43px;
  bottom:7px
}
.pbWidgetCards__card__product__footer__productPrice__info {
  display:flex;
  flex-direction:row-reverse;
  align-items:center
}
.pbWidgetCards__card__product__footer__productPrice__text {
  font-size:12px;
  font-weight:500;
  letter-spacing:-.04em;
  color:#8ed557;
  margin-bottom:6px;
  text-align:center;
  position:absolute;
  left:-1px;
  top:-13px
}
.pbWidgetCards__card__product__footer__productPrice__item__free {
  text-align:left;
  font-size:16px;
  font-weight:500;
  line-height:1.5;
  margin-left:10px
}
.pbWidgetCards__card__product__footer__productDetails__item__free {
  width:100%!important;
  background-color:transparent!important;
  display:block!important;
  color:#959595!important
}
.pbWidgetCards__card__product__footer__productPrice__badgeOff {
  display:block;
  width:38px;
  height:23px;
  position:absolute;
  top:0;
  left:0;
  border-radius:3px;
  color:#fff;
  background-color:#f5b427;
  text-align:center;
  line-height:23px;
  font-size:14px;
  font-weight:700
}
.pbWidgetCards__card__product__footer__productPrice__originalPrice {
  text-align:right;
  text-decoration:line-through;
  font-size:14px;
  font-weight:400;
  color:#959595;
  padding-right:6px
}
.pbWidgetCards__card__product__footer__productPrice__sale {
  display:block;
  text-decoration:none;
  color:#3c4354;
  font-size:18px;
  font-weight:700;
  line-height:1.7;
  white-space:nowrap;
  text-align:left
}
.pbWidgetCards__card__product__footer__productPrice__sale__sym {
  font-size:12px;
  font-weight:700;
  color:#6d6d6d
}
.pbWidgetCards__card__product__actions {
  display:flex;
  transition:.3s;
  padding:0 25px 25px 0;
  height:70px;
  right:-11px;
  opacity:0;
  overflow:hidden;
  position:absolute;
  bottom:-75px
}
.pbWidgetCards__card__product__actions__downloadBtn {
  padding:10px 15px;
  font-size:14px;
  text-align:center;
  min-height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:115px
}
.pbWidgetCards__card__product__actions__previewBtn {
  margin-right:6px;
  text-align:center;
  min-height:42px;
  margin-left:12px;
  padding:10px 14px!important;
  font-size:0;
  display:flex;
  align-items:center;
  justify-content:center;
  background-color:#f1f3f5;  border: none;

  border-radius: 1em;
}
.pbWidgetCards__card__product__actions__previewBtn i {
  font-size:18px;
  display:block
}
.pbWidgetCards .card__product__footer__productDetails__item__title {
  display:block;
  color:#6d6d6d;
  font-size:12px;
  line-height:24px
}
@media (max-width:991px) {
  .pbWidgetCards__card__product__actions {
    opacity:1!important;
    height:auto
  }
  .pbWidgetCards__card__product__actions:after {
    display:none
  }
  .pbWidgetCards__card__product__footer__productDetails {
    padding:6px 8px;
    margin:0
  }
  .pbWidgetCards__card__product__body {
    height:auto
  }
  .pbWidgetCards__card__product__body__title {
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden
  }
  .pbWidgetCards__card__product__actions__previewBtn {
    margin-right:10px;
    font-size:14px;
    flex:0.8
  }
  .pbWidgetCards__card__product__actions__previewBtn i {
    display:none
  }
  .pbWidgetCards__card__product__footer {
    margin:5px 7px 2px 22px
  }
  .pbWidgetCards__card__product__actions__downloadBtn {
    flex:1.2
  }
  .pbWidgetCards__card__product__header__img {
    max-height:100%
  }
  .pbWidgetCards__card__product__actions {
    padding:0 14px 12px 5px;
    opacity:1;
    overflow:unset;
    position:unset
  }
  .pbWidgetCards__card__product__footer__productDetails__item:first-child {
    padding-right:0!important
  }
  .pbWidgetCards__card__product__footer__productPrice:after {
    right:-5px
  }
}
@media (min-width:991px) and (max-width:1280px) {
  .pbWidgetCards__card__product__footer__productPrice__sale {
    font-size:16px
  }
  .pbWidgetCards__card__product__body__category,
  .pbWidgetCards__card__product__body__usage {
    font-size:14px
  }
  .pbWidgetCards__card__product__footer__productPrice__badgeOff {
    width:33px
  }
  .pbWidgetCards__card__product__footer {
    margin:0 14px
  }
}


@media (min-width: 1471px) {
  .item-content:hover .pbWidgetCards__card__product__actions {
    opacity: 1;
    bottom: -4px;
  }
}
@media (min-width: 1471px) {
  .item-content:hover .pbWidgetCards__card__product__actions {
    opacity: 1;
    bottom: -4px;
  }
}


.pbWidgetBg--green {
  background-color: #8ed557 !important;
  color: #fff !important;
  background: unset;
    background-color: unset;
    border-radius: 1em;
}

.btn-add-card {
  cursor: pointer;
}



.widget-shop-cart {
  padding:0;
  width:350px;
  min-height:95px;
  background-color:#fff;
  box-shadow:0 5px 50px rgba(119,132,157,.15);
  -webkit-box-shadow:rgba(119,132,157,.15) 0 5px 50px;
  border-radius:3px;
  transition:.3s;
  position:absolute;
  top:calc(100% + 20px);
  left:0;
  z-index:-10;
  visibility:hidden;
  opacity:0
}
.widget-shop-cart:after {
  content:"";
  width:0;
  height:0;
  border-color:transparent transparent #fff;
  border-style:solid;
  border-width:0 7px 10px;
  position:absolute;
  top:-9px;
  left:17px;
  z-index:-1
}
@media (max-width:991px) {
  .widget-shop-cart {
    display:none!important
  }
}
.widget-shop-cart .content {
  position:relative
}
.widget-shop-cart .cart-header {
  padding:25px;
  border-bottom:1px solid #f5f5f5
}
.widget-shop-cart .cart-header div:first-child {
  font-size:13px;
  text-align:right;
  color:#727272
}
.widget-shop-cart .cart-header div:last-child {
  text-align:left
}
.widget-shop-cart .cart-header a {
  font-size:12px;
  padding-bottom:3px
}
.widget-shop-cart .cart-header a i {
  font-size:9px;
  line-height:0;
  display:inline-block;
  transform:translateY(0);
  margin-right:3px
}
.widget-shop-cart .cart-items {
  overflow-y:scroll;
  max-height:245px;
  width:100%;
  padding:25px 15px;
  scrollbar-width:thin;
  scrollbar-color:#eaeaea transparent
}
.widget-shop-cart .cart-items::-webkit-scrollbar {
  width:8px
}
.widget-shop-cart .cart-items::-webkit-scrollbar-track {
  background:transparent
}
.widget-shop-cart .cart-items::-webkit-scrollbar-thumb {
  background-color:#eaeaea;
  border-radius:20px;
  border:3px solid transparent
}
.widget-shop-cart .cart-items .cart-item {
  margin-bottom:15px;
  box-shadow:0 5px 25px rgba(119,132,157,.1);
  -webkit-box-shadow:rgba(119,132,157,.1) 0 5px 25px;
  border-radius:3px;
  display:block;
  padding:10px 5px;
  overflow:hidden;
  position:relative
}
.widget-shop-cart .cart-items .cart-item:last-child {
  margin-bottom:0
}
.widget-shop-cart .cart-items .cart-item .item-thumbnail {
  padding-right:20px
}
.widget-shop-cart .cart-items .cart-item .thumbnail {
  width:75px;
  height:75px;
  border-radius:5px;
  display:inline-block;
  overflow:hidden;
  vertical-align:middle
}
.widget-shop-cart .cart-items .cart-item .thumbnail figure,
.widget-shop-cart .cart-items .cart-item .thumbnail figure img {
  width:75px;
  height:75px
}
.widget-shop-cart .cart-items .cart-item .cart-item-title {
  font-size:12px;
  color:#727272
}
.widget-shop-cart .cart-items .cart-item .amount {
  color:#6a6a6a;
  font-weight:500;
  font-size:13px;
  line-height:17px;
  display:block;
  position:absolute;
  right:0;
  bottom:-40px;
  transition:.3s;
  -webkit-transition:.3s
}
.widget-shop-cart .cart-items .cart-item .amount .currency {
  font-size:11px;
  font-weight:400
}
.widget-shop-cart .cart-items .cart-item .remove {
  position:absolute;
  left:20px;
  bottom:0;
  background-color:#ffefef;
  width:24px;
  height:24px;
  line-height:24px;
  display:block;
  text-align:center;
  border-radius:3px;
  cursor:pointer;
  opacity:.5;
  transition:.3s;
  -webkit-transition:.3s
}
.widget-shop-cart .cart-items .cart-item .remove .prepend-icon {
  font-size:12px;
  color:#ef8b8c
}
.widget-shop-cart .cart-items .cart-item .remove:hover {
  opacity:1
}
.widget-shop-cart .cart-items .cart-item:hover .amount {
  bottom:0
}
.widget-shop-cart .cart-items .cart-item .parent-title {
  margin-top:5px;
  font-size:12px;
  color:#b3b3b3;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis
}
.widget-shop-cart .cart-property {
  display:flex;
  align-items:center;
  padding:25px;
  border-top:1px solid #f5f5f5
}
.widget-shop-cart .cart-property .total {
  flex:1;
  color:#8ed557;
  font-weight:500;
  font-size:17px;
  line-height:22px
}
.widget-shop-cart .cart-property .total .currency {
  font-size:11px;
  font-weight:400;
  color:#9b9b9b
}
.widget-shop-cart .cart-property .clearing-button {
  border-radius:4px
}
.widget-shop-cart:hover {
  opacity:1;
  visibility:visible;
  z-index:99;
  top:calc(100% + 25px)
}
.widget-shop-cart:hover:before {
  width:100%;
  content:"";
  top:-20px;
  right:0;
  background-color:transparent;
  position:absolute;
  display:block;
  height:35px;
  z-index:-1
}
.header-basket:hover+.widget-shop-cart {
  opacity:1;
  visibility:visible;
  z-index:99;
  top:calc(100% + 20px)
}
.header-basket:hover+.widget-shop-cart:before {
  width:100%;
  content:"";
  top:-20px;
  right:0;
  background-color:transparent;
  position:absolute;
  display:block;
  height:35px;
  z-index:-1
}
.overlayBody {
  width:100%;
  height:100%;
  background:rgba(0,0,0,.45);
  top:0;
  left:0;
  z-index:100;
  visibility:visible;
  opacity:1;
  transition:.3s;
  bottom:0;
  position:fixed
}
.widgetShopCartProgressbar {
  border-top:1px solid #eaeaea;
  padding:13px 16px
}
.widgetShopCartProgressbarImage {
  width:27px;
  height:27px;
  margin-left:10px
}
.widgetShopCartProgressbarCredit,
.widgetShopCartProgressbarTitle {
  display:flex;
  gap:4px;
  align-items:center
}
.widgetShopCartProgressbarCredit__title {
  font-size:13px
}
.widgetShopCartProgressbarCredit__price,
.widgetShopCartProgressbarCredit__title {
  color:#6c6c6c;
  text-align:right;
  font-weight:500;
  font-family:IRANSans,Dana,Tahoma,sans-serif
}
.widgetShopCartProgressbarCredit__price {
  font-size:16px
}
.widgetShopCartProgressbarCredit__toman {
  color:#9f9f9f;
  text-align:right;
  font-size:13px;
  font-weight:500;
  font-family:IRANSans,Dana,Tahoma,sans-serif
}
.widgetShopCartProgressbarBox {
  position:relative;
  height:70px;
  display:flex;
  justify-content:center;
  align-items:center;
  margin-top:35px
}
.widgetShopCartProgressbarInfo {
  position:absolute;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center
}
.widgetShopCartProgressbarInfo__circle {
  width:18px;
  height:18px;
  border-radius:50%;
  border:4px solid #fff;
  position:absolute;
  z-index:9;
  box-shadow:0 0 15px 0 rgba(84,84,89,.2)
}
.widgetShopCartProgressbarInfo__text {
  margin:17px 0;
  padding:0;
  display:flex;
  justify-content:space-between;
  align-items:center;
  color:#6c6c6c;
  text-align:center;
  font-size:12px;
  transition:.3s;
  white-space:nowrap
}
.widgetShopCartProgressbarFirst {
  left:15px;
  position:absolute;
  top:-8px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  height:99px
}
.widgetShopCartProgressbarFirst p {
  color:#c2c2c2!important;
  text-align:center;
  font-size:12px!important;
  font-family:IRANSans,Dana,Tahoma,sans-serif
}
.widgetShopCartProgressbarFirst .widgetShopCartProgressbarInfo__circle {
  top:0;
  bottom:17px;
  margin:auto 0
}
.widgetShopCartProgressbar .progress {
  width:77%;
  height:6px;
  position:relative;
  transform:rotate(180deg);
  overflow:unset;
  border:1px solid #e7e7e7!important;
  background:#fff!important;
  margin:0 auto
}
.widgetShopCartProgressbar .progress .progress-bar {
  overflow:unset;
  position:relative;
  border-radius:4px;
  height:6px
}
.widgetShopCartProgressbar--green {
  background:linear-gradient(270deg,#c0eba0,#8ed557)
}
.widgetShopCartProgressbar--gray {
  background:#edebeb!important
}

#shopbar-flyout-basket:hover .widget-shop-cart {
  opacity: 1;
  visibility: visible;
  z-index: 99;
  top: calc(100% + 25px);
}

.cart-btn  {
  cursor: pointer !important;
}

.cart-btn svg {
  fill: #0668e1
}


.cart-btn:hover svg {
  fill: #ccc
}
