@charset "UTF-8";

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #ff3030;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #ff3030;
  --light: #25262c;
  --dark: #191b1f;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  transition: all 0.5s;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body html{
  overscroll-behavior-y: none;
  overflow: hidden; 
  height: 100%;
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #ffffff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

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

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

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

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

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

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

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

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

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

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

.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a>code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

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

@media (min-width: 576px) {

  .container-sm,
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}

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

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

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

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

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

.row-cols-1>* {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2>* {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3>* {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4>* {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5>* {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6>* {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

  .row-cols-sm-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .row-cols-md-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .row-cols-lg-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .row-cols-xl-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm>.table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md>.table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg>.table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl>.table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive>.table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #ffffff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5em 1em;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

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

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

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

.was-validated select.form-control:valid,
select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

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

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

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

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

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

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

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

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

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

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

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

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(255, 48, 48, 0.9);
  border-radius: 0.25rem;
}

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

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

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #ff3030;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff3030' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff3030' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #ff3030;
  box-shadow: 0 0 0 0.2rem rgba(255, 48, 48, 0.25);
}

.was-validated select.form-control:invalid,
select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

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

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #ff3030;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff3030' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff3030' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #ff3030;
  box-shadow: 0 0 0 0.2rem rgba(255, 48, 48, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #ffffff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff;
  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: #ffffff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #ffffff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff;
  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: #ffffff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #ffffff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff;
  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: #ffffff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #ffffff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff;
  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: #ffffff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

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

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #ffffff;
  background-color: #ff3030;
  border-color: #ff3030;
}

.btn-danger:hover {
  color: #ffffff;
  background-color: #ff0a0a;
  border-color: #fc0000;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #ff0a0a;
  border-color: #fc0000;
  box-shadow: 0 0 0 0.2rem rgba(255, 79, 79, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff;
  background-color: #ff3030;
  border-color: #ff3030;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #fc0000;
  border-color: #ef0000;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 79, 79, 0.5);
}

.btn-light {
  color: #ffffff;
  background-color: #25262c;
  border-color: #25262c;
}

.btn-light:hover {
  color: #ffffff;
  background-color: #141417;
  border-color: #0e0e10;
}

.btn-light:focus,
.btn-light.focus {
  color: #ffffff;
  background-color: #141417;
  border-color: #0e0e10;
  box-shadow: 0 0 0 0.2rem rgba(70, 71, 76, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #ffffff;
  background-color: #25262c;
  border-color: #25262c;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
  color: #ffffff;
  background-color: #0e0e10;
  border-color: #080809;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(70, 71, 76, 0.5);
}

.btn-dark {
  color: #ffffff;
  background-color: #191b1f;
  border-color: #191b1f;
}

.btn-dark:hover {
  color: #ffffff;
  background-color: #08090a;
  border-color: #020203;
}

.btn-dark:focus,
.btn-dark.focus {
  color: #ffffff;
  background-color: #08090a;
  border-color: #020203;
  box-shadow: 0 0 0 0.2rem rgba(60, 61, 65, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #ffffff;
  background-color: #191b1f;
  border-color: #191b1f;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #020203;
  border-color: black;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 61, 65, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}

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

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}

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

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}

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

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

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

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

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

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #ff3030;
  border-color: #ff3030;
}

.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #ff3030;
  border-color: #ff3030;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 48, 48, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #ff3030;
  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: #ffffff;
  background-color: #ff3030;
  border-color: #ff3030;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 48, 48, 0.5);
}

.btn-outline-light {
  color: #25262c;
  border-color: #25262c;
}

.btn-outline-light:hover {
  color: #ffffff;
  background-color: #25262c;
  border-color: #25262c;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(37, 38, 44, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #25262c;
  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: #ffffff;
  background-color: #25262c;
  border-color: #25262c;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(37, 38, 44, 0.5);
}

.btn-outline-dark {
  color: #191b1f;
  border-color: #191b1f;
}

.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #191b1f;
  border-color: #191b1f;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(25, 27, 31, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #191b1f;
  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: #ffffff;
  background-color: #191b1f;
  border-color: #191b1f;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(25, 27, 31, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
}

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

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

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

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

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

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

.fade {
  transition: opacity 0.15s linear;
}

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

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

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

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

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

.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group.has-validation>.form-control:nth-last-child(n+3),
.input-group.has-validation>.custom-select:nth-last-child(n+3),
.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
  color: #ffffff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
  color: #ffffff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input[disabled]~.custom-control-label,
.custom-control-input:disabled~.custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled]~.custom-control-label::before,
.custom-control-input:disabled~.custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #ffffff;
  border: 1px solid #adb5bd;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

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

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e");
}

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

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}

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

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

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

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

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

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

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

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}

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

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

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

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

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

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

.custom-file-input:focus~.custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input[disabled]~.custom-file-label,
.custom-file-input:disabled~.custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en)~.custom-file-label::after {
  content: "Browse";
}

.custom-file-input~.custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

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

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {

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

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

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

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

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

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

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

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

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

@media (max-width: 767.98px) {

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

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

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

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

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

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

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

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

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

@media (max-width: 991.98px) {

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

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

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

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

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

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

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

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

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

@media (max-width: 1199.98px) {

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

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

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

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

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

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

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

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

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

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

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

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

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

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

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

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card>.list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card>.list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card>.list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
  border-top: 0;
}

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

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

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link+.card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

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

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

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

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accordion {
  overflow-anchor: none;
}

.accordion>.card {
  overflow: hidden;
}

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

.accordion>.card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}

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

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

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

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

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

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

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

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

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

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

.badge:empty {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge-danger {
  color: #ffffff;
  background-color: #ff3030;
}

a.badge-danger:hover,
a.badge-danger:focus {
  color: #ffffff;
  background-color: #fc0000;
}

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

.badge-light {
  color: #ffffff;
  background-color: #25262c;
}

a.badge-light:hover,
a.badge-light:focus {
  color: #ffffff;
  background-color: #0e0e10;
}

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(37, 38, 44, 0.5);
}

.badge-dark {
  color: #ffffff;
  background-color: #191b1f;
}

a.badge-dark:hover,
a.badge-dark:focus {
  color: #ffffff;
  background-color: #020203;
}

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(25, 27, 31, 0.5);
}

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

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

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

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #851919;
  background-color: #ffd6d6;
  border-color: #ffc5c5;
}

.alert-danger hr {
  border-top-color: #ffacac;
}

.alert-danger .alert-link {
  color: #5a1111;
}

.alert-light {
  color: #131417;
  background-color: #d3d4d5;
  border-color: #c2c2c4;
}

.alert-light hr {
  border-top-color: #b5b5b7;
}

.alert-light .alert-link {
  color: black;
}

.alert-dark {
  color: #0d0e10;
  background-color: #d1d1d2;
  border-color: #bfbfc0;
}

.alert-dark hr {
  border-top-color: #b2b2b3;
}

.alert-dark .alert-link {
  color: black;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

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

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

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

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

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

.media-body {
  flex: 1;
}

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

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

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

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

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

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

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #ffffff;
}

.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item+.list-group-item {
  border-top-width: 0;
}

.list-group-item+.list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

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

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

.list-group-horizontal>.list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

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

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

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

  .list-group-horizontal-sm>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

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

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

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

  .list-group-horizontal-md>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

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

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

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

  .list-group-horizontal-lg>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

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

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

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

  .list-group-horizontal-xl>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

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

.list-group-flush>.list-group-item {
  border-width: 0 0 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-group-item-danger {
  color: #851919;
  background-color: #ffc5c5;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #851919;
  background-color: #ffacac;
}

.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: #851919;
  border-color: #851919;
}

.list-group-item-light {
  color: #131417;
  background-color: #c2c2c4;
}

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

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

.list-group-item-dark {
  color: #0d0e10;
  background-color: #bfbfc0;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #0d0e10;
  background-color: #b2b2b3;
}

.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: #0d0e10;
  border-color: #0d0e10;
}

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

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

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

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

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

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

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

.toast.showing {
  opacity: 1;
}

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

.toast.hide {
  display: none;
}

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

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

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

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

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

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal-footer>* {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

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

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {

  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

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

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

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

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

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

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

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

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

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

  50% {
    opacity: 1;
    transform: none;
  }
}

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

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

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

  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-dark {
  background-color: #191b1f !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #020203 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #eff1f2 !important;
}

.border-top {
  border-top: 1px solid #eff1f2 !important;
}

.border-right {
  border-right: 1px solid #eff1f2 !important;
}

.border-bottom {
  border-bottom: 1px solid #eff1f2 !important;
}

.border-left {
  border-left: 1px solid #eff1f2 !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: #ff3030 !important;
}

.border-light {
  border-color: #25262c !important;
}

.border-dark {
  border-color: #191b1f !important;
}

.border-white {
  border-color: #ffffff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #ffffff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #ff3030 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #e30000 !important;
}

.text-light {
  color: #25262c !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #020202 !important;
}

.text-dark {
  color: #191b1f !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: black !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {

  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #ffffff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody+tbody {
    border-color: #eff1f2;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #eff1f2;
  }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2) format("woff2"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "themify";
  src: url(../fonts/themify.eot);
  src: url(../fonts/themify.eot?#iefix-fvbane) format("embedded-opentype"), url(../fonts/themify.woff) format("woff"), url(../fonts/themify.ttf) format("truetype"), url(../fonts/themify.svg#themify) format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^=icon-],
[class*=" icon-"] {
  /* font-family: "themify";
  speak: none; */
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.3em;
}

[class^=icon-close].close-search {
  font-family: "themify";
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333em;
}

/* makes sure icons active on rollover in links */
a [class^=icon-],
a [class*=" icon-"] {
  display: inline;
}

/* increased font size for icon-large */
[class^=icon-].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571429em;
  text-align: right;
  padding-right: 0.2857142857em;
}

[class^=icon-].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714286em;
}

.icons-ul {
  margin-left: 2.1428571429em;
  list-style-type: none;
}

.icons-ul>li {
  position: relative;
}

.icons-ul .icon-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  text-align: center;
  line-height: inherit;
}

[class^=icon-].hide,
[class*=" icon-"].hide {
  display: none;
}

.icon-muted {
  color: #eeeeee;
}

.icon-light {
  color: white;
}

.icon-dark {
  color: #333333;
}

.icon-border {
  border: solid 1px #eeeeee;
  padding: 0.2em 0.25em 0.15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.icon-2x {
  font-size: 2em;
}

.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.icon-3x {
  font-size: 3em;
}

.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.icon-4x {
  font-size: 4em;
}

.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.icon-5x {
  font-size: 5em;
}

.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

[class^=icon-].pull-left,
[class*=" icon-"].pull-left {
  margin-right: 0.3em;
}

[class^=icon-].pull-right,
[class*=" icon-"].pull-right {
  margin-left: 0.3em;
}

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}

.icon-stack [class^=icon-],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  line-height: 2em;
}

.icon-stack .icon-stack-base {
  font-size: 2em;
  line-height: 1em;
}

/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}

.icon-wand:before {
  content: "\e600";
}

.icon-volume:before {
  content: "\e601";
}

.icon-user:before {
  content: "\e602";
}

.icon-unlock:before {
  content: "\e603";
}

.icon-unlink:before {
  content: "\e604";
}

.icon-trash:before {
  content: "\e605";
}

.icon-thought:before {
  content: "\e606";
}

.icon-target:before {
  content: "\e607";
}

.icon-tag:before {
  content: "\e608";
}

.icon-tablet:before {
  content: "\e609";
}

.icon-star:before {
  content: "\e60a";
}

.icon-spray:before {
  content: "\e60b";
}

.icon-signal:before {
  content: "\e60c";
}

.icon-shopping-cart:before {
  content: "\e60d";
}

.icon-shopping-cart-full:before {
  content: "\e60e";
}

.icon-settings:before {
  content: "\e60f";
}

.icon-search:before {
  content: "\e610";
}

.icon-zoom-in:before {
  content: "\e611";
}

.icon-zoom-out:before {
  content: "\e612";
}

.icon-cut:before {
  content: "\e613";
}

.icon-ruler:before {
  content: "\e614";
}

.icon-ruler-pencil:before {
  content: "\e615";
}

.icon-ruler-alt:before {
  content: "\e616";
}

.icon-bookmark:before {
  content: "\e617";
}

.icon-bookmark-alt:before {
  content: "\e618";
}

.icon-reload:before {
  content: "\e619";
}

.icon-plus:before {
  content: "\e61a";
}

.icon-pin:before {
  content: "\e61b";
}

.icon-pencil:before {
  content: "\e61c";
}

.icon-pencil-alt:before {
  content: "\e61d";
}

.icon-paint-roller:before {
  content: "\e61e";
}

.icon-paint-bucket:before {
  content: "\e61f";
}

.icon-na:before {
  content: "\e620";
}

.icon-mobile:before {
  content: "\e621";
}

.icon-minus:before {
  content: "\e622";
}

.icon-medall:before {
  content: "\e623";
}

.icon-medall-alt:before {
  content: "\e624";
}

.icon-marker:before {
  content: "\e625";
}

.icon-marker-alt:before {
  content: "\e626";
}

.icon-arrow-up:before {
  content: "\e627";
}

.icon-arrow-right:before {
  content: "\e628";
}

.icon-arrow-left:before {
  content: "\e629";
}

.icon-arrow-down:before {
  content: "\e62a";
}

.icon-lock:before {
  content: "\e62b";
}

.icon-location-arrow:before {
  content: "\e62c";
}

.icon-link:before {
  content: "\e62d";
}

.icon-layout:before {
  content: "\e62e";
}

.icon-layers:before {
  content: "\e62f";
}

.icon-layers-alt:before {
  content: "\e630";
}

.icon-key:before {
  content: "\e631";
}

.icon-import:before {
  content: "\e632";
}

.icon-image:before {
  content: "\e633";
}

.icon-heart:before {
  content: "\e634";
}

.icon-heart-broken:before {
  content: "\e635";
}

.icon-hand-stop:before {
  content: "\e636";
}

.icon-hand-open:before {
  content: "\e637";
}

.icon-hand-drag:before {
  content: "\e638";
}

.icon-folder:before {
  content: "\e639";
}

.icon-flag:before {
  content: "\e63a";
}

.icon-flag-alt:before {
  content: "\e63b";
}

.icon-flag-alt-2:before {
  content: "\e63c";
}

.icon-eye:before {
  content: "\e63d";
}

.icon-export:before {
  content: "\e63e";
}

.icon-exchange-vertical:before {
  content: "\e63f";
}

.icon-desktop:before {
  content: "\e640";
}

.icon-cup:before {
  content: "\e641";
}

.icon-crown:before {
  content: "\e642";
}

.icon-comments:before {
  content: "\e643";
}

.icon-comment:before {
  content: "\e644";
}

.icon-comment-alt:before {
  content: "\e645";
}

.icon-close:before {
  content: "\e646";
}

.icon-clip:before {
  content: "\e647";
}

.icon-angle-up:before {
  content: "\e648";
}

.icon-angle-right:before {
  content: "\e649";
}

.icon-angle-left:before {
  content: "\e64a";
}

.icon-angle-down:before {
  content: "\e64b";
}

.icon-check:before {
  content: "\e64c";
}

.icon-check-box:before {
  content: "\e64d";
}

.icon-camera:before {
  content: "\e64e";
}

.icon-announcement:before {
  content: "\e64f";
}

.icon-brush:before {
  content: "\e650";
}

.icon-briefcase:before {
  content: "\e651";
}

.icon-bolt:before {
  content: "\e652";
}

.icon-bolt-alt:before {
  content: "\e653";
}

.icon-blackboard:before {
  content: "\e654";
}

.icon-bag:before {
  content: "\e655";
}

.icon-move:before {
  content: "\e656";
}

.icon-arrows-vertical:before {
  content: "\e657";
}

.icon-arrows-horizontal:before {
  content: "\e658";
}

.icon-fullscreen:before {
  content: "\e659";
}

.icon-arrow-top-right:before {
  content: "\e65a";
}

.icon-arrow-top-left:before {
  content: "\e65b";
}

.icon-arrow-circle-up:before {
  content: "\e65c";
}

.icon-arrow-circle-right:before {
  content: "\e65d";
}

.icon-arrow-circle-left:before {
  content: "\e65e";
}

.icon-arrow-circle-down:before {
  content: "\e65f";
}

.icon-angle-double-up:before {
  content: "\e660";
}

.icon-angle-double-right:before {
  content: "\e661";
}

.icon-angle-double-left:before {
  content: "\e662";
}

.icon-angle-double-down:before {
  content: "\e663";
}

.icon-zip:before {
  content: "\e664";
}

.icon-world:before {
  content: "\e665";
}

.icon-wheelchair:before {
  content: "\e666";
}

.icon-view-list:before {
  content: "\e667";
}

.icon-view-list-alt:before {
  content: "\e668";
}

.icon-view-grid:before {
  content: "\e669";
}

.icon-uppercase:before {
  content: "\e66a";
}

.icon-upload:before {
  content: "\e66b";
}

.icon-underline:before {
  content: "\e66c";
}

.icon-truck:before {
  content: "\e66d";
}

.icon-timer:before {
  content: "\e66e";
}

.icon-ticket:before {
  content: "\e66f";
}

.icon-thumb-up:before {
  content: "\e670";
}

.icon-thumb-down:before {
  content: "\e671";
}

.icon-text:before {
  content: "\e672";
}

.icon-stats-up:before {
  content: "\e673";
}

.icon-stats-down:before {
  content: "\e674";
}

.icon-split-v:before {
  content: "\e675";
}

.icon-split-h:before {
  content: "\e676";
}

.icon-smallcap:before {
  content: "\e677";
}

.icon-shine:before {
  content: "\e678";
}

.icon-shift-right:before {
  content: "\e679";
}

.icon-shift-left:before {
  content: "\e67a";
}

.icon-shield:before {
  content: "\e67b";
}

.icon-notepad:before {
  content: "\e67c";
}

.icon-server:before {
  content: "\e67d";
}

.icon-quote-right:before {
  content: "\e67e";
}

.icon-quote-left:before {
  content: "\e67f";
}

.icon-pulse:before {
  content: "\e680";
}

.icon-printer:before {
  content: "\e681";
}

.icon-power-off:before {
  content: "\e682";
}

.icon-plug:before {
  content: "\e683";
}

.icon-pie-chart:before {
  content: "\e684";
}

.icon-paragraph:before {
  content: "\e685";
}

.icon-panel:before {
  content: "\e686";
}

.icon-package:before {
  content: "\e687";
}

.icon-music:before {
  content: "\e688";
}

.icon-music-alt:before {
  content: "\e689";
}

.icon-mouse:before {
  content: "\e68a";
}

.icon-mouse-alt:before {
  content: "\e68b";
}

.icon-money:before {
  content: "\e68c";
}

.icon-microphone:before {
  content: "\e68d";
}

.icon-menu:before {
  content: "\e68e";
}

.icon-menu-alt:before {
  content: "\e68f";
}

.icon-map:before {
  content: "\e690";
}

.icon-map-alt:before {
  content: "\e691";
}

.icon-loop:before {
  content: "\e692";
}

.icon-location-pin:before {
  content: "\e693";
}

.icon-list:before {
  content: "\e694";
}

.icon-light-bulb:before {
  content: "\e695";
}

.icon-Italic:before {
  content: "\e696";
}

.icon-info:before {
  content: "\e697";
}

.icon-infinite:before {
  content: "\e698";
}

.icon-id-badge:before {
  content: "\e699";
}

.icon-hummer:before {
  content: "\e69a";
}

.icon-home:before {
  content: "\e69b";
}

.icon-help:before {
  content: "\e69c";
}

.icon-headphone:before {
  content: "\e69d";
}

.icon-harddrives:before {
  content: "\e69e";
}

.icon-harddrive:before {
  content: "\e69f";
}

.icon-gift:before {
  content: "\e6a0";
}

.icon-game:before {
  content: "\e6a1";
}

.icon-filter:before {
  content: "\e6a2";
}

.icon-files:before {
  content: "\e6a3";
}

.icon-file:before {
  content: "\e6a4";
}

.icon-eraser:before {
  content: "\e6a5";
}

.icon-envelope:before {
  content: "\e6a6";
}

.icon-download:before {
  content: "\e6a7";
}

.icon-direction:before {
  content: "\e6a8";
}

.icon-direction-alt:before {
  content: "\e6a9";
}

.icon-dashboard:before {
  content: "\e6aa";
}

.icon-control-stop:before {
  content: "\e6ab";
}

.icon-control-shuffle:before {
  content: "\e6ac";
}

.icon-control-play:before {
  content: "\e6ad";
}

.icon-control-pause:before {
  content: "\e6ae";
}

.icon-control-forward:before {
  content: "\e6af";
}

.icon-control-backward:before {
  content: "\e6b0";
}

.icon-cloud:before {
  content: "\e6b1";
}

.icon-cloud-up:before {
  content: "\e6b2";
}

.icon-cloud-down:before {
  content: "\e6b3";
}

.icon-clipboard:before {
  content: "\e6b4";
}

.icon-car:before {
  content: "\e6b5";
}

.icon-calendar:before {
  content: "\e6b6";
}

.icon-book:before {
  content: "\e6b7";
}

.icon-bell:before {
  content: "\e6b8";
}

.icon-basketball:before {
  content: "\e6b9";
}

.icon-bar-chart:before {
  content: "\e6ba";
}

.icon-bar-chart-alt:before {
  content: "\e6bb";
}

.icon-back-right:before {
  content: "\e6bc";
}

.icon-back-left:before {
  content: "\e6bd";
}

.icon-arrows-corner:before {
  content: "\e6be";
}

.icon-archive:before {
  content: "\e6bf";
}

.icon-anchor:before {
  content: "\e6c0";
}

.icon-align-right:before {
  content: "\e6c1";
}

.icon-align-left:before {
  content: "\e6c2";
}

.icon-align-justify:before {
  content: "\e6c3";
}

.icon-align-center:before {
  content: "\e6c4";
}

.icon-alert:before {
  content: "\e6c5";
}

.icon-alarm-clock:before {
  content: "\e6c6";
}

.icon-agenda:before {
  content: "\e6c7";
}

.icon-write:before {
  content: "\e6c8";
}

.icon-window:before {
  content: "\e6c9";
}

.icon-widgetized:before {
  content: "\e6ca";
}

.icon-widget:before {
  content: "\e6cb";
}

.icon-widget-alt:before {
  content: "\e6cc";
}

.icon-wallet:before {
  content: "\e6cd";
}

.icon-video-clapper:before {
  content: "\e6ce";
}

.icon-video-camera:before {
  content: "\e6cf";
}

.icon-vector:before {
  content: "\e6d0";
}

.icon-themify-logo:before {
  content: "\e6d1";
}

.icon-themify-favicon:before {
  content: "\e6d2";
}

.icon-themify-favicon-alt:before {
  content: "\e6d3";
}

.icon-support:before {
  content: "\e6d4";
}

.icon-stamp:before {
  content: "\e6d5";
}

.icon-split-v-alt:before {
  content: "\e6d6";
}

.icon-slice:before {
  content: "\e6d7";
}

.icon-shortcode:before {
  content: "\e6d8";
}

.icon-shift-right-alt:before {
  content: "\e6d9";
}

.icon-shift-left-alt:before {
  content: "\e6da";
}

.icon-ruler-alt-2:before {
  content: "\e6db";
}

.icon-receipt:before {
  content: "\e6dc";
}

.icon-pin2:before {
  content: "\e6dd";
}

.icon-pin-alt:before {
  content: "\e6de";
}

.icon-pencil-alt2:before {
  content: "\e6df";
}

.icon-palette:before {
  content: "\e6e0";
}

.icon-more:before {
  content: "\e6e1";
}

.icon-more-alt:before {
  content: "\e6e2";
}

.icon-microphone-alt:before {
  content: "\e6e3";
}

.icon-magnet:before {
  content: "\e6e4";
}

.icon-line-double:before {
  content: "\e6e5";
}

.icon-line-dotted:before {
  content: "\e6e6";
}

.icon-line-dashed:before {
  content: "\e6e7";
}

.icon-layout-width-full:before {
  content: "\e6e8";
}

.icon-layout-width-default:before {
  content: "\e6e9";
}

.icon-layout-width-default-alt:before {
  content: "\e6ea";
}

.icon-layout-tab:before {
  content: "\e6eb";
}

.icon-layout-tab-window:before {
  content: "\e6ec";
}

.icon-layout-tab-v:before {
  content: "\e6ed";
}

.icon-layout-tab-min:before {
  content: "\e6ee";
}

.icon-layout-slider:before {
  content: "\e6ef";
}

.icon-layout-slider-alt:before {
  content: "\e6f0";
}

.icon-layout-sidebar-right:before {
  content: "\e6f1";
}

.icon-layout-sidebar-none:before {
  content: "\e6f2";
}

.icon-layout-sidebar-left:before {
  content: "\e6f3";
}

.icon-layout-placeholder:before {
  content: "\e6f4";
}

.icon-layout-menu:before {
  content: "\e6f5";
}

.icon-layout-menu-v:before {
  content: "\e6f6";
}

.icon-layout-menu-separated:before {
  content: "\e6f7";
}

.icon-layout-menu-full:before {
  content: "\e6f8";
}

.icon-layout-media-right-alt:before {
  content: "\e6f9";
}

.icon-layout-media-right:before {
  content: "\e6fa";
}

.icon-layout-media-overlay:before {
  content: "\e6fb";
}

.icon-layout-media-overlay-alt:before {
  content: "\e6fc";
}

.icon-layout-media-overlay-alt-2:before {
  content: "\e6fd";
}

.icon-layout-media-left-alt:before {
  content: "\e6fe";
}

.icon-layout-media-left:before {
  content: "\e6ff";
}

.icon-layout-media-center-alt:before {
  content: "\e700";
}

.icon-layout-media-center:before {
  content: "\e701";
}

.icon-layout-list-thumb:before {
  content: "\e702";
}

.icon-layout-list-thumb-alt:before {
  content: "\e703";
}

.icon-layout-list-post:before {
  content: "\e704";
}

.icon-layout-list-large-image:before {
  content: "\e705";
}

.icon-layout-line-solid:before {
  content: "\e706";
}

.icon-layout-grid4:before {
  content: "\e707";
}

.icon-layout-grid3:before {
  content: "\e708";
}

.icon-layout-grid2:before {
  content: "\e709";
}

.icon-layout-grid2-thumb:before {
  content: "\e70a";
}

.icon-layout-cta-right:before {
  content: "\e70b";
}

.icon-layout-cta-left:before {
  content: "\e70c";
}

.icon-layout-cta-center:before {
  content: "\e70d";
}

.icon-layout-cta-btn-right:before {
  content: "\e70e";
}

.icon-layout-cta-btn-left:before {
  content: "\e70f";
}

.icon-layout-column4:before {
  content: "\e710";
}

.icon-layout-column3:before {
  content: "\e711";
}

.icon-layout-column2:before {
  content: "\e712";
}

.icon-layout-accordion-separated:before {
  content: "\e713";
}

.icon-layout-accordion-merged:before {
  content: "\e714";
}

.icon-layout-accordion-list:before {
  content: "\e715";
}

.icon-ink-pen:before {
  content: "\e716";
}

.icon-info-alt:before {
  content: "\e717";
}

.icon-help-alt:before {
  content: "\e718";
}

.icon-headphone-alt:before {
  content: "\e719";
}

.icon-hand-point-up:before {
  content: "\e71a";
}

.icon-hand-point-right:before {
  content: "\e71b";
}

.icon-hand-point-left:before {
  content: "\e71c";
}

.icon-hand-point-down:before {
  content: "\e71d";
}

.icon-gallery:before {
  content: "\e71e";
}

.icon-face-smile:before {
  content: "\e71f";
}

.icon-face-sad:before {
  content: "\e720";
}

.icon-credit-card:before {
  content: "\e721";
}

.icon-control-skip-forward:before {
  content: "\e722";
}

.icon-control-skip-backward:before {
  content: "\e723";
}

.icon-control-record:before {
  content: "\e724";
}

.icon-control-eject:before {
  content: "\e725";
}

.icon-comments-smiley:before {
  content: "\e726";
}

.icon-brush-alt:before {
  content: "\e727";
}

.icon-youtube:before {
  content: "\e728";
}

.icon-vimeo:before {
  content: "\e729";
}

.icon-twitter:before {
  content: "\e72a";
}

.icon-time:before {
  content: "\e72b";
}

.icon-tumblr:before {
  content: "\e72c";
}

.icon-skype:before {
  content: "\e72d";
}

.icon-share:before {
  content: "\e72e";
}

.icon-share-alt:before {
  content: "\e72f";
}

.icon-rocket:before {
  content: "\e730";
}

.icon-pinterest:before {
  content: "\e731";
}

.icon-new-window:before {
  content: "\e732";
}

.icon-microsoft:before {
  content: "\e733";
}

.icon-list-ol:before {
  content: "\e734";
}

.icon-linkedin:before {
  content: "\e735";
}

.icon-layout-sidebar-2:before {
  content: "\e736";
}

.icon-layout-grid4-alt:before {
  content: "\e737";
}

.icon-layout-grid3-alt:before {
  content: "\e738";
}

.icon-layout-grid2-alt:before {
  content: "\e739";
}

.icon-layout-column4-alt:before {
  content: "\e73a";
}

.icon-layout-column3-alt:before {
  content: "\e73b";
}

.icon-layout-column2-alt:before {
  content: "\e73c";
}

.icon-instagram:before {
  content: "\e73d";
}

.icon-google:before {
  content: "\e73e";
}

.icon-github:before {
  content: "\e73f";
}

.icon-flickr:before {
  content: "\e740";
}

.icon-facebook:before {
  content: "\e741";
}

.icon-dropbox:before {
  content: "\e742";
}

.icon-dribbble:before {
  content: "\e743";
}

.icon-apple:before {
  content: "\e744";
}

.icon-android:before {
  content: "\e745";
}

.icon-save:before {
  content: "\e746";
}

.icon-save-alt:before {
  content: "\e747";
}

.icon-yahoo:before {
  content: "\e748";
}

.icon-wordpress:before {
  content: "\e749";
}

.icon-vimeo-alt:before {
  content: "\e74a";
}

.icon-twitter-alt:before {
  content: "\e74b";
}

.icon-tumblr-alt:before {
  content: "\e74c";
}

.icon-trello:before {
  content: "\e74d";
}

.icon-stack-overflow:before {
  content: "\e74e";
}

.icon-soundcloud:before {
  content: "\e74f";
}

.icon-sharethis:before {
  content: "\e750";
}

.icon-sharethis-alt:before {
  content: "\e751";
}

.icon-reddit:before {
  content: "\e752";
}

.icon-pinterest-alt:before {
  content: "\e753";
}

.icon-microsoft-alt:before {
  content: "\e754";
}

.icon-linux:before {
  content: "\e755";
}

.icon-jsfiddle:before {
  content: "\e756";
}

.icon-joomla:before {
  content: "\e757";
}

.icon-html5:before {
  content: "\e758";
}

.icon-flickr-alt:before {
  content: "\e759";
}

.icon-email:before {
  content: "\e75a";
}

.icon-drupal:before {
  content: "\e75b";
}

.icon-dropbox-alt:before {
  content: "\e75c";
}

.icon-css3:before {
  content: "\e75d";
}

.icon-rss:before {
  content: "\e75e";
}

.icon-rss-alt:before {
  content: "\e75f";
}

@font-face {
  font-family: "themify";
  src: url(../fonts/themify.eot);
  src: url(../fonts/themify.eot?#iefix-fvbane) format("embedded-opentype"), url(../fonts/themify.woff) format("woff"), url(../fonts/themify.ttf) format("truetype"), url(../fonts/themify.svg#themify) format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^=ti-],
[class*=" ti-"] {
  font-family: "themify";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ti-wand:before {
  content: "\e600";
}

.ti-volume:before {
  content: "\e601";
}

.ti-user:before {
  content: "\e602";
}

.ti-unlock:before {
  content: "\e603";
}

.ti-unlink:before {
  content: "\e604";
}

.ti-trash:before {
  content: "\e605";
}

.ti-thought:before {
  content: "\e606";
}

.ti-target:before {
  content: "\e607";
}

.ti-tag:before {
  content: "\e608";
}

.ti-tablet:before {
  content: "\e609";
}

.ti-star:before {
  content: "\e60a";
}

.ti-spray:before {
  content: "\e60b";
}

.ti-signal:before {
  content: "\e60c";
}

.ti-shopping-cart:before {
  content: "\e60d";
}

.ti-shopping-cart-full:before {
  content: "\e60e";
}

.ti-settings:before {
  content: "\e60f";
}

.ti-search:before {
  content: "\e610";
}

.ti-zoom-in:before {
  content: "\e611";
}

.ti-zoom-out:before {
  content: "\e612";
}

.ti-cut:before {
  content: "\e613";
}

.ti-ruler:before {
  content: "\e614";
}

.ti-ruler-pencil:before {
  content: "\e615";
}

.ti-ruler-alt:before {
  content: "\e616";
}

.ti-bookmark:before {
  content: "\e617";
}

.ti-bookmark-alt:before {
  content: "\e618";
}

.ti-reload:before {
  content: "\e619";
}

.ti-plus:before {
  content: "\e61a";
}

.ti-pin:before {
  content: "\e61b";
}

.ti-pencil:before {
  content: "\e61c";
}

.ti-pencil-alt:before {
  content: "\e61d";
}

.ti-paint-roller:before {
  content: "\e61e";
}

.ti-paint-bucket:before {
  content: "\e61f";
}

.ti-na:before {
  content: "\e620";
}

.ti-mobile:before {
  content: "\e621";
}

.ti-minus:before {
  content: "\e622";
}

.ti-medall:before {
  content: "\e623";
}

.ti-medall-alt:before {
  content: "\e624";
}

.ti-marker:before {
  content: "\e625";
}

.ti-marker-alt:before {
  content: "\e626";
}

.ti-arrow-up:before {
  content: "\e627";
}

.ti-arrow-right:before {
  content: "\e628";
}

.ti-arrow-left:before {
  content: "\e629";
}

.ti-arrow-down:before {
  content: "\e62a";
}

.ti-lock:before {
  content: "\e62b";
}

.ti-location-arrow:before {
  content: "\e62c";
}

.ti-link:before {
  content: "\e62d";
}

.ti-layout:before {
  content: "\e62e";
}

.ti-layers:before {
  content: "\e62f";
}

.ti-layers-alt:before {
  content: "\e630";
}

.ti-key:before {
  content: "\e631";
}

.ti-import:before {
  content: "\e632";
}

.ti-image:before {
  content: "\e633";
}

.ti-heart:before {
  content: "\e634";
}

.ti-heart-broken:before {
  content: "\e635";
}

.ti-hand-stop:before {
  content: "\e636";
}

.ti-hand-open:before {
  content: "\e637";
}

.ti-hand-drag:before {
  content: "\e638";
}

.ti-folder:before {
  content: "\e639";
}

.ti-flag:before {
  content: "\e63a";
}

.ti-flag-alt:before {
  content: "\e63b";
}

.ti-flag-alt-2:before {
  content: "\e63c";
}

.ti-eye:before {
  content: "\e63d";
}

.ti-export:before {
  content: "\e63e";
}

.ti-exchange-vertical:before {
  content: "\e63f";
}

.ti-desktop:before {
  content: "\e640";
}

.ti-cup:before {
  content: "\e641";
}

.ti-crown:before {
  content: "\e642";
}

.ti-comments:before {
  content: "\e643";
}

.ti-comment:before {
  content: "\e644";
}

.ti-comment-alt:before {
  content: "\e645";
}

.ti-close:before {
  content: "\e646";
}

.ti-clip:before {
  content: "\e647";
}

.ti-angle-up:before {
  content: "\e648";
}

.ti-angle-right:before {
  content: "\e649";
}

.ti-angle-left:before {
  content: "\e64a";
}

.ti-angle-down:before {
  content: "\e64b";
}

.ti-check:before {
  content: "\e64c";
}

.ti-check-box:before {
  content: "\e64d";
}

.ti-camera:before {
  content: "\e64e";
}

.ti-announcement:before {
  content: "\e64f";
}

.ti-brush:before {
  content: "\e650";
}

.ti-briefcase:before {
  content: "\e651";
}

.ti-bolt:before {
  content: "\e652";
}

.ti-bolt-alt:before {
  content: "\e653";
}

.ti-blackboard:before {
  content: "\e654";
}

.ti-bag:before {
  content: "\e655";
}

.ti-move:before {
  content: "\e656";
}

.ti-arrows-vertical:before {
  content: "\e657";
}

.ti-arrows-horizontal:before {
  content: "\e658";
}

.ti-fullscreen:before {
  content: "\e659";
}

.ti-arrow-top-right:before {
  content: "\e65a";
}

.ti-arrow-top-left:before {
  content: "\e65b";
}

.ti-arrow-circle-up:before {
  content: "\e65c";
}

.ti-arrow-circle-right:before {
  content: "\e65d";
}

.ti-arrow-circle-left:before {
  content: "\e65e";
}

.ti-arrow-circle-down:before {
  content: "\e65f";
}

.ti-angle-double-up:before {
  content: "\e660";
}

.ti-angle-double-right:before {
  content: "\e661";
}

.ti-angle-double-left:before {
  content: "\e662";
}

.ti-angle-double-down:before {
  content: "\e663";
}

.ti-zip:before {
  content: "\e664";
}

.ti-world:before {
  content: "\e665";
}

.ti-wheelchair:before {
  content: "\e666";
}

.ti-view-list:before {
  content: "\e667";
}

.ti-view-list-alt:before {
  content: "\e668";
}

.ti-view-grid:before {
  content: "\e669";
}

.ti-uppercase:before {
  content: "\e66a";
}

.ti-upload:before {
  content: "\e66b";
}

.ti-underline:before {
  content: "\e66c";
}

.ti-truck:before {
  content: "\e66d";
}

.ti-timer:before {
  content: "\e66e";
}

.ti-ticket:before {
  content: "\e66f";
}

.ti-thumb-up:before {
  content: "\e670";
}

.ti-thumb-down:before {
  content: "\e671";
}

.ti-text:before {
  content: "\e672";
}

.ti-stats-up:before {
  content: "\e673";
}

.ti-stats-down:before {
  content: "\e674";
}

.ti-split-v:before {
  content: "\e675";
}

.ti-split-h:before {
  content: "\e676";
}

.ti-smallcap:before {
  content: "\e677";
}

.ti-shine:before {
  content: "\e678";
}

.ti-shift-right:before {
  content: "\e679";
}

.ti-shift-left:before {
  content: "\e67a";
}

.ti-shield:before {
  content: "\e67b";
}

.ti-notepad:before {
  content: "\e67c";
}

.ti-server:before {
  content: "\e67d";
}

.ti-quote-right:before {
  content: "\e67e";
}

.ti-quote-left:before {
  content: "\e67f";
}

.ti-pulse:before {
  content: "\e680";
}

.ti-printer:before {
  content: "\e681";
}

.ti-power-off:before {
  content: "\e682";
}

.ti-plug:before {
  content: "\e683";
}

.ti-pie-chart:before {
  content: "\e684";
}

.ti-paragraph:before {
  content: "\e685";
}

.ti-panel:before {
  content: "\e686";
}

.ti-package:before {
  content: "\e687";
}

.ti-music:before {
  content: "\e688";
}

.ti-music-alt:before {
  content: "\e689";
}

.ti-mouse:before {
  content: "\e68a";
}

.ti-mouse-alt:before {
  content: "\e68b";
}

.ti-money:before {
  content: "\e68c";
}

.ti-microphone:before {
  content: "\e68d";
}

.ti-menu:before {
  content: "\e68e";
}

.ti-menu-alt:before {
  content: "\e68f";
}

.ti-map:before {
  content: "\e690";
}

.ti-map-alt:before {
  content: "\e691";
}

.ti-loop:before {
  content: "\e692";
}

.ti-location-pin:before {
  content: "\e693";
}

.ti-list:before {
  content: "\e694";
}

.ti-light-bulb:before {
  content: "\e695";
}

.ti-Italic:before {
  content: "\e696";
}

.ti-info:before {
  content: "\e697";
}

.ti-infinite:before {
  content: "\e698";
}

.ti-id-badge:before {
  content: "\e699";
}

.ti-hummer:before {
  content: "\e69a";
}

.ti-home:before {
  content: "\e69b";
}

.ti-help:before {
  content: "\e69c";
}

.ti-headphone:before {
  content: "\e69d";
}

.ti-harddrives:before {
  content: "\e69e";
}

.ti-harddrive:before {
  content: "\e69f";
}

.ti-gift:before {
  content: "\e6a0";
}

.ti-game:before {
  content: "\e6a1";
}

.ti-filter:before {
  content: "\e6a2";
}

.ti-files:before {
  content: "\e6a3";
}

.ti-file:before {
  content: "\e6a4";
}

.ti-eraser:before {
  content: "\e6a5";
}

.ti-envelope:before {
  content: "\e6a6";
}

.ti-download:before {
  content: "\e6a7";
}

.ti-direction:before {
  content: "\e6a8";
}

.ti-direction-alt:before {
  content: "\e6a9";
}

.ti-dashboard:before {
  content: "\e6aa";
}

.ti-control-stop:before {
  content: "\e6ab";
}

.ti-control-shuffle:before {
  content: "\e6ac";
}

.ti-control-play:before {
  content: "\e6ad";
}

.ti-control-pause:before {
  content: "\e6ae";
}

.ti-control-forward:before {
  content: "\e6af";
}

.ti-control-backward:before {
  content: "\e6b0";
}

.ti-cloud:before {
  content: "\e6b1";
}

.ti-cloud-up:before {
  content: "\e6b2";
}

.ti-cloud-down:before {
  content: "\e6b3";
}

.ti-clipboard:before {
  content: "\e6b4";
}

.ti-car:before {
  content: "\e6b5";
}

.ti-calendar:before {
  content: "\e6b6";
}

.ti-book:before {
  content: "\e6b7";
}

.ti-bell:before {
  content: "\e6b8";
}

.ti-basketball:before {
  content: "\e6b9";
}

.ti-bar-chart:before {
  content: "\e6ba";
}

.ti-bar-chart-alt:before {
  content: "\e6bb";
}

.ti-back-right:before {
  content: "\e6bc";
}

.ti-back-left:before {
  content: "\e6bd";
}

.ti-arrows-corner:before {
  content: "\e6be";
}

.ti-archive:before {
  content: "\e6bf";
}

.ti-anchor:before {
  content: "\e6c0";
}

.ti-align-right:before {
  content: "\e6c1";
}

.ti-align-left:before {
  content: "\e6c2";
}

.ti-align-justify:before {
  content: "\e6c3";
}

.ti-align-center:before {
  content: "\e6c4";
}

.ti-alert:before {
  content: "\e6c5";
}

.ti-alarm-clock:before {
  content: "\e6c6";
}

.ti-agenda:before {
  content: "\e6c7";
}

.ti-write:before {
  content: "\e6c8";
}

.ti-window:before {
  content: "\e6c9";
}

.ti-widgetized:before {
  content: "\e6ca";
}

.ti-widget:before {
  content: "\e6cb";
}

.ti-widget-alt:before {
  content: "\e6cc";
}

.ti-wallet:before {
  content: "\e6cd";
}

.ti-video-clapper:before {
  content: "\e6ce";
}

.ti-video-camera:before {
  content: "\e6cf";
}

.ti-vector:before {
  content: "\e6d0";
}

.ti-themify-logo:before {
  content: "\e6d1";
}

.ti-themify-favicon:before {
  content: "\e6d2";
}

.ti-themify-favicon-alt:before {
  content: "\e6d3";
}

.ti-support:before {
  content: "\e6d4";
}

.ti-stamp:before {
  content: "\e6d5";
}

.ti-split-v-alt:before {
  content: "\e6d6";
}

.ti-slice:before {
  content: "\e6d7";
}

.ti-shortcode:before {
  content: "\e6d8";
}

.ti-shift-right-alt:before {
  content: "\e6d9";
}

.ti-shift-left-alt:before {
  content: "\e6da";
}

.ti-ruler-alt-2:before {
  content: "\e6db";
}

.ti-receipt:before {
  content: "\e6dc";
}

.ti-pin2:before {
  content: "\e6dd";
}

.ti-pin-alt:before {
  content: "\e6de";
}

.ti-pencil-alt2:before {
  content: "\e6df";
}

.ti-palette:before {
  content: "\e6e0";
}

.ti-more:before {
  content: "\e6e1";
}

.ti-more-alt:before {
  content: "\e6e2";
}

.ti-microphone-alt:before {
  content: "\e6e3";
}

.ti-magnet:before {
  content: "\e6e4";
}

.ti-line-double:before {
  content: "\e6e5";
}

.ti-line-dotted:before {
  content: "\e6e6";
}

.ti-line-dashed:before {
  content: "\e6e7";
}

.ti-layout-width-full:before {
  content: "\e6e8";
}

.ti-layout-width-default:before {
  content: "\e6e9";
}

.ti-layout-width-default-alt:before {
  content: "\e6ea";
}

.ti-layout-tab:before {
  content: "\e6eb";
}

.ti-layout-tab-window:before {
  content: "\e6ec";
}

.ti-layout-tab-v:before {
  content: "\e6ed";
}

.ti-layout-tab-min:before {
  content: "\e6ee";
}

.ti-layout-slider:before {
  content: "\e6ef";
}

.ti-layout-slider-alt:before {
  content: "\e6f0";
}

.ti-layout-sidebar-right:before {
  content: "\e6f1";
}

.ti-layout-sidebar-none:before {
  content: "\e6f2";
}

.ti-layout-sidebar-left:before {
  content: "\e6f3";
}

.ti-layout-placeholder:before {
  content: "\e6f4";
}

.ti-layout-menu:before {
  content: "\e6f5";
}

.ti-layout-menu-v:before {
  content: "\e6f6";
}

.ti-layout-menu-separated:before {
  content: "\e6f7";
}

.ti-layout-menu-full:before {
  content: "\e6f8";
}

.ti-layout-media-right-alt:before {
  content: "\e6f9";
}

.ti-layout-media-right:before {
  content: "\e6fa";
}

.ti-layout-media-overlay:before {
  content: "\e6fb";
}

.ti-layout-media-overlay-alt:before {
  content: "\e6fc";
}

.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd";
}

.ti-layout-media-left-alt:before {
  content: "\e6fe";
}

.ti-layout-media-left:before {
  content: "\e6ff";
}

.ti-layout-media-center-alt:before {
  content: "\e700";
}

.ti-layout-media-center:before {
  content: "\e701";
}

.ti-layout-list-thumb:before {
  content: "\e702";
}

.ti-layout-list-thumb-alt:before {
  content: "\e703";
}

.ti-layout-list-post:before {
  content: "\e704";
}

.ti-layout-list-large-image:before {
  content: "\e705";
}

.ti-layout-line-solid:before {
  content: "\e706";
}

.ti-layout-grid4:before {
  content: "\e707";
}

.ti-layout-grid3:before {
  content: "\e708";
}

.ti-layout-grid2:before {
  content: "\e709";
}

.ti-layout-grid2-thumb:before {
  content: "\e70a";
}

.ti-layout-cta-right:before {
  content: "\e70b";
}

.ti-layout-cta-left:before {
  content: "\e70c";
}

.ti-layout-cta-center:before {
  content: "\e70d";
}

.ti-layout-cta-btn-right:before {
  content: "\e70e";
}

.ti-layout-cta-btn-left:before {
  content: "\e70f";
}

.ti-layout-column4:before {
  content: "\e710";
}

.ti-layout-column3:before {
  content: "\e711";
}

.ti-layout-column2:before {
  content: "\e712";
}

.ti-layout-accordion-separated:before {
  content: "\e713";
}

.ti-layout-accordion-merged:before {
  content: "\e714";
}

.ti-layout-accordion-list:before {
  content: "\e715";
}

.ti-ink-pen:before {
  content: "\e716";
}

.ti-info-alt:before {
  content: "\e717";
}

.ti-help-alt:before {
  content: "\e718";
}

.ti-headphone-alt:before {
  content: "\e719";
}

.ti-hand-point-up:before {
  content: "\e71a";
}

.ti-hand-point-right:before {
  content: "\e71b";
}

.ti-hand-point-left:before {
  content: "\e71c";
}

.ti-hand-point-down:before {
  content: "\e71d";
}

.ti-gallery:before {
  content: "\e71e";
}

.ti-face-smile:before {
  content: "\e71f";
}

.ti-face-sad:before {
  content: "\e720";
}

.ti-credit-card:before {
  content: "\e721";
}

.ti-control-skip-forward:before {
  content: "\e722";
}

.ti-control-skip-backward:before {
  content: "\e723";
}

.ti-control-record:before {
  content: "\e724";
}

.ti-control-eject:before {
  content: "\e725";
}

.ti-comments-smiley:before {
  content: "\e726";
}

.ti-brush-alt:before {
  content: "\e727";
}

.ti-youtube:before {
  content: "\e728";
}

.ti-vimeo:before {
  content: "\e729";
}

.ti-twitter:before {
  content: "\e72a";
}

.ti-time:before {
  content: "\e72b";
}

.ti-tumblr:before {
  content: "\e72c";
}

.ti-skype:before {
  content: "\e72d";
}

.ti-share:before {
  content: "\e72e";
}

.ti-share-alt:before {
  content: "\e72f";
}

.ti-rocket:before {
  content: "\e730";
}

.ti-pinterest:before {
  content: "\e731";
}

.ti-new-window:before {
  content: "\e732";
}

.ti-microsoft:before {
  content: "\e733";
}

.ti-list-ol:before {
  content: "\e734";
}

.ti-linkedin:before {
  content: "\e735";
}

.ti-layout-sidebar-2:before {
  content: "\e736";
}

.ti-layout-grid4-alt:before {
  content: "\e737";
}

.ti-layout-grid3-alt:before {
  content: "\e738";
}

.ti-layout-grid2-alt:before {
  content: "\e739";
}

.ti-layout-column4-alt:before {
  content: "\e73a";
}

.ti-layout-column3-alt:before {
  content: "\e73b";
}

.ti-layout-column2-alt:before {
  content: "\e73c";
}

.ti-instagram:before {
  content: "\e73d";
}

.ti-google:before {
  content: "\e73e";
}

.ti-github:before {
  content: "\e73f";
}

.ti-flickr:before {
  content: "\e740";
}

.ti-facebook:before {
  content: "\e741";
}

.ti-dropbox:before {
  content: "\e742";
}

.ti-dribbble:before {
  content: "\e743";
}

.ti-apple:before {
  content: "\e744";
}

.ti-android:before {
  content: "\e745";
}

.ti-save:before {
  content: "\e746";
}

.ti-save-alt:before {
  content: "\e747";
}

.ti-yahoo:before {
  content: "\e748";
}

.ti-wordpress:before {
  content: "\e749";
}

.ti-vimeo-alt:before {
  content: "\e74a";
}

.ti-twitter-alt:before {
  content: "\e74b";
}

.ti-tumblr-alt:before {
  content: "\e74c";
}

.ti-trello:before {
  content: "\e74d";
}

.ti-stack-overflow:before {
  content: "\e74e";
}

.ti-soundcloud:before {
  content: "\e74f";
}

.ti-sharethis:before {
  content: "\e750";
}

.ti-sharethis-alt:before {
  content: "\e751";
}

.ti-reddit:before {
  content: "\e752";
}

.ti-pinterest-alt:before {
  content: "\e753";
}

.ti-microsoft-alt:before {
  content: "\e754";
}

.ti-linux:before {
  content: "\e755";
}

.ti-jsfiddle:before {
  content: "\e756";
}

.ti-joomla:before {
  content: "\e757";
}

.ti-html5:before {
  content: "\e758";
}

.ti-flickr-alt:before {
  content: "\e759";
}

.ti-email:before {
  content: "\e75a";
}

.ti-drupal:before {
  content: "\e75b";
}

.ti-dropbox-alt:before {
  content: "\e75c";
}

.ti-css3:before {
  content: "\e75d";
}

.ti-rss:before {
  content: "\e75e";
}

.ti-rss-alt:before {
  content: "\e75f";
}

button,
hr,
input {
  overflow: visible;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

progress,
sub,
sup {
  vertical-align: baseline;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

menu,
article,
aside,
details,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
select {
  text-transform: none;
}

[type=submit],
[type=reset],
button,
html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

@-webkit-keyframes bounce {
  0% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(0);
  }

  80% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(0);
  }

  80% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }

  25% {
    opacity: 0;
  }

  75% {
    opacity: 0;
  }
}

@keyframes flash {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }

  25% {
    opacity: 0;
  }

  75% {
    opacity: 0;
  }
}

@-webkit-keyframes jello {
  100% {
    transform: none;
  }

  0.1% {
    transform: none;
  }

  1.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  2.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  3.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  4.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  5.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  6.7% {
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }

  7.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  100% {
    transform: none;
  }

  0.1% {
    transform: none;
  }

  1.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  2.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  3.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  4.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  5.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  6.7% {
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }

  7.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, 0.95, 1);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, 0.95, 1);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes shake {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(0);
  }

  10% {
    transform: translateX(-10px);
  }

  30% {
    transform: translateX(-10px);
  }

  50% {
    transform: translateX(-10px);
  }

  70% {
    transform: translateX(-10px);
  }

  90% {
    transform: translateX(-10px);
  }

  20% {
    transform: translateX(10px);
  }

  40% {
    transform: translateX(10px);
  }

  60% {
    transform: translateX(10px);
  }

  80% {
    transform: translateX(10px);
  }
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(0);
  }

  10% {
    transform: translateX(-10px);
  }

  30% {
    transform: translateX(-10px);
  }

  50% {
    transform: translateX(-10px);
  }

  70% {
    transform: translateX(-10px);
  }

  90% {
    transform: translateX(-10px);
  }

  20% {
    transform: translateX(10px);
  }

  40% {
    transform: translateX(10px);
  }

  60% {
    transform: translateX(10px);
  }

  80% {
    transform: translateX(10px);
  }
}

@-webkit-keyframes swing {
  20% {
    transform-origin: top center;
    transform: rotate(15deg);
  }

  40% {
    transform-origin: top center;
    transform: rotate(-10deg);
  }

  60% {
    transform-origin: top center;
    transform: rotate(5deg);
  }

  80% {
    transform-origin: top center;
    transform: rotate(-5deg);
  }

  100% {
    transform-origin: top center;
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    transform-origin: top center;
    transform: rotate(15deg);
  }

  40% {
    transform-origin: top center;
    transform: rotate(-10deg);
  }

  60% {
    transform-origin: top center;
    transform: rotate(5deg);
  }

  80% {
    transform-origin: top center;
    transform: rotate(-5deg);
  }

  100% {
    transform-origin: top center;
    transform: rotate(0deg);
  }
}

@-webkit-keyframes tada {
  0% {
    transform: scale(1);
  }

  10% {
    transform: scale(0.9) rotate(-3deg);
  }

  20% {
    transform: scale(0.9) rotate(-3deg);
  }

  30% {
    transform: scale(1.1) rotate(3deg);
  }

  50% {
    transform: scale(1.1) rotate(3deg);
  }

  70% {
    transform: scale(1.1) rotate(3deg);
  }

  90% {
    transform: scale(1.1) rotate(3deg);
  }

  40% {
    transform: scale(1.1) rotate(-3deg);
  }

  60% {
    transform: scale(1.1) rotate(-3deg);
  }

  80% {
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    transform: scale(1);
  }

  10% {
    transform: scale(0.9) rotate(-3deg);
  }

  20% {
    transform: scale(0.9) rotate(-3deg);
  }

  30% {
    transform: scale(1.1) rotate(3deg);
  }

  50% {
    transform: scale(1.1) rotate(3deg);
  }

  70% {
    transform: scale(1.1) rotate(3deg);
  }

  90% {
    transform: scale(1.1) rotate(3deg);
  }

  40% {
    transform: scale(1.1) rotate(-3deg);
  }

  60% {
    transform: scale(1.1) rotate(-3deg);
  }

  80% {
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    transform: scale(1) rotate(0);
  }
}

@-webkit-keyframes wobble {
  0% {
    transform: translateX(0%);
  }

  15% {
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    transform: translateX(0%);
  }

  15% {
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    transform: translateX(0%);
  }
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }

  70% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }

  70% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    transform: translateY(30px);
  }

  80% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    transform: translateY(30px);
  }

  80% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    transform: translateX(30px);
  }

  80% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    transform: translateX(30px);
  }

  80% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    transform: translateX(-30px);
  }

  80% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    transform: translateX(-30px);
  }

  80% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    transform: translateY(-30px);
  }

  80% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    transform: translateY(-30px);
  }

  80% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes bounceOut {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(0.95);
  }

  50% {
    opacity: 1;
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}

@keyframes bounceOut {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(0.95);
  }

  50% {
    opacity: 1;
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}

@-webkit-keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

@-webkit-keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

@-webkit-keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

@-webkit-keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

@-webkit-keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }

  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }

  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}

@-webkit-keyframes flipInX {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }

  40% {
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}

@keyframes flipInX {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }

  40% {
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}

@-webkit-keyframes flipInY {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }

  40% {
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg);
  }
}

@keyframes flipInY {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }

  40% {
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg);
  }
}

@-webkit-keyframes flipOutX {
  0% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }

  100% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
}

@keyframes flipOutX {
  0% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }

  100% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
}

@-webkit-keyframes flipOutY {
  0% {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg);
  }

  100% {
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
}

@keyframes flipOutY {
  0% {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg);
  }

  100% {
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
}

@-webkit-keyframes lightSpeedIn {
  0% {
    opacity: 0;
    transform: translateX(100%) skewX(-30deg);
  }

  60% {
    opacity: 1;
    transform: translateX(-20%) skewX(30deg);
  }

  80% {
    opacity: 1;
    transform: translateX(0%) skewX(-15deg);
  }

  100% {
    opacity: 1;
    transform: translateX(0%) skewX(0deg);
  }
}

@keyframes lightSpeedIn {
  0% {
    opacity: 0;
    transform: translateX(100%) skewX(-30deg);
  }

  60% {
    opacity: 1;
    transform: translateX(-20%) skewX(30deg);
  }

  80% {
    opacity: 1;
    transform: translateX(0%) skewX(-15deg);
  }

  100% {
    opacity: 1;
    transform: translateX(0%) skewX(0deg);
  }
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
    transform: translateX(0%) skewX(0deg);
  }

  100% {
    opacity: 0;
    transform: translateX(100%) skewX(-30deg);
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
    transform: translateX(0%) skewX(0deg);
  }

  100% {
    opacity: 0;
    transform: translateX(100%) skewX(-30deg);
  }
}

@-webkit-keyframes rotateIn {
  0% {
    opacity: 0;
    transform: rotate(-200deg);
    transform-origin: center center;
  }

  100% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: center center;
  }
}

@keyframes rotateIn {
  0% {
    opacity: 0;
    transform: rotate(-200deg);
    transform-origin: center center;
  }

  100% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: center center;
  }
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: left bottom;
  }

  100% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: left bottom;
  }
}

@keyframes rotateInDownLeft {
  0% {
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: left bottom;
  }

  100% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: left bottom;
  }
}

@-webkit-keyframes rotateInDownRight {
  0% {
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom;
  }

  100% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: right bottom;
  }
}

@keyframes rotateInDownRight {
  0% {
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom;
  }

  100% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: right bottom;
  }
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: left bottom;
  }

  100% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: left bottom;
  }
}

@keyframes rotateInUpLeft {
  0% {
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: left bottom;
  }

  100% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: left bottom;
  }
}

@-webkit-keyframes rotateInUpRight {
  0% {
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom;
  }

  100% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: right bottom;
  }
}

@keyframes rotateInUpRight {
  0% {
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom;
  }

  100% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: right bottom;
  }
}

@-webkit-keyframes rotateOut {
  0% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: center center;
  }

  100% {
    opacity: 0;
    transform: rotate(200deg);
    transform-origin: center center;
  }
}

@keyframes rotateOut {
  0% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: center center;
  }

  100% {
    opacity: 0;
    transform: rotate(200deg);
    transform-origin: center center;
  }
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: left bottom;
  }

  100% {
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: left bottom;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: left bottom;
  }

  100% {
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: left bottom;
  }
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: right bottom;
  }

  100% {
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom;
  }
}

@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: right bottom;
  }

  100% {
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom;
  }
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: left bottom;
  }

  100% {
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: left bottom;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: left bottom;
  }

  100% {
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: left bottom;
  }
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: right bottom;
  }

  100% {
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom;
  }
}

@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: right bottom;
  }

  100% {
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom;
  }
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes slideOutDown {
  0% {
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

@keyframes slideOutDown {
  0% {
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

@-webkit-keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

@-webkit-keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

@-webkit-keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

@-webkit-keyframes hinge {
  0% {
    animation-timing-function: ease-in-out;
    transform: rotate(0);
    transform-origin: top left;
  }

  20% {
    animation-timing-function: ease-in-out;
    transform: rotate(80deg);
    transform-origin: top left;
  }

  60% {
    animation-timing-function: ease-in-out;
    transform: rotate(80deg);
    transform-origin: top left;
  }

  40% {
    animation-timing-function: ease-in-out;
    transform: rotate(60deg);
    transform-origin: top left;
  }

  80% {
    opacity: 1;
    animation-timing-function: ease-in-out;
    transform: rotate(60deg) translateY(0);
    transform-origin: top left;
  }

  100% {
    opacity: 0;
    transform: translateY(700px);
  }
}

@keyframes hinge {
  0% {
    animation-timing-function: ease-in-out;
    transform: rotate(0);
    transform-origin: top left;
  }

  20% {
    animation-timing-function: ease-in-out;
    transform: rotate(80deg);
    transform-origin: top left;
  }

  60% {
    animation-timing-function: ease-in-out;
    transform: rotate(80deg);
    transform-origin: top left;
  }

  40% {
    animation-timing-function: ease-in-out;
    transform: rotate(60deg);
    transform-origin: top left;
  }

  80% {
    opacity: 1;
    animation-timing-function: ease-in-out;
    transform: rotate(60deg) translateY(0);
    transform-origin: top left;
  }

  100% {
    opacity: 0;
    transform: translateY(700px);
  }
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@-webkit-keyframes zoomInDown {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }

  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}

@keyframes zoomInDown {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }

  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}

@-webkit-keyframes zoomInLeft {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }

  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}

@keyframes zoomInLeft {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }

  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}

@-webkit-keyframes zoomInRight {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }

  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}

@keyframes zoomInRight {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }

  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}

@-webkit-keyframes zoomInUp {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }

  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}

@keyframes zoomInUp {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }

  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes zoomOutDown {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }

  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
  }
}

@keyframes zoomOutDown {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }

  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
  }
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

@-webkit-keyframes zoomOutUp {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }

  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
  }
}

@keyframes zoomOutUp {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }

  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
  }
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.custom-scroll {
  scroll-behavior: smooth;
}

.custom-scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #eff1f2;
}

.custom-scroll::-webkit-scrollbar {
  width: 5px;
}

.custom-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(28, 157, 234, 0.15);
}

.scroll-invisiable::-webkit-scrollbar {
  width: 0;
}

.owl-carousel {
  position: unset;
}

/**=====================
    Typography css start
==========================**/
body {
  background-color: #ffffff;
  font-size: calc(12px + 1 * (100vw - 320px) / 1600);
  overflow-x: hidden;
  color: #3b3b3b;
}

body.main-page {
  overflow: hidden;
}

.main {
  overflow: hidden;
}

ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  padding-right: 0;
}

::-moz-selection {
  color: #ffffff;
  background: #1c9dea;
}

::selection {
  color: #ffffff;
  background: #1c9dea;
}


*.btn:focus {
  box-shadow: rgba(28, 157, 234, 0.15) !important;
}

a {
  cursor: pointer;
}

:focus {
  outline-color: rgba(28, 157, 234, 0.15);
  text-decoration: none !important;
}

select:focus {
  outline: none !important;
}

.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

svg {
  vertical-align: baseline;
}

input:focus {
  outline-color: rgba(28, 157, 234, 0.15);
}

h1 {
  font-size: calc(30px + 18 * (100vw - 320px) / 1600);
  font-weight: 800;
  color: #3b3b3b;
  margin: 0;
}

h2 {
  font-size: calc(20px + 8 * (100vw - 320px) / 1600);
  font-weight: 800;
  color: #3b3b3b;
  margin: 0;
}

h3 {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  font-weight: 700;
  color: #3b3b3b;
  margin: 0;
}

h4 {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 400;
  color: #647589;
  margin: 0;
}

h5 {
  font-size: 15px;
  font-weight: 500;
  color: #3b3b3b;
  margin: 0;
}

h6 {
  font-size: 15px;
  font-weight: 400;
  color: #647589;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.1;
}



.title2 {
  font-size: calc(22px + 14 * (100vw - 320px) / 1600);
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}


a:hover {
  text-decoration: none;
  color: #1c9dea;
}

.theme-title {
  position: relative;
}

.theme-title h4 {
  font-family: "Roboto", sans-serif;
  padding-top: 5px;
}

input,
optgroup,
select,
textarea {
  font-family: "Roboto", sans-serif;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: unset;
}

/**=====================
    Typography css ends
==========================**/
/**=====================
     Reset css start
==========================**/
/*====== Padding css starts ======*/
.p-0 {
  padding: 0px;
}

.p-5 {
  padding: 5px;
}

.p-10 {
  padding: 10px;
}

.p-15 {
  padding: 15px;
}

.p-20 {
  padding: 20px;
}

.p-25 {
  padding: 25px;
}

.p-30 {
  padding: 30px;
}

.p-35 {
  padding: 35px;
}

.p-40 {
  padding: 40px;
}

.p-45 {
  padding: 45px;
}

.p-50 {
  padding: 50px;
}

/*====== Padding css ends ======*/
/*====== Padding-left css starts ======*/
.p-l-0 {
  padding-left: 0px;
}

.p-l-5 {
  padding-left: 5px;
}

.p-l-10 {
  padding-left: 10px;
}

.p-l-15 {
  padding-left: 15px;
}

.p-l-20 {
  padding-left: 20px;
}

.p-l-25 {
  padding-left: 25px;
}

.p-l-30 {
  padding-left: 30px;
}

.p-l-35 {
  padding-left: 35px;
}

.p-l-40 {
  padding-left: 40px;
}

.p-l-45 {
  padding-left: 45px;
}

.p-l-50 {
  padding-left: 50px;
}

/*====== Padding-left css ends ======*/
/*====== Padding-top css starts ======*/
.p-t-0 {
  padding-top: 0px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

/*====== Padding-top css ends ======*/
/*====== Padding-bottom css starts ======*/
.p-b-0 {
  padding-bottom: 0px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

/*====== Padding-bottom css ends ======*/
/*====== Padding-right css starts ======*/
.p-r-0 {
  padding-right: 0px;
}

.p-r-5 {
  padding-right: 5px;
}

.p-r-10 {
  padding-right: 10px;
}

.p-r-15 {
  padding-right: 15px;
}

.p-r-20 {
  padding-right: 20px;
}

.p-r-25 {
  padding-right: 25px;
}

.p-r-30 {
  padding-right: 30px;
}

.p-r-35 {
  padding-right: 35px;
}

.p-r-40 {
  padding-right: 40px;
}

.p-r-45 {
  padding-right: 45px;
}

.p-r-50 {
  padding-right: 50px;
}

/*====== Padding-right css ends ======*/
/*====== Margin css starts ======*/
.m-0 {
  margin: 0px !important;
}

.m-5 {
  margin: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-25 {
  margin: 25px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-35 {
  margin: 35px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-45 {
  margin: 45px !important;
}

.m-50 {
  margin: 50px !important;
}

/*====== Margin css ends ======*/
/*====== Margin-top css starts ======*/
.m-t-0 {
  margin-top: 0px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

/*====== Margin-top css ends ======*/
/*====== Margin-Bottom css starts ======*/
.m-b-0 {
  margin-bottom: 0px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

/*====== Margin-Bottom css ends ======*/
/*====== Margin-left css starts ======*/
.m-l-0 {
  margin-left: 0px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.m-l-45 {
  margin-left: 45px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

/*====== Margin-left css ends ======*/
/*====== Margin-right css starts ======*/
.m-r-0 {
  margin-right: 0px;
}

.m-r-5 {
  margin-right: 5px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-r-15 {
  margin-right: 15px;
}

.m-r-20 {
  margin-right: 20px;
}

.m-r-25 {
  margin-right: 25px;
}

.m-r-30 {
  margin-right: 30px;
}

.m-r-35 {
  margin-right: 35px;
}

.m-r-40 {
  margin-right: 40px;
}

.m-r-45 {
  margin-right: 45px;
}

.m-r-50 {
  margin-right: 50px;
}

/*====== Margin-right css ends ======*/
/*====== Image-sizes css starts ======*/
.img-10 {
  width: 10px !important;
}

.img-20 {
  width: 20px !important;
}

.img-30 {
  width: 30px !important;
}

.img-40 {
  width: 40px !important;
}

.img-50 {
  width: 50px !important;
}

.img-60 {
  width: 60px !important;
}

.img-70 {
  width: 70px !important;
}

.img-80 {
  width: 80px !important;
}

.img-90 {
  width: 90px !important;
}

.img-100 {
  width: 100px !important;
}

/*====== Image-sizes css ends ======*/
.rounded {
  border-radius: 5px !important;
}

.rouded15 {
  border-radius: 15px !important;
}

/*======= Text css starts ===========*/
.font-primary {
  color: #1c9dea !important;
}

.font-success {
  color: #3fcc35 !important;
}

.font-danger {
  color: #ff4e2b !important;
}

.font-light {
  color: #eff1f2 !important;
}

.font-warning {
  color: #ffc514 !important;
}

/*======= Text css ends ===========*/
/*======= Badge-color css starts  ======= */
.badge-primary {
  background-color: #1c9dea !important;
}

.badge-outline-primary {
  background-color: rgba(28, 157, 234, 0.15) !important;
  color: #1c9dea;
  transition: all 0.3s ease;
}

.badge-outline-primary:hover {
  transition: all 0.3s ease;
  background-color: rgba(28, 157, 234, 0.25) !important;
  color: #1c9dea !important;
}

.badge-success {
  background-color: #3fcc35 !important;
}

.badge-outline-success {
  background-color: rgba(63, 204, 53, 0.15) !important;
  color: #3fcc35;
  transition: all 0.3s ease;
}

.badge-outline-success:hover {
  transition: all 0.3s ease;
  background-color: rgba(63, 204, 53, 0.25) !important;
  color: #3fcc35 !important;
}

.badge-danger {
  background-color: #ff4e2b !important;
}

.badge-outline-danger {
  background-color: rgba(255, 78, 43, 0.15) !important;
  color: #ff4e2b;
  transition: all 0.3s ease;
}

.badge-outline-danger:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 78, 43, 0.25) !important;
  color: #ff4e2b !important;
}

.badge-light {
  background-color: #eff1f2 !important;
}

.badge-outline-light {
  background-color: rgba(239, 241, 242, 0.15) !important;
  color: #eff1f2;
  transition: all 0.3s ease;
  background-color: rgba(59, 59, 59, 0.15) !important;
  color: #3b3b3b;
}

.badge-outline-light:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 241, 242, 0.25) !important;
  color: #eff1f2 !important;
}

.badge-outline-light:hover {
  transition: all 0.3s ease;
  background-color: rgba(239, 241, 242, 0.5) !important;
  color: #3b3b3b !important;
}

.badge-dark {
  background-color: #3b3b3b !important;
}

.badge-outline-dark {
  background-color: rgba(59, 59, 59, 0.15) !important;
  color: #3b3b3b;
  transition: all 0.3s ease;
}

.badge-outline-dark:hover {
  transition: all 0.3s ease;
  background-color: rgba(59, 59, 59, 0.25) !important;
  color: #3b3b3b !important;
}

.badge-warning {
  background-color: #ffc514 !important;
}

.badge-outline-warning {
  background-color: rgba(255, 197, 20, 0.15) !important;
  color: #ffc514;
  transition: all 0.3s ease;
}

.badge-outline-warning:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 197, 20, 0.25) !important;
  color: #ffc514 !important;
}

.badge-light {
  color: #3b3b3b;
}

.badge {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  padding: 3px 10px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
}

.badge i {
  font-weight: 800;
  margin-right: 5px;
}

.badge svg {
  height: 13px;
  width: 13px;
  margin-right: 5px;
}

.badge.xl {
  font-size: 108%;
  font-weight: 700;
  border-radius: 25px;
  padding: 11px 20px;
}

.badge.xl svg {
  height: 14px;
}

.badge.sm {
  font-size: 81%;
  padding: 4px 4px 3px;
  border-radius: 5px;
  font-weight: 600;
}

.badge.sm svg {
  height: 11px;
  width: 11px;
}

.badge-one .badge.sm {
  padding: 4px 4px 2px;
}

/*======= Badge-color css end  ======= */
/*======= Background-color css starts  ======= */
.bg-primary {
  background-color: #1c9dea !important;
}

.bg-success {
  background-color: #3fcc35 !important;
}

.bg-danger {
  background-color: #ff4e2b !important;
}

.bg-light {
  background-color: #eff1f2 !important;
}

.bg-warning {
  background-color: #ffc514 !important;
}

.bg-transparent {
  background-color: transparent !important;
}

/*======= Background-color css end  ======= */
/**=====================
     Reset css ends
==========================**/
/*======= Button-color css starts  ======= */
.btn {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  border-radius: 10px;
  line-height: 1.5;
}

.btn.btn-sm,
.btn-group-sm>.btn {
  padding: 10px 30px;
}

.btn-secondary:active,
.btn-secondary.active,
.show>.btn-secondary.dropdown-toggle {
  background-color: transparent;
}

.btn-primary {
  background-color: #1c9dea;
  border-color: #1c9dea !important;
  color: #ffffff !important;
  transition: all 0.3s ease;
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #1c9dea !important;
  border-color: #1c9dea !important;
  transition: all 0.3s ease;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #1280c1 !important;
  border-color: #1280c1 !important;
  transition: all 0.3s ease;
  outline: none !important;
  color: #ffffff;
}

.btn-primary:focus {
  outline: none !important;
  box-shadow: 0 0 3px 2px #a8d9f7;
  transition: all 0.3s ease;
}

.btn-outline-primary {
  background-color: rgba(28, 157, 234, 0.15) !important;
  color: #1c9dea;
  border: none !important;
  transition: all 0.3s ease;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  background-color: rgba(28, 157, 234, 0.1) !important;
  color: #1c9dea;
  border: none !important;
  transition: all 0.3s ease;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active {
  background-color: rgba(28, 157, 234, 0.25) !important;
  color: #1c9dea;
  border: none !important;
  transition: all 0.3s ease;
}

.btn-outline-primary:focus {
  box-shadow: 0 0 3px 2px #a8d9f7;
  transition: all 0.3s ease;
}

.btn-success {
  background-color: #3fcc35;
  border-color: #3fcc35 !important;
  color: #ffffff !important;
  transition: all 0.3s ease;
}

.btn-success.disabled,
.btn-success:disabled {
  background-color: #3fcc35 !important;
  border-color: #3fcc35 !important;
  transition: all 0.3s ease;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  background-color: #32a42a !important;
  border-color: #32a42a !important;
  transition: all 0.3s ease;
  outline: none !important;
  color: #ffffff;
}

.btn-success:focus {
  outline: none !important;
  box-shadow: 0 0 3px 2px #b3ebaf;
  transition: all 0.3s ease;
}

.btn-outline-success {
  background-color: rgba(63, 204, 53, 0.15) !important;
  color: #3fcc35;
  border: none !important;
  transition: all 0.3s ease;
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  background-color: rgba(63, 204, 53, 0.1) !important;
  color: #3fcc35;
  border: none !important;
  transition: all 0.3s ease;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-success.active {
  background-color: rgba(63, 204, 53, 0.25) !important;
  color: #3fcc35;
  border: none !important;
  transition: all 0.3s ease;
}

.btn-outline-success:focus {
  box-shadow: 0 0 3px 2px #b3ebaf;
  transition: all 0.3s ease;
}

.btn-danger {
  background-color: #ff4e2b;
  border-color: #ff4e2b !important;
  color: #ffffff !important;
  transition: all 0.3s ease;
}

.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #ff4e2b !important;
  border-color: #ff4e2b !important;
  transition: all 0.3s ease;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  background-color: #f72900 !important;
  border-color: #f72900 !important;
  transition: all 0.3s ease;
  outline: none !important;
  color: #ffffff;
}

.btn-danger:focus {
  outline: none !important;
  box-shadow: 0 0 3px 2px #ffcec4;
  transition: all 0.3s ease;
}

.btn-outline-danger {
  background-color: rgba(255, 78, 43, 0.15) !important;
  color: #ff4e2b;
  border: none !important;
  transition: all 0.3s ease;
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  background-color: rgba(255, 78, 43, 0.1) !important;
  color: #ff4e2b;
  border: none !important;
  transition: all 0.3s ease;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active,
.btn-outline-danger.active {
  background-color: rgba(255, 78, 43, 0.25) !important;
  color: #ff4e2b;
  border: none !important;
  transition: all 0.3s ease;
}

.btn-outline-danger:focus {
  box-shadow: 0 0 3px 2px #ffcec4;
  transition: all 0.3s ease;
}

.btn-light {
  background-color: #eff1f2;
  border-color: #eff1f2 !important;
  color: #ffffff !important;
  transition: all 0.3s ease;
}

.btn-light.disabled,
.btn-light:disabled {
  background-color: #eff1f2 !important;
  border-color: #eff1f2 !important;
  transition: all 0.3s ease;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active {
  background-color: #d3d8db !important;
  border-color: #d3d8db !important;
  transition: all 0.3s ease;
  outline: none !important;
  color: #ffffff;
}

.btn-light:focus {
  outline: none !important;
  box-shadow: 0 0 3px 2px white;
  transition: all 0.3s ease;
}

.btn-outline-light {
  background-color: rgba(239, 241, 242, 0.15) !important;
  color: #eff1f2;
  border: none !important;
  transition: all 0.3s ease;
  color: #3b3b3b !important;
  background-color: #eff1f2 !important;
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  background-color: rgba(239, 241, 242, 0.1) !important;
  color: #eff1f2;
  border: none !important;
  transition: all 0.3s ease;
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active,
.btn-outline-light.active {
  background-color: rgba(239, 241, 242, 0.25) !important;
  color: #eff1f2;
  border: none !important;
  transition: all 0.3s ease;
}

.btn-outline-light:focus {
  box-shadow: 0 0 3px 2px white;
  transition: all 0.3s ease;
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active,
.btn-outline-light.active {
  background-color: #e1e5e7 !important;
}

.btn-warning {
  background-color: #ffc514;
  border-color: #ffc514 !important;
  color: #ffffff !important;
  transition: all 0.3s ease;
}

.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #ffc514 !important;
  border-color: #ffc514 !important;
  transition: all 0.3s ease;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  background-color: #e0a900 !important;
  border-color: #e0a900 !important;
  transition: all 0.3s ease;
  outline: none !important;
  color: #ffffff;
}

.btn-warning:focus {
  outline: none !important;
  box-shadow: 0 0 3px 2px #ffebad;
  transition: all 0.3s ease;
}

.btn-outline-warning {
  background-color: rgba(255, 197, 20, 0.15) !important;
  color: #ffc514;
  border: none !important;
  transition: all 0.3s ease;
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  background-color: rgba(255, 197, 20, 0.1) !important;
  color: #ffc514;
  border: none !important;
  transition: all 0.3s ease;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active,
.btn-outline-warning.active {
  background-color: rgba(255, 197, 20, 0.25) !important;
  color: #ffc514;
  border: none !important;
  transition: all 0.3s ease;
}

.btn-outline-warning:focus {
  box-shadow: 0 0 3px 2px #ffebad;
  transition: all 0.3s ease;
}

.btn-light {
  color: #3b3b3b !important;
}

.btn-light:focus,
.btn-light:active,
.btn-light.active {
  box-shadow: 0 0 3px 2px #eff1f2;
}

.icon-btn {
  height: 35px;
  width: 35px;
  border-radius: 100%;
  font-weight: 800;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  border: 0 !important;
}

.icon-btn i {
  font-size: 16px;
}

.icon-btn svg {
  width: 15px;
  height: 15px;
  stroke-width: 3px;
  vertical-align: middle;
}

.icon-btn.btn-xl {
  height: 60px;
  width: 60px;
  padding: 18px;
}

.icon-btn.btn-xl i {
  font-size: 24px;
}

.icon-btn.btn-xl svg {
  height: 24px;
  width: 24px;
}

.icon-btn.btn-sm,
.btn-group-sm>.icon-btn.btn {
  height: 34px;
  width: 34px;
  display: inline-flex;
}

.icon-btn.btn-xs {
  height: 30px;
  width: 30px;
  padding: 8.5px;
}

.icon-btn.btn-xs svg {
  height: 12px;
  width: 12px;
}

.icon-btn.btn-outline-primary {
  background-color: rgba(28, 157, 234, 0.15) !important;
  color: #1c9dea !important;
  border: none !important;
  transition: all 0.3s ease;
}

.icon-btn.btn-outline-primary.disabled,
.icon-btn.btn-outline-primary:disabled {
  background-color: rgba(28, 157, 234, 0.1) !important;
  border: none !important;
  transition: all 0.3s ease;
}

.icon-btn.btn-outline-primary:hover,
.icon-btn.btn-outline-primary:focus,
.icon-btn.btn-outline-primary:active,
.icon-btn.btn-outline-primary.active {
  background-color: rgba(28, 157, 234, 0.25) !important;
  border: none !important;
  transition: all 0.3s ease;
  text-decoration: none;
}

.icon-btn.btn-outline-primary.active {
  background-color: #1c9dea !important;
  color: #ffffff !important;
}

.icon-btn.btn-outline-primary:focus {
  box-shadow: none !important;
  transition: all 0.3s ease;
}

.icon-btn.btn-outline-primary.button-effect .effect-wave {
  background-color: #4bb1ee;
}

.icon-btn.btn-outline-success {
  background-color: rgba(63, 204, 53, 0.15) !important;
  color: #3fcc35 !important;
  border: none !important;
  transition: all 0.3s ease;
}

.icon-btn.btn-outline-success.disabled,
.icon-btn.btn-outline-success:disabled {
  background-color: rgba(63, 204, 53, 0.1) !important;
  border: none !important;
  transition: all 0.3s ease;
}

.icon-btn.btn-outline-success:hover,
.icon-btn.btn-outline-success:focus,
.icon-btn.btn-outline-success:active,
.icon-btn.btn-outline-success.active {
  background-color: rgba(63, 204, 53, 0.25) !important;
  border: none !important;
  transition: all 0.3s ease;
  text-decoration: none;
}

.icon-btn.btn-outline-success.active {
  background-color: #3fcc35 !important;
  color: #ffffff !important;
}

.icon-btn.btn-outline-success:focus {
  box-shadow: none !important;
  transition: all 0.3s ease;
}

.icon-btn.btn-outline-success.button-effect .effect-wave {
  background-color: #66d65e;
}

.icon-btn.btn-outline-danger {
  background-color: rgba(255, 78, 43, 0.15) !important;
  color: #ff4e2b !important;
  border: none !important;
  transition: all 0.3s ease;
}

.icon-btn.btn-outline-danger.disabled,
.icon-btn.btn-outline-danger:disabled {
  background-color: rgba(255, 78, 43, 0.1) !important;
  border: none !important;
  transition: all 0.3s ease;
}

.icon-btn.btn-outline-danger:hover,
.icon-btn.btn-outline-danger:focus,
.icon-btn.btn-outline-danger:active,
.icon-btn.btn-outline-danger.active {
  background-color: rgba(255, 78, 43, 0.25) !important;
  border: none !important;
  transition: all 0.3s ease;
  text-decoration: none;
}

.icon-btn.btn-outline-danger.active {
  background-color: #ff4e2b !important;
  color: #ffffff !important;
}

.icon-btn.btn-outline-danger:focus {
  box-shadow: none !important;
  transition: all 0.3s ease;
}

.icon-btn.btn-outline-danger.button-effect .effect-wave {
  background-color: #ff795e;
}

.icon-btn.btn-outline-light {
  background-color: rgba(239, 241, 242, 0.15) !important;
  color: #eff1f2 !important;
  border: none !important;
  /* transition: all 0.3s ease; */
  transition: none;
  color: #3b3b3b !important;
}

.icon-btn.btn-outline-light.disabled,
.icon-btn.btn-outline-light:disabled {
  background-color: rgba(239, 241, 242, 0.1) !important;
  border: none !important;
  transition: all 0.3s ease;
}

.icon-btn.btn-outline-light:hover,
.icon-btn.btn-outline-light:focus,
.icon-btn.btn-outline-light:active,
.icon-btn.btn-outline-light.active {
  background-color: rgba(239, 241, 242, 0.25) !important;
  border: none !important;
  transition: all 0.3s ease;
  text-decoration: none;
}

.icon-btn.btn-outline-light.active {
  background-color: #eff1f2 !important;
  color: #ffffff !important;
}

.icon-btn.btn-outline-light:focus {
  box-shadow: none !important;
  transition: all 0.3s ease;
}

.icon-btn.btn-outline-light.button-effect .effect-wave {
  background-color: white;
}

.icon-btn.btn-outline-light:hover,
.icon-btn.btn-outline-light:focus,
.icon-btn.btn-outline-light:active,
.icon-btn.btn-outline-light.active {
  background-color: #e1e5e7 !important;
}

.icon-btn.btn-outline-warning {
  background-color: rgba(255, 197, 20, 0.15) !important;
  color: #ffc514 !important;
  border: none !important;
  transition: all 0.3s ease;
}

.icon-btn.btn-outline-warning.disabled,
.icon-btn.btn-outline-warning:disabled {
  background-color: rgba(255, 197, 20, 0.1) !important;
  border: none !important;
  transition: all 0.3s ease;
}

.icon-btn.btn-outline-warning:hover,
.icon-btn.btn-outline-warning:focus,
.icon-btn.btn-outline-warning:active,
.icon-btn.btn-outline-warning.active {
  background-color: rgba(255, 197, 20, 0.25) !important;
  border: none !important;
  transition: all 0.3s ease;
  text-decoration: none;
}

.icon-btn.btn-outline-warning.active {
  background-color: #ffc514 !important;
  color: #ffffff !important;
}

.icon-btn.btn-outline-warning:focus {
  box-shadow: none !important;
  transition: all 0.3s ease;
}

.icon-btn.btn-outline-warning.button-effect .effect-wave {
  background-color: #ffd247;
}

.dot-btn {
  position: relative;
  display: inline-block;
}

.dot-btn:before {
  content: "";
  height: 9px;
  width: 9px;
  position: absolute;
  top: 5px;
  right: 1px;
  border-radius: 100%;
  z-index: 1;
  border: 1px solid #ffffff;
}

.dot-btn.grow:before {
  border: none;
  height: 7px;
  width: 7px;
}

.dot-btn.grow:after {
  content: "";
  height: 19px;
  width: 18px;
  display: inline-block;
  border-radius: 100%;
  top: -1px;
  right: -4.2px;
  position: absolute;
}

.dot-btn.dot-primary:before {
  background-color: #1c9dea !important;
}

.dot-btn.dot-primary.grow:after {
  border: 5px solid #1c9dea;
  animation: grow 1s ease-out infinite;
}

.dot-btn.dot-success:before {
  background-color: #3fcc35 !important;
}

.dot-btn.dot-success.grow:after {
  border: 5px solid #3fcc35;
  animation: grow 1s ease-out infinite;
}

.dot-btn.dot-danger:before {
  background-color: #ff4e2b !important;
}

.dot-btn.dot-danger.grow:after {
  border: 5px solid #ff4e2b;
  animation: grow 1s ease-out infinite;
}

.dot-btn.dot-light:before {
  background-color: #eff1f2 !important;
  background-color: #3b3b3b !important;
}

.dot-btn.dot-light.grow:after {
  border: 5px solid #eff1f2;
  animation: grow 1s ease-out infinite;
}

.dot-btn.dot-light.grow:after {
  border: 5px solid #3b3b3b;
}

.dot-btn.dot-warning:before {
  background-color: #ffc514 !important;
}

.dot-btn.dot-warning.grow:after {
  border: 5px solid #ffc514;
  animation: grow 1s ease-out infinite;
}

@keyframes grow {
  0% {
    transform: scale(0.1);
    opacity: 0.1;
  }

  33% {
    transform: scale(0.5);
    opacity: 0.3;
  }

  66% {
    transform: scale(0.8);
    opacity: 0.5;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.theme-btn-group a+a {
  margin-left: 5px;
  border-radius: 15px;
}

.theme-btn-group a+a.btn-sm,
.theme-btn-group .btn-group-sm>a+a.btn {
  border-radius: 10px;
}

.theme-btn-group a:first-child {
  border-radius: 15px 15px 0;
}

.theme-btn-group a:first-child.btn-sm,
.theme-btn-group .btn-group-sm>a.btn:first-child {
  border-radius: 10px 10px 0;
}

.theme-btn-group a:last-child {
  border-radius: 15px 15px 15px 0;
}

.theme-btn-group a:last-child.btn-sm,
.theme-btn-group .btn-group-sm>a.btn:last-child {
  border-radius: 10px 10px 10px 0;
}

.profile {
  width: 60px;
  height: 60px;
  display: inline-block;
  border-radius: 10px;
  position: relative;
}

.profile span {
  font-size: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}

.profile.busy:before,
.profile.online:before,
.profile.offline:before,
.profile.unreachable:before {
  content: "";
  position: absolute;
  height: 13px;
  width: 13px;
  border-radius: 100%;
  border: 2px solid #ffffff;
  right: 0;
}

.profile.unreachable:before {
  background-color: #ffc514;
}

.profile.online:before {
  background-color: #3fcc35;
}

.profile.busy:before {
  background-color: #ff4e2b;
}

.profile.offline:before {
  background-color: #828282;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.button-effect {
  display: inline-flex;
  overflow: hidden;
  position: relative;
}

.button-effect::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.button-effect:hover {
  cursor: pointer;
}

.button-effect:hover:before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}

.effect-wave {
  display: block;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  width: 0;
  height: 0;
  background-color: #eff1f2;
  border-radius: 50%;
  opacity: 0.5;
}

.is-animating {
  transform: translate3d(0, 0, 0) scale(1);
}

.is-animating.btn-success {
  animation: phone-outer-success 3000ms infinite;
}

.is-animating.btn-danger {
  animation: phone-outer-danger 3000ms infinite;
}

.is-animating.btn-danger svg {
  transform: rotate(135deg);
  animation: none;
}

.is-animating::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(0);
  animation: phone-inner 3000ms infinite;
}

.is-animating svg {
  animation: phone-icon 3000ms infinite;
  transform: translate3d(0, 0, 0);
  fill: white;
  stroke-width: 1px;
}

.is-animating.cancelcall {
  animation: none;
}

.is-animating.cancelcall::before {
  animation: none;
}

.social-group li {
  display: inline-block;
}

.social-group li+li {
  margin-left: 5px;
}

.social-group li .btn-google {
  background-color: #3b5998;
  color: #ffffff;
}

.social-group li .btn-google i {
  margin-left: 0 !important;
}

.social-group li .btn-twiter {
  background-color: #55acee;
  color: #ffffff;
}

.social-group li .btn-linkedin {
  background-color: #0e76a8;
  color: #ffffff;
}

.social-group li .btn-instagram {
  background-color: #e4405f;
  color: #ffffff;
}

.btn-primary.is-animating {
  box-shadow: 0 0 0 0em rgba(28, 157, 234, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
}

.btn-success.is-animating {
  box-shadow: 0 0 0 0em rgba(63, 204, 53, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
}

.btn-danger.is-animating {
  box-shadow: 0 0 0 0em rgba(255, 78, 43, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
}

.btn-light.is-animating {
  box-shadow: 0 0 0 0em rgba(239, 241, 242, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
}

.btn-warning.is-animating {
  box-shadow: 0 0 0 0em rgba(255, 197, 20, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
}

@keyframes phone-outer-success {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0em rgba(63, 204, 53, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }

  33.3333% {
    transform: translate3d(0, 0, 0) scale(1.1);
    box-shadow: 0 0 0 0em rgba(63, 204, 53, 0.9), 0em 0.05em 0.1em rgba(0, 0, 0, 0.5);
  }

  66.6666% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 1.2em rgba(63, 204, 53, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }

  100% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0em rgba(63, 204, 53, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
}

@keyframes phone-outer-danger {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0em rgba(255, 78, 43, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }

  33.3333% {
    transform: translate3d(0, 0, 0) scale(1.1);
    box-shadow: 0 0 0 0em rgba(255, 78, 43, 0.9), 0em 0.05em 0.1em rgba(0, 0, 0, 0.5);
  }

  66.6666% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 1.2em rgba(255, 78, 43, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }

  100% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0em rgba(255, 78, 43, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
}

@keyframes phone-inner {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(0);
  }

  33.3333% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(0.9);
  }

  66.6666% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0);
  }

  100% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0);
  }
}

@keyframes phone-icon {
  0% {
    transform: translate3d(0, 0, 0);
  }

  2% {
    transform: translate3d(0.6px, 0, 0);
  }

  4% {
    transform: translate3d(-0.6px, 0, 0);
  }

  6% {
    transform: translate3d(0.6px, 0, 0);
  }

  8% {
    transform: translate3d(-0.6px, 0, 0);
  }

  10% {
    transform: translate3d(0.6px, 0, 0);
  }

  12% {
    transform: translate3d(-0.6px, 0, 0);
  }

  14% {
    transform: translate3d(0.6px, 0, 0);
  }

  16% {
    transform: translate3d(-0.6px, 0, 0);
  }

  18% {
    transform: translate3d(0.6px, 0, 0);
  }

  20% {
    transform: translate3d(-0.6px, 0, 0);
  }

  22% {
    transform: translate3d(0.6px, 0, 0);
  }

  24% {
    transform: translate3d(-0.6px, 0, 0);
  }

  26% {
    transform: translate3d(0.6px, 0, 0);
  }

  28% {
    transform: translate3d(-0.6px, 0, 0);
  }

  30% {
    transform: translate3d(0.6px, 0, 0);
  }

  32% {
    transform: translate3d(-0.6px, 0, 0);
  }

  34% {
    transform: translate3d(0.6px, 0, 0);
  }

  36% {
    transform: translate3d(-0.6px, 0, 0);
  }

  38% {
    transform: translate3d(0.6px, 0, 0);
  }

  40% {
    transform: translate3d(-0.6px, 0, 0);
  }

  42% {
    transform: translate3d(0.6px, 0, 0);
  }

  44% {
    transform: translate3d(-0.6px, 0, 0);
  }

  46% {
    transform: translate3d(0em, 0, 0);
  }
}

.btn-fix {
  position: fixed;
  bottom: 20px;
  margin-left: -30px;
  z-index: 9;
}

.theme-tab .nav-tabs {
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 20px;
  margin: -2px;
}

.theme-tab .nav-tabs .nav-item {
  margin: 2px;
}

.theme-tab .nav-tabs .nav-item .nav-link {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  font-weight: 700;
  padding: 7px 30px;
  min-height: 30px;
  border-radius: 10px;
  min-width: 140px;
  background-color: #eff1f2 !important;
  border: none !important;
  color: #3b3b3b !important;
  text-align: center;
  transition: all 0.3s ease;
  justify-content: center;
}

.theme-tab .nav-tabs .nav-item .nav-link.active {
  background-color: rgba(28, 157, 234, 0.15) !important;
  color: #1c9dea !important;
  transition: all 0.3s ease;
}

.theme-tab.chat-tabs #myTab1 .nav-tabs {
  justify-content: center;
}

.theme-tab.chat-tabs #myTab1 .nav-tabs .nav-link {
  margin: 0 10px;
}

.theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link {
  border-radius: 25px;
  padding: 0px 14px;
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
  line-height: 2.2;
  min-width: unset;
  color: #3b3b3b;
  background-color: #eff1f2;
  display: flex;
  align-items: center;
}

.theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link i {
  height: 16px;
  color: #3b3b3b !important;
  border-width: 1px;
  margin-right: 5px;
  transition: all 0.3s ease;
}

.theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link.active {
  background-color: #1c9dea !important;
  box-shadow: -1px 10px 16px -10px #1c9dea;
  color: #ffffff !important;
  transition: all 0.3s ease;
}

.theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link.active i {
  color: #ffffff !important;
  transition: all 0.3s ease;
}

.theme-tab.tab-icon .nav-tabs .nav-item .nav-link {
  padding: 10px 25px;
  min-width: auto;
  display: flex;
  font-size: 13px;
}

.theme-tab.tab-icon .nav-tabs .nav-item .nav-link svg {
  height: 18px;
}

.tab-card {
  text-align: center;
  padding: 20px;
  border: 1px solid #eff1f2;
  border-radius: 15px;
}

.tab-card+.tab-card {
  margin-top: 15px;
}

.msg-box>li>h5,
.msg-box>li .document{
  display: inline-block;
  padding: 16px 25px;
  border-radius:1em 1em 1em 1em;
  font-weight: 500;
}

.msg-box>li .refresh-block {
  display: inline-grid;
  justify-content: center;
  align-items: center;
}

.msg-box>li .refresh-block .refresh {
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.msg-box>li .refresh-block .refresh:hover {
  color: #ffffff !important;
  background-color: #1c9dea !important;
  transition: all 0.3s ease;
  cursor: pointer;
}

.msg-box>li .refresh-block .refresh.refreshed {
  color: #ffffff !important;
  background-color: #1c9dea !important;
}

.msg-box>li .refresh-block .refresh.refreshed svg {
  transform: rotate(360deg);
  transition: all 3s ease;
}

.msg-box>li .refresh-block>div:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
}



.contact-chat.height_full {
  height: 100%;
}

.contact-chat>ul.str-msg h5 {
  font-size: 13px;
}

.contact-chat>ul.str-msg h6 {
  font-size: 9px;
}

.contact-chat>ul.str-msg li {
  padding-left: 0 !important;
  width: 100%;
}

.contact-chat>ul.str-msg li .media .profile {
  margin-left: 0.7rem !important;
}

.contact-chat>ul.str-msg li .contact-name .msg-box {
  margin-top: 5px;
}

.contact-chat>ul.str-msg li .msg-box>li>h5 {
  padding: 8px 25px;
  font-size: 12px;
  line-height: 1.6;
  color: #3b3b3b;
  background-color: #e5e8e9;
}

.contact-chat>ul.str-msg li .profile {
  width: 30px;
  height: 30px;
}

.contact-chat>ul.chatappend {
  display: flex;
  flex-direction: column;
}

.contact-chat>ul.chatappend>li:last-child .msg-box>li .msg-dropdown {
  bottom: 50px !important;
  top: unset !important;
}

.contact-chat>ul.chatappend .last {
  order: 999;
}


.contact-chat>ul>li.sent .document .icon-btns a {
  background-color: #1595e2 !important;
}

.contact-chat>ul>li.sent .document .details h5,
.contact-chat>ul>li.sent .document .details h6 {
  color: #eff1f2;
}

.contact-chat>ul>li.sent .document i {
  color: #ffffff !important;
}

.contact-chat>ul>li.sent .document .details,
.contact-chat>ul>li.sent .document .icon-btns {
  display: inline-block;
}

.contact-chat>ul>li.sent .document .icon-btns {
  display: inline-block;
}

.contact-chat>ul>li.sent,
.contact-chat>ul>li.replies {
  /* width: 80%;*/
  width: 100%
}



.contact-chat>ul>li.sent .auto-gallery li,
.contact-chat>ul>li.replies .auto-gallery li {
  display: inline-block !important;
  height: 115px;
  width: 115px;
  border-radius: 20px;
  margin-left: 10px;
}

.contact-chat>ul>li.sent .document,
.contact-chat>ul>li.replies .document {
  display: flex;
  align-items: center;
}

.contact-chat>ul>li.sent .document .icon-btns a,
.contact-chat>ul>li.replies .document .icon-btns a {
  background-color: #dae5f1 !important;
}

.contact-chat>ul>li.sent .document .icon-btns a+a,
.contact-chat>ul>li.replies .document .icon-btns a+a {
  margin-left: 10px;
}

.contact-chat>ul>li.sent .document .details,
.contact-chat>ul>li.replies .document .details {
  padding-left: 15px;
  padding-right: 30px;
  text-align: left;
}

.contact-chat>ul>li.sent .document .details h5,
.contact-chat>ul>li.replies .document .details h5 {
  display: block;
  padding-bottom: 5px;
}

.contact-chat>ul>li.sent .document i,
.contact-chat>ul>li.replies .document i {
  font-size: 40px;
}

.contact-chat>ul>li.sent .document .details,
.contact-chat>ul>li.sent .document .icon-btns,
.contact-chat>ul>li.replies .document .details,
.contact-chat>ul>li.replies .document .icon-btns {
  display: inline-block;
}

.contact-chat>ul>li.sent .document .icon-btns,
.contact-chat>ul>li.replies .document .icon-btns {
  display: inline-block;
}

.contact-chat>ul>li.replies {
  margin-left: auto;
  text-align: right;
  padding-right: 7px;
  padding-bottom: 22px;
}
.contact-chat>ul>li.sent{
  padding-left: 7px;
   padding-bottom: 22px;
}
.contact-chat>ul>li.sent .document{
  border-radius: 0 15px  15px 15px;
}
.contact-chat>ul>li.replies .document {
  border-radius: 15px 0 15px 15px;
}

.contact-chat>ul>li.replies .auto-gallery li,
.contact-chat>ul>li.sent .auto-gallery li{
  float: right;
}


.contact-chat>ul>li.replies .msg-box li:first-child h5 {
  border-radius: 1em 0 1em 1em;
}



.contact-chat>ul>li.sent .msg-box li>h5,
.contact-chat>ul>li.sent .msg-box li .document{
  background-color: #fff;
  color:#444;
}

.contact-chat>ul>li.replies .msg-box li .auto-gallery{
  /* background-color: white; */
  color: #444;
}
.contact-chat>ul>li.replies .msg-box li .document,
.contact-chat>ul>li.sent .msg-box li .document{
  background-color: white;
  color:#444;
}

.contact-chat>ul>li.replies .msg-box li .badge {
  margin-left: 0 !important;
  margin-right: 0.5rem !important;
}

.contact-chat>ul>li.replies .media {
  flex-direction: row-reverse;
}

.contact-chat>ul>li.replies .media .profile {
  margin-left: 1.5rem !important;
  margin-right: 0 !important;
}

.contact-chat>ul>li.replies .msg-setting-main .msg-dropdown-main .msg-setting {
  margin-right: 10px;
  margin-left: unset;
}


.contact-chat>ul>li .contact-name h6 {
  padding:0 0.5em;
}

.msg-setting-main {
  display: flex;
  align-items: center;
  width: fit-content;
  
  transition: all 0.5s ease;
}

.msg-setting-main .msg-dropdown-main {
  position: relative;
  display: none;
  transition: all 0.5s ease;
  padding-bottom: 1em;
}

.msg-setting-main .msg-dropdown-main .msg-setting {
  background-color: #e5edf5;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

.msg-setting-main .msg-dropdown-main .msg-setting i {
  margin-bottom: -2px;
}

.msg-setting-main .msg-dropdown-main .msg-dropdown {
  background-color: #ffffff;
  border: 2px solid #eff1f2;
  padding: 15px;
  border-radius: 15px;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 1;
  text-align: left;
  display: none;
  transition: all 0.5s ease;
}

.msg-setting-main .msg-dropdown-main .msg-dropdown ul li {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.msg-setting-main .msg-dropdown-main .msg-dropdown ul li:last-child {
  margin-bottom: 0;
}

.msg-setting-main .msg-dropdown-main .msg-dropdown ul li a {
  color: #595959;
  width: 100%;
}

.msg-setting-main .msg-dropdown-main .msg-dropdown ul li a i {
  font-size: 16px;
  display: inline;
  margin-right: 15px;
}

.msg-setting-main:hover .msg-dropdown-main {
  display: inline-block;
  order: 0;
}

.custom-dropdown {
  height: 0;
  width: 0;
  position: absolute;
  right: 0;
  background-color: #ffffff;
  z-index: 99;
  opacity: 0;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: scroll;
  border: 1px solid #eff1f2;
  border-radius: 15px;
  top: 85px;
  transition: all 0.3s ease;
}

.custom-dropdown.open {
  opacity: 1;
  transition: all 0.3s ease;
  height: 200px;
  width: 300px;
}

.onclick-dropdown {
  cursor: pointer;
}

.dropdown-menu {
  border: none;
}

.dropdown-menu .dropdown-divider {
  border-top: none;
}

.emojis-main button {
  padding: 0;
}

.emojis-main .toggle-sticker img {
  height: 30px;
}

.emojis-main .toggle-sticker svg {
  height: 50px;
  width: 50px;
  fill: #1c9dea;
}

.emojis-main .toggle-sticker svg path {
  stroke: #1c9dea;
}

.emojis-main .toggle-sticker.active svg {
  fill: #ffffff;
}

.emojis-main .toggle-sticker.active svg path {
  stroke: #ffffff;
}

.emojis-main .emojis-contain,
.emojis-main .sticker-contain {
  width: 0;
  height: 0;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 35px;
  transform: scale(0);
  transition: all 0.3s ease;
}

.emojis-main .emojis-contain.open,
.emojis-main .sticker-contain.open {
  bottom: 85px;
  transform: scale(1);
  transition: all 0.3s ease;
  width: 420px;
  height: 280px;
}

.emojis-main .emojis-contain .emojis-sub-contain,
.emojis-main .sticker-contain .emojis-sub-contain {
  height: 100%;
  overflow: overlay;
}

.emojis-main .emojis-contain .emojis-sub-contain:before,
.emojis-main .sticker-contain .emojis-sub-contain:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #ffffff;
  bottom: -12px;
  left: 70px;
  z-index: 1;
}

.emojis-main .emojis-contain .emojis-sub-contain ul li,
.emojis-main .sticker-contain .emojis-sub-contain ul li {
  display: inline-block;
  font-size: 24px;
  padding: 5px;
  cursor: pointer;
}

.emojis-main .emojis-contain .sticker-sub-contain,
.emojis-main .sticker-contain .sticker-sub-contain {
  height: 100%;
  overflow: overlay;
}

.emojis-main .emojis-contain .sticker-sub-contain ul li,
.emojis-main .sticker-contain .sticker-sub-contain ul li {
  display: inline-block;
}

.emojis-main .emojis-contain .sticker-sub-contain ul li img,
.emojis-main .sticker-contain .sticker-sub-contain ul li img {
  width: 45px;
  height: auto;
}

.emojis-main .contact-poll {
  transition: all 1s ease;
}

.emojis-main .contact-poll .contact-poll-content {
  position: absolute;
  bottom: 85px;
  left: 90px;
  background-color: white;
  padding: 30px;
  transition: all 1s ease;
  display: none;
}

.emojis-main .contact-poll .contact-poll-content ul li {
  margin-bottom: 15px;
  position: relative;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  padding-left: 30px;
  transition: all 0.5s ease;
}

.emojis-main .contact-poll .contact-poll-content ul li:last-child {
  margin-bottom: 0;
}

.emojis-main .contact-poll .contact-poll-content ul li a {
  color: #3b3b3b;
  transition: all 0.3s ease;
}

.emojis-main .contact-poll .contact-poll-content ul li a svg {
  width: 18px;
  margin-right: 15px;
  position: absolute;
  left: 0;
}

.emojis-main .contact-poll .contact-poll-content ul li:hover a {
  color: #1c9dea;
  transition: all 0.3s ease;
}

.emojis-main .contact-poll .contact-poll-content:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #ffffff;
  bottom: -12px;
  left: 40px;
  z-index: 1;
}

.main-nav .status>div:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #1c9dea;
  left: 0;
  z-index: -1;
  top: 0;
  border-radius: 100%;
}

.main-nav .user-popup {
  height: 43px;
  width: 43px;
  padding: 3px;
  border-radius: 100%;
  margin: 0 auto;
  position: relative;
}

.main-nav .user-popup.two>div:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #ffffff;
  left: 0;
  z-index: -1;
  top: 22px;
}

.main-nav .user-popup.three>div:after {
  content: "";
  position: absolute;
  left: -6px;
  z-index: -1;
  top: -5px;
  width: 0;
  height: 0;
  border-left: 33px solid transparent;
  border-right: 28px solid transparent;
  border-bottom: 43px solid #ffffff;
}

.main-nav .user-popup>div {
  height: 37px;
  width: 37px;
  border-radius: 100%;
  margin: 0 auto;
}

.chat-friend-toggle {
  position: relative;
}

.chat-friend-toggle .chat-frind-content {
  position: absolute;
  top: 80px;
  right: 0;
  padding: 25px;
  background-color: #ffffff;
  text-align: left;
  display: none;
  text-transform: capitalize;
}

.chat-friend-toggle .chat-frind-content ul li {
  margin-bottom: 15px;
  padding-left: 50px !important;
  position: relative;
  display: inline-flex !important;
  align-items: center;
  height: 30px;
}

.chat-friend-toggle .chat-frind-content ul li a {
  position: absolute;
  left: 0;
}

.chat-friend-toggle .chat-frind-content ul li:last-child {
  margin-bottom: 0;
  padding-top: 20px;
  border-top: 1px solid #eff1f2;
  height: 34px;
}

.chat-friend-toggle .chat-frind-content ul li:before {
  border-left: 5px solid #1c9dea;
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
}

.user-status {
  position: relative;
  padding: 4px;
}

.user-status:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #1c9dea;
  left: 0;
  z-index: -1;
  top: 0;
  border-radius: 100%;
}

.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  background-color: #1c9dea;
}

.react-datepicker {
  border: none;
  box-shadow: 0 4px 14px rgba(174, 197, 231, 0.5);
}

.react-datepicker__header {
  border-bottom: none;
}

.chat-main li {
  margin-left: -40px;
  margin-right: -40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all 0.3s ease;
}

.chat-main li .chat-box .icon-btn.btn-outline-light {
  position: absolute;
  right: 0;
}

.chat-main li .chat-box .favourite svg {
  stroke: none;
  fill: #1c9dea;
}

.chat-main li .chat-box .favourite.btn-primary svg {
  fill: #ffffff;
}

.chat-main li .chat-box.notification span {
  padding-top: 0;
  padding-bottom: 5px;
  display: inline-block;
}

.chat-main li .chat-box.notification p {
  margin-bottom: 0;
  margin-top: 8px;
  font-size: 13px;
}

.chat-main li .details h6 img {
  height: 20px;
}

.chat-main li.active {
  background-color: #eff7fe;
  border-left: 4px solid #1c9dea;
  transition: all 0.3s ease;
}

.chat-main li.active .details h6 {
  font-weight: 600;
  color: #1c9dea;
  letter-spacing: 1px;
}

.chat-main li .chat-box .date-status .ti-pin2.pined {
  opacity: 1;
  transition: all 0.3s ease;
  color: #1c9dea;
}

.chat-main li .chat-box {
  position: relative;
}

.chat-main li .chat-box .profile {
  position: absolute;
  left: 0;
}

.chat-main li .chat-box .details {
  padding-left: 75px;
  padding-right: 50px;
  padding-top: 12px;
  padding-bottom: 13px;
}

.chat-main li .chat-box .details h6 {
  padding-top: 8px;
  max-width: 170px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.chat-main li .chat-box .date-status {
  position: absolute;
  right: 0;
  top: 0px;
  text-align: right;
}

.chat-main li .chat-box .date-status .ti-pin2 {
  opacity: 0;
  transition: all 0.3s ease;
}

.chat-main li .chat-box .date-status .status {
  padding-top: 8px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.chat-main li .chat-box .date-status .sm {
  font-weight: 600;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  padding: 0px 6px;
  font-size: 12px;
  margin-top: 6px;
}

.chat-main li .chat-box:hover .date-status .ti-pin2 {
  opacity: 1;
  transition: all 0.3s ease;
}

ul.grop-icon {
  line-height: 1;
  display: flex;
  align-items: center;
}

ul.grop-icon li {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  border-radius: 50%;
  transition: z-index 0.3s ease;
}

ul.grop-icon li:hover {
  z-index: 9;
  transition: z-index 0.3s ease;
}

ul.grop-icon li:nth-child(2),
ul.grop-icon li:nth-child(3) {
  margin-left: -10px;
}

ul.grop-icon li:last-child {
  font-size: 12px;
  color: #3b3b3b;
  font-weight: 700;
  border: none;
  border-radius: 0;
  margin-left: 5px;
}

ul.grop-icon li img {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.group-main li {
  margin-left: -40px;
  margin-right: -40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px;
  padding-bottom: 7px;
}

.group-main li.active {
  background-color: #eff7fe;
  border-left: 4px solid #1c9dea;
}

.group-main li.active .chat-box .details h6 {
  font-weight: 600;
  color: #1c9dea;
}

.group-main .tab-content {
  margin-left: -40px;
  margin-right: -40px;
  padding-left: 40px;
  padding-right: 40px;
  border-top: 1px solid #eff1f2;
}

.group-main .group-box {
  position: relative;
}

.group-main .group-box .profile {
  position: absolute;
  left: 0 !important;
}

.group-main .group-box .profile span {
  font-size: 26px;
  font-weight: 700;
}

.group-main .group-box .details {
  padding-top: 5px;
  max-width: 90%;
  padding-left: 45px;
}

.group-main .group-box .details h5 {
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  font-size: 15px;
}

.group-main .group-box .details h6 {
  padding-top: 5px;
  line-height: 2;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.group-main .group-box .date-status {
  position: absolute;
  right: 0;
  top: 25%;
  text-align: right;
}

.group-main .group-box .date-status .status {
  padding-top: 8px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.group-main .group-box .date-status .sm {
  font-weight: 600;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  padding: 0px 6px;
  font-size: 12px;
  margin-top: 6px;
}

.contact-log-main li {
  margin-left: -40px;
  margin-right: -40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  cursor: pointer;
}

.contact-log-main li:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0px;
  top: 0;
  left: 0;
  background-color: rgba(28, 157, 234, 0.15);
  transition: all 0.3s ease;
}

.contact-log-main li.active:before {
  border-left: 4px solid #1c9dea;
  width: 100%;
  transition: all 0.3s ease;
}

.contact-log-main li .contact-box {
  position: relative;
  height: 60px;
}

.contact-log-main li .contact-box .contact-action {
  position: absolute;
  right: 0;
  top: 10px;
}

.contact-log-main li .contact-box .contact-action .icon-btn+.icon-btn {
  margin-left: 5px;
}

.contact-log-main li .contact-box .profile {
  position: absolute;
  left: 0;
}

.contact-log-main li .contact-box .details {
  height: 60px;
  padding-left: 75px;
  padding-right: 100px;
  padding-top: 12px;
  padding-bottom: 13px;
}

.contact-log-main li .contact-box .details h6 {
  padding-top: 8px;
}

.contact-log-main .tab-content {
  margin-left: -40px;
  margin-right: -40px;
  padding-left: 40px;
  padding-right: 40px;
  border-top: 1px solid #eff1f2;
}

.contact-log-main .call-log-box {
  position: relative;
}

.contact-log-main .call-log-box .profile {
  position: absolute;
  left: 0;
}

.contact-log-main .call-log-box .profile span {
  font-size: 26px;
  font-weight: 700;
}

.contact-log-main .call-log-box .details {
  padding-left: 75px;
  padding-right: 50px;
  padding-top: 12px;
  padding-bottom: 13px;
}

.contact-log-main .call-log-box .details h6 {
  padding-top: 5px;
  line-height: 1.6;
}

.contact-log-main .call-log-box .date-status {
  position: absolute;
  right: 0;
  top: 8px;
  text-align: right;
}

.contact-log-main .call-log-box .date-status .status {
  padding-top: 8px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.contact-log-main .call-log-box .date-status .sm {
  font-weight: 600;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  padding: 0px 6px;
  font-size: 12px;
  margin-top: 6px;
}

.search2 {
  padding-top: 20px;
  padding-bottom: 25px;
  margin-left: -40px;
  margin-right: -40px;
  margin-top: 5px;
  border-top: 1px solid #eff1f2;
  display: flex;
  justify-content: center;
}

.search2 span {
  border: none;
  background-color: transparent;
}

.search2>div {
  width: 310px;
  height: 50px;
  border-radius: 15px;
  background-color: #f4f5f6;
}

.search2 .input-group {
  height: 100%;
  display: flex;
  align-items: center;
}

.search2 .input-group .form-control {
  background-color: transparent;
  outline: none;
  border: none;
  box-shadow: none;
}

.search2 .input-group .form-control::place-holder {
  color: #e5e8e9;
}

.search2 .input-group .form-control:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.search2 .input-group .input-group-append {
  line-height: 1;
}

.search2 .input-group .input-group-append span {
  padding: 8px 20px;
}

.search2 .input-group .input-group-append span i {
  font-size: 16px;
}

.search2 .input-group .input-group-append:last-child span {
  border-left: 1px solid #e5e8e9;
}

.tippy-tooltip.tooltiprad-theme {
  border-radius: 0px 50px 50px 50px;
  margin-left: 70px;
  margin-top: 50px;
}

.tippy-tooltip.gradienttooltip-theme {
  border-radius: 0px 50px 50px 50px;
  background-image: linear-gradient(to right, #1589FF, #82CAFA);
  margin-left: 70px;
  margin-top: 50px;
}

.withchat-loader {
  background-color: #ffffff;
  margin: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  text-align: center;
}

.withchat-loader img {
  height: 150px;
}

.withchat-loader h3 {
  margin-top: 30px;
  color: #828282;
}

@keyframes imggrow {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.type {
  width: 60px;
  position: relative;
  height: 15px;
}

.typing-loader {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  animation: loadertyping 0.8s ease-in-out alternate infinite;
  animation-delay: 0.32s;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -27px;
}

.typing-loader:before,
.typing-loader:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  box-shadow: 0 40px 0 #ffffff;
  animation: loadertyping 0.8s ease-in-out alternate infinite;
}

.typing-loader:before {
  left: -17px;
  animation-delay: 0.48s;
}

.typing-loader:after {
  right: -17px;
  animation-delay: 0.16s;
}

@keyframes loadertyping {
  0% {
    box-shadow: 0 40px 0 #ffffff;
  }

  100% {
    box-shadow: 0 20px 0 #ffffff;
  }
}

.switchery {
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
  cursor: pointer;
  border-radius: 20px;
  display: inline-block;
  height: 30px;
  position: relative;
  vertical-align: middle;
  width: 50px;
  user-select: none;
  box-sizing: content-box;
  background-clip: content-box;
}

.switchery>small {
  background: #ffffff;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  height: 30px;
  position: absolute;
  top: 0;
  width: 30px;
}

.switchery-small {
  border-radius: 20px;
  height: 18px;
  width: 33px;
}

.switchery-small>small {
  height: 14px;
  width: 14px;
  top: 2px;
}

.collapse-block.open .block-title {
  padding-bottom: 15px;
  transition: 0.8s;
}

.collapse-block.open .block-title:after {
  transform: rotateZ(180deg);
}

.collapse-block .block-title {
  position: relative;
  transition: 0.8s;
  cursor: pointer;
}

.collapse-block .block-title:after {
  position: absolute;
  display: inline-block;
  content: "\f107";
  font-family: FontAwesome;
  color: #3b3b3b;
  right: 0;
  top: -4px;
  font-size: 20px;
}

.modal-space .modal-body {
  padding: 0;
}

.modal-app .card-footer,
.modal-app .card-header {
  background-color: transparent;
}

#audiocall .modal-body,
#confercall .modal-body,
#onecall .modal-body,
#nointernetmodal .modal-body,
#videocall .modal-body {
  padding: 0;
}

#notesModal .card-header {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

#notesModal .card-body,
#notesModal .card-footer {
  padding-left: 0;
  padding-right: 0;
}

#notesModal .card-footer {
  padding-bottom: 0;
}

.audiocall1.call-modal,
.audiocall2.call-modal,
.videocall.call-modal,
.videocallhang.call-modal,
.conferencecall.call-modal {
  min-height: 655px;
}

.audiocall1.call-modal .title2,
.audiocall2.call-modal .title2,
.videocall.call-modal .title2,
.videocallhang.call-modal .title2,
.conferencecall.call-modal .title2 {
  margin-bottom: 10px;
}

.audiocall1.call-modal h6,
.audiocall2.call-modal h6,
.videocall.call-modal h6,
.videocallhang.call-modal h6,
.conferencecall.call-modal h6 {
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 15px;
}

.audiocall1.call-modal ul,
.audiocall2.call-modal ul,
.videocall.call-modal ul,
.videocallhang.call-modal ul,
.conferencecall.call-modal ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.audiocall1.call-modal ul li+li,
.audiocall2.call-modal ul li+li,
.videocall.call-modal ul li+li,
.videocallhang.call-modal ul li+li,
.conferencecall.call-modal ul li+li {
  margin-left: 30px;
}

.audiocall1.call-modal .center-con,
.audiocall2.call-modal .center-con,
.videocall.call-modal .center-con,
.videocallhang.call-modal .center-con,
.conferencecall.call-modal .center-con {
  position: absolute;
  bottom: 100px;
  width: 100%;
}

.audiocall1.call-modal .center-con .pause,
.audiocall1.call-modal .center-con .mic,
.audiocall2.call-modal .center-con .pause,
.audiocall2.call-modal .center-con .mic,
.videocall.call-modal .center-con .pause,
.videocall.call-modal .center-con .mic,
.videocallhang.call-modal .center-con .pause,
.videocallhang.call-modal .center-con .mic,
.conferencecall.call-modal .center-con .pause,
.conferencecall.call-modal .center-con .mic {
  box-shadow: none;
}

.audiocall1.call-modal .center-con .pause.active,
.audiocall1.call-modal .center-con .mic.active,
.audiocall2.call-modal .center-con .pause.active,
.audiocall2.call-modal .center-con .mic.active,
.videocall.call-modal .center-con .pause.active,
.videocall.call-modal .center-con .mic.active,
.videocallhang.call-modal .center-con .pause.active,
.videocallhang.call-modal .center-con .mic.active,
.conferencecall.call-modal .center-con .pause.active,
.conferencecall.call-modal .center-con .mic.active {
  box-shadow: 0 0 3px 2px #eff1f2;
}

.audiorcvcall .modal-body {
  padding: 10px 0px;
}

.dynemic-sidebar .search-form:before {
  top: 50%;
  transform: translateY(-50%);
}

.dynemic-sidebar .search-form .form-group input {
  border-radius: 10px;
  height: 60px;
}

.modal {
  z-index: 1075;
}

body.modal-open>div[tabindex="-1"] {
  z-index: 99999 !important;
}

.viddiolog.fade.modal-dialog {
  max-width: 850px;
}

.viddiolog.active.modal-dialog {
  width: 90vw;
  max-width: unset;
}

.viddiolog .modal-body {
  padding: 0;
}

.videocall.call-modal {
  min-height: 90vh !important;
}

.conferencecall {
  background-blend-mode: overlay;
  background-color: rgba(255, 255, 255, 0.52);
}

.conferencecall p {
  color: #ffffff;
}

.conferencecall h3 {
  margin-bottom: 20px;
  color: #ffffff;
}

.conferencecall .usersprof {
  display: flex;
  justify-content: center;
}

.conferencecall .usersprof .profile {
  border-radius: 100%;
  border: 2px solid white;
  margin-bottom: 10px;
}

.conferencecall .usersprof .profile+.profile {
  margin-left: -20px;
}

#basicUsage {
  font-size: 16px;
  color: #000000;
  font-weight: 700;
}

.call-modal .mute i::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 24px;
  top: 19px;
  left: 11px;
  opacity: 0;
  background-color: #3b3b3b;
  transform: rotate(45deg);
  transition: opacity 0.3s ease;
}

.call-modal .mute i.off::after {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.call-modal .mic i::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 24px;
  top: 19px;
  left: 11px;
  opacity: 0;
  background-color: #3b3b3b;
  transform: rotate(45deg);
  transition: opacity 0.3s ease;
}

.call-modal .mic i.off::after {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.no-internet {
  background-color: #ffffff;
  position: relative;
  height: 600px;
  overflow: hidden;
}

.no-internet.animat-rate .bg_circle>div,
.right-login.animat-rate .bg_circle>div,
.login-page2.animat-rate .bg_circle>div,
.rightchat.animat-rate .bg_circle>div {
  width: 20px;
  height: 20px;
  border: 3px solid #d0eafb;
  border-radius: 50%;
  position: absolute;
  z-index: 9;
}

.no-internet.animat-rate .bg_circle div:nth-of-type(1),
.right-login.animat-rate .bg_circle div:nth-of-type(1),
.login-page2.animat-rate .bg_circle div:nth-of-type(1),
.rightchat.animat-rate .bg_circle div:nth-of-type(1) {
  right: 50%;
  animation: animationFramesOne 25s infinite linear;
}

.no-internet.animat-rate .bg_circle div:nth-of-type(2),
.right-login.animat-rate .bg_circle div:nth-of-type(2),
.login-page2.animat-rate .bg_circle div:nth-of-type(2),
.rightchat.animat-rate .bg_circle div:nth-of-type(2) {
  right: 5%;
  top: 5%;
  animation: animationFramesOne 35s infinite linear;
}

.no-internet.animat-rate .bg_circle div:nth-of-type(3),
.right-login.animat-rate .bg_circle div:nth-of-type(3),
.login-page2.animat-rate .bg_circle div:nth-of-type(3),
.rightchat.animat-rate .bg_circle div:nth-of-type(3) {
  bottom: 35%;
  left: 20%;
  animation: animationFramesOne 65s infinite linear;
}

.no-internet.animat-rate .bg_circle div:nth-of-type(4),
.right-login.animat-rate .bg_circle div:nth-of-type(4),
.login-page2.animat-rate .bg_circle div:nth-of-type(4),
.rightchat.animat-rate .bg_circle div:nth-of-type(4) {
  bottom: 26%;
  right: 35%;
  animation: animationFramesOne 100s infinite linear;
}

.no-internet.animat-rate .bg_circle div:nth-of-type(5),
.right-login.animat-rate .bg_circle div:nth-of-type(5),
.login-page2.animat-rate .bg_circle div:nth-of-type(5),
.rightchat.animat-rate .bg_circle div:nth-of-type(5) {
  bottom: 35%;
  right: 5%;
  animation: animationFramesOne 45s infinite linear;
}

.no-internet.animat-rate .bg_circle div:nth-of-type(6),
.right-login.animat-rate .bg_circle div:nth-of-type(6),
.login-page2.animat-rate .bg_circle div:nth-of-type(6),
.rightchat.animat-rate .bg_circle div:nth-of-type(6) {
  bottom: 60%;
  left: 10%;
  animation: animationFramesOne 90s infinite linear;
}

.no-internet.animat-rate .bg_circle div:nth-of-type(7),
.right-login.animat-rate .bg_circle div:nth-of-type(7),
.login-page2.animat-rate .bg_circle div:nth-of-type(7),
.rightchat.animat-rate .bg_circle div:nth-of-type(7) {
  top: 40%;
  right: 40%;
  animation: animationFramesOne 25s infinite linear;
}

.no-internet.animat-rate .bg_circle div:nth-of-type(8),
.right-login.animat-rate .bg_circle div:nth-of-type(8),
.login-page2.animat-rate .bg_circle div:nth-of-type(8),
.rightchat.animat-rate .bg_circle div:nth-of-type(8) {
  bottom: 30%;
  left: 3%;
  animation: animationFramesOne 80s infinite linear;
}

.no-internet.animat-rate .bg_circle div:nth-of-type(9),
.right-login.animat-rate .bg_circle div:nth-of-type(9),
.login-page2.animat-rate .bg_circle div:nth-of-type(9),
.rightchat.animat-rate .bg_circle div:nth-of-type(9) {
  top: 25%;
  right: 35%;
  animation: animationFramesOne 35s infinite linear;
}

.no-internet.animat-rate .bg_circle div:nth-of-type(10),
.right-login.animat-rate .bg_circle div:nth-of-type(10),
.login-page2.animat-rate .bg_circle div:nth-of-type(10),
.rightchat.animat-rate .bg_circle div:nth-of-type(10) {
  top: 40%;
  right: 25%;
  animation: animationFramesOne 55s infinite linear;
}

.no-internet.animat-rate .bg_circle div:nth-of-type(11),
.right-login.animat-rate .bg_circle div:nth-of-type(11),
.login-page2.animat-rate .bg_circle div:nth-of-type(11),
.rightchat.animat-rate .bg_circle div:nth-of-type(11) {
  bottom: 20%;
  right: 14%;
  animation: animationFramesOne 10s infinite linear;
}

.no-internet.animat-rate .cross,
.right-login.animat-rate .cross,
.login-page2.animat-rate .cross,
.rightchat.animat-rate .cross {
  position: absolute;
  background: #d0eafb;
  height: 15px;
  width: 2px;
  top: 175px;
  right: 50px;
  animation: rotatedTwo 22s infinite linear;
}

.no-internet.animat-rate .cross::after,
.right-login.animat-rate .cross::after,
.login-page2.animat-rate .cross::after,
.rightchat.animat-rate .cross::after {
  position: absolute;
  background: #d0eafb;
  content: "";
  height: 2px;
  left: -6px;
  top: 7px;
  width: 15px;
  animation: rotated 25s infinite linear;
}

.no-internet.animat-rate .cross1,
.right-login.animat-rate .cross1,
.login-page2.animat-rate .cross1,
.rightchat.animat-rate .cross1 {
  position: absolute;
  background: #d0eafb;
  bottom: 10%;
  height: 15px;
  left: 50%;
  width: 2px;
  animation: rotatedTwo 50s infinite linear;
}

.no-internet.animat-rate .cross1::after,
.right-login.animat-rate .cross1::after,
.login-page2.animat-rate .cross1::after,
.rightchat.animat-rate .cross1::after {
  position: absolute;
  background: #d0eafb;
  content: "";
  height: 2px;
  left: -6px;
  top: 7px;
  width: 15px;
  animation: rotated 50s infinite linear;
}

.no-internet.animat-rate .cross2,
.right-login.animat-rate .cross2,
.login-page2.animat-rate .cross2,
.rightchat.animat-rate .cross2 {
  position: absolute;
  background: #d0eafb;
  top: 65%;
  height: 15px;
  left: 200px;
  width: 2px;
  animation: rotatedTwo 50s infinite linear;
}

.no-internet.animat-rate .cross2::after,
.right-login.animat-rate .cross2::after,
.login-page2.animat-rate .cross2::after,
.rightchat.animat-rate .cross2::after {
  position: absolute;
  background: #d0eafb;
  content: "";
  height: 2px;
  left: -6px;
  top: 7px;
  width: 15px;
  animation: rotated 50s infinite linear;
}

.no-internet.animat-rate .dot,
.right-login.animat-rate .dot,
.login-page2.animat-rate .dot,
.rightchat.animat-rate .dot {
  position: absolute;
  height: 5px;
  width: 5px;
  background-color: #d0eafb;
  border-radius: 50%;
  display: inline-block;
  animation: animationFramesOne 50s infinite linear;
  top: 10%;
}

.no-internet.animat-rate .dot1,
.right-login.animat-rate .dot1,
.login-page2.animat-rate .dot1,
.rightchat.animat-rate .dot1 {
  left: 15%;
  position: absolute;
  height: 5px;
  width: 5px;
  background-color: #d0eafb;
  animation: animationFramesOne 90s infinite linear;
  border-radius: 50%;
}

.quarterCircle {
  width: 75px;
  height: 75px;
  background: #f81f58;
  border-radius: 0 0 0 90px;
  position: absolute;
  right: 0;
  top: 0;
}

.quarterCircle .close-btn span {
  color: #ffffff;
  opacity: 1;
  font-size: 35px;
  font-weight: 600;
  top: 5px;
  right: 20px;
  cursor: pointer;
  position: absolute;
}

.connection-img {
  position: absolute;
  top: 75px;
  display: flex;
  overflow: hidden;
  width: 100%;
  justify-content: center;
}

.content {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
}

.content .icon-btn {
  margin-bottom: 20px;
}

.content .title2 {
  color: #3b3b3b;
  margin-bottom: 15px;
}

.content .reconnect-btn {
  border-radius: 25px;
  color: #ffffff;
  font-weight: 700;
  background-color: #f81f58;
  font-size: 16px;
  cursor: pointer;
}

.content h5 {
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #f81f58;
  margin-bottom: 20px;
}

@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    transform: translate(141px, 72px) rotate(72deg);
  }

  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }

  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }

  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes rotatedTwo {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.videocall.call-modal,
.videocallhang.call-modal {
  position: relative;
}

.videocall.call-modal .videocall-details,
.videocallhang.call-modal .videocall-details {
  position: absolute;
  top: 0;
  padding: 35px;
  right: 0;
  left: 0;
  align-items: center;
}

.videocall.call-modal .videocall-details h6,
.videocallhang.call-modal .videocall-details h6 {
  color: #647589;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 9px;
}

.videocall.call-modal .videocall-details .usersprof,
.videocallhang.call-modal .videocall-details .usersprof {
  margin-right: 15px;
  display: flex;
  margin-left: 15px;
}

.videocall.call-modal .videocall-details .usersprof .profile,
.videocallhang.call-modal .videocall-details .usersprof .profile {
  border-radius: 100%;
  margin-left: -15px;
}

.videocall.call-modal .videocall-details #basicUsage,
.videocallhang.call-modal .videocall-details #basicUsage {
  font-size: 16px;
  font-weight: 700;
  margin-right: 20px;
}

.videocall.call-modal .videocall-details .zoomcontent,
.videocallhang.call-modal .videocall-details .zoomcontent {
  border-radius: 50%;
  background-color: #ffffff;
  padding: 7px;
  margin-left: 20px;
}

.videocall.call-modal .videocall-details .red-notification h6,
.videocallhang.call-modal .videocall-details .red-notification h6 {
  color: red;
  margin-right: 20px;
}

.videocall.call-modal .videocall-details .red-notification .dot-btn::before,
.videocallhang.call-modal .videocall-details .red-notification .dot-btn::before {
  top: 17px;
  right: 7px;
}

.videocall.call-modal .videocall-details .red-notification .dot-btn.grow::after,
.videocallhang.call-modal .videocall-details .red-notification .dot-btn.grow::after {
  top: 11px;
  right: 1.8px;
}

.videocall.call-modal .small-image,
.videocallhang.call-modal .small-image {
  height: 300px;
  width: 220px;
  position: absolute;
  left: 40px;
  bottom: 5%;
}

.panel-actions {
  margin-top: -20px;
  margin-bottom: 0;
  text-align: right;
}

.panel-actions a {
  color: red;
}

.panel-fullscreen {
  display: block;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: auto;
}

.panel.panel-default i {
  margin: 0 5px;
  color: #c25e7f;
  line-height: 20px;
  cursor: pointer;
}

/***video conference call**/
.confimg .vclimg {
  height: 200px;
  width: auto;
  margin-bottom: 15px;
  margin-left: 10px;
  border-radius: 5px;
  margin-right: 10px;
}

.confimg .col-6 {
  padding: 0px;
}

.clfooter {
  text-align: center;
}

.clfooter ul {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.clfooter ul li+li {
  margin-left: 10px;
}

.clfooter .icon-btn svg {
  stroke-width: 2px;
}

.clfooter #basicUsage3 {
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
}

.modal-footer {
  border-top: unset;
  display: unset;
}

.modal-body {
  padding: 10px 15px;
  margin-top: 3em;
}

.close:focus {
  outline: none !important;
}

/***video call***/
.call-list-center {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.call-list-center .animated-bg i {
  background: #85c8f5;
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  opacity: 0.3;
  animation: ripple1 4s linear infinite;
  top: calc(50% + 20px);
  left: calc(50% - 20px);
  margin-right: -50%;
  transform: translate(-50%, -50%) scale(1.3);
  z-index: -1;
}

.call-list-center .animated-bg i:nth-child(2) {
  animation: ripple2 4s linear infinite;
}

.call-list-center .animated-bg i:nth-child(3) {
  animation: ripple3 4s linear infinite;
}

.call-list-center p {
  position: absolute;
  width: 280px;
  font-size: 20px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  top: 120%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

@keyframes ripple1 {
  0% {
    transform: scale(1.5);
    opacity: 0.3;
  }

  100% {
    transform: scale(3.5);
    opacity: 0;
  }
}

@keyframes ripple2 {
  0% {
    transform: scale(3.5);
  }

  100% {
    transform: scale(5.5);
  }
}

@keyframes ripple3 {
  0% {
    transform: scale(1.5);
  }

  100% {
    transform: scale(3.5);
  }
}

.groupuser {
  margin-left: auto;
  text-align: right;
  display: flex;
  align-items: center;
}

.groupuser .gr-profile {
  border-radius: 100%;
  height: 40px;
  width: 40px;
  position: relative;
}

.groupuser .gr-profile+.gr-profile {
  margin-left: 15px;
}

.groupuser .gr-profile.grow::before {
  border: none;
  height: 7px;
  width: 7px;
  background-color: #3fcc35 !important;
}

.groupuser .gr-profile.grow::after {
  border: 5px solid #3fcc35;
  animation: grow 1s ease-out infinite;
  content: "";
  height: 19px;
  width: 18px;
  display: inline-block;
  border-radius: 100%;
  top: -1px;
  right: -4.2px;
  position: absolute;
}

.groupuser .gr-chat-friend-toggle {
  padding-right: 20px;
  position: relative;
}

.groupuser .gr-chat-friend-toggle .gr-chat-frind-content {
  position: absolute;
  top: 60px;
  right: 0;
  padding: 25px 40px;
  background-color: #ffffff;
  text-align: left;
  z-index: 1;
  width: 340px;
  display: none;
}

.groupuser .gr-chat-friend-toggle .gr-chat-frind-content .chat-main li .chat-box .icon-btn {
  position: absolute;
  right: 0;
  top: 12px;
}

.groupuser .gr-chat-friend-toggle .gr-chat-frind-content .chat-main li .chat-box .details {
  padding-left: 70px;
  padding-right: 50px;
  padding-top: 2px;
  padding-bottom: 2px;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.groupuser .gr-chat-friend-toggle .gr-chat-frind-content::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #ffffff;
  top: -12px;
  right: 25px;
  z-index: 1;
  transform: scale(-1);
}

.groupuser .gr-chat-friend-toggle .add-grbtn.icon-btn {
  border: 2px dashed #d3d7dc !important;
}

.groupuser .gr-chat-friend-toggle .add-grbtn.icon-btn svg {
  color: #000000;
}

.groupuser h4 {
  margin-right: 20px;
  font-weight: 500;
}

.recent .theme-title .close-contentbtn {
  display: none;
}

.theme-according {
  padding-top: 20px;
}

.theme-according .custom-switch {
  margin-right: -20px;
}

.theme-according h5 {
  padding-top: 4px;
  font-size: calc(13px + 0 * (100vw - 320px) / 1600);
  color: #1c9dea;
}

.theme-according p {
  font-size: 12px;
  padding-top: 10px;
  margin-bottom: 0;
}

.theme-according .card {
  border: none;
  margin-bottom: 1rem !important;
}

.theme-according .card a {
  font-weight: 600;
  padding-left: 25px;
}

.theme-according .card .card-header {
  border-radius: 25px;
  border-bottom: none;
}

.theme-according .card .card-header:focus {
  outline: none;
}

.theme-according .card .card-header[aria-expanded=true] a i:before {
  content: "\f106";
  transition: all 0.3s ease;
}

.theme-according .card .card-header i {
  padding: 8px 10px;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 7px;
  border-radius: 100%;
  background-color: #1c9dea;
  color: #ffffff;
  left: 10px;
  font-weight: 900;
}

.theme-according .card .card-body {
  border-radius: 25px;
  padding: 1.2rem 1.25rem;
  background-color: #f7f7f9;
  margin-top: 10px;
}

.reactour__helper span[data-tour-elem=badge] {
  background: #1c9dea !important;
}

.reactour__helper--is-open {
  background-color: #eff7fe !important;
  color: #1c9dea !important;
  font-weight: 600;
  box-shadow: -1px 10px 16px -10px #1c9dea !important;
  border-radius: 15px !important;
}

.reactour__helper--is-open:focus {
  outline: none !important;
}

.reactour__dot {
  background-color: rgba(28, 157, 234, 0.2) !important;
  border: none !important;
  width: 6px !important;
  height: 6px !important;
}

.reactour__dot:focus {
  outline: none !important;
}

.reactour__dot--is-active {
  background-color: #1c9dea !important;
  border: 3px double #eff7fe !important;
  width: 10px !important;
  height: 10px !important;
}

.reactour__close {
  top: 15px !important;
  right: 15px !important;
}

.withchat-container {
  height: 100vh;
  display: flex;
  flex-direction: row;
  position: relative;
  /* background-color: #ABC1D1; */
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
    overflow: hidden; 
    
    /* 3. 모바일에서 불필요한 스크롤 바운스 방지 */
    overscroll-behavior-y: none;
}

.withchat-container .main-nav {
  min-width: 100px;
  width: 100px;
  height: 100vh;
  max-height: 100vh;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  border-right: 1px solid #eff1f2;
  padding: 25px 0;
}

.withchat-container .withchat-left-sidebar {
  min-width: 400px;
  width: 400px;
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}

.withchat-container .withchat-main {
  width: 100%;
  z-index: 1;
}

.withchat-container .withchat-right-sidebar {
  min-width: 350px;
  width: 350px;
  height: 100vh;
  max-height: 100vh;
  position: fixed;
  right: -200px;
  background-color: #ffffff;
  opacity: 0;
  z-index: -1;
  transition: all 0.7s;
}

.app-sidebar {
  width: 0;
  right: -520px;
  z-index: 9;
  height: 100vh;
  max-height: 100vh;
  position: fixed;
  background-color: #ffffff;
  display: table;
  transition: all 0.3s ease;
  animation: fadeInRight 300ms ease-in-out;
}

.app-sidebar.active {
  width: auto;
  right: 0;
  transition: all 0.3s ease;
  animation: fadeInRight 300ms ease-in-out;
}

.app-sidebar.active .apps-ul>li,
.app-sidebar.active .apps-ul>.tab-content>.tab-pane {
  width: 300px;
  height: 100vh;
  opacity: 0;
  position: absolute;
  padding: 20px;
}

.app-sidebar.active .apps-ul>li.active,
.app-sidebar.active .apps-ul>.tab-content>.tab-pane.active {
  right: 90px;
  opacity: 1;
  animation: fadeInRight 300ms ease-in-out;
  transition: all 0.3s ease;
  background-color: #ffffff;
}

.app-sidebar.active .apps-ul .theme-title {
  margin-top: 10px;
  margin-bottom: 30px;
}

.app-sidebar.active .apps-ul .theme-title h2 {
  font-size: calc(22px + 2 * (100vw - 320px) / 1600);
}

.app-sidebar .apps-ul .file-tab .block-content {
  padding-bottom: 0;
  border-bottom: 1px solid #eff7fe;
  margin-bottom: 20px;
}

.app-sidebar .apps-ul .file-tab .block-title {
  padding-bottom: 15px;
}

.app-sidebar .apps-ul .file-tab .tab-content {
  margin-right: -20px;
  padding-right: 20px;
  height: calc(100vh - 160px);
  overflow: auto;
}

.app-sidebar .apps-ul .file-tab .tab-content ul li {
  width: auto;
  transform: translateX(0);
  opacity: 1;
  list-style: none;
  display: contents;
}

.app-sidebar .apps-ul .file-tab .tab-content .link-group {
  margin-bottom: 15px;
  border: 1px solid #eff1f2;
  padding: 15px;
  border-radius: 15px;
  box-shadow: -1px 10px 16px -10px #eff1f2;
}

.app-sidebar .apps-ul .file-tab .tab-content .link-group img {
  margin-right: 10px;
  width: 30px;
  height: 30px;
}

.app-sidebar .apps-ul .file-tab .tab-content .link-group .media-body {
  word-break: break-word;
}

.app-sidebar .apps-ul .file-tab .tab-content .link-group .media-body a {
  color: #647589;
}

.app-sidebar .apps-ul .file-tab .tab-content .link-group .media-body h5 {
  margin-bottom: 5px;
}

.app-sidebar .apps-ul .file-tab .tab-content .link-group .media-body h6 {
  font-size: 10px;
  line-height: 1.3;
}

.app-sidebar .apps-ul .file-tab .tab-content .link-group .media {
  margin-bottom: 10px;
}

.app-sidebar .apps-ul .file-tab .tab-content .link-group .media svg {
  margin-right: 10px;
  border: 1px solid #eff1f2;
  padding: 6px;
  background-color: #ede6e6;
  width: 35px;
  height: 35px;
}

.app-sidebar .apps-ul .file-tab .tab-content .link-group .media:nth-last-child(1) {
  margin-top: 10px;
  margin-bottom: 0;
  border-left: 4px solid #1c9dea;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  background-color: #eff7fe;
  border-radius: 5px;
}

.app-sidebar .apps-ul .file-tab .tab-content .link-group a {
  word-wrap: break-word;
}

.app-sidebar .apps-ul .file-tab .tab-content .docs-group {
  padding: 15px;
  border: 1px solid #eff1f2;
  margin-bottom: 15px;
}

.app-sidebar .apps-ul .file-tab .tab-content .chat-main li {
  display: block;
}

.app-sidebar .apps-ul .file-tab .tab-content ul.chat-main {
  padding-left: 15px;
  padding-right: 15px;
}

.app-sidebar .apps-ul .file-tab .tab-content ul.chat-main li {
  padding-left: 25px;
  padding-right: 25px;
}

.app-sidebar .apps-ul .file-tab .tab-content ul.chat-main li .chat-box .media .profile {
  width: 40px;
  height: 40px;
}

.app-sidebar .apps-ul .file-tab .tab-content ul.chat-main li .chat-box .media .profile .icon-btn.btn-xl {
  width: 40px;
  height: 40px;
}

.app-sidebar .apps-ul .file-tab .tab-content ul.chat-main li .chat-box .media .profile .icon-btn.btn-xl i {
  font-size: 14px;
}

.app-sidebar .apps-ul .file-tab .tab-content ul.chat-main li .chat-box .details {
  padding-top: 0;
  padding-left: 55px;
  padding-bottom: 0;
}

.app-sidebar .apps-ul .file-tab .tab-content ul.chat-main li .chat-box .details h5 {
  text-transform: capitalize;
}

.app-sidebar .apps-ul .todo-main .todo-tab>.nav-tabs {
  justify-content: flex-start;
  position: relative;
}

.app-sidebar .apps-ul .todo-main .todo-tab>.nav-tabs .nav-item {
  margin-right: 10px;
}

.app-sidebar .apps-ul .todo-main .todo-tab>.nav-tabs li:last-child {
  position: absolute;
  right: 0;
}

.app-sidebar .apps-ul .todo-main .todo-tab .tab-content {
  padding-bottom: 15px;
}

.app-sidebar .apps-ul .todo-main .todo-tab .tab-content h3 {
  font-weight: 600;
  padding-bottom: 15px;
}

.app-sidebar .apps-ul .todo-main .todo-tab .tab-content .todo-task+.todo-task {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eff1f2;
}

.app-sidebar .apps-ul .todo-main .todo-tab .tab-content .todo-task h5 {
  font-weight: 500;
  font-size: calc(13px + 2 * (100vw - 320px) / 1600);
  margin-bottom: 5px;
}

.app-sidebar .apps-ul .todo-main .todo-tab .tab-content .todo-task form {
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
}

.app-sidebar .apps-ul .todo-main .todo-tab .tab-content .todo-task form select,
.app-sidebar .apps-ul .todo-main .todo-tab .tab-content .todo-task form input {
  border: 0;
  background-color: transparent;
  font-size: calc(12px + 1 * (100vw - 320px) / 1600);
  color: #828282;
  font-weight: 400;
}

.app-sidebar .apps-ul .todo-main .todo-tab .tab-content .todo-task span a {
  font-size: calc(12px + 1 * (100vw - 320px) / 1600);
  color: #3b3b3b;
  font-weight: 400;
}

.app-sidebar .apps-ul .todo-main .todo-tab .tab-content .todo-task span+span {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #828282;
}

.app-sidebar .apps-ul .todo-main .todo-tab .tab-content .converstaion-docs i {
  font-size: 50px;
  margin-bottom: 10px;
  color: #1c9dea;
}

.app-sidebar .apps-ul .todo-main .todo-tab .tab-content .converstaion-docs h6 {
  color: #3b3b3b;
  margin-bottom: 10px;
}

.app-sidebar .apps-ul .todo-main .todo-tab .tab-content .converstaion-docs p {
  margin-bottom: 12px;
  color: #3b3b3b;
}

.app-sidebar .apps-ul .todo-main .todo-tab .tab-content .default-form .form-group {
  display: flex;
  align-items: center !important;
}

.app-sidebar .apps-ul .todo-main .todo-tab .tab-content .default-form .form-group input {
  margin-bottom: 15px;
}

.app-sidebar .apps-ul .todo-main .todo-tab .tab-content .default-form .form-group input+input {
  margin-left: 10px;
}

.app-sidebar .apps-ul .todo-main .todo-main-content {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eff1f2;
}

.app-sidebar .apps-ul .todo-main .todo-main-content .drop-picker {
  margin: 0;
}

.app-sidebar .apps-ul .todo-main .todo-main-content .drop-picker .b-form-datepicker>button {
  display: none;
}

.app-sidebar .apps-ul .todo-main .todo-main-content input {
  border: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}

.app-sidebar .apps-ul .todo-main .todo-main-content input::plaeholder {
  color: #000000;
}

.app-sidebar .apps-ul .todo-main .todo-main-content input+input {
  margin-left: 6px;
}

.app-sidebar .apps-ul .todo-main .todo-main-content input:focus {
  outline: none;
}

.app-sidebar .apps-ul .todo-main .todo-main-content .input-text {
  margin-bottom: 10px;
  align-items: center;
  display: flex;
}

.app-sidebar .apps-ul .todo-main .todo-main-content .todo-list .add-to-do {
  cursor: pointer;
  display: block;
  margin-top: 5px;
}

.app-sidebar .apps-ul .todo-main .todo-main-content .todo-list .todo-buttons i {
  cursor: pointer;
}

.app-sidebar .apps-ul .todo-main .todo-main-content:last-child {
  margin-bottom: 0;
}

.app-sidebar .apps-ul .todo-main .todo-buttons {
  display: flex;
  align-items: center;
}

.app-sidebar .apps-ul .todo-main .todo-buttons .badge+.badge,
.app-sidebar .apps-ul .todo-main .todo-buttons span {
  margin-left: 15px;
}

.app-sidebar .apps-ul .notes-main .notes-input input {
  padding: 15px;
  margin-bottom: 20px;
  width: 100%;
}

.app-sidebar .apps-ul .notes-main .notes-content {
  display: flex;
  align-items: baseline;
}

.app-sidebar .apps-ul .notes-main .notes-content ul li {
  margin-left: 15px;
}

.app-sidebar .apps-ul .notes-main .notes-list {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.app-sidebar .apps-ul .notes-main .notes-list .media {
  align-items: center;
  margin-bottom: 10px;
}

.app-sidebar .apps-ul .notes-main .notes-list .media img {
  height: 30px;
}

.app-sidebar .apps-ul .notes-main a {
  font-size: 15px;
}

.app-sidebar .apps-ul .notes-main a.line {
  border-top: 1px solid #ededed;
  padding-top: 12px;
  margin-top: 15px;
  content: "";
  display: block;
  font-weight: 600;
}

.app-sidebar .apps-ul .notes-main a:before {
  margin-right: 5px;
  font-size: 12px;
  font-family: fontawesome;
}

.app-sidebar .apps-ul .reminder-main .reminder-content {
  margin-bottom: 20px;
}

.app-sidebar .apps-ul .reminder-main .reminder-content i {
  font-size: 50px;
  margin-bottom: 25px;
  color: #1c9dea;
  display: block;
}

.app-sidebar .apps-ul .reminder-main .reminder-content p {
  margin-bottom: 15px;
}

.app-sidebar .apps-ul .reminder-main .reminder-content .setreminder {
  color: #ffffff;
}


.app-sidebar .apps-ul .reminder-main .reminder-list .target-reminder-list {
  display: none;
  border: 2px solid #eff1f2;
  border-left-width: 5px;
  border-left-color: rgba(28, 157, 234, 0.3);
  border-radius: 15px;
  padding: 15px;
  position: relative;
}

.app-sidebar .apps-ul .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-toggle {
  position: absolute;
  top: 0;
  right: 0;
}

.app-sidebar .apps-ul .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-content-toggle {
  display: none;
}

.app-sidebar .apps-ul .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-content-toggle ul li {
  display: flex;
  align-items: center;
}

.app-sidebar .apps-ul .reminder-main .reminder-list .Hide-reminder {
  display: none;
}

.app-sidebar .apps-ul .reminder-main .reminder-list button {
  border: none;
  background: unset;
  padding: 15px;
  font-size: 15px;
}

.app-sidebar .apps-ul .reminder-main .reminder-list button:focus {
  outline: none;
}

.app-sidebar .apps-ul .reminder-main .reminder-list-disp {
  border: 2px solid #eff1f2;
  border-left-width: 5px;
  border-left-color: rgba(28, 157, 234, 0.3);
  border-radius: 15px;
  padding: 15px;
  position: relative;
}

.app-sidebar .apps-ul .reminder-main .reminder-list-disp .reminder-disp .reminder-list-toggle {
  position: absolute;
  top: 0;
  right: 0;
}

.app-sidebar .apps-ul .reminder-main .reminder-list-disp .reminder-disp .reminder-contentlist-toggle {
  display: none;
}

.app-sidebar .apps-ul .reminder-main .reminder-list-disp .reminder-disp .reminder-contentlist-toggle ul li {
  display: flex;
  align-items: center;
}

.app-sidebar .apps-ul .reminder-main .reminder-list-disp button {
  border: none;
  background: unset;
  padding: 15px;
  font-size: 15px;
}

.app-sidebar .apps-ul .reminder-main .reminder-list-disp button:focus {
  outline: none;
}

.app-sidebar .apps-ul .theme-tab .nav-tabs .nav-item .nav-link {
  min-width: 60px;
  padding: 7px 15px;
}

.app-sidebar .apps-ul .theme-tab ul li+li {
  margin-left: 15px;
}

.app-sidebar .app-list {
  height: 100%;
  max-width: 90px;
  width: 90px;
  border-left: 2px solid #eff1f2;
}

.app-sidebar .app-list ul.app-list-ul {
  height: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}

.app-sidebar .app-list ul.app-list-ul li h5 {
  margin-top: 15px;
  opacity: 0.7;
}

.app-sidebar .app-list ul.app-list-ul .close-app {
  margin-bottom: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.app-sidebar .app-list ul.app-list-ul h5 {
  margin-top: 15px;
}

.calls .dropdown .dropdown-menu {
  top: 50px !important;
  right: -110px;
  border: none;
}

.dropdown {
  transition: all 0.5s ease;
  color: #b2b6be;
}

.dropdown.currency {
  width: 150%;
  text-align: right;
}

.dropdown.currency:focus {
  outline: none;
}

.dropdown.currency .dropdown-menu {
  right: 0;
  left: unset;
}

.dropdown .select {
  cursor: pointer;
}

.dropdown .select span {
  font-size: 15px;
  font-weight: 400;
  color: #1c9dea;
}

.dropdown .dropdown-menu {
  padding: 5px 0;
  border-radius: 0;
  left: unset !important;
  border: 1px solid #ddd;
  top: 30px !important;
}

.dropdown .dropdown-menu li {
  padding: 6px 15px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  display: block;
  color: #333333;
}

.dropdown .dropdown-menu .dropdown-divider {
  border-bottom: 1px solid #ddd;
  padding: 0;
  margin: 0;
}

.dropdown .dropdown-menu .dropdown-divider h5 {
  margin-left: 10px;
}

.dropdown-menu .btn-outline-secondary:hover {
  color: #1c9dea;
  background-color: transparent;
}

.dropdown-menu .btn-outline-secondary:active,
.dropdown-menu .btn-outline-secondary:focus {
  box-shadow: none;
  color: #1c9dea;
  background-color: transparent;
}

.dropdown-menu .b-calendar-grid-body {
  margin-bottom: -10px;
}

.dropdown-menu output,
.dropdown-menu footer {
  display: none !important;
}

.dropdown-menu .b-calendar .b-calendar-grid-weekdays .row {
  margin-bottom: 7px;
}

.dropdown-menu .b-calendar .b-calendar-grid {
  border: none;
  border-top: 1px solid #ddd;
}

.dropdown-menu .b-calendar .b-calendar-grid .row {
  padding-bottom: 7px;
}

.dropdown-menu .b-calendar .b-calendar-grid .row.b-calendar-grid-weekdays {
  margin-bottom: 7px;
  margin-top: 50px;
}

.dropdown-menu .b-calendar header {
  margin-top: 65px;
  z-index: 0;
  left: 0;
}

.dropdown-menu .b-calendar .b-calendar-header,
.dropdown-menu .b-calendar .b-calendar-nav {
  margin-bottom: 10px;
}

.b-form-btn-label-control.form-control>.dropdown-menu {
  padding: 15px;
}

.todo-task h5 {
  margin-bottom: 10px;
}

.todo-task .todo-main-content .drop-picker {
  display: flex;
  align-items: center;
  margin: 20px 20px 0 32px;
}

.todo-task .todo-main-content .drop-picker .datepicker-here:focus {
  box-shadow: none;
}

.todo-task .todo-main-content .drop-picker .datepicker-here:hover label {
  color: #1c9dea;
}

.todo-task .todo-main-content input {
  border: none;
  cursor: pointer;
}

.todo-task .todo-main-content input::placeholder {
  color: #1c9dea;
}

.todo-task .todo-main-content input:focus {
  outline: none;
}



.todo-task .todo-main-content .form-group {
  display: flex;
  align-items: center;
}

.todo-task .todo-main-content .form-group input {
  width: 18px;
}

.todo-task .todo-main-content .form-group input+input {
  margin-left: 15px;
  padding-left: 10px;
}

.todo-main-content .btn svg {
  font-size: 100%;
  margin-right: 5px;
}

.todo-main-content .dropdown-toggle {
  padding: 0;
  font-size: 13px;
  font-weight: 400;
  color: #495057;
}

.todo-main-content .dropdown-toggle:hover,
.todo-main-content .dropdown-toggle:focus,
.todo-main-content .dropdown-toggle:active {
  background-color: transparent;
  box-shadow: none;
  color: #1c9dea;
}

.todo-main-content .dropdown-menu {
  top: 0 !important;
}

.todo-main-content .dropdown-menu li {
  padding: 0;
}

.todo-main-content .dropdown-menu li .dropdown-item {
  padding: 6px 15px;
}

.todo-main-content .dropdown-menu li .dropdown-item .fa {
  font-size: 15px;
}

.todo-main-content .dropdown-menu li a {
  font-size: 12px;
  color: #647589;
  font-weight: 500;
}

.todo-main-content .dropdown-menu li:first-child .dropdown-item {
  padding: 10px;
}

.todo-main-content .dropdown-menu .dropdown-divider {
  height: 0;
}

.todo-main-content .b-form-btn-label-control.form-control>.form-control {
  min-height: unset;
  font-size: 13px;
  color: #495057;
}

.todo-main-content .btn-secondary:not(:disabled):not(.disabled):active,
.todo-main-content .btn-secondary:not(:disabled):not(.disabled).active,
.todo-main-content .show>.btn-secondary.dropdown-toggle {
  background-color: unset;
  border: unset;
}

.todo-main-content .bi-calendar,
.todo-main-content .bi-calendar-fill {
  display: none;
}

.datepicker-here {
  border: none;
  border-left: 1px solid gray;
  border-radius: 0;
  padding: 0;
}

.datepicker-here .btn {
  padding: 0 0 0 20px;
}

.datepicker-here>button {
  display: none;
}

.todo-task .dropdown {
  font-size: 14px;
}

.todo-task .dropdown:hover svg,
.todo-task .dropdown:hover label {
  color: #1c9dea !important;
  transition: all 0.3s ease !important;
}

.create-todo-main-modal .todo-task h5 {
  margin-bottom: 10px;
}

.create-todo-main-modal .todo-task .todo-main-content .drop-picker {
  display: flex;
  align-items: center;
  margin: 20px;
  margin-left: 45px;
}

.create-todo-main-modal .todo-task .todo-main-content input {
  border: none;
  cursor: pointer;
}

.create-todo-main-modal .todo-task .todo-main-content input::placeholder {
  color: #1c9dea;
}

.create-todo-main-modal .todo-task .todo-main-content input:focus {
  outline: none;
}

.create-todo-main-modal .todo-task .todo-main-content .form-group {
  display: flex;
  align-items: center;
}

.create-todo-main-modal .todo-task .todo-main-content .form-group input {
  width: 18px;
}

.create-todo-main-modal .todo-task .todo-main-content .form-group input+input {
  margin-left: 15px;
  padding-left: 10px;
}

.app-sidebar .todo-main .todo-task {
  position: relative;
}

.app-sidebar .todo-main .todo-task .input-text input::placeholder {
  text-transform: capitalize;
  color: #3b3b3b;
  font-weight: 500;
}

.app-sidebar .todo-main .todo-task h4 {
  color: #3b3b3b;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}

.app-sidebar .todo-main .todo-task .drop-picker {
  display: flex;
  font-size: 13px;
}

.app-sidebar .todo-main .todo-task .drop-picker .form-control {
  padding: 0;
  height: auto;
}

.app-sidebar .todo-main .todo-task .drop-picker .form-control label {
  display: flex;
  align-items: center;
}

.app-sidebar .todo-main .todo-task .drop-picker .form-control::placeholder {
  color: #647589;
  font-size: 13px;
  font-weight: 400;
  color: #647589;
}

.app-sidebar .todo-main .todo-task .drop-picker .form-control:focus {
  box-shadow: none;
}

.app-sidebar .todo-main .todo-task .drop-picker .dropdown .select span {
  font-size: 13px;
  color: #647589;
  font-weight: 400;
}

.app-sidebar .todo-main .todo-task .drop-picker .dropdown-menu .dropdown-divider i {
  color: #3b3b3b;
}

.app-sidebar .todo-main .todo-task .drop-picker .dropdown-menu h5 {
  color: #3b3b3b !important;
  font-weight: 500;
}

.app-sidebar .todo-main .todo-task .drop-picker .dropdown-menu li {
  margin-left: 0;
  line-height: 1;
}

.app-sidebar .todo-main .todo-task .drop-picker .dropdown-menu li a {
  font-size: 12px;
  color: #647589;
  font-weight: 500;
}

.app-sidebar .notes-main .notes-list h6 {
  line-height: 1.2;
}

.app-sidebar .reminder-main h5 {
  margin-bottom: 15px;
}

.app-sidebar .reminder-main h6 {
  margin-bottom: 5px;
}

.reminder-modal-main .lable {
  margin-bottom: 10px;
  text-transform: capitalize;
  display: block;
  color: #3b3b3b;
  font-weight: 600;
  font-size: 14px;
}

.reminder-modal-main .form-group .form-control::placeholder {
  font-size: 14px;
}

.reminder-modal-main .form-group .reminder-count .reminder-box .remi-val {
  text-transform: capitalize;
  font-weight: 600;
}

.configuration-modal h5 span {
  font-size: 14px;
}

.withchat-container.sidebar-overlap .withchat-main,
.withchat-container.sidebar-overlap .message-input,
.withchat-container.sidebar-overlap .contact-details {
  width: calc(100% - 500px) !important;
}

.withchat-container .main-nav .logo-warpper {
  text-align: center;
  padding-bottom: 35px;
  border-bottom: 1px solid #eff1f2;
  padding-left: 8px;
}

.withchat-container .main-nav .logo-warpper img {
  height: 50px;
  margin-left: 10px;
}

.withchat-container .main-nav .sidebar-main {
  height: calc(100vh - 160px);
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
  text-align: center;
  margin-left: 3px;
}

.withchat-container .main-nav .sidebar-main .sidebar-top .btn-light.active,
.withchat-container .main-nav .sidebar-main .sidebar-bottom .btn-light.active {
  background-color: #1c9dea !important;
}

.withchat-container .main-nav .sidebar-main .sidebar-top .btn-light.active i,
.withchat-container .main-nav .sidebar-main .sidebar-bottom .btn-light.active i {
  color: #ffffff;
}

.withchat-container .main-nav .sidebar-main .sidebar-top .btn-light.active img,
.withchat-container .main-nav .sidebar-main .sidebar-bottom .btn-light.active img {
  filter: invert(100%) sepia(1%) saturate(4861%) hue-rotate(90deg) brightness(114%) contrast(100%);
}

.withchat-container .main-nav .sidebar-main .sidebar-top li,
.withchat-container .main-nav .sidebar-main .sidebar-bottom li {
  text-align: center;
  padding-top: 30px;
  margin-left: 0px;
  position: relative;
}

.withchat-container .sidebar-main .sidebar-top img {
  width: 16px;
  filter: invert(40%) sepia(55%) saturate(14%) hue-rotate(14deg) brightness(87%) contrast(84%);
}

.withchat-container .sidebar-main .sidebar-bottom img {
  width: 20px;
  margin-top: -28px;
  filter: invert(40%) sepia(55%) saturate(14%) hue-rotate(14deg) brightness(87%) contrast(84%);
}

.withchat-container .withchat-left-sidebar .fevorite-tab,
.withchat-container .withchat-left-sidebar .document-tab,
.withchat-container .withchat-left-sidebar .contact-list-tab,
.withchat-container .withchat-left-sidebar .notification-tab,
.withchat-container .withchat-left-sidebar .settings-tab,
.withchat-container .withchat-left-sidebar .recent-default,
.withchat-container .withchat-left-sidebar .status-tab {
  position: absolute;
  min-height: 100vh;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 0;
  width: 400px;
  min-width: 400px;
  padding: 40px;
}

.withchat-container .withchat-left-sidebar .fevorite-tab.active,
.withchat-container .withchat-left-sidebar .document-tab.active,
.withchat-container .withchat-left-sidebar .contact-list-tab.active,
.withchat-container .withchat-left-sidebar .notification-tab.active,
.withchat-container .withchat-left-sidebar .settings-tab.active,
.withchat-container .withchat-left-sidebar .recent-default.active,
.withchat-container .withchat-left-sidebar .status-tab.active {
  opacity: 1;
  z-index: 3;
  animation: fadeInLeft 0.1s ease-in-out;
}

.withchat-container .withchat-left-sidebar .fevorite-tab .my-status-box,
.withchat-container .withchat-left-sidebar .document-tab .my-status-box,
.withchat-container .withchat-left-sidebar .contact-list-tab .my-status-box,
.withchat-container .withchat-left-sidebar .notification-tab .my-status-box,
.withchat-container .withchat-left-sidebar .settings-tab .my-status-box,
.withchat-container .withchat-left-sidebar .recent-default .my-status-box,
.withchat-container .withchat-left-sidebar .status-tab .my-status-box {
  border-bottom: 1px solid #eff1f2;
  padding-bottom: 20px;
}

.withchat-container .withchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .img-status,
.withchat-container .withchat-left-sidebar .document-tab .my-status-box .status-content .media .img-status,
.withchat-container .withchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .img-status,
.withchat-container .withchat-left-sidebar .notification-tab .my-status-box .status-content .media .img-status,
.withchat-container .withchat-left-sidebar .settings-tab .my-status-box .status-content .media .img-status,
.withchat-container .withchat-left-sidebar .recent-default .my-status-box .status-content .media .img-status,
.withchat-container .withchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status {
  background-color: gray;
  width: fit-content;
  border-radius: 50%;
  margin-right: 15px;
  position: relative;
}

.withchat-container .withchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .img-status .bg-size,
.withchat-container .withchat-left-sidebar .document-tab .my-status-box .status-content .media .img-status .bg-size,
.withchat-container .withchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .img-status .bg-size,
.withchat-container .withchat-left-sidebar .notification-tab .my-status-box .status-content .media .img-status .bg-size,
.withchat-container .withchat-left-sidebar .settings-tab .my-status-box .status-content .media .img-status .bg-size,
.withchat-container .withchat-left-sidebar .recent-default .my-status-box .status-content .media .img-status .bg-size,
.withchat-container .withchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status .bg-size {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.withchat-container .withchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .img-status img,
.withchat-container .withchat-left-sidebar .document-tab .my-status-box .status-content .media .img-status img,
.withchat-container .withchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .img-status img,
.withchat-container .withchat-left-sidebar .notification-tab .my-status-box .status-content .media .img-status img,
.withchat-container .withchat-left-sidebar .settings-tab .my-status-box .status-content .media .img-status img,
.withchat-container .withchat-left-sidebar .recent-default .my-status-box .status-content .media .img-status img,
.withchat-container .withchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.withchat-container .withchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .img-status .upload-img,
.withchat-container .withchat-left-sidebar .document-tab .my-status-box .status-content .media .img-status .upload-img,
.withchat-container .withchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .img-status .upload-img,
.withchat-container .withchat-left-sidebar .notification-tab .my-status-box .status-content .media .img-status .upload-img,
.withchat-container .withchat-left-sidebar .settings-tab .my-status-box .status-content .media .img-status .upload-img,
.withchat-container .withchat-left-sidebar .recent-default .my-status-box .status-content .media .img-status .upload-img,
.withchat-container .withchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status .upload-img {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: #1c9dea;
  position: absolute;
  bottom: -8px;
  right: 0;
  color: #ffffff;
}

.withchat-container .withchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .img-status .upload-img:before,
.withchat-container .withchat-left-sidebar .document-tab .my-status-box .status-content .media .img-status .upload-img:before,
.withchat-container .withchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .img-status .upload-img:before,
.withchat-container .withchat-left-sidebar .notification-tab .my-status-box .status-content .media .img-status .upload-img:before,
.withchat-container .withchat-left-sidebar .settings-tab .my-status-box .status-content .media .img-status .upload-img:before,
.withchat-container .withchat-left-sidebar .recent-default .my-status-box .status-content .media .img-status .upload-img:before,
.withchat-container .withchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status .upload-img:before {
  content: "\f067";
  font-family: FontAwesome;
  font-size: 11px;
  padding: 6px;
}

.withchat-container .withchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .img-status .upload-img input,
.withchat-container .withchat-left-sidebar .document-tab .my-status-box .status-content .media .img-status .upload-img input,
.withchat-container .withchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .img-status .upload-img input,
.withchat-container .withchat-left-sidebar .notification-tab .my-status-box .status-content .media .img-status .upload-img input,
.withchat-container .withchat-left-sidebar .settings-tab .my-status-box .status-content .media .img-status .upload-img input,
.withchat-container .withchat-left-sidebar .recent-default .my-status-box .status-content .media .img-status .upload-img input,
.withchat-container .withchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status .upload-img input {
  background-color: gray;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
}

.withchat-container .withchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .media-body h3,
.withchat-container .withchat-left-sidebar .document-tab .my-status-box .status-content .media .media-body h3,
.withchat-container .withchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .media-body h3,
.withchat-container .withchat-left-sidebar .notification-tab .my-status-box .status-content .media .media-body h3,
.withchat-container .withchat-left-sidebar .settings-tab .my-status-box .status-content .media .media-body h3,
.withchat-container .withchat-left-sidebar .recent-default .my-status-box .status-content .media .media-body h3,
.withchat-container .withchat-left-sidebar .status-tab .my-status-box .status-content .media .media-body h3 {
  text-transform: capitalize;
  margin-bottom: 5px;
}

.withchat-container .withchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .media-body p,
.withchat-container .withchat-left-sidebar .document-tab .my-status-box .status-content .media .media-body p,
.withchat-container .withchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .media-body p,
.withchat-container .withchat-left-sidebar .notification-tab .my-status-box .status-content .media .media-body p,
.withchat-container .withchat-left-sidebar .settings-tab .my-status-box .status-content .media .media-body p,
.withchat-container .withchat-left-sidebar .recent-default .my-status-box .status-content .media .media-body p,
.withchat-container .withchat-left-sidebar .status-tab .my-status-box .status-content .media .media-body p {
  margin-bottom: 0;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.withchat-container .withchat-left-sidebar .fevorite-tab .contact-status-box,
.withchat-container .withchat-left-sidebar .document-tab .contact-status-box,
.withchat-container .withchat-left-sidebar .contact-list-tab .contact-status-box,
.withchat-container .withchat-left-sidebar .notification-tab .contact-status-box,
.withchat-container .withchat-left-sidebar .settings-tab .contact-status-box,
.withchat-container .withchat-left-sidebar .recent-default .contact-status-box,
.withchat-container .withchat-left-sidebar .status-tab .contact-status-box {
  padding-top: 20px;
}

.withchat-container .withchat-left-sidebar .fevorite-tab .contact-status-box h3,
.withchat-container .withchat-left-sidebar .document-tab .contact-status-box h3,
.withchat-container .withchat-left-sidebar .contact-list-tab .contact-status-box h3,
.withchat-container .withchat-left-sidebar .notification-tab .contact-status-box h3,
.withchat-container .withchat-left-sidebar .settings-tab .contact-status-box h3,
.withchat-container .withchat-left-sidebar .recent-default .contact-status-box h3,
.withchat-container .withchat-left-sidebar .status-tab .contact-status-box h3 {
  padding: 15px 25px;
  color: #1c9dea;
  background-color: #eff7fe;
  text-transform: capitalize;
  margin-bottom: 20px;
  border-radius: 15px;
}

.withchat-container .withchat-left-sidebar .fevorite-tab .contact-status-box .status-content,
.withchat-container .withchat-left-sidebar .document-tab .contact-status-box .status-content,
.withchat-container .withchat-left-sidebar .contact-list-tab .contact-status-box .status-content,
.withchat-container .withchat-left-sidebar .notification-tab .contact-status-box .status-content,
.withchat-container .withchat-left-sidebar .settings-tab .contact-status-box .status-content,
.withchat-container .withchat-left-sidebar .recent-default .contact-status-box .status-content,
.withchat-container .withchat-left-sidebar .status-tab .contact-status-box .status-content {
  margin-bottom: 20px;
  border-bottom: 1px solid #eff1f2;
  padding-bottom: 10px;
}

.withchat-container .withchat-left-sidebar .fevorite-tab .contact-status-box .status-content:last-child,
.withchat-container .withchat-left-sidebar .document-tab .contact-status-box .status-content:last-child,
.withchat-container .withchat-left-sidebar .contact-list-tab .contact-status-box .status-content:last-child,
.withchat-container .withchat-left-sidebar .notification-tab .contact-status-box .status-content:last-child,
.withchat-container .withchat-left-sidebar .settings-tab .contact-status-box .status-content:last-child,
.withchat-container .withchat-left-sidebar .recent-default .contact-status-box .status-content:last-child,
.withchat-container .withchat-left-sidebar .status-tab .contact-status-box .status-content:last-child {
  margin-bottom: 0;
}

.withchat-container .withchat-left-sidebar .fevorite-tab .contact-status-box .status-content ul,
.withchat-container .withchat-left-sidebar .document-tab .contact-status-box .status-content ul,
.withchat-container .withchat-left-sidebar .contact-list-tab .contact-status-box .status-content ul,
.withchat-container .withchat-left-sidebar .notification-tab .contact-status-box .status-content ul,
.withchat-container .withchat-left-sidebar .settings-tab .contact-status-box .status-content ul,
.withchat-container .withchat-left-sidebar .recent-default .contact-status-box .status-content ul,
.withchat-container .withchat-left-sidebar .status-tab .contact-status-box .status-content ul {
  display: flex;
  align-items: center;
}

.withchat-container .withchat-left-sidebar .fevorite-tab .contact-status-box .status-content ul li h5,
.withchat-container .withchat-left-sidebar .document-tab .contact-status-box .status-content ul li h5,
.withchat-container .withchat-left-sidebar .contact-list-tab .contact-status-box .status-content ul li h5,
.withchat-container .withchat-left-sidebar .notification-tab .contact-status-box .status-content ul li h5,
.withchat-container .withchat-left-sidebar .settings-tab .contact-status-box .status-content ul li h5,
.withchat-container .withchat-left-sidebar .recent-default .contact-status-box .status-content ul li h5,
.withchat-container .withchat-left-sidebar .status-tab .contact-status-box .status-content ul li h5 {
  margin-bottom: 5px;
  text-transform: capitalize;
}

.withchat-container .withchat-left-sidebar .fevorite-tab .contact-status-box .status-content ul li .img-status,
.withchat-container .withchat-left-sidebar .document-tab .contact-status-box .status-content ul li .img-status,
.withchat-container .withchat-left-sidebar .contact-list-tab .contact-status-box .status-content ul li .img-status,
.withchat-container .withchat-left-sidebar .notification-tab .contact-status-box .status-content ul li .img-status,
.withchat-container .withchat-left-sidebar .settings-tab .contact-status-box .status-content ul li .img-status,
.withchat-container .withchat-left-sidebar .recent-default .contact-status-box .status-content ul li .img-status,
.withchat-container .withchat-left-sidebar .status-tab .contact-status-box .status-content ul li .img-status {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
}

.withchat-container .withchat-left-sidebar .fevorite-tab .contact-status-box .status-content ul li p,
.withchat-container .withchat-left-sidebar .document-tab .contact-status-box .status-content ul li p,
.withchat-container .withchat-left-sidebar .contact-list-tab .contact-status-box .status-content ul li p,
.withchat-container .withchat-left-sidebar .notification-tab .contact-status-box .status-content ul li p,
.withchat-container .withchat-left-sidebar .settings-tab .contact-status-box .status-content ul li p,
.withchat-container .withchat-left-sidebar .recent-default .contact-status-box .status-content ul li p,
.withchat-container .withchat-left-sidebar .status-tab .contact-status-box .status-content ul li p {
  margin-bottom: 0;
  text-transform: capitalize;
}

.withchat-container .withchat-left-sidebar .fevorite-tab .contact-status-box .status-content ul li:first-child,
.withchat-container .withchat-left-sidebar .document-tab .contact-status-box .status-content ul li:first-child,
.withchat-container .withchat-left-sidebar .contact-list-tab .contact-status-box .status-content ul li:first-child,
.withchat-container .withchat-left-sidebar .notification-tab .contact-status-box .status-content ul li:first-child,
.withchat-container .withchat-left-sidebar .settings-tab .contact-status-box .status-content ul li:first-child,
.withchat-container .withchat-left-sidebar .recent-default .contact-status-box .status-content ul li:first-child,
.withchat-container .withchat-left-sidebar .status-tab .contact-status-box .status-content ul li:first-child {
  margin-right: 15px;
}

.withchat-container .withchat-left-sidebar .recent-default {
  position: relative;
  z-index: 0;
  padding: 0 !important;
}

.withchat-container .withchat-left-sidebar .recent-default.active {
  z-index: 2;
}

.withchat-container .withchat-left-sidebar .recent-default .recent {
  position: fixed;
  width: 395px;
  top: 0;
  background-color: #ffffff;
  z-index: 3;
}

.withchat-container .withchat-left-sidebar .recent-default .recent .theme-title {
  padding: 0 40px;
}

.withchat-container .withchat-left-sidebar .recent-default .recent .recent-slider {
  padding: 20px 40px 0 40px;
}

.withchat-container .withchat-left-sidebar .recent-default .recent .recent-slider .recent-box {
  position: relative;
  text-align: center;
}

.withchat-container .withchat-left-sidebar .recent-default .recent .recent-slider .recent-box .dot-btn {
  position: absolute;
  bottom: 25px;
  right: 15px;
}

.withchat-container .withchat-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s ease;
  margin: 0 auto;
  border: 2px solid #189CCF !important;
}

.withchat-container .withchat-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile h6 {
  position: absolute;
  color: #ffffff;
  bottom: 10px;
  left: 15px;
  font-weight: 500;
  text-transform: capitalize;
}

.withchat-container .withchat-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile::before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 15px;
  box-shadow: inset 0px -25px 40px 6px rgba(0, 0, 0, 0.8);
}

.withchat-container .withchat-left-sidebar .recent-default .recent~.chat {
  margin-top: 132px;
}

.withchat-container .withchat-left-sidebar .recent-default .recent~.chat1 {
  margin-top: 0px;
}

.withchat-container .withchat-left-sidebar .recent-default .chat,
.withchat-container .withchat-left-sidebar .recent-default .chat1 {
  position: absolute;
  z-index: 2;
  width: 100%;
  overflow-x: hidden;
  height:100%;
}

.withchat-container .withchat-left-sidebar .recent-default .chat>.theme-tab,
.withchat-container .withchat-left-sidebar .recent-default .chat1>.theme-tab {
  padding: 0px 10px;
}

.withchat-container .withchat-left-sidebar .recent-default .chat>.theme-tab.tab-sm>.nav-tabs,
.withchat-container .withchat-left-sidebar .recent-default .chat1>.theme-tab.tab-sm>.nav-tabs {
  padding-bottom: 30px;
}

.withchat-container .withchat-left-sidebar .recent-default .chat>.theme-tab.tab-sm.tab-radious .nav-tabs,
.withchat-container .withchat-left-sidebar .recent-default .chat1>.theme-tab.tab-sm.tab-radious .nav-tabs {
  width: 80%;
  margin: 0 auto;
}

.withchat-container .withchat-left-sidebar .recent-default .chat>.theme-tab.tab-sm.tab-radious .nav-tabs>.nav-item .nav-link,
.withchat-container .withchat-left-sidebar .recent-default .chat1>.theme-tab.tab-sm.tab-radious .nav-tabs>.nav-item .nav-link {
  border-radius: 5px;
}

.withchat-container .withchat-left-sidebar .recent-default .chat .theme-title,
.withchat-container .withchat-left-sidebar .recent-default .chat1 .theme-title {
  padding: 40px 40px 0 40px;
}

.withchat-left-sidebar [class*=-tab] .search-form .form-group .icon-close {
  top: 10px;
}

.search-form {
  width: calc(100% - 60px);
  left: 30px;
  height: calc(100% - 30px);
  position: absolute;
  top: 30px;
}

.search-form:before {
  position: absolute;
  left: 25px;
  content: "\e610";
  color: #3b3b3b;
  font-family: "themify";
  font-weight: 600;
  font-size: 14px;
}

.search-form .form-group {
  height: 100%;
  width: 100%;
  margin-top: 0;
}

.search-form .form-group input {
  border: 1px solid #eff1f2;
  padding: 0 50px;
  height: 100%;
  width: 100%;
  border-radius: 15px;
  font-size: 16px;
}

.search-form .form-group input:focus {
  outline: none;
}

.search-form .form-group .icon-close {
  position: absolute;
  padding: 28px 23px 23px;
  right: 0;
  top: 0;
  cursor: pointer;
}

.search~.search-form {
  transform: scale(0);
  transition: all 0.3s ease;
}

.search~.search-form.open {
  transform: scale(1);
  transition: all 0.3s ease;
}

.contact-list-tab li .chat-box .date-status {
  top: 10px;
}

.contact-list-tab .chat-main {
  margin-right: -40px;
  padding-right: 40px;
  height: 100vh;
}

.fevorite-tab .search-form,
.document-tab .search-form,
.contact-list-tab .search-form {
  top: -9px;
  left: -1px;
  position: absolute;
  height: 75px;
  width: 100%;
}

.fevorite-tab .search-form:before,
.document-tab .search-form:before,
.contact-list-tab .search-form:before {
  position: absolute;
  left: 25px;
  content: "\e610";
  color: #3b3b3b;
  font-family: "themify";
  font-weight: 600;
  font-size: 14px;
}

.withchat-right-sidebar {
  transform-style: preserve-3d;
  transform-origin: center right;
  transition: transform 0.5s;
  cursor: pointer;
}

.withchat-right-sidebar .badge.sm {
  padding: 4px 4px 2px;
}

.withchat-right-sidebar .contact-chat>ul.str-msg li .media .profile {
  margin-left: 0 !important;
}

.withchat-right-sidebar .status .str-msg li+li {
  margin-top: 15px;
}

.withchat-right-sidebar .right-sidebar {
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100vh;
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  backface-visibility: hidden;
  padding-bottom: max(10px, constant(safe-area-inset-bottom)); /* iOS < 11.2 */
  padding-bottom: max(10px, env(safe-area-inset-bottom)); 
}


.withchat-right-sidebar .right-sidebar .group-main li {
  padding-top: 0;
  width :95%;
}

.withchat-right-sidebar .right-sidebar .group-main li+li {
  margin-top: 0;
}

.withchat-right-sidebar .right-sidebar .group-main .group-box .profile {
  width: 35px;
  height: 35px;
  transform: translateY(5px);
}

.withchat-right-sidebar .right-sidebar .group-main .group-box .details {
  padding-left: 25px;
  padding-top: 0;
}

.withchat-right-sidebar .contact-profile,
.withchat-right-sidebar .document,
.withchat-right-sidebar .media-gallery,
.withchat-right-sidebar .status {
  opacity: 0.5;
  transition: all 0.7s;
}

.withchat-right-sidebar .contact-profile {
  padding: 40px;
}

.withchat-right-sidebar .contact-profile .details {
  padding-top: 40px;
  text-align: center;
}

.withchat-right-sidebar .contact-profile .details .contact-top {
  height: 150px;
  width: 140px;
  border-radius: 20px;
  box-shadow: -1px 10px 16px -10px rgb(102, 102, 102);
  margin: 0 auto;
}

.withchat-right-sidebar .contact-profile .details .name {
  margin-top: 20px;
}

.withchat-right-sidebar .contact-profile .details .name h6 {
  padding-top: 8px;
  margin-bottom: 20px;
}

.withchat-right-sidebar .contact-profile .details ul li {
  display: inline-block;
}

.withchat-right-sidebar .contact-profile .details ul li svg {
  fill: #ffffff;
}

.withchat-right-sidebar .contact-profile .details ul li+li {
  margin-left: 12px;
}

.withchat-right-sidebar .document,
.withchat-right-sidebar .media-gallery,
.withchat-right-sidebar .status {
  border-top: 1px solid #eff1f2;
  padding: 30px 40px;
}

.withchat-right-sidebar .status {
  position: relative;
}

.withchat-right-sidebar .status .custom-control-label h5 {
  padding-top: 7px;
}

.withchat-right-sidebar .status .bg-size {
  margin: 3px;
}

.withchat-right-sidebar .status.other ul li {
  padding-left: 30px;
}

.withchat-right-sidebar .status.other h5 a {
  color: rgba(34, 54, 69, 0.8);
  font-weight: 600;
  display: flex;
}

.withchat-right-sidebar .status.other h5 a svg {
  height: 14px;
  position: absolute;
  left: 0;
}

.withchat-right-sidebar .status ul li {
  position: relative;
}

.withchat-right-sidebar .status ul li .switchery {
  position: absolute;
  left: 0;
}

.withchat-right-sidebar .status ul li+li {
  margin-top: 20px;
}



.document-list li i {
  position: absolute;
  font-size: 13px;
  top: 0px;
  font-weight: 700;
  color: #a0a0a0;
}


.document-list li+li {
  margin-top: 10px;
}

.share-media {
  margin-left: -8px;
  margin-right: -8px;
}

.share-media .media-big {
  height: 160px;
  width: auto;
  border-radius: 15px;
}

.share-media .media-big .border-portfolio a {
  height: 160px;
  width: auto;
}

.share-media .media-big .isotopeSelector img {
  height: 100%;
  width: auto;
}

.share-media .col-4 {
  padding-left: 8px;
  padding-right: 8px;
}

.share-media .media-small {
  height: 72px;
  width: auto;
  border-radius: 15px;
}

.share-media .media-small .border-portfolio a {
  height: 72px;
  width: auto;
}

.share-media .media-small:first-child {
  margin-bottom: 16px;
}

.menu-trigger {
  cursor: pointer;
}

.menu-active .withchat-container .withchat-main {
  width: calc(100% - 850px);
  transition: all 0.7s;
}

.menu-active .withchat-right-sidebar {
  opacity: 1;
  right: 0;
  z-index: 9;
  transition: all 0.7s;
}

.menu-active .withchat-right-sidebar .contact-profile,
.menu-active .withchat-right-sidebar .document,
.menu-active .withchat-right-sidebar .media-gallery,
.menu-active .withchat-right-sidebar .status {
  opacity: 1;
  transition: all 0.7s;
}

.menu-trigger {
  cursor: pointer;
}

.sidebar-active .sidebar-toggle .main-nav.on~.withchat-main .message-input {
  width: calc(100% - 501px);
}

.sidebar-active .withchat-container .withchat-main {
  width: calc(100% - 890px);
  transition: all 0.7s;
}

.sidebar-active .withchat-container .withchat-main.small-sidebar {
  width: calc(100% - 590px);
  transition: all 0.7s;
}

.sidebar-active .withchat-container .withchat-main.small-sidebar .message-input {
  width: calc(100% - 500px);
}

.sidebar-active .withchat-container .withchat-main.small-sidebar .messages .contact-details {
  width: calc(100vw - 575px);
}

.sidebar-active .sidebar-toggle .main-nav.on~.withchat-main .contact-details {
  width: calc(100vw - 980px);
  transition: all 0.3s ease;
}

.sidebar-active .sidebar-toggle .main-nav.on~.withchat-main.small-sidebar .contact-details {
  width: calc(100vw - 680px);
  transition: all 0.3s ease;
}

.sidebar-active .sidebar-toggle .main-nav.on~.withchat-main.small-sidebar .message-input {
  width: calc(100% - 590px);
}

.sidebar-active.menu-active .sidebar-toggle .main-nav.on~.withchat-main .message-input {
  width: 56vw;
}

.menu-active .withchat-container .withchat-main {
  width: calc(100% - 850px);
  transition: all 0.7s;
}

.menu-active .withchat-main .message-input {
  width: calc(100% - 850px);
  transition: all 0.9s;
}

.menu-active .withchat-main .messages .contact-details {
  width: 50vw;
  transition: all 0.9s ease;
}

.sidebar-toggle .main-nav {
  /* transition: all 0.3s ease;
  transform: translateX(-100px);
  animation: fadeInLeft 300ms ease-in-out; */
  min-width: 0;
  width: 0;
}

.sidebar-toggle .main-nav:not(.on)~.withchat-main.small-sidebar {
  width: calc(100% - 490px);
  transition: all 0.3s ease;
}

.sidebar-toggle .main-nav li {
  transform: translateX(-100px);
  transition: none;
  /* transition: transform 0.5s ease; */
}

.sidebar-toggle .main-nav.on {
  /* transition: all 0.3s ease;
  transform: translateX(0px);
  animation: fadeInLeft 300ms ease-in-out; */
  min-width: 100px;
  overflow-x: hidden;
}

.sidebar-toggle .main-nav.on~.withchat-main .contact-details {
  width: calc(100vw - 595px);
  transition: all 0.3s ease;
  z-index: 999;
}


.sidebar-toggle .main-nav.on li {
  transform: translateX(0);
  /* transition: transform 0.5s ease; */
}

.dynemic-sidebar .chat-main {
  display: flex;
  flex-direction: column;
}

.dynemic-sidebar .chat-main .pined {
  cursor: pointer;
  order: -1;
}

.profile-box {
  padding-top: calc(40px - 10px);
  padding-bottom: 40px;
}

.profile-box .open .details {
  display: none;
}

.profile-box .open .details.edit {
  display: block;
  animation: pulse 300ms ease-in-out;
}

.profile-box .open .edit-btn:before {
  content: "\f0c7";
  font-family: FontAwesome;
}

.profile-box .open .edit-btn svg {
  display: none;
}

.profile-box .details {
  padding-left: 20px;
  padding-top: 13px;
  animation: pulse 300ms ease-in-out;
}

.profile-box .details.edit {
  padding-top: 0;
  padding-right: 20px;
  display: none;
}

.profile-box h6 {
  padding-top: 6px;
}

.setting-block {
  padding: 40px;
  border-top: 1px solid #eff1f2;
  margin: 0 -40px;
}

.setting-block h4 {
  padding-top: 8px;
}

.setting-block .block {
  position: absolute;
  height: calc(100% - 115px);
  padding: 40px 40px 0 40px;
  width: 100%;
  top: 115px;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  opacity: 0;
  z-index: -1;
  border-top: 1px solid #eff1f2;
}

.setting-block .block .media {
  align-items: center;
}

.setting-block .block .help {
  padding-top: 20px;
}

.setting-block .block .help>li {
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px dashed #eff1f2;
}

.setting-block .block .help>li a {
  color: rgba(59, 59, 59, 0.8);
  font-weight: 600;
}

.setting-block .block.open {
  opacity: 1;
  z-index: 1;
  animation: fadeInLeft 300ms ease-in-out;
}

.setting-block .custom-switch-primary {
  margin-right: -11px;
  margin-top: -2px;
}

.setting-block .next:hover,
.setting-block .previous:hover {
  background-color: #1c9dea !important;
}

.setting-block .next:hover svg,
.setting-block .previous:hover svg {
  stroke: #ffffff !important;
}

.call-log-main .missed {
  stroke: #ff4e2b !important;
}

.call-log-main .call-box {
  position: relative;
}

.call-log-main .call-box .profile {
  position: absolute;
}

.call-log-main .call-box .details {
  height: 60px;
  padding-left: 75px;
  padding-right: 100px;
  padding-top: 12px;
  padding-bottom: 13px;
}

.call-log-main .call-box h6 {
  padding-top: 8px;
  display: flex;
}

.call-log-main .call-box h6 svg {
  height: 13px;
  stroke: #3fcc35;
  width: 13px;
}

.call-log-main .call-box .call-status {
  display: inline-block;
  right: 0;
  top: 10px;
  position: absolute;
}

.call-log-main li {
  margin-left: -40px;
  margin-right: -40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  cursor: pointer;
}

.call-log-main li:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0px;
  top: 0;
  left: 0;
  background-color: rgba(28, 157, 234, 0.15);
  transition: all 0.3s ease;
}

.call-log-main li.active:before {
  border-left: 4px solid #1c9dea;
  width: 100%;
  transition: all 0.3s ease;
}

.portfolio-padding {
  padding-bottom: 40px;
}

.portfolio-section .isotopeSelector {
  margin-bottom: 30px;
}

.portfolio-section .article-title {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  color: white;
  transition: all 0.5s ease;
  text-align: center;
  float: left;
  font-size: 18px;
  line-height: 24px;
}

.portfolio-section .article-title a {
  color: white;
}

.portfolio-section .isotopeSelector {
  float: left;
  width: 100%;
  position: relative;
}

.portfolio-section .isotopeSelector .overlay {
  position: relative;
  overflow: hidden;
}

.portfolio-section .isotopeSelector img {
  width: 100%;
  height: auto;
}

.portfolio-section .isotopeSelector img {
  transition: all 0.4s ease;
}

.portfolio-section .isotopeSelector .overlay-background {
  transform: scale(0);
  transition: all 0.4s ease;
  border-radius: 15px;
}

.portfolio-section .isotopeSelector .overlay-background i {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #1c9dea;
  padding: 5px;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 12px;
  display: none;
  transition: all 0.4s ease;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
}

.portfolio-section .isotopeSelector:hover img {
  transform: scale(1.2) rotate(2deg);
  transition: all 0.4s ease;
}

.portfolio-section .isotopeSelector:hover .overlay-background {
  transform: scale(1);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  opacity: 1;
  z-index: 1;
  transition: all 0.3s linear;
}

.portfolio-section .isotopeSelector:hover .overlay-background i {
  display: flex;
  transition: all 0.3s ease;
}

.portfolio-section .border-portfolio {
  overflow: hidden;
  border-radius: 15px;
}

.portfolio-section #form1 {
  padding-bottom: 20px;
}

.portfolio-section .filter-button {
  padding: 15px 24px;
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  border: none;
  background-color: #ffffff;
  margin: 0 5px;
  line-height: 1;
}

.portfolio-section .filter-button.active {
  background-color: #1c9dea;
  color: #ffffff;
}

.portfolio-section.fullwidth-portfolio .isotopeSelector {
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 14px;
}

.filter-section .filter-container {
  text-align: center;
  padding: 0 0 20px;
}

.filter-section .filter-container ul.filter>li {
  padding: 0 25px;
}

.filter-section .filter-container ul.filter>li>a {
  color: #1c9dea;
  font-size: 20px;
  line-height: 40px;
}

.filter-section .filter-container ul.filter>li>a:hover,
.filter-section .filter-container ul.filter>li>a:focus {
  text-decoration: none;
  color: #1c9dea;
  outline: none;
}

.filter-section .filter-container ul.filter>li.active {
  background-color: #1c9dea;
}

.filter-section .filter-container ul.filter>li.active a {
  color: #ffffff;
}

.filter-section .filter-container ul.filter>li span {
  color: #ddd;
  font-size: 20px;
  display: inline-block;
  margin: 0 5px;
}

.filter-section .filter-container .filter>li {
  padding: 0;
  margin: 0;
}

.filter-section .title1 .title-inner1 {
  margin-top: -5px;
}

.filter-section h1 {
  text-align: center;
}

.demo-colored-wrap {
  background: #ecf0f1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-title {
  display: none;
}

.offer-box {
  top: 50%;
  position: fixed;
  transform: translateY(-50%);
  display: flex;
  left: -415px;
  transition: all 0.5s ease;
  z-index: 9;
}

.offer-box img {
  margin-right: 18px;
}

.offer-box.toggle-cls {
  left: 0;
  transition: all 0.5s ease;
}

.offer-box .heading-right h3 {
  position: absolute;
  top: 50%;
  right: 0;
  width: 230px;
  height: 36px;
  line-height: 36px;
  letter-spacing: 5px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  transform: translate(50%, -50%) rotate(-90deg);
  text-align: center;
  background-color: #1c9dea;
  margin-bottom: 0;
  cursor: pointer;
}

.integratin {
  margin-top: 20px;
}

.integratin li {
  position: relative;
  padding-top: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid #eff1f2;
}

.integratin li .media-right svg {
  height: 20px;
  cursor: pointer;
  color: #828282;
}

.integratin li .media-left {
  width: 100%;
}

.integratin li .media-left a {
  font-size: 16px;
}

.integratin li .media-left a h5 {
  display: inline-block;
  font-size: 16px;
}

.integratin li .fb {
  color: #3b5998 !important;
}

.integratin li .fb h5 {
  color: #3b5998 !important;
}

.integratin li .insta {
  color: #e4405f !important;
}

.integratin li .insta h5 {
  color: #e4405f !important;
}

.integratin li .twi {
  color: #55acee !important;
}

.integratin li .twi h5 {
  color: #55acee !important;
}

.integratin li .slc {
  color: #3aaf85 !important;
}

.integratin li .slc h5 {
  color: #3aaf85 !important;
}

.integratin li .ggl {
  color: #dc4e41 !important;
}

.integratin li .ggl h5 {
  color: #dc4e41 !important;
}

.integratin li p {
  padding-left: 20px;
  padding-top: 7px;
}

.integratin li .profile {
  height: 20px;
  width: 20px;
  min-width: 20px;
  margin-top: 3px;
}

.switch-list {
  margin-top: 10px;
}

.switch-list .custom-switch {
  padding-left: 35px;
}

.switch-list .custom-switch .custom-control-label::after {
  top: calc(0.25rem - 3px);
}

.switch-list .custom-control-label::before {
  top: -2px;
}

.switch-list li {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  border: 0 !important;
}

.switch-list li+li {
  margin-top: -10px;
}

.switch-list li p {
  margin-bottom: 0;
}

.switch-list .switchery {
  position: absolute;
  left: 0;
  top: 8px;
}

.switch-list h5 {
  color: #647589;
  font-weight: 600;
}

.wallpaper {
  margin-top: 15px;
}

.wallpaper li {
  cursor: pointer;
  height: 30px;
  width: 30px;
  background-color: #eff7fe;
  display: inline-block !important;
  background-size: auto !important;
}

.wallpaper li+li {
  margin-left: 4px;
}

.change-number h5 {
  padding-bottom: 10px;
  font-weight: 600;
  color: #3b3b3b;
}

.change-number .input-group~h5 {
  padding-top: 10px;
}

.change-number span {
  border-right: none;
  padding-right: 0;
  font-weight: 500;
}

.change-number .country-code {
  max-width: 35px;
  padding: 0;
  border-left: none;
  padding-left: 3px;
}

.change-number .form-control {
  padding-top: 7px;
  padding-bottom: 7px;
  border-color: #e5edf5;
  background-color: #ffffff;
}

.change-number .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.change-number .form-control[type=number] {
  -moz-appearance: textfield;
}

.change-number .btn-sm,
.change-number .btn-group-sm>.btn {
  padding: 8px 20px;
  font-size: 14px;
  margin-top: 20px;
}

.privacy li {
  position: relative;
}

.privacy h5 {
  padding-top: 10px;
  padding-right: 35px;
  color: #3b3b3b;
  line-height: 1.6;
}

.privacy p {
  margin-bottom: 10px;
}

.privacy .custom-switch {
  position: absolute;
  right: 0;
  top: 8px;
}

.app-list-ul {
  text-align: center;
}

.app-list-ul .title {
  border-bottom: 1px solid #eff1f2;
  padding-bottom: 15px;
  cursor: pointer;
}

.app-list-ul .title svg {
  stroke: #1c9dea;
}

.app-list-ul .title h5 {
  margin-top: 0 !important;
}

.app-list-ul li {
  margin-bottom: 20px;
}

.lightbox-target {
  position: fixed;
  top: -100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  overflow: hidden;
  left: 0;
  z-index: 9999;
}

.lightbox-target img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 0%;
  max-width: 0%;
  border: 3px solid white;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  transition: 0.5s ease-in-out;
}

a.lightbox-close {
  display: block;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  background: white;
  color: black;
  text-decoration: none;
  position: absolute;
  top: -80px;
  transition: 0.5s ease-in-out;
}

a.lightbox-close:before {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: black;
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translateX(-50%) rotate(45deg);
}

a.lightbox-close:after {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: black;
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translateX(-50%) rotate(-45deg);
}

.lightbox-target:target {
  opacity: 1;
  top: 0;
  bottom: 0;
}

.lightbox-target:target img {
  max-height: 100%;
  max-width: 100%;
}

.lightbox-target:target a.lightbox-close {
  top: 0;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 70px);
}

.lightbox-target img {
  border: none;
  border-radius: 25px;
  overflow: hidden;
}

.chat-content .message-input .dropdown .dropdown-menu {
  top: -40px !important;
  padding: 30px;
  border: none;
}

.chat-content .message-input .dropdown .dropdown-menu li {
  padding-left: 0;
  padding-right: 0;
}

.chat-content .message-input .dropdown .dropdown-menu li a {
  padding: 0;
}

.chat-content .message-input li a {
  display: flex;
  align-items: center;
  font-weight: 600;
}

.chat-content .message-input li a:hover,
.chat-content .message-input li a:focus,
.chat-content .message-input li a:active {
  background-color: transparent;
  color: #1c9dea;
}

.chat-content .message-input li a i {
  width: 20px;
  margin-right: 12px;
}

.chat-content .message-input .emojis-main .typing-section {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 21px;
  padding: 0 15px;
  margin: 5px 10px;
  box-sizing: border-box;
  flex: 1 1 auto;
}

.chat-content .message-input .emojis-main .typing-section .typ-msg-content {
  position: relative;
  flex: 1;
  display: flex;
  overflow: hidden;
  padding-right: 0;
}

.chat-content .message-input .emojis-main .typing-section .typ-msg-content .typ-msg {
  left: 10px;
  top: 5px;
  color: #999;
  font-size: 15px;
  line-height: 20px;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.08s linear;
  user-select: none;
  z-index: 2;
}

.chat-content .message-input .emojis-main .typing-section .typ-msg-content .typ-msg-main {
  font-size: 15px;
  line-height: 30px;
  height: 35px;
  width: 100%;
  user-select: text;
}

.mobile-sidebar,
.mobile-back {
  display: none;
}

ul.chat-cont-setting {
  background-color: #ffffff;
  box-shadow: 0 0 10px #e5edf5;
  padding: 15px;
  width: fit-content;
  text-align: right;
  position: fixed;
  left: 20%;
  bottom: 10%;
  z-index: 1;
  display: none;
  transition: all 0.5s ease;
}

ul.chat-cont-setting.open {
  display: block;
}

ul.chat-cont-setting li {
  margin-bottom: 20px;
}

ul.chat-cont-setting li:last-child {
  margin-bottom: 0;
}

ul.chat-cont-setting li a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

ul.chat-cont-setting li a span {
  padding: 5px;
  line-height: 1;
  text-transform: capitalize;
  margin-right: 15px;
  font-size: 12px;
}

ul.chat-cont-setting li a .icon-chat-cont {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

ul.chat-cont-setting li a .icon-chat-cont svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

.msg-chat-modal .chat-msg-search {
  margin-bottom: 20px;
}

.msg-chat-modal .chat-msg-search .input-group {
  align-items: center;
  background-color: #eff1f2;
  border: 1px solid #eff1f2;
}

.msg-chat-modal .chat-msg-search .input-group .form-control {
  border: none;
}

.msg-chat-modal .chat-msg-search .input-group .input-group-append {
  padding: 0 15px;
}

.msg-chat-modal .chat-msg-search .input-group .input-group-text {
  border: none;
  background-color: transparent;
  padding: 0;
}

.msg-chat-modal .chat-msg-search .input-group span.input-group-text {
  font-size: 11px;
  font-weight: 700;
  color: #3b3b3b;
}

.msg-chat-modal .chat-main,
.msg-chat-modal .call-log-main {
  height: 350px;
  overflow: auto;
}

.msg-chat-modal .chat-main li,
.msg-chat-modal .call-log-main li {
  margin-left: 0;
  margin-right: 0;
}

.msg-chat-modal .chat-main li .chat-box .details,
.msg-chat-modal .call-log-main li .chat-box .details {
  padding-left: 70px;
}

.snippet-modal-main .default-form .form-group {
  margin-bottom: 25px;
}

.snippet-modal-main .default-form .form-group input,
.snippet-modal-main .default-form .form-group select {
  font-size: 14px;
  text-transform: capitalize;
}

.snippet-modal-main .default-form .form-group input::placeholder,
.snippet-modal-main .default-form .form-group select::placeholder {
  text-transform: capitalize;
  font-size: 14px;
}

.snippet-modal-main .default-form .form-group .btn-snipate {
  margin-top: 40px;
}

.withchat-main .messages {
  background-blend-mode: overlay;
  top: 0;
  background-color: #ffffff;
  display: none;
  animation: fadeInLeft 300ms ease-in-out;
}

.withchat-main .messages.active {
  display: flex;
  animation: fadeInLeft 300ms ease-in-out;
}


.withchat-main .messages .contact-details .col {
  position: unset;
}

.withchat-main .messages .contact-details .search-form {
  z-index: 9;
  top: -10px;
  left: 0px;
  position: absolute;
  height: 80px;
  width: 100%;
  transform: scale(0);
  transition: all 0.3s ease;
}

.withchat-main .messages .contact-details .search-form.open {
  transform: scale(1);
  transition: all 0.3s ease;
  top: 0;
  height: 100px;
}

.withchat-main .messages .contact-details .search-form input {
  border: none;
}


.withchat-main .messages .contact-details .left.media {
  align-items: center;
}

.withchat-main .messages .contact-details .left.media .media-left {
  height: 60px;
}

.withchat-main .messages .contact-details .left.media .media-body {
  max-width: 150px;
  margin-right: 10px;
  position: relative;
}

.withchat-main .messages .contact-details .left.media .media-body .badge {
  margin-top: 7px;
}

.withchat-main .messages .contact-details .left.media .media-body:before {
  content: "";
  position: absolute;
  right: 0;
  height: 30px;
  width: 1px;
  background-color: rgba(59, 59, 59, 0.5);
  top: 5px;
}

.withchat-main .messages .contact-details .left.media .media-right .mute i:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 24px;
  top: 19px;
  left: 11px;
  opacity: 0;
  border-radius: 100%;
  background-color: #3b3b3b;
  transform: rotate(45deg);
  transition: opacity 0.3s ease;
}

.withchat-main .messages .contact-details .left.media .media-right .mute i.off:after {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.withchat-main .messages .contact-details .left.media .media-right .icon-btn i {
  font-size: 20px;
}

.withchat-main .messages .contact-details .media-body h5 {
  margin-bottom: 7px;
}

.withchat-main .messages .calls {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.withchat-main .messages .calls button {
  padding: 0;
  display: flex;
}

.withchat-main .messages .calls button:focus {
  box-shadow: none;
}

.withchat-main .messages .calls button svg {
  stroke: #3b3b3b;
  height: 20px;
}

.withchat-main .messages .calls li ul li {
  width: 100%;
  display: block;
}

.withchat-main .messages .calls li ul li a {
  display: flex;
  align-items: center;
  padding: 0;
  border-radius: 25px;
}

.withchat-main .messages .calls li ul li a:active {
  background-color: transparent;
}

.withchat-main .messages .calls li ul li a h5 {
  padding-left: 10px;
}

.withchat-main .messages .calls>li .bg-transparent svg {
  stroke-width: 3px;
}

.withchat-main .messages .calls>li>a>svg {
  fill: #3b3b3b;
  stroke-width: 1px;
}



.withchat-main .message-input .dropdown-toggle:focus {
  box-shadow: none !important;
}

.withchat-main .message-input .dropdown.show:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #ffffff;
  bottom: 0;
  left: 10px;
  z-index: 1;
  top: -40px;
}

.withchat-main .message-input input {
  width: calc(100% - 300px);
  border: 0;
}

.withchat-main .message-input input:focus {
  box-shadow: none;
  outline-color: transparent !important;
}

.withchat-main .message-input input:focus-visible {
  outline: none;
}

.withchat-main .badge.sm {
  padding: 4px 4px 2px;
}

.withchat-main .badge.refresh.sm {
  padding: 4px 4px;
}

.withchat-main .refresh-block .badge svg {
  margin-right: 0;
}


.withchat-main .contact-content .contact-sub-content .user-profile {
  background-color: #ffffff;
  margin-bottom: 20px;
}

.withchat-main .contact-content .contact-sub-content .user-profile .user-content img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.withchat-main .contact-content .contact-sub-content h3 {
  text-transform: capitalize;
  color: #1c9dea;
  margin-bottom: 20px;
}

.withchat-main .contact-content .contact-sub-content .personal-info-group {
  margin-bottom: 20px;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.withchat-main .contact-content .contact-sub-content .personal-info-group:last-child {
  margin-bottom: 0;
}

.withchat-main .contact-content .contact-sub-content .personal-info-group h3 {
  color: #3b3b3b;
  text-transform: capitalize;
  border-bottom: 2px solid #eff1f2;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.withchat-main .contact-content .contact-sub-content .personal-info-group h3 i {
  margin-right: 10px;
}

.withchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li {
  padding-bottom: 10px;
  border-bottom: 1px dashed #eff1f2;
  margin-bottom: 10px;
}

.withchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li:last-child {
  margin-bottom: 0;
  border-bottom: 0 !important;
  padding-bottom: 0;
}

.withchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li p {
  margin-bottom: 0;
}

.withchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li h5 {
  text-transform: capitalize;
  display: inline-block;
  margin-bottom: 5px;
  color: rgba(59, 59, 59, 0.8);
}

.withchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li h5.details {
  float: right;
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
  color: #647589;
  margin-bottom: 0;
  margin-top: 4px;
  text-transform: lowercase;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.withchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info.edu li .media {
  align-items: center;
}

.withchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info.edu li .media img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.withchat-main .contact-content .contact-sub-content .social-info-group .integratin li:first-child {
  padding-top: 0;
}

.withchat-main .contact-content .contact-sub-content .social-info-group .integratin li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.withchat-main .contact-content,
.withchat-main .call-content,
.withchat-main .chat-content {
  opacity: 0;
  visibility: hidden;
}

.withchat-main .contact-content.active,
.withchat-main .call-content.active,
.withchat-main .chat-content.active {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  animation: fadeInLeft 300ms ease-in-out;
}

.withchat-main .contact-content,
.withchat-main .call-content {
  position: absolute;
  padding: 45px;
  min-height: 100vh;
  overflow: auto;
  overflow-x: hidden;
  top: 0;
  background-color: #eff7fe;
  z-index: 2;
  transition: all 0.3s ease;
}

.withchat-main .contact-content.active,
.withchat-main .call-content.active {
  width: calc(100% - 0px);
}

.withchat-main .contact-content .user-profile,
.withchat-main .call-content .user-profile {
  box-shadow: 0 0 5px #eff1f2;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 15px;
  max-width: 700px;
  margin: 0 auto;
}

.withchat-main .contact-content .user-profile .user-content,
.withchat-main .call-content .user-profile .user-content {
  text-align: center;
}

.withchat-main .contact-content .user-profile .user-content img,
.withchat-main .call-content .user-profile .user-content img {
  border-radius: 50%;
  width: 100px;
}

.withchat-main .contact-content .user-profile .user-content h3,
.withchat-main .call-content .user-profile .user-content h3 {
  margin-top: 15px;
}

.withchat-main .contact-content .user-profile .user-content ul,
.withchat-main .call-content .user-profile .user-content ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.withchat-main .contact-content .user-profile .user-content ul li,
.withchat-main .call-content .user-profile .user-content ul li {
  font-size: 14px;
  margin-right: 15px 15px 0;
  text-transform: capitalize;
  line-height: 1;
  transition: all 0.05s ease;
  padding: 15px;
  font-weight: 700;
}

.withchat-main .contact-content .user-profile .user-content ul li:first-child,
.withchat-main .call-content .user-profile .user-content ul li:first-child {
  color: #ff4e2b;
}

.withchat-main .contact-content .user-profile .user-content ul li:first-child i,
.withchat-main .call-content .user-profile .user-content ul li:first-child i {
  background-color: rgba(255, 78, 43, 0.15);
  color: #ff4e2b;
}

.withchat-main .contact-content .user-profile .user-content ul li:nth-child(2),
.withchat-main .call-content .user-profile .user-content ul li:nth-child(2) {
  color: #1c9dea;
}

.withchat-main .contact-content .user-profile .user-content ul li:nth-child(2) i,
.withchat-main .call-content .user-profile .user-content ul li:nth-child(2) i {
  background-color: rgba(28, 157, 234, 0.15);
  color: #1c9dea;
}

.withchat-main .contact-content .user-profile .user-content ul li:last-child,
.withchat-main .call-content .user-profile .user-content ul li:last-child {
  margin-right: 0;
  color: #3fcc35;
}

.withchat-main .contact-content .user-profile .user-content ul li:last-child i,
.withchat-main .call-content .user-profile .user-content ul li:last-child i {
  background-color: rgba(63, 204, 53, 0.15);
  color: #3fcc35;
}

.withchat-main .contact-content .user-profile .user-content ul li i,
.withchat-main .call-content .user-profile .user-content ul li i {
  width: 36px;
  height: 36px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  font-size: 16px;
  display: block;
  border-radius: 50%;
  padding: 10px;
  background-color: #eff1f2;
  transition: all 0.05s ease;
}

.withchat-main .contact-content .call-log-main,
.withchat-main .call-content .call-log-main {
  height: 415px;
  overflow: overlay;
  margin: 0 auto 15px;
  padding-right: 10px;
}

.withchat-main .contact-content .call-log-main .coll-log-group,
.withchat-main .call-content .call-log-main .coll-log-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  padding: 20px 30px;
  margin-bottom: 15px;
  border-radius: 15px;
}

.withchat-main .contact-content .call-log-main .coll-log-group:last-child,
.withchat-main .call-content .call-log-main .coll-log-group:last-child {
  margin-bottom: 0;
}

.withchat-main .contact-content .call-log-main .coll-log-group .log-content-left .media,
.withchat-main .call-content .call-log-main .coll-log-group .log-content-left .media {
  align-items: center;
}

.withchat-main .contact-content .call-log-main .coll-log-group .log-content-left .media svg,
.withchat-main .call-content .call-log-main .coll-log-group .log-content-left .media svg {
  width: 18px;
  margin-right: 10px;
}

.withchat-main .contact-content .call-log-main .coll-log-group .log-content-left .media .media-body h5,
.withchat-main .call-content .call-log-main .coll-log-group .log-content-left .media .media-body h5 {
  text-transform: capitalize;
}

.withchat-main .contact-content .call-log-main .coll-log-group .log-content-left .media .media-body p,
.withchat-main .call-content .call-log-main .coll-log-group .log-content-left .media .media-body p {
  text-transform: capitalize;
}

.withchat-main .contact-content .call-log-main .coll-log-group .log-content-right h6,
.withchat-main .call-content .call-log-main .coll-log-group .log-content-right h6 {
  color: #3b3b3b;
}

.withchat-main .contact-content .call-log-clear,
.withchat-main .call-content .call-log-clear {
  background-color: #ffffff;
  padding: 20px;
  position: absolute;
  left: 10px;
  right: 0;
  text-transform: capitalize;
  text-align: center;
  border-radius: 15px;
  cursor: pointer;
  width: calc(100% - 30px);
}

.withchat-main .contact-content .call-log-clear i,
.withchat-main .call-content .call-log-clear i {
  font-size: 24px;
}

.withchat-main .contact-content .call-log-clear span,
.withchat-main .call-content .call-log-clear span {
  display: block;
  font-size: 16px;
}

.menu-active .withchat-main .message-input {
  width: calc(100% - 850px);
  transition: all 0.9s;
}

.menu-active .withchat-main .messages .contact-details {
  /*width: 50.9vw !important;*/
  transition: all 0.9s ease;
}

.dark {
  background-color: #191b1f;
  color: rgba(255, 255, 255, 0.8);
  /* blog pages */
  /*** App-sidebar***/
}

.dark .datepicker-here {
  color: #ffffff;
}

.dark .datepicker-here::placeholder {
  color: #ffffff !important;
}

.dark .clfooter #basicUsage3 {
  color: rgba(255, 255, 255, 0.8);
}

.login-content {
  width: 450px;
  margin: 0 auto;
}

.login-content .login-content-header img {
  height: 50px;
  width: auto;
}

.login-content h3 {
  font-size: calc(18px + 8 * (100vw - 320px) / 1600);
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  padding-bottom: 16px;
}

.login-content h4 {
  margin-bottom: 35px;
  line-height: 1.4;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.login-content .form1 .form-group{
  margin-bottom: 30px;
}

.login-content .form2 .form-group{
  margin-bottom:20px;
}

.login-content .form1 .form-group .col-form-label,
.login-content .form2 .form-group .col-form-label {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #3b3b3b;
  font-weight: 600;
  padding-top: 0;
  padding-bottom: 15px;
  line-height: 1;
}

.login-content .form1 .form-group .buttons,
.login-content .form2 .form-group .buttons {
  text-align: center;
}

.login-content .form1 .form-group .buttons .btn,
.login-content .form2 .form-group .buttons .btn {
  padding: 14px 65px;
  color: #ffffff;
  justify-content: center;
}

.login-content .form1 .form-group .buttons .btn-signup,
.login-content .form2 .form-group .buttons .btn-signup {
  background-color: #3b3b3b;
  margin-left: 20px;
}

.login-content .form1 .form-group .form-check,
.login-content .form2 .form-group .form-check {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.login-content .form1 .form-group .form-check h6,
.login-content .form2 .form-group .form-check h6 {
  color: #3b3b3b;
  font-weight: 500;
}

.login-content .form1 .form-group .form-check-input,
.login-content .form2 .form-group .form-check-input {
  margin-right: -1.25rem;
  margin-left: unset;
}

.login-content .form1 .form-group .form-control{
  padding: 13px 20px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: auto;
}
.login-content .form2 .form-group .form-control{
   padding: 8px 16px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: auto;
}
.login-content .form1 .form-group .form-control::placeholder,
.login-content .form2 .form-group .form-control::placeholder {
  font-size: 15px;
  color: #3b3b3b;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.login-content .form1 .form-group .form-check-label,
.login-content .form2 .form-group .form-check-label {
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1;
}

.login-content .form2 .form-group .form-check-input {
  margin-right: 0;
  margin-left: -1.25rem;
}

.login-content .line {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 50px;
}

.login-content .line h6 {
  font-weight: 600;
  color: #3b3b3b;
}

.login-content .line h6::before {
  display: inline-block;
  content: "";
  border-top: 1px solid #ededed;
  width: 4.5rem;
  margin: 0 1rem;
}

.login-content .line h6::after {
  display: inline-block;
  content: "";
  border-top: 1px solid #ededed;
  width: 4.5rem;
  margin: 0 1rem;
}

.login-content .medialogo {
  margin-bottom: 30px;
}

.login-content .medialogo ul {
  display: flex;
  justify-content: center;
}

.login-content .medialogo ul li+li {
  margin-left: 20px;
}

.login-content .medialogo .btn-facebook {
  background-color: #2c67ce;
  color: #ffffff;
}

.login-content .termscondition {
  text-align: center;
}

.login-content .termscondition h4 span {
  color: #ff4e2b;
  margin-right: 8px;
}

.login-content .termscondition h4 b {
  margin-left: 8px;
  margin-right: 8px;
}

.right-login {
  justify-content: center;
  display: flex;
  max-height: 100%;
}

.right-login,
.login-page2 {
  /* background-color: #eff7fe; */
  background: linear-gradient(354deg, #83ccf3, #f2fcfe);
  width: auto;
  height: 100%;
  position: relative;
}

.right-login .login-img,
.login-page2 .login-img {
  position: absolute;
  top: 30%;
}

.right-login .boy-logo,
.login-page2 .boy-logo {
  position: absolute;
  left: 36%;
  top: 52%;
}

.right-login .girl-logo,
.login-page2 .girl-logo {
  top: 27%;
  right: 27%;
  position: absolute;
}

.right-login .heart-logo,
.login-page2 .heart-logo {
  position: absolute;
  animation: heartbeat 5s infinite;
  top: 15%;
  right: 35%;
}

.right-login .has-logo,
.login-page2 .has-logo {
  position: absolute;
  top: 15%;
  right: 27%;
}

.right-login .has-logo1,
.login-page2 .has-logo1 {
  position: absolute;
  top: 60%;
  left: 25%;
  transform: scalex(-1);
}

.right-login .cloud-logo,
.login-page2 .cloud-logo {
  position: absolute;
  top: 15%;
  left: 0;
  animation: homecloud 90s linear infinite;
  transform: scale(0.15);
}

.right-login .cloud-logo1,
.login-page2 .cloud-logo1 {
  position: absolute;
  bottom: 10%;
  animation: animateCloud 25s linear infinite;
  height: 25px;
}

.right-login .cloud-logo2,
.login-page2 .cloud-logo2 {
  position: absolute;
  top: 2%;
  animation: homecloud 60s linear infinite;
  transform: scale(0.5);
}

.right-login .cloud-logo3,
.login-page2 .cloud-logo3 {
  position: absolute;
  top: 31%;
  animation: animateCloud 45s linear infinite;
  transform: scaleX(-1);
  height: 30px;
}

.right-login .cloud-logo4,
.login-page2 .cloud-logo4 {
  position: absolute;
  animation: animateCloud 80s linear infinite;
  transform: scale(0.55);
}

.right-login .maincircle,
.login-page2 .maincircle {
  background-image: linear-gradient(#cde7fa, #f1f8fe, #f1f8fe);
  padding: 1px;
  width: calc(100px + 580 * (100vw - 320px) / 1600);
  height: calc(100px + 580 * (100vw - 320px) / 1600);
  border-color: transparent;
  border-radius: 50%;
  border-width: 1px;
  top: 15%;
  position: absolute;
}

.right-login .top-circle,
.login-page2 .top-circle {
  background-image: linear-gradient(#f1f8fe, #f1f8fe, #cde7fa);
  padding: 1px;
  height: calc(50px + 50 * (100vw - 320px) / 1600);
  width: calc(50px + 50 * (100vw - 320px) / 1600);
  border-color: transparent;
  border-radius: 50%;
  border-width: 1px;
  top: 2%;
  left: 20%;
  position: absolute;
}

.right-login .center-circle,
.login-page2 .center-circle {
  background-image: linear-gradient(to right, #cde7fa, #f1f8fe, #f1f8fe);
  padding: 1px;
  width: calc(50px + 50 * (100vw - 320px) / 1600);
  height: calc(50px + 50 * (100vw - 320px) / 1600);
  border-color: transparent;
  border-radius: 50%;
  border-width: 1px;
  top: 45%;
  left: 6%;
  position: absolute;
}

.right-login .bottom-circle,
.login-page2 .bottom-circle {
  background-image: linear-gradient(#cde7fa, #f1f8fe, #f1f8fe);
  padding: 1px;
  width: calc(50px + 50 * (100vw - 320px) / 1600);
  height: calc(50px + 50 * (100vw - 320px) / 1600);
  border-color: transparent;
  border-radius: 50%;
  border-width: 1px;
  bottom: 0%;
  left: 13%;
  position: absolute;
}

.right-login .bottom-circle1,
.login-page2 .bottom-circle1 {
  background-image: linear-gradient(#cde7fa, #f1f8fe, #f1f8fe);
  padding: 1px;
  width: calc(40px + 80 * (100vw - 320px) / 1600);
  height: calc(40px + 80 * (100vw - 320px) / 1600);
  border-color: transparent;
  border-radius: 50%;
  border-width: 1px;
  bottom: 2%;
  right: 22%;
  position: absolute;
}

.right-login .right-circle,
.login-page2 .right-circle {
  background-image: linear-gradient(to left, #f1f8fe, #f1f8fe, #cde7fa);
  padding: 1px;
  width: calc(90px + 170 * (100vw - 320px) / 1600);
  height: calc(90px + 170 * (100vw - 320px) / 1600);
  border-color: transparent;
  border-radius: 50%;
  border-width: 1px;
  bottom: 18%;
  right: 0;
  position: absolute;
}

.right-login .right-circle1,
.login-page2 .right-circle1 {
  background-image: linear-gradient(to right, #cde7fa, #f1f8fe, #f1f8fe, #f1f8fe);
  padding: 1px;
  width: calc(75px + 65 * (100vw - 320px) / 1600);
  height: calc(75px + 65 * (100vw - 320px) / 1600);
  border-color: transparent;
  border-radius: 50%;
  border-width: 1px;
  top: 1%;
  right: 9%;
  position: absolute;
}

.login-page1 .login-content {
  width: 100%;
}

.login-page1 .login-content h3 {
  padding-bottom: 5px;
}

.login-page1 .login-content-header img {
  margin-bottom: 20px;
  margin-top: 40px;
}

.login-page1 .left-page {
  position: relative;
  z-index: 10;
  width: 34%;
  height: 100%;
  padding: 50px;
  display: flex;
  align-items: center;
}

.login-page1 .rememberchk .input-text label {
  margin-bottom: -2px;
}

.login-page1 .right-page {
  height: 100vh;
  position: fixed;
  right: 0;
  width: 66%;
  min-height: 780px;
}

.login-page1 .right-page .animation-block {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-page1 .login-contain-main {
  display: flex;
  height: 100vh;
  align-items: center;
  min-height: 780px;
}

.login-page2 {
  position: relative;
  overflow: hidden;
  height: 100vh;
  display: flex;
  overflow-y: auto;
  align-items: center;
}

.login-page2 .login-content-main {
  margin: 0 auto;
  width: fit-content;
  z-index: 20;
  position: relative;
}

.login-page2 .login-content-main .login-content2 {
  background-color: #ffffff;
  padding: 23px;
  border-radius: 15px;
  z-index: 10;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs {
  padding-bottom: unset;
}

.login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs .nav-item .nav-link {
  background-color: #1c9dea !important;
  color: #ffffff !important;
}

.login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs .nav-item .nav-link.active {
  color: #1c9dea !important;
  background-color: rgba(28, 157, 234, 0.15) !important;
}

.login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs li+li {
  margin-left: 15px;
}

.login-page2 .login-content-main .login-content {
  background-color: #ffffff;
  z-index: 10;
}

.login-page2 .login-content-main .login-content h3,
.login-page2 .login-content-main .login-content h4 {
  text-align: center;
  line-height: 1.3;
}

.login-page2 .login-content-main .login-content .login-content-header {
  padding-bottom: 20px;
  text-align: center;
}

.login-page2 .login-content-main .login-content .form2 .form-group .buttons {
  margin-bottom: unset;
}

.login-page2 .login-content-main .medialogo {
  display: inline-block;
  left: -4%;
  position: absolute;
  top: 40%;
  margin-bottom: unset;
}

.login-page2 .login-content-main .medialogo li+li {
  margin-left: unset;
  margin-top: 10px;
}

.login-page2 .form2 .form-group .form-check-input {
  margin-top: -2px;
}

.login-page2 .top-circle {
  width: calc(90px + 190 * (100vw - 320px) / 1600);
  height: calc(90px + 190 * (100vw - 320px) / 1600);
  top: 11%;
  left: 12%;
}

.login-page2 .center-circle {
  background-image: linear-gradient(to left, #cde7fa, #f1f8fe, #f1f8fe);
  left: 6%;
  height: calc(60px + 90 * (100vw - 320px) / 1600);
  width: calc(60px + 90 * (100vw - 320px) / 1600);
}

.login-page2 .quarterCircle {
  background-image: linear-gradient(to right, #cde7fa, #f1f8fe);
  width: 80px;
}

.login-page2 .right-circle1 {
  background-image: linear-gradient(to top, #cde7fa, #f1f8fe, #f1f8fe);
  width: 70px;
  height: 70px;
  top: 33%;
  right: 11%;
}

.login-page2 .bottom-circle1 {
  background-image: linear-gradient(#cde7fa, #f1f8fe, #f1f8fe);
  width: 80px;
  height: 80px;
  bottom: 2%;
  right: 35%;
}

.login-page2 .right-circle {
  background-image: linear-gradient(to right, #f1f8fe, #f1f8fe, #cde7fa);
  width: calc(50px + 110 * (100vw - 320px) / 1600);
  height: calc(50px + 110 * (100vw - 320px) / 1600);
  bottom: 0;
  right: 3%;
}

.login-page2 .cloud-logo {
  top: -6%;
  left: -81%;
  height: 5%;
  transform: none;
}

.login-page2 .cloud-logo4 {
  bottom: 2%;
}

.login-page2 .cloud-logo2 {
  left: -208%;
  height: 13%;
}

.login-page2 .cloud-logo5 {
  position: absolute;
  top: 2%;
  animation: homecloud 30s linear infinite;
  height: 10%;
}

/* KEYFRAMES */
@keyframes animateCloud {
  0% {
    margin-left: -700px;
  }

  100% {
    margin-left: 100%;
  }
}

@keyframes homecloud {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(1000px);
  }

  100% {
    transform: translateX(400px);
  }
}

@keyframes heartbeat {
  0% {
    transform: scale(0.75);
  }

  20% {
    transform: scale(1);
  }

  40% {
    transform: scale(0.75);
  }

  60% {
    transform: scale(1);
  }

  80% {
    transform: scale(0.75);
  }

  100% {
    transform: scale(0.75);
  }
}

@media (max-width: 1470px) {
  .login-page1 .right-page {
    width: 60%;
  }

  .login-page2 {
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 1434px) {
  .login-content {
    width: 430px;
  }

  .login-content .form1 .form-group .buttons .btn {
    padding: 14px 50px;
  }

  .login-content .form2 .form-group .buttons .btn {
    padding: 14px 50px;
  }
}

@media (max-width: 1367px) {
  .login-page1 .left-page {
    width: 36%;
  }

  .login-page2 .login-content-main .login-content {
    padding: 30px;
    border-radius: 1em;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .login-content .line h6::before {
    width: 3.5rem;
  }

  .login-content .line h6::after {
    width: 3.5rem;
  }
}

@media (max-width: 1200px) {
  .login-page1 .left-page {
    padding: 30px;
  }

  .right-login .boy-logo {
    left: 29%;
    top: 50%;
  }

  .right-login .girl-logo {
    right: 14%;
    top: 27%;
  }

  .right-login .has-logo1 {
    left: 12%;
  }

  .right-login .login-img {
    width: 65%;
  }

  .login-content .login-content-header {
    padding-bottom: 27px;
  }

  .login-content h4 {
    margin-bottom: 24px;
  }

  .login-content .form1 .form-group .form-control,
  .login-content .form2 .form-group .form-control {
    padding: 15px;
  }

  .login-content .form1 .form-group .col-form-label,
  .login-content .form2 .form-group .col-form-label {
    padding-bottom: 16px;
  }

  .login-content .form1 .form-group .form-check,
  .login-content .form2 .form-group .form-check {
    margin-bottom: 30px;
  }

  .login-content .form1 .form-group .buttons,
  .login-content .form2 .form-group .buttons {
    margin-bottom: 30px;
  }

  .login-content .line {
    margin-bottom: 30px;
  }

  .login-content .medialogo {
    margin-bottom: 30px;
  }
}

@media (max-width: 1199px) {
  .login-page1 .left-page {
    width: 40%;
  }
}

@media (max-width: 1024px) {
  .login-content {
    width: 350px;
  }
}

@media (max-width: 991px) {
  .right-login .login-img {
    width: 80%;
  }

  .right-login .girl-logo {
    width: 35%;
    top: 23%;
    right: 3%;
  }

  .right-login .boy-logo {
    left: 21%;
    top: 45%;
    width: 27%;
  }

  .right-login .has-logo1 {
    top: 69%;
    left: 2%;
  }

  .login-page1 .left-page {
    width: 50%;
  }

  .login-page1 .right-page {
    width: 50%;
  }

  .login-content .form1 .form-group .buttons .btn-signup,
  .login-content .form2 .form-group .buttons .btn-signup {
    margin-left: 16px;
  }
}

@media (max-width: 768px) {
  .login-content {
    width: 340px;
  }

  .login-content .line h6::before {
    width: 3.5rem;
  }

  .login-content .line h6::after {
    width: 3.5rem;
  }

  .right-login .boy-logo {
    left: 23%;
    top: 43%;
    width: 24%;
  }

  .girl-logo {
    right: 11%;
    top: 24%;
  }
}

@media (max-width: 767px) {
  .right-page {
    position: absolute;
    opacity: 0.05;
  }

  .login-content {
    width: auto;
    padding: 50px;
  }

  .login-content .login-content-header {
    padding-bottom: 17px;
  }

  .login-content .login-content-header img {
    height: 40px;
  }

  .login-content h4 {
    margin-bottom: 17px;
  }

  .login-content .form1 .form-group,
  .login-content .form2 .form-group {
    margin-bottom: 20px;
  }

  .login-content .form1 .form-group .col-form-label,
  .login-content .form2 .form-group .col-form-label {
    padding-bottom: 10px;
  }

  .login-content .form1 .form-group .form-check,
  .login-content .form2 .form-group .form-check {
    margin-bottom: 20px;
  }

  .login-content .form2 .form-group .buttons .btn {
    padding: 12px 35px;
  }

  .login-page1 .left-page {
    width: 100%;
  }

  .login-page1 .right-page {
    width: 100%;
  }


  .login-page2 .login-content-main .medialogo {
    position: unset;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }

  .login-page2 .login-content-main .medialogo li+li {
    margin-top: unset;
    margin-left: 15px;
  }

  .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs .nav-item .nav-link {
    min-width: auto;
    padding: 10px 35px;
  }

  .login-content h3 {
    padding-bottom: 10px;
  }
}

@media (max-width: 600px) {
  .login-page2 .medialogo {
    display: flex;
    position: unset;
    justify-content: center;
  }

  .login-page2 .medialogo li+li {
    margin-top: unset;
    margin-left: 10px;
  }
}

@media (max-width: 575px) {


  .login-content .form1 .form-group .buttons .btn,
  .login-content .form2 .form-group .buttons .btn {
    padding: 12px 25px;
  }

  .login-content .form1 .form-group .form-control,
  .login-content .form2 .form-group .form-control {
    padding: 10px;
    line-height: 1;
  }

  .login-content .form1 .form-group .form-control::placeholder,
  .login-content .form2 .form-group .form-control::placeholder {
    font-size: 13px;
  }

  .login-content .login-content-header img {
    height: 30px;
  }

  .login-page1 .left-page {
    padding: 0;
  }

  .login-page2 .login-content-main {
    padding: 15px;
  }


  .login-page2 .login-content-main .login-content2 {
    padding: 20px;
  }

  .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs .nav-item {
    margin-right: 0;
  }

  .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs .nav-item .nav-link {
    padding: 10px 25px;
  }

  .login-page2 .login-content-main .medialogo li .icon-btn {
    width: 30px;
    height: 30px;
  }

  .login-page2 .login-content-main .medialogo li .icon-btn i {
    font-size: 12px;
  }
}

@media (max-width: 320px) {
  .login-content .line h6::before {
    width: 2.5rem;
  }

  .login-content .line h6::after {
    width: 2.5rem;
  }
}

.medialogo .btn-facebook {
  background-color: #2c67ce;
  color: #ffffff;
}

.default-form .form-control:focus {
  box-shadow: none;
}

.default-form .form-group {
  margin: 0;
}

.default-form .form-group input {
  height: 45px;
  border-radius: 15px;
  background-color: #eff7fe;
  border: none;
}

.default-form .form-group textarea {
  border-radius: 15px;
  background-color: #eff7fe;
  border: none;
}

.default-form .form-group h5 {
  margin-bottom: 15px;
}

.default-form .form-group+.form-group {
  margin-top: 15px;
}

.default-form .form-group a {
  text-align: center;
}

.default-form .form-group p {
  padding-top: 10px;
}

.default-form select {
  -webkit-appearance: none;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 12px 20px;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 1;
  background-color: transparent;
  height: 50px;
  border-radius: 15px;
  color: #647589;
  border: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAApklEQVQoz5WOoQrCUBSGvys37QYRLD6Cy5rFp9hjiCyJrAjCqjB9ArMGy7CZjKbFLewBDFbHMCjj4B2b/umc83+c/1dsGPCtHSOOpDQowH0PHVqkGeJY10wCE7oWELf9/a+DVxNxkUCOsYCHBK7NET90WIgOJRE9EuFPNRFaAE+2rLh9dl94lRwOjAlwmbMEVRNr2FNyJyUExZp+ZRXMKADDiTMhwAv5Mx4HKASKogAAAABJRU5ErkJggg==) #eff7fe no-repeat scroll 94% center;
  margin-bottom: 30px;
}



.form-radious input {
  border-radius: 15px;
}

.form-sm input {
  height: 32px;
  font-size: 13px;
}

.colorfull .sidebar-top li:nth-child(5n+1) a i,
.colorfull .sidebar-bottom li:nth-child(5n+1) a i {
  color: #1280c1 !important;
}

.colorfull .sidebar-top li:nth-child(5n+1) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+1) a svg {
  fill: #f72900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+2) a i,
.colorfull .sidebar-bottom li:nth-child(5n+2) a i {
  color: #1280c1 !important;
}

.colorfull .sidebar-top li:nth-child(5n+2) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+2) a svg {
  fill: #1280c1 !important;
}

.colorfull .sidebar-top li:nth-child(5n+3) a i,
.colorfull .sidebar-bottom li:nth-child(5n+3) a i {
  color: #f72900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+3) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+3) a svg {
  fill: #1280c1 !important;
}

.colorfull .sidebar-top li:nth-child(5n+4) a i,
.colorfull .sidebar-bottom li:nth-child(5n+4) a i {
  color: #1280c1 !important;
}

.colorfull .sidebar-top li:nth-child(5n+4) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+4) a svg {
  fill: #32a42a !important;
}

.colorfull .sidebar-top li:nth-child(5n+5) a i,
.colorfull .sidebar-bottom li:nth-child(5n+5) a i {
  color: #222222 !important;
}

.colorfull .sidebar-top li:nth-child(5n+5) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+5) a svg {
  fill: #f72900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+6) a i,
.colorfull .sidebar-bottom li:nth-child(5n+6) a i {
  color: #1280c1 !important;
}

.colorfull .sidebar-top li:nth-child(5n+6) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+6) a svg {
  fill: #222222 !important;
}

.colorfull .sidebar-top li:nth-child(5n+7) a i,
.colorfull .sidebar-bottom li:nth-child(5n+7) a i {
  color: #f72900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+7) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+7) a svg {
  fill: #32a42a !important;
}

.colorfull .sidebar-top li:nth-child(5n+8) a i,
.colorfull .sidebar-bottom li:nth-child(5n+8) a i {
  color: #e0a900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+8) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+8) a svg {
  fill: #f72900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+9) a i,
.colorfull .sidebar-bottom li:nth-child(5n+9) a i {
  color: #f72900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+9) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+9) a svg {
  fill: #f72900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+10) a i,
.colorfull .sidebar-bottom li:nth-child(5n+10) a i {
  color: #32a42a !important;
}

.colorfull .sidebar-top li:nth-child(5n+10) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+10) a svg {
  fill: #1280c1 !important;
}

.colorfull .sidebar-top li:nth-child(5n+11) a i,
.colorfull .sidebar-bottom li:nth-child(5n+11) a i {
  color: #32a42a !important;
}

.colorfull .sidebar-top li:nth-child(5n+11) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+11) a svg {
  fill: #222222 !important;
}

.colorfull .sidebar-top li:nth-child(5n+12) a i,
.colorfull .sidebar-bottom li:nth-child(5n+12) a i {
  color: #1280c1 !important;
}

.colorfull .sidebar-top li:nth-child(5n+12) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+12) a svg {
  fill: #1280c1 !important;
}

.colorfull .sidebar-top li:nth-child(5n+13) a i,
.colorfull .sidebar-bottom li:nth-child(5n+13) a i {
  color: #1280c1 !important;
}

.colorfull .sidebar-top li:nth-child(5n+13) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+13) a svg {
  fill: #222222 !important;
}

.colorfull .sidebar-top li:nth-child(5n+14) a i,
.colorfull .sidebar-bottom li:nth-child(5n+14) a i {
  color: #222222 !important;
}

.colorfull .sidebar-top li:nth-child(5n+14) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+14) a svg {
  fill: #e0a900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+15) a i,
.colorfull .sidebar-bottom li:nth-child(5n+15) a i {
  color: #1280c1 !important;
}

.colorfull .sidebar-top li:nth-child(5n+15) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+15) a svg {
  fill: #1280c1 !important;
}

.colorfull .sidebar-top li:nth-child(5n+16) a i,
.colorfull .sidebar-bottom li:nth-child(5n+16) a i {
  color: #e0a900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+16) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+16) a svg {
  fill: #222222 !important;
}

.colorfull .sidebar-top li:nth-child(5n+17) a i,
.colorfull .sidebar-bottom li:nth-child(5n+17) a i {
  color: #1280c1 !important;
}

.colorfull .sidebar-top li:nth-child(5n+17) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+17) a svg {
  fill: #1280c1 !important;
}

.colorfull .sidebar-top li:nth-child(5n+18) a i,
.colorfull .sidebar-bottom li:nth-child(5n+18) a i {
  color: #1280c1 !important;
}

.colorfull .sidebar-top li:nth-child(5n+18) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+18) a svg {
  fill: #222222 !important;
}

.colorfull .sidebar-top li:nth-child(5n+19) a i,
.colorfull .sidebar-bottom li:nth-child(5n+19) a i {
  color: #f72900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+19) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+19) a svg {
  fill: #f72900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+20) a i,
.colorfull .sidebar-bottom li:nth-child(5n+20) a i {
  color: #222222 !important;
}

.colorfull .sidebar-top li:nth-child(5n+20) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+20) a svg {
  fill: #f72900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+21) a i,
.colorfull .sidebar-bottom li:nth-child(5n+21) a i {
  color: #e0a900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+21) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+21) a svg {
  fill: #32a42a !important;
}

.colorfull .sidebar-top li:nth-child(5n+22) a i,
.colorfull .sidebar-bottom li:nth-child(5n+22) a i {
  color: #e0a900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+22) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+22) a svg {
  fill: #222222 !important;
}

.colorfull .sidebar-top li:nth-child(5n+23) a i,
.colorfull .sidebar-bottom li:nth-child(5n+23) a i {
  color: #f72900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+23) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+23) a svg {
  fill: #222222 !important;
}

.colorfull .sidebar-top li:nth-child(5n+24) a i,
.colorfull .sidebar-bottom li:nth-child(5n+24) a i {
  color: #1280c1 !important;
}

.colorfull .sidebar-top li:nth-child(5n+24) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+24) a svg {
  fill: #f72900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+25) a i,
.colorfull .sidebar-bottom li:nth-child(5n+25) a i {
  color: #f72900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+25) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+25) a svg {
  fill: #f72900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+26) a i,
.colorfull .sidebar-bottom li:nth-child(5n+26) a i {
  color: #1280c1 !important;
}

.colorfull .sidebar-top li:nth-child(5n+26) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+26) a svg {
  fill: #32a42a !important;
}

.colorfull .sidebar-top li:nth-child(5n+27) a i,
.colorfull .sidebar-bottom li:nth-child(5n+27) a i {
  color: #f72900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+27) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+27) a svg {
  fill: #222222 !important;
}

.colorfull .sidebar-top li:nth-child(5n+28) a i,
.colorfull .sidebar-bottom li:nth-child(5n+28) a i {
  color: #e0a900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+28) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+28) a svg {
  fill: #1280c1 !important;
}

.colorfull .sidebar-top li:nth-child(5n+29) a i,
.colorfull .sidebar-bottom li:nth-child(5n+29) a i {
  color: #1280c1 !important;
}

.colorfull .sidebar-top li:nth-child(5n+29) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+29) a svg {
  fill: #1280c1 !important;
}

.colorfull .sidebar-top li:nth-child(5n+30) a i,
.colorfull .sidebar-bottom li:nth-child(5n+30) a i {
  color: #f72900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+30) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+30) a svg {
  fill: #1280c1 !important;
}

.colorfull .sidebar-top li:nth-child(5n+31) a i,
.colorfull .sidebar-bottom li:nth-child(5n+31) a i {
  color: #1280c1 !important;
}

.colorfull .sidebar-top li:nth-child(5n+31) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+31) a svg {
  fill: #f72900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+32) a i,
.colorfull .sidebar-bottom li:nth-child(5n+32) a i {
  color: #32a42a !important;
}

.colorfull .sidebar-top li:nth-child(5n+32) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+32) a svg {
  fill: #e0a900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+33) a i,
.colorfull .sidebar-bottom li:nth-child(5n+33) a i {
  color: #32a42a !important;
}

.colorfull .sidebar-top li:nth-child(5n+33) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+33) a svg {
  fill: #f72900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+34) a i,
.colorfull .sidebar-bottom li:nth-child(5n+34) a i {
  color: #f72900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+34) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+34) a svg {
  fill: #f72900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+35) a i,
.colorfull .sidebar-bottom li:nth-child(5n+35) a i {
  color: #32a42a !important;
}

.colorfull .sidebar-top li:nth-child(5n+35) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+35) a svg {
  fill: #e0a900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+36) a i,
.colorfull .sidebar-bottom li:nth-child(5n+36) a i {
  color: #1280c1 !important;
}

.colorfull .sidebar-top li:nth-child(5n+36) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+36) a svg {
  fill: #222222 !important;
}

.colorfull .sidebar-top li:nth-child(5n+37) a i,
.colorfull .sidebar-bottom li:nth-child(5n+37) a i {
  color: #f72900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+37) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+37) a svg {
  fill: #1280c1 !important;
}

.colorfull .sidebar-top li:nth-child(5n+38) a i,
.colorfull .sidebar-bottom li:nth-child(5n+38) a i {
  color: #1280c1 !important;
}

.colorfull .sidebar-top li:nth-child(5n+38) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+38) a svg {
  fill: #32a42a !important;
}

.colorfull .sidebar-top li:nth-child(5n+39) a i,
.colorfull .sidebar-bottom li:nth-child(5n+39) a i {
  color: #e0a900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+39) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+39) a svg {
  fill: #32a42a !important;
}

.colorfull .sidebar-top li:nth-child(5n+40) a i,
.colorfull .sidebar-bottom li:nth-child(5n+40) a i {
  color: #32a42a !important;
}

.colorfull .sidebar-top li:nth-child(5n+40) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+40) a svg {
  fill: #1280c1 !important;
}

.colorfull .sidebar-top li:nth-child(5n+41) a i,
.colorfull .sidebar-bottom li:nth-child(5n+41) a i {
  color: #f72900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+41) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+41) a svg {
  fill: #222222 !important;
}

.colorfull .sidebar-top li:nth-child(5n+42) a i,
.colorfull .sidebar-bottom li:nth-child(5n+42) a i {
  color: #32a42a !important;
}

.colorfull .sidebar-top li:nth-child(5n+42) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+42) a svg {
  fill: #222222 !important;
}

.colorfull .sidebar-top li:nth-child(5n+43) a i,
.colorfull .sidebar-bottom li:nth-child(5n+43) a i {
  color: #32a42a !important;
}

.colorfull .sidebar-top li:nth-child(5n+43) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+43) a svg {
  fill: #222222 !important;
}

.colorfull .sidebar-top li:nth-child(5n+44) a i,
.colorfull .sidebar-bottom li:nth-child(5n+44) a i {
  color: #1280c1 !important;
}

.colorfull .sidebar-top li:nth-child(5n+44) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+44) a svg {
  fill: #1280c1 !important;
}

.colorfull .sidebar-top li:nth-child(5n+45) a i,
.colorfull .sidebar-bottom li:nth-child(5n+45) a i {
  color: #1280c1 !important;
}

.colorfull .sidebar-top li:nth-child(5n+45) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+45) a svg {
  fill: #222222 !important;
}

.colorfull .sidebar-top li:nth-child(5n+46) a i,
.colorfull .sidebar-bottom li:nth-child(5n+46) a i {
  color: #222222 !important;
}

.colorfull .sidebar-top li:nth-child(5n+46) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+46) a svg {
  fill: #1280c1 !important;
}

.colorfull .sidebar-top li:nth-child(5n+47) a i,
.colorfull .sidebar-bottom li:nth-child(5n+47) a i {
  color: #32a42a !important;
}

.colorfull .sidebar-top li:nth-child(5n+47) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+47) a svg {
  fill: #f72900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+48) a i,
.colorfull .sidebar-bottom li:nth-child(5n+48) a i {
  color: #f72900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+48) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+48) a svg {
  fill: #32a42a !important;
}

.colorfull .sidebar-top li:nth-child(5n+49) a i,
.colorfull .sidebar-bottom li:nth-child(5n+49) a i {
  color: #f72900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+49) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+49) a svg {
  fill: #f72900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+50) a i,
.colorfull .sidebar-bottom li:nth-child(5n+50) a i {
  color: #222222 !important;
}

.colorfull .sidebar-top li:nth-child(5n+50) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+50) a svg {
  fill: #e0a900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+51) a i,
.colorfull .sidebar-bottom li:nth-child(5n+51) a i {
  color: #32a42a !important;
}

.colorfull .sidebar-top li:nth-child(5n+51) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+51) a svg {
  fill: #32a42a !important;
}

.colorfull .sidebar-top li:nth-child(5n+52) a i,
.colorfull .sidebar-bottom li:nth-child(5n+52) a i {
  color: #e0a900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+52) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+52) a svg {
  fill: #222222 !important;
}

.colorfull .sidebar-top li:nth-child(5n+53) a i,
.colorfull .sidebar-bottom li:nth-child(5n+53) a i {
  color: #32a42a !important;
}

.colorfull .sidebar-top li:nth-child(5n+53) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+53) a svg {
  fill: #1280c1 !important;
}

.colorfull .sidebar-top li:nth-child(5n+54) a i,
.colorfull .sidebar-bottom li:nth-child(5n+54) a i {
  color: #222222 !important;
}

.colorfull .sidebar-top li:nth-child(5n+54) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+54) a svg {
  fill: #f72900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+55) a i,
.colorfull .sidebar-bottom li:nth-child(5n+55) a i {
  color: #1280c1 !important;
}

.colorfull .sidebar-top li:nth-child(5n+55) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+55) a svg {
  fill: #222222 !important;
}

.colorfull .sidebar-top li:nth-child(5n+56) a i,
.colorfull .sidebar-bottom li:nth-child(5n+56) a i {
  color: #1280c1 !important;
}

.colorfull .sidebar-top li:nth-child(5n+56) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+56) a svg {
  fill: #32a42a !important;
}

.colorfull .sidebar-top li:nth-child(5n+57) a i,
.colorfull .sidebar-bottom li:nth-child(5n+57) a i {
  color: #e0a900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+57) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+57) a svg {
  fill: #1280c1 !important;
}

.colorfull .sidebar-top li:nth-child(5n+58) a i,
.colorfull .sidebar-bottom li:nth-child(5n+58) a i {
  color: #222222 !important;
}

.colorfull .sidebar-top li:nth-child(5n+58) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+58) a svg {
  fill: #222222 !important;
}

.colorfull .sidebar-top li:nth-child(5n+59) a i,
.colorfull .sidebar-bottom li:nth-child(5n+59) a i {
  color: #e0a900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+59) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+59) a svg {
  fill: #1280c1 !important;
}

.colorfull .sidebar-top li:nth-child(5n+60) a i,
.colorfull .sidebar-bottom li:nth-child(5n+60) a i {
  color: #1280c1 !important;
}

.colorfull .sidebar-top li:nth-child(5n+60) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+60) a svg {
  fill: #e0a900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+61) a i,
.colorfull .sidebar-bottom li:nth-child(5n+61) a i {
  color: #1280c1 !important;
}

.colorfull .sidebar-top li:nth-child(5n+61) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+61) a svg {
  fill: #32a42a !important;
}

.colorfull .sidebar-top li:nth-child(5n+62) a i,
.colorfull .sidebar-bottom li:nth-child(5n+62) a i {
  color: #f72900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+62) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+62) a svg {
  fill: #1280c1 !important;
}

.colorfull .sidebar-top li:nth-child(5n+63) a i,
.colorfull .sidebar-bottom li:nth-child(5n+63) a i {
  color: #222222 !important;
}

.colorfull .sidebar-top li:nth-child(5n+63) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+63) a svg {
  fill: #e0a900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+64) a i,
.colorfull .sidebar-bottom li:nth-child(5n+64) a i {
  color: #1280c1 !important;
}

.colorfull .sidebar-top li:nth-child(5n+64) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+64) a svg {
  fill: #f72900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+65) a i,
.colorfull .sidebar-bottom li:nth-child(5n+65) a i {
  color: #222222 !important;
}

.colorfull .sidebar-top li:nth-child(5n+65) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+65) a svg {
  fill: #e0a900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+66) a i,
.colorfull .sidebar-bottom li:nth-child(5n+66) a i {
  color: #f72900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+66) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+66) a svg {
  fill: #f72900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+67) a i,
.colorfull .sidebar-bottom li:nth-child(5n+67) a i {
  color: #e0a900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+67) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+67) a svg {
  fill: #32a42a !important;
}

.colorfull .sidebar-top li:nth-child(5n+68) a i,
.colorfull .sidebar-bottom li:nth-child(5n+68) a i {
  color: #f72900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+68) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+68) a svg {
  fill: #222222 !important;
}

.colorfull .sidebar-top li:nth-child(5n+69) a i,
.colorfull .sidebar-bottom li:nth-child(5n+69) a i {
  color: #f72900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+69) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+69) a svg {
  fill: #32a42a !important;
}

.colorfull .sidebar-top li:nth-child(5n+70) a i,
.colorfull .sidebar-bottom li:nth-child(5n+70) a i {
  color: #32a42a !important;
}

.colorfull .sidebar-top li:nth-child(5n+70) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+70) a svg {
  fill: #1280c1 !important;
}

.colorfull .sidebar-top li:nth-child(5n+71) a i,
.colorfull .sidebar-bottom li:nth-child(5n+71) a i {
  color: #222222 !important;
}

.colorfull .sidebar-top li:nth-child(5n+71) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+71) a svg {
  fill: #222222 !important;
}

.colorfull .sidebar-top li:nth-child(5n+72) a i,
.colorfull .sidebar-bottom li:nth-child(5n+72) a i {
  color: #e0a900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+72) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+72) a svg {
  fill: #e0a900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+73) a i,
.colorfull .sidebar-bottom li:nth-child(5n+73) a i {
  color: #1280c1 !important;
}

.colorfull .sidebar-top li:nth-child(5n+73) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+73) a svg {
  fill: #32a42a !important;
}

.colorfull .sidebar-top li:nth-child(5n+74) a i,
.colorfull .sidebar-bottom li:nth-child(5n+74) a i {
  color: #e0a900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+74) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+74) a svg {
  fill: #f72900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+75) a i,
.colorfull .sidebar-bottom li:nth-child(5n+75) a i {
  color: #f72900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+75) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+75) a svg {
  fill: #f72900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+76) a i,
.colorfull .sidebar-bottom li:nth-child(5n+76) a i {
  color: #1280c1 !important;
}

.colorfull .sidebar-top li:nth-child(5n+76) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+76) a svg {
  fill: #32a42a !important;
}

.colorfull .sidebar-top li:nth-child(5n+77) a i,
.colorfull .sidebar-bottom li:nth-child(5n+77) a i {
  color: #1280c1 !important;
}

.colorfull .sidebar-top li:nth-child(5n+77) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+77) a svg {
  fill: #e0a900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+78) a i,
.colorfull .sidebar-bottom li:nth-child(5n+78) a i {
  color: #f72900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+78) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+78) a svg {
  fill: #1280c1 !important;
}

.colorfull .sidebar-top li:nth-child(5n+79) a i,
.colorfull .sidebar-bottom li:nth-child(5n+79) a i {
  color: #1280c1 !important;
}

.colorfull .sidebar-top li:nth-child(5n+79) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+79) a svg {
  fill: #e0a900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+80) a i,
.colorfull .sidebar-bottom li:nth-child(5n+80) a i {
  color: #32a42a !important;
}

.colorfull .sidebar-top li:nth-child(5n+80) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+80) a svg {
  fill: #222222 !important;
}

.colorfull .sidebar-top li:nth-child(5n+81) a i,
.colorfull .sidebar-bottom li:nth-child(5n+81) a i {
  color: #1280c1 !important;
}

.colorfull .sidebar-top li:nth-child(5n+81) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+81) a svg {
  fill: #e0a900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+82) a i,
.colorfull .sidebar-bottom li:nth-child(5n+82) a i {
  color: #e0a900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+82) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+82) a svg {
  fill: #1280c1 !important;
}

.colorfull .sidebar-top li:nth-child(5n+83) a i,
.colorfull .sidebar-bottom li:nth-child(5n+83) a i {
  color: #f72900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+83) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+83) a svg {
  fill: #222222 !important;
}

.colorfull .sidebar-top li:nth-child(5n+84) a i,
.colorfull .sidebar-bottom li:nth-child(5n+84) a i {
  color: #e0a900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+84) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+84) a svg {
  fill: #222222 !important;
}

.colorfull .sidebar-top li:nth-child(5n+85) a i,
.colorfull .sidebar-bottom li:nth-child(5n+85) a i {
  color: #f72900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+85) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+85) a svg {
  fill: #e0a900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+86) a i,
.colorfull .sidebar-bottom li:nth-child(5n+86) a i {
  color: #32a42a !important;
}

.colorfull .sidebar-top li:nth-child(5n+86) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+86) a svg {
  fill: #222222 !important;
}

.colorfull .sidebar-top li:nth-child(5n+87) a i,
.colorfull .sidebar-bottom li:nth-child(5n+87) a i {
  color: #222222 !important;
}

.colorfull .sidebar-top li:nth-child(5n+87) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+87) a svg {
  fill: #e0a900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+88) a i,
.colorfull .sidebar-bottom li:nth-child(5n+88) a i {
  color: #222222 !important;
}

.colorfull .sidebar-top li:nth-child(5n+88) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+88) a svg {
  fill: #e0a900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+89) a i,
.colorfull .sidebar-bottom li:nth-child(5n+89) a i {
  color: #f72900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+89) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+89) a svg {
  fill: #1280c1 !important;
}

.colorfull .sidebar-top li:nth-child(5n+90) a i,
.colorfull .sidebar-bottom li:nth-child(5n+90) a i {
  color: #f72900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+90) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+90) a svg {
  fill: #222222 !important;
}

.colorfull .sidebar-top li:nth-child(5n+91) a i,
.colorfull .sidebar-bottom li:nth-child(5n+91) a i {
  color: #222222 !important;
}

.colorfull .sidebar-top li:nth-child(5n+91) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+91) a svg {
  fill: #f72900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+92) a i,
.colorfull .sidebar-bottom li:nth-child(5n+92) a i {
  color: #222222 !important;
}

.colorfull .sidebar-top li:nth-child(5n+92) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+92) a svg {
  fill: #1280c1 !important;
}

.colorfull .sidebar-top li:nth-child(5n+93) a i,
.colorfull .sidebar-bottom li:nth-child(5n+93) a i {
  color: #222222 !important;
}

.colorfull .sidebar-top li:nth-child(5n+93) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+93) a svg {
  fill: #1280c1 !important;
}

.colorfull .sidebar-top li:nth-child(5n+94) a i,
.colorfull .sidebar-bottom li:nth-child(5n+94) a i {
  color: #222222 !important;
}

.colorfull .sidebar-top li:nth-child(5n+94) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+94) a svg {
  fill: #f72900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+95) a i,
.colorfull .sidebar-bottom li:nth-child(5n+95) a i {
  color: #f72900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+95) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+95) a svg {
  fill: #222222 !important;
}

.colorfull .sidebar-top li:nth-child(5n+96) a i,
.colorfull .sidebar-bottom li:nth-child(5n+96) a i {
  color: #e0a900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+96) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+96) a svg {
  fill: #222222 !important;
}

.colorfull .sidebar-top li:nth-child(5n+97) a i,
.colorfull .sidebar-bottom li:nth-child(5n+97) a i {
  color: #e0a900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+97) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+97) a svg {
  fill: #222222 !important;
}

.colorfull .sidebar-top li:nth-child(5n+98) a i,
.colorfull .sidebar-bottom li:nth-child(5n+98) a i {
  color: #32a42a !important;
}

.colorfull .sidebar-top li:nth-child(5n+98) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+98) a svg {
  fill: #e0a900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+99) a i,
.colorfull .sidebar-bottom li:nth-child(5n+99) a i {
  color: #222222 !important;
}

.colorfull .sidebar-top li:nth-child(5n+99) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+99) a svg {
  fill: #f72900 !important;
}

.colorfull .sidebar-top li:nth-child(5n+100) a i,
.colorfull .sidebar-bottom li:nth-child(5n+100) a i {
  color: #32a42a !important;
}

.colorfull .sidebar-top li:nth-child(5n+100) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+100) a svg {
  fill: #32a42a !important;
}

.colorfull .calls>li:nth-child(5n+1)>a>svg {
  fill: #e0a900 !important;
}

.colorfull .calls>li:nth-child(5n+2)>a>svg {
  fill: #f72900 !important;
}

.colorfull .calls>li:nth-child(5n+3)>a>svg {
  fill: #32a42a !important;
}

.colorfull .calls>li:nth-child(5n+4)>a>svg {
  fill: #32a42a !important;
}

.colorfull .calls>li:nth-child(5n+5)>a>svg {
  fill: #e0a900 !important;
}

.colorfull .calls>li:nth-child(5n+6)>a>svg {
  fill: #32a42a !important;
}

.colorfull .calls>li:nth-child(5n+7)>a>svg {
  fill: #e0a900 !important;
}

.colorfull .calls>li:nth-child(5n+8)>a>svg {
  fill: #e0a900 !important;
}

.colorfull .calls>li:nth-child(5n+9)>a>svg {
  fill: #f72900 !important;
}

.colorfull .calls>li:nth-child(5n+10)>a>svg {
  fill: #f72900 !important;
}

.colorfull .calls>li:nth-child(5n+11)>a>svg {
  fill: #32a42a !important;
}

.colorfull .calls>li:nth-child(5n+12)>a>svg {
  fill: #f72900 !important;
}

.colorfull .calls>li:nth-child(5n+13)>a>svg {
  fill: #1280c1 !important;
}

.colorfull .calls>li:nth-child(5n+14)>a>svg {
  fill: #e0a900 !important;
}

.colorfull .calls>li:nth-child(5n+15)>a>svg {
  fill: #32a42a !important;
}

.colorfull .calls>li:nth-child(5n+16)>a>svg {
  fill: #32a42a !important;
}

.colorfull .calls>li:nth-child(5n+17)>a>svg {
  fill: #1280c1 !important;
}

.colorfull .calls>li:nth-child(5n+18)>a>svg {
  fill: #f72900 !important;
}

.colorfull .calls>li:nth-child(5n+19)>a>svg {
  fill: #e0a900 !important;
}

.colorfull .calls>li:nth-child(5n+20)>a>svg {
  fill: #1280c1 !important;
}

.colorfull .calls>li:nth-child(5n+21)>a>svg {
  fill: #1280c1 !important;
}

.colorfull .calls>li:nth-child(5n+22)>a>svg {
  fill: #32a42a !important;
}

.colorfull .calls>li:nth-child(5n+23)>a>svg {
  fill: #32a42a !important;
}

.colorfull .calls>li:nth-child(5n+24)>a>svg {
  fill: #f72900 !important;
}

.colorfull .calls>li:nth-child(5n+25)>a>svg {
  fill: #32a42a !important;
}

.colorfull .calls>li:nth-child(5n+26)>a>svg {
  fill: #f72900 !important;
}

.colorfull .calls>li:nth-child(5n+27)>a>svg {
  fill: #e0a900 !important;
}

.colorfull .calls>li:nth-child(5n+28)>a>svg {
  fill: #1280c1 !important;
}

.colorfull .calls>li:nth-child(5n+29)>a>svg {
  fill: #e0a900 !important;
}

.colorfull .calls>li:nth-child(5n+30)>a>svg {
  fill: #e0a900 !important;
}

.colorfull .calls>li:nth-child(5n+31)>a>svg {
  fill: #1280c1 !important;
}

.colorfull .calls>li:nth-child(5n+32)>a>svg {
  fill: #e0a900 !important;
}

.colorfull .calls>li:nth-child(5n+33)>a>svg {
  fill: #32a42a !important;
}

.colorfull .calls>li:nth-child(5n+34)>a>svg {
  fill: #e0a900 !important;
}

.colorfull .calls>li:nth-child(5n+35)>a>svg {
  fill: #1280c1 !important;
}

.colorfull .calls>li:nth-child(5n+36)>a>svg {
  fill: #1280c1 !important;
}

.colorfull .calls>li:nth-child(5n+37)>a>svg {
  fill: #32a42a !important;
}

.colorfull .calls>li:nth-child(5n+38)>a>svg {
  fill: #f72900 !important;
}

.colorfull .calls>li:nth-child(5n+39)>a>svg {
  fill: #1280c1 !important;
}

.colorfull .calls>li:nth-child(5n+40)>a>svg {
  fill: #f72900 !important;
}

.colorfull .calls>li:nth-child(5n+41)>a>svg {
  fill: #32a42a !important;
}

.colorfull .calls>li:nth-child(5n+42)>a>svg {
  fill: #f72900 !important;
}

.colorfull .calls>li:nth-child(5n+43)>a>svg {
  fill: #1280c1 !important;
}

.colorfull .calls>li:nth-child(5n+44)>a>svg {
  fill: #e0a900 !important;
}

.colorfull .calls>li:nth-child(5n+45)>a>svg {
  fill: #e0a900 !important;
}

.colorfull .calls>li:nth-child(5n+46)>a>svg {
  fill: #222222 !important;
}

.colorfull .calls>li:nth-child(5n+47)>a>svg {
  fill: #e0a900 !important;
}

.colorfull .calls>li:nth-child(5n+48)>a>svg {
  fill: #1280c1 !important;
}

.colorfull .calls>li:nth-child(5n+49)>a>svg {
  fill: #e0a900 !important;
}

.colorfull .calls>li:nth-child(5n+50)>a>svg {
  fill: #f72900 !important;
}

.colorfull .calls>li:nth-child(5n+51)>a>svg {
  fill: #32a42a !important;
}

.colorfull .calls>li:nth-child(5n+52)>a>svg {
  fill: #e0a900 !important;
}

.colorfull .calls>li:nth-child(5n+53)>a>svg {
  fill: #1280c1 !important;
}

.colorfull .calls>li:nth-child(5n+54)>a>svg {
  fill: #32a42a !important;
}

.colorfull .calls>li:nth-child(5n+55)>a>svg {
  fill: #222222 !important;
}

.colorfull .calls>li:nth-child(5n+56)>a>svg {
  fill: #222222 !important;
}

.colorfull .calls>li:nth-child(5n+57)>a>svg {
  fill: #222222 !important;
}

.colorfull .calls>li:nth-child(5n+58)>a>svg {
  fill: #222222 !important;
}

.colorfull .calls>li:nth-child(5n+59)>a>svg {
  fill: #1280c1 !important;
}

.colorfull .calls>li:nth-child(5n+60)>a>svg {
  fill: #32a42a !important;
}

.colorfull .calls>li:nth-child(5n+61)>a>svg {
  fill: #32a42a !important;
}

.colorfull .calls>li:nth-child(5n+62)>a>svg {
  fill: #e0a900 !important;
}

.colorfull .calls>li:nth-child(5n+63)>a>svg {
  fill: #f72900 !important;
}

.colorfull .calls>li:nth-child(5n+64)>a>svg {
  fill: #1280c1 !important;
}

.colorfull .calls>li:nth-child(5n+65)>a>svg {
  fill: #1280c1 !important;
}

.colorfull .calls>li:nth-child(5n+66)>a>svg {
  fill: #1280c1 !important;
}

.colorfull .calls>li:nth-child(5n+67)>a>svg {
  fill: #f72900 !important;
}

.colorfull .calls>li:nth-child(5n+68)>a>svg {
  fill: #222222 !important;
}

.colorfull .calls>li:nth-child(5n+69)>a>svg {
  fill: #222222 !important;
}

.colorfull .calls>li:nth-child(5n+70)>a>svg {
  fill: #222222 !important;
}

.colorfull .calls>li:nth-child(5n+71)>a>svg {
  fill: #222222 !important;
}

.colorfull .calls>li:nth-child(5n+72)>a>svg {
  fill: #222222 !important;
}

.colorfull .calls>li:nth-child(5n+73)>a>svg {
  fill: #32a42a !important;
}

.colorfull .calls>li:nth-child(5n+74)>a>svg {
  fill: #1280c1 !important;
}

.colorfull .calls>li:nth-child(5n+75)>a>svg {
  fill: #e0a900 !important;
}

.colorfull .calls>li:nth-child(5n+76)>a>svg {
  fill: #f72900 !important;
}

.colorfull .calls>li:nth-child(5n+77)>a>svg {
  fill: #1280c1 !important;
}

.colorfull .calls>li:nth-child(5n+78)>a>svg {
  fill: #32a42a !important;
}

.colorfull .calls>li:nth-child(5n+79)>a>svg {
  fill: #e0a900 !important;
}

.colorfull .calls>li:nth-child(5n+80)>a>svg {
  fill: #222222 !important;
}

.colorfull .calls>li:nth-child(5n+81)>a>svg {
  fill: #222222 !important;
}

.colorfull .calls>li:nth-child(5n+82)>a>svg {
  fill: #f72900 !important;
}

.colorfull .calls>li:nth-child(5n+83)>a>svg {
  fill: #1280c1 !important;
}

.colorfull .calls>li:nth-child(5n+84)>a>svg {
  fill: #e0a900 !important;
}

.colorfull .calls>li:nth-child(5n+85)>a>svg {
  fill: #32a42a !important;
}

.colorfull .calls>li:nth-child(5n+86)>a>svg {
  fill: #222222 !important;
}

.colorfull .calls>li:nth-child(5n+87)>a>svg {
  fill: #32a42a !important;
}

.colorfull .calls>li:nth-child(5n+88)>a>svg {
  fill: #f72900 !important;
}

.colorfull .calls>li:nth-child(5n+89)>a>svg {
  fill: #1280c1 !important;
}

.colorfull .calls>li:nth-child(5n+90)>a>svg {
  fill: #32a42a !important;
}

.colorfull .calls>li:nth-child(5n+91)>a>svg {
  fill: #32a42a !important;
}

.colorfull .calls>li:nth-child(5n+92)>a>svg {
  fill: #1280c1 !important;
}

.colorfull .calls>li:nth-child(5n+93)>a>svg {
  fill: #e0a900 !important;
}

.colorfull .calls>li:nth-child(5n+94)>a>svg {
  fill: #e0a900 !important;
}

.colorfull .calls>li:nth-child(5n+95)>a>svg {
  fill: #32a42a !important;
}

.colorfull .calls>li:nth-child(5n+96)>a>svg {
  fill: #1280c1 !important;
}

.colorfull .calls>li:nth-child(5n+97)>a>svg {
  fill: #f72900 !important;
}

.colorfull .calls>li:nth-child(5n+98)>a>svg {
  fill: #e0a900 !important;
}

.colorfull .calls>li:nth-child(5n+99)>a>svg {
  fill: #f72900 !important;
}

.colorfull .calls>li:nth-child(5n+100)>a>svg {
  fill: #1280c1 !important;
}

.colorfull .media-right li:nth-child(5n+1) a svg {
  stroke: #f72900 !important;
}

.colorfull .media-right li:nth-child(5n+2) a svg {
  stroke: #32a42a !important;
}

.colorfull .media-right li:nth-child(5n+3) a svg {
  stroke: #32a42a !important;
}

.colorfull .media-right li:nth-child(5n+4) a svg {
  stroke: #222222 !important;
}

.colorfull .media-right li:nth-child(5n+5) a svg {
  stroke: #32a42a !important;
}

.colorfull .media-right li:nth-child(5n+6) a svg {
  stroke: #222222 !important;
}

.colorfull .media-right li:nth-child(5n+7) a svg {
  stroke: #f72900 !important;
}

.colorfull .media-right li:nth-child(5n+8) a svg {
  stroke: #1280c1 !important;
}

.colorfull .media-right li:nth-child(5n+9) a svg {
  stroke: #e0a900 !important;
}

.colorfull .media-right li:nth-child(5n+10) a svg {
  stroke: #1280c1 !important;
}

.colorfull .media-right li:nth-child(5n+11) a svg {
  stroke: #f72900 !important;
}

.colorfull .media-right li:nth-child(5n+12) a svg {
  stroke: #222222 !important;
}

.colorfull .media-right li:nth-child(5n+13) a svg {
  stroke: #222222 !important;
}

.colorfull .media-right li:nth-child(5n+14) a svg {
  stroke: #1280c1 !important;
}

.colorfull .media-right li:nth-child(5n+15) a svg {
  stroke: #f72900 !important;
}

.colorfull .media-right li:nth-child(5n+16) a svg {
  stroke: #f72900 !important;
}

.colorfull .media-right li:nth-child(5n+17) a svg {
  stroke: #f72900 !important;
}

.colorfull .media-right li:nth-child(5n+18) a svg {
  stroke: #e0a900 !important;
}

.colorfull .media-right li:nth-child(5n+19) a svg {
  stroke: #e0a900 !important;
}

.colorfull .media-right li:nth-child(5n+20) a svg {
  stroke: #e0a900 !important;
}

.colorfull .media-right li:nth-child(5n+21) a svg {
  stroke: #1280c1 !important;
}

.colorfull .media-right li:nth-child(5n+22) a svg {
  stroke: #f72900 !important;
}

.colorfull .media-right li:nth-child(5n+23) a svg {
  stroke: #1280c1 !important;
}

.colorfull .media-right li:nth-child(5n+24) a svg {
  stroke: #f72900 !important;
}

.colorfull .media-right li:nth-child(5n+25) a svg {
  stroke: #e0a900 !important;
}

.colorfull .media-right li:nth-child(5n+26) a svg {
  stroke: #222222 !important;
}

.colorfull .media-right li:nth-child(5n+27) a svg {
  stroke: #1280c1 !important;
}

.colorfull .media-right li:nth-child(5n+28) a svg {
  stroke: #1280c1 !important;
}

.colorfull .media-right li:nth-child(5n+29) a svg {
  stroke: #32a42a !important;
}

.colorfull .media-right li:nth-child(5n+30) a svg {
  stroke: #1280c1 !important;
}

.colorfull .media-right li:nth-child(5n+31) a svg {
  stroke: #1280c1 !important;
}

.colorfull .media-right li:nth-child(5n+32) a svg {
  stroke: #222222 !important;
}

.colorfull .media-right li:nth-child(5n+33) a svg {
  stroke: #222222 !important;
}

.colorfull .media-right li:nth-child(5n+34) a svg {
  stroke: #e0a900 !important;
}

.colorfull .media-right li:nth-child(5n+35) a svg {
  stroke: #f72900 !important;
}

.colorfull .media-right li:nth-child(5n+36) a svg {
  stroke: #f72900 !important;
}

.colorfull .media-right li:nth-child(5n+37) a svg {
  stroke: #222222 !important;
}

.colorfull .media-right li:nth-child(5n+38) a svg {
  stroke: #32a42a !important;
}

.colorfull .media-right li:nth-child(5n+39) a svg {
  stroke: #f72900 !important;
}

.colorfull .media-right li:nth-child(5n+40) a svg {
  stroke: #1280c1 !important;
}

.colorfull .media-right li:nth-child(5n+41) a svg {
  stroke: #222222 !important;
}

.colorfull .media-right li:nth-child(5n+42) a svg {
  stroke: #222222 !important;
}

.colorfull .media-right li:nth-child(5n+43) a svg {
  stroke: #f72900 !important;
}

.colorfull .media-right li:nth-child(5n+44) a svg {
  stroke: #1280c1 !important;
}

.colorfull .media-right li:nth-child(5n+45) a svg {
  stroke: #1280c1 !important;
}

.colorfull .media-right li:nth-child(5n+46) a svg {
  stroke: #1280c1 !important;
}

.colorfull .media-right li:nth-child(5n+47) a svg {
  stroke: #32a42a !important;
}

.colorfull .media-right li:nth-child(5n+48) a svg {
  stroke: #f72900 !important;
}

.colorfull .media-right li:nth-child(5n+49) a svg {
  stroke: #1280c1 !important;
}

.colorfull .media-right li:nth-child(5n+50) a svg {
  stroke: #32a42a !important;
}

.colorfull .media-right li:nth-child(5n+51) a svg {
  stroke: #f72900 !important;
}

.colorfull .media-right li:nth-child(5n+52) a svg {
  stroke: #1280c1 !important;
}

.colorfull .media-right li:nth-child(5n+53) a svg {
  stroke: #e0a900 !important;
}

.colorfull .media-right li:nth-child(5n+54) a svg {
  stroke: #f72900 !important;
}

.colorfull .media-right li:nth-child(5n+55) a svg {
  stroke: #222222 !important;
}

.colorfull .media-right li:nth-child(5n+56) a svg {
  stroke: #e0a900 !important;
}

.colorfull .media-right li:nth-child(5n+57) a svg {
  stroke: #32a42a !important;
}

.colorfull .media-right li:nth-child(5n+58) a svg {
  stroke: #e0a900 !important;
}

.colorfull .media-right li:nth-child(5n+59) a svg {
  stroke: #32a42a !important;
}

.colorfull .media-right li:nth-child(5n+60) a svg {
  stroke: #1280c1 !important;
}

.colorfull .media-right li:nth-child(5n+61) a svg {
  stroke: #222222 !important;
}

.colorfull .media-right li:nth-child(5n+62) a svg {
  stroke: #222222 !important;
}

.colorfull .media-right li:nth-child(5n+63) a svg {
  stroke: #f72900 !important;
}

.colorfull .media-right li:nth-child(5n+64) a svg {
  stroke: #e0a900 !important;
}

.colorfull .media-right li:nth-child(5n+65) a svg {
  stroke: #e0a900 !important;
}

.colorfull .media-right li:nth-child(5n+66) a svg {
  stroke: #1280c1 !important;
}

.colorfull .media-right li:nth-child(5n+67) a svg {
  stroke: #222222 !important;
}

.colorfull .media-right li:nth-child(5n+68) a svg {
  stroke: #f72900 !important;
}

.colorfull .media-right li:nth-child(5n+69) a svg {
  stroke: #f72900 !important;
}

.colorfull .media-right li:nth-child(5n+70) a svg {
  stroke: #222222 !important;
}

.colorfull .media-right li:nth-child(5n+71) a svg {
  stroke: #222222 !important;
}

.colorfull .media-right li:nth-child(5n+72) a svg {
  stroke: #32a42a !important;
}

.colorfull .media-right li:nth-child(5n+73) a svg {
  stroke: #1280c1 !important;
}

.colorfull .media-right li:nth-child(5n+74) a svg {
  stroke: #f72900 !important;
}

.colorfull .media-right li:nth-child(5n+75) a svg {
  stroke: #1280c1 !important;
}

.colorfull .media-right li:nth-child(5n+76) a svg {
  stroke: #e0a900 !important;
}

.colorfull .media-right li:nth-child(5n+77) a svg {
  stroke: #1280c1 !important;
}

.colorfull .media-right li:nth-child(5n+78) a svg {
  stroke: #f72900 !important;
}

.colorfull .media-right li:nth-child(5n+79) a svg {
  stroke: #1280c1 !important;
}

.colorfull .media-right li:nth-child(5n+80) a svg {
  stroke: #e0a900 !important;
}

.colorfull .media-right li:nth-child(5n+81) a svg {
  stroke: #f72900 !important;
}

.colorfull .media-right li:nth-child(5n+82) a svg {
  stroke: #e0a900 !important;
}

.colorfull .media-right li:nth-child(5n+83) a svg {
  stroke: #f72900 !important;
}

.colorfull .media-right li:nth-child(5n+84) a svg {
  stroke: #1280c1 !important;
}

.colorfull .media-right li:nth-child(5n+85) a svg {
  stroke: #f72900 !important;
}

.colorfull .media-right li:nth-child(5n+86) a svg {
  stroke: #e0a900 !important;
}

.colorfull .media-right li:nth-child(5n+87) a svg {
  stroke: #32a42a !important;
}

.colorfull .media-right li:nth-child(5n+88) a svg {
  stroke: #222222 !important;
}

.colorfull .media-right li:nth-child(5n+89) a svg {
  stroke: #1280c1 !important;
}

.colorfull .media-right li:nth-child(5n+90) a svg {
  stroke: #f72900 !important;
}

.colorfull .media-right li:nth-child(5n+91) a svg {
  stroke: #e0a900 !important;
}

.colorfull .media-right li:nth-child(5n+92) a svg {
  stroke: #1280c1 !important;
}

.colorfull .media-right li:nth-child(5n+93) a svg {
  stroke: #1280c1 !important;
}

.colorfull .media-right li:nth-child(5n+94) a svg {
  stroke: #222222 !important;
}

.colorfull .media-right li:nth-child(5n+95) a svg {
  stroke: #222222 !important;
}

.colorfull .media-right li:nth-child(5n+96) a svg {
  stroke: #222222 !important;
}

.colorfull .media-right li:nth-child(5n+97) a svg {
  stroke: #1280c1 !important;
}

.colorfull .media-right li:nth-child(5n+98) a svg {
  stroke: #f72900 !important;
}

.colorfull .media-right li:nth-child(5n+99) a svg {
  stroke: #1280c1 !important;
}

.colorfull .media-right li:nth-child(5n+100) a svg {
  stroke: #f72900 !important;
}

.colorfull .replies .msg-box>li:nth-child(5n+1)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+1)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+1)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+1)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+1)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+1)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+1)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+1)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+1)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+1)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+1)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+1)>h5 {
  color: #2e9826 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+2)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+2)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+2)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+2)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+2)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+2)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+2)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+2)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+2)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+2)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+2)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+2)>h5 {
  color: #d19d00 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+3)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+3)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+3)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+3)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+3)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+3)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+3)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+3)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+3)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+3)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+3)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+3)>h5 {
  color: #1176b3 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+4)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+4)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+4)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+4)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+4)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+4)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+4)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+4)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+4)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+4)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+4)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+4)>h5 {
  color: #d19d00 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+5)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+5)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+5)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+5)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+5)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+5)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+5)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+5)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+5)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+5)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+5)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+5)>h5 {
  color: #e82600 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+6)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+6)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+6)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+6)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+6)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+6)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+6)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+6)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+6)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+6)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+6)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+6)>h5 {
  color: #e82600 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+7)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+7)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+7)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+7)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+7)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+7)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+7)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+7)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+7)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+7)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+7)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+7)>h5 {
  color: #2e9826 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+8)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+8)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+8)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+8)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+8)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+8)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+8)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+8)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+8)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+8)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+8)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+8)>h5 {
  color: #1176b3 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+9)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+9)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+9)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+9)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+9)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+9)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+9)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+9)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+9)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+9)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+9)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+9)>h5 {
  color: #1a1a1a !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+10)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+10)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+10)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+10)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+10)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+10)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+10)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+10)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+10)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+10)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+10)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+10)>h5 {
  color: #1176b3 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+11)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+11)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+11)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+11)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+11)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+11)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+11)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+11)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+11)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+11)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+11)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+11)>h5 {
  color: #2e9826 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+12)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+12)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+12)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+12)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+12)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+12)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+12)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+12)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+12)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+12)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+12)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+12)>h5 {
  color: #e82600 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+13)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+13)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+13)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+13)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+13)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+13)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+13)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+13)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+13)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+13)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+13)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+13)>h5 {
  color: #d19d00 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+14)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+14)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+14)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+14)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+14)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+14)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+14)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+14)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+14)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+14)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+14)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+14)>h5 {
  color: #e82600 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+15)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+15)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+15)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+15)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+15)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+15)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+15)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+15)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+15)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+15)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+15)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+15)>h5 {
  color: #d19d00 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+16)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+16)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+16)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+16)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+16)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+16)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+16)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+16)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+16)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+16)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+16)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+16)>h5 {
  color: #1176b3 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+17)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+17)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+17)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+17)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+17)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+17)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+17)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+17)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+17)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+17)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+17)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+17)>h5 {
  color: #2e9826 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+18)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+18)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+18)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+18)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+18)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+18)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+18)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+18)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+18)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+18)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+18)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+18)>h5 {
  color: #d19d00 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+19)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+19)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+19)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+19)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+19)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+19)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+19)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+19)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+19)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+19)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+19)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+19)>h5 {
  color: #1176b3 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+20)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+20)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+20)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+20)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+20)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+20)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+20)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+20)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+20)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+20)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+20)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+20)>h5 {
  color: #2e9826 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+21)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+21)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+21)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+21)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+21)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+21)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+21)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+21)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+21)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+21)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+21)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+21)>h5 {
  color: #1a1a1a !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+22)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+22)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+22)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+22)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+22)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+22)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+22)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+22)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+22)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+22)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+22)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+22)>h5 {
  color: #d19d00 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+23)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+23)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+23)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+23)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+23)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+23)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+23)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+23)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+23)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+23)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+23)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+23)>h5 {
  color: #1176b3 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+24)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+24)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+24)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+24)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+24)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+24)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+24)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+24)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+24)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+24)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+24)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+24)>h5 {
  color: #e82600 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+25)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+25)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+25)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+25)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+25)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+25)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+25)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+25)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+25)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+25)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+25)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+25)>h5 {
  color: #e82600 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+26)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+26)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+26)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+26)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+26)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+26)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+26)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+26)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+26)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+26)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+26)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+26)>h5 {
  color: #1176b3 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+27)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+27)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+27)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+27)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+27)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+27)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+27)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+27)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+27)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+27)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+27)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+27)>h5 {
  color: #1a1a1a !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+28)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+28)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+28)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+28)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+28)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+28)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+28)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+28)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+28)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+28)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+28)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+28)>h5 {
  color: #d19d00 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+29)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+29)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+29)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+29)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+29)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+29)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+29)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+29)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+29)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+29)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+29)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+29)>h5 {
  color: #e82600 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+30)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+30)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+30)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+30)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+30)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+30)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+30)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+30)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+30)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+30)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+30)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+30)>h5 {
  color: #d19d00 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+31)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+31)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+31)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+31)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+31)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+31)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+31)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+31)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+31)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+31)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+31)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+31)>h5 {
  color: #1176b3 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+32)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+32)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+32)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+32)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+32)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+32)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+32)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+32)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+32)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+32)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+32)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+32)>h5 {
  color: #2e9826 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+33)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+33)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+33)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+33)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+33)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+33)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+33)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+33)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+33)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+33)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+33)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+33)>h5 {
  color: #1176b3 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+34)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+34)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+34)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+34)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+34)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+34)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+34)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+34)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+34)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+34)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+34)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+34)>h5 {
  color: #1a1a1a !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+35)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+35)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+35)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+35)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+35)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+35)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+35)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+35)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+35)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+35)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+35)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+35)>h5 {
  color: #1176b3 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+36)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+36)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+36)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+36)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+36)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+36)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+36)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+36)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+36)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+36)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+36)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+36)>h5 {
  color: #d19d00 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+37)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+37)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+37)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+37)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+37)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+37)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+37)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+37)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+37)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+37)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+37)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+37)>h5 {
  color: #e82600 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+38)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+38)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+38)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+38)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+38)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+38)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+38)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+38)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+38)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+38)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+38)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+38)>h5 {
  color: #e82600 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+39)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+39)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+39)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+39)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+39)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+39)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+39)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+39)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+39)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+39)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+39)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+39)>h5 {
  color: #2e9826 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+40)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+40)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+40)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+40)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+40)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+40)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+40)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+40)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+40)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+40)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+40)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+40)>h5 {
  color: #d19d00 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+41)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+41)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+41)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+41)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+41)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+41)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+41)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+41)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+41)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+41)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+41)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+41)>h5 {
  color: #1a1a1a !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+42)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+42)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+42)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+42)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+42)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+42)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+42)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+42)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+42)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+42)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+42)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+42)>h5 {
  color: #2e9826 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+43)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+43)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+43)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+43)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+43)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+43)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+43)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+43)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+43)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+43)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+43)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+43)>h5 {
  color: #2e9826 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+44)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+44)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+44)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+44)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+44)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+44)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+44)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+44)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+44)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+44)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+44)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+44)>h5 {
  color: #1176b3 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+45)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+45)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+45)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+45)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+45)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+45)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+45)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+45)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+45)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+45)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+45)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+45)>h5 {
  color: #e82600 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+46)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+46)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+46)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+46)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+46)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+46)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+46)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+46)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+46)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+46)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+46)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+46)>h5 {
  color: #1a1a1a !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+47)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+47)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+47)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+47)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+47)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+47)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+47)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+47)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+47)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+47)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+47)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+47)>h5 {
  color: #d19d00 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+48)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+48)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+48)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+48)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+48)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+48)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+48)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+48)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+48)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+48)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+48)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+48)>h5 {
  color: #1176b3 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+49)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+49)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+49)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+49)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+49)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+49)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+49)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+49)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+49)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+49)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+49)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+49)>h5 {
  color: #1a1a1a !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+50)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+50)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+50)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+50)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+50)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+50)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+50)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+50)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+50)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+50)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+50)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+50)>h5 {
  color: #e82600 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+51)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+51)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+51)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+51)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+51)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+51)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+51)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+51)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+51)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+51)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+51)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+51)>h5 {
  color: #d19d00 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+52)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+52)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+52)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+52)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+52)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+52)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+52)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+52)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+52)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+52)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+52)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+52)>h5 {
  color: #1a1a1a !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+53)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+53)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+53)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+53)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+53)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+53)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+53)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+53)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+53)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+53)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+53)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+53)>h5 {
  color: #1176b3 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+54)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+54)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+54)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+54)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+54)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+54)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+54)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+54)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+54)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+54)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+54)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+54)>h5 {
  color: #1176b3 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+55)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+55)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+55)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+55)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+55)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+55)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+55)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+55)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+55)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+55)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+55)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+55)>h5 {
  color: #1a1a1a !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+56)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+56)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+56)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+56)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+56)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+56)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+56)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+56)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+56)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+56)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+56)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+56)>h5 {
  color: #2e9826 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+57)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+57)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+57)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+57)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+57)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+57)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+57)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+57)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+57)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+57)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+57)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+57)>h5 {
  color: #e82600 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+58)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+58)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+58)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+58)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+58)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+58)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+58)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+58)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+58)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+58)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+58)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+58)>h5 {
  color: #e82600 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+59)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+59)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+59)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+59)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+59)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+59)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+59)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+59)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+59)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+59)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+59)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+59)>h5 {
  color: #2e9826 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+60)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+60)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+60)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+60)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+60)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+60)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+60)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+60)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+60)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+60)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+60)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+60)>h5 {
  color: #2e9826 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+61)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+61)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+61)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+61)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+61)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+61)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+61)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+61)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+61)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+61)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+61)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+61)>h5 {
  color: #1176b3 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+62)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+62)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+62)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+62)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+62)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+62)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+62)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+62)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+62)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+62)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+62)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+62)>h5 {
  color: #1a1a1a !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+63)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+63)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+63)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+63)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+63)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+63)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+63)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+63)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+63)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+63)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+63)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+63)>h5 {
  color: #1a1a1a !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+64)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+64)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+64)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+64)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+64)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+64)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+64)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+64)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+64)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+64)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+64)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+64)>h5 {
  color: #1176b3 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+65)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+65)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+65)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+65)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+65)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+65)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+65)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+65)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+65)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+65)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+65)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+65)>h5 {
  color: #e82600 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+66)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+66)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+66)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+66)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+66)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+66)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+66)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+66)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+66)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+66)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+66)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+66)>h5 {
  color: #1a1a1a !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+67)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+67)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+67)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+67)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+67)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+67)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+67)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+67)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+67)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+67)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+67)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+67)>h5 {
  color: #e82600 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+68)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+68)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+68)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+68)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+68)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+68)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+68)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+68)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+68)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+68)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+68)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+68)>h5 {
  color: #e82600 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+69)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+69)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+69)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+69)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+69)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+69)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+69)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+69)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+69)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+69)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+69)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+69)>h5 {
  color: #e82600 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+70)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+70)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+70)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+70)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+70)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+70)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+70)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+70)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+70)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+70)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+70)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+70)>h5 {
  color: #2e9826 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+71)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+71)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+71)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+71)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+71)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+71)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+71)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+71)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+71)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+71)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+71)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+71)>h5 {
  color: #d19d00 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+72)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+72)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+72)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+72)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+72)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+72)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+72)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+72)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+72)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+72)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+72)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+72)>h5 {
  color: #e82600 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+73)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+73)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+73)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+73)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+73)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+73)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+73)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+73)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+73)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+73)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+73)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+73)>h5 {
  color: #2e9826 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+74)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+74)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+74)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+74)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+74)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+74)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+74)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+74)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+74)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+74)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+74)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+74)>h5 {
  color: #1176b3 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+75)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+75)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+75)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+75)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+75)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+75)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+75)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+75)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+75)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+75)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+75)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+75)>h5 {
  color: #d19d00 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+76)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+76)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+76)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+76)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+76)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+76)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+76)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+76)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+76)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+76)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+76)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+76)>h5 {
  color: #1a1a1a !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+77)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+77)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+77)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+77)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+77)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+77)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+77)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+77)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+77)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+77)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+77)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+77)>h5 {
  color: #1a1a1a !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+78)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+78)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+78)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+78)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+78)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+78)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+78)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+78)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+78)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+78)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+78)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+78)>h5 {
  color: #d19d00 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+79)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+79)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+79)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+79)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+79)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+79)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+79)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+79)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+79)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+79)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+79)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+79)>h5 {
  color: #1a1a1a !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+80)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+80)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+80)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+80)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+80)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+80)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+80)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+80)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+80)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+80)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+80)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+80)>h5 {
  color: #d19d00 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+81)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+81)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+81)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+81)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+81)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+81)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+81)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+81)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+81)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+81)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+81)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+81)>h5 {
  color: #1a1a1a !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+82)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+82)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+82)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+82)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+82)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+82)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+82)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+82)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+82)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+82)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+82)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+82)>h5 {
  color: #d19d00 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+83)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+83)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+83)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+83)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+83)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+83)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+83)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+83)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+83)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+83)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+83)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+83)>h5 {
  color: #1a1a1a !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+84)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+84)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+84)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+84)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+84)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+84)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+84)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+84)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+84)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+84)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+84)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+84)>h5 {
  color: #d19d00 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+85)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+85)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+85)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+85)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+85)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+85)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+85)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+85)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+85)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+85)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+85)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+85)>h5 {
  color: #e82600 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+86)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+86)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+86)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+86)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+86)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+86)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+86)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+86)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+86)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+86)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+86)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+86)>h5 {
  color: #d19d00 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+87)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+87)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+87)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+87)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+87)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+87)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+87)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+87)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+87)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+87)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+87)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+87)>h5 {
  color: #e82600 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+88)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+88)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+88)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+88)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+88)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+88)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+88)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+88)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+88)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+88)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+88)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+88)>h5 {
  color: #1176b3 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+89)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+89)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+89)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+89)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+89)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+89)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+89)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+89)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+89)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+89)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+89)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+89)>h5 {
  color: #2e9826 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+90)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+90)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+90)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+90)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+90)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+90)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+90)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+90)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+90)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+90)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+90)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+90)>h5 {
  color: #2e9826 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+91)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+91)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+91)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+91)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+91)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+91)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+91)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+91)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+91)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+91)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+91)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+91)>h5 {
  color: #1176b3 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+92)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+92)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+92)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+92)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+92)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+92)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+92)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+92)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+92)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+92)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+92)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+92)>h5 {
  color: #e82600 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+93)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+93)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+93)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+93)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+93)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+93)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+93)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+93)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+93)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+93)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+93)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+93)>h5 {
  color: #d19d00 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+94)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+94)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+94)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+94)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+94)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+94)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+94)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+94)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+94)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+94)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+94)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+94)>h5 {
  color: #1176b3 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+95)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+95)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+95)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+95)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+95)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+95)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+95)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+95)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+95)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+95)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+95)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+95)>h5 {
  color: #d19d00 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+96)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+96)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+96)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+96)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+96)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+96)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+96)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+96)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+96)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+96)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+96)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+96)>h5 {
  color: #d19d00 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+97)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+97)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+97)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+97)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+97)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+97)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+97)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+97)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+97)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+97)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+97)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+97)>h5 {
  color: #2e9826 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+98)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+98)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+98)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+98)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+98)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+98)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+98)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+98)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+98)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+98)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+98)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+98)>h5 {
  color: #1176b3 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+99)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+99)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+99)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+99)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+99)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+99)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+99)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+99)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+99)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+99)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+99)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+99)>h5 {
  color: #e82600 !important;
  background-color: #e5edf5;
}

.colorfull .replies .msg-box>li:nth-child(5n+100)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+100)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+100)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+100)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+100)>h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+100)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+100)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+100)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+100)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+100)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+100)>h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+100)>h5 {
  color: #d19d00 !important;
  background-color: #e5edf5;
}

.colorfull .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link.active {
  background-color: #2e9826 !important;
  box-shadow: -1px 10px 16px -10px #3fcc35;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+1):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+2):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+3):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+4):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+5):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+6):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+7):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+8):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+9):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+10):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+11):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+12):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+13):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+14):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+15):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+16):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+17):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+18):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+19):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+20):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+21):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+22):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+23):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+24):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+25):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+26):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+27):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+28):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+29):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+30):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+31):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+32):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+33):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+34):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+35):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+36):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+37):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+38):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+39):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+40):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+41):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+42):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+43):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+44):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+45):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+46):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+47):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+48):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+49):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+50):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+51):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+52):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+53):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+54):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+55):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+56):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+57):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+58):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+59):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+60):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+61):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+62):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+63):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+64):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+65):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+66):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+67):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+68):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+69):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+70):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+71):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+72):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+73):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+74):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+75):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+76):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+77):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+78):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+79):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+80):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+81):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+82):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+83):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+84):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+85):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+86):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+87):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+88):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+89):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+90):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+91):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+92):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+93):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+94):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+95):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+96):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+97):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+98):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+99):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+100):before {
  border-left: 4px solid #1c9dea, #3fcc35, #ff4e2b, #ffc514, #3b3b3b;
}

.bg-default {
  background-image: linear-gradient(#eff7fe);
}

.grediant-1 {
  background-image: linear-gradient(359.3deg, rgba(28, 157, 234, 0.1) 1%, rgba(187, 187, 187, 0) 70.9%);
}

.grediant-2 {
  background-image: radial-gradient(circle 328px at 2.9% 15%, rgb(191, 224, 251) 0%, rgb(232, 233, 251) 25.8%, rgb(252, 239, 250) 50.8%, rgb(234, 251, 251) 77.6%, rgb(240, 251, 244) 100.7%);
}

.grediant-3 {
  background-image: linear-gradient(109.6deg, rgb(223, 234, 247) 11.2%, rgb(244, 248, 252) 91.1%);
}

.grediant-4 {
  background-image: linear-gradient(-109.6deg, rgb(204, 228, 247) 11.2%, rgb(237, 246, 250) 100.2%);
}

.grediant-5 {
  background-image: radial-gradient(circle farthest-corner at 10% 20%, rgb(239, 246, 249) 0%, rgb(206, 239, 253) 90%);
}

.grediant-6 {
  background-image: radial-gradient(circle farthest-corner at 10% 20%, rgb(226, 240, 254) 0%, rgb(255, 247, 228) 90%);
}

/*=====================
ganral  css start
==========================*/
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.inner-card {
  background-color: #ffffff;
  padding: 15px;
}

.header-inner {
  padding-bottom: 55px;
}

.landing-header .dropdown-menu {
  padding: 15px 20px;
  border-radius: 15px;
  border: 1px solid #e5f0fa;
  min-width: 13rem;
  margin-top: 5px;
}

.landing-header .dropdown-menu li {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.landing-header .dropdown-menu .nav-link {
  line-height: 1;
}

.landing-header .dropdown-menu .nav-link a {
  font-size: calc(12px + 1 * (100vw - 320px) / 1600);
  color: rgba(0, 0, 0, 0.5);
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
}

.landing-header .dropdown-menu .nav-link a:hover {
  background-color: transparent;
}

.header-typography .typography h6 {
  margin-bottom: 8px !important;
}

.inner-page {
  background-color: rgba(28, 157, 234, 0.025);
}

.inner-page header {
  position: relative;
  padding-bottom: 30px;
  padding-top: 30px;
  z-index: 2;
}

.inner-page header .landing-header .landing-header-left {
  width: 100%;
  justify-content: space-between;
}

.inner-page header .landing-header .landing-header-left .main-menu ul li a {
  font-weight: 500;
  color: #3b3b3b;
}

.inner-page section {
  background-image: linear-gradient(145deg, #1ca9fe 0%, #1c6ee9 100%);
}

.page-decore {
  height: 100vh;
  width: 100vw;
  top: 0;
  overflow: hidden;
  position: fixed;
  background-color: rgba(28, 157, 234, 0.025);
  z-index: -1;
}

.page-decore li {
  position: absolute;
}

.page-decore .top {
  top: -10px;
  right: -30px;
  transform: rotate(130deg);
}

.page-decore .top img {
  animation: animatone 15s linear infinite;
}

.page-decore .bottom {
  bottom: -30px;
  left: -20px;
  transform: rotate(-45deg);
}

.page-decore .bottom img {
  animation: animatone 25s linear infinite reverse;
}

/*=====================
breadcrumb css start
==========================*/
.breadcrumb-main {
  padding-top: calc(15px + 10 * (100vw - 320px) / 1600);
  padding-bottom: calc(15px + 10 * (100vw - 320px) / 1600);
}

.breadcrumb-main .custom-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.breadcrumb-main h2 {
  color: #ffffff;
  font-weight: 600;
  display: inline-block;
  font-size: calc(18px + 10 * (100vw - 320px) / 1600);
}

.breadcrumb-main ul {
  float: right;
}

.breadcrumb-main ul li {
  display: inline-block;
  text-transform: capitalize;
  position: relative;
}

.breadcrumb-main ul li a {
  color: #ffffff;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}

.breadcrumb-main ul li+li {
  margin-left: 34px;
}

.breadcrumb-main ul li+li:before {
  content: "/";
  position: absolute;
  left: -20px;
  color: #ffffff;
  top: 4px;
}

/*=====================
Blog css start
==========================*/
.blog-card {
  padding: 30px;
  background-color: #e5edf5;
  transition: all 0.5s ease;
  border-radius: 15px;
}

.blog-page .col-xl-3 {
  z-index: 0;
}

ul.tags li {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-right: 5px;
  background-color: #ffffff;
}

ul.tags li a {
  color: #3b3b3b;
  font-weight: 500;
}

.blog-page .blog-sidebar p {
  line-height: 20px;
  margin-bottom: 0;
}

.blog-page .blog-sidebar h5 {
  margin-bottom: 5px;
}

.blog-page .blog-sidebar h4 {
  color: #3b3b3b;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 20px;
  letter-spacing: 1px;
}

.blog-page .blog-sidebar .blog-card .recent-blog li .media img {
  width: 100px;
  margin-right: 15px;
}

.blog-page .blog-sidebar .blog-card .recent-blog li+li {
  margin-top: 30px;
}

.blog-page .blog-sidebar .blog-card .popular-blog li .blog-date {
  background-color: #1c9dea;
  height: 70px;
  width: 70px;
  margin: 0 15px 0 0;
  padding: 15px;
  border-radius: 15px;
  text-align: center;
}

.blog-page .blog-sidebar .blog-card .popular-blog li .blog-date span {
  display: block;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}

.blog-page .blog-sidebar .blog-card .popular-blog li+li {
  margin-top: 30px;
}

.blog-page .blog-sidebar .blog-card .popular-blog li p {
  margin-top: 10px;
}

.blog-page .blog-sidebar .blog-card+.blog-card {
  margin-top: 30px;
}

.blog-page .blog-sidebar .blog-card .blog-search .input-group {
  align-items: center;
  border-radius: 15px;
  background-color: #ffffff;
  border: none;
}

.blog-page .blog-sidebar .blog-card .blog-search .input-group input {
  border-radius: 15px;
  background-color: #ffffff;
  border: none;
}

.blog-page .blog-sidebar .blog-card .blog-search .input-group input:focus {
  box-shadow: none;
}

.blog-page .blog-sidebar .blog-card .blog-search .input-group .form-control {
  border: none;
}

.blog-page .blog-sidebar .blog-card .blog-search .input-group span {
  background: transparent;
  border: none;
}

.blog-page .blog-sidebar .blog-card .blog-search .input-group span i {
  font-size: 14px;
  margin-right: 10px;
}

.blog-page .blog-sidebar .blog-card .blog-follow li {
  display: inline-block;
  margin-right: 15px;
}

.blog-page .blog-sidebar .blog-card .blog-follow li i {
  font-size: 16px;
  background-color: #ffffff;
  padding: 5px;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-page .blog-sidebar .blog-card .blog-follow li i:hover {
  background-color: #1c9dea;
  color: #ffffff;
}

.blog-page .blog-sidebar .blog-card .blog-follow li:last-child {
  margin-right: 0;
}

.blog-page .blog-media {
  margin-bottom: 30px;
}

.blog-page .blog-media:last-child {
  margin-bottom: 0;
}

.blog-page .blog-media .blog-right {
  padding-top: 30px;
  padding-left: 10px;
  text-transform: capitalize;
}

.blog-page .blog-media .blog-right h6 {
  color: #1c9dea;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}

.blog-page .blog-media .blog-right h4 {
  color: #3b3b3b;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
}

.blog-page .blog-media .blog-right p {
  line-height: 1.8;
  margin-bottom: 0;
  letter-spacing: 0.04em;
}

.blog-page .blog-media .blog-right ul {
  color: #647589;
  margin-bottom: 10px;
}

.blog-page .blog-media .blog-right ul li {
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
}

.blog-page .blog-media .blog-right ul li i {
  padding-right: 10px;
}

.blog-page .blog-media .blog-right ul li+li {
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #dddddd;
}

.blog-page .blog-media .blog-left img {
  border-radius: 15px;
}

.blog-page .blog-side {
  background-color: rgba(229, 237, 245, 0.5);
  padding: 15px;
  border-radius: 15px;
}

.blog-card {
  background-color: rgba(229, 237, 245, 0.5);
  border-radius: 15px;
  padding: 30px;
}

.blog-card ul.tags {
  margin-bottom: -10px;
}

.blog-card ul.tags li {
  margin-bottom: 10px;
  color: #ffffff;
  background-color: #1c9dea;
}

.blog-card ul.tags li a {
  color: #ffffff;
}

.blog-card .default-form .form-group textarea,
.blog-card .default-form .form-group input {
  border: 1px solid #e5edf5;
  background-color: #ffffff;
  padding: 20px;
}

.popular-blog h3 {
  margin-bottom: 5px !important;
  color: #ffffff;
}

.blog-detail-page h3 {
  margin-bottom: 20px;
}

.blog-detail-page .blog-detail p:last-child {
  margin-bottom: 0;
}

.blog-detail-page .blog-detail img {
  margin-bottom: 30px;
  border-radius: 15px;
}

.blog-detail-page .blog-detail p {
  line-height: 1.8;
}

.blog-detail-page .blog-detail .post-social {
  color: #647589;
  text-align: left;
  margin-bottom: 10px;
  padding-top: 20px;
  border-bottom: 1px solid #e5edf5;
  padding-bottom: 10px;
}

.blog-detail-page .blog-detail .post-social ul {
  display: inline-block;
}

.blog-detail-page .blog-detail .post-social ul.social-group {
  float: right;
  margin-top: -7px;
}

.blog-detail-page .blog-detail .post-social ul.social-group .icon-btn.btn-sm,
.blog-detail-page .blog-detail .post-social ul.social-group .btn-group-sm>.icon-btn.btn {
  height: 24px;
  width: 24px;
}

.blog-detail-page .blog-detail .post-social ul.social-group .icon-btn.btn-sm i,
.blog-detail-page .blog-detail .post-social ul.social-group .btn-group-sm>.icon-btn.btn i {
  font-size: 12px;
  margin-right: 0;
  margin-left: 2px;
  margin-top: 2px;
}

.blog-detail-page .blog-detail .post-social ul.social-group .icon-btn.btn-sm .fa-linkedin,
.blog-detail-page .blog-detail .post-social ul.social-group .btn-group-sm>.icon-btn.btn .fa-linkedin {
  margin-top: 0px;
}

.blog-detail-page .blog-detail .post-social ul.social-group .icon-btn.btn-sm .fa-instagram,
.blog-detail-page .blog-detail .post-social ul.social-group .btn-group-sm>.icon-btn.btn .fa-instagram {
  margin-top: 1px;
}

.blog-detail-page .blog-detail .post-social ul.social-group li+li {
  padding-left: 5px;
  margin-left: 0;
}

.blog-detail-page .blog-detail .post-social li {
  display: inline-block;
}

.blog-detail-page .blog-detail .post-social li i {
  margin-right: 10px;
}

.blog-detail-page .blog-detail .post-social li+li {
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #eff1f2;
}

.blog-detail-page .blog-contact {
  margin-top: 30px;
}

.blog-detail-page .blog-contact h2 {
  margin-bottom: 30px;
  margin-top: -5px;
}

.blog-detail-page .blog-contact .theme-form label {
  text-transform: capitalize;
  color: #647589;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}

.blog-detail-page .blog-contact .theme-form input,
.blog-detail-page .blog-contact .theme-form textarea {
  border-radius: 15px;
  background-color: #eff7fe;
  border: none;
}

.blog-detail-page .blog-commant {
  margin-top: 30px;
}

.blog-detail-page .blog-commant .comment-section .replay {
  padding-left: 50px;
  padding-top: 25px;
}

.blog-detail-page .blog-commant .comment-section li+li {
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #e5edf5;
}

.blog-detail-page .blog-commant .comment-section li img {
  height: 50px;
  width: 50px;
  margin-right: 20px;
  border-radius: 100%;
}

.blog-detail-page .blog-commant .comment-section li h6 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
  letter-spacing: 1px;
  color: #3b3b3b;
}

.blog-detail-page .blog-commant .comment-section li span {
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
  color: #647589;
  margin-bottom: 10px;
  display: block;
}

.blog-detail-page .blog-commant .comment-section li p {
  line-height: 1.8;
  margin-bottom: 0;
}

/*=====================
faq css start
==========================*/
.faq-block {
  background-color: rgba(229, 237, 245, 0.5);
  padding: 15px;
  border-radius: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.faq-block .icon-btn {
  margin-top: 10px;
}

.faq-block .media {
  position: relative;
}

.faq-block .contact-search i {
  margin-left: 2px;
  margin-top: -2px;
}

.faq-section .faq-decor {
  position: absolute;
  right: -20px;
  bottom: -20px;
  z-index: -1;
  animation: animatow 30s linear infinite;
  opacity: 0.2;
}

.faq-section .accordion.theme-accordion .card {
  margin-top: 10px;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #dce4ea;
  background: transparent;
}

.faq-section .accordion.theme-accordion .card :not(:first-of-type):not(:last-of-type),
.faq-section .accordion.theme-accordion .card .theme-accordion .card:first-of-type {
  border-bottom: 1px solid #eff1f2;
}

.faq-section .accordion.theme-accordion .card:first-child {
  margin-top: 0;
  padding: 0;
}

.faq-section .accordion.theme-accordion .card .card-header {
  padding: 0;
  padding-right: 30px;
  border-bottom: 0;
  transition: all 0.3s ease;
  background-color: #edf4fa;
}

.faq-section .accordion.theme-accordion .card .card-header button {
  color: #3b3b3b;
  text-align: left;
  font-size: 17px;
  padding: 18px;
  font-weight: 600;
  display: block;
  width: 100%;
  background-color: transparent;
  border: none;
  white-space: pre-wrap;
}

.faq-section .accordion.theme-accordion .card .card-header button[aria-expanded=true] {
  color: #1c9dea;
}

.faq-section .accordion.theme-accordion .card .card-header button:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.faq-section .accordion.theme-accordion .card .card-header button:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 6px solid #000000;
  right: 20px;
  top: 25px;
  transition: all 0.3s ease;
}

.faq-section .accordion.theme-accordion .card .card-header button[aria-expanded=true]:before {
  border-top: 0;
  border-bottom: 6px solid #1c9dea;
  transition: all 0.3s ease;
}

.faq-section .accordion.theme-accordion .card .card-header button:hover {
  text-decoration: none;
  color: #1c9dea;
  transition: all 0.3s ease;
}

.faq-section .accordion.theme-accordion .card .collapse.show {
  border-top: 1px solid #dce4ea;
}

.faq-section .accordion.theme-accordion .card .card-body {
  padding: 15px 18px;
}

.faq-section .accordion.theme-accordion .card .card-body p {
  margin-bottom: 0;
  font-size: 14px;
  color: #3b3b3b;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

.faq-section h2 {
  margin-bottom: 5px;
}

/*=====================
404 css start
==========================*/
.error-main .error-contain {
  text-align: center;
  padding-top: calc(50px + 150 * (100vw - 320px) / 1600);
  padding-bottom: calc(50px + 150 * (100vw - 320px) / 1600);
}

.error-main .error-contain h1 {
  font-size: calc(80px + 70 * (100vw - 320px) / 1600);
  color: #1c9dea;
  line-height: 0.8;
  margin-bottom: 40px;
  text-shadow: 5px 5px 10px #1c9dea;
}

.error-main .error-contain h2 {
  margin-bottom: 20px;
}

.error-main .error-contain h4 {
  margin-bottom: 20px;
  line-height: 1.8;
}

.error-main .error-contain .animated-bg i {
  background: #d4ecfd;
  position: absolute;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  opacity: 0.3;
  transform: scale(1.3);
  animation: ripple1 4s linear infinite;
  margin: 0 auto;
  top: 45%;
  transform: translate(0, 0);
  left: 0;
  right: 0;
  z-index: -1;
}

.error-main .error-contain .animated-bg i:nth-child(1) {
  animation: ripple2 4s linear infinite;
}

.error-main .error-contain .animated-bg i:nth-child(2) {
  animation: ripple2 3s linear infinite;
}

.error-main .error-contain .animated-bg i:nth-child(3) {
  animation: ripple3 2s linear infinite;
}

/*=====================
about page
==========================*/
.about-page {
  background-color: #eff7fe;
}

.about-page p {
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  margin-bottom: -2px;
}

.about-page .about-title {
  display: flex;
  text-transform: capitalize;
}

.about-page .about-title h1 {
  line-height: 1.3;
  font-size: calc(20px + 28 * (100vw - 320px) / 1600);
}

.about-page .about-title p {
  line-height: 2;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 0;
}

.about-page .about-tab {
  display: flex;
  border: 1px solid #eff1f2;
  padding: 15px;
  background-color: #ffffff;
}

.about-page .about-tab .nav {
  border-right: 1px solid #eff1f2;
}

.about-page .about-tab .nav .nav-link:active {
  background-color: transparent;
}

.about-page .about-tab .tab-content {
  padding: 15px;
  font-size: calc(14px + 16 * (100vw - 320px) / 1600);
  font-weight: 400;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}

.about-page .about-tab .nav-pills .nav-link {
  width: fit-content;
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  text-transform: capitalize;
  line-height: 1;
  font-weight: 800;
  color: #3b3b3b;
}

.about-page .about-tab .nav-pills .nav-link.active {
  background-color: transparent;
}

.about-page .about-tab ul {
  display: unset;
}

.about-page .about-img h2 {
  margin-bottom: 15px;
  text-transform: capitalize;
}

.about-page .about-img p {
  line-height: 2;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.about-page .about-right-content {
  height: 100%;
  align-items: center;
  display: flex;
}

.counter-sec {
  visibility: visible;
}

.counter-sec .counter-title {
  justify-content: center !important;
  margin-bottom: calc(30px + 30 * (100vw - 320px) / 1600);
  text-align: center !important;
  position: relative !important;
  overflow: hidden !important;
  width: 100% !important;
}

.counter-sec .counter-title .title-line {
  position: relative;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase !important;
  font-size: calc(20px + 4 * (100vw - 320px) / 1600);
  margin-top: -2px;
}

.counter-sec .counter-title .title-line::before {
  content: "";
  position: absolute;
  top: 48%;
  transform: translateY(-48%);
  height: 1px;
  width: 99%;
  display: block;
  border-bottom: 5px solid #1c9dea;
  right: 100%;
  margin-right: 25px;
  opacity: 0.15;
}

.counter-sec .counter-title .title-line::after {
  content: "";
  position: absolute;
  top: 48%;
  transform: translateY(-48%);
  height: 1px;
  width: 99%;
  display: block;
  border-bottom: 5px solid #1c9dea;
  left: 100%;
  margin-left: 25px;
  opacity: 0.15;
}

.counter-sec .counter-main {
  visibility: visible;
  text-align: center !important;
}

.counter-sec .counter-slider {
  margin-top: -20px;
  margin-bottom: -20px;
}

.counter-box-second {
  position: relative;
  margin: 20px auto;
  width: 200px;
  height: 200px;
  border-radius: 30px;
  transition: 1s box-shadow;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eff7fe;
}

.counter-box-second:hover {
  box-shadow: 0 5px 35px 0px rgba(0, 0, 0, 0.1);
}

.counter-box-second .counter-box {
  text-align: center;
}

.counter-box-second .counter-box .counter-icon {
  font-size: 40px;
  margin-bottom: 10px;
  color: #1c9dea;
}

.counter-box-second .counter-box h6 {
  font-weight: 600;
  color: #232323;
  margin-bottom: 0 !important;
  display: block !important;
  font-size: 24px;
}

.counter-box-second .counter-box h6.counter {
  animation-duration: 1s;
  animation-delay: 0s;
}

.counter-box-second .counter-box span {
  font-size: 14px;
  margin-top: 10px;
  display: block;
}

@keyframes clockwise {
  0% {
    top: -5px;
    left: 0;
  }

  12% {
    top: -2px;
    left: 2px;
  }

  25% {
    top: 0;
    left: 5px;
  }

  37% {
    top: 2px;
    left: 2px;
  }

  50% {
    top: 5px;
    left: 0;
  }

  62% {
    top: 2px;
    left: -2px;
  }

  75% {
    top: 0;
    left: -5px;
  }

  87% {
    top: -2px;
    left: -2px;
  }

  100% {
    top: -5px;
    left: 0;
  }
}

@keyframes counterclockwise {
  0% {
    top: -5px;
    right: 0;
  }

  12% {
    top: -2px;
    right: 2px;
  }

  25% {
    top: 0;
    right: 5px;
  }

  37% {
    top: 2px;
    right: 2px;
  }

  50% {
    top: 5px;
    right: 0;
  }

  62% {
    top: 2px;
    right: -2px;
  }

  75% {
    top: 0;
    right: -5px;
  }

  87% {
    top: -2px;
    right: -2px;
  }

  100% {
    top: -5px;
    right: 0;
  }
}

.element-card {
  margin-top: 30px;
  border: 0;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  border-radius: 8px;
  box-shadow: 1px 5px 10px 5px rgba(68, 102, 242, 0.05);
  padding: 30px 20px;
  overflow: hidden;
}

.element-card .theme-tab .tab-content {
  margin-bottom: 20px;
}

.element-card .heading {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0px;
  border-bottom: 1px solid #eff1f2;
}

.element-card .element-card-body {
  padding: 0.75rem 1.25rem;
  margin-bottom: -5px;
}

.element-card .element-card-body .dot-btn,
.element-card .element-card-body .icon-btn {
  margin-bottom: 5px;
}

.element-card .typography h1,
.element-card .typography h2,
.element-card .typography h3,
.element-card .typography h4,
.element-card .typography h5,
.element-card .typography h6 {
  margin-bottom: 20px;
}

.element-card .typography .fonts {
  margin-bottom: 20px;
}

.element-card .typography .fonts .profile {
  margin-bottom: 20px;
}

.element-card .typography .font_label {
  margin-right: 20px;
}

.element-card .element-card-body .fonts a+a {
  margin-left: 20px;
}

.element-card .element-card-body .fonts .dot-btn {
  margin-right: 20px;
}

.element-card .chat-main .details h5,
.element-card .chat-main .details h6 {
  margin-bottom: 0;
}

.element-card .chat-main .date-status {
  top: 50% !important;
  transform: translateY(-50%);
}

.element-card .chat-main .date-status h6 {
  margin-bottom: 0;
}

.element-images .element-card-header h2 {
  margin-top: -5px;
}

.element-images .element-card-body {
  margin-bottom: 3px;
}

.element-font .element-card-header h2 {
  margin-top: -4px;
}

.element-font .element-card-body {
  margin-bottom: -17px;
}

.element-badge .element-card-body {
  margin-bottom: 5px;
}

.element-badge .element-card-body.label-spacing {
  margin-bottom: -18px;
}

.element-badge .element-card-body.element-dot {
  margin-bottom: -3px;
}

.background .element-card .element-card-header h2 {
  margin-top: -2px;
}

.background .element-card .element-card-body {
  margin-bottom: 3px;
}

.background .element-button.element-card .element-card-body {
  margin-bottom: -18px;
}

.Icons .element-card .element-card-header h2 {
  margin-top: -2px;
}

.Icons .element-card .element-card-body:last-child {
  margin-bottom: -24px;
}

.theme_btn_group .element-card .element-card-header h2 {
  margin-top: -2px;
}

.theme_btn_group .element-card .element-card-body {
  margin-bottom: -22px;
}

.massage_box .element-msg .element-card-header h2 {
  margin-top: -3px;
}

.massage_box .element-msg .element-card-body {
  margin-bottom: -36px;
}

.massage_box .chat-main {
  margin-bottom: 5px;
}

.massage_box .element-card .document {
  margin-bottom: -14px;
}

.massage_box .element-card .element-card-body .share-media {
  margin-bottom: 6px;
}

.massage_box .element-card .element-card-body .share-media .row {
  margin: 0;
}

.element-animate .element-card-header h2 {
  margin-top: -3px;
}

.element-animate .popup-group {
  margin-bottom: -18px;
}

.popup-group .btn {
  margin: 0 8px 20px 8px;
}

.testimonial-title {
  margin-bottom: -80px;
  margin-top: 100px;
}

.element-span-prag .element-card .small_prag {
  margin-bottom: 20px;
}

.element-span-prag p {
  margin-bottom: 5px;
}

.faq-block .search-form {
  left: -2px;
  top: -5px;
  height: 60px;
}

.inner-page~div .testimonial-back-content {
  display: none;
}

.section-pb-space {
  padding-bottom: 100px;
}

.section-pt-space {
  padding-top: 100px;
}

.section-py-space {
  padding-top: 100px;
  padding-bottom: 100px;
}

#price {
  z-index: 0;
  position: relative;
}

#price .slick-slider {
  margin: -20px 0;
}

#price .swiper-container {
  margin-bottom: -20px;
}

.landing-title {
  position: relative;
  text-align: center;
}

.landing-title h1 {
  font-size: calc(80px + 40 * (100vw - 320px) / 1600);
  color: #1c77ed;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0.7;
  opacity: 0.05;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  justify-content: center;
}

.landing-title .sub-title {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.landing-title .sub-title h4 {
  font-size: calc(12px + 5 * (100vw - 320px) / 1600);
  color: #1c77ed;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 10px;
  letter-spacing: 3px;
  margin-top: -2px;
}

.landing-title .sub-title h2 {
  font-size: calc(16px + 20 * (100vw - 320px) / 1600);
  color: #3b3b3b;
  font-weight: 700;
  width: 550px;
  text-transform: capitalize;
  line-height: 1.3;
  margin-bottom: -2px;
}

.btn {
  border: none;
}

.app-btn {
  border-radius: 10px;
  background-color: rgba(28, 119, 237, 0.1);
  color: #1c77ed;
  text-transform: uppercase;
  padding: 16px 25px;
}

.pricing-btn {
  border-radius: 8px;
  background-color: #1c9dea;
  color: #ffffff;
}

header {
  padding-top: 55px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

header .landing-header .dropdown:focus {
  outline: none;
}

header .landing-header .dropdown .dropdown-toggle::after,
header .landing-header .dropdown .btn::after {
  margin-top: -5px;
}

header .landing-header .dropdown .dropdown-toggle:active,
header .landing-header .dropdown .dropdown-toggle:focus,
header .landing-header .dropdown .btn:active,
header .landing-header .dropdown .btn:focus {
  background-color: transparent;
  box-shadow: none;
}

header .landing-header .btn {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.3s ease;
  color: rgba(0, 0, 0, 0.9);
  padding: 0;
  background-color: transparent;
}

header .landing-header .btn:not(:disabled):not(.disabled):active,
header .landing-header .btn:not(:disabled):not(.disabled).active,
header .landing-header .btn .show>.btn.dropdown-toggle {
  color: rgba(0, 0, 0, 0.9);
}

header .landing-header .btn:hover {
  background-color: transparent !important;
}

header .landing-header .btn a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 15px;
  font-weight: 700;
}

header .landing-header .btn.active {
  color: white;
}

header .landing-header a {
  font-size: 15px;
  font-weight: 700;
}

header .landing-header .navbar {
  flex-direction: unset;
}

header .landing-header .navbar .btn-primary:hover,
header .landing-header .navbar .btn-primary:focus,
header .landing-header .navbar .btn-primary:active,
header .landing-header .navbar .btn-primary.active {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none;
}

header .landing-header .navbar-collapse {
  width: 100%;
}

header .landing-header .navbar-collapse .navbar-nav {
  padding-left: 170px;
}

header .landing-header.fixed {
  position: fixed;
  width: 100%;
  background-color: #1c9dea;
  z-index: 9;
  padding: 5px 50px;
  max-width: 95%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px;
  top: 10px;
  box-shadow: 0 0 30px rgba(29, 168, 253, 0.5);
}

header .landing-header.fixed .main-menu .navbar .btn {
  color: #ffffff !important;
}

header .landing-header.fixed .main-menu .navbar .btn a {
  color: #ffffff !important;
}

header .landing-header.fixed .navbar-collapse .navbar-nav .nav-item.active .nav-link {
  color: #ffffff !important;
}

header .landing-header .navbar-collapse ul li a {
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
}

header .landing-header .navbar-collapse ul .active a {
  color: #ffffff;
}

.landing-page .landing-header .navbar-light .navbar-nav .active>.nav-link {
  color: #ffffff;
}

.landing-page .landing-header .navbar-light .navbar-nav .nav-link {
  color: #ffffff;
}

.app-design-block .app-code-block {
  margin-bottom: -50px;
}

.theme-landing-main header .landing-header .btn {
  color: #ffffff;
}

.theme-landing-main header .landing-header .btn a {
  color: #ffffff;
}

.theme-landing-main header .landing-header .btn:not(:disabled):not(.disabled):active,
.theme-landing-main header .landing-header .btn:not(:disabled):not(.disabled).active,
.theme-landing-main header .landing-header .btn .show>.btn.dropdown-toggle {
  color: #ffffff;
}

.theme-landing {
  z-index: 2;
  position: relative;
}

.theme-landing header .landing-header .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #ffffff !important;
}

.ply-main {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.ply-main .ply-content {
  background-color: rgba(28, 157, 234, 0.2);
  width: fit-content;
  height: fit-content;
  border-radius: 50%;
  padding: 15px;
  margin-right: 20px;
}

.ply-main .ply-content .ply-sub-content {
  width: 58px;
  height: 58px;
  border-radius: 29px;
  background-image: linear-gradient(110deg, #1ca9fe 0%, #1c6ee9 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.ply-main .ply-content .ply-sub-content:before {
  animation: 2.5s anim-effect-front 0s linear infinite;
  position: absolute;
  content: "";
  border-radius: 50%;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.ply-main .ply-content .ply-sub-content i {
  color: #ffffff;
  font-size: 23px;
}

.ply-main h3 {
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
  color: #3b3b3b;
  font-weight: 800;
}

.ply-main h3 span {
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
  font-weight: 600;
}

.slider-block {
  background-color: #eff8ff;
  background-image: url(../img/landing/1.jpg);
  overflow: hidden;
  position: relative;
  background-position: right;
  background-size: cover;
}

.slider-block .downlaod .footer-btn .btn {
  padding: 13px 23px;
}

.slider-block .downlaod .footer-btn .btn:hover a {
  color: #ffffff;
}

.slider-block .inner1 {
  position: absolute;
  top: 50%;
  left: 43%;
  animation: animatone 15s linear infinite;
}

.slider-block .slider-main {
  display: flex;
  align-items: center;
  height: 100vh;
}

.slider-block .slider-main .slider-contain {
  margin-top: 105px;
  margin-left: 15px;
}

.slider-block .slider-main .slider-contain .ply-main {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.slider-block .slider-main .slider-contain .ply-main .ply-content {
  background-color: rgba(28, 157, 234, 0.2);
  width: fit-content;
  height: fit-content;
  border-radius: 50%;
  padding: 15px;
  margin-right: 20px;
}

.slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content {
  width: 58px;
  height: 58px;
  border-radius: 29px;
  background-image: linear-gradient(110deg, #1ca9fe 0%, #1c6ee9 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content:before {
  animation: 2.5s anim-effect-front 0s linear infinite;
  position: absolute;
  content: "";
  border-radius: 50%;
  z-index: 0;
  width: 30%;
  height: 30%;
}

.slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content:after {
  animation: 2.5s anim-effect-back 0s linear infinite;
  position: absolute;
  content: "";
  border-radius: 50%;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content i {
  color: #ffffff;
  font-size: 23px;
}

.slider-block .slider-main .slider-contain .ply-main h3 {
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
  color: #3b3b3b;
  font-weight: 800;
}

.slider-block .slider-main .slider-contain .ply-main h3 span {
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
  font-weight: 600;
}

.slider-block .slider-main .slider-contain h1 {
  font-size: calc(20px + 28 * (100vw - 320px) / 1600);
  color: #3b3b3b;
  font-weight: 800;
  margin-bottom: 17px;
  width: 400px;
  line-height: 1.2;
}

.slider-block .slider-main .slider-contain h4 {
  font-size: calc(14px + 3 * (100vw - 320px) / 1600);
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #595959;
  margin-bottom: 35px;
  line-height: 1.8;
}

.slider-block .slider-main .slider-contain h4 span {
  color: #1c77ed;
  font-size: 110%;
}

.slider-block .slider-main .slider-contain .header-btn {
  display: flex;
  align-items: center;
}

.slider-block .slider-main .slider-contain .header-btn .foot-apl-btn h4 {
  margin-bottom: 0;
  color: #ffffff;
  line-height: 1;
  width: fit-content;
}

.slider-block .slider-main .slider-contain .header-btn .foot-ply-btn h4 {
  margin-bottom: 0;
  line-height: 1;
  width: fit-content;
}

.slider-block .chat-slide {
  position: absolute;
  right: 0;
  width: 50%;
  top: 0;
}

.light-bg {
  background-color: rgba(28, 157, 234, 0.05);
}

.app-design-main {
  text-align: center;
  padding-top: 45px;
  padding-bottom: 50px;
}

.app-design-main .icon-box {
  border-radius: 35px;
  background-color: #ffffff;
  box-shadow: 0 0 30px rgba(29, 168, 253, 0.1);
  width: fit-content;
  padding: 30px;
  margin: 0 auto;
  transition: all 0.5s ease;
}

.app-design-main .icon-box i {
  font-size: 40px;
  color: #1da8fd;
}

.app-design-main .app-hover {
  position: absolute;
  top: -2px;
  left: 27%;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s ease;
}

.app-design-main:hover,
.app-design-main.hover {
  cursor: pointer;
}

.app-design-main:hover .app-hover,
.app-design-main.hover .app-hover {
  opacity: 1;
}

.app-design-main:hover .icon-box,
.app-design-main.hover .icon-box {
  background-color: #1da8fd;
  filter: drop-shadow(0px 5px 15px rgba(29, 159, 250, 0.35));
  background-image: linear-gradient(145deg, #1ca9fe 0%, #1c6ee9 100%);
}

.app-design-main:hover .icon-box i,
.app-design-main.hover .icon-box i {
  color: #ffffff;
}

.app-design-main .contant-box {
  margin-top: 40px;
}

.app-design-main .contant-box h2 {
  font-size: calc(16px + 10 * (100vw - 320px) / 1600);
  color: #3b3b3b;
  font-weight: 700;
  text-transform: capitalize;
}

.app-design-main .contant-box h4 {
  font-size: calc(13px + 2 * (100vw - 320px) / 1600);
  color: #595959;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-top: 20px;
  text-transform: capitalize;
  line-height: 1.8;
  width: 293px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -6px;
}

.withchat-main {
  position: relative;
  overflow: hidden;
}

.withchat-main .landing-title .sub-title h2 {
  margin-bottom: -9px;
}

.withchat-main .withchat-contain {
  display: flex;
  align-items: center;
  height: 100%;
}

.withchat-main .withchat-contain .withchat-img {
  margin-top: -5px;
}

.withchat-main .withchat-contain .withchat-logo {
  margin-bottom: 35px;
}

.withchat-main .withchat-contain h3 {
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
  color: #3b3b3b;
  font-weight: 800;
  margin-bottom: 40px;
}

.withchat-main .withchat-contain h3 span {
  font-weight: 600;
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
}

.withchat-main .withchat-contain h1 {
  font-size: calc(18px + 30 * (100vw - 320px) / 1600);
  color: #3b3b3b;
  font-weight: 800;
  margin-bottom: 50px;
  width: 560px;
}

.withchat-main .withchat-contain h4 {
  font-size: calc(14px + 3 * (100vw - 320px) / 1600);
  color: #3b3b3b;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-bottom: 40px;
  line-height: 1.6;
}

.withchat-main .withchat-contain ul.detial-price li {
  margin-bottom: 15px;
  font-size: 14px;
  color: #595959;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.withchat-main .withchat-contain ul.detial-price li:last-child {
  margin-bottom: 0;
}

.withchat-main .withchat-contain ul.detial-price li i {
  color: #1c9dea;
  margin-right: 20px;
}

.withchat-main .withchat-contain .pricing-btn {
  color: rgba(255, 255, 255, 0.9);
  margin-top: 45px;
}

.withchat-main .withchat-back-block .chit-chat1 {
  position: absolute;
  top: 28%;
  left: 16%;
  z-index: -1;
  animation: animatow 30s linear infinite;
}

.withchat-main .withchat-back-block .chit-chat2 {
  position: absolute;
  top: 33%;
  right: 8%;
  z-index: -1;
  animation: animatow 30s linear infinite;
}

.withchat-main .withchat-back-block .chit-chat3 {
  position: absolute;
  top: 54%;
  left: 33%;
  z-index: -1;
  animation: slidemain 50s linear infinite;
}

.ply-main {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.ply-main .ply-content {
  background-color: rgba(28, 157, 234, 0.2);
  width: fit-content;
  height: fit-content;
  border-radius: 50%;
  padding: 15px;
  margin-right: 20px;
}

.ply-main .ply-content .ply-sub-content {
  width: 58px;
  height: 58px;
  border-radius: 29px;
  background-image: linear-gradient(110deg, #1ca9fe 0%, #1c6ee9 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.ply-main .ply-content .ply-sub-content:before {
  animation: 2.5s anim-effect-front 0s linear infinite;
  position: absolute;
  content: "";
  border-radius: 50%;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.ply-main .ply-content .ply-sub-content i {
  color: #ffffff;
  font-size: 23px;
}

.ply-main h3 {
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
  color: #3b3b3b;
  font-weight: 800;
}

.ply-main h3 span {
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
  font-weight: 600;
}

.slider-block {
  background-color: #eff8ff;
  background-image: url(../img/landing/1.jpg);
  overflow: hidden;
  position: relative;
  background-position: right;
  background-size: cover;
}

.slider-block .downlaod .footer-btn .btn {
  padding: 13px 23px;
}

.slider-block .inner1 {
  position: absolute;
  top: 50%;
  left: 43%;
  animation: animatone 15s linear infinite;
}

.slider-block .slider-main {
  display: flex;
  align-items: center;
  height: 100vh;
}

.slider-block .slider-main .slider-contain .ply-main {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.slider-block .slider-main .slider-contain .ply-main .ply-content {
  background-color: rgba(28, 157, 234, 0.2);
  width: fit-content;
  height: fit-content;
  border-radius: 50%;
  padding: 15px;
  margin-right: 20px;
}

.slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content {
  width: 58px;
  height: 58px;
  border-radius: 29px;
  background-image: linear-gradient(110deg, #1ca9fe 0%, #1c6ee9 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content:before {
  animation: 2.5s anim-effect-front 0s linear infinite;
  position: absolute;
  content: "";
  border-radius: 50%;
  z-index: 0;
  width: 30%;
  height: 30%;
}

.slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content:after {
  animation: 2.5s anim-effect-back 0s linear infinite;
  position: absolute;
  content: "";
  border-radius: 50%;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content i {
  color: #ffffff;
  font-size: 23px;
}

.slider-block .slider-main .slider-contain .ply-main h3 {
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
  color: #3b3b3b;
  font-weight: 800;
}

.slider-block .slider-main .slider-contain .ply-main h3 span {
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
  font-weight: 600;
}

.slider-block .slider-main .slider-contain h1 {
  font-size: calc(20px + 28 * (100vw - 320px) / 1600);
  color: #3b3b3b;
  font-weight: 800;
  margin-bottom: 17px;
  width: 400px;
  line-height: 1.2;
}

.slider-block .slider-main .slider-contain h4 {
  font-size: calc(14px + 3 * (100vw - 320px) / 1600);
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #595959;
  margin-bottom: 35px;
  line-height: 1.8;
}

.slider-block .slider-main .slider-contain h4 span {
  color: #1c77ed;
  font-size: 110%;
}

.slider-block .slider-main .slider-contain .header-btn {
  display: flex;
  align-items: center;
}

.slider-block .slider-main .slider-contain .header-btn .foot-apl-btn h4 {
  margin-bottom: 0;
  color: #ffffff;
  line-height: 1;
  width: fit-content;
}

.slider-block .slider-main .slider-contain .header-btn .foot-ply-btn h4 {
  margin-bottom: 0;
  line-height: 1;
  width: fit-content;
}

.slider-block .chat-slide {
  position: absolute;
  right: 0;
  width: 50%;
  top: 0;
}

.team-work-main {
  position: relative;
}

.team-work-main .team-work-content {
  display: flex;
  align-items: center;
  height: 100%;
}

.team-work-main .team-work-content .ply-main {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.team-work-main .team-work-content .ply-main .ply-content {
  background-color: rgba(28, 157, 234, 0.2);
  width: fit-content;
  height: fit-content;
  border-radius: 50%;
  padding: 15px;
  margin-right: 20px;
}

.team-work-main .team-work-content .ply-main .ply-content .ply-sub-content {
  width: 58px;
  height: 58px;
  border-radius: 29px;
  filter: drop-shadow(0px 5px 15px rgba(29, 159, 250, 0.25));
  background-image: linear-gradient(110deg, #1ca9fe 0%, #1c6ee9 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.team-work-main .team-work-content .ply-main .ply-content .ply-sub-content:before {
  animation: 2.5s anim-effect-front 0s linear infinite;
  position: absolute;
  content: "";
  border-radius: 50%;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.team-work-main .team-work-content .ply-main .ply-content .ply-sub-content:after {
  animation: 2.5s anim-effect-back 0s linear infinite;
  position: absolute;
  content: "";
  border-radius: 50%;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.team-work-main .team-work-content .ply-main .ply-content .ply-sub-content i {
  color: #ffffff;
  font-size: 23px;
  margin-left: 6px;
}

.team-work-main .team-work-content .ply-main h3 {
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
  color: #3b3b3b;
  font-weight: 800;
}

.team-work-main .team-work-content .ply-main h3 span {
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
  font-weight: 600;
}

.team-work-main .team-work-content h1 {
  font-size: calc(18px + 30 * (100vw - 320px) / 1600);
  color: #3b3b3b;
  font-weight: 800;
  margin-bottom: 40px;
  width: 582px;
}

.team-work-main .team-work-content h4 {
  font-size: calc(14px + 3 * (100vw - 320px) / 1600);
  color: #595959;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  width: 517px;
  line-height: 1.8;
}

.team-work-main .team-work-content .pricing-btn {
  color: #ffffff;
  margin-top: 40px;
}

.team-work-main .team1 {
  position: absolute;
  top: 100px;
  right: 36%;
}

.team-work-main .team2 {
  position: absolute;
  top: 13%;
  right: 28%;
  animation: animatow 15s linear infinite;
}

.team-work-main .team3 {
  position: absolute;
  top: 30%;
  right: 42%;
}

.team-work-main .team4 {
  position: absolute;
  top: 30%;
  right: 9%;
}

.team-work-main .team5 {
  position: absolute;
  top: 100px;
  left: 30%;
}

.collaboration-main .collaboration-content {
  text-align: center;
  margin-bottom: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item {
  display: inline-block;
  margin-right: 75px;
}

.collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item:last-child {
  margin-right: 0;
}

.collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link {
  filter: drop-shadow(0px 5px 15px rgba(29, 159, 250, 0.1));
  background-color: #ffffff;
  border-radius: 15px;
  padding: 0;
}

.collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main {
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 20px 30px;
}

.collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img {
  margin-right: 20px;
}

.collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img i {
  font-size: 30px;
  font-weight: 900;
  color: #1c9dea;
}

.collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content h3 {
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
  color: #3b3b3b;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: capitalize;
  text-align: left;
}

.collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content p {
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
  color: #3b3b3b;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
  text-transform: capitalize;
}

.collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link.active .tab-main {
  background-image: linear-gradient(155deg, #1ca9fe 0%, #1c6ee9 100%);
}

.collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link.active .tab-main .tab-img i {
  color: #ffffff;
}

.collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link.active .tab-main .tab-content h3,
.collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link.active .tab-main .tab-content p {
  color: #ffffff;
}

.collaboration-main .tab-detail {
  filter: drop-shadow(0px 5px 15px rgba(29, 159, 250, 0.1));
  width: fit-content;
  margin: 0 auto;
}

.testimonial-main .swiper-container .swiper-button-prev,
.counter-main .swiper-container .swiper-button-prev {
  margin-left: -50px !important;
}

.testimonial-main .swiper-container .swiper-button-prev,
.testimonial-main .swiper-container .swiper-button-next,
.counter-main .swiper-container .swiper-button-prev,
.counter-main .swiper-container .swiper-button-next {
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
  left: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(28, 157, 234, 0.1);
  display: inline-flex;
  margin: 10px 10px 0 10px;
  transition: all 0.5s ease;
}

.testimonial-main .swiper-container .swiper-button-prev:focus,
.testimonial-main .swiper-container .swiper-button-next:focus,
.counter-main .swiper-container .swiper-button-prev:focus,
.counter-main .swiper-container .swiper-button-next:focus {
  outline: none;
}

.testimonial-main .swiper-container .swiper-button-prev:hover,
.testimonial-main .swiper-container .swiper-button-next:hover,
.counter-main .swiper-container .swiper-button-prev:hover,
.counter-main .swiper-container .swiper-button-next:hover {
  color: #ffffff;
  background-color: #1c9dea;
  transition: all 0.5s ease;
}

.testimonial-main .swiper-container .swiper-button-prev:after,
.testimonial-main .swiper-container .swiper-button-next:after,
.counter-main .swiper-container .swiper-button-prev:after,
.counter-main .swiper-container .swiper-button-next:after {
  font-size: 14px;
}

.testimonial-main .slick-slider .slick-list,
.counter-main .slick-slider .slick-list {
  margin: 0 -30px;
}

.testimonial-main .slick-slider .slick-list .slick-slide,
.counter-main .slick-slider .slick-list .slick-slide {
  padding: 0 30px;
}

.testimonial-slider {
  padding-top: 45px;
  display: none;
}

.testimonial-slider .owl-nav {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.testimonial-slider .owl-nav.disabled {
  opacity: 1 !important;
}

.testimonial-slider .owl-nav button:focus {
  outline: none;
  border: none;
}

.testimonial-slider .owl-nav button.owl-prev,
.testimonial-slider .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #eff8ff;
  font-family: FontAwesome;
  position: relative;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.testimonial-slider .owl-nav button.owl-prev span,
.testimonial-slider .owl-nav button.owl-next span {
  font-size: 15px;
  display: none !important;
}

.testimonial-slider .owl-nav button.owl-prev:hover,
.testimonial-slider .owl-nav button.owl-next:hover {
  background-color: #1c77ed;
  transition: all 0.5s ease;
}

.testimonial-slider .owl-nav button.owl-prev:hover::before,
.testimonial-slider .owl-nav button.owl-next:hover::before {
  color: #ffffff;
}

.testimonial-slider .owl-nav button.owl-prev::before,
.testimonial-slider .owl-nav button.owl-next::before {
  font-size: 15px;
  color: #1c77ed;
  transition: all 0.5s ease;
}

.testimonial-slider .owl-nav button.owl-prev::before {
  position: absolute;
  content: "\f060";
}

.testimonial-slider .owl-nav button.owl-next {
  margin-left: 20px;
}

.testimonial-slider .owl-nav button.owl-next::before {
  position: absolute;
  content: "\f061";
}

.testimonial-slider.owl-carousel.owl-loaded {
  padding-top: 20px !important;
}

.testimonial-box {
  border-radius: 25px;
  background-color: #ffffff;
  border: 1px solid rgba(28, 157, 234, 0.05);
  box-shadow: 5px 5px 30px rgba(28, 157, 234, 0.07);
  text-align: center;
  margin: 20px 0;
  padding: 60px 40px;
}

.testimonial-box .test-img {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  width: fit-content;
  background-color: #e9f5ff;
  border-radius: 50%;
}

.testimonial-box .test-img img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: relative;
}

.testimonial-box .test-img .test-wish {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  padding: 8px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #1c9dea;
}

.testimonial-box .test-contain {
  text-transform: capitalize;
}

.testimonial-box .test-contain h4 {
  color: #1c9dea;
  font-weight: 700;
  margin-bottom: 15px;
}

.testimonial-box .test-contain h3 {
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  color: #3b3b3b;
  font-weight: 700;
  margin-bottom: 15px;
}

.testimonial-box .test-contain h6 {
  color: #647589;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.8;
}

.testimonial-box .test-contain ul.test-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.testimonial-box .test-contain ul.test-icon li {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #ffffff;
  border: 1px solid rgba(28, 119, 237, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 25px;
}

.testimonial-box .test-contain ul.test-icon li:last-child {
  margin-right: 0;
}

.testimonial-main {
  z-index: 0;
  position: relative;
  overflow: hidden;
}

.testimonial-main .testimonial-back-content .test-img1 {
  position: absolute;
  top: 3%;
  left: 4%;
  transform: rotate(230deg);
  animation: slidemain 50s linear infinite;
}

.testimonial-main .testimonial-back-content .test-img2 {
  position: absolute;
  bottom: 7%;
  right: 12%;
  animation: slidemain 50s linear infinite;
  z-index: -1;
}

.testimonial-main .swiper-container .item {
  margin: 0 15px;
}

.testimonial-main .swiper-container .swiper-button-prev::after,
.testimonial-main .swiper-container .swiper-button-next::after {
  font-family: "FontAwesome" !important;
  color: #1c9dea;
}

.testimonial-main .swiper-container .swiper-button-prev:hover::after,
.testimonial-main .swiper-container .swiper-button-next:hover::after {
  color: #ffffff;
}

.testimonial-main .swiper-container .swiper-button-prev:after,
.testimonial-main .swiper-container .swiper-container-rtl .swiper-button-next:after {
  content: "\f060" !important;
}

.testimonial-main .swiper-container .swiper-button-next:after,
.testimonial-main .swiper-container .swiper-container-rtl .swiper-button-prev:after {
  content: "\f061" !important;
}

.secure-app-main {
  background-image: url(../img/landing/parallax/main.png);
  background-color: #eff8ff;
  background-position: left;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 850px;
  position: relative;
  overflow: hidden;
}

.secure-app-main .row>div {
  padding: 0;
}

.secure-app-main .secure-app-content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 850px;
}

.secure-app-main .secure-app-content .ply-main {
  display: flex;
  align-items: center;
  margin-bottom: 27px;
}

.secure-app-main .secure-app-content .ply-main .ply-content {
  background-color: rgba(28, 157, 234, 0.1);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 15px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.secure-app-main .secure-app-content .ply-main .ply-content i {
  color: #1c9dea;
  font-size: 30px;
  font-weight: 900;
  margin-top: 5px;
}

.secure-app-main .secure-app-content .ply-main h3 {
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
  color: #3b3b3b;
  font-weight: 800;
}

.secure-app-main .secure-app-content .ply-main h3 span {
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
  font-weight: 600;
}

.secure-app-main .secure-app-content h1 {
  font-size: calc(18px + 38 * (100vw - 320px) / 1600);
  color: #3b3b3b;
  font-weight: 800;
  margin-bottom: 37px;
}

.secure-app-main .secure-app-content h4 {
  font-size: calc(14px + 3 * (100vw - 320px) / 1600);
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #595959;
  margin-bottom: 40px;
  line-height: 1.8;
}

.secure-app-main .secure-app-content h4 span {
  color: #1c77ed;
  font-size: calc(14px + 3 * (100vw - 320px) / 1600);
}

.secure-app-main .secure-app-content .pricing-btn {
  color: rgba(255, 255, 255, 0.9);
}

.secure-app-main .secure-app-content .pricing-btn:hover {
  color: #ffffff;
}

.secure-app-main .secure-back-content .secure-img1 {
  position: absolute;
  top: 10%;
  right: -7%;
  transform: rotate(125deg);
  animation: slidemain 60s linear infinite;
}

.secure-app-main .secure-back-content .secure-img2 {
  position: absolute;
  top: 100px;
  left: 38%;
  transform: rotate(-86deg);
  animation: slidemain 80s linear infinite;
}

.pricing-box {
  padding: 40px;
  margin: 20px;
  border-radius: 25px;
  background-color: #ffffff;
  text-align: center;
  border: 1px solid rgba(28, 157, 234, 0.05);
  box-shadow: 5px 5px 30px rgba(28, 157, 234, 0.07);
}

.pricing-box .pricing-icon {
  font-size: 50px;
  margin-bottom: 60px;
}

.pricing-box .pricing-icon img {
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.pricing-box .pricing-content h2 {
  font-size: calc(20px + 16 * (100vw - 320px) / 1600);
  color: #3b3b3b;
  font-weight: 800;
  margin-bottom: 30px;
}

.pricing-box .pricing-content h4 {
  color: #1c9dea;
  font-weight: 700;
}

.pricing-box .pricing-content .pricing-btn {
  margin-top: 40px;
  color: #ffffff;
}

.pricing-box .pricing-content .pricing-btn:hover {
  color: #ffffff;
}

.pricing-box ul.avb-price {
  text-align: left;
  margin-top: 40px;
  margin-left: 80px;
}

.pricing-box ul.avb-price li {
  font-size: 14px;
  color: #595959;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 10px;
}

.pricing-box ul.avb-price li:last-child {
  margin-bottom: 0;
}

.pricing-box ul.avb-price li i {
  color: #1c9dea;
  margin-right: 20px;
}

.price-slider {
  margin-bottom: -20px;
  margin-top: -20px;
}

.subscribe-content {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.subscribe-content h1 {
  margin-bottom: 40px;
  font-size: calc(16px + 32 * (100vw - 320px) / 1600);
  width: 650px;
}

.subscribe-content .form-inline input::placeholder {
  color: #1c77ed;
  text-transform: capitalize;
}

.subscribe-content .form-inline .form-control {
  width: 240px;
  height: 46px;
  border-radius: 10px;
  background-color: rgba(28, 119, 237, 0.1);
  border: none;
  padding-left: 25px;
}

.subscribe-content .form-inline .form-control:first-child {
  margin-right: 20px;
}

.subscribe-content button {
  border-radius: 10px;
  filter: drop-shadow(0px 5px 15px rgba(29, 159, 250, 0.35));
  background-image: linear-gradient(155deg, #1ca9fe 0%, #1c6ee9 100%);
  color: #ffffff;
  margin-left: 20px;
  line-height: 1;
}

.subscribe-content button:hover {
  color: #ffffff;
}

.subscribe-content h4 {
  margin-top: 40px;
  color: #3b3b3b;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0.05em;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}

.subscribe-content h4 span,
.subscribe-content h4 a {
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}

.subscribe-main {
  position: relative;
  overflow: hidden;
}

.subscribe-main .subscribe-img1 {
  position: absolute;
  top: 22%;
  right: 10%;
  width: 300px;
  z-index: -1;
}

footer {
  background-color: #eff7fe;
  overflow: hidden;
  position: relative;
  border-top: 1px solid #ddf1ff;
}

footer .footer-main {
  position: relative;
  padding-top: calc(30px + 40 * (100vw - 320px) / 1600);
  padding-bottom: calc(30px + 40 * (100vw - 320px) / 1600);
}

footer h3 {
  margin-bottom: 25px;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
}

footer p {
  font-size: calc(13px + 2 * (100vw - 320px) / 1600);
  color: rgba(59, 59, 59, 0.9);
}

footer .copyright p {
  color: rgba(59, 59, 59, 0.6);
}

footer span {
  font-size: 18px;
  color: #ff4e2b;
  line-height: 0;
}

footer .logo {
  margin-bottom: 15px;
}

footer .links li {
  display: block;
  position: relative;
  padding-left: 20px;
  transition: all 0.3s ease;
}

footer .links li:hover {
  padding-left: 22px;
  transition: all 0.3s ease;
}

footer .links li:hover a {
  color: #1c9dea;
  transition: all 0.3s ease;
}

footer .links li:hover a:before {
  left: 3px;
  color: #1c9dea;
  transition: all 0.1s ease;
}

footer .links li a {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  color: #3b3b3b;
  font-weight: 500;
}

footer .links li a:before {
  content: "\e649";
  font-family: "themify";
  font-size: 11px;
  position: absolute;
  left: 0;
  top: 4px;
  transition: all 0.3s ease;
  font-weight: 700;
}

footer .links li+li {
  margin-top: 12px;
}

footer .copyright-footer {
  padding-top: 1.1rem;
  border-top: 1px solid rgba(59, 59, 59, 0.1);
}

footer .foot-apl-btn {
  border-radius: 10px;
  filter: drop-shadow(0px 5px 15px rgba(29, 159, 250, 0.35));
  background-image: linear-gradient(145deg, #1ca9fe 0%, #1c6ee9 100%);
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
}

footer .foot-apl-btn:hover {
  cursor: pointer;
}

footer .foot-apl-btn i {
  color: #ffffff;
  margin-right: 15px;
  font-size: 30px;
}

footer .foot-apl-btn span h6 {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 5px;
}

footer .foot-apl-btn span h4 {
  color: #ffffff;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1;
}

footer .footer-back-block .inner1 {
  position: absolute;
  top: -15%;
  right: 10%;
  transform: rotate(96deg);
  animation: animatone 30s reverse infinite;
}

footer .footer-back-block .inner2 {
  position: absolute;
  bottom: 10%;
  left: -80px;
  animation: slidemain 40s linear infinite;
}

footer .footer-mobile-title {
  display: none;
}

footer .footer-contant .footer-btn {
  margin-top: 30px;
}

.downlaod .footer-btn .btn {
  border-radius: 10px;
  filter: drop-shadow(0px 5px 15px rgba(34, 54, 69, 0.07));
  background-color: #ffffff;
  display: inline-flex;
  align-items: center;
  padding: 17px 30px;
}

.downlaod .footer-btn .btn h6 {
  padding-bottom: 4px;
}

.downlaod .footer-btn .btn.active {
  background-image: linear-gradient(145deg, #1ca9fe 0%, #1c6ee9 100%);
  transition: all 0.3s ease;
  color: #ffffff;
}

.downlaod .footer-btn .btn.active h4,
.downlaod .footer-btn .btn.active h6 {
  transition: all 0.3s ease;
  color: #ffffff;
}

.downlaod .footer-btn .btn i {
  font-size: 28px;
}

.downlaod .footer-btn .btn div {
  text-align: left;
  padding-left: 12px;
}

.downlaod .footer-btn .btn+.btn {
  margin-top: 15px;
}

.downlaod .footer-btn .fa-play {
  color: #1c9dea;
}

/*=====================
   Tab to top CSS start
  ==========================*/
.tap-top {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 8;
  display: none;
  color: #ffffff;
  text-align: center;
  background: #1c9dea;
  border: none;
  font-size: 22px;
  padding: 4px;
  cursor: pointer;
}

.tap-top.top-cls {
  bottom: 130px;
}

/*=====================
    animation 
  ==========================*/
@-webkit-keyframes slidemain {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes animatone {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(50px);
  }

  100% {
    transform: translateX(0px);
  }
}

@-webkit-keyframes animatow {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5) translateX(-50px);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes anim-effect-front {
  0% {
    -webkit-box-shadow: 0 0 0 15px rgba(28, 157, 234, 0.2);
    box-shadow: 0 0 0 15px rgba(28, 157, 234, 0.2);
    opacity: 0;
  }

  50% {
    -webkit-box-shadow: 0 0 0 30px rgba(28, 157, 234, 0.6);
    box-shadow: 0 0 0 30px rgba(28, 157, 234, 0.6);
    opacity: 1;
  }

  100% {
    -webkit-box-shadow: 0 0 0 40px rgba(28, 157, 234, 0);
    box-shadow: 0 0 0 40px rgba(28, 157, 234, 0);
    opacity: 0;
  }
}

@keyframes anim-effect-back {
  0% {
    -webkit-box-shadow: 0 0 0 15px rgba(28, 157, 234, 0.2);
    box-shadow: 0 0 0 15px rgba(28, 157, 234, 0.2);
    opacity: 0;
  }

  50% {
    -webkit-box-shadow: 0 0 0 30px rgba(28, 157, 234, 0.6);
    box-shadow: 0 0 0 30px rgba(28, 157, 234, 0.6);
    opacity: 1;
  }

  100% {
    -webkit-box-shadow: 0 0 0 40px rgba(28, 157, 234, 0);
    box-shadow: 0 0 0 40px rgba(28, 157, 234, 0);
    opacity: 0;
  }
}

@media (max-width: 1367px) {
  .header-inner {
    padding-bottom: 30px;
  }

  .blog-page .blog-sidebar .blog-card .blog-follow li {
    margin-right: 10px;
  }
}

@media (max-width: 1199px) {
  .blog-media>div:first-child {
    padding-bottom: 30px;
  }

  .counter-box-second {
    width: 165px;
    height: 165px;
  }

  .counter-box-second .counter-box .counter-icon {
    font-size: 30px;
  }

  .counter-box-second .counter-box h6 {
    font-size: 22px;
  }

  .counter-box-second .counter-box span {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .blog-detail-page .blog-commant {
    margin-top: 30px;
  }

  .blog-detail-page .blog-contact {
    margin-top: 30px;
  }

  .about-page .about-title h1 {
    margin-bottom: 15px;
  }

  .about-page .about-img img {
    margin-bottom: 20px;
  }

  .team .owl-nav {
    top: -60px;
  }

  .team .owl-nav button.owl-prev,
  .team .owl-nav button.owl-next {
    height: 30px;
    width: 30px;
  }

  .team .owl-nav button.owl-prev:before,
  .team .owl-nav button.owl-next:before {
    font-size: 12px;
  }
}

@media (max-width: 767px) {

  .testimonial-main .swiper-container .swiper-button-prev,
  .counter-main .swiper-container .swiper-button-prev {
    margin-left: -30px !important;
  }

  .testimonial-main .swiper-container .swiper-button-prev,
  .testimonial-main .swiper-container .swiper-button-next,
  .testimonial-main .swiper-container .swiper-button-prev,
  .testimonial-main .swiper-container .swiper-button-next,
  .counter-main .swiper-container .swiper-button-prev,
  .counter-main .swiper-container .swiper-button-next,
  .counter-main .swiper-container .swiper-button-prev,
  .counter-main .swiper-container .swiper-button-next {
    height: 30px;
    width: 30px;
    margin: 5px 5px 0 5px;
  }

  .testimonial-main .swiper-container .swiper-button-prev:after,
  .testimonial-main .swiper-container .swiper-button-next:after,
  .testimonial-main .swiper-container .swiper-button-prev:after,
  .testimonial-main .swiper-container .swiper-button-next:after,
  .counter-main .swiper-container .swiper-button-prev:after,
  .counter-main .swiper-container .swiper-button-next:after,
  .counter-main .swiper-container .swiper-button-prev:after,
  .counter-main .swiper-container .swiper-button-next:after {
    font-size: 11px;
    margin-top: 2px;
    margin-left: 1px;
  }

  .breadcrumb-main .breadcrumb-content {
    display: unset;
    text-align: center;
  }

  .breadcrumb-main .breadcrumb-content .breadcrumb-left {
    margin-bottom: 5px;
  }

  .blog-page .blog-sidebar {
    margin-top: 30px;
  }

  .blog-page .blog-sidebar .blog-card {
    padding: 15px;
  }

  .blog-page .order-sec {
    order: -1;
  }

  .blog-page .blog-contact .btn-solid {
    padding: 13px 25px;
  }

  .left-blog .blog-sidebar {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .faq-block>div:nth-child(n+3) {
    margin-top: 15px;
  }

  .faq-section .faq-search-box .input-group .form-control {
    padding: 10px;
  }

  .error-main .error-contain .error-btn {
    padding: 15px 25px;
  }

  .team .team-content .text-content h4 {
    margin-bottom: 10px;
  }

  .team .team-content .text-content p {
    margin-bottom: 10px;
  }

  .team .team-content .text-content ul li {
    width: 30px;
    height: 30px;
  }

  .team .team-content .text-content ul li a i {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .faq-block .search-form .form-group .icon-close {
    top: 1px;
  }

  .header-inner {
    padding-bottom: 20px;
  }

  .error-main .error-contain .error-btn {
    padding: 12px 18px;
  }
}

@media (max-width: 480px) {
  .faq-block .search-form .form-group .icon-close {
    top: 5px;
  }

  .team .team-content {
    display: unset;
  }

  .team .team-content .text-content {
    margin-top: 15px;
    padding-left: 0;
  }

  .about-page .about-tab {
    display: block;
    text-align: center;
  }

  .about-page .about-tab ul li {
    display: inline-block;
    margin-right: 10px;
  }

  .about-page .about-tab ul li:last-child {
    margin-right: 0;
  }

  .about-page .about-tab .nav-pills .nav-link {
    padding: 0;
    font-weight: 600;
  }

  .about-page .about-tab .tab-content {
    border-top: 1px solid #eff1f2;
    margin-top: 10px;
    padding-bottom: 0;
  }
}

@media (max-width: 360px) {
  .blog-page .blog-media .blog-right ul {
    display: flex;
  }

  .blog-page .blog-media .blog-right ul li {
    display: block;
  }

  .about-page .about-tab ul li:last-child {
    margin-top: 10px;
  }
}

@media (min-width: 1680px) {
  .custom-container {
    max-width: 1600px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 1367px) {
  .slider-block .slider-main {
    height: 100vh;
  }

  .secure-app-main .secure-app-content .ply-main .ply-content {
    padding: 10px;
  }

  .secure-app-main .secure-app-content .ply-main .ply-content i {
    font-size: 20px;
    margin-top: 3px;
  }

  .rate-us {
    padding-top: 60px !important;
  }
}

@media (max-width: 1679px) {
  .custom-container {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
  }

  .slider-block .chat-slide {
    bottom: -13%;
  }

  .slider-block .inner1 {
    top: 15%;
    left: 25%;
  }

  .slider-block .inner2 {
    right: -26%;
  }

  .slider-block .slider-main .slider-contain .ply-main .ply-content {
    padding: 10px;
  }

  .slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content {
    width: 45px;
    height: 45px;
  }

  .slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content i {
    font-size: 20px;
    margin-top: 3px;
  }

  @-webkit-keyframes anim-effect-front {
    0% {
      -webkit-box-shadow: 0 0 0 15px rgba(28, 157, 234, 0.2);
      box-shadow: 0 0 0 15px rgba(28, 157, 234, 0.2);
      opacity: 0;
    }

    50% {
      -webkit-box-shadow: 0 0 0 25px rgba(28, 157, 234, 0.6);
      box-shadow: 0 0 0 25px rgba(28, 157, 234, 0.6);
      opacity: 1;
    }

    100% {
      -webkit-box-shadow: 0 0 0 30px rgba(28, 157, 234, 0);
      box-shadow: 0 0 0 30px rgba(28, 157, 234, 0);
      opacity: 0;
    }
  }

  @keyframes anim-effect-back {
    0% {
      -webkit-box-shadow: 0 0 0 15px rgba(28, 157, 234, 0.2);
      box-shadow: 0 0 0 15px rgba(28, 157, 234, 0.2);
      opacity: 0;
    }

    50% {
      -webkit-box-shadow: 0 0 0 25px rgba(28, 157, 234, 0.6);
      box-shadow: 0 0 0 25px rgba(28, 157, 234, 0.6);
      opacity: 1;
    }

    100% {
      -webkit-box-shadow: 0 0 0 30px rgba(28, 157, 234, 0);
      box-shadow: 0 0 0 30px rgba(28, 157, 234, 0);
      opacity: 0;
    }
  }

  .team-work-main .team-work-content .ply-main {
    margin-bottom: 18px;
  }

  .team-work-main .team-work-content .ply-main .ply-content {
    padding: 10px;
  }

  .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content {
    width: 45px;
    height: 45px;
  }

  .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content i {
    font-size: 20px;
    margin-top: 3px;
  }

  .team-work-main .team-work-content h1 {
    margin-bottom: 17px;
    width: 480px;
  }

  .team-work-main .team-work-content .pricing-btn {
    margin-top: 18px;
  }

  .secure-app-main {
    height: 650px;
  }

  .secure-app-main .secure-app-content {
    height: 650px;
  }

  .secure-app-main .secure-app-content .ply-main {
    margin-bottom: 18px;
  }

  .secure-app-main .secure-app-content .ply-main .ply-content {
    padding: 10px;
  }

  .secure-app-main .secure-app-content h1 {
    margin-bottom: 11px;
  }

  .secure-app-main .secure-app-content h4 {
    margin-bottom: 14px;
  }

  .team-work-main .team-work-content {
    justify-content: center;
  }

  footer .footer-main .footer-back-block .inner1 {
    left: -60%;
    top: -130%;
  }

  footer .footer-main .footer-back-block .inner2 {
    right: -60%;
    bottom: -130%;
  }
}

@media (max-width: 1500px) {
  .pricing-box ul.avb-price {
    margin-left: 50px;
  }
}

@media (max-width: 1470px) {
  .withchat-main .landing-title .sub-title h2 {
    margin-bottom: -8px;
  }

  .slider-block .inner2 {
    right: -40%;
  }

  .slider-block .chat-slide {
    bottom: 0;
  }

  .withchat-main .withchat-contain {
    justify-content: center;
  }

  .withchat-main .withchat-contain h1 {
    width: 450px;
  }

  .withchat-main .withchat-contain .withchat-img {
    width: 450px;
    margin-top: -3px;
  }

  .team-work-main .team-work-content .team-main {
    width: 480px;
  }

  .team-work-main .team1 {
    right: 30%;
    width: 100px;
  }

  .team-work-main .team2 {
    top: 17%;
    right: 13%;
    width: 27px;
  }

  .team-work-main .team3 {
    right: 10%;
  }

  .subscribe-content h1 {
    margin-bottom: 23px;
  }

  .subscribe-content h4 {
    margin-top: 18px;
  }

  .subscribe-content .form-inline {
    display: unset;
  }

  .subscribe-content button {
    margin-top: 23px;
    display: block;
    margin-left: 0;
  }
}

@media (max-width: 1367px) {
  .section-py-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-pt-space {
    padding-top: 80px;
  }

  .section-pb-space {
    padding-bottom: 80px;
  }

  header {
    padding-top: 30px;
  }

  header .landing-header .navbar-nav .nav-item:last-child .dropdown-menu {
    margin-bottom: 0 !important;
  }

  .slider-block .inner1 {
    display: none;
  }

  .app-design-main {
    padding-top: 35px;
  }

  .app-design-main .contant-box h4 {
    margin-bottom: -4px;
  }

  .withchat-main .withchat-back-block .chit-chat3 {
    left: 11%;
  }

  .withchat-main .withchat-contain .withchat-logo {
    margin-bottom: 22px;
  }

  .withchat-main .withchat-contain h3 {
    margin-bottom: 20px;
  }

  .withchat-main .withchat-contain h1 {
    margin-bottom: 24px;
  }

  .withchat-main .withchat-contain h4 {
    margin-bottom: 17px;
  }

  .withchat-main .withchat-contain ul.detial-price li {
    margin-bottom: 10px;
  }

  .withchat-main .withchat-contain .pricing-btn {
    margin-top: 18px;
  }

  .collaboration-main .collaboration-content {
    margin-bottom: 55px;
  }

  .collaboration-main .collaboration-content ul.collab-tab li {
    margin-right: 45px;
  }

  .secure-app-main {
    height: 426px;
  }

  .secure-app-main .secure-app-content {
    height: 426px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
  }

  .pricing-box .pricing-icon {
    margin-bottom: 23px;
  }

  .pricing-box .pricing-icon img {
    width: 55px;
  }

  .pricing-box .pricing-content h2 {
    margin-bottom: 13px;
  }

  .pricing-box .pricing-content .pricing-btn {
    margin-top: 20px;
    padding: 13px 25px;
  }

  .pricing-box ul.avb-price {
    margin-top: 26px;
    margin-left: 10px !important;
  }

  footer .footer-main .footer-logo {
    margin-bottom: 15px;
  }

  footer .footer-main .footer-logo img {
    width: 100px;
  }

  footer .footer-main h3 {
    margin-bottom: 17px;
  }

  footer .footer-main h1 {
    margin-bottom: 15px;
  }

  footer .footer-main .footer-btn {
    margin-top: 22px;
  }

  footer .footer-main .footer-back-block .inner1 {
    left: -75%;
    top: -160%;
  }

  footer .footer-main .footer-back-block .inner2 {
    right: -75%;
  }

  footer .footer-main .footer-back-block .inner3 {
    top: -25%;
  }

  footer .footer-main .footer-back-block .inner4 {
    bottom: 0;
    left: -10%;
  }

  footer .footer-main .footer-back-block .inner5 {
    width: 300px;
  }

  .subscribe-content h1 {
    width: auto;
  }

  .subscribe-content img {
    width: 400px;
    height: auto;
  }
}

@media (max-width: 1366px) {
  .element-card .chat-main li .chat-box .details {
    padding-left: 70px;
  }

  .landing-page-header .landing-header .navbar .navbar-collapse {
    width: 100% !important;
  }

  .landing-page-header .landing-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    line-height: unset;
  }

  .landing_page_slider {
    min-height: 1080px;
  }

  .landing_page_slider .animated-img-2 {
    margin-top: 0px;
    width: 1000px;
  }

  .landing_page_slider .animated-img-1 .slicing-img-4 {
    left: 230px;
    top: 230px;
  }

  .landing_page_slider .animated-img-1 .slicing-img-5 {
    left: 900px;
    top: 466px;
  }

  .landing_page_slider .animated-img-1 .slicing-img-6 {
    top: 152px;
    right: 351px;
  }

  .landing_page_slider .animated-img-1 .slicing-img-7 {
    top: 270px;
    left: 438px;
  }

  .slider-block .chat-slide {
    width: 70%;
  }

  .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img {
    margin-right: 10px;
  }

  .main-feature .key-feature .theme-collection .image-contain {
    padding: 20px;
    min-height: 160px;
  }
}

@media (max-width: 1199px) {
  .theme-landing-main header .landing-header .btn {
    color: rgba(0, 0, 0, 0.7) !important;
    padding: 3px 0;
  }

  .theme-landing-main header .landing-header .btn a {
    color: rgba(0, 0, 0, 0.7);
  }

  .theme-landing-main header .landing-header .btn.active,
  .theme-landing-main header .landing-header .btn:active {
    color: #1c9dea !important;
  }

  .theme-landing-main header .landing-header .navbar-nav .btn-group,
  .theme-landing-main header .landing-header .navbar-nav .btn-group-vertical {
    display: block;
  }

  header .landing-header.fixed .main-menu .navbar .btn a {
    color: rgba(0, 0, 0, 0.7) !important;
  }

  .slider-block .slider-main {
    height: 750px;
  }

  .app-design-block .app-code-block {
    margin-bottom: -40px;
  }

  .landing-title .sub-title {
    margin-bottom: 40px;
  }

  .collaboration-main .collaboration-content {
    margin-bottom: 35px;
  }

  .pricing-box ul.avb-price li i {
    margin-right: 10px;
  }

  .section-pb-space {
    padding-bottom: 60px;
  }

  .section-pt-space {
    padding-top: 60px;
  }

  .section-py-space {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  header .landing-header .landing-header-right .main-nav {
    display: block;
  }

  header .landing-header.fixed .navbar-collapse .navbar-nav {
    margin-left: 0 !important;
  }

  header .landing-header.fixed .navbar-collapse .navbar-nav .nav-item.active .nav-link {
    color: #1c9dea !important;
  }

  header .landing-header.fixed .main-menu .navbar .btn {
    color: rgba(0, 0, 0, 0.7) !important;
  }

  .testimonial-box {
    padding: 40px;
  }

  .slider-block .slider-main .slider-contain .ply-main {
    margin-bottom: 10px;
  }

  .slider-block .slider-main .slider-contain h1 {
    margin-bottom: 12px;
  }

  .slider-block .slider-main .slider-contain h4 {
    margin-bottom: 12px;
    width: 468px;
  }

  .slider-block .slider-main .slider-contain .header-btn .foot-apl-btn {
    padding: 13px 28px;
  }

  .slider-block .slider-main .slider-contain .header-btn .foot-apl-btn i {
    font-size: 24px;
  }

  .slider-block .slider-main .slider-contain .header-btn .foot-ply-btn {
    padding: 13px 28px;
  }

  .slider-block .slider-main .slider-contain .header-btn .foot-ply-btn i {
    font-size: 24px;
  }

  .app-design-main {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .app-design-main .contant-box h4 {
    width: auto;
  }

  .pages-space>div:nth-child(n+3) {
    margin-top: 40px !important;
  }

  .withchat-main .withchat-contain h1 {
    width: 390px;
  }

  .withchat-main .withchat-contain .withchat-img {
    width: 380px;
  }

  .withchat-main .withchat-contain img {
    margin-top: 0;
  }

  .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item {
    margin-right: 25px;
  }

  .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a .tab-main {
    padding: 20px 20px;
  }

  .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a .tab-main .tab-img img {
    width: 25px;
  }

  .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a .tab-main .tab-content p {
    display: none;
  }

  .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a .tab-main .tab-content h3 {
    margin-bottom: 0;
  }

  .team-work-main .team-work-content h1 {
    width: 420px;
  }

  .team-work-main .team-work-content h4 {
    width: 399px;
  }

  .team-work-main .team1 {
    right: 31%;
    width: 80px;
  }

  .team-work-main .team2 {
    right: 19%;
    width: 20px;
  }

  .subscribe-content .form-inline .form-control {
    width: 200px;
  }

  .landing_popups .element-card .typography .internet {
    margin-bottom: 0px;
  }

  .main-feature .key-feature>div:nth-child(n+5) {
    margin-top: 30px;
  }
}

@media (max-width: 1070px) {
  .pricing-box {
    margin: 10px;
  }

  .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content:before {
    contain: none;
  }

  #price .swiper-container {
    margin-bottom: -10px;
    margin-top: -10px;
  }

  .testimonial-main .swiper-container .swiper-button-prev {
    margin-left: -60px !important;
  }

  .testimonial-main .swiper-container .item {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .app-design-main .icon-box {
    border-radius: 20px;
    padding: 16px;
  }

  .app-design-main .app-hover {
    height: 25%;
    top: 10px;
  }

  .app-design-block .app-code-block {
    margin-bottom: -25px;
  }

  .app-design-main {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .withchat-main .landing-title .sub-title h2 {
    margin-bottom: -6px;
  }

  .landing-title .sub-title h4 {
    margin-top: -1px;
  }

  .landing-title .sub-title {
    position: unset;
    margin-top: 0;
  }

  .landing-title h1 {
    display: none;
  }

  .slider-block .slider-main {
    height: auto;
    padding-top: 60px;
    padding-bottom: 70px;
    position: relative;
    height: auto;
    text-align: center;
    justify-content: center;
    z-index: 0;
  }

  .slider-block .slider-main .slider-contain {
    border-radius: 20px;
    padding: 30px;
    width: auto;
  }

  .slider-block .slider-main .slider-contain h1,
  .slider-block .slider-main .slider-contain h4 {
    width: auto;
  }

  .slider-block .chat-slide {
    display: none;
  }

  .slider-block .inner1 {
    display: none;
  }

  .app-design-main .icon-box i {
    font-size: 36px;
  }

  .team-work-main .team-work-content h1 {
    width: auto;
    margin-bottom: 15px;
  }

  .team-work-main .team-work-content h4 {
    width: 350px;
  }

  .team-work-main .team-work-content .pricing-btn {
    padding: 12px 20px;
  }

  .team-work-main .team1 {
    width: 50px;
    top: 16%;
    right: 32%;
  }

  .team-work-main .team2 {
    top: 19%;
    right: 20%;
  }

  .team-work-main .team4 {
    width: 40px;
    right: 3%;
  }

  .team-work-main .team5 {
    width: 250px;
  }

  .secure-app-main {
    height: auto !important;
    padding-bottom: 0 !important;
  }

  .secure-app-main .secure-app-content {
    text-align: center;
    height: auto !important;
    padding: 40px;
  }

  .secure-app-main .secure-app-content .ply-main {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .secure-app-main .secure-app-content .pricing-btn {
    padding: 12px 18px;
  }

  .secure-app-main .secure-back-content .secure-img2 {
    top: 0;
    left: 0;
    display: none;
  }

  .secure-app-main .secure-back-content .secure-img1 {
    top: unset;
    bottom: 0;
    right: 0;
    display: none;
  }

  .subscribe-content .form-inline .form-control {
    width: 160px;
    display: inline-block;
  }

  .testimonial-slider {
    padding-top: 0;
  }

  .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img {
    margin-right: 0;
  }

  .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img i {
    display: none;
  }

  footer .footer-main .footer-logo img {
    width: 80px;
  }

  footer .footer-main .footer-back-block .inner4 {
    left: -20%;
  }

  footer .footer-main .footer-back-block .inner3 {
    top: -30%;
    right: 0;
  }

  .subscribe-content button {
    padding: 12px 18px;
  }
}

@media (max-width: 767px) {
  .testimonial-main .swiper-container .swiper-button-prev {
    margin-left: -30px !important;
  }

  .testimonial-box {
    padding: 30px 15px;
  }

  .withchat-main .landing-title .sub-title h2 {
    margin-bottom: -2px;
  }

  .landing-screen-animation .pc-bg-1 {
    height: 300px !important;
  }

  .section-pb-space {
    padding-bottom: 30px;
  }

  .section-pt-space {
    padding-top: 30px;
  }

  .landing-title h1 {
    display: none;
  }

  .landing-title .sub-title {
    position: unset;
    margin-top: 0;
  }

  .landing-title .sub-title h4 {
    margin-bottom: 5px;
  }

  .slider-block {
    background-blend-mode: overlay;
    background-color: #bbb6b6;
  }

  .slider-block .slider-main {
    justify-content: center;
    text-align: center;
    height: fit-content;
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .slider-block .slider-main .slider-contain {
    padding: 15px;
  }

  .slider-block .slider-main .slider-contain .ply-main {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .slider-block .slider-main .slider-contain .header-btn {
    justify-content: center;
  }

  .slider-block .slider-main .slider-contain .header-btn .foot-apl-btn {
    padding: 9px 17px;
  }

  .slider-block .slider-main .slider-contain .header-btn .foot-ply-btn {
    padding: 9px 17px;
  }

  .slider-block .downlaod .footer-btn .btn {
    padding: 10px 20px;
  }

  .slider-block .downlaod .footer-btn .btn i {
    font-size: 22px;
  }

  .app-design-main {
    padding-bottom: 0;
    padding-top: 25px;
  }

  .app-design-main .contant-box {
    margin-top: 15px;
  }

  .app-design-main .contant-box h4 {
    margin-top: 5px;
  }

  .app-design-main .icon-box {
    background-image: linear-gradient(145deg, #1ca9fe 0%, #1c6ee9 100%);
    border-radius: 5px;
    padding: 15px;
    filter: drop-shadow(0px 5px 15px rgba(29, 159, 250, 0.35));
  }

  .app-design-main .icon-box i {
    color: #ffffff;
    font-size: 20px;
  }

  .app-design-main:hover .app-hover {
    display: none;
    opacity: 0;
  }

  .app-design-main .app-hover {
    display: none;
  }

  .app-design-block .app-btn {
    margin-top: 25px;
    padding: 15px 20px;
  }

  .app-design-block .app-code-block {
    margin-bottom: 0;
  }

  .app-code-block>div:first-child .app-design-main {
    padding-top: 0;
  }

  .landing-page-header header .landing-header .btn_purchase a {
    padding: 12px 25px;
  }

  .landing-page-header header .landing-header .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 14px !important;
  }

  .withchat-main .withchat-contain {
    text-align: center;
  }

  .withchat-main .withchat-contain .withchat-img {
    width: 250px;
    margin: -2px auto 0;
  }

  .withchat-main .withchat-contain h3 {
    margin-bottom: 18px;
  }

  .withchat-main .withchat-contain h1 {
    width: auto;
    margin-bottom: 18px;
  }

  .withchat-main .withchat-contain h4 {
    margin-bottom: 10px;
  }

  .withchat-main .withchat-back-block .chit-chat3 {
    top: 16%;
    left: 32%;
  }

  .chit-chat-block>div:first-child {
    margin-bottom: 20px;
  }

  .withchat-main .withchat-contain .pricing-btn {
    padding: 15px 20px;
  }

  .withchat-main .withchat-contain .withchat-logo {
    margin-bottom: 18px;
  }

  .withchat-main .withchat-contain .withchat-logo img {
    width: 150px;
    height: auto;
  }

  .team-work-main .team-work-content {
    text-align: center;
    justify-content: center;
  }

  .team-work-main .team-work-content h1 {
    width: auto;
    margin-bottom: 12px;
  }

  .team-work-main .team-work-content h4 {
    width: auto;
  }

  .team-work-main .team-work-content .ply-main {
    justify-content: center;
  }

  .team-work-main .team1 {
    top: 44%;
    right: 62%;
  }

  .team-work-main .team2 {
    top: 50%;
    right: 15%;
  }

  .team-work-main .team3 {
    top: 53%;
    right: 10%;
  }

  .team-work-main .team4 {
    top: 80%;
    right: 15%;
  }

  .team-work-main .team5 {
    width: 190px;
  }

  .team-block>div:first-child {
    margin-bottom: 30px;
  }

  .collaboration-main .collaboration-content {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main {
    padding: 13px 20px;
    border-radius: 5px;
    background-color: #ffffff;
  }

  .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content h3 {
    font-weight: 600;
    margin-bottom: 0 !important;
  }

  .secure-app-main .secure-back-content .secure-img1 {
    bottom: -10%;
    right: -10%;
  }

  .secure-app-main .secure-back-content .secure-img2 {
    top: -10%;
    left: -10%;
  }

  #price .swiper-container {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .pricing-box {
    padding: 30px 20px;
    margin: 20px 10px;
  }

  .pricing-box .pricing-icon {
    margin-bottom: 10px;
  }

  .pricing-box ul.avb-price {
    margin-left: 0 !important;
  }

  .pricing-box .pricing-content .pricing-btn {
    padding: 10px 18px;
  }

  .subscribe-block>div:first-child {
    margin-bottom: 30px;
  }

  .subscribe-content {
    text-align: center;
  }

  .subscribe-content img {
    width: 200px;
  }

  .subscribe-content h4 {
    margin-bottom: -3px;
  }

  .subscribe-content button {
    margin-left: auto;
    margin-right: auto;
  }

  .subscribe-content .form-inline .form-control {
    padding-left: 15px;
    height: 35px;
  }

  .subscribe-content .form-inline .form-control::placeholder {
    font-size: 14px;
  }

  footer .footer-main ul.footer-contact li {
    margin-right: 15px;
  }

  footer .footer-main .footer-btn {
    margin-top: 15px;
  }

  footer .footer-main .footer-btn .foot-apl-btn {
    padding: 13px 25px;
  }

  footer .footer-main .footer-btn .foot-ply-btn {
    padding: 13px 25px;
    margin-left: 20px;
  }

  footer .footer-back-block .inner1 {
    display: none;
  }

  footer .footer-back-block .inner2 {
    display: none;
  }

  .pages-space>div:nth-child(n+2) {
    margin-top: 30px !important;
  }

  .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main {
    padding: 15px 25px;
  }

  .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content h3 {
    font-weight: 600;
    font-size: 14px;
  }

  .rate-us .rate_us-section h2 {
    margin: 20px 0 !important;
  }

  .rate-us .rate_us-section img {
    width: 160px;
  }

  .rate-us .rate_us-section .rate-section li i {
    font-size: 28px !important;
  }

  .main-feature .key-feature>div:nth-child(n+3) {
    margin-top: 30px;
  }
}

@media (max-width: 650px) {
  .rate-us .rate_us-section img {
    width: 150px;
  }
}

@media (max-width: 600px) {
  .slider-block .chat-slide {
    width: 100%;
  }

  .audiocall1.call-modal,
  .audiocall2.call-modal,
  .videocall.call-modal,
  .videocallhang.call-modal,
  .conferencecall.call-modal {
    min-height: 350px;
  }

  .audiocall1.call-modal .center-con,
  .audiocall2.call-modal .center-con,
  .videocall.call-modal .center-con,
  .videocallhang.call-modal .center-con,
  .conferencecall.call-modal .center-con {
    bottom: 25px;
  }

  .videocall.call-modal .videocall-details,
  .videocallhang.call-modal .videocall-details {
    padding: 20px;
  }

  #videocallhang {
    padding-right: 0px;
  }

  .landing_page_slider {
    min-height: 450px;
  }
}

@media (max-width: 575px) {
  .navbar-light .navbar-toggler {
    padding: 4px 14px;
  }

  @-webkit-keyframes anim-effect-front {
    0% {
      -webkit-box-shadow: 0 0 0 5px rgba(28, 157, 234, 0.2);
      box-shadow: 0 0 0 5px rgba(28, 157, 234, 0.2);
      opacity: 0;
    }

    50% {
      -webkit-box-shadow: 0 0 0 15px rgba(28, 157, 234, 0.6);
      box-shadow: 0 0 0 15px rgba(28, 157, 234, 0.6);
      opacity: 1;
    }

    100% {
      -webkit-box-shadow: 0 0 0 20px rgba(28, 157, 234, 0);
      box-shadow: 0 0 0 20px rgba(28, 157, 234, 0);
      opacity: 0;
    }
  }

  @keyframes anim-effect-back {
    0% {
      -webkit-box-shadow: 0 0 0 5px rgba(28, 157, 234, 0.2);
      box-shadow: 0 0 0 5px rgba(28, 157, 234, 0.2);
      opacity: 0;
    }

    50% {
      -webkit-box-shadow: 0 0 0 15px rgba(28, 157, 234, 0.6);
      box-shadow: 0 0 0 15px rgba(28, 157, 234, 0.6);
      opacity: 1;
    }

    100% {
      -webkit-box-shadow: 0 0 0 20px rgba(28, 157, 234, 0);
      box-shadow: 0 0 0 20px rgba(28, 157, 234, 0);
      opacity: 0;
    }
  }

  .section-py-space {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-pt-space {
    padding-top: 50px;
  }

  .section-pb-space {
    padding-bottom: 50px;
  }

  .element-card .chat-main li .chat-box .details h6 {
    max-width: 100px;
  }

  .withchat-main .landing-title .sub-title h2 {
    margin-bottom: -1px;
  }

  .landing-title .sub-title h2 {
    margin-bottom: -1px;
  }

  .landing-title .sub-title h4 {
    margin-bottom: 10px;
  }

  .landing-title .sub-title h2 {
    width: auto;
  }

  header {
    padding-top: 20px;
  }

  header .landing-header .landing-header-left .logo-block img {
    height: 40px;
    width: auto;
  }

  header .landing-header .landing-header-right .purchase-block .purchase-btn i {
    margin-right: 0;
  }

  header .landing-header .landing-header-right .purchase-block .purchase-btn span {
    display: none;
  }

  header .landing-header.fixed {
    padding: 0 !important;
  }

  header .landing-header .logo-block img {
    height: 28px !important;
  }

  .slider-block .inner2 {
    right: 0;
    top: 10%;
  }

  .slider-block .inner2 {
    right: 0;
    top: 10%;
  }

  .slider-block .slider-main {
    padding-top: 60px;
    justify-content: center;
    text-align: center;
    height: fit-content;
    padding-bottom: 60px;
    margin-top: 70px;
  }

  .slider-block .slider-main .slider-contain {
    margin-top: 0 !important;
  }

  .slider-block .downlaod .footer-btn .btn i {
    font-size: 16px;
  }

  .app-design-block .app-btn {
    padding: 12px 18px;
    font-size: 13px;
    margin-top: 20px;
  }

  .app-design-main {
    padding-top: 20px;
  }

  .team-work-main .team1 {
    top: 50%;
    width: 40px;
    right: 68%;
  }

  .team-work-main .team2 {
    top: 49%;
    right: 43%;
  }

  .team-work-main .team4 {
    top: 48%;
    right: 60%;
  }

  .withchat-main .withchat-contain .withchat-img {
    width: 200px;
  }

  .withchat-main .withchat-contain h3 {
    margin-bottom: 14px;
  }

  .withchat-main .withchat-contain h1 {
    margin-bottom: 14px;
  }

  .withchat-main .withchat-contain .pricing-btn {
    padding: 12px 18px;
    font-size: 13px;
  }

  .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item {
    margin-right: 7px;
  }

  .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main {
    padding: 10px 10px;
    border-radius: 5px;
  }

  .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content h3 {
    font-weight: 600;
  }

  .collaboration-main .tab-detail .tab-content .container {
    width: 100%;
  }

  .secure-app-main .secure-back-content .secure-img2 {
    top: -20%;
    left: -20%;
  }

  .secure-app-main .secure-back-content .secure-img1 {
    bottom: -20%;
    right: -20%;
  }

  .secure-app-main .secure-app-content .ply-main .ply-content {
    width: 40px;
    height: 40px;
  }

  .secure-app-main .secure-app-content .ply-main .ply-content i {
    margin-top: 3px;
    font-size: 16px;
  }

  .pricing-box .pricing-content .pricing-btn {
    margin-top: 14px;
  }

  footer .footer-main .footer-back-block .inner4 {
    left: -25%;
    bottom: -40%;
  }

  footer .footer-main .footer-back-block .inner3 {
    top: -35%;
    right: -12%;
  }

  .mobile-version-sec .mobile-display {
    text-align: center;
  }

  .mobile-version-sec .mobile-qr {
    max-width: unset;
    margin-left: 0px;
  }

  .mobile-version-sec .mobile-qr .qr-img::after {
    display: none;
  }

  .bonus-page .container {
    width: 100%;
  }

  .bonus-page .m-width {
    width: 100% !important;
  }

  .mobile-version-sec .mobile-qr {
    margin-top: 40px;
    margin-left: auto !important;
    margin-right: auto;
  }

  .mobile-version-sec .mobile-img {
    text-align: center;
  }

  .mobile-version-sec .mobile-img img {
    height: 350px;
    width: auto;
  }

  .three-in-one-sec {
    margin-top: 0 !important;
  }

  .rate-us .rate_us-section h2 {
    margin: 12px 0 !important;
  }

  .rate-us .rate_us-section img {
    width: 120px;
  }

  .rate-us .rate_us-section .rate-section li i {
    font-size: 22px !important;
  }

  .main-feature .key-feature>div:nth-child(n+2) {
    margin-top: 30px !important;
  }
}

@media (max-width: 480px) {
  .secure-app-main .secure-app-content {
    padding: 40px 20px;
  }

  .secure-app-main .secure-app-content .ply-main .ply-content {
    margin-right: 10px;
  }

  .secure-app-main .secure-app-content .ply-main .ply-content i {
    margin-top: 5px;
  }

  .landing-title .sub-title h4 {
    margin-top: 0;
  }

  .slider-block {
    background-position: center;
  }
}

@media (max-width: 420px) {
  .withchat-main .landing-title .sub-title h2 {
    margin-bottom: -4px;
  }

  .slider-block .inner2 {
    top: 13%;
  }

  .team-work-main .team2 {
    top: 60%;
    right: 38%;
    width: 16px;
  }

  .team-work-main .team3 {
    width: 30px;
  }

  .team-work-main .team4 {
    top: 56%;
    right: 54%;
  }

  .team-work-main .team1 {
    top: 59%;
  }

  .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills {
    display: unset;
  }

  .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item {
    margin-bottom: 10px;
  }

  .subscribe-content .form-inline .form-control {
    display: block;
    width: 100%;
    border-radius: 5px;
  }

  .subscribe-content .form-inline .form-control:first-child {
    margin-bottom: 20px;
  }

  footer .footer-main .footer-btn {
    display: block;
  }

  footer .footer-main .footer-btn .foot-ply-btn {
    width: fit-content;
    margin-top: 20px;
  }

  footer .footer-main .footer-btn .foot-apl-btn,
  footer .footer-main .footer-btn .foot-ply-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 360px) {
  .slider-block .slider-main .slider-contain .header-btn {
    display: unset;
  }

  .slider-block .slider-main .slider-contain .header-btn .foot-apl-btn {
    margin: 0 auto;
  }

  .slider-block .slider-main .slider-contain .header-btn .foot-ply-btn {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }

  .feture-icon {
    padding: 15px;
  }
}

@media (max-width: 320px) {
  .secure-app-main .secure-app-content .ply-main .ply-content i {
    margin-top: 3px;
  }
}

.custom-control-label {
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
  color: #647589;
  font-weight: 600;
  line-height: 1.9;
  padding-left: 10px;
}

.custom-switch .custom-control-label::before {
  border-radius: 20px;
  height: 19px;
  width: 34px;
  box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
  border-color: rgb(223, 223, 223);
  cursor: pointer;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 3px);
  left: calc(-2.25rem + 1px);
  width: calc(1rem - 3px);
  border-radius: 100%;
  height: calc(1rem - 3px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  background-color: transparent;
  cursor: pointer;
}

.custom-switch .custom-control-input:checked~.custom-control-label::before {
  background-color: rgb(63, 204, 53);
  border-color: rgb(63, 204, 53);
  box-shadow: rgb(63, 204, 53) 0px 0px 0px 10px inset;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
  transform: translateX(1.15rem);
}

.custom-switch .custom-control-input:focus~.custom-control-label::before {
  box-shadow: none;
}

.custom-switch .custom-control-input:not(:disabled):active~.custom-control-label::before {
  background-color: unset;
  border-color: rgb(223, 223, 223);
}

.custom-switch.custom-switch-primary .custom-control-label::before {
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
}

.custom-switch.custom-switch-primary .custom-control-label::after {
  transition: background-color 0.4s ease 0s, transform 0.2s ease 0s;
}

.custom-switch.custom-switch-primary .custom-control-input:checked~.custom-control-label::before {
  background-color: #1c9dea;
  border-color: #1c9dea;
  box-shadow: #1c9dea 0px 0px 0px 10px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.custom-switch.custom-switch-primary .custom-control-input:checked~.custom-control-label::after {
  background-color: #ffffff;
  transition: background-color 0.4s ease 0s, transform 0.2s ease 0s;
}

.vue-lb-container .vue-lb-arrow svg {
  width: 30px;
  height: 30px;
}

.vue-lb-container .vue-lb-header .vue-lb-button-close svg {
  width: 16px;
  height: 16px;
}

.vdp-datepicker .datepicker-here {
  background: transparent;
}

.vfc-navigation-buttons div .vfc-arrow-right,
.vfc-navigation-buttons div .vfc-arrow-left,
.vfc-separately-navigation-buttons div .vfc-arrow-right,
.vfc-separately-navigation-buttons div .vfc-arrow-left {
  width: 8px;
  height: 8px;
}

.vdp-datepicker__calendar {
  box-shadow: 0 0 5px rgba(8, 21, 66, 0.2) !important;
}

.vdp-datepicker__calendar span+span {
  padding-left: 5px !important;
  margin-left: 0 !important;
}

.vdp-datepicker__calendar span {
  border: none !important;
}

.vdp-datepicker__calendar header {
  display: flex !important;
  padding-top: unset;
  position: unset;
  top: unset;
  width: unset;
  z-index: 1;
}

.vdp-datepicker__calendar header .day__month_btn {
  font-weight: 500;
  font-size: 18px;
}

.vdp-datepicker__calendar .cell {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.22px;
  width: 10%;
  color: #000;
  border-radius: 100%;
}

.vdp-datepicker__calendar .cell.day-header {
  font-size: 80%;
}

.vdp-datepicker__calendar .cell.selected {
  background: #1c9dea !important;
  color: #ffffff;
}

.vdp-datepicker__calendar .cell.today {
  border: 1px solid #1c9dea;
}

.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover,
.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover,
.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover {
  border: 1px solid #1c9dea !important;
}

.vdp-datepicker__calendar .day-header {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1.5px;
}

.vdp-datepicker__calendar header span:last-child {
  width: 25% !important;
}

@keyframes infinite-spinning {
  0% {
    transform: rotate(0deg) scale(1);
  }

  100% {
    transform: rotate(360deg) scale(1.2);
  }
}

.snippet-modal-main .default-form select {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAApklEQVQoz5WOoQrCUBSGvys37QYRLD6Cy5rFp9hjiCyJrAjCqjB9ArMGy7CZjKbFLewBDFbHMCjj4B2b/umc83+c/1dsGPCtHSOOpDQowH0PHVqkGeJY10wCE7oWELf9/a+DVxNxkUCOsYCHBK7NET90WIgOJRE9EuFPNRFaAE+2rLh9dl94lRwOjAlwmbMEVRNr2FNyJyUExZp+ZRXMKADDiTMhwAv5Mx4HKASKogAAAABJRU5ErkJggg==) #eff7fe no-repeat scroll 97.6% center;
}

.theme-pannel-main {
  background-color: #ffffff;
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 9;
  padding: 0 5px;
  box-shadow: 0 0 7px 1px rgba(158, 158, 158, 0.2);
}

.theme-pannel-main ul li {
  display: flex;
  padding: 10px 12px;
  border-bottom: 1px solid #dadada;
}

.theme-pannel-main ul li span {
  padding: 0;
  text-transform: uppercase;
  color: #949494;
  font-weight: 700;
}

.theme-pannel-main ul li a {
  padding: 0;
}

.theme-pannel-main ul li:last-child {
  border-bottom: 0;
}

.color-picker .title {
  display: inline-block;
  position: absolute;
  left: -68px;
  width: 68px;
  box-shadow: -3px 0 7px 1px rgba(158, 158, 158, 0.2);
  background-color: #ffffff;
  padding: 10px 14px;
  border-radius: 5px;
}

.color-picker .colors li {
  height: 35px;
  width: 35px;
  margin: 3px;
  display: inline-block;
  position: relative;
  border-radius: 5px;
}

.color-picker .colors li.active:before {
  content: "\e6e0";
  position: absolute;
  font-family: themify;
  color: #ffffff;
  font-size: 19px;
  top: 4px;
  left: 9px;
  transform: rotate(-90deg);
}

.color {
  background-color: #1c9dea;
}

.color1 {
  background-color: #3a62b8;
}

.color2 {
  background-color: #064c3c;
}

.color3 {
  background-color: #9b4aff;
}

.color4 {
  background-color: #00d3cb;
}

.color5 {
  background-color: #ff5b92;
}

.color6 {
  background-color: #ff803c;
}

.setting-sidebar {
  background-color: #ffffff;
  padding: 20px;
  width: 350px;
  height: 100%;
  position: fixed;
  top: 0;
  right: -350px;
  z-index: 999;
  border-left: 1px solid #eff1f2;
  transition: all 0.5s ease;
}

.setting-sidebar li {
  cursor: pointer;
}

.setting-sidebar .theme-title {
  border-bottom: 1px solid #eff1f2;
  padding-bottom: 15px;
}

.setting-sidebar h5 {
  padding-top: 20px;
  padding-bottom: 15px;
}

.setting-sidebar .theme-layout ul {
  display: flex;
  align-items: center;
}

.setting-sidebar .theme-layout ul li {
  width: 70px;
  height: 50px;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  margin-right: 10px;
}

.setting-sidebar .theme-layout ul li.active .sidebar-content {
  position: relative;
}

.setting-sidebar .theme-layout ul li.active .sidebar-content:before {
  content: "\e64c";
  font-family: themify;
  position: absolute;
  font-weight: 900;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.setting-sidebar .theme-layout ul li .sidebar {
  width: 30%;
  height: 100%;
  background-color: #eff1f2;
  margin-right: 5px;
  border-radius: 5px;
}

.setting-sidebar .theme-layout ul li .sidebar-content {
  background-color: #eff1f2;
  width: 70%;
  height: 100%;
  border-radius: 5px;
}

.setting-sidebar .theme-layout ul li:nth-child(2) .sidebar {
  background-color: #595959;
}

.setting-sidebar .theme-layout ul li:nth-child(3) .sidebar,
.setting-sidebar .theme-layout ul li:nth-child(3) .sidebar-content {
  background-color: #595959;
}

.setting-sidebar .theme-layout ul li:last-child .sidebar,
.setting-sidebar .theme-layout ul li:last-child .sidebar-content {
  background-image: linear-gradient(45deg, #3a62b8, #ff803c);
}

.setting-sidebar .chat-wallpaper .wallpaper {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
}

.setting-sidebar .chat-wallpaper .wallpaper li {
  position: relative;
  width: 47px;
  height: 47px;
  border-radius: 5px;
  margin: 2px;
  background-size: unset !important;
}

.setting-sidebar .chat-wallpaper .wallpaper li.active:before {
  content: "\e64c";
  font-family: themify;
  position: absolute;
  font-weight: 900;
  font-size: 20px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.setting-sidebar .themes-content ul li {
  display: inline-block;
  width: 68px;
  height: 60px;
  background-color: #eff1f2;
  margin-right: 5px;
  border-radius: 5px;
  position: relative;
}

.setting-sidebar .themes-content ul li.active:before {
  content: "\e64c";
  font-family: themify;
  position: absolute;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 20px;
}

.setting-sidebar .sidebar-setting ul {
  display: flex;
}

.setting-sidebar .sidebar-setting ul li {
  width: 144px;
  height: 70px;
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.setting-sidebar .sidebar-setting ul li.active .sidebar-content:before {
  content: "\e64c";
  font-family: themify;
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 20px;
}

.setting-sidebar .sidebar-setting ul li:last-child {
  margin-right: 0;
}

.setting-sidebar .sidebar-setting ul li .sm-sidebar {
  background-color: #eff1f2;
  margin-right: 3px;
  width: 10%;
  height: 100%;
}

.setting-sidebar .sidebar-setting ul li .sidebar {
  background-color: #eff1f2;
  width: 20%;
  height: 100%;
  border-radius: 5px;
  margin-right: 3px;
}

.setting-sidebar .sidebar-setting ul li .sidebar-content {
  background-color: #eff1f2;
  width: 80%;
  height: 100%;
  border-radius: 5px;
  position: relative;
}

.sidebar-pannle-main {
  position: fixed;
  bottom: 110px;
  right: 22px;
  z-index: 9;
}

.sidebar-pannle-main ul {
  display: flex;
  flex-direction: column;
}

.sidebar-pannle-main ul li {
  cursor: pointer;
  margin-bottom: 10px;
}

.sidebar-pannle-main ul li.cog-click i {
  animation: infinite-spinning 1.5s infinite linear;
}

#snippetModal .modal-body,
#pollModal .modal-body {
  padding: 0;
}

#snippetModal .snippet-modal-main .modal-body,
#pollModal .snippet-modal-main .modal-body {
  padding: 30px;
}

.fev-addcall-main.add-popup .modal-dialog:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  top: -9px;
}

.msg-box>li h5,
.msg-box>li .documen{
  padding: 8px 15px;
}

.add-contact-modal .modal-dialog:before {
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #ffffff;
  bottom: -9px;
}

.add-contact-modal .default-form input[type=number]::-webkit-outer-spin-button,
.add-contact-modal .default-form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

.add-popup .close {
  width: 75px;
  height: 75px;
  background: #1c9dea;
  border-radius: 0 0 0 90px;
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 1;
  margin-right: -15px;
}

.add-popup .close span {
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.add-popup .modal-body {
  padding: 0;
}

.add-popup .modal-body .modal-body {
  padding: 30px;
}

.add-popup .modal-header,
.add-popup .modal-footer {
  padding: 20px 35px;
}

.add-popup .modal-header .modal-title,
.add-popup .modal-footer .modal-title {
  color: #1c9dea;
  text-transform: capitalize;
  font-weight: 700;
  font-size: calc(16px + 12 * (100vw - 320px) / 1600);
}

.add-popup .modal-header {
  border-bottom-color: #eff1f2;
  background-color: rgba(28, 157, 234, 0.15);
}

.add-popup .modal-header i {
  font-size: 30px;
  margin-right: 10px;
}

.add-popup .modal-body h3 {
  margin-bottom: 20px;
  text-transform: capitalize;
}

.add-popup .default-form .form-group .form-control {
  padding: 15px 25px;
  margin-bottom: 20px;
}

.add-popup .default-form .form-group .form-control::placeholder {
  text-transform: capitalize;
}

.add-popup .modal-footer {
  border-top: 1px solid #eff1f2;
  display: block;
}

.delete-modal .modal-header {
  background-color: transparent;
  border-bottom: none;
}

.delete-modal .modal-header .modal-title {
  display: none;
}

.delete-modal .modal-body {
  text-align: center;
}

.delete-modal .delete-btn {
  margin-top: 30px;
}

.video-popup .modal-header {
  padding: 0 !important;
  display: block;
}

.video-popup iframe {
  height: 448px;
  width: 100%;
  vertical-align: middle;
  border: none;
}

.pol-modal-main.modal-dialog {
  width: 700px;
  max-width: unset;
}

.pol-modal-main .modal-header svg {
  color: #1c9dea;
  font-weight: 600;
  margin-right: 10px;
}

.pol-modal-main .modal-body .form-group input::placeholder {
  font-size: 14px;
}

.pol-modal-main .modal-body .form-group a.add-option {
  color: #1c9dea;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
}

.pol-modal-main .modal-body .form-group .post-poll {
  background-color: rgba(28, 157, 234, 0.15);
  padding: 25px;
  border-radius: 15px;
}

.pol-modal-main .modal-body .form-group .post-poll ul {
  display: flex;
  justify-content: space-between;
}

.pol-modal-main .modal-body .form-group .post-poll ul li {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
}

.pol-modal-main .modal-body .form-group .post-poll ul li p {
  font-size: 14px;
  margin-left: 15px;
  text-transform: capitalize;
  display: inline-block;
  margin-bottom: 0;
}

.pol-modal-main .modal-body .form-group .allow-group {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.pol-modal-main .modal-body .form-group .allow-group .allow-check {
  margin-right: 10px;
}

.pol-modal-main .modal-body .creat-poll-btn {
  margin-top: 40px;
}

.pol-modal-main .modal-body .creat-poll-btn a {
  display: block;
  text-transform: capitalize;
  letter-spacing: 1px;
}

/***modal snippet**/
.snippet-modal-main.modal-dialog {
  width: 800px;
  max-width: unset;
}

/**notes modal **/
.notes-modal-main .modal-content .card {
  margin-bottom: 0;
  border: 0;
  transition: all 0.3s ease;
}

.notes-modal-main .modal-content .card .card-header {
  background-color: #fff;
  border-bottom: 1px solid #eeeeee;
  padding: 30px;
}

.notes-modal-main .modal-content .card .card-header h5 {
  font-size: 18px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
}

.notes-modal-main .modal-content .card .card-body {
  padding: 30px;
  border-bottom: 1px solid #eeeeee;
}

.notes-modal-main .modal-content .card .card-body h1 {
  padding-bottom: 30px;
}

.notes-modal-main .modal-content .card .card-body p:last-child {
  margin-bottom: 0;
}

.notes-modal-main .modal-content .card .card-footer {
  padding: 30px;
  background-color: #ffffff;
  border-top: none;
}

.notes-modal-main .modal-content .card .card-footer button {
  margin-right: 15px;
}

/****Reminder modal**/
.reminder-modal-main {
  height: 500px;
  overflow: auto;
}

.reminder-modal-main .modal-body .form-group label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}

.reminder-modal-main .modal-body .form-group ul.reminder-count li {
  display: inline-block;
  padding: 15px 20px;
  border-radius: 5px;
  background-color: #eff7fe;
  text-align: center;
  border: none;
}

.reminder-modal-main .modal-body .form-group ul.reminder-count li:hover .remi-num,
.reminder-modal-main .modal-body .form-group ul.reminder-count li:hover .remi-val {
  color: #1c9dea;
  transition: color 0.3s ease;
}

.reminder-modal-main .modal-body .form-group ul.reminder-count li.active {
  background-color: #1c9dea;
}

.reminder-modal-main .modal-body .form-group ul.reminder-count li.active .remi-num,
.reminder-modal-main .modal-body .form-group ul.reminder-count li.active .remi-val {
  color: #ffffff;
  transition: color 0.3s ease;
}

.reminder-modal-main .modal-body .form-group ul.reminder-count li .remi-num {
  margin-bottom: 7px;
}

.reminder-modal-main .modal-body .form-group ul.reminder-count li .remi-val {
  margin-bottom: 0;
  font-weight: 500;
}

.reminder-modal-main .modal-body .form-group ul.reminder-count li+li {
  margin-left: 15px;
}

.reminder-modal-main .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-inline {
  display: flex;
  margin-bottom: 0;
  text-transform: uppercase;
}

.reminder-modal-main .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-inline input:first-child {
  margin-right: 30px;
}

.reminder-modal-main .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-block select {
  line-height: 1;
  font-size: 14px;
  color: #3b3b3b;
  letter-spacing: 0.08em;
}

.reminder-modal-main .modal-body .reminder-btn {
  text-align: center;
}

.reminder-modal-main .modal-body .reminder-btn h5 {
  text-transform: capitalize;
  color: #3b3b3b;
  margin-bottom: 20px;
}

.reminder-modal-main .modal-body .reminder-btn a {
  color: #ffffff;
}

/**Reminder and Snippet modal**/
.reminder-modal-main .modal-body .form-group {
  margin-bottom: 25px;
}

.reminder-modal-main .modal-body .form-group textarea {
  border-radius: 15px;
  background-color: #eff7fe;
  border: none;
}

.button-default {
  transition: 0.25s ease-out 0.1s color;
  background: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  outline: none;
  position: relative;
}

.show-notifications {
  position: relative;
}

.show-notifications:hover #icon-bell {
  fill: #34495e;
}

.show-notifications:focus #icon-bell {
  fill: #34495e;
}

.show-notifications:active #icon-bell {
  fill: #34495e;
}

.show-notifications #icon-bell {
  fill: #7f8c8d;
}

.show-notifications .notifications-count {
  border-radius: 50%;
  background-clip: padding-box;
  background: #3498db;
  color: #fefefe;
  font: normal 0.85em "Lato";
  height: 16px;
  line-height: 1.75em;
  position: absolute;
  right: 2px;
  text-align: center;
  top: -2px;
  width: 16px;
}

.show-notifications.active~.notifications {
  opacity: 1;
  top: 60px;
}

.notifications {
  border-radius: 2px;
  background-clip: padding-box;
  transition: 0.25s ease-out 0.1s opacity;
  background: #ecf0f1;
  border: 1px solid #bdc3c7;
  left: 10px;
  opacity: 0;
  position: absolute;
}

.notifications h3 {
  cursor: default;
  font-size: 1.05em;
  font-weight: normal;
  background: #3498db;
  color: #fefefe;
  margin: 0;
  padding: 10px;
  width: 350px;
}

.notifications .notifications-list {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.notifications .notifications-list .item {
  transition: transform 0.25s ease-out 0.1s;
  border-top: 1px solid #bdc3c7;
  color: #7f8c8d;
  cursor: default;
  display: block;
  padding: 10px;
  position: relative;
  white-space: nowrap;
  width: 350px;
}

.notifications .notifications-list .item.no-data {
  display: none;
  text-align: center;
}

.notifications .notifications-list .item.expired {
  color: #bdc3c7;
}

.notifications .notifications-list .item.expired:before {
  background: #bdc3c7;
}

.notifications .notifications-list .item.expired .details .date {
  color: #bdc3c7;
}

.notifications .notifications-list .item:before {
  border-radius: 50%;
  background-clip: padding-box;
  background: #3498db;
  content: "";
  height: 8px;
  width: 8px;
  display: inline-block;
  vertical-align: middle;
}

.notifications .notifications-list .item .details {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  white-space: normal;
  width: 280px;
}

.notifications .notifications-list .item .details .title {
  display: block;
}

.notifications .notifications-list .item .details .date {
  display: block;
  font-size: 0.85em;
  margin-top: 3px;
}

.notifications .notifications-list .item .button-dismiss {
  display: inline-block;
  vertical-align: middle;
  color: #bdc3c7;
  font-size: 2.25em;
}

.notifications .show-all {
  display: block;
  text-align: center;
  text-decoration: none;
  background: #3498db;
  color: #fefefe;
  margin: 0;
  padding: 10px;
  width: 350px;
}

.notifications:after {
  border: 10px solid transparent;
  border-bottom-color: #3498db;
  content: "";
  display: block;
  height: 0;
  left: 10px;
  position: absolute;
  top: -20px;
  width: 0;
}

.button-default {
  transition: 0.25s ease-out 0.1s color;
  background: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  outline: none;
  position: relative;
}

.todo-main-modal .modal-body {
  padding-bottom: 0;
}

.todo-main-modal .modal-body .default-form .todo-task h5 {
  padding-bottom: 10px;
}

.todo-main-modal .modal-body .default-form .form-group+.form-group {
  display: flex;
  margin-top: unset;
}

.todo-main-modal .modal-body .default-form .form-group+.form-group input {
  height: 45px;
  border-radius: 15px;
  background-color: #ffffff;
  border: none;
  margin-left: 10px;
}

.todo-main-modal .modal-body .default-form .vdp-datepicker {
  width: 70px;
}

.todo-main-modal .modal-body .default-form .vdp-datepicker input {
  font-size: 13px;
  font-weight: 400;
}

.todo-main-modal .modal-body .default-form .vdp-datepicker input::placeholder {
  color: #495057;
}

.todo-main-modal .modal-body .dropdown {
  padding-left: 18px;
  border-left: 1px solid #eff1f2;
}

.todo-main-modal .modal-body .dropdown.currency {
  width: 30%;
}

.create-todo-main-modal .modal-body {
  padding-bottom: 0;
}

.create-todo-main-modal .modal-body .default-form .todo-task h5 {
  margin-bottom: 15px;
}

.create-todo-main-modal .modal-body .default-form .form-group {
  display: flex;
  align-items: center;
}

.create-todo-main-modal .modal-body .default-form .form-group input {
  margin-left: 10px;
}

.create-todo-main-modal .modal-body .default-form .dropdown.currency {
  width: 30%;
  text-align: left;
}

.create-todo-main-modal .modal-body .dropdown .dropdown-menu li {
  font-size: 14px;
}

/**** Index page Responsive****/
@media (max-height: 730px) {
  .withchat-container .sidebar-bottom {
    padding-bottom: 25px;
  }

  .withchat-container .main-nav .sidebar-main .sidebar-top li,
  .withchat-container .main-nav .sidebar-main .sidebar-bottom li {
    padding-top: 25px;
  }
}

@media (max-width: 1660px) {
  .about-page p {
    margin-bottom: -3px;
  }

  .secure-app-main .secure-app-content {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 30px;
  }
}

@media (max-width: 1500px) {
  .testimonial-main .slick-slider .slick-list {
    margin: 0 -10px;
  }

  .testimonial-main .slick-slider .slick-list .slick-slide {
    padding: 0 10px;
  }

  .recent .theme-title .mobile-back,
  .recent .theme-title .mainnav {
    height: 32px;
    width: 32px;
  }

  .withchat-main .contact-content .user-profile,
  .withchat-main .call-content .user-profile {
    max-width: unset;
  }

  .withchat-main .messages .contact-details .left.media .media-right .mute i:after {
    top: 14px;
    left: 5px;
  }



  .call-content,
  .contact-content {
    overflow: scroll;
    height: 100%;
  }

  .call-content .col-sm-5,
  .call-content .col-sm-7,
  .contact-content .col-sm-5,
  .contact-content .col-sm-7 {
    flex: 100%;
    max-width: 100%;
  }

  .call-content .col-sm-7,
  .contact-content .col-sm-7 {
    margin-top: 20px;
  }

  .call-content .col-sm-7 .call-log-clear,
  .contact-content .col-sm-7 .call-log-clear {
    margin-bottom: 40px;
  }

  .contact-details>.row .icon-btn {
    height: 32px;
    width: 32px;
  }
}

@media (max-width: 1366px) {
  .theme-landing-main .header-right-margin {
    margin-right: 0;
  }

  .profile-box .details.edit {
    width: 170px;
  }

  .withchat-main .message-input input {
    width: calc(100% - 280px);
  }

  .groupuser .gr-chat-friend-toggle .gr-chat-frind-content {
    padding: 10px 20px;
  }

  .groupuser .gr-chat-friend-toggle .gr-chat-frind-content .chat-main li {
    padding-bottom: 0;
  }

  .app-sidebar .apps-ul .file-tab .tab-content ul.chat-main {
    padding-left: 0;
    padding-right: 0;
  }

  header .landing-header {
    background-color: #1c9dea;
    max-width: 97%;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(29, 168, 253, 0.5);
    margin: 0 auto;
    padding: 5px 50px;
  }

  header .landing-header .navbar-collapse .navbar-nav {
    padding-left: 30px;
    margin-left: 140px;
  }

  .chat-main li .chat-box .details h6 {
    max-width: 150px;
  }

  .search2>div {
    height: 40px;
  }

  .group-main li {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .close-app {
    display: none;
  }

  .sidebar-pannle-main {
    bottom: 70px;
  }

  .contact-chat>ul>li.sent,
  .contact-chat>ul>li.replies {
    width: 100%;
  }

  .emojis-main .contact-poll .mr-4 {
    margin-right: 0.5rem !important;
  }

  .profile-box {
    padding-bottom: 0px;
  }

  .withchat-main .call-content .user-profile .user-content ul li {
    font-size: 0;
    padding-bottom: 0;
  }

  .withchat-main li .chat-box .details h6 {
    max-width: 130px;
  }

  .withchat-main li.active .details h6 {
    letter-spacing: unset;
  }

  .notification-tab .chat-main .chat-box .details h5 {
    line-height: 1.5;
  }

  .notification-tab .chat-main .chat-box .profile {
    top: 10px;
  }

  .notification-tab .chat-main .chat-box .date-status {
    top: 10px;
  }

  .notification-tab .chat-main li {
    padding: 0 20px;
  }

  .setting-block {
    padding: 30px 40px;
  }

  .setting-block .block {
    padding: 40px 20px 0 20px;
  }

  .withchat-container .withchat-left-sidebar .fevorite-tab,
  .withchat-container .withchat-left-sidebar .document-tab,
  .withchat-container .withchat-left-sidebar .contact-list-tab,
  .withchat-container .withchat-left-sidebar .notification-tab,
  .withchat-container .withchat-left-sidebar .setting_wrap,
  .withchat-container .withchat-left-sidebar .recent-default,
  .withchat-container .withchat-left-sidebar .status-tab {
    padding: 40px 20px;
  }

  .withchat-container .withchat-left-sidebar {
    min-width: 300px;
    width: 300px;
    /* animation: fadeInright 300ms ease-in-out;
    transition: all 0.3s ease; */
  }

  .withchat-container .withchat-left-sidebar .fevorite-tab,
  .withchat-container .withchat-left-sidebar .document-tab,
  .withchat-container .withchat-left-sidebar .contact-list-tab,
  .withchat-container .withchat-left-sidebar .notification-tab,
  .withchat-container .withchat-left-sidebar .setting_wrap,
  .withchat-container .withchat-left-sidebar .recent-default,
  .withchat-container .withchat-left-sidebar .status-tab {
    width: 300px;
    min-width: 300px;
  }

  .withchat-container .withchat-left-sidebar .recent-default .chat>.theme-tab {
    padding: 10px;
  }

  .withchat-container .withchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs .nav-tabs {
    padding-bottom: 20px;
  }

  .withchat-container .withchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a {
    font-size: 12px;
  }

  .withchat-container .withchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a svg {
    height: 13px;
    width: 13px;
    margin-right: 2px;
  }

  .withchat-container .withchat-left-sidebar .recent-default .chat>.theme-tab .nav-tabs .nav-item .nav-link {
    min-width: 60px;
  }

  .withchat-container .withchat-left-sidebar .recent-default .chat .theme-title {
    padding: 40px 20px 0 20px;
  }

  .withchat-container .withchat-left-sidebar .recent-default .chat .search-form {
    width: calc(100% - 30px);
    left: 15px;
  }

  .withchat-container .withchat-left-sidebar .recent-default .recent {
    width: 295px;
  }

  .withchat-container .withchat-left-sidebar .recent-default .recent .recent-slider {
    padding: 20px 25px 0 30px;
  }

  .withchat-container .withchat-left-sidebar .recent-default .recent .user-recent-slider.recent-slider {
    padding: 22px 25px 15px 15px;
  }

  .withchat-container .withchat-left-sidebar .recent-default .recent .theme-title {
    padding: 0 20px;
  }

  .call-log-main li,
  .contact-log-main li {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .fevorite-tab .chat-box .date-status,
  .document-tab .chat-box .date-status {
    position: absolute;
    right: 0;
    top: 10px;
    text-align: right;
  }

  .fevorite-tab .chat-main li,
  .document-tab .chat-main li {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .dynemic-sidebar .theme-title {
    margin-bottom: 20px;
  }

  .dynemic-sidebar .chat-main li .chat-box .details {
    padding-top: 8px;
    padding-bottom: 9px;
  }

  .dynemic-sidebar .chat-main .icon-btn.btn-xl {
    height: 50px;
    width: 50px;
  }

  .dynemic-sidebar .chat-main .icon-btn.btn-xl i {
    font-size: 20px;
  }

  .dynemic-sidebar .chat-main .media-body {
    position: absolute;
    right: 0;
    top: 8px;
  }

  .dynemic-sidebar .chat-main .profile {
    width: 50px;
    height: 50px;
  }

  .m-r-15 {
    margin-right: 5px;
  }

  .search2 {
    margin-left: 0px;
    margin-right: 0;
  }

  .sidebar-toggle .main-nav:not(.on)~.withchat-main.small-sidebar {
    width: calc(100% - 390px);
  }

  .sidebar-active .withchat-container .withchat-main.small-sidebar .messages .contact-details {
    width: calc(100vw - 445px);
  }

  .sidebar-active .sidebar-toggle .main-nav.on~.withchat-main.small-sidebar .contact-details {
    width: calc(100vw - 580px);
  }

  .sidebar-active .withchat-container .withchat-main.small-sidebar {
    width: calc(100% - 490px);
  }

  .sidebar-active.menu-active .withchat-container .withchat-main {
    width: calc(100% - 92px);
  }

  .menu-active .withchat-main .messages .contact-details {
    /*width: 63.9vw !important;*/
  }

  .theme-tab.tab-icon .nav-tabs .nav-item .nav-link {
    padding: 7px 15px;
  }

  .chat-main li,
  .call-log-main li,
  .contact-log-main li {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .chat-main li .chat-box,
  .chat-main li .call-box,
  .chat-main li .contact-box,
  .call-log-main li .chat-box,
  .call-log-main li .call-box,
  .call-log-main li .contact-box,
  .contact-log-main li .chat-box,
  .contact-log-main li .call-box,
  .contact-log-main li .contact-box {
    display: flex;
    align-items: center;
  }

  .chat-main li .chat-box .details,
  .chat-main li .call-box .details,
  .chat-main li .contact-box .details,
  .call-log-main li .chat-box .details,
  .call-log-main li .call-box .details,
  .call-log-main li .contact-box .details,
  .contact-log-main li .chat-box .details,
  .contact-log-main li .call-box .details,
  .contact-log-main li .contact-box .details {
    padding-left: 60px;
    padding-right: 50px;
  }

  .chat .profile {
    width: 50px;
    height: 50px;
  }

  .call-log-main .call-box .details,
  .contact-log-main .call-box .details {
    padding-right: 60px;
  }

  .call-log-main li .contact-box .details,
  .contact-log-main li .contact-box .details {
    padding-right: 80px;
    padding-left: 55px;
  }

  .group-main .group-box .details {
    padding-left: 45px;
    padding-right: 0px;
  }

  .sidebar-toggle .main-nav.on~.withchat-main .contact-details {
    width: calc(100vw - 495px);
  }

  .sidebar-toggle .main-nav.on~.withchat-main .message-input {
    width: calc(100% - 400px);
  }

  .sidebar-active .sidebar-toggle .main-nav.on~.withchat-main .message-input {
    width: calc(100% - 400px);
  }

  .sidebar-active .sidebar-toggle .main-nav.on~.withchat-main .contact-details {
    width: calc(100vw - 400px);
  }

  .sidebar-active .sidebar-toggle .main-nav.on~.withchat-main.small-sidebar .message-input {
    width: calc(100% - 400px);
  }

  .sidebar-active.menu-active .sidebar-toggle .main-nav.on~.withchat-main .message-input {
    width: calc(100% - 400px);
  }


  .menu-active .login-content .line h6::before {
    width: 4rem;
  }

  .menu-active .login-content .line h6::after {
    width: 4rem;
  }

  header .landing-header .navbar-collapse {
    width: calc(100% - 10px);
  }

  .call-log-main .call-box .details {
    padding-left: 70px !important;
  }

  .videocall.call-modal .small-image,
  .videocallhang.call-modal .small-image {
    width: 180px;
    height: 250px;
  }

  .videocall.call-modal .videocall-details .usersprof .profile {
    width: 50px;
    height: 50px;
  }
}

@media (min-width: 800px) {
  .user_top_title>div:last-child span {
    font-size: 10px;
  }
}

@media (min-width: 1199.98px) {
  .main-menu .collapse {
    display: block;
  }
}

@media (max-width: 480px) {
  .search-form:before {
    top: 15px;
    padding: 10px;
    padding-left: 0px;
    padding-top: 5px;
    position: absolute;
    z-index: 9999;
  }

  .search-form .form-group {
    height: 80px;
    width: 100%;
    top: -5px;
    position: absolute;
    margin-bottom: 0px;
  }

  .withchat-main .messages .contact-details .search-form.open {
    height: 30px;
  }

  .search-form .form-group .icon-close {
    padding: 18px;
    top: 15px;
  }
}

@media (max-width: 1199.98px) {
  .landing-header .dropdown-menu a {
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 1.5;
  }

  header .landing-header .btn {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  header .landing-header .navbar-collapse .navbar-nav {
    background-color: transparent;
    margin-left: 0;
    padding: 0 20px;
  }

  header .landing-header .navbar-nav .btn-group,
  header .landing-header .navbar-nav .btn-group-vertical {
    display: block;
  }

  header .landing-header.fixed .main-menu .navbar-nav>li>a {
    color: rgba(0, 0, 0, 0.7) !important;
  }

  .landing-page .landing-header .navbar-light .navbar-nav .active>.nav-link {
    color: rgba(0, 0, 0, 0.9);
  }

  .landing-page .landing-header .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
  }

  .theme-landing-main header .landing-header .navbar-collapse .navbar-nav {
    padding: 0;
  }

  .mobile-version-sec .withchat-back-block .chit-chat2 {
    display: none;
  }

  .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-content h3 {
    margin-bottom: 3px !important;
  }

  .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img i {
    font-size: 24px;
  }

  .emojis-main .contact-poll .contact-poll-content:before {
    left: 30px;
  }

  header {
    padding-top: 10px;
    padding-bottom: 0;
    clear: both;
  }

  header .landing-header .dropdown-menu {
    position: relative !important;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-top: 5px;
    top: unset !important;
    transform: unset !important;
  }

  header .landing-header .logo-block img {
    height: 40px;
  }

  header .landing-header .navbar-toggler {
    position: absolute;
    right: 17px;
    top: 18px;
    background-color: #ffffff;
  }

  header .landing-header .navbar-toggler:focus {
    outline: none;
  }

  header .landing-header .navbar-toggler .navbar-toggler-icon {
    vertical-align: -2px;
  }

  header .landing-header .navbar-collapse {
    position: absolute;
    top: 64px;
    background-color: #ffffff;
    right: 0;
    width: 61% !important;
    border-radius: 15px;
    padding: 20px 0;
    border: 1px solid #e5edf5;
  }

  header .landing-header .navbar-collapse .navbar-nav {
    display: block;
  }

  header .landing-header .navbar-collapse .navbar-nav .nav-item {
    display: block;
  }

  header .landing-header .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .withchat-main .messages .contact-details {
    padding: 15px;
  }

  .withchat-main .messages .contact-details .media-right ul {
    display: flex;
  }

  .withchat-main .messages .contact-details .search-form {
    height: 90px;
  }

  .withchat-main .messages .contact-details .search-form.open {
    height: 90px;
  }

  .withchat-main .message-input {
    width: calc(100% - 300px);
  }

  .withchat-main .messages .contact-details .col {
    width: 100px;
  }

  .withchat-main .messages .contact-details .left.media .media-body {
    display: none;
  }

  .theme-landing header .landing-header .navbar-collapse {
    padding: 20px;
  }

  .theme-landing header .landing-header .navbar-collapse .navbar-nav .nav-item {
    padding: 3px 0;
    margin-left: 0;
  }

  .theme-landing header .landing-header .navbar-collapse .navbar-nav .nav-item>.nav-link {
    color: rgba(0, 0, 0, 0.7) !important;
    transition: all 0.5s ease;
    padding: 0;
  }

  .theme-landing header .landing-header .navbar-collapse .navbar-nav .nav-item>.nav-link:hover {
    color: #1c9dea !important;
  }

  .theme-landing header .landing-header .dropdown-menu {
    width: 100%;
  }

  .theme-landing header .landing-header .dropdown-menu .nav-link a {
    transition: all 0.5s ease;
  }

  .theme-landing header .landing-header .dropdown-menu .nav-link a:hover {
    color: #1c9dea !important;
  }

  .rate-us {
    padding-top: 40px !important;
  }
}

@media (max-width: 1024px) {
  .slider-block {
    background-position: bottom !important;
  }

  .withchat-main .messages .contact-details .left.media .media-body:before {
    top: -4px;
  }

  .withchat-main .messages .contact-details .media-body h5 {
    display: none;
  }

  .sidebar-toggle .main-nav.on~.withchat-main .contact-details ul li {
    padding-left: 4px;
  }

  .sidebar-active .sidebar-toggle .main-nav.on~.withchat-main.small-sidebar .contact-details ul li {
    padding-left: 21px;
  }

  .sidebar-active .sidebar-toggle .main-nav~.withchat-main .messages .contact-details .calls>li {
    padding-left: 8px;
  }

  .sidebar-active .withchat-container .withchat-main.small-sidebar {
    width: calc(100% - 490px);
  }

  .withchat-main .messages .contact-details {
    padding: 15px 15px;
  }

  .withchat-main .messages .contact-details .media-right ul {
    display: flex;
  }

  .faq-section .accordion.theme-accordion .card .card-header button:before {
    right: 10px;
  }
}

@media (max-width: 992px) {

  .withchat-right-sidebar .document,
  .withchat-right-sidebar .media-gallery,
  .withchat-right-sidebar .status {
    padding: 30px 20px;
  }


  .withchat-container .withchat-right-sidebar {
    min-width: 280px;
    width: 280px;
  }

  

  .withchat-container.sidebar-overlap .withchat-main .messages .contact-details {
    width: 100% !important;
  }

  .withchat-container.sidebar-overlap .withchat-main,
  .withchat-container.sidebar-overlap .message-input,
  .withchat-container.sidebar-overlap .contact-details {
    width: 100% !important;
  }


  .secure-app-main {
    height: 350px;
  }

  .secure-app-main .secure-app-content {
    height: 350px;
  }

  [class*=introjs] {
    display: none;
  }

  .main-nav.introjs-fixParent,
  .sidebar-top.introjs-relativePosition {
    display: block;
  }

  header .landing-header {
    padding: 5px 15px;
  }

  header .landing-header.fixed {
    padding: 5px 15px;
  }

  .sidebar-active .sidebar-toggle .main-nav.on~.withchat-main.small-sidebar .message-input {
    width: calc(100% - 400px);
  }

  .sidebar-active .sidebar-toggle .main-nav.on~.show-recent~.withchat-main.small-sidebar .messages .contact-details ul li {
    padding-left: 9px;
  }

  .sidebar-active .sidebar-toggle .main-nav.on~.show-recent~.withchat-main.small-sidebar .message-input {
    width: calc(100% - 590px);
  }

  .sidebar-active .sidebar-toggle .main-nav~.show-recent~.withchat-main.small-sidebar .messages .contact-details ul li {
    padding-left: 24px;
  }

  .sidebar-active .sidebar-toggle .main-nav~.show-recent~.withchat-main.small-sidebar .message-input {
    width: calc(100% - 500px);
  }

  .sidebar-active .withchat-container .withchat-main.small-sidebar {
    width: calc(100% - 92px);
  }

 
  .sidebar-toggle .main-nav.on~.show-recent~.withchat-main .message-input {
    width: calc(100% - 500px);
  }

  .sidebar-toggle .main-nav~.show-recent~.withchat-main .messages .contact-details ul li {
    padding-left: 9px;
  }

  .sidebar-toggle .main-nav~.show-recent~.withchat-main .message-input {
    width: calc(100% - 400px);
  }

  .recent .theme-title .close-contentbtn {
    display: flex;
  }

  .element-card .typography .font_label {
    margin-bottom: 20px;
  }

  .login-content .line h6::before {
    width: 3.5rem;
  }

  .login-content .line h6::after {
    width: 3.5rem;
  }

  .mr-3 {
    margin-right: 10px !important;
  }

  footer .footer_order_2 {
    order: -1;
  }

  footer .footer_order_1 {
    order: -2;
  }

  footer .footer_order_3 {
    margin-top: 40px;
  }
}

@media (max-width: 991px) {
  header .landing-header .btn {
    margin-right: 10px;
  }

  .slider-block .slider-main .slider-contain {
    margin-top: 85px;
    margin-left: 0;
  }

  .video-popup iframe {
    height: 278px;
  }


  .blog-detail-page .blog-detail .post-social ul.social-group {
    float: none;
    margin-top: 15px;
    display: block;
  }

  footer .footer-block {
    display: flex;
    justify-content: center;
  }

  footer .footer-block>div {
    margin-top: 30px;
  }

  footer .footer-block>div:last-child,
  footer .footer-block>div:first-child {
    order: -1;
    margin-top: 0px;
  }

  .audiocall1.call-modal,
  .audiocall1.call-modal,
  .audiocall1.call-modal,
  .audiocall1.call-modal,
  .audiocall1.call-modal,
  .audiocall2.call-modal,
  .audiocall2.call-modal,
  .audiocall2.call-modal,
  .audiocall2.call-modal,
  .audiocall2.call-modal,
  .videocall.call-modal,
  .videocall.call-modal,
  .videocall.call-modal,
  .videocall.call-modal,
  .videocall.call-modal,
  .videocallhang.call-modal,
  .videocallhang.call-modal,
  .videocallhang.call-modal,
  .videocallhang.call-modal,
  .videocallhang.call-modal,
  .conferencecall.call-modal,
  .conferencecall.call-modal,
  .conferencecall.call-modal,
  .conferencecall.call-modal,
  .conferencecall.call-modal {
    min-height: 530px;
  }

  .videocall.call-modal .small-image,
  .videocallhang.call-modal .small-image {
    width: 150px;
    height: 200px;
    left: 20px;
  }

  .three-in-one-sec {
    margin-top: 0;
  }

  .real-time-customizer .chit-chat5,
  .bonus-page .chit-chat5,
  .collaboration-main .chit-chat5,
  .dark-light .chit-chat5,
  .easy-navigation .chit-chat5 {
    display: none;
  }

  .snippet-modal-main.modal-dialog {
    width: 600px;
  }

  .pol-modal-main.modal-dialog {
    width: 600px;
  }

  .notes-modal-main .modal-content {
    height: 450px;
  }

  .notes-modal-main .modal-content .modal-body {
    overflow: auto;
    padding: 0;
  }

  .notes-modal-main .modal-content .card .card-header {
    padding: 20px;
  }

  .notes-modal-main .modal-content .card .card-body {
    padding: 20px;
  }

  .notes-modal-main .modal-content .card .card-body h1 {
    padding-bottom: 15px;
    line-height: 1;
  }
}

/*@media (max-width: 800px) {*/
  .withchat-left-sidebar .search-form .form-group .icon-close {
    top: 3px;
  }

  .profile-box .details.edit {
    width: 90%;
  }

  

  .withchat-main .chat-content .badge.sm {
    padding: 4px;
  }

  .mobile-sidebar,
  .mobile-back {
    display: inline-flex;
  }

  .search2>div {
    width: 100%;
    height: 50px;
  }

  .theme-tab.tab-icon .nav-tabs .nav-item .nav-link {
    padding: 10px 35px;
    font-size: 16px;
  }

  .theme-tab.tab-icon .nav-tabs .nav-item .nav-link svg {
    height: 22px;
  }

  .chat .details {
    padding-left: 75px !important;
  }

  .chat .details h6,
  .withchat-left-sidebar .details h6 {
    max-width: unset;
    font-size: calc(12px + 2 * (100vw - 320px) / 480);
    padding-top: 6px;
  }


  
  .chat .profile,.withchat-left-sidebar .profile {
    width: 50px;
    height: 50px;
  }

  .setting_wrap .profile {
    min-width: 60px;
  }

  .theme-tab>.nav-tabs>.nav-item .nav-link {
    padding: 12px 60px;
    font-size: calc(14px + 8 * (100vw - 320px) / 1600);
  }

  .withchat-container .main-nav.on~.withchat-left-sidebar .dynemic-sidebar {
    width: calc(100vw - 100px);
    min-width: calc(100vw - 100px);
  }

  .withchat-container .main-nav.on~.withchat-left-sidebar .dynemic-sidebar.recent-default .recent,
  .withchat-container .main-nav.on~.withchat-left-sidebar .dynemic-sidebar.recent-default .chat {
    width: calc(100vw - 100px);
  }

  .withchat-container .withchat-left-sidebar .recent-default .chat .search {
    margin-top: 10px;
  }

  .withchat-container .withchat-left-sidebar .recent-default .chat h2 {
    font-size: calc(20px + 12 * (100vw - 320px) / 480);
  }

  .withchat-container .withchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a {
    font-size: calc(13px + 4 * (100vw - 320px) / 480);
    padding: 5px 40px;
  }

  .withchat-container .withchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a svg {
    height: 14px;
    width: 14px;
  }

  .withchat-container .withchat-left-sidebar .recent-default .recent {
    width: 100vw;

  }

  .withchat-container .withchat-left-sidebar {
    width: calc(100vw - 1px);
    min-width: calc(100vw - 1px);
    /* animation: fadeInRight 0.1s ease-in-out;
    transition: all 0.1s ease; */
  }

  .withchat-container .withchat-left-sidebar .fevorite-tab,
  .withchat-container .withchat-left-sidebar .document-tab,
  .withchat-container .withchat-left-sidebar .contact-list-tab,
  .withchat-container .withchat-left-sidebar .notification-tab,
  .withchat-container .withchat-left-sidebar .setting_wrap,
  .withchat-container .withchat-left-sidebar .recent-default,
  .withchat-container .withchat-left-sidebar .status-tab {
    width: calc(100vw - 1px);
    min-width: calc(100vw - 1px);
    /* animation: fadeInRight 0.1s ease-in-out;
    transition: all 0.1s ease; */
  }

  .sidebar-toggle .main-nav:not(.on)~.withchat-main.small-sidebar {
    width: calc(100% - 90px);
  }

  .sidebar-toggle .main-nav:not(.on)~.withchat-main.small-sidebar .message-input {
    width: calc(100% - 0px);
  }


 

  .withchat-container .withchat-main .messages .contact-details {
    animation: fadeInRight 300ms ease-in-out;
    transition: all 0.3s ease;
  }

  .withchat-container .withchat-main {
    width: 100vw;
    max-width: 100vw;
    overflow: hidden;
  }

  .withchat-container.mobile-menu .withchat-left-sidebar {
    display: none;
    width: 0;
    min-width: 0;
    opacity: 0;
    animation: fadeInRight 300ms ease-in-out;
    transition: all 0.3s ease;
  }

  .chat-tabs ul li.nav-item {
    margin: 0 10px;
  }

  .chat-tabs ul li.nav-item a {
    width: 100%;
  }

  ul.chat-cont-setting {
    left: unset;
    right: 20px;
  }
/*}*/

@media (max-width: 767.98px) {
  .icon-btn.btn-xl svg {
    height: 18px;
    width: 18px;
  }

  .badge-one .badge.sm {
    padding: 4px;
  }

  .landing-title .sub-title {
    margin-bottom: 20px;
  }

  .withchat-main .withchat-contain ul.detial-price li i {
    margin-right: 10px;
  }

  .videocall.call-modal .videocall-details {
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.8);
  }

  .modal-dialog-centered .modal-content {
    max-height: 90vh;
    overflow: scroll;
  }

  .modal-dialog-centered .modal-content.todo-main-modal {
    overflow: unset;
  }

  .zoomcontent {
    display: none;
  }

  footer .copyright .footer-left {
    margin-bottom: 5px;
  }

  header .landing-header {
    max-width: 99%;
  }

  .three-in-one-sec {
    margin-top: 0;
  }

  .bonus-page .demo-title {
    margin-top: 10px;
  }

  .three-in-one-sec .landing-screen-animation>div:nth-child(2),
  .three-in-one-sec .landing-screen-animation>div:first-child {
    margin-bottom: 30px;
  }

  .rate-us .rate_us-section h2 {
    margin: 20px 0;
  }

  .rate-us .rate_us-section .rate-section li i {
    font-size: 28px;
  }

  .sidebar-pannle-main {
    display: none;
  }

  .withchat-loader h3 {
    margin-top: 15px;
    padding: 0 15px;
    line-height: 1.4;
  }

  .withchat-loader img {
    height: 80px;
  }

  .videocall.call-modal .small-image {
    left: 20px;
  }

  .withchat-main .messages .contact-details .left.media .media-right .icon-btn i {
    font-size: 21px;
  }

  .withchat-main .messages .contact-details .left.media .media-right .icon-btn svg {
    vertical-align: unset;
    stroke-width: 2px;
  }


  .sidebar-active .sidebar-toggle .main-nav.on~.withchat-main.small-sidebar .messages .contact-details ul li {
    padding-left: 33px;
  }

  .sidebar-active .sidebar-toggle .main-nav.on~.withchat-main.small-sidebar .message-input {
    width: calc(100% - 200px);
  }

 
  .sidebar-active .sidebar-toggle .main-nav~.withchat-main.small-sidebar .messages .contact-details ul li {
    padding-left: 10px;
  }

  .contact-details .media-right ul {
    display: flex;
  }

  .sidebar-toggle .main-nav.on~.withchat-main .message-input {
    width: calc(100% - 100px);
  }

  .sidebar-toggle .main-nav~.show-recent~.withchat-main .messages .contact-details ul li {
    padding-left: 17px;
  }

  .sidebar-toggle .main-nav~.withchat-main .messages .contact-details ul li {
    padding-left: 8px;
  }

  .copyright p {
    text-align: center;
  }

  .links_horizontal .text-right {
    text-align: center !important;
  }

  .blog-page .blog-sidebar .blog-card .blog-follow li {
    margin-right: 10px;
  }

  .blog-detail-page .blog-detail .post-social ul.social-group {
    margin-top: 5px;
    float: unset;
  }

  .element-card .typography h1,
  .element-card .typography h2,
  .element-card .typography h3,
  .element-card .typography h4,
  .element-card .typography h5,
  .element-card .typography h6 {
    margin-bottom: 10px;
  }

  .element-card .typography .font_label {
    margin-right: 10px;
  }

  .downlaod .footer-btn .btn+.btn {
    margin-top: 15px;
    margin-left: unset;
  }

  .sidebar-pannle-main {
    right: 15px;
  }

  .withchat-main .messages .contact-details .left.media .media-right .icon-btn i {
    font-size: 21px;
  }

  .withchat-main .messages .contact-details .left.media .media-right .icon-btn svg {
    vertical-align: unset;
    stroke-width: 2px;
  }



  .sidebar-active .sidebar-toggle .main-nav.on~.withchat-main.small-sidebar .messages .contact-details ul li {
    padding-left: 33px;
  }

  .sidebar-active .sidebar-toggle .main-nav.on~.withchat-main.small-sidebar .message-input {
    width: calc(100% - 200px);
  }

  .sidebar-active .sidebar-toggle .main-nav.on~.withchat-main .messages .contact-details ul li {
    padding-left: 24px;
  }

  .sidebar-active .sidebar-toggle .main-nav~.withchat-main .messages .contact-details ul li {
    padding-left: 28px;
  }

  .sidebar-active .sidebar-toggle .main-nav~.withchat-main.small-sidebar .messages .contact-details ul li {
    padding-left: 10px;
  }



  .sidebar-toggle .main-nav.on~.withchat-main .message-input {
    width: calc(100% - 100px);
  }

  .sidebar-toggle .main-nav~.show-recent~.withchat-main .messages .contact-details ul li {
    padding-left: 17px;
  }

  .sidebar-toggle .main-nav~.withchat-main .messages .contact-details ul li {
    padding-left: 8px;
  }

  .copyright p {
    text-align: center;
  }

  .links_horizontal .text-right {
    text-align: center !important;
  }

  .blog-page .blog-sidebar .blog-card .blog-follow li {
    margin-right: 10px;
  }

  .element-card .typography h1,
  .element-card .typography h2,
  .element-card .typography h3,
  .element-card .typography h4,
  .element-card .typography h5,
  .element-card .typography h6 {
    margin-bottom: 10px;
  }

  .element-card .typography .font_label {
    margin-right: 10px;
  }

  .downlaod .footer-btn .btn+.btn {
    margin-top: 10px;
    margin-left: unset;
  }

  footer .footer-title .according-menu {
    font: normal normal normal 14px/1 FontAwesome;
  }

  footer .footer-title .according-menu:before {
    content: "\f107";
    position: absolute;
    right: 20px;
    top: 16px;
    color: #1c9dea;
    font-size: 18px;
    font-weight: 600;
  }

  footer .footer-title.active .according-menu {
    font: normal normal normal 14px/1 FontAwesome;
  }

  footer .footer-title.active .according-menu:before {
    content: "\f106";
    position: absolute;
    right: 20px;
    top: 2px;
    color: #1c9dea;
    font-size: 18px;
    font-weight: 600;
  }

  footer .links li+li {
    margin-top: 5px;
  }

  footer .links .footer-contant {
    margin-bottom: -2px;
  }

  footer .logo img {
    width: 150px;
    height: auto;
  }

  footer .footer-mobile-title {
    display: block;
  }

  footer .footer-block>div:nth-child(n+2) {
    margin-top: 15px !important;
  }

  footer .footer-block>div:nth-child(n+2) .footer-title {
    border-top: 1px solid rgba(28, 157, 234, 0.2);
  }

  footer h3 {
    margin-top: 15px !important;
    margin-bottom: 0 !important;
  }

  footer .footer-contant {
    margin-top: 10px;
  }

  footer .footer-contant .footer-btn {
    display: grid;
    width: fit-content;
  }

  footer .footer-contant .footer-btn .btn {
    display: inline-flex;
    padding: 10px 20px;
  }

  footer .footer-contant .footer-btn .btn i {
    font-size: 16px;
  }

  footer .footer-contant .social-group li a {
    width: 28px;
    height: 28px;
  }

  footer .footer-contant .social-group li a i {
    font-size: 13px;
  }

  footer .footer-contant ul li a {
    font-size: 13px;
  }

  footer .footer-contant ul li a::before {
    font-size: 8px;
  }

  .footer_order_1 {
    width: 60%;
    float: left;
  }

  .footer_order_2 {
    width: 40%;
    float: right;
  }

  .footer_order_3 {
    width: 33%;
    float: left;
  }

  .img-10 {
    width: 5px !important;
  }

  .img-20 {
    width: 10px !important;
  }

  .img-30 {
    width: 20px !important;
  }

  .img-40 {
    width: 25px !important;
  }

  .img-50 {
    width: 35px !important;
  }

  .img-60 {
    width: 45px !important;
  }

  .img-70 {
    width: 55px !important;
  }

  .img-80 {
    width: 65px !important;
  }

  .img-90 {
    width: 75px !important;
  }

  .img-100 {
    width: 85px !important;
  }

  .add-popup .close {
    width: 65px;
    height: 65px;
  }

  .add-popup .close span {
    top: 15px;
    right: 15px;
  }

  .add-popup .modal-footer {
    padding: 20px 20px;
  }

  .audiocall1.call-modal,
  .audiocall1.call-modal,
  .audiocall1.call-modal,
  .audiocall1.call-modal,
  .audiocall1.call-modal,
  .audiocall2.call-modal,
  .audiocall2.call-modal,
  .audiocall2.call-modal,
  .audiocall2.call-modal,
  .audiocall2.call-modal,
  .videocall.call-modal,
  .videocall.call-modal,
  .videocall.call-modal,
  .videocall.call-modal,
  .videocall.call-modal,
  .videocallhang.call-modal,
  .videocallhang.call-modal,
  .videocallhang.call-modal,
  .videocallhang.call-modal,
  .videocallhang.call-modal,
  .conferencecall.call-modal,
  .conferencecall.call-modal,
  .conferencecall.call-modal,
  .conferencecall.call-modal,
  .conferencecall.call-modal {
    min-height: 480px;
  }

  .audiocall1.call-modal .title2,
  .audiocall1.call-modal .title2,
  .audiocall1.call-modal .title2,
  .audiocall1.call-modal .title2,
  .audiocall1.call-modal .title2,
  .audiocall2.call-modal .title2,
  .audiocall2.call-modal .title2,
  .audiocall2.call-modal .title2,
  .audiocall2.call-modal .title2,
  .audiocall2.call-modal .title2,
  .videocall.call-modal .title2,
  .videocall.call-modal .title2,
  .videocall.call-modal .title2,
  .videocall.call-modal .title2,
  .videocall.call-modal .title2,
  .videocallhang.call-modal .title2,
  .videocallhang.call-modal .title2,
  .videocallhang.call-modal .title2,
  .videocallhang.call-modal .title2,
  .videocallhang.call-modal .title2,
  .conferencecall.call-modal .title2,
  .conferencecall.call-modal .title2,
  .conferencecall.call-modal .title2,
  .conferencecall.call-modal .title2,
  .conferencecall.call-modal .title2 {
    margin-bottom: 5px;
  }

  .audiocall1 .icon-btn.btn-xl,
  .audiocall2 .icon-btn.btn-xl,
  .videocall .icon-btn.btn-xl,
  .videocallhang .icon-btn.btn-xl,
  .conferencecall .icon-btn.btn-xl {
    width: 40px;
    height: 40px;
    padding: 10px;
  }

  .videocall.call-modal .videocall-details,
  .videocallhang.call-modal .videocall-details {
    padding: 20px;
    padding-left: 30px;
  }

  .videocall.call-modal .videocall-details .usersprof .profile,
  .videocallhang.call-modal .videocall-details .usersprof .profile {
    width: 35px;
    height: 35px;
  }

  .videocall.call-modal .small-image,
  .videocallhang.call-modal .small-image {
    width: 120px;
    height: 140px;
    left: 15px;
  }

  .videocall.call-modal .videocall-details#basicUsage,
  .videocallhang.call-modal .videocall-details#basicUsage {
    margin-right: 5px;
  }

  footer .footer-mobile-title h3 {
    margin-top: 0 !important;
  }

  .snippet-modal-main.modal-dialog {
    width: 550px;
  }

  .snippet-modal-main .default-form .form-group .btn-snipate {
    margin-top: 30px;
  }

  .snippet-modal-main .default-form .form-group .btn-snipate .btn {
    padding: 10px 25px;
  }

  .pol-modal-main.modal-dialog {
    width: 550px;
  }

  .pol-modal-main .modal-body .creat-poll-btn {
    margin-top: 30px;
  }

  .add-popup .modal-header,
  .add-popup .modal-footer {
    padding: 20px 25px;
  }

  .reminder-modal-main .modal-content .modal-body .reminder-btn .btn {
    padding: 12px 25px;
  }

  .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li {
    padding: 10px 15px;
  }

  .reminder-modal-main .modal-body .form-group ul.reminder-count li {
    padding: 10px 15px;
  }
}

@media (max-width: 600px) {
  .calls .dropdown .dropdown-menu {
    top: 30px !important;
  }

  .setting-block .block {
    top: 110px;
  }

  .withchat-container .withchat-main .contact-content,
  .withchat-container .withchat-main .call-content {
    padding: 20px;
  }

  .withchat-container .withchat-main .messages .contact-details .col-7 {
    padding-right: 0;
  }

  .withchat-container .withchat-main .messages .contact-details .col-7 .media-right {
    order: -1;
  }

  .withchat-container .withchat-main .messages .contact-details .col-7 .media-right li {
    padding-left: 0 !important;
    padding-right: 8px;
  }

  .withchat-container .withchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a {
    padding: 5px 20px;
  }

  .emojis-main .contact-poll .contact-poll-content {
    bottom: 60px;
    left: 60px;
  }

 

  footer .footer-title .according-menu {
    font: normal normal normal 14px/1 FontAwesome;
  }

  footer .footer-title.active .according-menu {
    font: normal normal normal 14px/1 FontAwesome;
  }

  footer .footer_order_1,
  footer .footer_order_2,
  footer .footer_order_3 {
    width: 100%;
  }

  .sidebar-active .sidebar-toggle .main-nav.on~.withchat-main.small-sidebar .messages .contact-details ul li {
    padding-left: 30px;
  }

  .sidebar-active .sidebar-toggle .main-nav~.withchat-main .messages .contact-details ul li {
    padding-left: 20px;
  }

 

  .withchat-main .messages .contact-details .left.media .media-left {
    height: unset;
  }

  .withchat-main .messages .contact-details .profile {
    width: 40px;
    height: 40px;
    border-radius: 15px;
  }

  .sidebar-toggle .main-nav.on~.withchat-main .messages .contact-details ul li {
    padding-left: 0px;
  }

  .sidebar-toggle .pricing-box {
    margin: 10px;
    padding: 20px;
  }

  .sidebar-toggle .pricing-box ul.avb-price li i {
    margin-right: 10px;
  }

  .sidebar-toggle footer {
    padding-bottom: 0px;
  }

  .sidebar-toggle footer .footer-mobile-title {
    display: block !important;
  }

  .sidebar-toggle footer .footer-title .according-menu {
    font: normal normal normal 14px/1 FontAwesome;
  }

  .sidebar-toggle footer .footer-title.active .according-menu {
    font: normal normal normal 14px/1 FontAwesome;
  }

  .sidebar-toggle footer .footer_order_3 {
    margin-top: 0px;
  }

  .sidebar-toggle footer .downlaod {
    margin-top: 0px;
  }

  .sidebar-toggle footer .downlaod .footer-btn .btn+.btn {
    margin-left: 15px;
    margin-top: unset;
  }

  .sidebar-toggle footer .links {
    margin-top: 0px;
  }

  .sidebar-toggle footer .section-py-space {
    padding-bottom: 30px;
  }

  .sidebar-toggle footer .footer-contant {
    margin-bottom: 20px;
  }
}

@media (max-width: 575.98px) {
 

  .contact-chat .profile {
    height: 40px;
    width: 40px;
    border-radius: 15px;
  }

  .contact-chat>ul>li.sent .auto-gallery li,
  .contact-chat>ul>li.replies .auto-gallery li {
    height: 107px;
    width: 107px;
    border-radius: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
  }



  .contact-chat>ul>li.replies .document {
    padding: 10px 25px;
  }

  .contact-chat>ul>li.replies .document i {
    margin-right: 15px;
    font-size: 24px;
  }

  .contact-chat>ul>li.replies .document .icon-btns i {
    margin-right: 0;
  }

  .contact-chat>ul>li.replies .document .details {
    display: none;
  }

  .contact-chat>ul>li.replies .media .profile {
    margin-left: 0.7rem !important;
  }

  .contact-chat>ul>li.sent .document {
    padding: 10px 25px;
  }

  .contact-chat>ul>li.sent .document i {
    margin-right: 15px;
    font-size: 24px;
  }

  .contact-chat>ul>li.sent .document .icon-btns i {
    margin-right: 0;
  }

  .contact-chat>ul>li.sent .document .details {
    display: none;
  }

  .contact-chat>ul>li.sent .media .profile {
    margin-left: 0em !important;
  }

  .chat-main li .chat-box .details h6 {
    line-height: 1.2;
  }

  .blog-detail-page .blog-commant .comment-section li img {
    margin-right: 10px;
  }

  .blog-detail-page .blog-detail .post-social li+li {
    padding-left: 10px;
    margin-left: 10px;
  }

  .withchat-container .withchat-right-sidebar {
    width: 100%;
  }

  .share-media .media-small .border-portfolio a,
  .share-media .media-big .border-portfolio a {
    display: block;
  }

  .share-media .isotopeSelector .media-big .overlay {
    height: 160px;
  }

  .share-media .isotopeSelector .media-small .overlay {
    height: 72px;
  }

  .team-work-main .team-work-content .ply-main .ply-content {
    padding: 5px;
  }

  .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content {
    width: 35px;
    height: 35px;
  }

  .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content i {
    font-size: 14px;
    margin-left: 4px;
    margin-top: 2px;
  }

  header .landing-header {
    padding: 0;
  }

  header .landing-header .navbar-toggler {
    top: 11px;
  }

  .search-form:before {
    top: 20px;
  }

  .withchat-left-sidebar .search-form .form-group .icon-close {
    top: 1px;
  }

  .withchat-left-sidebar [class*=-tab] .search-form .form-group .icon-close {
    top: 3px;
  }

  .landing_page_slider .animated-img-2 {
    display: none;
  }

  .sidebar-toggle .main-nav.on {
    position: absolute;
    left: 0;
    z-index: 9999 !important;
    background-color: #ffffff;
  }

  .withchat-container .main-nav.on~.withchat-left-sidebar .recent-default {
    width: 100vw;
    min-width: 100vw;
  }

  .withchat-container .main-nav.on~.withchat-left-sidebar .dynemic-sidebar:not(.recent-default) {
    margin-left: 100px;
  }

  .withchat-container .main-nav.on~.withchat-left-sidebar .dynemic-sidebar.recent-default .recent,
  .withchat-container .main-nav.on~.withchat-left-sidebar .dynemic-sidebar.recent-default .chat {
    width: 100vw;
  }

  .landing_page_slider .animated-img-2 {
    display: none;
  }

  .sidebar-toggle .main-nav.on~.withchat-main .contact-details ul li {
    padding-left: 9px;
  }

  .inner-page header {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .inner-page header .landing-header .navbar-collapse {
    width: 100% !important;
  }

  .theme-landing header .landing-header .navbar-collapse {
    width: 100% !important;
  }

  .sidebar-active .sidebar-toggle .main-nav.on~.withchat-main.small-sidebar .messages .contact-details ul li {
    padding-left: 24px;
  }

  .sidebar-active .sidebar-toggle .main-nav .withchat-main .messages .contact-details ul li {
    padding-left: 11px;
  }

 

  .blog-page .blog-media .blog-right ul li+li {
    padding-left: 10px;
    margin-left: 10px;
  }

  .add-popup .modal-footer .btn {
    padding: 10px 20px;
  }

  .add-popup .modal-body .modal-body {
    padding: 15px;
  }

  .msg-chat-modal .chat-main li,
  .msg-chat-modal .chat-main li {
    padding-left: 10px;
    padding-right: 10px;
  }

  .videocall.call-modal .small-image {
    width: 100px;
    height: 120px;
    bottom: 31%;
    display: none !important;
  }

  .rate-us .rate_us-section .rate-section {
    margin: 0 0 18px 0;
  }

  .rate-us .rate_us-section .rate_btn {
    padding: 10px 35px;
  }

  .snippet-modal-main {
    padding: 15px;
  }

  .snippet-modal-main.modal-dialog {
    width: 100%;
    margin: 0;
  }

  .pol-modal-main {
    padding: 15px;
  }

  .pol-modal-main.modal-dialog {
    width: 100%;
    margin: 0;
  }

  .pol-modal-main .modal-body .creat-poll-btn {
    margin-top: 20px;
  }

  .pol-modal-main .modal-body .form-group .post-poll {
    padding: 15px;
  }

  .pol-modal-main .modal-body .form-group .post-poll ul {
    display: block;
  }

  .pol-modal-main .modal-body .form-group .post-poll ul li {
    text-align: center;
  }

  .pol-modal-main .modal-body .form-group .post-poll ul li p {
    padding: 15px;
    padding-bottom: 0;
  }

  .pol-modal-main .modal-body .form-group .allow-group {
    font-size: 13px;
  }

  .msg-chat-modal .chat-main li .chat-box .profile {
    width: 40px;
    height: 40px;
  }

  .msg-chat-modal .chat-main li .chat-box .details {
    padding-left: 50px;
  }

  .add-popup .modal-header,
  .add-popup .modal-footer {
    padding: 15px;
  }

  .add-popup .close {
    width: 55px;
    height: 55px;
  }

  .add-popup .close span {
    top: 10px;
    right: 10px;
  }

  .create-todo-main-modal .todo-task .todo-main-content .drop-picker {
    margin: 15px 15px 0 15px;
  }

  .todo-main-modal .todo-task .todo-main-content .drop-picker {
    margin: 15px 15px 0 15px;
  }
}

@media (max-width: 480px) {
  .vdp-datepicker__calendar {
    width: 245px !important;
  }

  .vdp-datepicker__calendar .cell {
    height: 32px !important;
    line-height: 32px !important;
  }

  .withchat-left-sidebar .search-form .form-group .icon-close {
    top: 6px;
  }

  .withchat-left-sidebar [class*=-tab] .search-form .form-group .icon-close {
    top: 6px;
  }

  .theme-tab.tab-icon .nav-tabs .nav-item .nav-link {
    padding: 8px 15px;
    font-size: 14px;
  }

  .theme-tab.tab-icon .nav-tabs .nav-item .nav-link svg {
    height: 18px;
  }

  .element-card-body .theme-tab>.nav-tabs>.nav-item .nav-link {
    padding: 7px 20px;
  }

  .withchat-main .contact-content .user-profile .user-content ul li,
  .withchat-main .call-content .user-profile .user-content ul li {
    padding: 5px;
    font-size: 12px;
  }

  .withchat-container .main-nav.on~.withchat-left-sidebar .dynemic-sidebar:not(.recent-default).active {
    min-width: 100%;
    width: 100%;
    margin-left: 0;
    z-index: 99999;
    transition: all 0.3s ease;
  }

  .groupuser .gr-chat-friend-toggle .gr-chat-frind-content {
    width: 295px;
  }

  .groupuser .gr-chat-friend-toggle .gr-chat-frind-content::before {
    right: 125px;
  }

  .withchat-main .messages .contact-details ul li.chat-friend-toggle .icon-btn {
    width: 32px;
  }

  .groupuser .gr-chat-friend-toggle .gr-chat-frind-content {
    margin-right: -100px;
  }

  .search-form .form-group .icon-close {
    padding: 18px;
  }

  .withchat-container .withchat-left-sidebar .recent-default .chat .search-form {
    height: 50px;
    top: 10px;
  }

  .emojis-main .contact-poll .contact-poll-content {
    padding: 20px;
  }

  .emojis-main .contact-poll .contact-poll-content ul li {
    margin-bottom: 8px;
    font-size: 14px;
    padding-left: 25px;
  }

  .emojis-main .contact-poll .contact-poll-content ul li a svg {
    width: 16px;
  }

  .withchat-container .withchat-left-sidebar .recent-default .chat>.theme-tab .nav-tabs .nav-item .nav-link {
    min-width: 50px;
  }

  .theme-tab>.nav-tabs>.nav-item .nav-link {
    padding: 7px 40px;
  }

  .chat-main li {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .msg-setting-main .msg-dropdown-main .msg-dropdown {
    right: 0;
    left: unset;
  }

  .replies .msg-setting-main .msg-dropdown-main .msg-dropdown {
    left: 0;
    right: unset;
  }

  .msg-box>li h5,
  .msg-box>li .document {
    padding: 8px 14px;
  }

  .withchat-main .messages .contact-details {
    padding: 10px;
    top: 20px;
  }

  .contact-chat .sent .profile.mr-4 {
    margin-right: 0.3rem !important;
  }

  .chat-tabs ul li.nav-item {
    margin: 0 5px;
  }


  .withchat-container .withchat-main .messages .contact-details {
    top: 0px;
  }

  .withchat-container .withchat-left-sidebar .recent-default .recent {
    padding-top: 0px;
  }

  .withchat-container .withchat-left-sidebar .recent-default .recent~.chat {
    margin-top: 170px;
  }

  .withchat-container .withchat-left-sidebar .recent-default .recent .recent-slider {
    padding-top: 0;
  }

  .withchat-container .withchat-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile {
    height: 80px;
  }

  .withchat-container .withchat-left-sidebar .recent-default .recent .mobile-back {
    background-color: transparent !important;
    width: unset;
    font-size: 13px;
  }

  .withchat-container .withchat-left-sidebar .recent-default .recent .mobile-back i {
    font-size: 14px;
  }

  .withchat-container .withchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a {
    padding: 2px 10px;
  }

  .contact-chat .profile {
    height: 30px;
    width: 30px;
  }

  .contact-details>.row .icon-btn {
    background-color: transparent;
    width: 20px;
  }

  .contact-details>.row .icon-btn:focus,
  .contact-details>.row .icon-btn:active,
  .contact-details>.row .icon-btn.active {
    background-color: transparent !important;
    box-shadow: none !important;
  }

  .contact-details>.row .dropdown .icon-btn {
    width: 32px;
  }

  .withchat-container .withchat-left-sidebar .recent-default .chat .theme-title {
    padding: 10px 20px 0 20px;
    margin-bottom: 0;
  }

  .emojis-main .emojis-contain .emojis-sub-contain:before,
  .emojis-main .sticker-contain .emojis-sub-contain:before {
    left: 40px;
  }

  .emojis-main .emojis-contain.open,
  .emojis-main .sticker-contain.open {
    bottom: 60px;
    width: 280px;
    height: 280px;
  }

  .app-sidebar .app-list {
    z-index: 999;
    position: relative;
  }

  .app-sidebar.active .apps-ul>li.active,
  .app-sidebar.active .apps-ul>.tab-content>.tab-pane.active {
    right: 0;
    z-index: 9999;
  }

  .withchat-main .message-input input {
    width: calc(100% - 170px);
  }

  .sidebar-toggle .main-nav:not(.on)~.withchat-main.small-sidebar {
    width: calc(100% - 0px);
  }

  .sidebar-toggle .main-nav:not(.on)~.withchat-main.small-sidebar .message-input {
    width: calc(100% - 0px);
  }

  .toggle-sticker {
    display: none;
  }

  .sidebar-active .withchat-container .withchat-main.small-sidebar {
    width: calc(100% - 1px);
  }

  .sidebar-active .sidebar-toggle .main-nav.on~.withchat-main.small-sidebar .message-input {
    width: calc(100% - 5px);
  }

  .sidebar-toggle .main-nav.on~.withchat-main .contact-details ul li {
    padding-left: 18px;
  }

  footer .section-py-space .footer-title .according-menu:before {
    right: 10px;
  }

  .error-main .error-contain .animated-bg i {
    height: 70px;
    width: 70px;
  }

  .img-10 {
    width: 4px !important;
  }

  .img-20 {
    width: 8px !important;
  }

  .img-30 {
    width: 10px !important;
  }

  .img-40 {
    width: 13px !important;
  }

  .img-50 {
    width: 20px !important;
  }

  .img-60 {
    width: 30px !important;
  }

  .img-70 {
    width: 40px !important;
  }

  .img-80 {
    width: 50px !important;
  }

  .img-90 {
    width: 60px !important;
  }

  .img-100 {
    width: 70px !important;
  }

  .viddiolog.fade.modal-dialog {
    max-width: 100%;
  }

  .create-todo-main-modal .modal-body .default-form .dropdown.currency {
    width: 100%;
  }

  .todo-main-modal .modal-body .dropdown.currency {
    width: 100%;
  }
}

@media (max-width: 420px) {

  .videocall.call-modal .videocall-details #basicUsage,
  .videocallhang.call-modal .videocall-details #basicUsage {
    margin-right: 0;
  }

  .videocall.call-modal .videocall-details {
    padding: 15px;
  }

  .videocall.call-modal .videocall-details .usersprof {
    margin-left: 15px;
  }

  .audiocall2.call-modal ul li+li {
    margin-left: 25px;
  }

  header .landing-header .navbar-collapse .navbar-nav .nav-item {
    margin-left: 20px;
  }

  header .landing-header .navbar-collapse ul li a {
    font-size: 13px;
  }

  header .landing-header .btn {
    font-size: 13px;
  }

  header .landing-header .btn a {
    font-size: 13px;
  }

  .audiocall1.call-modal,
  .audiocall1.call-modal,
  .audiocall1.call-modal,
  .audiocall1.call-modal,
  .audiocall1.call-modal,
  .audiocall2.call-modal,
  .audiocall2.call-modal,
  .audiocall2.call-modal,
  .audiocall2.call-modal,
  .audiocall2.call-modal,
  .videocall.call-modal,
  .videocall.call-modal,
  .videocall.call-modal,
  .videocall.call-modal,
  .videocall.call-modal,
  .videocallhang.call-modal,
  .videocallhang.call-modal,
  .videocallhang.call-modal,
  .videocallhang.call-modal,
  .videocallhang.call-modal,
  .conferencecall.call-modal,
  .conferencecall.call-modal,
  .conferencecall.call-modal,
  .conferencecall.call-modal,
  .conferencecall.call-modal {
    min-height: 400px;
  }

  .reminder-modal-main .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-inline {
    display: block;
  }

  .reminder-modal-main .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-inline {
    display: block;
  }
}

@media (max-width: 360px) {
  .videocall.call-modal .videocall-details #basicUsage {
    display: none;
  }

  .videocall.call-modal .videocall-details .zoomcontent {
    display: none;
  }

  .videocall.call-modal .videocall-details .dot-btn {
    display: none;
  }

  .testimonial-main .swiper-container .swiper-button-prev::after,
  .testimonial-main .swiper-container .swiper-button-next::after,
  .counter-main .swiper-container .swiper-button-prev::after,
  .counter-main .swiper-container .swiper-button-next::after {
    margin-top: 0;
  }

  .audiocall2.call-modal ul li+li {
    margin-left: 10px;
  }

  .clfooter ul li:first-child {
    display: none;
  }

  .clfooter ul li:last-child {
    display: none;
  }

  /**No inaternet responsive query**/
  .connection-img img {
    width: 95%;
    top: 16%;
  }

  .animated-bg {
    display: none;
  }

  footer .downlaod .footer-btn .btn+.btn {
    margin-left: 0;
  }

  .subscribe-content .form-inline .form-control:first-child {
    margin-right: 0px;
  }

  .img-10 {
    width: 2px !important;
  }

  .img-20 {
    width: 4px !important;
  }

  .img-30 {
    width: 5px !important;
  }

  .img-40 {
    width: 7px !important;
  }

  .img-50 {
    width: 9px !important;
  }

  .img-60 {
    width: 15px !important;
  }

  .img-70 {
    width: 25px !important;
  }

  .img-80 {
    width: 35px !important;
  }

  .img-90 {
    width: 45px !important;
  }

  .img-100 {
    width: 55px !important;
  }

  .nav-tabs .nav-item {
    margin-right: 5px;
  }

  .theme-tab .nav-tabs .nav-item .nav-link {
    min-width: 100px;
  }
}

@media (max-width: 320px) {
  .audiocall2.call-modal ul li+li {
    margin-left: 2px;
  }

  .login-content .line h6::before {
    width: 2.5rem;
  }

  .login-content .line h6::after {
    width: 2.5rem;
  }

  .breadcrumb-main ul li+li {
    margin-left: 10px;
  }

  .breadcrumb-main ul li+li:before {
    left: -8px;
  }

  .element-card .element-card-body,
  .element-card .element-card-header {
    padding: 0.75rem 0.25rem;
  }
}

.footer_wrap {
  padding: 1em;
  transition: 1s;
  width: 100%;
  background: #f1f1f1;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3;
   padding-bottom: max(10px, constant(safe-area-inset-bottom)); /* iOS < 11.2 */
  padding-bottom: max(10px, env(safe-area-inset-bottom));     /* iOS에서 홈 표시기를 피하기 위한 추가 패딩 */

}

.footer_wrap.on {
  display: none;
}

.footer_wrap ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 95%;
  text-align: center;
  margin: 0 2.5%;
  align-items: center;
}

.footer_wrap ul li {
  width: 50px;
  height: 30px;
  text-align: center;
}

.footer_wrap ul li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.footer_wrap ul li img {
  width: 25px;
  filter: invert(91%) sepia(0%) saturate(0%) hue-rotate(213deg) brightness(90%) contrast(84%);
}

.footer_wrap ul li:first-child img {
  transform: scaleX(-1);
}

.footer_wrap ul li a:hover img {
  margin-top: 3px;
  margin-left: 3px;
  filter: invert(39%) sepia(0%) saturate(1993%) hue-rotate(138deg) brightness(103%) contrast(96%);
}

.footer_wrap ul li a:active img {
  margin-top: 3px;
  margin-left: 3px;
  filter: invert(72%) sepia(68%) saturate(5130%) hue-rotate(161deg) brightness(89%) contrast(82%);
}

.footer_wrap ul li a.active img {
  filter: invert(72%) sepia(68%) saturate(5130%) hue-rotate(161deg) brightness(89%) contrast(82%);
}

.modal-header {
  border-bottom: 0px !important;
  padding: 0.6rem 1rem;
}

.modal-footer {
  text-align: right;
  background: #fff !important;
}

.modal-footer .btn {
  padding: 10px 20px !important;
  line-height: 1;
}

.recent-profile {
  border: 2px solid #1c9dea;
}

.flow-animated-title {
  text-align: center;
  margin-top: 5px;
  color: #3b3b3b;
}

.theme-title {
  display: none;
}

.newChat {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #ff4e2b;
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 13px;
  z-index: 2;
}

.newChat:after {
  content: "";
  display: inline-block;
  height: 18px;
  width: 19px;
  border-radius: 50%;
  border: 5px solid #ff4e2b;
  animation: grow 1s ease-out infinite;
  margin-top: -6px;
  position: absolute;
  margin-left: -10px;
}

.favorite_1 i,
.favorite_2 i {
  font-size: 15px;
}

.favorite_2 i {
  color: rgb(213, 0, 0);
}

.favorite_1 i {
  color: #3b3b3b;
}

.colorlight {
  color: #4389f9 !important;
}

.group-tp img {
  filter: invert(84%) sepia(7%) saturate(8%) hue-rotate(345deg) brightness(94%) contrast(80%);
}

.userChat .group-tp img {
  width: 15px;
  height: 15px;
  filter: invert(43%) sepia(91%) saturate(423%) hue-rotate(150deg) brightness(102%) contrast(98%);
}



.withchat-main .messages .contact-details .btn-light {
  background: transparent !important;
}

.withchat-main .messages .contact-details .btn-light img {
  width: 20px;
  filter: invert(41%) sepia(0%) saturate(0%) hue-rotate(286deg) brightness(96%) contrast(89%);
}

.media-wrap {
  bottom: 3px;
  position: absolute;
  left: 20px;
  width: 45px;
}

.media-wrap .footer_btn1 {
  background: #75B6E5;
  margin-bottom: 10px;
}

.media-wrap .footer_btn2 {
  background: #ADE0F5;
  margin-bottom: 10px;
}

.media-wrap .footer_btn3 {
  background: #65757D;
}

.media-wrap .footer_btn1 img,
.media-wrap .footer_btn2 img,
.media-wrap .footer_btn3 img {
  filter: invert(94%) sepia(6%) saturate(430%) hue-rotate(126deg) brightness(110%) contrast(108%);
  width: 22px;
}

.withchat-right-sidebar .right-sidebar {
  background: #fbfbfb;
  margin-bottom: 40px;
}

.withchat-container .withchat-right-sidebar .contact-profile {
  padding:1.5em 1em 0em 1em;
  background: #fbfbfb;
  width: 100%;
  top: 0;
  z-index: 100;
}

.withchat-right-sidebar .theme-title {
  display: block;
}

.withchat-right-sidebar .theme-title h3 {
  font-weight: normal;
}

.withchat-right-sidebar .theme-title a {
  color: #3b3b3b;
}

.withchat-right-sidebar .theme-title .btn-outline-light {
  background: transparent;
  background-color: transparent !important;
}

.withchat-right-sidebar .block-title .block-title-span {

  font-size: 14px;
  color: gray;
}




.bookmark .collapse-block .block-title:after,
.useradd .collapse-block .block-title:after {
  display: none;
}

.useradd>span,
.notice>span {
  margin-right: 0.8em;
}

.useradd>span>span {
  font-weight: 800;
  color: #1c9dea;
  position: absolute;
  font-size: 1.5em;
  margin-left: 15px;
  margin-top: -4px;
  transition: 0.8s;
}

.useradd:hover>span>span {
  transform: rotateZ(360deg);
}

.useradd>span img {
  width: 20px;
}
.useradd, .notice{
    display: flex;
    align-items: center;
}
.useradd .collapse-block{
  display: inline-block;
}



.withchat-right-sidebar .document,
.withchat-right-sidebar .media-gallery,
.withchat-right-sidebar .status,
.withchat-right-sidebar .bookmark,
.withchat-right-sidebar .notice,
.withchat-right-sidebar .useradd {
  border-top: 0px solid #eff1f2;
  padding: 10px 15px;
  margin: 15px;
  background: #fff;
  border-radius: 8px;
  font-weight: 700;
  box-shadow: 0 0 3px rgba(100, 100, 100, 0.2);
}
#side-wraps{
  width: 94%;
  margin:0 auto;
  
}
.bookmark .favorite_1~div,
.bookmark .favorite_2~div {
  display: inline-block;
}

.bookmark .favorite_1 i,
.bookmark .favorite_2 i {
  transform: translateY(2px);
  margin-right:0.8em;
}

.work_top {
  padding: 0 20px;
  display: block;
  overflow: hidden;
  margin-bottom: -10px;
}
/*
@media (min-width: 800px) {
  .footer_wrap {
    width: 296px;
  }
}
*/
.favourite_empty {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
  border-radius: 10px;
  background: #eff1f2;
  width: calc(100% - 40px);
  min-height: 105px;
  line-height: 105px;
  text-align: center;
  font-size: 18px;
}

.withchat-container .withchat-left-sidebar .recent-default .recent~.chat {
  margin-top: 200px;
}

.chat #group {
  min-height: calc(100vh - 270px);
}

.withchat-container .withchat-left-sidebar .recent-default .recent~.chat1 {
  height: 80%;
  padding-bottom: 60px;
  border-radius: 5px 5px 0 0;
}

.chat1 #group {
  min-height: calc(100vh - 180px);
}

.withchat-container .withchat-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile::before {
  box-shadow: none !important;
}

@media (min-width: 600px) {
  .search-form:before {
    position: absolute;
    left: 25px;
    top: 20px;
    content: "\e610";
    color: #223645;
    font-family: "themify";
    font-weight: 600;
    font-size: 14px;
  }

  .main-chat-list.search-form {
    width: calc(100% - 15px);
    left: 6px;
    height: calc(100% - 30px);
    position: absolute;
    top: -10px !important;
  }
}

/*.withchat-container .withchat-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile::before*/
@media (max-width: 480px) {
  .favourite_empty {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    border-radious: 10px;
    background: #eff1f2;
    width: calc(100% - 40px);
    min-height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .search-form .form-group {
    height: 80px;
    width: 100%;
    top: -27px;
    position: absolute;
    margin-bottom: 0px;
  }`

  .top_search_icon .search-form .form-group {
    height: 80px;
    width: 100%;
    top: 0px;
    position: absolute;
    margin-bottom: 0px;
  }
}

/* 움직이는 텍스트 */
.flow-animated-title {
  width: 100%;
  max-width: 100%;
  padding: 2px 0;
  overflow-x: hidden;
  overflow-y: hidden;
}

.flow-animated-title .flow_track {
  text-align: center;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 5s linear infinite;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-30%);
  }
}

@media (max-width: 800px) {
  .chat .details {
    padding-left: 60px !important;
  }

  .withchat-container .contact-details {
    display: none;
  }

  
}


.m_cnt {
  position: absolute;
  top: 8%;
  right: 5px;
}

/*.m_cnt:before{content:"...";font-size:2em;color:#cecece;position:absolute;margin-left:6px;margin-top:110%; }*/
.m_cnt>span {
  position: absolute;
  color: #fff;
  display: inline-block;
  z-index: 1;
  margin-top: 6px;
  margin-left: 5px;
  width: 18px;
  text-align: center;
}

.m_cnt img {
  width: 30px;
  transform: rotateY(180deg);
  filter: invert(43%) sepia(91%) saturate(423%) hue-rotate(150deg) brightness(102%) contrast(98%);
}

.main_search_icon {
  float: right;
  margin-top: -31px;
}

.main_search_icon i {
  width: 20px;
  margin-top: 5px;
}

.top_title {
  padding: 20px;
  display: flex;
  align-items: flex-end;
}

.top_title h3 {
  font-size: 25px;
  margin-right: 10px;
}

.top_title span {
  font-size: 16px;
  font-weight: 500;
  color: #676767;
}

.chatSearch {
  padding: 0px 20px;
}

.chatSearch .form-control-plaintext {
  padding: 0.2em 0;
  outline: none;
}

.chatSearch .main-search-form {
  display: block;
  width: 98%;
  background: #fff;
  margin: 0 1%;
  border: 1px solid #ddd;
  border-radius: 30px;
  overflow: hidden;
  padding: 2px 10px;
}

.chatSearch .main-search-form .form-group {
  margin-bottom: 0rem;
}

.profile.online:before {
  content: "";
  color: #fff;
  position: absolute;
  height: 13px;
  width: 13px;
  border-radius: 100%;
  border: 2px solid #ffffff;
  right: 0;
  background: #e4405f;
}




/* .withchat-main .message-input .btn-primary img {
  filter: invert(94%) sepia(6%) saturate(430%) hue-rotate(126deg) brightness(110%) contrast(108%);
} */

.icon-btn.btn-outline-primary {
  background: transparent !important;
}


button.vue-lb-button-close {
  position: fixed !important;
  top: 20px !important;
  right: 20px !important;
}

.withchat-container .withchat-right-sidebar {
  width: 100%;
}

.wc_main {
  padding: 10px 0;
}

.wc_grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
}

@media screen and (max-width: 718px) {
  .wc_grid {
    gap: 2px;
  }
}

.wc_CardContainer {
  width: 100%;
  position: relative;
  background-color: #EAEAEA;
}

.wc_CardContainer::after {
  display: block;
  content: "";
  padding-bottom: 100%;
}

.wc_CardBox {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}

.chat-out {
  border-top: 0px solid #eff1f2;
  padding: 10px;
  margin: 15px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 3px rgba(100, 100, 100, 0.2);
  margin-bottom: 15%;
  font-size: 14px;
}

.chat-out img {
  filter: invert(40%) sepia(55%) saturate(14%) hue-rotate(14deg) brightness(87%) contrast(84%);
  width: 15px;
  margin: 0 10px;
}

.group-main .group-box .profile.userprofile {
  text-align: center;
}

.group-main .group-box .profile.userprofile img {
  width: 30px;
  margin-top: 14px;
  filter: invert(100%) sepia(4%) saturate(0%) hue-rotate(210deg) brightness(104%) contrast(101%);
}

.user-recent-slider {
  background: #f8f8f8;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.recent-slider.user-recent-slider .recent-box .recent-profile {
  border-radius: 10px !important;
  margin-right: 20px !important;
}

.user-recent-slider .groups_icon img {
  margin: 10px 25px 6px 0;
  filter: invert(38%) sepia(48%) saturate(0%) hue-rotate(152deg) brightness(99%) contrast(97%);
}

.user-recent-slider .active .groups_icon img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.user-recent-slider .active .recent-profile div {
  color: #fff;
}

.user-recent-slider .active {
  z-index: 1;
}

.recent .recent-slider.user-recent-slider .recent-box .recent-profile {
  background: #fff;
  border: 2px solid #bdbdbd !important;
}

.recent .recent-slider.user-recent-slider .active .recent-box .recent-profile {
  background: #1c9dea;
  border: 2px solid #1c9dea !important;
}

.user-recent-slider .active .recent-profile:after {
  content: "";
  position: absolute;
  border-radius: 10px 6px 6px 10px;
  width: 57px;
  height: 20px;
  background: rgba(150, 150, 150, 0.4);
  display: inline-block;
  bottom: -2px;
  transform: skewX(-50deg);
  left: 15px;
  z-index: -1;
}

.user-recent-slider .recent-box {
  text-align: right !important;
}

.user-recent-slider .recent-box div {
  padding: 0 4px;
}

.pop_user_list .div_popup3>ul>li:nth-child(2),
.pop_user_list .div_popup3>ul>li:nth-child(3),
.pop_user_list .div_popup3>ul>li:nth-child(4) {
  width: 100%;
  margin: 0 auto;
}

.pop_user_list .div_popup3>ul>li:nth-child(5) {
  margin-top: 10px;
}

.pop_user_list .div_popup3>ul>li {
  display: block;
  padding: 5px 10px;
}

.pop_user_list .div_popup3>ul>li span {
  display: inline-block;
  font-size: 1.2em;
  font-weight: 500;
}


.pop_user_list .userchat_list {
  margin-top: 3px;
  padding-top: 12px;
  margin-bottom: 8px;
}

.pop_user_list img {
  width: 14px;
  filter: invert(36%) sepia(56%) saturate(0%) hue-rotate(43deg) brightness(98%) contrast(92%);
}

.user_chat_list_wrap {
  padding: 0px 0px 15px 20px !important;
}

.divPopup,
.divpopup {
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.divPopup.active,
.divpopup.active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.div_popup2 {
  width: 84%;
  left: 8%;
  top: 5%;
  position: absolute;
  border-top: 3px solid #1c9dea;
  background: #fff;
  padding: 5px 0 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  z-index: 5;
}

.div_popup3 {
  width: 70%;
  left: 50%;
  top: 8%;
  position: absolute;
  background: #fff;
  padding: 25px 10px;
  border-radius: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  z-index: 5;
  transform: translate(-50%,50%);
}

.dimmed {
  position: fixed;
  z-index: 4;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}
.add-btn-wrap{
  display: flex;
  align-items: center;
}
.add-btn-wrap button{
  border: none;
  padding: 0.5em 0.8em;
  border-radius: 0.3em
}
.add-btn-wrap .divpop_close{
  margin-right:0.5em;
  color:#000;
  background-color: #e1e1e1;
}
.useraddTitle {
  padding: 1em 1.3em;
  font-size: 1.3em;
  
    justify-content: space-between;
}

.useraddTitle span {
  font-size: 18px;
  font-weight:600;
  color: #1e3e8a;

}

.useraddTitle>span:nth-child(2) img {
  width: 18px;
  filter: invert(37%) sepia(4%) saturate(0%) hue-rotate(38deg) brightness(101%) contrast(90%);
}

.useraddTitle>span:nth-child(2)>span {
  position: absolute;
  margin-left: 15px;
  color: #1c9dea;
}

.chatpop_listwrap {
  max-height: 200px;
  overflow-y: auto;
  padding-right: 6px;
}

.chatpop_list>div {
  padding: 8px 5px;
  border-bottom: 1px dashed rgb(240, 240, 240);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  cursor: pointer;
}

.chatpop_listwrap .chatpop_list:last-child>div {
  border-bottom: 0px solid #f8f8f8;
}

.chatpop_list>div span:first-child {
  flex: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chatpop_list>div span:nth-child(2) {
  margin-right: 5px;
}

.chatpop_list>div span:last-child {
  color: #1c9dea;
}



.divpop_close>span {
  font-weight: 500;
  font-size: 2.5em;
  transform: rotateZ(136deg);
  transition: 0.8s;
  cursor: pointer;
}


.chatchannel_add {
  text-align: center;
  display: block !important;
}

.chatchannel_add img {
  transform: scaleX(-1);
  margin-right: 5px;
}

.chatchannel_add span {
  color: #676767 !important;
}

.setting_wrap {
  background: #fdfdfd !important;
  position: relative;
}

.setting_wrap h3 {
  padding:1.5em;
  border-bottom: 1px dashed #ddd;
  text-align: center;

}

.setting_wrap h3>div:last-child {
  padding-top: 15px;
}

.setting_wrap .user-popup {
  height: 60px;
  width: 60px;
  padding: 3px;
  border-radius: 100%;
  margin: 0 auto;
}

.setting_wrap .user-popup>div {
  height: 60px;
  width: 60px;
  border-radius: 100%;
}

.setting_wrap>ul>li {
  display: block;
  padding: 3px;
}

.setting_wrap>ul>li span {
  display: inline-block;
  font-size: 14px;
}

.setting_wrap>ul>li>span:first-child {
  margin-right: 10px;
}

.setting_wrap .userchat_list {
  margin-top: 3px;
  padding-top: 12px;
  margin-bottom: 8px;
  border-top: 1px dashed #ddd;
}

.userpop_listwrap {
  overflow-y: auto;
  padding: 1em 1.5em;
}

.userpop_listwrap li:not(.jstree-node) {
  display: flex;
  border-bottom: 1px solid #ddd;
  position: relative;
  flex-direction: row;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding:0.5em;
  background: #fff;
}

.userpop_listwrap li>div:first-child>span {
  background: #efefef;
  text-align: center;
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  margin-right:1em;
}

.userpop_listwrap li>div:first-child>span img {
  width: 18px;
  margin-top: 6px;
  filter: invert(96%) sepia(0%) saturate(17%) hue-rotate(249deg) brightness(104%) contrast(104%);
}

.userpop_listwrap li>div:last-child h4 {
  font-weight: 700;
  color: #333;
  margin-bottom: 6px;
}

.userpop_listwrap li>div:last-child p {
  font-size: 14px;
  margin-bottom: 0.5em;
}

.pop_user_list .userchat_list:after {
  content: "";
  transition: all 0.5s;
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #1c9dea;
  border-right: 2px solid #1c9dea;
  right: 20px;
  margin-top: 8px;
  transform: rotateZ(45deg);
}

.pop_user_list .userchat_list.active:after {
  transform: rotateZ(225deg);
}

.right_chat {
  text-align: right;
  margin-top: 5px;
}
.right_chat .flxCt{
  justify-content: flex-end;
}

.right_chat .flxCt svg {
  transform: translateY(-2px);
}

.chat .group .tree-default .tree-icon {
  background-image: url(../img/renewal/tree.png) !important;
}

/*mypage*/
.mypage_pen img {
  width: 17px;
  filter: invert(37%) sepia(4%) saturate(0%) hue-rotate(38deg) brightness(101%) contrast(90%);
  transform: translateY(-3px);
}

.notice_wrap {
  display: block;
  margin-top: 20px;
}

.notice_wrap>div {
  display: inline-block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: center;
  float: left;
  width: 33.3%;
}

.notice_wrap>div:first-child {
  border-left: 1px solid #ddd;
}

.notice_wrap>div img {
  width: 22px;
  margin-top: 15px;
  filter: invert(37%) sepia(4%) saturate(0%) hue-rotate(38deg) brightness(101%) contrast(90%);
  transform: translateY(-3px);
}

.notice_wrap>div p {
  margin-top: 10px;
}



.tree-default .tree-themeicon-custom {
  background-position: -260px -65px !important;
}

.usergroup_h6 {
  color: #647589;
  margin-left: 5px;
  font-weight: 500;
}

.user_info {
  opacity: 0;
  visibility: hidden;
  background: #f6f6f6;
  padding: 20px;
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0;
  right: 0;
  transition: all 1s;
  width: 100%;
}

.user_info.active {
  opacity: 1;
  visibility: visible;
}

.board_list_wrap {
  background: #fbfbfb;
  padding: 30px 20px;
  position: absolute;
  overflow-y: auto;
  overflow-x: hidden;
  top: 0;
  bottom: 0px;
  left: 0;
  right: 0;
  transition: all 1s;
  width: 100%;
}

.board_title span {
  font-size: 1.4em;
  display: inline-block;
}

.board_title .divpop_close>span {
  right: auto;
  color: #676767;
  transform: rotateZ(136deg) translateY(10px) translateX(-1px);
}

.board_list {
  padding-bottom: 70px;
}

.board_list li {
  background: #fff;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 8px;
}

.board_list li>div:first-child {
  font-weight: 700;
  font-size: 15px;
  padding: 1em 0 0.5em 1em;
}

.board_list li>div:nth-child(3) {
  padding:1em;
}

.board_list li>p {
  font-size: 13px;
  color: #ccc;
  margin-bottom: 0;
  padding:1.5em 0 0 1em;
}



.faq_list li>div:first-child:before {
  content: "Q.";
  display: inline-block;
  margin-right: 6px;
  color: #1c9dea;
}

.faq_list li>p {
  color: #fff;
  height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.faq_list li>div:nth-child(3):before {
  content: "A.";
  padding: 0 2px;
  height: 1.2em;
  line-height: 1.2em;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  margin-left: -22px;
  color: #fff;
  background: #1c9dea;
}

.faq_list li>div:nth-child(3) {
  padding-left: 23px;
}

.board_list.agreement li>p:after,
.board_list.privacy li>p:after {
  display: none;
}

.board_list.agreement li>div,
.board_list.privacy li>div {
  font-size: 0.87em;
}



.user_info_title .divpop_close {
  display: inline-block;
  float: right;
  width: auto;
}

.user_info_title .divpop_close>span {
  right: 0px;
  color: #676767;
  transform: rotateZ(136deg) translateY(10px) translateX(-1px);
}

.user_info ul li {
  margin-bottom: 8px;
  padding: 12px 8px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content:left;
}

.workdetailwrap {
  background: #f6f6f6;
  padding: 20px 15px 60px 15px;
  position: absolute;
  top: 0;
  bottom: 0px;
  height: 100%;
  overflow-y: auto;
  left: 0;
  right: 0;
  transition: all 1s;
  width: 100%;
  display: none;
}

.work_write_wrap ul li span,
.user_info ul li span {
  font-size:15px;
}

.work_write_wrap ul>li>span:first-child,
.work_detail_wrap ul>li>span:first-child,
.user_info ul>li>span:first-child {
  width: 30%;
  padding-left: 0.5em;
}

.work_write_wrap ul>li>span:last-child,
.work_detail_wrap ul>li>span:last-child,
.user_info ul>li>span:last-child {
  width: 70%;
  text-align: center;
}

.work_write_wrap ul li span .form-control-plaintext,
.user_info ul li span .form-control-plaintext {
  padding: 0px 0px 0;
  font-size: 1em;
  line-height: 1.1em;
  outline: none;
  text-align: center;
}

.work_write_wrap ul li span .form-control-plainselect {
  font-size: 1.1em;
  line-height: 1.1em;
  outline: none;
  display: block;
  width: 100%;
  color: #212529;
  border: solid transparent;
  border-width: 1px 0;
}

.work_write_wrap ul li,
.work_detail_wrap ul li {
  margin-bottom: 10px;
  padding: 8px;
  border-radius: 3px;
  background: #fff;
  width: 100%;
  border: 1px solid #ddd;
}

.work_write_wrap ul li:after,
.work_detail_wrap ul li:after {
  content: "";
  display: block;
  clear: both;
}

.work_write_wrap ul li textarea {
  border: 1px solid #ddd;
  min-height: 250px;
}

.work_title,
.border0 {
  border: 0px !important;
  padding: 0 !important;
  background: transparent !important;
}

.work_title h4 {
  font-weight: 700;
  font-size: 1.2em;
  color: #3b3b3b;
  margin-top: 30px;
  padding: 3px;
}

.work_title:first-child h4 {
  margin-top: 0px;
}

.work_title h4:before {
  content: "";
  display: inline-block;
  transform: translateY(-3px);
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #1c9dea;
  margin-right: 10px;
  box-shadow: 2px 2px 0 rgba(174, 224, 253, 0.4);
}

.user_img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #4f4f4f;
  overflow: hidden;
  text-align: center;
    position: relative;
}

.user_img .bg-size {
  width:100px;
  height: 100px;
  border-radius: 100%;
}
.user_info_btnwrap{
  display:flex;
  align-items: center;
  justify-content: space-between;
}

.board_tab2 {
  display: block;
  padding: 8px 0;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.board_tab2_bar {
  transition: all 0.8s;
  height: 2px;
  width: 50%;
  background: #1c9dea;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
}

.board_tab2>div {
  display: inline-block;
  float: left;
  width: 50%;
  text-align: center;
  font-weight: 600;
  font-size: 1.2em;
}

.board_tab2>div.active {
  color: #1c9dea;
}

.floatright {
  float: right;
}

.border0 textarea {
  padding: 8px;
}

.mb0 {
  margin-bottom: 0px !important;
}

/* .user_tab {
  display: block;
  padding: 8px 20px;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}

.user_tab_bar {
  transition: all 0.8s;
  height: 2.5px;
  width: 70px;
  background: #4389f9;
  display: inline-block;
  position: absolute;
  left: 30px;
  bottom: 0;
  transform: translateX(-10%);
}

.user_tab>div {
  display: inline-block;
  float: left;
  width: 100px;
  font-size: 0.8rem;
  text-align: center;
  font-weight: 600;
}

.user_tab>div.active {
  color: #4389f9;
} */

/* .user_tab>div img {
  width: 15px;
  filter: invert(38%) sepia(48%) saturate(0%) hue-rotate(152deg) brightness(99%) contrast(97%);
  transform: translateY(-2px);
  margin-right: 5px;
} */

.user_tab>div.active img {
  width: 15px;
}

.work_tab {
  display: block;
  padding: 8px 20px;
  height: 3.2em;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}

.work_tab_bar {
  transition: all 0.8s;
  height: 2px;
  width: 80px;
  background: #1c9dea;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
}

.work_tab .work_tab_wrap1 {
  display: block;
  overflow-x: auto;
}

.work_tab .work_tab_wrap {
  display: inline-flex;
  height: 120px;
}

.work_tab .work_tab_wrap>div {
  display: inline-block;
  float: left;
  width: 80px;
  font-size: 0.8rem;
  text-align: center;
  font-weight: 600;
  position: relative;
}

.work_tab .work_tab_wrap>div.active {
  color: #1c9dea;
}

.work_tab .work_tab_wrap>div.active:before {
  content: "";
  height: 2px;
  width: 80px;
  background: #1c9dea;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2.24em;
}

.work_tab .work_tab_wrap>div img {
  width: 15px;
  transform: translateY(-2px);
  margin-right: 5px;
}

.work_tab .work_tab_wrap>div.active img {
  width: 15px;
  filter: invert(72%) sepia(68%) saturate(5130%) hue-rotate(161deg) brightness(89%) contrast(82%);
}

.qnaInput div {
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
}

.qnaInput div>span {
  display: inline-block;
  width: 10%;
  float: left;
}

.qnaInput div>span:last-child {
  width: 90%;
}

.qnaInput div>span img {
  width: 16px;
  filter: invert(38%) sepia(48%) saturate(0%) hue-rotate(152deg) brightness(99%) contrast(97%);
  transform: translateY(3px);
}

.qnaInput div>span input,
.qnaInput div>span textarea {
  width: 100%;
  padding: 5px;
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
  color: #212529;
  border: 1px solid #ddd;
}

.qnaInput div>span textarea {
  width: 100%;
  min-height: 150px;
}

.msg {
  min-height: 80px;
}

.dapOn {
  float: right;
  font-size: 4px;
  font-weight: 500;
  padding: 1px 3px;
  border-radius: 2px;
  background: #1c9dea;
  color: #fff;
}

.board_list .dapOn {
  font-size: 10px;
}

.comment {
  margin-top: 4em;
  border-top: 1px dashed #676767;
}

.comment:before {
  content: "답변";
  position: absolute;
  display: inline-block;
  background: #676767;
  padding: 1px 6px;
  font-size: 0.8em;
  border-radius: 3px;
  color: #fff;
  margin-top: -17px;
}

.comment_date {
  font-size: 0.8em;
  color: #ccc;
  margin-bottom: 0;
  margin-top: 8px;
  text-align: right;
}

.qna_btnwrap {
  text-align: right;
}

.qna_file_wrap,
.qna_btnwrap {
  margin-top: 20px;
}

.qna_file_wrap img {
  width: 80%;
}

.qna_btnwrap span {
  padding: 3px 5px;
  margin-right: 3px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.qna_btnwrap span:last-child {
  background: #ccc;
}

.file_del {
  position: absolute;
  width: 80px;
  margin-left: 20px;
}

.file_del span {
  font-size: 1.8em;
  position: absolute;
  width: 2em !important;
  transform: rotateZ(136deg) translateY(7px) translateX(11px);
}

.user_top_title {
  padding: 5px 20px 15px 20px;
  display: flex;
  align-items: center;
}



.user_top_title .user_top_img {
  width:35px;
  height: 35px;
  margin-right: 15px;
  overflow: hidden;
  border-radius: 50%;
}

.user_top_title>div:last-child {
  font-weight: 800;
  font-size: 1rem;
  cursor: pointer;
}


.top_search_icon .icon-btn {
  position: absolute;
  right: 20px;
  top: 15px;
}


.top_search_icon .search-form {
  left: 0;
  top: 0;
  width: 100%;
}

.top_search_icon .search-form .form-group input {
  border: 0;
}

.top_search_icon .search-form:before {
  top: 10px;
  left: 0;
  padding: 15px;
  transform: initial;
}

.recent {
  transition: all 1.2s;
}

.recent.active {
  border-radius: 0 0 5px 5px;
  box-shadow: 0px 0 3px rgba(50, 50, 50, 0.2);
}

.userCnt_1>div,
.userCnt_2>div {
  width: 100%;
  height: 100%;
  border-radius: 8px
}

/*.chat1{transition:all 1.2s}
.chat1.active{box-shadow:0px 0 10px rgba(50,50,50,0.3);}*/
.userCnt_3,
.userCnt_4,
.userCnt_5 {
  position: relative;
}

.userCnt_3>div,
.userCnt_4>div,
.userCnt_5>div {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 8px;
  border: 2px solid #fff;
}


.userCnt_3>div:last-child {
  margin-top: -14px;
  margin-left: 25px;
}

.userCnt_4>div:first-child {
  margin-left: 15px;
}

.userCnt_4>div:nth-child(2),
.userCnt_4>div:nth-child(3) {
  margin-top: -6px;
  float: left;
}

.userCnt_5>div:nth-child(1),
.userCnt_5>div:nth-child(2),
.userCnt_5>div:nth-child(3),
.userCnt_5>div:nth-child(4) {
  float: left;
}

.userback01 {
  background: url(../img/renewal/user01.jpg) center center no-repeat;
  background-size: cover;
}

.userback02 {
  background: url(../img/renewal/user02.jpg) center center no-repeat;
  background-size: cover;
}

.userback03 {
  background: url(../img/renewal/user03.jpg) center center no-repeat;
  background-size: cover;
}

.userback04 {
  background: url(../img/renewal/user04.jpg) center center no-repeat;
  background-size: cover;
}

.userback05 {
  background: url(../img/renewal/user05.jpg) center center no-repeat;
  background-size: cover;
}

.userback06 {
  background: url(../img/renewal/user06.jpg) center center no-repeat;
  background-size: cover;
}

.none-data {
  text-align: center;
  font-weight: 700;
}

.tree-default .tree-selected {
  background: #d6f0ff !important;
}

.pop_user_list_profile {
  text-align: center;
}

.pop_user_list_profile>div {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-color: rgb(225, 225, 225);
}

.pop_user_list_profile>div>img {
  width: 60%;
  margin-top: 17px;
}

.pop_user_list_profile h3 {
  margin:10px auto;
  font-size: 20px;
}

.timepicker_wrap:before {
  content: "";
  display: inline-block;
  margin-top: 2px;
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(../img/renewal/timer.svg) center center no-repeat;
  background-size: cover;
}

.datepicker_wrap:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDY0IDY0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGQ9Ik01Myw1aC04djRIMTlWNWgtOHY0SDB2NTBoNjRWOUg1M1Y1eiBNNDcsN2g0djZoLTRWN3ogTTEzLDdoNHY2aC00Vjd6IE0yLDU3VjE5aDYwdjM4SDJ6IE02MiwxMXY2SDJ2LTZoOXY0aDh2LTRoMjZ2NGg4DQoJCXYtNEg2MnoiLz4NCgk8cGF0aCBkPSJNOSwzNWgxMlYyM0g5VjM1eiBNMTEsMjVoOHY4aC04VjI1eiIvPg0KCTxwYXRoIGQ9Ik05LDUzaDEyVjQxSDlWNTN6IE0xMSw0M2g4djhoLThWNDN6Ii8+DQoJPHBhdGggZD0iTTQzLDM1aDEyVjIzSDQzVjM1eiBNNDUsMjVoOHY4aC04VjI1eiIvPg0KCTxwYXRoIGQ9Ik00Myw1M2gxMlY0MUg0M1Y1M3ogTTQ1LDQzaDh2OGgtOFY0M3oiLz4NCgk8cGF0aCBkPSJNMjYsMzVoMTJWMjNIMjZWMzV6IE0yOCwyNWg4djhoLThWMjV6Ii8+DQoJPHBhdGggZD0iTTI2LDUzaDEyVjQxSDI2VjUzeiBNMjgsNDNoOHY4aC04VjQzeiIvPg0KPC9nPg0KPC9zdmc+DQo=) center center no-repeat;
  background-size: contain;
  right: 28px;
  
}

.timepicker_wrap select {
  padding-left: 20px;
}

.worklist_wrap li {
  padding: 12px;
  border: 1px solid rgb(235, 235, 235);
  margin-top: 15px;
}

.worklist_wrap li .work_title {
  font-size: 1.1em;
  margin-bottom: 8px;
  font-weight: 600;
  width: 100%;
  min-height: 3.5em;
  overflow: hidden;
}

.worklist_wrap li .work_title em {
  white-space: normal;
  font-style: normal;
}

.worklist_wrap li>div.right {
  float: right;
  margin-top: -20px;
}

.work_type {
  margin-right: 5px;
  display: inline-block;
  font-style: normal;
}

.work_date {
  border-top: 1px dashed #ddd;
  padding-top: 10px;
}

.work_date p {
  font-weight: 600;
  color: #333;
  margin-bottom: 3px;
}

.work_status {
  padding: 2px 8px 2px;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  margin-bottom: 5px;
}

.worklist_wrap li.back_orange {
  border-top: 3px solid rgb(243, 166, 95);
}

.worklist_wrap li.back_blue {
  border-top: 3px solid #d4eaff;
}

.worklist_wrap li.back_gray {
  border-top: 3px solid rgb(160, 160, 160);
}

.worklist_wrap li.back_green {
  border-top: 3px solid rgb(132, 228, 124);
}

.worklist_wrap li.back_p {
  border-top: 3px solid rgb(176, 176, 255);
}

.worklist_wrap li.back_yellow {
  border-top: 3px solid #fff2a8;
}

.work_status.back_orange {
  background: #ee6a10;
}

.work_status.back_blue {
  background: #1959db;
}

.work_status.back_gray {
  background: #a4a4a4;
}

.work_status.back_green {
  background: #1f8830;
}

.work_status.back_p {
  background: #864cd1;
}

.work_status.back_yellow {
  background: #fdce40;
}

.work_type {
  text-decoration: normal;
  font-weight: 600;
  color: #1c9dea;
  margin-right: 5px;
}

.work_detail_wrap span {
  font-size: 1.05em;
  font-weight: 500;
}

.work_detail_wrap li span {
  float: left;
}

.work_detail_wrap>div {
  line-height: 1.1;
  padding: 8px 0;
}

/*.work_detail_wrap > div:after{content:"";display:block;width:100%;margin-top:10px;height:2px;background:#e8e8e8;}*/
.work_detail_wrap>div:last-child {
  margin-bottom: 0;
}

.work_detail_title h3 {
  padding: 3px 0;
}

.reply_wrap {
  margin-top: 0.1em;
  padding-bottom: 0.1em !important;
}

.reply_wrap ul {
  border: 1px solid #ddd;
  margin-bottom: 10px;
}

.reply_wrap ul li {
  margin-bottom: 0;
  border: 0px;
}

.fnUserBtn {
  width: 100%;
  line-height: 1.1em;
  min-height: 1.6em;
}

.fnUserBtn p {
  margin-bottom: 0;
  padding: 3px 0;
}

.top_status {
  margin-top: -2.8em;
  padding: 8px 8px 8px 35px !important;
  width: 100%;
  margin-bottom: 4px;
  height: 2em;
}

.workdetailwrap .work_status {
  padding: 5px 8px 2px;
}

.userpop_listwrap ul li.active {
  background: #ffeedb;
}

.userpop_listwrap ul li.active:after {
  content: "";
  display: inline-block;
  right: 20px;
  margin-top: -8px;
  position: absolute;
  width: 8px;
  height: 12px;
  border-bottom: 2px solid #ea651c;
  border-right: 2px solid #ea651c;
  transform: rotateZ(45deg);
}

.btn {
  display: inline-block;
  padding: 5px 8px 3px;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.2s;
}

.btn.primary {
  color: #fff;
  background: #1c9dea;
  border: 1px solid #1c9dea;
}

.btn.orange {
  color: #fff;
  background: #ee6a10;
  border: 1px solid #ee6a10;
}

.btn.gray {
  color: #fff;
  background: rgb(128, 128, 128);
  border: 1px solid rgb(128, 128, 128);
}

.btn.black {
  color: #333;
  background: #fff;
  border: 1px solid #333;
}

.btn:hover {
  opacity: 0.8;
  transform: translateY(1px) translateX(1px);
}

.btn:active {
  transform: translateY(2px) translateX(2px);
}

.work_btnwrap {
  padding: 2em 0 !important;
  width: 100%;
}

.work_btnwrap:after {
  content: "";
  width: 100%;
  display: block;
  clear: both;
}

.work_btnwrap .right,
.work_title .right {
  float: right;
}

.work_title .right {
  margin-top: -28px;
}

.user_pop_tree {
  display: block;
}

.user_pop_tree>div>div {
  display: flex;
  position: relative;
  margin-bottom: 5px;
  flex-direction: row;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 8px 0 5px;
  background: #fff;
}

.user_pop_tree>div>div>span {
  background: #8c8c8c;
  text-align: center;
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 12px;
}

.user_pop_tree>div>div>span img {
  width: 18px;
  margin-top: 6px;
  filter: invert(96%) sepia(0%) saturate(17%) hue-rotate(249deg) brightness(104%) contrast(104%);
}

.user_pop_tree h4 {
  font-weight: 700;
  color: #333;
  margin-bottom: 0;
}

.user_pop_tree>div .children li {
  display: block !important;
  padding-left: 30px;
  border-radius: 3px;
  border-bottom: 0px solid #fff;
  margin-bottom: 5px;
  background: rgba(244, 244, 244, 0);
}

.user_pop_tree>div>.children li {
  background: rgb(244, 244, 244);
}

.user_pop_tree>div>.children li>.children li {
  background: rgba(244, 244, 244, 0);
}

.user_pop_tree>div .children li>div {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.user_pop_tree>div>div.active,
.user_pop_tree ul li.active {
  background: #ffeedb;
}

.user_pop_tree>div>div.active:after,
.user_pop_tree ul li.active:after {
  content: "";
  display: inline-block;
  right: 20px;
  top: 16px;
  position: absolute;
  width: 8px;
  height: 12px;
  border-bottom: 2px solid #ea651c;
  border-right: 2px solid #ea651c;
  transform: rotateZ(45deg);
}

.group_img span {
  background: #676767 !important;
}

.mr8 {
  margin-right: 8px;
}

.workdetailtitle .close {
  position: absolute;
  margin-top: 3px;
  cursor: pointer;
  left: 5px;
  width: 13px;
  height: 13px;
  display: inline-block;
  transform: rotateZ(45deg);
  border-bottom: 2px solid #333;
  border-left: 2px solid #333;
}

.workdetailtitle {
  height: 3em;
  padding-left: 3em;
  width: 100%;
  position: relative;
}

.reply_wrap.mt0 {
  margin-top: 0px !important;
}

.work_content {
  min-height: 300px;
  white-space: pre;
}

.reply_wrap .work_content {
  min-height: 180px;
}

.work_detail_dashed {
  width: 100%;
  height: 1px;
  border-bottom: 2px dashed #e2e2e2;
}

.bottomPopupclose {
  text-align: center;
}

.bottomPopupclose span:last-child {
  margin-top: 20px;
  left: 42.5%;
  width: 15%;
  display: inline-block;
  height: 2px;
  background: #5a5a5a;
}

.bottomPopupclose span:last-child:after {
  content: "";
  width: 100%;
  display: inline-block;
  height: 2px;
  background: #5a5a5a;
}

.bottomPopup {
  background: #fff;
  transition: all 1s;
  height: 0;
  width: 100%;
  bottom: 0;
  overflow: hidden;
  left: 0;
  right: 0;
  position: absolute;
}

.bottomPopup.active {
  box-shadow: 0 -5px 4px rgba(150, 150, 150, 0.2);
  height: 80vh;
  border-radius: 20px 20px 0 0;
  padding-top: 1em 2em 3em;
}

.history_wrap {
  margin-top: 1em;
  height: calc(100% - 100px);
  padding: 5px 20px;
  overflow-y: auto;
}

.history_wrap li:first-child {
  width: 25%;
  min-width: 112px;
  position: relative;
  padding-right: 20px;
}

.history_wrap li:first-child div {
  border-radius: 10px;
  background: #f5f5f5;
  padding: 20px 10px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.history_wrap li:first-child:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1px;
  bottom: -8px;
  right: 8px;
  width: 1px;
  border-right: 2px dashed #ebebeb;
}

.history_wrap li:first-child p {
  font-size: 1.2em;
  color: #333;
  font-weight: 600;
}

.history_wrap>div.active li:first-child:after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(28, 157, 234, 0.4);
  display: inline-block;
  position: absolute;
  right: 1px;
  top: calc(50% - 8px);
}

.history_wrap li:last-child:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e0e0e0;
  display: inline-block;
  position: absolute;
  left: -13px;
  top: calc(50% - 4px);
}

.history_wrap>div.active li:last-child:before {
  background: #1c9dea;
}

.history_wrap .work_status {
  padding: 3px 8px;
}

.history_wrap li:last-child {
  width: 75%;
  padding: 10px 15px;
  border-radius: 10px;
  background: #f5f5f5;
  position: relative;
}

.history_wrap li:last-child div {
  display: flex;
  justify-content: space-between;
}

.history_wrap li:last-child div:first-child {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.history_wrap li:last-child div:first-child span:first-child {
  flex-basis: 92%;
  flex-shrink: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.1em;
}

.history_wrap li:last-child div:first-child span:last-child {
  flex-basis: 8%;
  flex-shrink: 0;
}

.history_wrap li:last-child div:first-child img {
  width: 30px;
  transform: rotateZ(45deg);
}

.history_wrap li:last-child div:last-child img {
  width: 20px;
  float: right;
}

.history_wrap ul {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  align-items: stretch;
}

.history_reply {
  padding: 15px;
  display: none;
  border-radius: 10px;
  border: 1px solid #dfdfdf;
  margin: 17px 0;
}

.history_wrap>div.active .history_reply {
  display: block;
}

.history_reply img {
  width: 60%;
}

.fileBox>div {
  width: 100%;
  margin-bottom: 10px;
}

.fileBox input {
  width: 80%;
}

.fileBox span {
  width: 25px;
  height: 25px;
  transition: all 0.3s;
  background: #fdfdfd;
  border-radius: 3px;
  border: 1px solid #ddd;
  float: right !important;
}

.fileBox span:after {
  content: "+";
  color: rgb(128, 128, 128);
  margin-top: -10px;
  margin-left: 3px;
  display: inline-block;
  position: absolute;
  transform: rotateZ(45deg);
  font-size: 2em;
  font-weight: 100;
}

.fileupdate span {
  width: 20px;
  height: 20px;
  margin-top: -3px;
  transition: all 0.3s;
  background: #fdfdfd;
  border-radius: 3px;
  border: 1px solid #ddd;
  float: right !important;
}

.fileupdate span:after {
  content: "+";
  color: rgb(128, 128, 128);
  margin-top: 2px;
  margin-left: 1px;
  display: inline-block;
  position: absolute;
  transform: rotateZ(45deg);
  font-size: 2em;
  font-weight: 100;
}

.fileBox span:hover,
.fileupdate span:hover {
  transform: translateX(2px) translateY(2px);
}

.fileBox>div:after,
.fileupdate:after {
  content: "";
  width: 100%;
  display: block;
  clear: both;
}

.img_wrap {
  margin-top: 3em;
}

.img_wrap:before {
  content: "첨부파일";
  display: block;
  text-align: left;
  font-size: 1.1em;
  font-weight: 600;
  position: absolute;
  margin-top: -2.4em;
}

.img_wrap {
  text-align: center;
}

.img_wrap img {
  width: 80%;
  margin-bottom: 20px;
}

.img_wrap a {
  color: #333;
  text-align: left;
  display: block;
  margin-bottom: 20px;
}

.img_wrap>div:last-child img,
.img_wrap>div:last-child a {
  margin-bottom: 10px;
}

.tree-default .tree-wholerow-clicked {
  background: #fff !important;
}

.search-form1 {
    display: block;
    transform: scale(0);
    overflow: hidden;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    background: #efefef;
    border-radius: 2em;
    width: 95%;
    margin: 0 auto;
    top: 1em;
}

.search-form1.open {
  transform: scale(1);
  transition: all 0.3s ease;
}

.search-form1 .form-group input {
  padding: 0.5em 1.5em;
  width: 92%;
  font-size: 14px;
  outline: unset;
}

.search-form1 .form-group {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}


.search-form1 .form-group .icon-close {
  cursor: pointer;
}



.dynemic-sidebar .search-form .form-group input {
  height: 50px;
}

.search-form2 {
  display: block;
  transform: scale(0);
  overflow: hidden;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  width: 94%;
  background: #fff;
  margin: 0 auto;
  top: 1em;
  border-radius: 3em;
}

.search-form2.open {
  transform: scale(1);
  transition: all 0.3s ease;
}
.top_search_icon > .main-chat-list{
  background-color: #efefef;
}

.search-form2 .form-group {
      display: flex;
    flex-direction: row;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}

.search-form2 .form-group:before {
  content: "\e610";
  color: #223645;
  font-family: "themify";
  font-weight: 600;
  font-size: 14px;
}

.search-form2 .form-group .icon-close {

  cursor: pointer;
}

.board_list_wrap,
.qnaMsg,
#with_board_list .msg {
  display: none;
}

#with_work_list.no-data::before {
  content: "\0021";
  font-weight: 800;
  font-size: 1.2em;
  width: 50px;
  height: 50px;
  margin: 4rem auto 20px;
  line-height: 50px;
  background: #eff1f2;
  color: #fff;
  display: block;
  border-radius: 50%;
  text-align: center;
}

#with_work_list.no-data::after {
  content: "데이터가 없습니다.";
  font-weight: 600;
  width: 100%;
  display: block;
  text-align: center;
}

.worklist_wrap .work_date {
  font-weight: 400;
  font-size: 0.8em;
}
/*
@media (max-width: 1366px) {
  .dynemic-sidebar .theme-title {
    margin-bottom: 10px;
  }

  .bottomPopup,
  .user_info,
  .board_list_wrap {
    width: 295px;
  }
}
*/
@media (max-width: 800px) {
  .withchat-container.sidebar-toggle.mobile-menu .footer_wrap {
    display: none;
  }

  .user-recent-slider .groups_icon img {
    margin: 10px 25px 20px 0;
    filter: invert(38%) sepia(48%) saturate(0%) hue-rotate(152deg) brightness(99%) contrast(97%);
  }

  .user-recent-slider .active .recent-profile:after {
    content: "";
    position: absolute;
    width: 70px;
    height: 20px;
    background: rgba(150, 150, 150, 0.4);
    display: inline-block;
    bottom: -2px;
    transform: skewX(-50deg);
    left: 15px;
    z-index: -1;
  }

  .bottomPopup,
  .user_info,
  .board_list_wrap {
    width: 100%;
  }
}

@media (min-width: 800px) and (max-width: 1000px) {
  .withchat-main .messages .contact-details {
    left: 301px;
  }

  .withchat-container .withchat-main {
    width: calc(100% - 301px);
  }

  .withchat-container .withchat-main.small-sidebar .message-input {
    width: calc(100% - 301px) !important;
  }

  .withchat-container .withchat-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile {
    height: 68px;
    width: 68px;
  }

  .div_popup2,
  .div_popup3 {
    max-width: 450px;
    left: calc(50% - 225px);
  }
}

@media (min-width: 1000px) and (max-width: 1366px) {
  .main-nav.on~.withchat-main .messages .contact-details {
    left: 401px !important;
  }

  .main-nav~.withchat-main .messages .contact-details {
    left: 301px;
  }

  .withchat-container .withchat-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile {
    height: 68px;
    width: 68px;
  }

  .div_popup2,
  .div_popup3 {
    max-width: 450px;
    left: calc(50% - 225px);
  }
}

@media (min-width: 1366px) {
  .sidebar-active .sidebar-toggle .main-nav.on~.withchat-main.small-sidebar .message-input {
    width: calc(100% - 501px) !important;
  }

  .withchat-container .withchat-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile {
    height: 68px !important;
    width: 68px !important;
  }

  .bottomPopup,
  .user_info,
  .board_list_wrap {
    max-width: 398px;
  }

  /* .main-nav.on + .withchat-left-sidebar .bottomPopup {
    left: 100px;
  }*/
  .footer_wrap {
    min-width: 400px;
  }

  .div_popup2,
  .div_popup3 {
    max-width: 450px;
    left: calc(50% - 225px);
  }

}

.chitchat-loader {
  background-color: #fff;
  margin: 0;
  height: 100vh;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  text-align: center
}

.chitchat-loader img {
  height: 150px
}

.chitchat-loader h3 {
  margin-top: 30px;
  color: #828282
}

.chitchat-loader.on {
  height: 0;
}

.chitchat-loader.on img,
.chitchat-loader.on h3 {
  height: 0;
  font-size: 0;
}